/* stylelint-disable */
.btn,
.sortable-list,
/* .switch span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
} */

.fa-ul,
.message-list {
  list-style-type: none
}

ol,
ul {
  list-style-position: outside
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent
}

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

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

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

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

b,
optgroup,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  margin: .67em 0
}

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

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic
}

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

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px
}

body,
figure {
  margin: 0
}

pre,
textarea {
  overflow: auto
}

code,
kbd,
pre,
samp {
  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[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -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]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

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

td,
th {
  padding: 0
}

@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid
  }
  *,
  :after,
  :before {
    color: #000!important;
    text-shadow: none!important;
    background: 0 0!important;
    -webkit-box-shadow: none!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: ""
  }
  blockquote,
  pre {
    border: 1px solid #999
  }
  thead {
    display: table-header-group
  }
  img {
    max-width: 100%!important
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }
  h2,
  h3 {
    page-break-after: avoid
  }
  select {
    background: #fff!important
  }
  .navbar {
    display: none
  }
  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000!important
  }
  .label {
    border: 1px solid #000
  }
  .table {
    border-collapse: collapse!important
  }
  .table td,
  .table th {
    background-color: #fff!important
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd!important
  }
}

.img-thumbnail,
body {
  background-color: #fff
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.btn-cancel:active,
.btn-cancel:active,
.btn.active,
.btn:active,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.form-control,
.navbar-toggle,
.open>.dropdown-toggle.btn-danger,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-info,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-warning,
.open>.dropdown-toggle.btn-cancel, {
  background-image: none
}

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

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

a:focus {
  outline-offset: -2px
}

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

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

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

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

[role=button] {
  cursor: pointer
}

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

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

.h1,
.h2,
.h3,
h1,
h2,
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,
.h5,
.h6,
h4,
h5,
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: 36px
}

.h2,
h2 {
  font-size: 30px
}

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

.h4,
h4 {
  font-size: 18px
}

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

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

p {
  margin: 0 0 10px
}

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

address,
blockquote .small,
blockquote footer,
blockquote small,
dd,
dt,
pre {
  line-height: 1.42857143
}

dt,
kbd kbd {
  font-weight: 700
}

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}

pre code,
table {
  background-color: transparent
}

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

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-nowrap {
  white-space: nowrap
}

.text-lowercase {
  text-transform: lowercase
}

.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
}

dl,
ol,
ul {
  margin-top: 0
}

ol,
ul {
  margin-bottom: 10px
}

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

.list-inline {
  margin-left: -5px
}

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

dl {
  margin-bottom: 20px
}

dd {
  margin-left: 0
}

@media (min-width:768px) {
  .lead {
    font-size: 21px
  }
  .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
  }
}

.brand,
.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.chat-panel .chat-header::after,
.chat-panel .chat-users .nav-tabs::after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.dropdown-menu>li>a,
.form-horizontal .form-group:after,
.invoice-totals::after,
.location-selector::after,
.mail-view-header .mail-view-header-toolbar::after,
.main-panel::after,
.main-panel>.main-content::after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.panel-heading::after,
.profile-sidebar-item::after,
.profile-timeline .profile-timeline-header::after,
.profile-timeline.composer .composer-options::after,
.quick-launch-panel::after,
.row:after,
.sidebar-panel>nav>ul>li>ul::after,
.timeline .timeline-content::after,
.timeline .timeline-heading::after,
.timeline .timeline-panel::after,
.widget .widget-body::after,
.widget .widget-footer::after,
.widget .widget-header::after,
.wizard-pager::after,
footer.content-footer::after {
  clear: both
}

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

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

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

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  color: #777
}

blockquote .small:before,
blockquote footer: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
}

caption,
th {
  text-align: left
}

code,
kbd {
  padding: 2px 4px;
  font-size: 90%
}

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

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

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

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

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
  box-shadow: none
}

pre {
  display: block;
  margin: 0 0 10px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc
}

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

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

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

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

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

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

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

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

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

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  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: auto
}

.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: auto
}

.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-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    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: auto
  }
  .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: auto
  }
  .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-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    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: auto
  }
  .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: auto
  }
  .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-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    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: auto
  }
  .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: auto
  }
  .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
  }
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777
}

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

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

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

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

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

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

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

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

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

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
}

.btn-group>.btn-group,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.dropdown-menu {
  float: left
}

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: .01%
}

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

fieldset,
legend {
  padding: 0;
  border: 0
}

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

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px
}

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

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal
}

.form-control,
output {
  display: block;
  line-height: 1.42857143;
  color: #555
}

input[type=file] {
  display: block
}

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

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

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

output {
  padding-top: 7px;
  font-size: 14px
}

.form-group-sm .form-control,
.input-sm {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc
}

.form-control:focus {
  outline: 0
}

.form-control::-moz-placeholder {
  opacity: 1
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f4f4f4;
  opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed
}

textarea.form-control {
  height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type=date],
  input[type=time],
  input[type=datetime-local],
  input[type=month] {
    line-height: 34px
  }
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px
  }
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px
  }
}

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

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

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

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

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

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

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0
}

.input-sm {
  height: 30px;
  line-height: 1.5
}

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

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

.form-group-sm .form-control {
  height: 30px;
  line-height: 1.5
}

.form-group-lg .form-control,
.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px
}

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px
}

select[multiple].form-group-sm .form-control,
textarea.form-group-sm .form-control {
  height: auto
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}

.input-lg {
  height: 46px;
  line-height: 1.3333333
}

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

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

.form-group-lg .form-control {
  height: 46px;
  line-height: 1.3333333
}

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px
}

select[multiple].form-group-lg .form-control,
textarea.form-group-lg .form-control {
  height: auto
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.has-feedback {
  position: relative
}

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

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

.collapsing,
.dropdown,
.dropup {
  position: relative
}

.input-lg+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px
}

.input-sm+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px
}

.has-feedback label~.form-control-feedback {
  top: 25px
}

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

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

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

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

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

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

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

@media (min-width:768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right
  }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent
}

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

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

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

.btn-default {
  border-color: #ccc
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
  border-color: #adadad
}

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

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

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0
}

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

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

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

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

.btn-group-xs>.btn,
.btn-xs {
  border-radius: 3px
}

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

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

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

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

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

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

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

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

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

.dropdown-toggle:focus {
  outline: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15)
}

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

.dropdown-header,
.dropdown-menu>li>a {
  white-space: nowrap;
  padding: 3px 20px;
  line-height: 1.42857143
}

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

.dropdown-menu>li>a {
  display: block;
  font-weight: 400
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none
}

.dropdown-header,
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.nav>li.disabled>a {
  color: #777
}

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

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

.open>a {
  outline: 0
}

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

.dropdown-header {
  display: block;
  font-size: 12px
}

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

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

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

.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: 2px
}

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

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

.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,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px
}

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

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

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

.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.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none
}

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

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

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

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

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

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group,
.input-group-btn>.btn+.btn {
  margin-left: -1px
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  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
}

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

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto
}

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

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

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

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  line-height: 1.3333333
}

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

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

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

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

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

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

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

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

.input-group-addon {
  padding: 6px 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  border: 1px solid #ccc
}

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

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

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

.input-group-addon:first-child {
  border-right: 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
}

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

.nav>li>a {
  padding: 10px 15px
}

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

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7
}

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

.navbar-collapse,
pre {
  -webkit-overflow-scrolling: touch
}

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

.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 4px 4px 0 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default
}

.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;
  margin-right: 0;
  border-radius: 4px
}

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

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

.nav-pills>li {
  float: left
}

.nav-justified>li,
.nav-stacked>li {
  float: none
}

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

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

.nav-justified {
  width: 100%
}

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

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

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

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

@media (min-width:768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%
  }
  .nav-justified>li>a {
    margin-bottom: 0
  }
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }
  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover {
    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;
  margin-bottom: 20px;
  border: 1px solid transparent
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
  overflow-y: auto
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px
  }
  .navbar-header {
    float: left
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    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-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0
  }
}

.carousel-inner,
.embed-responsive,
.modal,
.modal-open,
.progress {
  overflow: hidden
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px
}

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

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

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

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

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-brand>img {
  display: block
}

@media (min-width:768px) {
  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0
  }
  .navbar-fixed-bottom,
  .navbar-fixed-top,
  .navbar-static-top {
    border-radius: 0
  }
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

.navbar-nav {
  margin: 7.5px -15px
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px
  }
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px
  }
  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none
  }
}

.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-danger,
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-success,
.progress-striped .progress-bar-warning {
  background-image: -o-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 (min-width:768px) {
  .navbar-toggle {
    display: none
  }
  .navbar-nav {
    float: left;
    margin: 0
  }
  .navbar-nav>li {
    float: left
  }
  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin: 8px -15px
}

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

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

.breadcrumb>li,
.pagination {
  display: inline-block
}

.badge,
.label {
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  vertical-align: baseline
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0
  }
}

@media (min-width:768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.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 {
  margin-bottom: 0;
  border-radius: 4px 4px 0 0
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px
  }
  .navbar-left {
    float: left!important
  }
  .navbar-right {
    float: right!important;
    margin-right: -15px
  }
  .navbar-right~.navbar-right {
    margin-right: 0
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}

.navbar-default .navbar-brand {
  color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
  color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #555;
  background-color: #e7e7e7
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent
  }
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
  }
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #777
}

.navbar-default .navbar-link:hover {
  color: #333
}

.navbar-default .btn-link {
  color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #080808
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
  color: #fff
}

.navbar-inverse .btn-link {
  color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none
}

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

.breadcrumb>.active {
  color: #777
}

.pagination {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}

.pager li,
.pagination>li {
  display: inline
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: var(--global-theme-color-light, #00c8c1);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #23527c
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 2;
  cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px
}

.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: 12px
}

.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>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
  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:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff
}

.label {
  display: inline;
  font-size: 75%;
  line-height: 1;
  color: #fff
}

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

.label:empty {
  display: none
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  color: #fff;
  background-color: #777;
  border-radius: 10px
}

.badge:empty {
  display: none
}

.media-object,
.thumbnail {
  display: block
}

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

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

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

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

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

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

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

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  background-color: #eee
}

.chat-panel .chat-group,
.jumbotron p {
  margin-bottom: 15px
}

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

.alert,
.thumbnail {
  margin-bottom: 20px
}

.jumbotron>hr {
  border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px
}

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

@media screen and (min-width:768px) {
  .jumbotron {
    padding: 48px 0
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px
  }
}

.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
  margin-right: auto;
  margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7
}

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

.alert {
  border: 1px solid transparent
}

.alert h4 {
  margin-top: 0;
  color: inherit
}

.alert .alert-link {
  font-weight: 700
}

.alert>p,
.alert>ul {
  margin-bottom: 0
}

.alert>p+p {
  margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px
}

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

.modal,
.modal-backdrop {
  right: 0;
  bottom: 0;
  left: 0
}

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

@-o-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-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease
}

.progress-bar-striped,
.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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px
}

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

.progress-striped .progress-bar-success {
  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-striped .progress-bar-info {
  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-striped .progress-bar-warning {
  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-striped .progress-bar-danger {
  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 {
  margin-top: 15px
}

.jumbotron .jumbotron-heading,
.media-heading,
.media:first-child,
.panel-title {
  margin-top: 0
}

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

.media-body {
  width: 10000px
}

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

.list-group,
.media-list {
  padding-left: 0
}

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

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

.media-middle {
  vertical-align: middle
}

.media-bottom {
  vertical-align: bottom
}

.media-heading {
  margin-bottom: 5px
}

.media-list {
  list-style: none
}

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

.list-group-item:last-child {
  margin-bottom: 0
}

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

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

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

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777
}

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

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
  color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title,
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
  color: inherit
}

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

.list-group-item-text,
.panel-title,
.panel>.list-group,
.panel>.panel-collapse>.list-group,
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0
}

.list-group-item-text {
  line-height: 1.3
}

.panel {
  background-color: #fff;
  border: 1px solid transparent
}

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

.panel-body {
  padding: 15px
}

.panel-heading {
  border-bottom: 1px solid transparent
}

.panel-group .panel-heading,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 0
}

.panel-title {
  font-size: 16px
}

.panel-footer {
  padding: 10px 15px;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

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

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
  padding-right: 15px;
  padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0
}

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

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

.panel-group {
  margin-bottom: 20px
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px
}

.panel-group .panel+.panel {
  margin-top: 5px
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.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-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0
}

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3
}

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

.well-lg {
  padding: 24px
}

.well-sm {
  padding: 9px
}

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

.carousel-caption,
.carousel-control {
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

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

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

.modal {
  position: fixed;
  top: 0;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

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

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

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  outline: 0
}

.modal-content,
.popover {
  -webkit-background-clip: padding-box
}

.modal-backdrop {
  position: fixed;
  top: 0;
  z-index: 1040;
  background-color: #000
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }
  .modal-sm {
    width: 300px
  }
}

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

@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0
}

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  word-break: break-all;
}

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

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

.tooltip.top-left .tooltip-arrow {
  right: 5px
}

.tooltip.top-right .tooltip-arrow {
  left: 5px
}

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

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

.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
  right: 5px;
  margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
  left: 5px;
  margin-top: -5px
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2)
}

.carousel-caption,
.carousel-control,
.carousel-indicators,
.fa-fw,
.fa-li,
.quick-launch-panel a,
.status {
  text-align: center
}

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

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

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

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

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

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

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

.carousel,
.carousel-inner {
  position: relative
}

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

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

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

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

.popover.left>.arrow:after,
.popover.right>.arrow:after {
  bottom: -10px;
  content: " "
}

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

.popover.right>.arrow:after {
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0
}

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

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

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

.popover.left>.arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff
}

.carousel-inner {
  width: 100%
}

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

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000
  }
  .carousel-inner>.item.active.right,
  .carousel-inner>.item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  .carousel-inner>.item.active.left,
  .carousel-inner>.item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  .carousel-inner>.item.active,
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block
}

.carousel-inner>.active {
  left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%
}

.carousel-inner>.next {
  left: 100%
}

.carousel-inner>.prev {
  left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0
}

.carousel-inner>.active.left {
  left: -100%
}

.carousel-inner>.active.right {
  left: 100%
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  filter: alpha(opacity=50);
  opacity: .5
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  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, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  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:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9
}

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

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

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

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

.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%;
  list-style: none
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px
}

.sidebar-panel>nav li.open>a .fa,
.sidebar-panel>nav li.open>a>span,
.sidebar-panel>nav li:hover>a>.fa,
.sidebar-panel>nav li:hover>a>span {
  text-indent: 3px
}

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

.sidebar-panel>nav>ul>li>a:focus,
.text-hide {
  background-color: transparent
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff
}

.carousel-caption .btn,
.quick-launch-panel .close,
.text-hide,
::selection {
  text-shadow: none
}

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

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

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

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

.invisible {
  visibility: hidden
}

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

.affix {
  position: fixed
}

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

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

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

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

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

@media (max-width:767px) {
  .hidden-xs {
    display: none!important
  }
}

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

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

@media (min-width:1200px) {
  .hidden-lg {
    display: none!important
  }
}

.visible-print {
  display: none!important
}

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

.visible-print-block {
  display: none!important
}

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

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

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

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

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

.ps-container {
  overflow: hidden!important
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  background-color: #999
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #999
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x,
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #aaa;
  -ms-border-radius: 4px
}

.ps-container>.ps-scrollbar-x-rail {
  -ms-border-radius: 4px
}

.ps-container>.ps-scrollbar-y-rail {
  -ms-border-radius: 4px
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  background-color: #999
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #999
}

::-moz-selection {
  background: #09c;
  color: #fff;
  text-shadow: none
}

::selection {
  background: #09c;
  color: #fff
}

body,
html {
  height: 100%;
  width: 100%
}

.app {
  background: #f0f0f0;
  width: 100%;
  min-height: 100%;
  position: relative
}

body {
  overflow: visible;
  background: #e0e8f2;
  color: #616161;
  font-size: 13px;
  line-height: 1.53846154;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif, sans-serif;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden
}

a:active,
a:focus,
a:hover,
a:visited {
  outline: 0;
  cursor: pointer
}

.touch a:focus,
.touch a:hover,
.touch li:focus,
.touch li:hover {
  background-color: transparent!important
}

hr {
  display: block;
  margin: 1em 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #e4e4e4
}

.img-rounded {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

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

ol {
  list-style-type: decimal
}

ul {
  list-style-type: disc;
  line-height: 1.5
}

ol.list-style-none,
ul.list-style-none {
  padding: 0;
  list-style: none
}

[ui-view].ng-leave {
  -webkit-animation: fadeOut .4s;
  animation: fadeOut .4s
}

[ui-view].ng-enter {
  -webkit-animation: slideInUp .4s;
  animation: slideInUp .4s
}

@media screen and (min-width:768px) {
  .css-table,
  .display-row {
    height: 100%;
    width: 100%
  }
  .scroll {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%
  }
  .eq-col {
    position: absolute;
    top: 55px;
    bottom: 55px;
    left: 250px;
    right: 0
  }
  .display-row .col {
    float: left;
    height: 100%
  }
  .display-row .col:last-child {
    float: none;
    overflow: hidden
  }
  .css-table {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed
  }
  .css-table .col {
    display: table-cell;
    vertical-align: top;
    float: none;
    height: 100%
  }
}

.css-table-xs {
  display: table;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  overflow: hidden
}

.css-table-xs .col {
  display: table-cell;
  vertical-align: top;
  position: relative;
  float: none;
  height: 100%
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400
}

.bold,
dt {
  font-weight: 700
}

.climacon {
  line-height: 1
}

.small,
small {
  font-size: 11px
}

p {
  color: #7a7a7a
}

.pullquote::before,
blockquote::before {
  float: left;
  color: #E2E4E9;
  content: "“";
  font-family: Georgia, serif
}

blockquote {
  display: block;
  float: left;
  margin: 15px 0;
  padding: 15px;
  border: 0;
  font-size: 13px
}

blockquote::before {
  margin-right: 10px;
  font-size: 40px;
  line-height: 1
}

blockquote p {
  display: inline
}

.pullquote {
  display: block;
  float: left;
  width: 55%;
  font-style: italic;
  font-size: 1.6em
}

.pullquote::before {
  font-style: normal;
  font-size: 40px
}

.avatar {
  position: relative;
  display: inline-block
}

.img-thumbnail {
  border: 1px solid #e4e4e4
}

.avatar-xlg {
  width: 256px
}

.avatar-lg {
  width: 128px
}

.avatar-md {
  width: 64px
}

.avatar-sm {
  width: 46px
}

.avatar-xs {
  width: 34px
}

.avatar-xxs {
  width: 22px
}

.status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px;
  overflow: hidden;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: .245;
  border-width: 2px;
  border-style: solid
}

.header .status {
  top: 15px;
  right: 13px
}

@-webkit-keyframes loading-bar {
  0% {
    width: 0
  }
  33% {
    width: 100%
  }
  66% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -o-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -o-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
  }
}

@keyframes loading-bar {
  0% {
    width: 0
  }
  33% {
    width: 100%
  }
  66% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -o-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -o-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
  }
}

.preloader {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: 0;
  z-index: 9999;
  height: 3px;
  background: rgba(46, 204, 113, .2)
}

.preloader::before {
  content: '';
  background-color: #2ecc71;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-animation: loading-bar 1.5s infinite;
  animation: loading-bar 1.5s infinite;
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms
}

.quick-launch-panel {
  display: table;
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 80px;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}

.quick-launch-panel::after,
.quick-launch-panel::before {
  content: " ";
  display: table
}

.quick-launch-panel .container {
  position: relative
}

.quick-launch-panel .quick-launcher-inner {
  display: block;
  padding: 17px 0
}

.quick-launch-panel .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  -moz-opacity: .6;
  -khtml-opacity: .6;
  -webkit-opacity: .6;
  opacity: .6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=.6 * 100);
  filter: alpha(opacity=.6 * 100);
  z-index: 9999
}

.quick-launch-panel a {
  display: block;
  font-size: 20px
}

.quick-launch-panel a span {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 0
}

.layout-quick-launch-panel {
  -webkit-transform: translate(0, 80px);
  -moz-transform: translate(0, 80px);
  -ms-transform: translate(0, 80px);
  transform: translate(0, 80px);
  -webkit-transform: translate3d(0, 80px, 0);
  -moz-transform: translate3d(0, 80px, 0);
  -o-transform: translate3d(0, 80px, 0);
  -ms-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0)
}

.layout-quick-launch-panel::before {
  content: '';
  background-color: rgba(0, 0, 0, .15);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000
}

.stop-scrolling .brand,
.stop-scrolling .chat-panel,
.stop-scrolling .layout-fixed-header .main-panel>.header,
.stop-scrolling .sidebar-panel {
  position: absolute!important
}

.sidebar-panel {
  position: fixed;
  height: 100%;
  overflow: hidden
}

.sidebar-panel>nav {
  position: absolute;
  top: 55px;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll
}

.sidebar-panel>nav ul {
  padding: 0;
  list-style: none
}

.sidebar-panel>nav ul>li>a {
  display: block;
  text-align: left;
  line-height: 1;
  -webkit-transition: background 300ms, color 300ms;
  -moz-transition: background 300ms, color 300ms;
  -o-transition: background 300ms, color 300ms;
  transition: background 300ms, color 300ms
}

.sidebar-panel>nav ul>li>a>span {
  display: initial
}

.sidebar-panel>nav ul>li>a>span.label {
  position: initial;
  top: auto;
  right: auto
}

.sidebar-panel>nav ul>li>a .fa {
  padding-right: 15px;
  width: 30px;
  font-size: 12px;
  text-align: center
}

.sidebar-panel>nav ul>li>a .fa,
.sidebar-panel>nav ul>li>a>span {
  -webkit-transition: text-indent 100ms;
  -moz-transition: text-indent 100ms;
  -o-transition: text-indent 100ms;
  transition: text-indent 100ms
}

.sidebar-panel>nav li ul li a {
  padding: 10px 25px 10px 58px
}

.sidebar-panel>nav li.menu-accordion>a::before {
  min-width: 15px;
  text-align: center;
  -webkit-transition: transform 300ms ease;
  -moz-transition: transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: relative;
  display: inline-block;
  float: right;
  margin-left: 5px
}

.sidebar-panel>nav li.open.menu-accordion>a::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.sidebar-panel>nav>ul>li {
  position: relative;
  display: block
}

.sidebar-panel>nav>ul>li a {
  position: relative;
  padding: 13px 25px
}

.sidebar-panel>nav>ul>li>ul {
  position: relative;
  padding: 0;
  margin: 0
}

.sidebar-panel>nav>ul>li>ul::after,
.sidebar-panel>nav>ul>li>ul::before {
  content: " ";
  display: table
}

.sidebar-panel>nav>ul>li ul {
  max-height: 0;
  overflow: hidden;
  display: block
}

.sidebar-panel>nav>ul>li>.sub-menu .sub-menu {
  padding-left: 20px
}

.sidebar-panel>nav .open>ul {
  max-height: 500px
}

@media screen and (min-width:768px) {
  .layout-small-menu .sidebar-panel>nav .multi-level.menu-accordion>a::before,
  .layout-small-menu .sidebar-panel>nav>ul>li.menu-accordion>a::before {
    content: ''
  }
  .sidebar-panel {
    overflow: hidden;
    width: 250px;
    z-index: 1050
  }
  .sidebar-panel>nav>ul {
    width: 250px
  }
  .layout-small-menu {
    min-height: 100%
  }
  .layout-small-menu .sidebar-panel {
    width: 70px;
    overflow: visible
  }
  .layout-small-menu .sidebar-panel .brand-logo {
    display: none;
    visibility: hidden
  }
  .layout-small-menu .sidebar-panel .toggle-sidebar {
    text-align: center;
    margin: 0 auto;
    display: table;
    float: none
  }
  .layout-small-menu .sidebar-panel>nav {
    overflow: visible!important;
    right: 0
  }
  .layout-small-menu .sidebar-panel>nav>ul {
    width: 70px
  }
  .layout-small-menu .sidebar-panel>nav>ul>li {
    position: relative;
    text-align: center
  }
  .layout-small-menu .sidebar-panel>nav>ul>li>a {
    padding: 15px 0
  }
  .layout-small-menu .sidebar-panel>nav>ul>li>a>span {
    display: none
  }
  .layout-small-menu .sidebar-panel>nav>ul>li>a>span.label {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px
  }
  .layout-small-menu .sidebar-panel>nav>ul>li>a>.fa {
    display: block;
    padding: 0;
    width: 100%
  }
  .layout-small-menu .sidebar-panel>nav>ul>li:hover>.sub-menu {
    max-height: 500px
  }
  .layout-small-menu .sidebar-panel>nav>ul>li>.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    max-height: 0
  }
  .layout-small-menu .sidebar-panel>nav>ul>li>.sub-menu a {
    padding-left: 15px;
    white-space: nowrap
  }
  .layout-small-menu .sidebar-panel>nav>ul>li>.sub-menu>li>a+.sub-menu>li>a {
    padding-left: 35px
  }
  .layout-small-menu .sidebar-panel>nav>ul>li>.sub-menu>li>a+.sub-menu>li>a+.sub-menu>li>a {
    padding-left: 45px
  }
  .layout-small-menu .sidebar-panel>nav>ul>li>.sub-menu>li>a+.sub-menu>li>a+.sub-menu>li>a+.sub-menu>li>a {
    padding-left: 55px
  }
  .layout-small-menu .sidebar-panel>nav .multi-level {
    min-width: 180px
  }
  .layout-small-menu .sidebar-panel>nav .multi-level a span {
    margin-right: 25px
  }
  .layout-small-menu .sidebar-panel>nav .multi-level .sub-menu {
    position: relative;
    left: auto
  }
  .layout-small-menu .sidebar-panel>nav .multi-level .sub-menu>li>a {
    padding-left: 40px
  }
  .layout-small-menu .sidebar-panel>nav .multi-level .sub-menu>li>a+.sub-menu>li>a {
    padding-left: 45px
  }
  .layout-small-menu .sidebar-panel>nav .multi-level .sub-menu>li>a+.sub-menu>li>a+.sub-menu>li>a {
    padding-left: 50px
  }
  .layout-small-menu .sidebar-panel>nav .multi-level .sub-menu>li>a+.sub-menu>li>a+.sub-menu>li>a+.sub-menu>li>a {
    padding-left: 55px
  }
  .layout-small-menu .main-panel {
    margin-left: 70px
  }
  .layout-small-menu .eq-col {
    left: 70px
  }
}

.main-panel::after,
.main-panel::before,
.main-panel>.main-content::after,
.main-panel>.main-content::before {
  display: table;
  content: " "
}

.sidebar-panel,
.sidebar-panel>.brand {
  background-color: #495469
}

.sidebar-panel>.brand a {
  color: #b2b6be
}

.sidebar-panel>.brand a:active,
.sidebar-panel>.brand a:focus,
.sidebar-panel>.brand a:hover {
  color: #c0c3ca
}

.sidebar-panel>.brand .hamburger-icon span {
  background-color: #b2b6be
}

.sidebar-panel>.brand .hamburger-icon:hover span {
  background-color: #fff
}

.sidebar-panel>nav>ul>li>ul {
  background-color: #434d60
}

.sidebar-panel>nav>ul>li.open>a,
.sidebar-panel>nav>ul>li.open>a:focus,
.sidebar-panel>nav>ul>li.open>a:hover,
.sidebar-panel>nav>ul>li>a:hover {
  background-color: #3f485a
}

.sidebar-panel>nav li.active>a,
.sidebar-panel>nav li.open>a {
  color: #fff
}

.sidebar-panel>nav .open>a,
.sidebar-panel>nav .open>a:focus,
.sidebar-panel>nav .open>a:hover {
  background-color: transparent
}

.sidebar-panel>nav a {
  color: #b2b6be
}

.sidebar-panel>nav a:active,
.sidebar-panel>nav a:focus,
.sidebar-panel>nav a:hover {
  color: #fff
}

.quick-launch-panel {
  background: #495469
}

.quick-launch-panel .close {
  background: #343c4b;
  color: #b2b6be
}

.quick-launch-panel a {
  color: #b2b6be
}

.quick-launch-panel a:hover {
  color: #fff
}

@media screen and (min-width:768px) {
  .sidebar-panel {
    -webkit-backface-visibility: hidden
  }
  .small-menu .sidebar-panel nav>ul>li>.sub-menu,
  .small-menu .sidebar-panel>nav li.open {
    background-color: #454f63
  }
}

.sidebar-panel .ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: rgba(255, 255, 255, .5)
}

.main-panel>.header {
  width: 100%;
  height: 55px;
  z-index: 1020;
  border: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .1);
  box-shadow: 0 0 1px rgba(0, 0, 0, .1)
}

.main-panel>.header .navbar-text {
  margin: 18px 15px
}

.main-panel>.header .navbar-btn {
  margin-top: 10.5px;
  margin-bottom: 10.5px
}

.main-panel>.header .btn-lg.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px
}

.main-panel>.header .btn-sm.navbar-btn {
  margin-top: 12.5px;
  margin-bottom: 12.5px
}

.main-panel>.header .btn-xs.navbar-btn {
  margin-top: 16.5px;
  margin-bottom: 16.5px
}

.main-panel>.header .navbar-nav {
  margin: 0
}

.main-panel>.header .navbar-nav>li>a {
  padding-top: 18px;
  padding-bottom: 18px;
  max-height: 55px
}

.main-panel>.header .navbar-nav .dropdown-menu {
  margin-top: 1px;
  padding: 0;
  border-color: rgba(0, 0, 0, .1);
  border-top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.main-panel>.header .notifications {
  min-width: 300px
}

.main-panel>.header .notifications .notifications-footer,
.main-panel>.header .notifications .notifications-header {
  padding: 0 15px
}

.main-panel>.header .notifications .notifications-header {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4
}

.main-panel>.header .notifications .notifications-header p {
  margin: 0
}

.main-panel>.header .notifications .notifications-footer {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px
}

.main-panel>.header .notifications li a {
  font-size: 13px;
  padding: 0
}

.main-panel>.header .notifications .time {
  display: block;
  font-size: 12px
}

.main-panel>.header .notifications a:active,
.main-panel>.header .notifications a:hover {
  color: #545454;
  background-color: transparent
}

.main-panel>.header .notifications .notifications-list {
  list-style: none;
  padding: 0
}

.main-panel>.header .notifications .notifications-list li {
  border-bottom: 1px solid #e4e4e4
}

.main-panel>.header .notifications .notifications-list li a {
  position: relative;
  display: block;
  padding: 15px
}

.main-panel>.header .circle-icon {
  position: relative;
  display: table;
  margin: 0;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%
}

.main-panel>.header .circle-icon>i {
  display: table-cell;
  float: none;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  font-size: 12px
}

.main-panel>.header a>i.fa {
  font-size: 14px
}

.main-panel>.header .header-avatar {
  width: 32px;
  margin-top: -6px
}

@media screen and (min-width:768px) {
  .header {
    position: relative;
    width: 100%
  }
  .header .navbar-form {
    margin-top: 10.5px;
    margin-bottom: 10.5px
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: 0
  }
  .main-panel>header .dropdown-menu {
    padding: 0
  }
}

@media (max-width:767px) {
  .main-panel>.header {
    width: 100%
  }
  .main-panel>.header .navbar-nav .open .dropdown-menu {
    position: absolute;
    left: auto;
    right: 0
  }
  .main-panel>.header>.navbar-nav {
    float: left
  }
  .main-panel>.header>.navbar-right {
    float: right
  }
  .main-panel>.header>.nav>li {
    float: left
  }
}

.main-panel>.header {
  background-color: #fff
}

.main-panel>.header .nav>li>a,
.main-panel>.header .navbar-text {
  color: #616161
}

.main-panel>.header .nav .open>a,
.main-panel>.header .nav .open>a:focus,
.main-panel>.header .nav .open>a:hover,
.main-panel>.header .nav>li>a:focus,
.main-panel>.header .nav>li>a:hover {
  background-color: #f8f8f8;
  color: #474747
}

.main-panel>.header .hamburger-icon span {
  background: #616161
}

.main-panel>.header .hamburger-icon:hover span {
  background: #474747
}

.brand {
  width: 100%;
  height: 55px;
  display: block
}

.brand .brand-logo {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
  float: left;
  padding: 0 25px;
  -moz-opacity: .9;
  -khtml-opacity: .9;
  -webkit-opacity: .9;
  opacity: .9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=.9 * 100);
  filter: alpha(opacity=.9 * 100)
}

.brand .toggle-sidebar {
  float: right;
  padding: 21px 25px
}

@media (max-width:767px) {
  .header .brand {
    text-align: center
  }
  .header .brand .brand-logo {
    display: inline-block;
    float: none
  }
  .header .brand .toggle-chat,
  .header .brand .toggle-offscreen {
    position: absolute;
    top: 0;
    border: 1px solid transparent;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
  }
  .header .brand .toggle-offscreen {
    left: 0
  }
  .header .brand .toggle-chat {
    right: 0
  }
}

.main-panel {
  background: #f0f0f0
}

.main-panel>.main-content {
  padding: 20px;
  margin-bottom: 55px
}

.main-panel>.main-content.no-padding {
  padding: 0
}

.main-panel .row {
  margin-right: -10px;
  margin-left: -10px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.main-panel .col-xs-1 {
  padding-left: 10px;
  padding-right: 10px
}

.center-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: relative
}

.center-wrapper .center-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  float: none
}

.chat-panel .chat-header::after,
.chat-panel .chat-header::before,
.chat-panel .chat-users .nav-tabs::after,
.chat-panel .chat-users .nav-tabs::before,
footer.content-footer::after,
footer.content-footer::before {
  content: " ";
  display: table
}

@media screen and (min-width:768px) {
  .main-panel {
    margin-left: 250px
  }
}

footer.content-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55px;
  padding: 0 20px;
  border-top: 1px solid rgba(0, 0, 0, .07);
  font-size: 12px;
  z-index: 1000
}

footer.content-footer .footer-text {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 18px;
  margin-bottom: 18px;
  display: inline-block;
  float: left
}

footer.content-footer .footer-text.small {
  margin-top: 20px;
  margin-bottom: 20px
}

footer.content-footer .footer-right {
  float: right;
  margin-right: 0
}

footer.content-footer nav {
  margin-right: 15px
}

footer.content-footer nav ul {
  list-style: none;
  margin: 0;
  font-weight: 400;
  line-height: 1
}

footer.content-footer nav ul li {
  display: inline-block;
  vertical-align: -webkit-baseline-middle
}

footer.content-footer nav ul li a {
  color: #616161;
  line-height: 20px;
  max-height: 55px;
  padding: 18px 10px
}

footer.content-footer nav ul li a:focus,
footer.content-footer nav ul li a:hover {
  background-color: transparent;
  color: #545454
}

footer.content-footer nav ul li:first-child {
  margin-left: 0
}

footer.content-footer nav ul li:first-child a {
  padding-left: 0
}

footer.content-footer li a:active,
footer.content-footer li a:hover,
footer.content-footer li:hover {
  background: 0 0
}

@media (max-width:767px) {
  footer.content-footer .footer-left {
    display: none
  }
}

.chat-panel {
  position: fixed;
  top: 55px;
  z-index: 1000;
  width: 250px;
  background-color: rgba(255, 255, 255, .99);
  overflow: hidden;
  transition: transform 300ms cubic-bezier(.7, 0, .3, 1);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 0 2px 0 rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 0 2px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 0 2px 0 rgba(0, 0, 0, .05);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.chat-panel,
.chat-panel .chat-conversation,
.chat-panel.conversation-open .chat-users {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0)
}

.chat-panel,
.chat-panel .chat-conversation,
.chat-panel .chat-users {
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.7, 0, .3, 1);
  -moz-transition: -moz-transform 300ms cubic-bezier(.7, 0, .3, 1);
  -o-transition: -o-transform 300ms cubic-bezier(.7, 0, .3, 1)
}

.chat-panel .chat-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}

.chat-panel .chat-conversation,
.chat-panel .chat-users {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: transform 300ms cubic-bezier(.7, 0, .3, 1);
  background-color: #fff
}

.chat-panel .chat-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 55px
}

.chat-panel .chat-header .chat-header-title {
  float: none;
  text-align: center;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px
}

.chat-panel .chat-header .chat-header-title.text-left {
  text-align: left!important
}

.chat-panel .chat-header .chat-back,
.chat-panel .chat-header .chat-right {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 16px 15px
}

.chat-panel .chat-header .chat-right {
  position: absolute;
  right: 0;
  top: 0
}

.chat-panel .chat-header .chat-back {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 21px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -moz-opacity: .2;
  -khtml-opacity: .2;
  -webkit-opacity: .2;
  opacity: .2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=.2 * 100);
  filter: alpha(opacity=.2 * 100)
}

.chat-panel .chat-header .chat-back:hover {
  -moz-opacity: .5;
  -khtml-opacity: .5;
  -webkit-opacity: .5;
  opacity: .5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=.5 * 100);
  filter: alpha(opacity=.5 * 100)
}

.chat-panel .chat-users .nav-tabs {
  background: #efefef
}

.chat-panel .chat-users .nav-tabs li {
  position: relative
}

.chat-panel .chat-users .nav-tabs li::after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e4e4e4;
  -webkit-transition: background 300ms cubic-bezier(.7, 0, .3, 1);
  -moz-transition: background 300ms cubic-bezier(.7, 0, .3, 1);
  -o-transition: background 300ms cubic-bezier(.7, 0, .3, 1);
  transition: background 300ms cubic-bezier(.7, 0, .3, 1)
}

.chat-panel .chat-users .nav-tabs li>a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0
}

.chat-panel .chat-users .nav-tabs li.active::after,
.chat-panel .chat-users .nav-tabs li.active:focus::after,
.chat-panel .chat-users .nav-tabs li.active:hover::after,
.chat-panel .chat-users .nav-tabs li:hover::after {
  background-color: #09c
}

.chat-panel .chat-users .nav-tabs li>a:focus,
.chat-panel .chat-users .nav-tabs li>a:hover {
  border: 0;
  background: 0 0
}

.chat-panel .chat-users .tab-content {
  position: absolute;
  top: 38px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto
}

.chat-panel .activity-feed {
  list-style: none;
  padding: 15px
}

.chat-panel .activity-feed .feed-item {
  position: relative;
  padding-bottom: 20px;
  padding-left: 30px;
  border-left: 1px solid #e2e2e2
}

.chat-panel .activity-feed .feed-item:last-child {
  border-color: transparent
}

.chat-panel .activity-feed .feed-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -6px;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #e2e2e2
}

.chat-panel .activity-feed .feed-item.active::after,
.chat-panel .activity-feed .feed-item.inactive::after {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  left: -7px;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  line-height: 12px;
  font-size: 8px;
  text-align: center
}

.chat-panel .activity-feed .feed-item.active::after {
  content: "\f00c";
  background: #2ecc71;
  border: 1px solid #2ecc71
}

.chat-panel .activity-feed .feed-item.inactive::after {
  content: "\f00d";
  background: #d96557;
  border: 1px solid #d96557
}

.chat-panel .activity-feed .feed-item time {
  display: block;
  position: relative;
  top: -5px;
  color: #999
}

.chat-panel .activity-feed .feed-item span {
  position: relative;
  top: -3px
}

.chat-panel .favourite-list a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #e4e4e4
}

.chat-panel .chat-conversation,
.chat-panel.conversation-open .chat-users {
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.chat-panel.conversation-open .chat-conversation {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.chat-panel .chat-group .chat-group-header,
.chat-panel .chat-group a {
  display: block;
  position: relative;
  padding: 5px 15px
}

.chat-panel .chat-group .chat-group-header:hover,
.chat-panel .chat-group a:hover {
  color: #484848
}

.chat-panel .chat-group .status-away,
.chat-panel .chat-group .status-invisible,
.chat-panel .chat-group .status-no-disturb,
.chat-panel .chat-group .status-offline,
.chat-panel .chat-group .status-online {
  margin-right: 5px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px
}

.chat-panel .chat-group .status-online {
  border-color: #2ecc71;
  background-color: #2ecc71
}

.chat-panel .chat-group .status-away {
  border-color: #ffc65d;
  background-color: #ffc65d
}

.chat-panel .chat-group .status-no-disturb {
  border-color: #d96557;
  background-color: #d96557
}

.chat-panel .chat-group .status-invisible,
.chat-panel .chat-group .status-offline {
  border-color: #2ecc71;
  background-color: #fff
}

.chat-panel .chat-conversation .chat-conversation-content {
  position: absolute;
  top: 55px;
  bottom: 55px;
  left: 0;
  right: 0;
  padding: 15px;
  overflow-x: hidden;
  overflow-y: auto
}

.chat-panel .chat-conversation .chat-conversation-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .07)
}

.chat-panel .chat-conversation .chat-conversation-user {
  margin-bottom: 20px;
  float: left;
  width: 100%
}

.chat-panel .chat-conversation .chat-conversation-message {
  position: relative;
  margin-left: 6px;
  padding: 10px 15px;
  background-color: #e2e2e2;
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.chat-panel .chat-conversation .chat-conversation-message::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0
}

.chat-panel .chat-conversation .chat-conversation-user.me .chat-conversation-message::before {
  right: 0;
  margin-right: -14px;
  border-top: 15px solid #4cc3d9;
  border-right: 15px solid transparent
}

.chat-panel .chat-conversation .chat-conversation-user.them .chat-conversation-message::before {
  border-top: 15px solid #e2e2e2;
  border-left: 15px solid transparent;
  left: 0;
  margin-left: -14px
}

.chat-panel .chat-conversation .chat-conversation-user.me .chat-conversation-message {
  position: relative;
  margin-left: 0;
  margin-right: 6px;
  background-color: #4cc3d9;
  float: right
}

.chat-panel .chat-conversation .chat-conversation-user.me .chat-conversation-message p {
  color: #fff
}

.chat-panel .chat-conversation .chat-input {
  outline: 0;
  resize: none;
  overflow: hidden;
  padding: 10px 0;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  display: block;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 45px;
  right: 45px
}

.chat-panel .chat-conversation .chat-input:empty::before {
  content: "Write something..."
}

.chat-panel .chat-conversation .chat-input:focus::before {
  content: ""
}

.chat-panel .chat-conversation .chat-input-tool {
  outline: 0;
  background: 0 0;
  border: none;
  padding: 10px 15px;
  margin-top: 7px;
  margin-bottom: 7px;
  color: inherit;
  float: left
}

.chat-panel .chat-conversation .chat-send {
  outline: 0;
  background: 0 0;
  border: none;
  position: relative;
  overflow: hidden;
  padding: 10px 15px;
  margin-top: 7px;
  margin-bottom: 7px;
  float: right
}

.chat-panel .chat-conversation .chat-input:empty+.chat-send {
  color: #2B8EC2
}

.chat-panel .chat-conversation .chat-send>i {
  position: relative
}

.chat-panel .chat-conversation p {
  margin: 0
}

@media (max-width:767px) {
  .layout-chat-open {
    overflow: hidden;
    height: 100%
  }
  .chat-panel {
    width: 100%
  }
}

.hamburger-icon {
  tap-highlight-color: transparent;
  padding: 15px
}

.hamburger-icon span {
  display: block;
  width: 16px;
  height: 1px;
  pointer-events: none
}

.hamburger-icon span:nth-child(2) {
  margin: 3px 0
}

.hamburger-icon.v2 span:first-child {
  width: 14px
}

.hamburger-icon.v2 span:nth-child(2),
.hamburger-icon.v3 span:nth-child(4) {
  width: 10px
}

.hamburger-icon.v3 span {
  height: 1px
}

.hamburger-icon.v3 span:nth-child(3) {
  margin: 0 0 3px
}

.header li .hamburger-icon {
  padding-top: 23px!important;
  padding-bottom: 23px!important
}

@media (max-width:767px) {
  * {
    -webkit-overflow-scrolling: touch
  }
  .main-panel {
    position: relative;
    min-height: 100%
  }
  .brand,
  .main-panel {
    width: 100%
  }
  .main-panel,
  .sidebar-panel {
    -webkit-transition: -webkit-transform 300ms cubic-bezier(.7, 0, .3, 1);
    -moz-transition: -moz-transform 300ms cubic-bezier(.7, 0, .3, 1);
    -o-transition: -o-transform 300ms cubic-bezier(.7, 0, .3, 1);
    transition: transform 300ms cubic-bezier(.7, 0, .3, 1)
  }
  .offscreen .main-panel {
    overflow: hidden;
    position: fixed
  }
  .offscreen footer.content-footer {
    display: none
  }
  .sidebar-panel {
    z-index: 9999;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  .move-left .sidebar-panel,
  .move-right .sidebar-panel {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  .app .offscreen-left,
  .app .offscreen-right {
    width: 85%
  }
  .app .offscreen-right,
  .app.layout-right-sidebar .sidebar-panel {
    right: 0
  }
  .move-left .main-panel {
    -webkit-transform: translate(85%, 0);
    -moz-transform: translate(85%, 0);
    -ms-transform: translate(85%, 0);
    transform: translate(85%, 0);
    -webkit-transform: translate3d(85%, 0, 0);
    -moz-transform: translate3d(85%, 0, 0);
    -o-transform: translate3d(85%, 0, 0);
    -ms-transform: translate3d(85%, 0, 0);
    transform: translate3d(85%, 0, 0)
  }
  .move-right .main-panel {
    -webkit-transform: translate(-85%, 0);
    -moz-transform: translate(-85%, 0);
    -ms-transform: translate(-85%, 0);
    transform: translate(-85%, 0);
    -webkit-transform: translate3d(-85%, 0, 0);
    -moz-transform: translate3d(-85%, 0, 0);
    -o-transform: translate3d(-85%, 0, 0);
    -ms-transform: translate3d(-85%, 0, 0);
    transform: translate3d(-85%, 0, 0)
  }
  .move-right .sidebar-panel>nav {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  .no-csstransforms .move-right .main-panel {
    right: 85%
  }
  .no-csstransforms .move-left .main-panel {
    left: 85%
  }
}

.widget,
.widget .widget-body,
.widget .widget-footer,
.widget .widget-header {
  position: relative
}

.widget {
  margin-bottom: 20px;
  display: table;
  width: 100%;
  padding: 15px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}

.widget .widget-body::after,
.widget .widget-body::before,
.widget .widget-footer::after,
.widget .widget-footer::before,
.widget .widget-header::after,
.widget .widget-header::before {
  content: " ";
  display: table
}

.widget .widget-header {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px
}

.widget .widget-footer {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px
}

.widget p {
  margin: 0
}

.widget .widget-icon {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 40px
}

.widget .widget-icon.pull-left {
  margin-right: 15px
}

.widget .widget-icon.pull-right {
  margin-left: 15px
}

.widget .widget-bg-icon {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 80px;
  font-size: 60px
}

.widget .widget-bg-icon i {
  -moz-opacity: .2;
  -khtml-opacity: .2;
  -webkit-opacity: .2;
  opacity: .2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=.2 * 100);
  filter: alpha(opacity=.2 * 100);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg)
}

.widget .widget-details {
  display: table-cell;
  vertical-align: middle
}

.widget .widget-title {
  display: block;
  font-size: 20px;
  line-height: 1;
  color: #484848
}

.widget .widget-subtitle {
  font-size: 12px;
  color: #7a7a7a
}

.widget .widget-stats {
  position: relative
}

.widget .widget-row {
  display: table-row
}

.widget .stats-value {
  margin: 0;
  line-height: 1
}

.widget .stats-caption {
  font-size: 80%;
  text-transform: uppercase
}

.widget .stats-change {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right
}

.widget.widget-weather {
  padding-left: 0;
  padding-right: 0;
  text-align: center
}

.widget.widget-weather .climacon {
  display: block;
  font-size: 20px;
  margin-top: 5px
}

.widget.widget-weather .widget-weather-icon {
  font-size: 70px
}

.widget.widget-weather .degree-value {
  margin-top: 5px;
  margin-bottom: 5px
}

.widget.widget-weather .widget-weather-footer {
  display: table;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .05);
  padding-top: 25px
}

.widget.widget-weather .widget-weather-footer>div {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

.widget .percent {
  position: relative
}

.widget .percent:after {
  position: absolute;
  top: 0;
  content: '%';
  font-size: .5em;
  font-family: Georgia, serif
}

.widget .widget-list {
  vertical-align: top
}

.widget .widget-list .widget-list-item {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #616161;
  border-top: 1px solid rgba(0, 0, 0, .05)
}

.widget>.list-group {
  margin-bottom: 0
}

.widget>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}

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

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

.widget .widget-progress.progress {
  margin: 10px 0;
  background-color: rgba(0, 0, 0, .2);
  height: 2px
}

.widget .widget-progress .progress-bar {
  background-color: #fff
}

.widget.todo {
  padding: 0
}

.widget .todo-title {
  margin: 0 15px;
  padding: 10px 0;
  font-size: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.widget .todo-body {
  padding: 15px
}

.widget .todo-body>ul {
  margin-bottom: 0
}

.widget .todo-footer {
  background-color: rgba(0, 0, 0, .05);
  padding: 10px 15px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px
}

.widget-chart {
  position: relative;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  padding: 15px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}

.widget-chart::after,
.widget-chart::before {
  content: " ";
  display: table
}

.widget-chart::after {
  clear: both
}

.accordion .panel {
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.accordion .panel-heading {
  background-color: #fff!important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.accordion .panel-heading a {
  color: #616161;
  position: relative;
  display: block
}

.accordion .panel-body {
  border-top: 0!important
}

.layout-fixed-header .main-panel>.header {
  position: fixed;
  top: 0
}

.layout-fixed-header .main-content {
  padding-top: 75px
}

.layout-fixed-header .main-content.no-padding {
  padding: 55px 0 0
}

@media screen and (min-width:768px) {
  .layout-boxed.layout-fixed-header .full-height-content,
  .layout-fixed-header.layout-boxed .sidebar-panel>nav,
  .layout-fixed-header.layout-small-menu .sidebar-panel>nav,
  .layout-fixed-header.layout-static-sidebar .sidebar-panel>nav,
  .layout-static-sidebar.layout-fixed-header .full-height-content {
    margin-top: 55px
  }
  .layout-right-sidebar .sidebar-panel {
    right: 0
  }
  .layout-right-sidebar .main-panel {
    margin-left: 0;
    margin-right: 250px
  }
  .layout-right-sidebar.layout-small-menu .sidebar-panel nav>ul>li>.sub-menu {
    right: 100%!important;
    left: auto!important
  }
  .layout-right-sidebar.layout-small-menu .main-panel {
    margin-left: 0;
    margin-right: 70px
  }
  .layout-right-sidebar .eq-col {
    left: 0;
    right: 250px
  }
  .layout-right-sidebar.layout-small-menu .eq-col {
    right: 0;
    right: 70px
  }
  .layout-boxed,
  .layout-small-menu,
  .layout-static-sidebar {
    overflow: hidden
  }
  .layout-boxed .sidebar-panel,
  .layout-small-menu .sidebar-panel,
  .layout-static-sidebar .sidebar-panel {
    position: absolute
  }
  .layout-boxed .sidebar-panel>nav,
  .layout-small-menu .sidebar-panel>nav,
  .layout-static-sidebar .sidebar-panel>nav {
    position: static;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
    overflow: visible;
    display: block
  }
  .layout-boxed .full-height-content,
  .layout-static-sidebar .full-height-content {
    position: static;
    height: 100%
  }
  .layout-boxed .full-height-content .eq-col,
  .layout-static-sidebar .full-height-content .eq-col {
    width: auto;
    height: auto;
    top: 55px;
    bottom: 55px
  }
  .layout-boxed .main-panel,
  .layout-static-sidebar .main-panel {
    min-height: 1020px
  }
  .layout-fixed-header .main-panel>.header {
    padding-left: 250px;
    margin-left: -250px
  }
  .layout-fixed-header.layout-small-menu .main-panel>.header {
    padding-left: 70px;
    margin-left: -70px
  }
  .layout-fixed-header .full-height-content {
    top: 55px
  }
  .layout-fixed-header.layout-right-sidebar .main-panel>.header {
    padding-left: 0;
    padding-right: 250px;
    margin-left: 0;
    margin-right: -250px
  }
  .layout-fixed-header.layout-right-sidebar.layout-small-menu .main-panel>.header {
    padding-left: 0;
    padding-right: 70px;
    margin-left: 0;
    margin-right: -70px
  }
  .layout-fixed-header.layout-boxed .sidebar-panel>.brand,
  .layout-fixed-header.layout-small-menu .sidebar-panel>.brand,
  .layout-fixed-header.layout-static-sidebar .sidebar-panel>.brand {
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 9
  }
  .layout-fixed-header.layout-small-menu .sidebar-panel>.brand {
    width: 70px
  }
  footer.content-footer {
    padding-left: 270px
  }
  .layout-small-menu footer.content-footer {
    padding-left: 90px
  }
  .layout-right-sidebar footer.content-footer {
    padding-left: 0;
    padding-right: 270px
  }
  .layout-small-menu.layout-right-sidebar footer.content-footer {
    padding-left: 0;
    padding-right: 90px
  }
  .layout-fixed-footer footer.content-footer {
    position: fixed;
    bottom: 0;
    background: #f0f0f0;
    padding-left: 250px
  }
  .layout-fixed-footer.layout-small-menu footer.content-footer {
    padding-left: 90px
  }
  .layout-fixed-footer.layout-right-sidebar footer.content-footer {
    padding-left: 0;
    padding-right: 270px
  }
  .layout-fixed-footer.layout-right-sidebar.layout-small-menu footer.content-footer {
    padding-left: 0;
    padding-right: 90px
  }
}

.layout-right-sidebar .chat-panel {
  right: auto;
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.layout-chat-open .chat-panel {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

@media (max-width:767px) {
  .layout-right-sidebar .brand .toggle-offscreen {
    left: auto;
    right: 0
  }
  .layout-right-sidebar .brand .toggle-chat {
    left: 0;
    right: auto
  }
}

.layout-boxed {
  margin-right: auto;
  margin-left: auto
}

.layout-boxed .chat-panel {
  position: absolute
}

@media (min-width:768px) {
  .layout-boxed,
  .layout-boxed .preloader,
  .layout-boxed.layout-fixed-footer footer.content-footer,
  .layout-boxed.layout-fixed-header .main-panel>.header {
    max-width: 750px
  }
}

@media (min-width:992px) {
  .layout-boxed,
  .layout-boxed .preloader,
  .layout-boxed.layout-fixed-footer footer.content-footer,
  .layout-boxed.layout-fixed-header .main-panel>.header {
    max-width: 970px
  }
}

@media (min-width:1200px) {
  .layout-boxed,
  .layout-boxed .preloader,
  .layout-boxed.layout-fixed-footer footer.content-footer,
  .layout-boxed.layout-fixed-header .main-panel>.header {
    max-width: 1170px
  }
}

/* .switch {
  position: relative;
  width: 50px;
  height: 30px
}

.switch span,
.switch span i {
  cursor: pointer;
  position: absolute
}

.switch span {
  -webkit-box-shadow: #e4e4e4 0 0 0 0 inset;
  -moz-box-shadow: #e4e4e4 0 0 0 0 inset;
  box-shadow: #e4e4e4 0 0 0 0 inset;
  -webkit-transition: border 300ms, box-shadow 300ms;
  -moz-transition: border 300ms, box-shadow 300ms;
  -o-transition: border 300ms, box-shadow 300ms;
  transition: border 300ms, box-shadow 300ms;
  width: 100%;
  height: 100%;
  display: inline-block;
  box-sizing: content-box;
  border: 1px solid #e4e4e4;
  background-color: #e4e4e4;
  background-clip: content-box;
  vertical-align: middle;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  user-select: none
}

.switch input {
  display: none
}

.switch span i {
  top: 0;
  display: inline-block;
  padding-right: 20px;
  -webkit-transition: all ease .2s;
  -moz-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s
}

.switch span i::before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #fff
}

.switch :disabled+span i::before {
  background-color: #efefef
}

.switch :checked+span {
  border-color: #2ecc71;
  -webkit-box-shadow: #2ecc71 0 0 0 21px inset;
  -moz-box-shadow: #2ecc71 0 0 0 21px inset;
  box-shadow: #2ecc71 0 0 0 21px inset;
  -webkit-transition: border 300ms, box-shadow 300ms, background-color 1.2s;
  -moz-transition: border 300ms, box-shadow 300ms, background-color 1.2s;
  -o-transition: border 300ms, box-shadow 300ms, background-color 1.2s;
  transition: border 300ms, box-shadow 300ms, background-color 1.2s;
  background-color: #2ecc71
}

.switch :checked+span i {
  padding-right: 0;
  padding-left: 20px
}

.switch.switch-sm {
  width: 33px;
  height: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px
}

.switch.switch-sm span i::before {
  width: 20px;
  height: 20px
}

.switch.switch-sm :checked+span i {
  padding-left: 13px
}

.switch.switch-lg {
  width: 66px;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px
}

.switch.switch-lg span i::before {
  width: 40px;
  height: 40px
}

.switch.switch-lg :checked+span i {
  padding-left: 26px
}

.switch.square span,
.switch.square span i::before {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.switch.switch-primary :checked+span {
  border-color: #09c;
  -webkit-box-shadow: #09c 0 0 0 21px inset;
  -moz-box-shadow: #09c 0 0 0 21px inset;
  box-shadow: #09c 0 0 0 21px inset;
  background-color: #09c
}

.switch.switch-warning :checked+span {
  border-color: #ffc65d;
  -webkit-box-shadow: #ffc65d 0 0 0 21px inset;
  -moz-box-shadow: #ffc65d 0 0 0 21px inset;
  box-shadow: #ffc65d 0 0 0 21px inset;
  background-color: #ffc65d
}

.switch.switch-danger :checked+span {
  border-color: #d96557;
  -webkit-box-shadow: #d96557 0 0 0 21px inset;
  -moz-box-shadow: #d96557 0 0 0 21px inset;
  box-shadow: #d96557 0 0 0 21px inset;
  background-color: #d96557
}

.switch.switch-info :checked+span {
  border-color: #4cc3d9;
  -webkit-box-shadow: #4cc3d9 0 0 0 21px inset;
  -moz-box-shadow: #4cc3d9 0 0 0 21px inset;
  box-shadow: #4cc3d9 0 0 0 21px inset;
  background-color: #4cc3d9
}

.switch.switch-dark :checked+span {
  border-color: #4c5064;
  -webkit-box-shadow: #4c5064 0 0 0 21px inset;
  -moz-box-shadow: #4c5064 0 0 0 21px inset;
  box-shadow: #4c5064 0 0 0 21px inset;
  background-color: #4c5064
} */

@media print {
  .main-content {
    width: 100%
  }
  .content-footer,
  .header,
  .no-print,
  .sidebar-panel {
    display: none
  }
}

.alert {
  padding: 10px 15px;
  border-radius: 2px
}

.alert,
.breadcrumb {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px
}

.alert-dismissable .close {
  right: 0
}

.alert-success {
  background-color: #7EC22A;
  border-color: #9DC260;
  color: white;
}

.alert-success hr {
  border-top-color: #7EC22A;
}

.alert-success .alert-link {
  color: white;
}

.alert-info {
  background-color: #7EC22A;
  border-color: #9DC260;
  color: white;
}

.alert-info hr {
  border-top-color: #7EC22A;
}

.alert-info .alert-link {
  color: white;
}

.alert-warning {
  background-color: #F5A623;
  border-color: #F5BE23;
  color: white;
}

.alert-warning hr {
  border-top-color: #F5A623;
}

.alert-warning .alert-link {
  color: white;
}

.alert-danger {
  background-color: #E75034;
  border-color: #E76535;
  color: white;
}

.alert-danger hr {
  border-top-color: #E75034;
}

.alert-danger .alert-link {
  color: white;
}

.badge {
  line-height: 15px
}

.breadcrumb {
  background-color: #fff;
  border-radius: 2px
}

.breadcrumb>li+li::before {
  padding: 0 5px;
  content: "\f105\00a0";
  font-family: FontAwesome
}

.btn {
  padding-right: 15px;
  padding-left: 15px;
  outline: 0;
  font-size: 13px;
  border-radius: 2px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  line-height: 20px;
  position: relative;
  z-index: 1
}

.btn,
.btn::before {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px
}

.btn::before {
  border-radius: 2px
}

.btn.active,
.btn.active:focus,
.btn:active,
.btn:active:focus,
.btn:focus {
  outline: 0
}

.btn-group.open .dropdown-toggle,
.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.btn-group.open .dropdown-toggle::before,
.btn.active::before,
.btn:active::before {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.25;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

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

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

.btn-round,
.btn-round .btn,
.btn-round a,
.input-round {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px
}

.btn-round .btn::before,
.btn-round a::before,
.btn-round::before,
.input-round::before {
  -webkit-border-radius: 40px!important;
  -moz-border-radius: 40px!important;
  border-radius: 40px!important
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 2px
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px
}

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

.btn-default {
  color: #616161;
  background-color: #fff;
  border-color: rgba(0, 0, 0, .13)
}

.btn-default:visited {
  color: #616161
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
  color: #616161;
  background-color: #fff;
  border-color: rgba(0, 0, 0, .13)
}

.btn-default::before {
  z-index: -1;
  background-color: #e6e6e6;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.btn-default::before,
.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s
}

.btn-default,
.btn-default::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-default,
.btn-default::before,
.btn-primary,
.btn-primary::before {
  -webkit-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -moz-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -o-animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-default:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-default.active::before,
.btn-default:active::before,
.btn-default:hover::before,
.open>.dropdown-toggle.btn-default::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  border-color: rgba(0, 0, 0, .13)
}

.btn-default.active::before,
.btn-default:active::before,
.open>.dropdown-toggle.btn-default::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #e6e6e6
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  color: #616161;
  background-color: #f2f2f2;
  border-color: rgba(0, 0, 0, .13)
}

.btn-default.disabled::before,
.btn-default[disabled]::before {
  z-index: 1
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: rgba(0, 0, 0, .13)
}

.btn-default .badge {
  color: #fff;
  background-color: #616161
}

.btn-default.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: rgba(0, 0, 0, .13);
  color: #616161
}

.btn-default.btn-outline.active,
.btn-default.btn-outline:active,
.btn-default.btn-outline:focus,
.btn-default.btn-outline:hover {
  background-color: #fff;
  color: #616161
}

.btn-primary {
  color: #fff;
  background-color: #09c;
  border-color: #09c
}

.btn-primary:visited {
  color: #fff
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #09c;
  border-color: #007399
}

.btn-primary::before {
  z-index: -1;
  background-color: #007399;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.btn-primary,
.btn-primary::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-primary:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-primary.active::before,
.btn-primary:active::before,
.btn-primary:hover::before,
.open>.dropdown-toggle.btn-primary::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  border-color: #006b8f
}

.btn-primary.active::before,
.btn-primary:active::before,
.open>.dropdown-toggle.btn-primary::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #007399
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #0086b3;
  border-color: #0086b3
}

.btn-primary.disabled::before,
.btn-primary[disabled]::before {
  z-index: 1
}

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

.btn-primary .badge {
  color: #09c;
  background-color: #fff
}

.btn-primary.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #09c;
  color: #09c
}

.btn-primary.btn-outline.active,
.btn-primary.btn-outline:active,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:hover {
  background-color: #09c;
  color: #fff
}

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

.btn-cancel {
  color: var(--global-btnCancel-theme-color, #00B8B1);
  background-color: #fff;
  border-color: var(--global-btnCancel-theme-color, #00B8B1);
}

.btn-warning:visited {
  color: #fff
}

.btn-cancel:visited {
  color: var(--global-btnCancel-theme-color, #00B8B1);
}

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

.btn-cancel.active,
.btn-cancel.focus,
.btn-cancel:active,
.btn-cancel:focus,
.btn-cancel:hover,
.open>.dropdown-toggle.btn-cancel {
  color: #fff;
  background-color: var(--global-btnCancel-theme-color, #00B8B1);
  border-color: var(--global-btnCancel-theme-color, #00B8B1);
}

.btn-warning::before {
  z-index: -1;
  background-color: #ffb42a;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  border-radius: 2px
}

.btn-cancel.active::before {
  z-index: -1;
  background-color: #fff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  border-radius: 2px
}

.btn-success::before,
.btn-ok::before,
.btn-warning::before,
.btn-cancel::before,{
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s
}

.btn-warning,
.btn-warning::before,
.btn-cancel,
.btn-cancel::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-success,
.btn-success::before,
.btn-ok,
.btn-ok::before,
.btn-warning,
.btn-warning::before,
.btn-cancel,
.btn-cancel::before {
  -webkit-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -moz-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -o-animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-warning:hover::before,
.btn-cancel:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-warning.active::before,
.btn-warning:active::before,
.btn-warning:hover::before,
.open>.dropdown-toggle.btn-warning::before,
.btn-cancel.active::before,
.btn-cancel:active::before,
.btn-cancel:hover::before,
.open>.dropdown-toggle.btn-cancel::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
  border-color: #ffb020
}

.btn-cancel.active,
.btn-cancel:active,
.open>.dropdown-toggle.btn-cancel {
  border-color: var(--global-btnCancel-theme-color, #00B8B1);
}

.btn-warning.active::before,
.btn-warning:active::before,
.open>.dropdown-toggle.btn-warning::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #ffb42a
}

.btn-cancel.active::before,
.btn-cancel:active::before,
.open>.dropdown-toggle.btn-cancel::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #fff
}

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

.btn-cancel.active.focus,
.btn-cancel.active:focus,
.btn-cancel.active:hover,
.btn-cancel:active.focus,
.btn-cancel:active:focus,
.btn-cancel:active:hover,
.open>.dropdown-toggle.btn-cancel.focus,
.open>.dropdown-toggle.btn-cancel:focus,
.open>.dropdown-toggle.btn-cancel:hover {
  color: var(--global-btnCancel-theme-color, #00B8B1);
  background-color: #fff;
  border-color:var(--global-btnCancel-theme-color, #00B8B1);
}

.btn-warning.disabled::before,
.btn-warning[disabled]::before,
.btn-cancel.disabled::before,
.btn-cancel[disabled]::before {
  z-index: 1
}

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

.btn-cancel:active.disabled,
.btn-cancel:active.disabled.active,
.btn-cancel:active.disabled.focus,
.btn-cancel:active.disabled:active,
.btn-cancel:active.disabled:focus,
.btn-cancel:active.disabled:hover,
.btn-cancel:active[disabled],
.btn-cancel:active[disabled].active,
.btn-cancel:active[disabled].focus,
.btn-cancel:active[disabled]:active,
.btn-cancel:active[disabled]:focus,
.btn-cancel:active[disabled]:hover,
fieldset[disabled] .btn-cancel,
fieldset[disabled] .btn-cancel.active,
fieldset[disabled] .btn-cancel.focus,
fieldset[disabled] .btn-cancel:active,
fieldset[disabled] .btn-cancel:focus,
fieldset[disabled] .btn-cancel:hover {
  background-color: #fff;
  border-color: var(--global-btnCancel-theme-color, #00B8B1);
}

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

.btn-cancel:active.disabled.active .badge {
  color: var(--global-btnCancel-theme-color, #00B8B1);
  background-color: #fff
}

.btn-warning.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #ffc65d;
  color: #ffc65d
}

.btn-cancel.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: var(--global-btnCancel-theme-color, #00B8B1);
  color: var(--global-btnCancel-theme-color, #00B8B1)
}

.btn-warning.btn-outline.active,
.btn-warning.btn-outline:active,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:hover {
  background-color: #ffc65d;
  color: #fff
}

.btn-cancel.btn-outline.active,
.btn-cancel.btn-outline:active,
.btn-cancel.btn-outline:focus,
.btn-cancel.btn-outline:hover {
  background-color: #fff;
  color: var(--global-btnCancel-theme-color, #00B8B1)
}

.btn-success {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71
}

.btn-ok {
  color: #fff;
  background-color: var(--global-theme-color-light, #00c8c1);
  border-color: var(--global-theme-color-light, #00c8c1);
}

.btn-success:visited {
  color: #fff
}

.btn-ok:visited {
  color: #fff
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #2ecc71;
  border-color: #25a25a
}

.btn-ok.active,
.btn-ok.focus,
.btn-ok:active,
.btn-ok:focus,
.btn-ok:hover,
.open>.dropdown-toggle.btn-ok {
  color: #fff;
  background-color: var(--global-btnCancel-theme-color, #00B8B1);
  border-color: var(--global-btnCancel-theme-color, #00B8B1);
}

.btn-success::before {
  z-index: -1;
  background-color: #25a25a;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  border-radius: 2px
}

.btn-ok::before{
  z-index: -1;
  background-color: var(--global-theme-color-light, #00B8B1);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  border-radius: 2px
}



.btn-success,
.btn-success::before,
.btn-ok,
.btn-ok::before  {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-success:hover::before,
.btn-ok:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-success.active::before,
.btn-success:active::before,
.btn-success:hover::before,
.open>.dropdown-toggle.btn-success::before,
.btn-ok.active::before,
.btn-ok:active::before,
.btn-ok:hover::before,
.open>.dropdown-toggle.btn-ok::before,{
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  border-color: #239a55
}

.btn-ok.active,
.btn-ok:active,
.open>.dropdown-toggle.btn-ok {
  border-color: var(--global-btnCancel-theme-color, #00B8B1);
}

.btn-success.active::before,
.btn-success:active::before,
.open>.dropdown-toggle.btn-success::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #25a25a
}

.btn-ok.active::before,
.btn-ok:active::before,
.open>.dropdown-toggle.btn-ok::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: var(--global-btnCancel-theme-color, #00B8B1);
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #29b765;
  border-color: #29b765
}

.btn-ok.active.focus,
.btn-ok.active:focus,
.btn-ok.active:hover,
.btn-ok:active.focus,
.btn-ok:active:focus,
.btn-ok:active:hover,
.open>.dropdown-toggle.btn-ok.focus,
.open>.dropdown-toggle.btn-ok:focus,
.open>.dropdown-toggle.btn-ok:hover {
  color: #fff;
  background-color: var(--global-btnCancel-theme-color, #00B8B1);
  border-color: var(--global-btnCancel-theme-color, #00B8B1);
}

.btn-success.disabled::before,
.btn-success[disabled]::before,
.btn-ok.disabled::before,
.btn-ok[disabled]::before {
  z-index: 1
}

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

.btn-ok.disabled,
.btn-ok.disabled.active,
.btn-ok.active:visited.disabled.focus,
.btn-ok.disabled:active,
.btn-ok.disabled:focus,
.btn-ok.disabled:hover,
.btn-ok[disabled],
.btn-ok[disabled].active,
.btn-ok[disabled].focus,
.btn-ok[disabled]:active,
.btn-ok[disabled]:focus,
.btn-ok[disabled]:hover,
fieldset[disabled] .btn-ok,
fieldset[disabled] .btn-ok.active,
fieldset[disabled] .btn-ok.focus,
fieldset[disabled] .btn-ok:active,
fieldset[disabled] .btn-ok:focus,
fieldset[disabled] .btn-ok:hover {
  background-color: var(--global-theme-color-light, #00c8c1);
  border-color: var(--global-theme-color-light, #00c8c1);
}

.btn-success .badge {
  color: #2ecc71;
  background-color: #fff
}

.btn-ok .badge {
  color: var(--global-theme-color-light, #00c8c1);
  background-color: #fff
}

.btn-success.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #2ecc71;
  color: #2ecc71
}

.btn-ok.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: var(--global-theme-color-light, #00c8c1);
  color: var(--global-theme-color-light, #00c8c1);
}

.btn-success.btn-outline.active,
.btn-success.btn-outline:active,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:hover {
  background-color: #2ecc71;
  color: #fff
}

.btn-ok.btn-outline.active,
.btn-ok.btn-outline:active,
.btn-ok.btn-outline:focus,
.btn-ok.btn-outline:hover {
  background-color: var(--global-theme-color-light, #00c8c1);
  color: #fff
}

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

.btn-info:visited {
  color: #fff
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #4cc3d9;
  border-color: #2aafc8
}

.btn-info::before {
  z-index: -1;
  background-color: #2aafc8;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  border-radius: 2px
}

.btn-danger::before,
.btn-info::before {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  top: 0;
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s
}

.btn-info,
.btn-info::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-danger,
.btn-danger::before,
.btn-info,
.btn-info::before {
  -webkit-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -moz-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -o-animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-info:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-info.active::before,
.btn-info:active::before,
.btn-info:hover::before,
.open>.dropdown-toggle.btn-info::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
  border-color: #00B8B1
}

.btn-info.active::before,
.btn-info:active::before,
.open>.dropdown-toggle.btn-info::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #00c8c1
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #37bcd5;
  border-color: #37bcd5
}

.btn-info.disabled::before,
.btn-info[disabled]::before {
  z-index: 1
}

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

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

.btn-info.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #4cc3d9;
  color: #4cc3d9
}

.btn-info.btn-outline.active,
.btn-info.btn-outline:active,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:hover {
  background-color: #4cc3d9;
  color: #fff
}

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

.btn-danger:visited {
  color: #fff
}

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

.btn-danger::before {
  z-index: -1;
  background-color: #ce402f;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  border-radius: 2px
}

.btn-danger,
.btn-danger::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-danger:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-danger.active::before,
.btn-danger:active::before,
.btn-danger:hover::before,
.open>.dropdown-toggle.btn-danger::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
  border-color: #c63d2d
}

.btn-danger.active::before,
.btn-danger:active::before,
.open>.dropdown-toggle.btn-danger::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #ce402f
}

.colorpicker,
.open .dropdown-menu,
.tooltip.in {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100)
}

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

.btn-danger.disabled::before,
.btn-danger[disabled]::before {
  z-index: 1
}

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

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

.btn-danger.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #d96557;
  color: #d96557
}

.dropdown-menu,
.form-control,
pre {
  border-color: #e4e4e4
}

.btn-danger.btn-outline.active,
.btn-danger.btn-outline:active,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:hover {
  background-color: #d96557;
  color: #fff
}

.close {
  font-weight: 400
}

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

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

pre {
  padding: 10px;
  color: #616161;
  white-space: nowrap;
  font-size: 11px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.dropdown-header,
.dropdown-menu>li>a {
  padding-left: 15px;
  padding-right: 15px
}

.dropdown-menu {
  border-radius: 2px;
  box-shadow: none;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out
}

.dropdown-menu>li>a {
  color: #616161;
  font-size: 13px
}

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

.open .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1 * 100)
}

.open .dropdown-menu,
.tooltip.in {
  opacity: 1
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: #f8f8f8
}

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

label {
  font-weight: 500
}

textarea {
  resize: vertical
}

.no-resize {
  resize: none
}

.form-control:-moz-placeholder {
  color: #878787;
  font-size: 12px
}

.form-control::-moz-placeholder {
  color: #878787;
  font-size: 12px
}

.form-control:-ms-input-placeholder {
  color: #878787;
  font-size: 12px
}

.form-control::-webkit-input-placeholder {
  color: #878787;
  font-size: 12px
}

.placeholder {
  color: #878787
}

.form-control {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  border-radius: 2px;
  transition: border 300ms linear;
  box-shadow: none
}

.form-control,
.form-control:focus {
  box-shadow: none
}

.form-control,
.input-group-addon {
  font-size: 13px;
  border-radius: 2px
}

.form-control:focus {
  border-color: #0ac2ff;
  box-shadow: none
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #2ecc71
}

.has-success .form-control {
  border-color: #2ecc71;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
  border-color: #25a25a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7ee2a8
}

.has-success .input-group-addon {
  color: #fff;
  border-color: #2ecc71;
  background-color: #2ecc71
}

.has-success .form-control-feedback {
  color: #2ecc71
}

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

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

.has-warning .form-control:focus {
  border-color: #ffb42a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ffeac3
}

.has-warning .input-group-addon {
  color: #fff;
  border-color: #ffc65d;
  background-color: #ffc65d
}

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

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

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

.has-error .form-control:focus {
  border-color: #ce402f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ecb1aa
}

.has-error .input-group-addon {
  color: #fff;
  border-color: #d96557;
  background-color: #d96557
}

.input-group-addon,
.list-group-item {
  border-color: #e4e4e4
}

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

.spinner .form-control {
  text-align: center
}

.input-group-addon {
  color: #616161;
  border-radius: 2px;
  background-color: #f4f4f4
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  border-radius: 4px;
  font-size: inherit
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  border-radius: 1px
}

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

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

.jumbotron .jumbotron-sub-heading {
  margin-bottom: 0
}

.label {
  border-radius: 1px;
  padding: .2em 10px .3em
}

.label-default {
  background-color: #e2e2e2;
  color: #616161
}

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

.label-primary {
  background-color: #09c
}

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

.label-success {
  background-color: #2ecc71
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #25a25a
}

.label-info {
  background-color: #4cc3d9
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #2aafc8
}

.label-warning {
  background-color: #ffc65d
}

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

.label-danger {
  background-color: #d96557
}

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

.list-group {
  margin-bottom: 15px
}

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

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

a.list-group-item:focus,
a.list-group-item:hover {
  background-color: #efefef
}

.list-group-item-success {
  color: #1b7943;
  background-color: #a8ebc4
}

a.list-group-item-success {
  color: #1b7943
}

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

a.list-group-item-success:focus,
a.list-group-item-success:hover {
  color: #1b7943;
  background-color: #93e7b6
}

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

.list-group-item-info {
  color: #218a9e;
  background-color: #caedf4
}

a.list-group-item-info {
  color: #218a9e
}

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

a.list-group-item-info:focus,
a.list-group-item-info:hover {
  color: #218a9e;
  background-color: #b5e6ef
}

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

.list-group-item-warning {
  color: #f69f00;
  background-color: #fffcf6
}

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

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

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

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

.list-group-item-danger {
  color: #a53325;
  background-color: #f5d7d4
}

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

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

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

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

.navbar-inverse,
.navbar-inverse .dropdown-menu,
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #4c5064
}

.modal {
  z-index: 2020;
  background: #000;
  background: rgba(0, 0, 0, .4)
}

.modal-content {
  box-shadow: none;
  border-radius: 4px
}

.modal-content,
.panel {
  box-shadow: none
}

.modal .modal-dialog,
.modal.in .modal-dialog {
  animation-duration: 300ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards
}

.modal .modal-dialog {
  animation-name: animation-close;
  animation-duration: 300ms;
  animation-timing-function: ease-out;
  transform: translate(0, 0);
}

.modal.in .modal-dialog,
.urban-noty .noty_bar {
  animation-name: animation-open
}

.navbar {
  min-height: 0
}

.navbar-inverse {
  background-color: #4c5064
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
  color: #fff
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #45495b
}

.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  background-color: #414456
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
  background-color: var(--global-theme-color-light, #00c8c1);
  color: #fff
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none
}

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

.nav-tabs {
  border: 0;
  background: 0 0
}

.nav-tabs>li {
  margin: 0
}

.nav-tabs>li>a {
  margin: 0;
  border: 0;
  padding: 10px 15px;
  color: inherit
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
  border-color: transparent;
  background-color: transparent;
  color: #404040
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border: 0;
  background-color: transparent
}

@media (max-width:767px) {
  .nav-justified-xs .nav>li {
    display: table-cell;
    width: 1%
  }
  .nav-justified-xs .nav>li>a {
    margin-bottom: 0
  }
}

.box-tab {
  position: relative;
  margin-bottom: 15px
}

.box-tab.left .nav-tabs {
  bottom: auto;
  right: -1px;
  float: left
}

.box-tab.left .nav-tabs li {
  float: none;
  text-align: left
}

.box-tab.left .nav-tabs li a::before {
  transform: perspective(900px) rotate3d(0, 1, 0, 90deg);
  transform-origin: 100% 100%;
  perspective-origin: 100% 100%
}

.box-tab.left .nav-tabs li.active a::before {
  transform: perspective(900px) rotate3d(0, 1, 0, 0deg);
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 2px
}

.box-tab.right .nav-tabs {
  bottom: auto;
  left: -1px;
  float: right
}

.box-tab.right .nav-tabs li {
  float: none;
  text-align: left
}

.box-tab.right .nav-tabs li a::before {
  transform: perspective(900px) rotate3d(0, 1, 0, 90deg);
  transform-origin: -100% 100%;
  perspective-origin: -100% 100%
}

.box-tab.right .nav-tabs li.active a::before {
  transform: perspective(900px) rotate3d(0, 1, 0, 0deg);
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px
}

.box-tab .nav-tabs {
  position: relative;
  bottom: -1px;
  margin: 0 auto;
  padding: 0
}

.box-tab .nav-tabs li {
  position: relative;
  display: block;
  margin: 0;
  text-align: center;
  z-index: 1
}

.box-tab .nav-tabs li:not(:last-child) {
  border-right: none
}

.box-tab .nav-tabs li a {
  position: relative;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0
}

.box-tab .nav-tabs li a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  content: '';
  transition: transform 300ms, background-color 300ms;
  transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  transform-origin: 50% 100%;
  perspective-origin: 50% 100%
}

.box-tab .nav-tabs li a:hover {
  color: #4d4d4d
}

.box-tab .nav-tabs li.active a,
.box-tab .nav-tabs li.active a:hover {
  color: #616161
}

.box-tab .nav-tabs li.active a::before {
  background-color: #fff;
  transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px
}

.box-tab .nav-tabs.nav-justified>.active>a,
.box-tab .nav-tabs.nav-justified>.active>a:focus,
.box-tab .nav-tabs.nav-justified>.active>a:hover,
.box-tab .nav-tabs.nav-justified>li>a {
  border: 0
}

.box-tab .tab-content {
  padding: 15px;
  background-color: #fff
}

.box-tab.justified .nav-tabs li {
  display: table-cell;
  float: none;
  width: 1%;
  vertical-align: top;
  text-align: center
}

.pagination>li>a,
.pagination>li>span {
  border-color: #e4e4e4
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  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:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  border-color: #d7d7d7;
  background-color: #f1f1f1
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  border-color: var(--global-theme-color-light, #00B8B1);
  background-color: var(--global-theme-color-light, #00c8c1);
  color: #fff
}

.pager.pager-square li>a,
.pager.pager-square li>span {
  border-radius: 0
}

.panel {
  border-radius: 0;
  box-shadow: none;
  border-width: 0;
  position: relative;
  margin-bottom: 20px;
  border-radius: 0
}

.panel.panel-bordered {
  border-width: 1px
}

.panel.panel-bordered .panel-heading {
  border-radius: 0
}

.panel-heading {
  position: relative;
  border-color: transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 15px
}

.panel-footer,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-color: #ececec
}

.panel-heading::after,
.panel-heading::before {
  content: " ";
  display: table
}

.panel-heading.border::after,
.panel-refreshing::after,
.panel-refreshing::before {
  position: absolute;
  content: ''
}

.panel-heading.border::after {
  display: block;
  height: 1px;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.panel-footer {
  background-color: #fcfcfc
}

.panel-default {
  border-color: #e2e2e2
}

.panel-default>.panel-heading {
  color: #616161;
  background-color: #e2e2e2;
  border-color: #e2e2e2
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #e2e2e2
}

.panel-default>.panel-heading .badge {
  color: #e2e2e2;
  background-color: #616161
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #e2e2e2
}

.panel-primary {
  border-color: #09c
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #09c;
  border-color: #09c
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #09c
}

.panel-primary>.panel-heading .badge {
  color: #09c;
  background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #09c
}

.panel-success {
  border-color: #2ecc71
}

.panel-success>.panel-heading {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #2ecc71
}

.panel-success>.panel-heading .badge {
  color: #2ecc71;
  background-color: #fff
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #2ecc71
}

.panel-warning {
  border-color: #ffc65d
}

.panel-warning>.panel-heading {
  color: #fff;
  background-color: #ffc65d;
  border-color: #ffc65d
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #ffc65d
}

.panel-warning>.panel-heading .badge {
  color: #ffc65d;
  background-color: #fff
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #ffc65d
}

.panel-danger {
  border-color: #d96557
}

.panel-danger>.panel-heading {
  color: #fff;
  background-color: #d96557;
  border-color: #d96557
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #d96557
}

.panel-danger>.panel-heading .badge {
  color: #d96557;
  background-color: #fff
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #d96557
}

.panel-info {
  border-color: #4cc3d9
}

.panel-info>.panel-heading {
  color: #fff;
  background-color: #4cc3d9;
  border-color: #4cc3d9
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #4cc3d9
}

.panel-info>.panel-heading .badge {
  color: #4cc3d9;
  background-color: #fff
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #4cc3d9
}

.accordion-toggle {
  font-size: 13px
}

.panel-controls {
  float: right
}

.panel-controls a {
  margin-left: 10px;
  display: inline-block
}

.panel-controls .panel-remove .panel-icon-plus,
.panel-controls [data-toggle=panel-remove] .panel-icon-plus {
  display: block;
  transform: rotate(45deg)
}

.panel-collapsed .panel-collapse .panel-icon-chevron,
.panel-collapsed [data-toggle=panel-collapse] .panel-icon-chevron {
  display: block;
  transform: rotate(180deg)
}

.panel-collapsed>.panel-body {
  display: none
}

.panel-refreshing::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .6);
  z-index: 1
}

.panel-refreshing::after {
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ccc%22%3E%0A%20%20%3Cpath%20opacity%3D%22.25%22%20d%3D%22M16%200%20A16%2016%200%200%200%2016%2032%20A16%2016%200%200%200%2016%200%20M16%204%20A12%2012%200%200%201%2016%2028%20A12%2012%200%200%201%2016%204%22/%3E%0A%20%20%3Cpath%20d%3D%22M16%200%20A16%2016%200%200%201%2032%2016%20L28%2016%20A12%2012%200%200%200%2016%204z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2016%2016%22%20to%3D%22360%2016%2016%22%20dur%3D%220.8s%22%20repeatCount%3D%22indefinite%22%20/%3E%0A%20%20%3C/path%3E%0A%3C/svg%3E%0A%0A) center center no-repeat;
  z-index: 2
}

.popover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  font-family: inherit;
  font-size: inherit;
  border-radius: 2px;
  border-color: #e4e4e4;
  padding: 0
}

.popover .popover-title {
  border-bottom-color: #e4e4e4;
  background-color: #fafbfd;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px
}

.popover .popover-content:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px
}

.progress {
  margin-bottom: 15px;
  height: 5px;
  background-color: #d0dbec;
  box-shadow: none;
  border-radius: 0
}

.progress-bar {
  background-color: #09c;
  box-shadow: none
}

.progress-bar,
.well {
  box-shadow: none
}

.progress-bar-success {
  background-color: #2ecc71
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, #2ecc71 25%, transparent 25%, transparent 50%, #2ecc71 50%, #2ecc71 75%, transparent 75%, transparent)
}

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

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, #4cc3d9 25%, transparent 25%, transparent 50%, #4cc3d9 50%, #4cc3d9 75%, transparent 75%, transparent)
}

.progress-bar-warning {
  background-color: #ffc65d
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, #ffc65d 25%, transparent 25%, transparent 50%, #ffc65d 50%, #ffc65d 75%, transparent 75%, transparent)
}

.progress-bar-danger {
  background-color: #d96557
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, #d96557 25%, transparent 25%, transparent 50%, #d96557 50%, #d96557 75%, transparent 75%, transparent)
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 10px 15px;
  border-color: #e4e4e4
}

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

.table-hover>tbody>tr:hover,
.table-striped>tbody>tr:nth-child(even) {
  background-color: #f3f3f3
}

.table-bordered {
  border-color: #e4e4e4
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-color: #e4e4e4;
  border-top: 0;
  border-left: 0
}

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

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

.table-striped>tbody>tr:nth-child(odd) {
  background-color: transparent
}

.table-responsive {
  overflow-x: visible
}

@media (max-width:767px) {
  .table-responsive {
    overflow-x: auto;
    border-color: #e4e4e4;
    border-radius: 2px
  }
  .no-more-tables table,
  .no-more-tables tbody,
  .no-more-tables td,
  .no-more-tables th,
  .no-more-tables thead,
  .no-more-tables tr {
    display: block
  }
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px
  }
  .no-more-tables tr {
    border: 1px solid #e4e4e4
  }
  .no-more-tables td {
    position: relative;
    padding-left: 50%!important;
    border-top: 0!important;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    white-space: normal
  }
  .no-more-tables td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    padding-right: 10px;
    width: 45%;
    text-align: left;
    white-space: nowrap;
    font-weight: 700;
    content: attr(data-title)
  }
}

.fullscreen-bg,
.fullscreen-bg::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.tooltip-inner {
  border-radius: 2px;
  background: rgba(0, 0, 0, .6);
  padding: 2px 15px
}

.tooltip-inner,
.well {
  border-radius: 2px
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: rgba(0, 0, 0, .6)
}

.tooltip.right .tooltip-arrow {
  border-right-color: rgba(0, 0, 0, .6)
}

.tooltip.left .tooltip-arrow {
  border-left-color: rgba(0, 0, 0, .6)
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: rgba(0, 0, 0, .6)
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=1 * 100)
}

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

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

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

a.bg-primary-dark:hover {
  background-color: #006080
}

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

a.bg-primary-light:hover {
  background-color: #0086b3
}

.bg-default {
  background-color: #e2e2e2
}

a.bg-default:hover {
  background-color: #c9c9c9
}

.bg-default-dark {
  background-color: #d5d5d5
}

a.bg-default-dark:hover {
  background-color: #bcbcbc
}

.bg-default-light {
  background-color: #e7e7e7
}

a.bg-default-light:hover {
  background-color: #cecece
}

.bg-warning {
  color: #fff;
  background-color: #ffc65d
}

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

.bg-warning-dark {
  color: #fff;
  background-color: #ffbd43
}

a.bg-warning-dark:hover {
  background-color: #ffab11
}

.bg-warning-light {
  color: #fff;
  background-color: #ffcf77
}

a.bg-warning-light:hover {
  background-color: #ffbd44
}

.bg-success {
  color: #fff;
  background-color: #2ecc71
}

a.bg-success:hover {
  background-color: #25a25a
}

.bg-success-dark {
  color: #fff;
  background-color: #29b765
}

a.bg-success-dark:hover {
  background-color: #208e4e
}

.bg-success-light {
  color: #fff;
  background-color: #40d47e
}

a.bg-success-light:hover {
  background-color: #29b765
}

.bg-info {
  color: #fff;
  background-color: #4cc3d9
}

a.bg-info:hover {
  background-color: #2aafc8
}

.bg-info-dark {
  color: #fff;
  background-color: #37bcd5
}

a.bg-info-dark:hover {
  background-color: #269db3
}

.bg-info-light {
  color: #fff;
  background-color: #61cadd
}

a.bg-info-light:hover {
  background-color: #37bcd5
}

.bg-danger {
  color: #fff;
  background-color: #d96557
}

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

.bg-danger-dark {
  color: #fff;
  background-color: #d45242
}

a.bg-danger-dark:hover {
  background-color: #ba392a
}

.bg-danger-light {
  color: #fff;
  background-color: #de786c
}

a.bg-danger-light:hover {
  background-color: #d45242
}

.bg-white {
  color: #616161;
  background-color: #fff
}

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

.bg-dark {
  color: #fff;
  background-color: #4c5064
}

a.bg-dark:hover {
  background-color: #363947
}

.bg-dark-dark {
  color: #fff;
  background-color: #414456
}

a.bg-dark-dark:hover {
  background-color: #2b2d39
}

.bg-dark-light {
  color: #fff;
  background-color: #575c72
}

a.bg-dark-light:hover {
  background-color: #414456
}

.bg-red {
  color: #fff;
  background-color: #f44336
}

a.bg-red:hover {
  background-color: #ea1c0d
}

.bg-pink {
  color: #fff;
  background-color: #e91e63
}

a.bg-pink:hover {
  background-color: #c1134e
}

.bg-purple {
  color: #fff;
  background-color: #9c27b0
}

a.bg-purple:hover {
  background-color: #771e86
}

.bg-deeppurple {
  color: #fff;
  background-color: #673ab7
}

a.bg-deeppurple:hover {
  background-color: #512e90
}

.bg-indigo {
  color: #fff;
  background-color: #3f51b5
}

a.bg-indigo:hover {
  background-color: #32408f
}

.bg-blue {
  color: #fff;
  background-color: #2196f3
}

a.bg-blue:hover {
  background-color: #0c7cd5
}

.bg-lightblue {
  color: #fff;
  background-color: #03a9f4
}

a.bg-lightblue:hover {
  background-color: #0286c2
}

.bg-cyan {
  color: #fff;
  background-color: #00bcd4
}

a.bg-cyan:hover {
  background-color: #008fa1
}

.bg-teal {
  color: #fff;
  background-color: #009688
}

a.bg-teal:hover {
  background-color: #00635a
}

.bg-green {
  color: #fff;
  background-color: #4caf50
}

a.bg-green:hover {
  background-color: #3d8b40
}

.bg-lightgreen {
  color: #fff;
  background-color: #74d108
}

a.bg-lightgreen:hover {
  background-color: #59a006
}

.bg-lime {
  color: #fff;
  background-color: #cddc39
}

a.bg-lime:hover {
  background-color: #b2c022
}

.bg-yellow {
  color: #fff;
  background-color: #ffeb3b
}

a.bg-yellow:hover {
  background-color: #ffe608
}

.bg-amber {
  color: #fff;
  background-color: #ffc107
}

a.bg-amber:hover {
  background-color: #d39e00
}

.bg-orange {
  color: #fff;
  background-color: #ff9800
}

a.bg-orange:hover {
  background-color: #cc7a00
}

.bg-deeporange {
  color: #fff;
  background-color: #ff5722
}

a.bg-deeporange:hover {
  background-color: #ee3900
}

.bg-brown {
  color: #fff;
  background-color: #795548
}

a.bg-brown:hover {
  background-color: #593f35
}

.bg-grey {
  color: #fff;
  background-color: #9e9e9e
}

a.bg-grey:hover {
  background-color: #858585
}

.bg-bluegrey {
  color: #fff;
  background-color: #607d8b
}

a.bg-bluegrey:hover {
  background-color: #4b626d
}

.text-primary {
  color: #09c
}

a.text-primary:hover {
  color: #007399
}

.text-default {
  color: #e2e2e2
}

a.text-default:hover {
  color: #c9c9c9
}

.text-warning {
  color: #F5A623
}

a.text-warning:hover {
  color: #ffb42a
}

.text-success {
  color: #2ecc71
}

a.text-success:hover {
  color: #25a25a
}

.text-info {
  color: #00C8C1
}

a.text-info:hover {
  color: #2aafc8
}

.text-white {
  color: #fff
}

a.text-white:hover {
  color: #e6e6e6
}

.text-critical {
  color: #EA4B55
}

a.text-critical:hover {
  color: #ce402f
}

.text-muted {
  color: #b3b3b3
}

a.text-muted:hover {
  color: #999
}

.text-red {
  color: #f44336
}

a.text-red:hover {
  color: #ea1c0d
}

.text-pink {
  color: #e91e63
}

a.text-pink:hover {
  color: #c1134e
}

.text-purple {
  color: #9c27b0
}

a.text-purple:hover {
  color: #771e86
}

.text-deeppurple {
  color: #673ab7
}

a.text-deeppurple:hover {
  color: #512e90
}

.text-indigo {
  color: #3f51b5
}

a.text-indigo:hover {
  color: #32408f
}

.text-blue {
  color: #2196f3
}

a.text-blue:hover {
  color: #0c7cd5
}

.text-lightblue {
  color: #03a9f4
}

a.text-lightblue:hover {
  color: #0286c2
}

.text-cyan {
  color: #00bcd4
}

a.text-cyan:hover {
  color: #008fa1
}

.text-teal {
  color: #009688
}

a.text-teal:hover {
  color: #00635a
}

.text-green {
  color: #4caf50
}

a.text-green:hover {
  color: #3d8b40
}

.text-lightgreen {
  color: #74d108
}

a.text-lightgreen:hover {
  color: #59a006
}

.text-lime {
  color: #cddc39
}

a.text-lime:hover {
  color: #b2c022
}

.text-yellow {
  color: #ffeb3b
}

a.text-yellow:hover {
  color: #ffe608
}

.text-amber {
  color: #ffc107
}

a.text-amber:hover {
  color: #d39e00
}

.text-orange {
  color: #ff9800
}

a.text-orange:hover {
  color: #cc7a00
}

.text-deeporange {
  color: #ff5722
}

a.text-deeporange:hover {
  color: #ee3900
}

.text-brown {
  color: #795548
}

a.text-brown:hover {
  color: #593f35
}

.text-grey {
  color: #9e9e9e
}

a.text-grey:hover {
  color: #858585
}

.text-bluegrey {
  color: #607d8b
}

a.text-bluegrey:hover {
  color: #4b626d
}

.well {
  border-color: #ddd;
  background-color: #f4f4f4;
  box-shadow: none;
  border-radius: 2px
}

.well-lg {
  border-radius: 4px
}

.well-sm {
  border-radius: 1px
}

.ui-datepicker table {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #e4e4e4;
  outline: 0
}

.ui-datepicker table .btn {
  border-color: transparent
}

.ui-datepicker table .btn.active {
  box-shadow: none
}

.ui-datepicker .dropdown-menu table {
  border: 0
}

.usersession {
  height: 100%
}

.form-layout {
  margin: 0 auto;
  padding: 15px
}

.form-layout .form-control {
  box-shadow: none
}

.form-layout .form-control:focus {
  z-index: 2
}

.form-layout input {
  margin-bottom: 10px
}

.form-layout input:focus {
  border-color: #d7d7d7;
  box-shadow: none
}

.form-layout input:focus,
.lock-input:focus {
  box-shadow: none
}

.lock-input,
.lock-input:focus {
  border-color: transparent
}

.form-layout .btn-lg {
  border-radius: 2px
}

.fullscreen-bg {
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1
}

.fullscreen-bg::before {
  content: '';
  background-color: rgba(0, 0, 0, .7);
  opacity: .6;
}

.lockcode {
  display: block;
  margin: 0 auto;
  max-width: 280px
}

.lock-input:focus {
  box-shadow: none
}

.lockscreen-avatar {
  position: relative;
  max-width: 128px;
  margin: 0 auto
}

.lockscreen-avatar.shadows::before {
  box-shadow: 0 0 0 20px rgba(0, 0, 0, .01);
  border-radius: 128px
}

.lockscreen-avatar.shadows::after,
.lockscreen-avatar.shadows::before {
  bottom: 0;
  right: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 128px
}

.lockscreen-avatar.shadows::after {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, .03);
  border-radius: 128px
}

.error-number {
  font-size: 100px
}

.error-icon {
  font-size: 100px;
  line-height: 160px;
  border: 3px solid #d96557;
  color: #d96557;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0 auto 20px
}

.fc-widget-header {
  border-width: 0!important
}

.calendar-viewer {
  background: #fff;
  padding: 30px
}

.fullcalendar th.fc-widget-header {
  border-width: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase
}

.fullcalendar .fc td,
.fullcalendar .fc th {
  border-right: 0;
  border-left: 0
}

.fullcalendar .fc-body {
  border: 1px solid #e4e4e4
}

.fullcalendar .fc-day-grid-event .fc-time {
  font-weight: inherit
}

.fullcalendar .fc-day-grid-event .fc-time::after {
  display: inline-block;
  content: ':'
}

.fullcalendar .fc-unthemed .fc-popover,
.fullcalendar .fc-unthemed .fc-row,
.fullcalendar .fc-unthemed hr,
.fullcalendar .fc-unthemed tbody,
.fullcalendar .fc-unthemed td,
.fullcalendar .fc-unthemed th,
.fullcalendar .fc-unthemed thead,
.fullcalendar .fc-widget-content {
  border-color: #e4e4e4
}

.fullcalendar .fc-unthemed .fc-popover .fc-header,
.fullcalendar .fc-unthemed hr {
  background-color: #e4e4e4
}

.fullcalendar .fc button {
  padding: 0 15px;
  font-size: inherit
}

.fullcalendar .fc-next-button,
.fullcalendar .fc-prev-button {
  padding: 0 5px
}

.fullcalendar .fc-state-default.fc-corner-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px
}

.fullcalendar .fc-state-default.fc-corner-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px
}

.fullcalendar .fc-state-default {
  background: #fff;
  border-color: #e4e4e4;
  color: #616161;
  text-shadow: none;
  box-shadow: none
}

.fullcalendar .fc-state-active,
.fullcalendar .fc-state-disabled,
.fullcalendar .fc-state-down,
.fullcalendar .fc-state-hover {
  color: #545454;
  background-color: #e4e4e4;
  outline: 0
}

.fullcalendar .fc-state-hover {
  color: #545454
}

.fullcalendar .fc-state-active,
.fullcalendar .fc-state-down {
  background-color: #e4e4e4;
  background-image: none;
  box-shadow: none
}

.fullcalendar .fc-toolbar {
  margin-bottom: 30px
}

.fullcalendar .fc-toolbar h2 {
  font-size: 28px
}

.fc-event {
  background-color: #4c5064;
  color: #fff;
  border-radius: 0;
  padding: 2px 5px;
  border-color: transparent;
  font-size: 12px
}

.external-event {
  padding: 4px;
  background-color: #fff;
  border-color: transparent;
  font-size: 13px;
  display: block;
  margin: 0 0 15px
}

.event-type,
.external-events {
  list-style: none;
  padding: 0
}

.external-event .remove {
  cursor: pointer
}

.external-events .event-primary,
.fc-event-container .event-primary {
  border-left: 2px solid #00ace6
}

.external-events .event-primary .form-control,
.fc-event-container .event-primary .form-control {
  color: #004d66
}

.external-events .event-primary.fc-event,
.fc-event-container .event-primary.fc-event {
  background-color: #3cf;
  color: #004d66
}

.external-events .event-success,
.fc-event-container .event-success {
  border-left: 2px solid #40d47e
}

.external-events .event-success .form-control,
.fc-event-container .event-success .form-control {
  color: #1b7943
}

.external-events .event-success.fc-event,
.fc-event-container .event-success.fc-event {
  background-color: #7ee2a8;
  color: #1b7943
}

.external-events .event-info,
.fc-event-container .event-info {
  border-left: 2px solid #61cadd
}

.external-events .event-info .form-control,
.fc-event-container .event-info .form-control {
  color: #218a9e
}

.external-events .event-info.fc-event,
.fc-event-container .event-info.fc-event {
  background-color: #a0dfeb;
  color: #218a9e
}

.external-events .event-warning,
.fc-event-container .event-warning {
  border-left: 2px solid #ffcf77
}

.external-events .event-warning .form-control,
.fc-event-container .event-warning .form-control {
  color: #f69f00
}

.external-events .event-warning.fc-event,
.fc-event-container .event-warning.fc-event {
  background-color: #ffeac3;
  color: #f69f00
}

.external-events .event-danger,
.fc-event-container .event-danger {
  border-left: 2px solid #de786c
}

.external-events .event-danger .form-control,
.fc-event-container .event-danger .form-control {
  color: #a53325
}

.external-events .event-danger.fc-event,
.fc-event-container .event-danger.fc-event {
  background-color: #ecb1aa;
  color: #a53325
}

.external-events .event-default,
.fc-event-container .event-default {
  border-left: 2px solid #afafaf
}

.external-events .event-default .form-control,
.fc-event-container .event-default .form-control {
  color: #afafaf
}

.external-events .event-default.fc-event,
.fc-event-container .event-default.fc-event {
  background-color: #e7e7e7;
  color: #616161
}

.event-type {
  margin-top: 5px
}

.event-type li {
  display: inline-block
}

.event-type li a::before {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #09c;
  content: ''
}

.event-type li a.active,
.event-type li a:focus,
.event-type li a:hover {
  border-color: #09c
}

.event-type li a {
  position: relative;
  display: block;
  padding: 1px;
  width: 15px;
  height: 15px;
  border: 1px solid transparent
}

.event-type li a.event-primary::before {
  background-color: #09c
}

.event-type li a.event-success::before {
  background-color: #2ecc71
}

.event-type li a.event-info::before {
  background-color: #4cc3d9
}

.event-type li a.event-warning::before {
  background-color: #ffc65d
}

.event-type li a.event-danger::before {
  background-color: #d96557
}

.event-type li a.event-default::before {
  background-color: #e2e2e2
}

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

.gallery a {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 2px
}

.gallery a,
.profile-timeline {
  border-radius: 2px
}

.gallery a img {
  transition: transform 300ms linear;
  max-width: 100%;
  height: auto
}

.gallery a:hover img {
  transform: scale(1.2, 1.2)
}

.invoice-logo {
  height: 50px
}

.invoice-totals {
  margin-bottom: 15px;
  text-align: right
}

.invoice-totals::after,
.invoice-totals::before {
  content: " ";
  display: table
}

.invoice-totals .invoice-totals-row {
  margin-bottom: 5px
}

.invoice-totals .invoice-totals-title {
  margin-right: 15px
}

.invoice-totals .invoice-totals-value {
  display: inline-block;
  min-width: 90px;
  text-align: left
}

.message-list {
  padding: 0;
  margin: 0
}

.message-list .message-list-item a {
  padding: 15px;
  display: block;
  cursor: pointer
}

.message-list .message-list-item a:active,
.message-list .message-list-item a:focus,
.message-list .message-list-item a:hover {
  background-color: #f6f6f6;
  color: #616161
}

.message-list .message-list-item a p {
  margin-bottom: 0
}

.message-list .message-list-item a .message-list-item-header {
  display: block;
  margin-bottom: 2px
}

.message-list .message-list-item a .message-list-item-header span {
  color: #333
}

.message-list .message-list-item a .time {
  color: #b3b3b3;
  float: right;
  font-size: 10px;
  font-weight: 700;
  margin-top: 3px
}

.mail-view-header {
  margin-bottom: 15px
}

.mail-view-header .lead {
  margin-bottom: 5px
}

.mail-view-header .date {
  padding-top: 8px;
  color: #b3b3b3;
  float: right;
  font-size: 11px
}

.mail-view-header .mail-view-header-toolbar {
  display: block;
  padding: 0 15px;
  background: #efefef;
  position: relative;
  margin: -15px -15px 15px
}

.mail-view-header .mail-view-header-toolbar::after,
.mail-view-header .mail-view-header-toolbar::before {
  content: " ";
  display: table
}

.mail-view-header .mail-view-header-toolbar::after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #e4e4e4
}

.mail-view-header .mail-view-header-toolbar a {
  color: #7a7a7a;
  padding: 9px 0;
  display: inline-block
}

.mail-view-header .mail-view-header-toolbar a:hover {
  color: #616161
}

.message-files {
  border-top: 1px solid rgba(0, 0, 0, .05);
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  padding: 15px 0;
  margin-top: 15px
}

.message-files .btn {
  min-height: 37px
}

.no-messages {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center
}

.no-messages .no-message-title {
  display: table-cell;
  vertical-align: middle
}

.no-messages .no-message-title h1 {
  font-family: helvetica neue;
  font-weight: 300
}

.daterangepicker .calendar td,
.daterangepicker .calendar th,
div.tagsinput input {
  font-family: inherit
}

@media screen and (min-width:768px) {
  .messages-sidebar {
    width: 250px
  }
  .messages-lister {
    width: 300px
  }
}

@media (max-width:767px) {
  .messages-viewer {
    position: fixed;
    top: 55px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, .99);
    overflow: hidden;
    transition: transform 300ms cubic-bezier(.7, 0, .3, 1);
    transform: translate(100%, 0);
    transform: translate3d(100%, 0, 0)
  }
  .messages-viewer .scroll {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%
  }
  .message-open .messages-viewer {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.post-comments .comment,
.profile-timeline .post-comments .comment {
  overflow: hidden
}

.profile-sidebar-item {
  margin: 15px 0
}

.profile-sidebar-item::after,
.profile-sidebar-item::before {
  content: " ";
  display: table
}

.profile-sidebar-item p {
  margin: 0
}

.profile-sidebar-item.profile-avatar {
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto
}

.profile-sidebar-item.profile-avatar img {
  width: 100%;
  max-width: 250px
}

.profile-sidebar-item.profile-avatar.shadowed-light::before {
  box-shadow: 0 0 0 15px rgba(255, 255, 255, .01)
}

.profile-sidebar-item.profile-avatar.shadowed-light::after {
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .03)
}

.profile-sidebar-item.profile-info {
  text-align: center
}

.profile-reccomendations .user-meta {
  padding: 0;
  list-style: none
}

.profile-reccomendations .user-meta li {
  padding: 5px 0
}

.profile-sidebar-item.profile-numbers-count {
  list-style: none;
  padding: 0;
  display: table;
  width: 100%
}

.profile-sidebar-item.profile-numbers-count li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  float: none;
  border-right: 1px solid #e4e4e4;
  font-size: 12px
}

.profile-sidebar-item.profile-numbers-count li:Last-child {
  border-right: 0
}

.profile-sidebar-item.profile-numbers-count li span {
  font-size: 25px;
  display: block;
  color: #4d4d4d
}

.profile-timeline {
  margin-bottom: 15px;
  position: relative;
  border-radius: 2px;
  padding: 15px
}

.profile-timeline .profile-timeline-header {
  margin-bottom: 5px
}

.profile-timeline .profile-timeline-header::after,
.profile-timeline .profile-timeline-header::before {
  content: " ";
  display: table
}

.profile-timeline .profile-timeline-header .profile-timeline-user {
  position: relative;
  float: left;
  margin-right: 15px;
  display: block
}

.profile-timeline .profile-timeline-header .profile-timeline-user img {
  max-width: 48px
}

.profile-timeline .profile-timeline-header .profile-timeline-user-details {
  margin-top: 5px;
  margin-left: 63px
}

.profile-timeline.composer {
  background-color: #eaeaea;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  padding: 15px 15px 0
}

.profile-timeline.composer .composer-options {
  padding: 5px
}

.profile-timeline.composer .composer-options::after,
.profile-timeline.composer .composer-options::before {
  content: " ";
  display: table
}

.profile-timeline.composer .composer-options .btn {
  border-color: transparent;
  background-color: transparent
}

.profile-timeline .profile-timeline-content {
  margin-left: 63px
}

.profile-timeline .profile-timeline-controls a {
  display: inline-block
}

.profile-timeline .profile-timeline-images {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 10px
}

.profile-timeline .profile-timeline-images .image-link {
  display: block;
  width: 50%;
  float: left;
  padding-right: 2px;
  padding-left: 2px
}

.profile-timeline .profile-timeline-images .image-link-smaller {
  display: block;
  width: 25%;
  float: left;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 4px
}

.profile-timeline .profile-timeline-audio {
  background-color: #fff;
  border-radius: 2px;
  padding: 15px;
  margin-bottom: 10px
}

.profile-timeline .profile-timeline-audio .audio {
  display: table;
  width: 100%
}

.profile-timeline .profile-timeline-audio .audio .audio-timeline,
.profile-timeline .profile-timeline-audio .audio .play_pause,
.profile-timeline .profile-timeline-audio .audio .time {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  float: none
}

.profile-timeline .profile-timeline-audio .audio .play_pause {
  width: 40px
}

.profile-timeline .profile-timeline-audio .audio .progress {
  height: 5px;
  width: 100%;
  float: left;
  margin: 0;
  border-radius: 0
}

.profile-timeline .profile-timeline-audio .audio .progress .done {
  float: left;
  width: 34%;
  height: 5px;
  text-align: center;
  background-color: #09c;
  transition: width .6s ease
}

.profile-timeline .profile-timeline-audio .audio .time {
  width: 80px
}

.profile-timeline .post-comments {
  margin: 20px 0 0
}

.profile-timeline .post-comments .media {
  margin: 0
}

.profile-timeline .post-comments .avatar {
  max-width: 32px;
  border-radius: 50%
}

.profile-timeline .post-comments .comment-author a {
  color: #333
}

.profile-timeline .post-comments .comment-author .time {
  font-weight: 700;
  font-size: 11px;
  color: #a1a1a1
}

.post-comments .avatar {
  max-width: 48px;
  border-radius: 50%
}

.post-comments .avatar,
.timeline .timeline-icon {
  border-radius: 50%
}

.post-comments .comment-meta {
  float: right;
  margin-bottom: 5px
}

.image-results {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 10px
}

.search-results .search-results-list h5,
.search-results .search-results-list p {
  margin-bottom: 0
}

.image-results .image-link {
  display: block;
  width: 25%;
  float: left;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 4px
}

.search-results .search-results-title {
  padding: 0 0 30px;
  border-bottom: 1px solid #e4e4e4
}

.search-results .search-results-list {
  padding: 0;
  list-style: none
}

.search-results .search-results-list li.search-result {
  padding: 30px 0;
  border-bottom: 1px solid #e4e4e4
}

.search-results .search-results-list li.search-result:first-child {
  padding-top: 0
}

.search-results .search-results-list li.search-result:last-child {
  padding-bottom: 0;
  border-bottom: 0
}

.search-results .search-results-list h5 a {
  color: #666
}

.search-results .search-results-list .search-link {
  color: #2ecc71;
  font-size: 11px;
  display: block;
  margin-bottom: 5px
}

.search-results .search-results-list .search-link:hover {
  color: #1b7943
}

.search-sidebar .nav {
  margin-bottom: 45px
}

.search-sidebar .nav>li>a {
  display: block;
  padding: 4px 15px
}

.search-sidebar .nav>li.active>a,
.search-sidebar .nav>li>a:focus,
.search-sidebar .nav>li>a:hover {
  padding-left: 19px;
  border-left: 1px solid #09c;
  background-color: transparent;
  color: #09c;
  text-decoration: none
}

.search-sidebar h5 {
  padding: 0 15px
}

@media screen and (min-width:768px) {
  .search-results-list {
    padding-right: 15px
  }
}

.timeline {
  position: relative;
  margin-bottom: 15px
}

.timeline::before {
  position: absolute;
  top: 0;
  left: 19px;
  width: 2px;
  height: 100%;
  background: #e2e2e2;
  content: ''
}

.timeline .timeline-heading::after,
.timeline .timeline-heading::before,
.timeline .timeline-panel::after,
.timeline .timeline-panel::before {
  content: " ";
  display: table
}

.timeline .timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%
}

.timeline .timeline-icon>i {
  line-height: 40px
}

.timeline .timeline-panel {
  position: relative;
  margin: 60px 0
}

.timeline .timeline-panel:first-child {
  margin-top: 0
}

.timeline .timeline-heading {
  position: relative;
  border-color: transparent;
  padding: 0 0 10px;
  margin-bottom: 15px
}

.timeline .timeline-heading.border:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.timeline .timeline-content {
  position: relative;
  margin-left: 60px;
  padding: 15px;
  border: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 2px
}

.timeline .timeline-content::after,
.timeline .timeline-content::before {
  pointer-events: none;
  position: absolute;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  content: " ";
  display: table
}

.timeline .timeline-content .timeline-date {
  display: inline-block;
  padding: 5px 0 10px
}

.timeline .timeline-content::before {
  top: 13px;
  border-width: 7px;
  border-color: transparent #e2e2e2 transparent transparent
}

.timeline .timeline-content::after {
  top: 14px;
  border-width: 6px;
  border-color: transparent #fff transparent transparent
}

@media screen and (min-width:768px) {
  .timeline::before {
    left: 50%;
    margin-left: -1px
  }
  .timeline .timeline-panel:nth-child(even) .timeline-content {
    float: right
  }
  .timeline .timeline-panel:nth-child(odd) .timeline-content::before {
    position: absolute;
    right: auto;
    left: 100%;
    border-color: transparent transparent transparent #e2e2e2
  }
  .timeline .timeline-panel:nth-child(odd) .timeline-content::after {
    position: absolute;
    right: auto;
    left: 100%;
    border-color: transparent transparent transparent #fff
  }
  .timeline .timeline-panel:nth-child(even) .timeline-content .timeline-date {
    right: 122%;
    left: auto;
    text-align: right
  }
  .timeline .timeline-panel:first-child {
    margin-top: 0
  }
  .timeline .timeline-icon {
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px
  }
  .timeline .timeline-content {
    margin-left: 0;
    padding: 20px;
    width: 45%
  }
  .timeline .timeline-content .timeline-date {
    position: absolute;
    top: 6px;
    left: 122%;
    width: 100%
  }
}

.dashboard-rickshaw .rickshaw_graph,
.dashboard-rickshaw svg {
  border-radius: 1px;
  display: block
}

.dashboard-rickshaw>.rickshaw_graph {
  height: 100%
}

.chart_container,
.rickshaw-chart {
  position: relative
}

.y_axis {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px
}

.morrischart {
  width: 100%;
  height: 200px;
  border: 0
}

.chart-legend.first {
  padding-top: 80px
}

svg.nvd3-svg {
  width: 100%;
  display: block
}

.c3chart {
  display: block;
  position: relative;
  width: 100%
}

.blueimp-gallery {
  background: rgba(76, 80, 100, .5)
}

.blueimp-gallery>.slides>.slide-loading {
  background: 0 0
}

.blueimp-gallery>.slides>.slide-loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ccc%22%3E%0A%20%20%3Cpath%20opacity%3D%22.25%22%20d%3D%22M16%200%20A16%2016%200%200%200%2016%2032%20A16%2016%200%200%200%2016%200%20M16%204%20A12%2012%200%200%201%2016%2028%20A12%2012%200%200%201%2016%204%22/%3E%0A%20%20%3Cpath%20d%3D%22M16%200%20A16%2016%200%200%201%2032%2016%20L28%2016%20A12%2012%200%200%200%2016%204z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2016%2016%22%20to%3D%22360%2016%2016%22%20dur%3D%220.8s%22%20repeatCount%3D%22indefinite%22%20/%3E%0A%20%20%3C/path%3E%0A%3C/svg%3E%0A%0A) center center no-repeat;
  content: ''
}

.ui-slider {
  position: relative;
  text-align: left;
  background: #d0dbec;
  margin-bottom: 15px
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  touch-action: none;
  background: #fff;
  box-shadow: #6388c0 0 0 0 1px;
  cursor: pointer;
  outline: 0
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit
}

.ui-slider-horizontal {
  height: 6px
}

.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0
}

.ui-slider-vertical {
  width: 6px;
  height: 150px
}

.ui-slider-vertical .ui-slider-handle {
  left: -5px;
  margin-left: 0;
  margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0
}

.ui-slider-range,
.ui-slider-range-min {
  background-color: #09c
}

.slider-info .ui-slider-range,
.slider-info .ui-slider-range-min {
  background-color: #4cc3d9
}

.slider-info .ui-slider-handle {
  box-shadow: #4cc3d9 0 0 0 1px
}

.slider-info .slider-handle.triangle {
  border-bottom-color: #4cc3d9
}

.slider-primary .ui-slider-range,
.slider-primary .ui-slider-range-min {
  background-color: #09c
}

.slider-primary .ui-slider-handle {
  box-shadow: #09c 0 0 0 1px
}

.slider-primary .slider-handle.triangle {
  border-bottom-color: #09c
}

.slider-success .ui-slider-range,
.slider-success .ui-slider-range-min {
  background-color: #2ecc71
}

.slider-success .ui-slider-handle {
  box-shadow: #2ecc71 0 0 0 1px
}

.slider-success .slider-handle.triangle {
  border-bottom-color: #2ecc71
}

.slider-warning .ui-slider-range,
.slider-warning .ui-slider-range-min {
  background-color: #ffc65d
}

.slider-warning .ui-slider-handle {
  box-shadow: #ffc65d 0 0 0 1px
}

.slider-warning .slider-handle.triangle {
  border-bottom-color: #ffc65d
}

.slider-danger .ui-slider-range,
.slider-danger .ui-slider-range-min {
  background-color: #d96557
}

.slider-danger .ui-slider-handle {
  box-shadow: #d96557 0 0 0 1px
}

.slider-danger .slider-handle.triangle {
  border-bottom-color: #d96557
}

.rounded-handler .ui-slider-handle {
  border-radius: 50%
}

div.tagsinput {
  border-color: #e4e4e4;
  background: #fff;
  padding: 5px 5px 0;
  width: 100%!important;
  height: auto!important;
  min-height: auto!important
}

div.tagsinput span.tag {
  border-color: #09c;
  border-radius: 2px;
  background: #09c;
  color: #fff;
  font-family: inherit;
  padding: 2px 5px
}

div.tagsinput span.tag a {
  color: #fff;
  font-size: 13px
}

div.tagsinput input {
  color: #fff
}

.not_valid {
  background: #f5d7d4!important;
  color: #a53325!important
}

.bootstrap-timepicker {
  position: relative
}

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

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px
}

.bootstrap-timepicker-widget.dropdown-menu {
  padding: 1px
}

.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, .2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute
}

.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute
}

.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  top: auto;
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  top: auto;
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 2px
}

.bootstrap-timepicker-widget table td.separator {
  width: 2px;
  padding: 0
}

.bootstrap-timepicker-widget table td a {
  padding: 0;
  color: #616161
}

.bootstrap-timepicker-widget table td a:hover {
  background-color: transparent;
  border-radius: 2px;
  border-color: transparent;
  color: #484848
}

.bootstrap-timepicker-widget table td a i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 13px
}

.bootstrap-timepicker-widget table td a i::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle
}

.bootstrap-timepicker-widget table td a .icon-chevron-down::after {
  content: "\f0dd";
  line-height: 9px
}

.bootstrap-timepicker-widget table td a .icon-chevron-up::after {
  content: "\f0de";
  line-height: 20px
}

.bootstrap-timepicker-widget table td input {
  border: 0
}

.bootstrap-timepicker-widget .modal-content {
  padding: 4px
}

.wizard-pager {
  margin-top: 15px
}

.wizard-pager::after,
.wizard-pager::before {
  content: " ";
  display: table
}

.wizard-pager .btn {
  min-width: 100px
}

.bootstrap-wysiwyg .btn-toolbar {
  margin: 0;
  padding: 0 0 5px 5px;
  border: 1px solid #e4e4e4;
  border-bottom: 0
}

.bootstrap-wysiwyg .btn-toolbar .btn-group {
  margin-top: 5px;
  margin-right: 5px
}

ul.wysihtml5-toolbar {
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  border-bottom: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px
}

ul.wysihtml5-toolbar>li {
  margin: 0
}

ul.wysihtml5-toolbar .btn {
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  padding: 0 10px;
  background-color: #f5f5f5;
  border-top: 0;
  border-bottom-color: #e4e4e4;
  border-left: 0;
  border-right-color: #e4e4e4;
  color: #616161;
  border-radius: 0;
  box-shadow: none
}

ul.wysihtml5-toolbar .btn:hover {
  background-color: #ececec
}

ul.wysihtml5-toolbar .btn-group .btn+.btn {
  margin-left: 0
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  box-shadow: none;
  background-color: #ececec
}

ul.wysihtml5-toolbar .open>.dropdown-toggle.btn {
  color: #616161;
  background-color: #f5f5f5;
  border-color: transparent #e4e4e4 transparent transparent
}

ul.wysihtml5-toolbar .dropdown-menu {
  margin: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.wysihtml5-sandbox {
  padding: 15px!important;
  width: 100%!important;
  border-color: #e4e4e4!important;
  border-top: 0!important;
  background-color: #fff;
  border-bottom-left-radius: 2px!important;
  border-bottom-right-radius: 2px!important;
  outline: 0!important
}

.c3 .c3-tooltip tr,
.cb-radio:hover .cb-inner {
  border-color: #09c
}

.c3 svg,
.c3 svg text {
  color: #616161;
  font: 10px "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif
}

.c3 line,
.c3 path {
  stroke: #e4e4e4
}

.c3 .c3-tooltip {
  box-shadow: none
}

.c3 .c3-tooltip th {
  background-color: #09c;
  font-size: 13px
}

.c3 .c3-tooltip td {
  border-left-color: #09c
}

.canvas-holder {
  padding: 0;
  margin: 0;
  position: relative
}

.doughnut-legend {
  list-style: none;
  position: absolute;
  right: 8px;
  top: 0
}

.doughnut-legend li {
  display: block;
  position: relative;
  margin-bottom: 4px;
  padding: 2px 8px 2px 28px;
  cursor: default;
  transition: background-color 200ms ease-in-out
}

.doughnut-legend li:hover {
  background-color: #e2e2e2
}

.doughnut-legend li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%
}

.cb-radio.checked i {
  background-color: #09c
}

.cb-checkbox .cb-inner,
.cb-radio .cb-inner {
  border-color: #e4e4e4;
  background: #fff
}

.cb-checkbox.no-border .cb-inner,
.cb-radio.no-border .cb-inner {
  border-color: transparent
}

.cb-checkbox.checked .cb-inner {
  border-color: #09c;
  background-color: #09c
}

.cb-checkbox:hover .cb-inner {
  border-color: #09c
}

.cb-checkbox .cb-inner,
.cb-checkbox i {
  border-radius: 2px
}

.cb-checkbox i::after,
.cb-checkbox i::before {
  width: 1px
}

.cb-checkbox.cb-sm .cb-inner,
.cb-checkbox.cb-sm i {
  border-radius: 0
}

.cb-checkbox.cb-lg .cb-inner,
.cb-checkbox.cb-lg i,
.cb-checkbox.cb-md .cb-inner,
.cb-checkbox.cb-md i {
  border-radius: 2px
}

.chosen-container .chosen-choices,
.chosen-container .chosen-single {
  border-color: #e4e4e4;
  border-radius: 2px;
  box-shadow: none;
  transition: border 300ms linear;
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 13px;
  min-height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #616161;
  background-color: #fff;
  background-image: none
}

.chosen-container.chosen-container-single .chosen-search::before,
.chosen-container.chosen-container-single .chosen-single div b::before {
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  speak: none;
  display: inline-block;
  position: absolute;
  transform: translate(0, 0);
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  right: 5px;
  color: #757575
}

.chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #e4e4e4;
  background-image: none
}

.chosen-container .chosen-drop {
  border-color: #e4e4e4;
  border-top: 0;
  box-shadow: none;
  border-radius: 0 0 2px 2px
}

.chosen-container.chosen-container-multi.chosen-with-drop .chosen-choices {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0
}

.chosen-container.chosen-container-single .chosen-search input[type=text] {
  background: 0 0;
  border-color: #e4e4e4
}

.chosen-container.chosen-container-single .chosen-search::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  content: "\f002";
  font-size: 12px
}

.chosen-container.chosen-container-single .chosen-single div b {
  background: 0 0
}

.chosen-container.chosen-container-single .chosen-single div b::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  content: "\f107";
  font-size: 12px;
  transition: transform 300ms ease
}

.chosen-container.chosen-container-single .chosen-single abbr {
  background: 0 0;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  text-align: center;
  line-height: 24px
}

.chosen-container.chosen-container-single .chosen-single abbr::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f00d";
  font-size: 12px;
  color: #e4e4e4
}

.chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  transform: rotate(-180deg)
}

.chosen-container .chosen-results li.highlighted,
.chosen-container .chosen-results li.result-selected {
  background-color: #e4e4e4;
  background-image: none;
  color: #616161;
  border-radius: 2px
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: 0 0;
  top: 2px;
  width: 16px;
  height: 16px
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  line-height: 16px;
  content: "\f00d";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 12px;
  color: #616161;
  margin-top: -8px
}

table.dataTable,
table.dataTable .form-control {
  width: 100%!important
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice {
  background-image: none;
  background-color: #e2e2e2;
  border-color: #ddd;
  box-shadow: none;
  border-radius: 2px
}

.chosen-container.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  -webkit-font-smoothing: antialiased
}

.chosen-container.chosen-container-multi .chosen-drop .result-selected {
  color: #616161
}

.clockpicker-popover .popover-title {
  color: #616161;
  font-weight: 700;
  font-size: 16px;
  line-height: 1
}

.clockpicker-popover .popover-title span {
  cursor: pointer
}

.clockpicker-popover .popover-content {
  background-color: #fff
}

.clockpicker-popover .popover-content:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px
}

.clockpicker-popover .clockpicker-plate {
  border: 1px solid #e4e4e4
}

.clockpicker-popover .clockpicker-button {
  margin: 0;
  padding: 10px 0;
  border-width: 1px 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.datatable-top,
.my-drop-zone,
table.dataTable {
  margin-bottom: 15px
}

.colorpicker {
  padding: 5px;
  display: none;
  opacity: 1;
  filter: alpha(opacity=1 * 100);
  box-shadow: 0 1px 1px rgba(228, 228, 228, .3);
  min-width: initial!important
}

.colorpicker,
.datepicker.dropdown-menu {
  visibility: visible;
  box-shadow: 0 1px 1px rgba(228, 228, 228, .3)
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  background-color: transparent
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_desc_disabled::after {
  float: right;
  color: #ddd;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0)
}

.dd-item>button,
.demo>.dropdown,
.switcha>div {
  float: left
}

table.dataTable thead .sorting::after {
  content: "\f0dc"
}

table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_asc_disabled::after {
  color: #616161;
  content: "\f0de"
}

table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_desc_disabled::after {
  color: #616161;
  content: "\f0dd"
}

table.dataTable.no-footer {
  border-bottom: 0
}

.dataTables_length label {
  font-weight: 400
}

.datatable-bottom,
.datatable-top {
  display: table;
  width: 100%
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background: 0 0
}

@media (max-width:767px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .toolbar {
    display: inline-block
  }
  .dataTables_wrapper .btn {
    vertical-align: baseline
  }
  .dataTables_wrapper .dataTables_filter label {
    display: block
  }
  .dataTables_wrapper .dataTables_filter label input {
    margin-left: 0
  }
}

.datepicker.dropdown-menu {
  display: none;
  opacity: 1;
  border-radius: 2px;
  font-size: 13px;
  border-color: #e4e4e4;
  box-shadow: 0 1px 1px rgba(228, 228, 228, .3);
  padding: 15px
}

.datepicker-dropdown,
.datepicker.dropdown-menu {
  opacity: 1
}

.datepicker-inline {
  border: 1px solid #e4e4e4
}

.datepicker,
.datepicker-dropdown {
  border-radius: 2px
}

.datepicker-dropdown {
  opacity: 1;
  border-radius: 2px;
  border-color: #e4e4e4;
  box-shadow: 0 1px 1px rgba(228, 228, 228, .3);
  padding: 15px
}

.datepicker-dropdown,
.daterangepicker {
  font-size: 13px;
  display: none;
  visibility: visible;
  box-shadow: 0 1px 1px rgba(228, 228, 228, .3)
}

.datepicker-dropdown:before {
  border-bottom-color: #e4e4e4;
  border-bottom-color: rgba(0, 0, 0, .2)
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  border-top-color: #e4e4e4
}

.datepicker table tr td,
.datepicker table tr th {
  border-radius: 2px
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  position: relative;
  color: #fff;
  background-color: #09c;
  border-color: #09c;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active.disabled:hover:visited,
.datepicker table tr td.active.disabled:visited,
.datepicker table tr td.active:hover:visited,
.datepicker table tr td.active:visited {
  color: #fff
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.focus,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.focus,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active:hover:hover,
.open>.dropdown-toggle.datepicker table tr td.active,
.open>.dropdown-toggle.datepicker table tr td.active.disabled,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open>.dropdown-toggle.datepicker table tr td.active:hover {
  color: #fff;
  background-color: #09c;
  border-color: #007399
}

.datepicker table tr td.active.disabled::before,
.datepicker table tr td.active.disabled:hover::before,
.datepicker table tr td.active::before,
.datepicker table tr td.active:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #007399;
  opacity: 0;
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  border-radius: 2px
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled::before,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover::before,
.datepicker table tr td.active::before,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.datepicker table tr td.active.disabled:hover::before,
.datepicker table tr td.active.disabled:hover:hover::before,
.datepicker table tr td.active:hover::before,
.datepicker table tr td.active:hover:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.open>.dropdown-toggle.datepicker table tr td.active,
.open>.dropdown-toggle.datepicker table tr td.active.disabled,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open>.dropdown-toggle.datepicker table tr td.active:hover {
  background-image: none;
  border-color: #006b8f
}

.datepicker table tr td.active.active::before,
.datepicker table tr td.active.disabled.active::before,
.datepicker table tr td.active.disabled:active::before,
.datepicker table tr td.active.disabled:hover.active::before,
.datepicker table tr td.active.disabled:hover:active::before,
.datepicker table tr td.active:active::before,
.datepicker table tr td.active:hover.active::before,
.datepicker table tr td.active:hover:active::before,
.open>.dropdown-toggle.datepicker table tr td.active.disabled::before,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover::before,
.open>.dropdown-toggle.datepicker table tr td.active::before,
.open>.dropdown-toggle.datepicker table tr td.active:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  background-color: #007399
}

.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active.focus,
.datepicker table tr td.active.disabled.active:focus,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled:active.focus,
.datepicker table tr td.active.disabled:active:focus,
.datepicker table tr td.active.disabled:active:hover,
.datepicker table tr td.active.disabled:hover.active.focus,
.datepicker table tr td.active.disabled:hover.active:focus,
.datepicker table tr td.active.disabled:hover.active:hover,
.datepicker table tr td.active.disabled:hover:active.focus,
.datepicker table tr td.active.disabled:hover:active:focus,
.datepicker table tr td.active.disabled:hover:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active:hover.active.focus,
.datepicker table tr td.active:hover.active:focus,
.datepicker table tr td.active:hover.active:hover,
.datepicker table tr td.active:hover:active.focus,
.datepicker table tr td.active:hover:active:focus,
.datepicker table tr td.active:hover:active:hover,
.open>.dropdown-toggle.datepicker table tr td.active.disabled.focus,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:focus,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover.focus,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover:focus,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover:hover,
.open>.dropdown-toggle.datepicker table tr td.active.focus,
.open>.dropdown-toggle.datepicker table tr td.active:focus,
.open>.dropdown-toggle.datepicker table tr td.active:hover,
.open>.dropdown-toggle.datepicker table tr td.active:hover.focus,
.open>.dropdown-toggle.datepicker table tr td.active:hover:focus,
.open>.dropdown-toggle.datepicker table tr td.active:hover:hover {
  color: #fff;
  background-color: #0086b3;
  border-color: #0086b3
}

.datepicker table tr td.active.disabled.disabled::before,
.datepicker table tr td.active.disabled::before,
.datepicker table tr td.active.disabled:hover.disabled::before,
.datepicker table tr td.active.disabled:hover[disabled]::before,
.datepicker table tr td.active.disabled[disabled]::before,
.datepicker table tr td.active:hover.disabled::before,
.datepicker table tr td.active:hover[disabled]::before,
.datepicker table tr td.active[disabled]::before {
  z-index: 1
}

.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled.disabled.focus,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.focus,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled:hover[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].focus,
.datepicker table tr td.active.disabled:hover[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled[disabled].focus,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active:hover.disabled.focus,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active:hover[disabled].focus,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled.focus,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active:hover.focus,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active:hover:hover {
  background-color: #09c;
  border-color: #09c
}

.datepicker table tr td.active .badge,
.datepicker table tr td.active.disabled .badge,
.datepicker table tr td.active.disabled:hover .badge,
.datepicker table tr td.active:hover .badge {
  color: #09c;
  background-color: #fff
}

.datepicker table tr td.active.btn-outline,
.datepicker table tr td.active.disabled.btn-outline,
.datepicker table tr td.active.disabled:hover.btn-outline,
.datepicker table tr td.active:hover.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #09c;
  color: #09c
}

.datepicker table tr td.active.btn-outline.active,
.datepicker table tr td.active.btn-outline:active,
.datepicker table tr td.active.btn-outline:focus,
.datepicker table tr td.active.btn-outline:hover,
.datepicker table tr td.active.disabled.btn-outline.active,
.datepicker table tr td.active.disabled.btn-outline:active,
.datepicker table tr td.active.disabled.btn-outline:focus,
.datepicker table tr td.active.disabled.btn-outline:hover,
.datepicker table tr td.active.disabled:hover.btn-outline.active,
.datepicker table tr td.active.disabled:hover.btn-outline:active,
.datepicker table tr td.active.disabled:hover.btn-outline:focus,
.datepicker table tr td.active.disabled:hover.btn-outline:hover,
.datepicker table tr td.active:hover.btn-outline.active,
.datepicker table tr td.active:hover.btn-outline:active,
.datepicker table tr td.active:hover.btn-outline:focus,
.datepicker table tr td.active:hover.btn-outline:hover {
  background-color: #09c;
  color: #fff
}

.datepicker table tr td span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  position: relative;
  color: #fff;
  background-color: #09c;
  border-color: #09c;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.disabled:hover:visited,
.datepicker table tr td span.active.disabled:visited,
.datepicker table tr td span.active:hover:visited,
.datepicker table tr td span.active:visited {
  color: #fff
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active:hover:hover,
.open>.dropdown-toggle.datepicker table tr td span.active,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open>.dropdown-toggle.datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #09c;
  border-color: #007399
}

.datepicker table tr td span.active.disabled::before,
.datepicker table tr td span.active.disabled:hover::before,
.datepicker table tr td span.active::before,
.datepicker table tr td span.active:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #007399;
  opacity: 0;
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  border-radius: 2px
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled::before,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover::before,
.datepicker table tr td span.active::before,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover::before {
  -webkit-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -moz-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -o-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.datepicker table tr td span.active.disabled:hover::before,
.datepicker table tr td span.active.disabled:hover:hover::before,
.datepicker table tr td span.active:hover::before,
.datepicker table tr td span.active:hover:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active,
.open>.dropdown-toggle.datepicker table tr td span.active,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open>.dropdown-toggle.datepicker table tr td span.active:hover {
  background-image: none;
  border-color: #006b8f
}

.datepicker table tr td span.active.active::before,
.datepicker table tr td span.active.disabled.active::before,
.datepicker table tr td span.active.disabled:active::before,
.datepicker table tr td span.active.disabled:hover.active::before,
.datepicker table tr td span.active.disabled:hover:active::before,
.datepicker table tr td span.active:active::before,
.datepicker table tr td span.active:hover.active::before,
.datepicker table tr td span.active:hover:active::before,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled::before,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover::before,
.open>.dropdown-toggle.datepicker table tr td span.active::before,
.open>.dropdown-toggle.datepicker table tr td span.active:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  background-color: #007399
}

.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.open>.dropdown-toggle.datepicker table tr td span.active.focus,
.open>.dropdown-toggle.datepicker table tr td span.active:focus,
.open>.dropdown-toggle.datepicker table tr td span.active:hover,
.open>.dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open>.dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open>.dropdown-toggle.datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #0086b3;
  border-color: #0086b3
}

.datepicker table tr td span.active.disabled.disabled::before,
.datepicker table tr td span.active.disabled::before,
.datepicker table tr td span.active.disabled:hover.disabled::before,
.datepicker table tr td span.active.disabled:hover[disabled]::before,
.datepicker table tr td span.active.disabled[disabled]::before,
.datepicker table tr td span.active:hover.disabled::before,
.datepicker table tr td span.active:hover[disabled]::before,
.datepicker table tr td span.active[disabled]::before {
  z-index: 1
}

.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled:hover[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #09c;
  border-color: #09c
}

.datepicker table tr td span.active .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge,
.datepicker table tr td span.active:hover .badge {
  color: #09c;
  background-color: #fff
}

.datepicker table tr td span.active.btn-outline,
.datepicker table tr td span.active.disabled.btn-outline,
.datepicker table tr td span.active.disabled:hover.btn-outline,
.datepicker table tr td span.active:hover.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #09c;
  color: #09c
}

.datepicker table tr td span.active.btn-outline.active,
.datepicker table tr td span.active.btn-outline:active,
.datepicker table tr td span.active.btn-outline:focus,
.datepicker table tr td span.active.btn-outline:hover,
.datepicker table tr td span.active.disabled.btn-outline.active,
.datepicker table tr td span.active.disabled.btn-outline:active,
.datepicker table tr td span.active.disabled.btn-outline:focus,
.datepicker table tr td span.active.disabled.btn-outline:hover,
.datepicker table tr td span.active.disabled:hover.btn-outline.active,
.datepicker table tr td span.active.disabled:hover.btn-outline:active,
.datepicker table tr td span.active.disabled:hover.btn-outline:focus,
.datepicker table tr td span.active.disabled:hover.btn-outline:hover,
.datepicker table tr td span.active:hover.btn-outline.active,
.datepicker table tr td span.active:hover.btn-outline:active,
.datepicker table tr td span.active:hover.btn-outline:focus,
.datepicker table tr td span.active:hover.btn-outline:hover {
  background-color: #09c;
  color: #fff
}

.input-daterange input:first-child {
  border-radius: 2px 0 0 2px
}

.input-daterange input:last-child {
  border-radius: 0 2px 2px 0
}

.input-daterange .input-group-addon {
  background-color: #e7e7e7;
  border: solid #e4e4e4
}

.daterangepicker {
  opacity: 1;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(228, 228, 228, .3);
  margin-top: -1px
}

.daterangepicker .ranges .input-mini {
  background-color: transparent;
  border-radius: 2px;
  color: #616161
}

.daterangepicker .calendar-date,
.daterangepicker .ranges .input-mini {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-color: #e4e4e4
}

.daterangepicker .calendar-date {
  border-radius: 2px
}

.daterangepicker td.available+td.start-date {
  border-radius: 2px 0 0 2px
}

.daterangepicker td.in-range+td.end-date {
  border-radius: 0 2px 2px 0
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: #e2e2e2
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #09c;
  border-color: #09c;
  color: #fff
}

.daterangepicker td,
.daterangepicker th {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 2px!important;
  -moz-border-radius: 2px!important;
  border-radius: 2px!important
}

.daterangepicker .ranges li {
  background: #e4e4e4;
  border-color: #e4e4e4;
  color: #616161;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #09c;
  border-color: #09c
}

.dropzone {
  background: #fff;
  border-width: 1px;
  border-color: #4c5064;
  border-style: dashed;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: table;
  width: 100%;
  padding: 0
}

.dropzone .dz-preview .dz-details .dz-filename:hover span,
.dropzone .dz-preview .dz-progress {
  border-color: #e4e4e4
}

.dropzone .dz-message {
  display: table-cell;
  vertical-align: middle
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #e2e2e2
}

.dropzone .dz-preview .dz-error-message {
  background: #d96557;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.dropzone .dz-preview .dz-error-message:after {
  border-bottom-color: #d96557
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #09c
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  border-radius: 2px
}

.my-drop-zone {
  border: 1px dashed #616161;
  border-radius: 2px;
  min-height: 20px;
  padding: 19px;
  background-color: #fff
}

.nv-file-over {
  border-color: #d96557
}

.another-file-over-class {
  border-color: #2ecc71
}

.piechart {
  position: relative;
  display: inline-block;
  text-align: center
}

.piechart canvas {
  position: absolute;
  top: 0;
  left: 0
}

.piechart>div {
  display: table;
  width: 100%;
  height: 100%
}

.piechart>div>div {
  display: table-cell;
  vertical-align: middle
}

.piechart .percent {
  position: relative;
  display: block;
  margin: 0;
  font-weight: 700
}

#tooltip,
.jvectormap-zoomout::before {
  display: none
}

.piechart .percent:after {
  position: absolute;
  top: 0;
  content: '%';
  font-size: .5em;
  font-family: Helvetica, Georgia, serif
}

#tooltip {
  position: absolute;
  padding: 5px 10px;
  border: 0;
  background-color: #09c;
  color: #fff;
  line-height: 1
}

#tooltip:before {
  position: absolute;
  top: 4px;
  right: 100%;
  display: block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #09c transparent transparent;
  content: ''
}

td.legendColorBox>div {
  border: 0!important;
  padding: 0!important
}

.intl-tel-input .country-list .divider,
.intl-tel-input .selected-flag .arrow.up {
  border-bottom-color: #e4e4e4
}

td.legendColorBox>div>div {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

td.legendLabel {
  padding-left: 5px
}

.world-map {
  width: 100%;
  height: 100%
}

.full-map-wrapper {
  position: absolute;
  top: 55px;
  bottom: 55px;
  left: 250px;
  right: 0
}

#cd-google-map,
#google-container {
  position: relative
}

#google-container {
  width: 100%;
  height: 100%!important;
  min-height: 400px
}

.google-map {
  width: 100%;
  background: 0 0;
  padding: 0!important
}

.intl-tel-input .country-list .country.highlight,
.intl-tel-input .flag-dropdown:hover .selected-flag {
  background-color: rgba(226, 226, 226, .5)
}

.google-map img {
  max-width: none!important
}

.gm-style-cc {
  display: none!important
}

.layout-static-sidebar .full-map-wrapper {
  position: static;
  height: 100%!important
}

.layout-static-sidebar .full-map-wrapper .world-map {
  top: 55px;
  height: auto;
  left: auto;
  right: auto;
  bottom: 55px
}

.iti-flag {
  width: 16px;
  height: 11px
}

.intl-tel-input {
  width: 100%
}

.intl-tel-input .selected-flag .arrow {
  border-top-color: #e4e4e4
}

.intl-tel-input .country-list {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #e4e4e4
}

.intl-tel-input .country-list .country .dial-code {
  color: #616161
}

.jvectormap-tip {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #09c;
  background: #fff;
  color: #616161;
  font-family: inherit
}

.jvectormap-label {
  position: absolute;
  padding: 3px;
  color: #fff;
  font-size: smaller;
  font-size: inherit;
  font-family: inherit;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-color: #09c;
  background-color: #09c
}

.jvectormap-zoomin,
.jvectormap-zoomout {
  position: absolute;
  left: 0;
  margin-left: 15px;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 153, 204, .9);
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.dd-item>button,
.dd3-handle {
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden
}

.jvectormap-zoomin::after,
.jvectormap-zoomin::before,
.jvectormap-zoomout::after,
.jvectormap-zoomout::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  background: rgba(255, 255, 255, .8)
}

.jvectormap-zoomin::before,
.jvectormap-zoomout::before {
  margin-top: -4px;
  width: 2px;
  height: 10px;
  margin-right: -1px
}

.jvectormap-zoomin::after,
.jvectormap-zoomout::after {
  height: 2px;
  width: 10px;
  margin-right: -5px
}

.dd-handle,
.jvectormap-zoomin:hover::after,
.jvectormap-zoomin:hover::before,
.jvectormap-zoomout:hover::after,
.jvectormap-zoomout:hover::before {
  background: #fff
}

.jvectormap-zoomin {
  top: 15px;
  margin-top: 0;
  margin-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.jvectormap-zoomout {
  top: 48px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.dd,
.dd-list {
  list-style: none;
  position: relative;
  margin: 0;
  display: block;
  padding: 0
}

.dd-list .dd-list {
  padding-left: 30px
}

.dd-collapsed .dd-list {
  display: none
}

.dd-empty,
.dd-item,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px
}

.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.dd-handle:hover {
  color: #484848;
  background: #fff
}

.dd-item>button {
  display: block;
  position: relative;
  width: 35px;
  padding: 0;
  border: 0;
  background: 0 0;
  line-height: 42px;
  text-align: center
}

.dd-item>button::after,
.dd-item>button::before {
  content: '';
  top: 50%;
  right: 50%;
  background: #616161
}

.dd-item>button::before {
  position: absolute;
  margin-top: -5px;
  width: 2px;
  height: 10px;
  margin-right: -1px
}

.dd-item>button::after {
  position: absolute;
  height: 2px;
  width: 10px;
  margin-right: -5px;
  margin-top: -1px
}

.dd-item>button[data-action=collapse]:before {
  display: none
}

.dd3-content,
.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
  display: block
}

.dd-empty,
.dd-placeholder {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: 0 0;
  border: 1px dashed #ddd
}

.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px
}

.dd-dragel {
  position: absolute;
  pointer-events: none
}

.dd-dragel>.dd-item .dd-handle {
  margin-top: 0
}

.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1)
}

.dd3-content {
  margin: 5px 0;
  padding: 10px 10px 10px 50px;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.dd3-content,
.dd3-handle {
  border: 1px solid #e4e4e4;
  background: #fff
}

.dd3-content:hover {
  background: #fff
}

.dd-dragel>.dd3-item>.dd3-content {
  margin: 0
}

.dd3-item>button {
  margin-left: 40px
}

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  width: 38px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.dd3-handle:before {
  font: normal normal normal 14px/1 FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0c9";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  text-indent: 0;
  font-size: 14px
}

.dd3-handle:hover {
  background: #e2e2e2
}

li.urban-noty {
  position: relative;
  margin-bottom: 10px
}

li.urban-noty:last-child {
  margin-bottom: 0
}

.noty_message[style] {
  font-size: 13px!important
}

.urban-noty .noty_bar {
  padding: 10px 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid transparent;
  animation-duration: 800ms;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  animation-name: animation-open
}

.hideSweetAlert,
.showSweetAlert,
.urban-noty .noty_bar {
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-duration: 800ms;
  -moz-animation-duration: 800ms;
  -o-animation-duration: 800ms
}

.urban-noty.i-am-closing-now .noty_bar {
  -webkit-animation-name: animation-close;
  -moz-animation-name: animation-close;
  -o-animation-name: animation-close;
  animation-name: animation-close
}

.urban-noty-bottom,
.urban-noty-bottom-left,
.urban-noty-bottom-right,
.urban-noty-top,
.urban-noty-top-left,
.urban-noty-top-right {
  list-style: none;
  padding: 0;
  margin: 0;
  position: fixed;
  z-index: 99999;
  -webkit-transition: opacity 300ms cubic-bezier(.7, 0, .3, 1);
  -moz-transition: opacity 300ms cubic-bezier(.7, 0, .3, 1);
  -o-transition: opacity 300ms cubic-bezier(.7, 0, .3, 1);
  transition: opacity 300ms cubic-bezier(.7, 0, .3, 1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100)
}

.urban-noty-bottom li.urban-noty,
.urban-noty-top li.urban-noty {
  margin-bottom: 0;
  margin-top: -1px
}

.offscreen~.urban-noty-bottom,
.offscreen~.urban-noty-bottom-left,
.offscreen~.urban-noty-bottom-right,
.offscreen~.urban-noty-top,
.offscreen~.urban-noty-top-left,
.offscreen~.urban-noty-top-right {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100)
}

.urban-noty-bottom {
  bottom: 0;
  right: 0;
  width: 100%
}

.urban-noty-bottom .noty_bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.urban-noty-bottom-right {
  bottom: 75px;
  right: 20px
}

.urban-noty-bottom-left {
  bottom: 75px;
  left: 20px
}

@media screen and (min-width:768px) {
  .urban-noty-bottom {
    padding-left: 250px
  }
  .layout-small-menu~.urban-noty-bottom {
    padding-left: 70px
  }
  .layout-right-sidebar~.urban-noty-bottom {
    padding-left: 0;
    padding-right: 250px
  }
  .layout-right-sidebar.layout-small-menu~.urban-noty-bottom {
    padding-left: 0;
    padding-right: 70px
  }
  .layout-boxed.layout-right-sidebar.layout-small-menu~.urban-noty-bottom,
  .layout-boxed~.urban-noty-bottom {
    padding-left: 0;
    padding-right: 0
  }
  .layout-right-sidebar~.urban-noty-bottom-right {
    right: 270px
  }
  .layout-right-sidebar.layout-small-menu~.urban-noty-bottom-right {
    right: 90px
  }
  .layout-boxed.layout-right-sidebar.layout-small-menu~.urban-noty-bottom-right,
  .layout-boxed~.urban-noty-bottom-right {
    right: 20px
  }
  .urban-noty-bottom-left {
    left: 270px
  }
  .layout-small-menu~.urban-noty-bottom-left {
    left: 90px
  }
  .layout-boxed.layout-small-menu~.urban-noty-bottom-left,
  .layout-boxed~.urban-noty-bottom-left,
  .layout-right-sidebar.layout-small-menu~.urban-noty-bottom-left,
  .layout-right-sidebar~.urban-noty-bottom-left {
    left: 20px
  }
}

.urban-noty-top {
  top: 55px;
  right: 0;
  width: 100%
}

.urban-noty-top .noty_bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.urban-noty-top-right {
  top: 75px;
  right: 20px
}

.urban-noty-top-left {
  top: 75px;
  left: 20px
}

@media screen and (min-width:768px) {
  .urban-noty-top {
    padding-left: 250px
  }
  .layout-small-menu~.urban-noty-top {
    position: absolute;
    padding-left: 70px
  }
  .layout-right-sidebar~.urban-noty-top {
    padding-left: 0;
    padding-right: 250px
  }
  .layout-right-sidebar.layout-small-menu~.urban-noty-top {
    padding-left: 0;
    padding-right: 70px
  }
  .layout-boxed.layout-right-sidebar.layout-small-menu~.urban-noty-top,
  .layout-boxed~.urban-noty-top {
    padding-left: 0;
    padding-right: 0
  }
  .layout-right-sidebar~.urban-noty-top-right {
    right: 270px
  }
  .layout-right-sidebar.layout-small-menu~.urban-noty-top-right {
    right: 90px
  }
  .layout-boxed.layout-small-menu~.urban-noty-top-right,
  .layout-boxed~.urban-noty-top-right {
    right: 20px
  }
  .urban-noty-top-left {
    left: 270px
  }
  .layout-small-menu~.urban-noty-top-left {
    left: 90px
  }
  .layout-boxed.layout-small-menu~.urban-noty-top-left,
  .layout-boxed~.urban-noty-top-left,
  .layout-right-sidebar.layout-small-menu~.urban-noty-top-left,
  .layout-right-sidebar~.urban-noty-top-left {
    left: 20px
  }
}

.noty_container_type_success .noty_bar {
  background-color: #a8ebc4;
  border-color: #9be8bc;
  color: #1b7943
}

.noty_container_type_success .noty_bar hr {
  border-top-color: #86e4ae
}

.noty_container_type_success .noty_bar .alert-link {
  color: #124f2c
}

.noty_container_type_information .noty_bar {
  background-color: #caedf4;
  border-color: #bee9f1;
  color: #218a9e
}

.noty_container_type_information .noty_bar hr {
  border-top-color: #a9e2ed
}

.noty_container_type_information .noty_bar .alert-link {
  color: #196573
}

.noty_container_type_warning .noty_bar {
  background-color: #fff3dd;
  border-color: #ffedcd;
  color: #ffab11
}

.noty_container_type_warning .noty_bar hr {
  border-top-color: #ffe5b4
}

.noty_container_type_warning .noty_bar .alert-link {
  color: #dd8f00
}

.noty_container_type_error .noty_bar {
  background-color: #f5d7d4;
  border-color: #f2ccc7;
  color: #a53325
}

.noty_container_type_error .noty_bar hr {
  border-top-color: #eeb9b3
}

.noty_container_type_error .noty_bar .alert-link {
  color: #7b261c
}

.noty_container_type_confirm .noty_bar {
  background-color: #fff;
  border-color: #e4e4e4;
  color: #616161
}

.noty_container_type_confirm .noty_bar hr {
  border-top-color: #d7d7d7
}

.noty_container_type_confirm .noty_bar .alert-link {
  color: #484848
}

.nvd3 text {
  font-family: inherit
}

input.valid {
  border-color: #2ecc71;
  box-shadow: none
}

input.valid,
input.valid:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

input.valid:focus {
  border-color: #25a25a;
  box-shadow: none
}

input.error {
  border-color: #d96557;
  box-shadow: none
}

input.error,
input.error:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

input.error:focus {
  border-color: #ce402f;
  box-shadow: none
}

label.error {
  color: #d96557;
  font-weight: 400
}

.ps-container.ps-in-scrolling {
  pointer-events: none
}

.ps-container.ps-in-scrolling>.ps-scrollbar-x-rail {
  background-color: #eee;
  -khtml-opacity: .9;
  opacity: .9;
  filter: alpha(opacity=.9 * 100)
}

.ps-container.ps-in-scrolling>.ps-scrollbar-x-rail,
.ps-container.ps-in-scrolling>.ps-scrollbar-y-rail {
  -moz-opacity: .9;
  -webkit-opacity: .9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=.9 * 100)
}

.ps-container.ps-in-scrolling>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  background-color: #999
}

.ps-container.ps-in-scrolling>.ps-scrollbar-y-rail {
  background-color: #eee;
  -khtml-opacity: .9;
  opacity: .9;
  filter: alpha(opacity=.9 * 100)
}

.ps-container.ps-in-scrolling>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #999
}

.ps-container>.ps-scrollbar-x-rail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  height: 8px
}

.ps-container>.ps-scrollbar-x-rail,
.ps-container>.ps-scrollbar-y-rail {
  position: absolute;
  display: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  position: absolute;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  height: 8px
}

.ps-container>.ps-scrollbar-y-rail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 6px
}

.ps-container:hover.ps-in-scrolling>.ps-scrollbar-x-rail,
.ps-container:hover.ps-in-scrolling>.ps-scrollbar-y-rail {
  -moz-opacity: .9;
  -webkit-opacity: .9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=.9 * 100);
  -khtml-opacity: .9
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  position: absolute;
  background-color: rgba(0, 0, 0, .5);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  width: 6px
}

.ps-container:hover.ps-in-scrolling {
  pointer-events: none
}

.ps-container:hover.ps-in-scrolling>.ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9;
  filter: alpha(opacity=.9 * 100)
}

.ps-container:hover.ps-in-scrolling>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  background-color: #999
}

.ps-container:hover.ps-in-scrolling>.ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9;
  filter: alpha(opacity=.9 * 100)
}

.ps-container:hover.ps-in-scrolling>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #999
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
  -moz-opacity: .6;
  -khtml-opacity: .6;
  -webkit-opacity: .6;
  opacity: .6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=.6 * 100);
  filter: alpha(opacity=.6 * 100)
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
  background-color: #eee;
  -khtml-opacity: .9;
  opacity: .9;
  filter: alpha(opacity=.9 * 100)
}

.ps-container:hover>.ps-scrollbar-x-rail:hover,
.ps-container:hover>.ps-scrollbar-y-rail:hover {
  -moz-opacity: .9;
  -webkit-opacity: .9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=.9 * 100)
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
  background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
  background-color: #eee;
  -khtml-opacity: .9;
  opacity: .9;
  filter: alpha(opacity=.9 * 100)
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
  background-color: #999
}

.draggable-portlets-wrapper .draggable-portlets {
  min-height: 50px
}

.draggable-portlets-wrapper .draggable-portlets .portlet {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear
}

.draggable-portlets-wrapper .draggable-portlets .portlet .portlet-heading {
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.draggable-portlets-wrapper .draggable-portlets .ui-sortable-placeholder {
  visibility: visible!important;
  border: 1px dashed #e4e4e4;
  background: rgba(0, 0, 0, .01)
}

.btn-icon,
.btn-icon-icon {
  overflow: hidden;
  border-width: 0;
  text-overflow: ellipsis
}

.draggable-portlets-wrapper.dragging .portlet {
  -moz-opacity: .8;
  -khtml-opacity: .8;
  -webkit-opacity: .8;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=.8 * 100);
  filter: alpha(opacity=.8 * 100)
}

.rickshaw_graph {
  display: block
}

.rickshaw_graph .detail .x_label {
  border-radius: 2px
}

.rickshaw_graph .detail .item,
.rickshaw_graph .detail .x_label {
  font-family: inherit;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px
}

.rickshaw_graph .detail .item {
  border-radius: 2px
}

.rickshaw_graph .x_tick {
  border-left: 1px dashed rgba(0, 0, 0, .2)
}

.rickshaw_graph .x_tick .title {
  font-family: inherit;
  color: #000
}

.rickshaw_annotation_timeline .annotation .content {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.rickshaw_legend {
  font-family: inherit
}

.rickshaw_legend li:active,
.rickshaw_legend li:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.btn-icon {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 47px
}

.btn-icon :first-child {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  background: rgba(0, 0, 0, .1);
  border-right: 1px solid rgba(0, 0, 0, .03)
}

.btn-icon-icon,
.relative,
.sortable-list li {
  position: relative
}

.btn-icon.btn-lg :first-child {
  width: 47px;
  line-height: 47px
}

.btn-icon.btn-sm :first-child {
  width: 30px;
  line-height: 30px
}

.btn-icon.btn-xs :first-child {
  width: 22px;
  line-height: 22px
}

.btn-group-lg>.btn.btn-icon,
.btn-lg.btn-icon {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 63px
}

.btn-group-sm>.btn.btn-icon,
.btn-sm.btn-icon {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px
}

.btn-group-xs>.btn.btn-icon,
.btn-xs.btn-icon {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 30px
}

.btn-icon-icon {
  padding: 8px 0 8px 47px;
  width: 34px;
  height: 34px
}

.btn-icon-icon :first-child {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  background: rgba(0, 0, 0, .1)
}

.btn-icon-icon.btn-lg :first-child {
  width: 47px;
  line-height: 47px
}

.btn-icon-icon.btn-sm :first-child {
  width: 30px;
  line-height: 30px
}

.btn-icon-icon.btn-xs :first-child {
  width: 22px;
  line-height: 22px
}

.btn-icon-icon :first-child {
  width: 100%!important;
  border: none;
  background-color: transparent;
  text-align: center
}

.btn-icon-icon.btn-lg {
  padding-right: 0;
  padding-left: 0;
  width: 47px;
  height: 47px
}

.btn-icon-icon.btn-sm {
  padding-right: 0;
  padding-left: 0;
  width: 30px;
  height: 30px
}

.btn-icon-icon.btn-xs {
  padding-right: 0;
  padding-left: 0;
  width: 22px;
  height: 22px
}

.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: #d87a68
}

.btn-adn:visited {
  color: #fff
}

.btn-adn.active,
.btn-adn.focus,
.btn-adn:active,
.btn-adn:focus,
.btn-adn:hover,
.open>.dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: #ce563f
}

.btn-adn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ce563f;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.btn-adn::before,
.btn-bitbucket::before {
  -o-transition: transform .4s, opacity .4s
}

.btn-adn,
.btn-adn::before {
  -webkit-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -moz-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -o-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-adn:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-adn.active::before,
.btn-adn:active::before,
.btn-adn:hover::before,
.open>.dropdown-toggle.btn-adn::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-adn.active,
.btn-adn:active,
.open>.dropdown-toggle.btn-adn {
  background-image: none;
  border-color: #cb4f37
}

.btn-adn.active::before,
.btn-adn:active::before,
.open>.dropdown-toggle.btn-adn::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #ce563f
}

.btn-adn.active.focus,
.btn-adn.active:focus,
.btn-adn.active:hover,
.btn-adn:active.focus,
.btn-adn:active:focus,
.btn-adn:active:hover,
.open>.dropdown-toggle.btn-adn.focus,
.open>.dropdown-toggle.btn-adn:focus,
.open>.dropdown-toggle.btn-adn:hover {
  color: #fff;
  background-color: #d36854;
  border-color: #d36854
}

.btn-adn.disabled::before,
.btn-adn[disabled]::before {
  z-index: 1
}

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

.btn-adn .badge {
  color: #d87a68;
  background-color: #fff
}

.btn-adn.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #d87a68;
  color: #d87a68
}

.btn-adn.btn-outline.active,
.btn-adn.btn-outline:active,
.btn-adn.btn-outline:focus,
.btn-adn.btn-outline:hover {
  background-color: #d87a68;
  color: #fff
}

.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: #205081
}

.btn-bitbucket:visited {
  color: #fff
}

.btn-bitbucket.active,
.btn-bitbucket.focus,
.btn-bitbucket:active,
.btn-bitbucket:focus,
.btn-bitbucket:hover,
.open>.dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: #163758
}

.btn-bitbucket::before {
  z-index: -1;
  background-color: #163758;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.btn-bitbucket::before,
.btn-dropbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s
}

.btn-bitbucket,
.btn-bitbucket::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-bitbucket,
.btn-bitbucket::before,
.btn-dropbox,
.btn-dropbox::before {
  -webkit-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -moz-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -o-animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-bitbucket:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-bitbucket.active::before,
.btn-bitbucket:active::before,
.btn-bitbucket:hover::before,
.open>.dropdown-toggle.btn-bitbucket::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-bitbucket.active,
.btn-bitbucket:active,
.open>.dropdown-toggle.btn-bitbucket {
  background-image: none;
  border-color: #143250
}

.btn-bitbucket.active::before,
.btn-bitbucket:active::before,
.open>.dropdown-toggle.btn-bitbucket::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #163758
}

.btn-bitbucket.active.focus,
.btn-bitbucket.active:focus,
.btn-bitbucket.active:hover,
.btn-bitbucket:active.focus,
.btn-bitbucket:active:focus,
.btn-bitbucket:active:hover,
.open>.dropdown-toggle.btn-bitbucket.focus,
.open>.dropdown-toggle.btn-bitbucket:focus,
.open>.dropdown-toggle.btn-bitbucket:hover {
  color: #fff;
  background-color: #1b436d;
  border-color: #1b436d
}

.btn-bitbucket.disabled::before,
.btn-bitbucket[disabled]::before {
  z-index: 1
}

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

.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff
}

.btn-bitbucket.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #205081;
  color: #205081
}

.btn-bitbucket.btn-outline.active,
.btn-bitbucket.btn-outline:active,
.btn-bitbucket.btn-outline:focus,
.btn-bitbucket.btn-outline:hover {
  background-color: #205081;
  color: #fff
}

.btn-dropbox {
  color: #fff;
  background-color: #3d9ae8;
  border-color: #3d9ae8
}

.btn-dropbox:visited {
  color: #fff
}

.btn-dropbox.active,
.btn-dropbox.focus,
.btn-dropbox:active,
.btn-dropbox:focus,
.btn-dropbox:hover,
.open>.dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #3d9ae8;
  border-color: #1a81d8
}

.btn-dropbox::before {
  z-index: -1;
  background-color: #1a81d8;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.btn-dropbox::before,
.btn-facebook::before {
  -o-transition: transform .4s, opacity .4s;
  -moz-border-radius: 2px
}

.btn-dropbox,
.btn-dropbox::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-dropbox:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-dropbox.active::before,
.btn-dropbox:active::before,
.btn-dropbox:hover::before,
.open>.dropdown-toggle.btn-dropbox::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-dropbox.active,
.btn-dropbox:active,
.open>.dropdown-toggle.btn-dropbox {
  background-image: none;
  border-color: #197ccf
}

.btn-dropbox.active::before,
.btn-dropbox:active::before,
.open>.dropdown-toggle.btn-dropbox::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #1a81d8
}

.btn-dropbox.active.focus,
.btn-dropbox.active:focus,
.btn-dropbox.active:hover,
.btn-dropbox:active.focus,
.btn-dropbox:active:focus,
.btn-dropbox:active:hover,
.open>.dropdown-toggle.btn-dropbox.focus,
.open>.dropdown-toggle.btn-dropbox:focus,
.open>.dropdown-toggle.btn-dropbox:hover {
  color: #fff;
  background-color: #268ee5;
  border-color: #268ee5
}

.btn-dropbox.disabled::before,
.btn-dropbox[disabled]::before {
  z-index: 1
}

.btn-dropbox.disabled,
.btn-dropbox.disabled.active,
.btn-dropbox.disabled.focus,
.btn-dropbox.disabled:active,
.btn-dropbox.disabled:focus,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled],
.btn-dropbox[disabled].active,
.btn-dropbox[disabled].focus,
.btn-dropbox[disabled]:active,
.btn-dropbox[disabled]:focus,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox,
fieldset[disabled] .btn-dropbox.active,
fieldset[disabled] .btn-dropbox.focus,
fieldset[disabled] .btn-dropbox:active,
fieldset[disabled] .btn-dropbox:focus,
fieldset[disabled] .btn-dropbox:hover {
  background-color: #3d9ae8;
  border-color: #3d9ae8
}

.btn-dropbox .badge {
  color: #3d9ae8;
  background-color: #fff
}

.btn-dropbox.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #3d9ae8;
  color: #3d9ae8
}

.btn-dropbox.btn-outline.active,
.btn-dropbox.btn-outline:active,
.btn-dropbox.btn-outline:focus,
.btn-dropbox.btn-outline:hover {
  background-color: #3d9ae8;
  color: #fff
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998
}

.btn-facebook:visited {
  color: #fff
}

.btn-facebook.active,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover,
.open>.dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #2d4373
}

.btn-facebook::before {
  z-index: -1;
  background-color: #2d4373;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.btn-facebook::before,
.btn-flickr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s
}

.btn-facebook,
.btn-facebook::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-facebook,
.btn-facebook::before,
.btn-flickr,
.btn-flickr::before {
  -webkit-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -moz-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -o-animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-facebook:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-facebook.active::before,
.btn-facebook:active::before,
.btn-facebook:hover::before,
.open>.dropdown-toggle.btn-facebook::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-facebook.active,
.btn-facebook:active,
.open>.dropdown-toggle.btn-facebook {
  background-image: none;
  border-color: #2a3f6c
}

.btn-facebook.active::before,
.btn-facebook:active::before,
.open>.dropdown-toggle.btn-facebook::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #2d4373
}

.btn-facebook.active.focus,
.btn-facebook.active:focus,
.btn-facebook.active:hover,
.btn-facebook:active.focus,
.btn-facebook:active:focus,
.btn-facebook:active:hover,
.open>.dropdown-toggle.btn-facebook.focus,
.open>.dropdown-toggle.btn-facebook:focus,
.open>.dropdown-toggle.btn-facebook:hover {
  color: #fff;
  background-color: #344e86;
  border-color: #344e86
}

.btn-facebook.disabled::before,
.btn-facebook[disabled]::before {
  z-index: 1
}

.btn-facebook.disabled,
.btn-facebook.disabled.active,
.btn-facebook.disabled.focus,
.btn-facebook.disabled:active,
.btn-facebook.disabled:focus,
.btn-facebook.disabled:hover,
.btn-facebook[disabled],
.btn-facebook[disabled].active,
.btn-facebook[disabled].focus,
.btn-facebook[disabled]:active,
.btn-facebook[disabled]:focus,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook,
fieldset[disabled] .btn-facebook.active,
fieldset[disabled] .btn-facebook.focus,
fieldset[disabled] .btn-facebook:active,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998
}

.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff
}

.btn-facebook.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #3b5998;
  color: #3b5998
}

.btn-facebook.btn-outline.active,
.btn-facebook.btn-outline:active,
.btn-facebook.btn-outline:focus,
.btn-facebook.btn-outline:hover {
  background-color: #3b5998;
  color: #fff
}

.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084
}

.btn-flickr:visited {
  color: #fff
}

.btn-flickr.active,
.btn-flickr.focus,
.btn-flickr:active,
.btn-flickr:focus,
.btn-flickr:hover,
.open>.dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: #cc006a
}

.btn-flickr::before {
  z-index: -1;
  background-color: #cc006a;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.btn-flickr::before,
.btn-foursquare::before {
  -o-transition: transform .4s, opacity .4s;
  -moz-border-radius: 2px
}

.btn-flickr,
.btn-flickr::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-flickr:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-flickr.active::before,
.btn-flickr:active::before,
.btn-flickr:hover::before,
.open>.dropdown-toggle.btn-flickr::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-flickr.active,
.btn-flickr:active,
.open>.dropdown-toggle.btn-flickr {
  background-image: none;
  border-color: #c20064
}

.btn-flickr.active::before,
.btn-flickr:active::before,
.open>.dropdown-toggle.btn-flickr::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #cc006a
}

.btn-flickr.active.focus,
.btn-flickr.active:focus,
.btn-flickr.active:hover,
.btn-flickr:active.focus,
.btn-flickr:active:focus,
.btn-flickr:active:hover,
.open>.dropdown-toggle.btn-flickr.focus,
.open>.dropdown-toggle.btn-flickr:focus,
.open>.dropdown-toggle.btn-flickr:hover {
  color: #fff;
  background-color: #e60077;
  border-color: #e60077
}

.btn-flickr.disabled::before,
.btn-flickr[disabled]::before {
  z-index: 1
}

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

.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff
}

.btn-flickr.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #ff0084;
  color: #ff0084
}

.btn-flickr.btn-outline.active,
.btn-flickr.btn-outline:active,
.btn-flickr.btn-outline:focus,
.btn-flickr.btn-outline:hover {
  background-color: #ff0084;
  color: #fff
}

.btn-foursquare {
  color: #fff;
  background-color: #25a0ca;
  border-color: #25a0ca
}

.btn-foursquare:visited {
  color: #fff
}

.btn-foursquare.active,
.btn-foursquare.focus,
.btn-foursquare:active,
.btn-foursquare:focus,
.btn-foursquare:hover,
.open>.dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #25a0ca;
  border-color: #1d7e9f
}

.btn-foursquare::before {
  z-index: -1;
  background-color: #1d7e9f;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.btn-foursquare::before,
.btn-github::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s
}

.btn-foursquare,
.btn-foursquare::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-foursquare,
.btn-foursquare::before,
.btn-github,
.btn-github::before {
  -webkit-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -moz-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -o-animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-foursquare:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-foursquare.active::before,
.btn-foursquare:active::before,
.btn-foursquare:hover::before,
.open>.dropdown-toggle.btn-foursquare::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-foursquare.active,
.btn-foursquare:active,
.open>.dropdown-toggle.btn-foursquare {
  background-image: none;
  border-color: #1c7796
}

.btn-foursquare.active::before,
.btn-foursquare:active::before,
.open>.dropdown-toggle.btn-foursquare::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #1d7e9f
}

.btn-foursquare.active.focus,
.btn-foursquare.active:focus,
.btn-foursquare.active:hover,
.btn-foursquare:active.focus,
.btn-foursquare:active:focus,
.btn-foursquare:active:hover,
.open>.dropdown-toggle.btn-foursquare.focus,
.open>.dropdown-toggle.btn-foursquare:focus,
.open>.dropdown-toggle.btn-foursquare:hover {
  color: #fff;
  background-color: #218fb4;
  border-color: #218fb4
}

.btn-foursquare.disabled::before,
.btn-foursquare[disabled]::before {
  z-index: 1
}

.btn-foursquare.disabled,
.btn-foursquare.disabled.active,
.btn-foursquare.disabled.focus,
.btn-foursquare.disabled:active,
.btn-foursquare.disabled:focus,
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled],
.btn-foursquare[disabled].active,
.btn-foursquare[disabled].focus,
.btn-foursquare[disabled]:active,
.btn-foursquare[disabled]:focus,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare,
fieldset[disabled] .btn-foursquare.active,
fieldset[disabled] .btn-foursquare.focus,
fieldset[disabled] .btn-foursquare:active,
fieldset[disabled] .btn-foursquare:focus,
fieldset[disabled] .btn-foursquare:hover {
  background-color: #25a0ca;
  border-color: #25a0ca
}

.btn-foursquare .badge {
  color: #25a0ca;
  background-color: #fff
}

.btn-foursquare.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #25a0ca;
  color: #25a0ca
}

.btn-foursquare.btn-outline.active,
.btn-foursquare.btn-outline:active,
.btn-foursquare.btn-outline:focus,
.btn-foursquare.btn-outline:hover {
  background-color: #25a0ca;
  color: #fff
}

.btn-github {
  color: #fff;
  background-color: #171515;
  border-color: #171515
}

.btn-github:visited {
  color: #fff
}

.btn-github.active,
.btn-github.focus,
.btn-github:active,
.btn-github:focus,
.btn-github:hover,
.open>.dropdown-toggle.btn-github {
  color: #fff;
  background-color: #171515;
  border-color: #000
}

.btn-github::before {
  z-index: -1;
  background-color: #000;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.btn-github::before,
.btn-google-plus::before {
  -o-transition: transform .4s, opacity .4s;
  -moz-border-radius: 2px
}

.btn-github,
.btn-github::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-github:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-github.active::before,
.btn-github:active::before,
.btn-github:hover::before,
.open>.dropdown-toggle.btn-github::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-github.active,
.btn-github:active,
.open>.dropdown-toggle.btn-github {
  background-image: none;
  border-color: #000
}

.btn-github.active::before,
.btn-github:active::before,
.open>.dropdown-toggle.btn-github::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #000
}

.btn-github.active.focus,
.btn-github.active:focus,
.btn-github.active:hover,
.btn-github:active.focus,
.btn-github:active:focus,
.btn-github:active:hover,
.open>.dropdown-toggle.btn-github.focus,
.open>.dropdown-toggle.btn-github:focus,
.open>.dropdown-toggle.btn-github:hover {
  color: #fff;
  background-color: #0a0909;
  border-color: #0a0909
}

.btn-github.disabled::before,
.btn-github[disabled]::before {
  z-index: 1
}

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

.btn-github .badge {
  color: #171515;
  background-color: #fff
}

.btn-github.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #171515;
  color: #171515
}

.btn-github.btn-outline.active,
.btn-github.btn-outline:active,
.btn-github.btn-outline:focus,
.btn-github.btn-outline:hover {
  background-color: #171515;
  color: #fff
}

.btn-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39
}

.btn-google-plus:visited {
  color: #fff
}

.btn-google-plus.active,
.btn-google-plus.focus,
.btn-google-plus:active,
.btn-google-plus:focus,
.btn-google-plus:hover,
.open>.dropdown-toggle.btn-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: #c23321
}

.btn-google-plus::before {
  z-index: -1;
  background-color: #c23321;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.btn-google-plus::before,
.btn-instagram::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s
}

.btn-google-plus,
.btn-google-plus::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-google-plus,
.btn-google-plus::before,
.btn-instagram,
.btn-instagram::before {
  -webkit-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -moz-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -o-animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-google-plus:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-google-plus.active::before,
.btn-google-plus:active::before,
.btn-google-plus:hover::before,
.open>.dropdown-toggle.btn-google-plus::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-google-plus.active,
.btn-google-plus:active,
.open>.dropdown-toggle.btn-google-plus {
  background-image: none;
  border-color: #b93120
}

.btn-google-plus.active::before,
.btn-google-plus:active::before,
.open>.dropdown-toggle.btn-google-plus::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #c23321
}

.btn-google-plus.active.focus,
.btn-google-plus.active:focus,
.btn-google-plus.active:hover,
.btn-google-plus:active.focus,
.btn-google-plus:active:focus,
.btn-google-plus:active:hover,
.open>.dropdown-toggle.btn-google-plus.focus,
.open>.dropdown-toggle.btn-google-plus:focus,
.open>.dropdown-toggle.btn-google-plus:hover {
  color: #fff;
  background-color: #d73925;
  border-color: #d73925
}

.btn-google-plus.disabled::before,
.btn-google-plus[disabled]::before {
  z-index: 1
}

.btn-google-plus.disabled,
.btn-google-plus.disabled.active,
.btn-google-plus.disabled.focus,
.btn-google-plus.disabled:active,
.btn-google-plus.disabled:focus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled],
.btn-google-plus[disabled].active,
.btn-google-plus[disabled].focus,
.btn-google-plus[disabled]:active,
.btn-google-plus[disabled]:focus,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus,
fieldset[disabled] .btn-google-plus.active,
fieldset[disabled] .btn-google-plus.focus,
fieldset[disabled] .btn-google-plus:active,
fieldset[disabled] .btn-google-plus:focus,
fieldset[disabled] .btn-google-plus:hover {
  background-color: #dd4b39;
  border-color: #dd4b39
}

.btn-google-plus .badge {
  color: #dd4b39;
  background-color: #fff
}

.btn-google-plus.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #dd4b39;
  color: #dd4b39
}

.btn-google-plus.btn-outline.active,
.btn-google-plus.btn-outline:active,
.btn-google-plus.btn-outline:focus,
.btn-google-plus.btn-outline:hover {
  background-color: #dd4b39;
  color: #fff
}

.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: #3f729b
}

.btn-instagram:visited {
  color: #fff
}

.btn-instagram.active,
.btn-instagram.focus,
.btn-instagram:active,
.btn-instagram:focus,
.btn-instagram:hover,
.open>.dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: #305777
}

.btn-instagram::before {
  z-index: -1;
  background-color: #305777;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.btn-instagram::before,
.btn-linkedin::before {
  -o-transition: transform .4s, opacity .4s;
  -moz-border-radius: 2px
}

.btn-instagram,
.btn-instagram::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-instagram:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-instagram.active::before,
.btn-instagram:active::before,
.btn-instagram:hover::before,
.open>.dropdown-toggle.btn-instagram::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-instagram.active,
.btn-instagram:active,
.open>.dropdown-toggle.btn-instagram {
  background-image: none;
  border-color: #2d526f
}

.btn-instagram.active::before,
.btn-instagram:active::before,
.open>.dropdown-toggle.btn-instagram::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #305777
}

.btn-instagram.active.focus,
.btn-instagram.active:focus,
.btn-instagram.active:hover,
.btn-instagram:active.focus,
.btn-instagram:active:focus,
.btn-instagram:active:hover,
.open>.dropdown-toggle.btn-instagram.focus,
.open>.dropdown-toggle.btn-instagram:focus,
.open>.dropdown-toggle.btn-instagram:hover {
  color: #fff;
  background-color: #386589;
  border-color: #386589
}

.btn-instagram.disabled::before,
.btn-instagram[disabled]::before {
  z-index: 1
}

.btn-instagram.disabled,
.btn-instagram.disabled.active,
.btn-instagram.disabled.focus,
.btn-instagram.disabled:active,
.btn-instagram.disabled:focus,
.btn-instagram.disabled:hover,
.btn-instagram[disabled],
.btn-instagram[disabled].active,
.btn-instagram[disabled].focus,
.btn-instagram[disabled]:active,
.btn-instagram[disabled]:focus,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram,
fieldset[disabled] .btn-instagram.active,
fieldset[disabled] .btn-instagram.focus,
fieldset[disabled] .btn-instagram:active,
fieldset[disabled] .btn-instagram:focus,
fieldset[disabled] .btn-instagram:hover {
  background-color: #3f729b;
  border-color: #3f729b
}

.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff
}

.btn-instagram.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #3f729b;
  color: #3f729b
}

.btn-instagram.btn-outline.active,
.btn-instagram.btn-outline:active,
.btn-instagram.btn-outline:focus,
.btn-instagram.btn-outline:hover {
  background-color: #3f729b;
  color: #fff
}

.btn-linkedin {
  color: #fff;
  background-color: #0e76a8;
  border-color: #0e76a8
}

.btn-linkedin:visited {
  color: #fff
}

.btn-linkedin.active,
.btn-linkedin.focus,
.btn-linkedin:active,
.btn-linkedin:focus,
.btn-linkedin:hover,
.open>.dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #0e76a8;
  border-color: #0a5579
}

.btn-linkedin::before {
  z-index: -1;
  background-color: #0a5579;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.btn-linkedin::before,
.btn-microsoft::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s
}

.btn-linkedin,
.btn-linkedin::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-linkedin,
.btn-linkedin::before,
.btn-microsoft,
.btn-microsoft::before {
  -webkit-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -moz-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -o-animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-linkedin:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-linkedin.active::before,
.btn-linkedin:active::before,
.btn-linkedin:hover::before,
.open>.dropdown-toggle.btn-linkedin::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-linkedin.active,
.btn-linkedin:active,
.open>.dropdown-toggle.btn-linkedin {
  background-image: none;
  border-color: #094e70
}

.btn-linkedin.active::before,
.btn-linkedin:active::before,
.open>.dropdown-toggle.btn-linkedin::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #0a5579
}

.btn-linkedin.active.focus,
.btn-linkedin.active:focus,
.btn-linkedin.active:hover,
.btn-linkedin:active.focus,
.btn-linkedin:active:focus,
.btn-linkedin:active:hover,
.open>.dropdown-toggle.btn-linkedin.focus,
.open>.dropdown-toggle.btn-linkedin:focus,
.open>.dropdown-toggle.btn-linkedin:hover {
  color: #fff;
  background-color: #0c6590;
  border-color: #0c6590
}

.btn-linkedin.disabled::before,
.btn-linkedin[disabled]::before {
  z-index: 1
}

.btn-linkedin.disabled,
.btn-linkedin.disabled.active,
.btn-linkedin.disabled.focus,
.btn-linkedin.disabled:active,
.btn-linkedin.disabled:focus,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled],
.btn-linkedin[disabled].active,
.btn-linkedin[disabled].focus,
.btn-linkedin[disabled]:active,
.btn-linkedin[disabled]:focus,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin,
fieldset[disabled] .btn-linkedin.active,
fieldset[disabled] .btn-linkedin.focus,
fieldset[disabled] .btn-linkedin:active,
fieldset[disabled] .btn-linkedin:focus,
fieldset[disabled] .btn-linkedin:hover {
  background-color: #0e76a8;
  border-color: #0e76a8
}

.btn-linkedin .badge {
  color: #0e76a8;
  background-color: #fff
}

.btn-linkedin.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #0e76a8;
  color: #0e76a8
}

.btn-linkedin.btn-outline.active,
.btn-linkedin.btn-outline:active,
.btn-linkedin.btn-outline:focus,
.btn-linkedin.btn-outline:hover {
  background-color: #0e76a8;
  color: #fff
}

.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: #2672ec
}

.btn-microsoft:visited {
  color: #fff
}

.btn-microsoft.active,
.btn-microsoft.focus,
.btn-microsoft:active,
.btn-microsoft:focus,
.btn-microsoft:hover,
.open>.dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: #125acd
}

.btn-microsoft::before {
  z-index: -1;
  background-color: #125acd;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.btn-microsoft::before,
.btn-openid::before {
  -o-transition: transform .4s, opacity .4s;
  -moz-border-radius: 2px
}

.btn-microsoft,
.btn-microsoft::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-microsoft:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-microsoft.active::before,
.btn-microsoft:active::before,
.btn-microsoft:hover::before,
.open>.dropdown-toggle.btn-microsoft::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-microsoft.active,
.btn-microsoft:active,
.open>.dropdown-toggle.btn-microsoft {
  background-image: none;
  border-color: #1156c4
}

.btn-microsoft.active::before,
.btn-microsoft:active::before,
.open>.dropdown-toggle.btn-microsoft::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #125acd
}

.btn-microsoft.active.focus,
.btn-microsoft.active:focus,
.btn-microsoft.active:hover,
.btn-microsoft:active.focus,
.btn-microsoft:active:focus,
.btn-microsoft:active:hover,
.open>.dropdown-toggle.btn-microsoft.focus,
.open>.dropdown-toggle.btn-microsoft:focus,
.open>.dropdown-toggle.btn-microsoft:hover {
  color: #fff;
  background-color: #1464e4;
  border-color: #1464e4
}

.btn-microsoft.disabled::before,
.btn-microsoft[disabled]::before {
  z-index: 1
}

.btn-microsoft.disabled,
.btn-microsoft.disabled.active,
.btn-microsoft.disabled.focus,
.btn-microsoft.disabled:active,
.btn-microsoft.disabled:focus,
.btn-microsoft.disabled:hover,
.btn-microsoft[disabled],
.btn-microsoft[disabled].active,
.btn-microsoft[disabled].focus,
.btn-microsoft[disabled]:active,
.btn-microsoft[disabled]:focus,
.btn-microsoft[disabled]:hover,
fieldset[disabled] .btn-microsoft,
fieldset[disabled] .btn-microsoft.active,
fieldset[disabled] .btn-microsoft.focus,
fieldset[disabled] .btn-microsoft:active,
fieldset[disabled] .btn-microsoft:focus,
fieldset[disabled] .btn-microsoft:hover {
  background-color: #2672ec;
  border-color: #2672ec
}

.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff
}

.btn-microsoft.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #2672ec;
  color: #2672ec
}

.btn-microsoft.btn-outline.active,
.btn-microsoft.btn-outline:active,
.btn-microsoft.btn-outline:focus,
.btn-microsoft.btn-outline:hover {
  background-color: #2672ec;
  color: #fff
}

.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: #f7931e
}

.btn-openid:visited {
  color: #fff
}

.btn-openid.active,
.btn-openid.focus,
.btn-openid:active,
.btn-openid:focus,
.btn-openid:hover,
.open>.dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: #da7908
}

.btn-openid::before {
  z-index: -1;
  background-color: #da7908;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.btn-openid::before,
.btn-reddit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s
}

.btn-openid,
.btn-openid::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-openid,
.btn-openid::before,
.btn-reddit,
.btn-reddit::before {
  -webkit-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -moz-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -o-animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-openid:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-openid.active::before,
.btn-openid:active::before,
.btn-openid:hover::before,
.open>.dropdown-toggle.btn-openid::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-openid.active,
.btn-openid:active,
.open>.dropdown-toggle.btn-openid {
  background-image: none;
  border-color: #d07407
}

.btn-openid.active::before,
.btn-openid:active::before,
.open>.dropdown-toggle.btn-openid::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #da7908
}

.btn-openid.active.focus,
.btn-openid.active:focus,
.btn-openid.active:hover,
.btn-openid:active.focus,
.btn-openid:active:focus,
.btn-openid:active:hover,
.open>.dropdown-toggle.btn-openid.focus,
.open>.dropdown-toggle.btn-openid:focus,
.open>.dropdown-toggle.btn-openid:hover {
  color: #fff;
  background-color: #f38709;
  border-color: #f38709
}

.btn-openid.disabled::before,
.btn-openid[disabled]::before {
  z-index: 1
}

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

.btn-openid .badge {
  color: #f7931e;
  background-color: #fff
}

.btn-openid.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #f7931e;
  color: #f7931e
}

.btn-openid.btn-outline.active,
.btn-openid.btn-outline:active,
.btn-openid.btn-outline:focus,
.btn-openid.btn-outline:hover {
  background-color: #f7931e;
  color: #fff
}

.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: #eff7ff
}

.btn-reddit:visited {
  color: #000
}

.btn-reddit.active,
.btn-reddit.focus,
.btn-reddit:active,
.btn-reddit:focus,
.btn-reddit:hover,
.open>.dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: #bcddff
}

.btn-reddit::before {
  z-index: -1;
  background-color: #bcddff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.btn-reddit::before,
.btn-soundcloud::before {
  -o-transition: transform .4s, opacity .4s;
  -moz-border-radius: 2px
}

.btn-reddit,
.btn-reddit::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-reddit:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-reddit.active::before,
.btn-reddit:active::before,
.btn-reddit:hover::before,
.open>.dropdown-toggle.btn-reddit::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-reddit.active,
.btn-reddit:active,
.open>.dropdown-toggle.btn-reddit {
  background-image: none;
  border-color: #b2d8ff
}

.btn-reddit.active::before,
.btn-reddit:active::before,
.open>.dropdown-toggle.btn-reddit::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #bcddff
}

.btn-reddit.active.focus,
.btn-reddit.active:focus,
.btn-reddit.active:hover,
.btn-reddit:active.focus,
.btn-reddit:active:focus,
.btn-reddit:active:hover,
.open>.dropdown-toggle.btn-reddit.focus,
.open>.dropdown-toggle.btn-reddit:focus,
.open>.dropdown-toggle.btn-reddit:hover {
  color: #000;
  background-color: #d6eaff;
  border-color: #d6eaff
}

.btn-reddit.disabled::before,
.btn-reddit[disabled]::before {
  z-index: 1
}

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

.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000
}

.btn-reddit.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #eff7ff;
  color: #eff7ff
}

.btn-reddit.btn-outline.active,
.btn-reddit.btn-outline:active,
.btn-reddit.btn-outline:focus,
.btn-reddit.btn-outline:hover {
  background-color: #eff7ff;
  color: #000
}

.btn-soundcloud {
  color: #fff;
  background-color: #f70;
  border-color: #f70
}

.btn-soundcloud:visited {
  color: #fff
}

.btn-soundcloud.active,
.btn-soundcloud.focus,
.btn-soundcloud:active,
.btn-soundcloud:focus,
.btn-soundcloud:hover,
.open>.dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #f70;
  border-color: #cc5f00
}

.btn-soundcloud::before {
  z-index: -1;
  background-color: #cc5f00;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.btn-soundcloud::before,
.btn-tumblr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s
}

.btn-soundcloud,
.btn-soundcloud::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-soundcloud,
.btn-soundcloud::before,
.btn-tumblr,
.btn-tumblr::before {
  -webkit-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -moz-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -o-animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-soundcloud:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-soundcloud.active::before,
.btn-soundcloud:active::before,
.btn-soundcloud:hover::before,
.open>.dropdown-toggle.btn-soundcloud::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-soundcloud.active,
.btn-soundcloud:active,
.open>.dropdown-toggle.btn-soundcloud {
  background-image: none;
  border-color: #c25a00
}

.btn-soundcloud.active::before,
.btn-soundcloud:active::before,
.open>.dropdown-toggle.btn-soundcloud::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #cc5f00
}

.btn-soundcloud.active.focus,
.btn-soundcloud.active:focus,
.btn-soundcloud.active:hover,
.btn-soundcloud:active.focus,
.btn-soundcloud:active:focus,
.btn-soundcloud:active:hover,
.open>.dropdown-toggle.btn-soundcloud.focus,
.open>.dropdown-toggle.btn-soundcloud:focus,
.open>.dropdown-toggle.btn-soundcloud:hover {
  color: #fff;
  background-color: #e66b00;
  border-color: #e66b00
}

.btn-soundcloud.disabled::before,
.btn-soundcloud[disabled]::before {
  z-index: 1
}

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

.btn-soundcloud .badge {
  color: #f70;
  background-color: #fff
}

.btn-soundcloud.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #f70;
  color: #f70
}

.btn-soundcloud.btn-outline.active,
.btn-soundcloud.btn-outline:active,
.btn-soundcloud.btn-outline:focus,
.btn-soundcloud.btn-outline:hover {
  background-color: #f70;
  color: #fff
}

.btn-tumblr {
  color: #fff;
  background-color: #37465d;
  border-color: #37465d
}

.btn-tumblr:visited {
  color: #fff
}

.btn-tumblr.active,
.btn-tumblr.focus,
.btn-tumblr:active,
.btn-tumblr:focus,
.btn-tumblr:hover,
.open>.dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #37465d;
  border-color: #242e3d
}

.btn-tumblr::before {
  z-index: -1;
  background-color: #242e3d;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.btn-tumblr::before,
.btn-twitter::before {
  -o-transition: transform .4s, opacity .4s;
  -moz-border-radius: 2px
}

.btn-tumblr,
.btn-tumblr::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-tumblr:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-tumblr.active::before,
.btn-tumblr:active::before,
.btn-tumblr:hover::before,
.open>.dropdown-toggle.btn-tumblr::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-tumblr.active,
.btn-tumblr:active,
.open>.dropdown-toggle.btn-tumblr {
  background-image: none;
  border-color: #202937
}

.btn-tumblr.active::before,
.btn-tumblr:active::before,
.open>.dropdown-toggle.btn-tumblr::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #242e3d
}

.btn-tumblr.active.focus,
.btn-tumblr.active:focus,
.btn-tumblr.active:hover,
.btn-tumblr:active.focus,
.btn-tumblr:active:focus,
.btn-tumblr:active:hover,
.open>.dropdown-toggle.btn-tumblr.focus,
.open>.dropdown-toggle.btn-tumblr:focus,
.open>.dropdown-toggle.btn-tumblr:hover {
  color: #fff;
  background-color: #2e3a4d;
  border-color: #2e3a4d
}

.btn-tumblr.disabled::before,
.btn-tumblr[disabled]::before {
  z-index: 1
}

.btn-tumblr.disabled,
.btn-tumblr.disabled.active,
.btn-tumblr.disabled.focus,
.btn-tumblr.disabled:active,
.btn-tumblr.disabled:focus,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled],
.btn-tumblr[disabled].active,
.btn-tumblr[disabled].focus,
.btn-tumblr[disabled]:active,
.btn-tumblr[disabled]:focus,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr,
fieldset[disabled] .btn-tumblr.active,
fieldset[disabled] .btn-tumblr.focus,
fieldset[disabled] .btn-tumblr:active,
fieldset[disabled] .btn-tumblr:focus,
fieldset[disabled] .btn-tumblr:hover {
  background-color: #37465d;
  border-color: #37465d
}

.btn-tumblr .badge {
  color: #37465d;
  background-color: #fff
}

.btn-tumblr.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #37465d;
  color: #37465d
}

.btn-tumblr.btn-outline.active,
.btn-tumblr.btn-outline:active,
.btn-tumblr.btn-outline:focus,
.btn-tumblr.btn-outline:hover {
  background-color: #37465d;
  color: #fff
}

.btn-twitter {
  color: #fff;
  background-color: #3cf;
  border-color: #3cf
}

.btn-twitter:visited {
  color: #fff
}

.btn-twitter.active,
.btn-twitter.focus,
.btn-twitter:active,
.btn-twitter:focus,
.btn-twitter:hover,
.open>.dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #3cf;
  border-color: #00bfff
}

.btn-twitter::before {
  z-index: -1;
  background-color: #00bfff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.btn-twitter::before,
.btn-vimeo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s
}

.btn-twitter,
.btn-twitter::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-twitter,
.btn-twitter::before,
.btn-vimeo,
.btn-vimeo::before {
  -webkit-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -moz-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -o-animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-twitter:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-twitter.active::before,
.btn-twitter:active::before,
.btn-twitter:hover::before,
.open>.dropdown-toggle.btn-twitter::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-twitter.active,
.btn-twitter:active,
.open>.dropdown-toggle.btn-twitter {
  background-image: none;
  border-color: #00b8f5
}

.btn-twitter.active::before,
.btn-twitter:active::before,
.open>.dropdown-toggle.btn-twitter::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #00bfff
}

.btn-twitter.active.focus,
.btn-twitter.active:focus,
.btn-twitter.active:hover,
.btn-twitter:active.focus,
.btn-twitter:active:focus,
.btn-twitter:active:hover,
.open>.dropdown-toggle.btn-twitter.focus,
.open>.dropdown-toggle.btn-twitter:focus,
.open>.dropdown-toggle.btn-twitter:hover {
  color: #fff;
  background-color: #19c6ff;
  border-color: #19c6ff
}

.btn-twitter.disabled::before,
.btn-twitter[disabled]::before {
  z-index: 1
}

.btn-twitter.disabled,
.btn-twitter.disabled.active,
.btn-twitter.disabled.focus,
.btn-twitter.disabled:active,
.btn-twitter.disabled:focus,
.btn-twitter.disabled:hover,
.btn-twitter[disabled],
.btn-twitter[disabled].active,
.btn-twitter[disabled].focus,
.btn-twitter[disabled]:active,
.btn-twitter[disabled]:focus,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter,
fieldset[disabled] .btn-twitter.active,
fieldset[disabled] .btn-twitter.focus,
fieldset[disabled] .btn-twitter:active,
fieldset[disabled] .btn-twitter:focus,
fieldset[disabled] .btn-twitter:hover {
  background-color: #3cf;
  border-color: #3cf
}

.btn-twitter .badge {
  color: #3cf;
  background-color: #fff
}

.btn-twitter.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #3cf;
  color: #3cf
}

.btn-twitter.btn-outline.active,
.btn-twitter.btn-outline:active,
.btn-twitter.btn-outline:focus,
.btn-twitter.btn-outline:hover {
  background-color: #3cf;
  color: #fff
}

.btn-vimeo {
  color: #fff;
  background-color: #4bf;
  border-color: #4bf
}

.btn-vimeo:visited {
  color: #fff
}

.btn-vimeo.active,
.btn-vimeo.focus,
.btn-vimeo:active,
.btn-vimeo:focus,
.btn-vimeo:hover,
.open>.dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #4bf;
  border-color: #11a8ff
}

.btn-vimeo::before {
  z-index: -1;
  background-color: #11a8ff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  -o-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.btn-vimeo,
.btn-vimeo::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-vimeo:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-vimeo.active::before,
.btn-vimeo:active::before,
.btn-vimeo:hover::before,
.open>.dropdown-toggle.btn-vimeo::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-vimeo.active,
.btn-vimeo:active,
.open>.dropdown-toggle.btn-vimeo {
  background-image: none;
  border-color: #07a5ff
}

.btn-vimeo.active::before,
.btn-vimeo:active::before,
.open>.dropdown-toggle.btn-vimeo::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #11a8ff
}

.btn-vimeo.active.focus,
.btn-vimeo.active:focus,
.btn-vimeo.active:hover,
.btn-vimeo:active.focus,
.btn-vimeo:active:focus,
.btn-vimeo:active:hover,
.open>.dropdown-toggle.btn-vimeo.focus,
.open>.dropdown-toggle.btn-vimeo:focus,
.open>.dropdown-toggle.btn-vimeo:hover {
  color: #fff;
  background-color: #2ab2ff;
  border-color: #2ab2ff
}

.btn-vimeo.disabled::before,
.btn-vimeo[disabled]::before {
  z-index: 1
}

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

.btn-vimeo .badge {
  color: #4bf;
  background-color: #fff
}

.btn-vimeo.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #4bf;
  color: #4bf
}

.btn-vimeo.btn-outline.active,
.btn-vimeo.btn-outline:active,
.btn-vimeo.btn-outline:focus,
.btn-vimeo.btn-outline:hover {
  background-color: #4bf;
  color: #fff
}

.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: #587ea3
}

.btn-vk:visited {
  color: #fff
}

.btn-vk.active,
.btn-vk.focus,
.btn-vk:active,
.btn-vk:focus,
.btn-vk:hover,
.open>.dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: #466482
}

.btn-vk::before {
  z-index: -1;
  background-color: #466482;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.btn-vk::before,
.btn-yahoo::before {
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  position: absolute;
  height: 100%;
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s
}

.btn-vk,
.btn-vk::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-vk,
.btn-vk::before,
.btn-yahoo,
.btn-yahoo::before {
  -webkit-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -moz-animation-timing-function: cubic-bezier(.2, 1, .3, 1);
  -o-animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-vk:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-vk.active::before,
.btn-vk:active::before,
.btn-vk:hover::before,
.open>.dropdown-toggle.btn-vk::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-vk.active,
.btn-vk:active,
.open>.dropdown-toggle.btn-vk {
  background-image: none;
  border-color: #435f7b
}

.btn-vk.active::before,
.btn-vk:active::before,
.open>.dropdown-toggle.btn-vk::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #466482
}

.btn-vk.active.focus,
.btn-vk.active:focus,
.btn-vk.active:hover,
.btn-vk:active.focus,
.btn-vk:active:focus,
.btn-vk:active:hover,
.open>.dropdown-toggle.btn-vk.focus,
.open>.dropdown-toggle.btn-vk:focus,
.open>.dropdown-toggle.btn-vk:hover {
  color: #fff;
  background-color: #4f7192;
  border-color: #4f7192
}

.btn-vk.disabled::before,
.btn-vk[disabled]::before {
  z-index: 1
}

.btn-vk.disabled,
.btn-vk.disabled.active,
.btn-vk.disabled.focus,
.btn-vk.disabled:active,
.btn-vk.disabled:focus,
.btn-vk.disabled:hover,
.btn-vk[disabled],
.btn-vk[disabled].active,
.btn-vk[disabled].focus,
.btn-vk[disabled]:active,
.btn-vk[disabled]:focus,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk,
fieldset[disabled] .btn-vk.active,
fieldset[disabled] .btn-vk.focus,
fieldset[disabled] .btn-vk:active,
fieldset[disabled] .btn-vk:focus,
fieldset[disabled] .btn-vk:hover {
  background-color: #587ea3;
  border-color: #587ea3
}

.btn-vk .badge {
  color: #587ea3;
  background-color: #fff
}

.btn-vk.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #587ea3;
  color: #587ea3
}

.btn-vk.btn-outline.active,
.btn-vk.btn-outline:active,
.btn-vk.btn-outline:focus,
.btn-vk.btn-outline:hover {
  background-color: #587ea3;
  color: #fff
}

.btn-yahoo {
  color: #fff;
  background-color: #430197;
  border-color: #430197
}

.btn-yahoo:visited {
  color: #fff
}

.btn-yahoo.active,
.btn-yahoo.focus,
.btn-yahoo:active,
.btn-yahoo:focus,
.btn-yahoo:hover,
.open>.dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #430197;
  border-color: #2d0164
}

.btn-yahoo::before {
  z-index: -1;
  background-color: #2d0164;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(.7, 1, 1);
  -moz-transform: scale3d(.7, 1, 1);
  -o-transform: scale3d(.7, 1, 1);
  -ms-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.btn-yahoo,
.btn-yahoo::before {
  animation-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-yahoo:hover::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0)
}

.btn-yahoo.active::before,
.btn-yahoo:active::before,
.btn-yahoo:hover::before,
.open>.dropdown-toggle.btn-yahoo::before {
  -khtml-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.btn-yahoo.active,
.btn-yahoo:active,
.open>.dropdown-toggle.btn-yahoo {
  background-image: none;
  border-color: #28015a
}

.btn-yahoo.active::before,
.btn-yahoo:active::before,
.open>.dropdown-toggle.btn-yahoo::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  transform: translate3d(0, 0, 0);
  background-color: #2d0164
}

.btn-yahoo.active.focus,
.btn-yahoo.active:focus,
.btn-yahoo.active:hover,
.btn-yahoo:active.focus,
.btn-yahoo:active:focus,
.btn-yahoo:active:hover,
.open>.dropdown-toggle.btn-yahoo.focus,
.open>.dropdown-toggle.btn-yahoo:focus,
.open>.dropdown-toggle.btn-yahoo:hover {
  color: #fff;
  background-color: #38017e;
  border-color: #38017e
}

.btn-yahoo.disabled::before,
.btn-yahoo[disabled]::before {
  z-index: 1
}

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

.btn-yahoo .badge {
  color: #430197;
  background-color: #fff
}

.btn-yahoo.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #430197;
  color: #430197
}

.btn-yahoo.btn-outline.active,
.btn-yahoo.btn-outline:active,
.btn-yahoo.btn-outline:focus,
.btn-yahoo.btn-outline:hover {
  background-color: #430197;
  color: #fff
}

.sortable-list {
  padding: 0;
  -webkit-touch-callout: none;
  user-select: none
}

.sortable-list li {
  display: block;
  margin-bottom: -1px;
  padding: 15px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  cursor: move
}

.configuration-cog,
.header-skins>div:hover,
.sidebar-skins>div:hover,
.toggle-active {
  cursor: pointer
}

.sortable-list li:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px
}

.sortable-list li:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px
}

.sortable-list li.ui-state-highlight {
  min-height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, .01);
  list-style: none
}

.note-editor {
  border-color: #e4e4e4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: visible
}

.note-editor .note-toolbar .btn-group {
  margin: 0
}

.note-editor .btn-group .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  padding: 0 10px;
  background-color: #f5f5f5;
  border-top: 0;
  border-bottom-color: #e4e4e4;
  border-left: 0;
  border-right-color: #e4e4e4;
  color: #616161
}

.note-editor .btn-group .btn.active,
.note-editor .btn-group .btn:hover {
  background-color: #ececec
}

.note-editor .btn-group .btn.active::before,
.note-editor .btn-group .btn:hover::before {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.note-editor .btn-group .btn+.btn,
.note-editor .btn-group .btn+.btn-group,
.note-editor .btn-group .btn-group+.btn,
.note-editor .btn-group .btn-group+.btn-group {
  margin-left: 0
}

.note-editor .note-toolbar {
  margin-left: 0;
  border-color: #e4e4e4;
  border-bottom: 0;
  padding: 0
}

.note-editor .dropdown-menu {
  margin: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.note-editor .note-editable {
  background-color: #fff;
  min-height: 150px
}

.sweet-alert {
  font-family: inherit;
  border-radius: 2px;
  visibility: visible!important
}

.sweet-alert,
.sweet-alert button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px
}

.sweet-alert h2 {
  color: #545454
}

.sweet-alert p {
  color: #616161;
  font-weight: inherit;
  font-size: 13px
}

.sweet-alert button {
  border-radius: 2px;
  font-size: inherit
}

.sweet-alert .icon.error {
  border-color: #d96557
}

.sweet-alert .icon.error .line {
  background-color: #d96557
}

.sweet-alert .icon.warning {
  border-color: #ffc65d
}

.sweet-alert .icon.warning .body,
.sweet-alert .icon.warning .dot {
  background-color: #ffc65d
}

.sweet-alert .icon.info {
  border-color: #4cc3d9
}

.sweet-alert .icon.info::after,
.sweet-alert .icon.info::before {
  background-color: #4cc3d9
}

.sweet-alert .icon.success {
  border-color: #2ecc71
}

.sweet-alert .icon.success .placeholder {
  border-color: rgba(46, 204, 113, .2)
}

.sweet-alert .icon.success .line {
  background-color: #2ecc71
}

.hover-inactive:focus,
.hover-inactive:hover,
.no-bg,
.open .hover-inactive:focus,
.open .hover-inactive:hover {
  background-color: transparent!important
}

.hideSweetAlert,
.showSweetAlert {
  animation-duration: 800ms;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-fill-mode: forwards
}

.showSweetAlert {
  -webkit-animation-name: animation-open;
  -moz-animation-name: animation-open;
  -o-animation-name: animation-open;
  animation-name: animation-open
}

.hideSweetAlert {
  -webkit-animation-name: animation-close;
  -moz-animation-name: animation-close;
  -o-animation-name: animation-close;
  animation-name: animation-close;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

.animation-target {
  -webkit-animation: animation 800ms linear both;
  animation: animation 800ms linear both
}

@keyframes animation-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animation-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.bootstrap-touchspin input {
  text-align: center
}

.btn.bootstrap-touchspin-down,
.btn.bootstrap-touchspin-up {
  font-size: initial!important
}

.inline {
  display: inline-block
}

.no-margin {
  margin: 0!important
}

.mn,
.mrn {
  margin-right: -15px
}

.mln,
.mn {
  margin-left: -15px
}

.mtn {
  margin-top: -15px
}

.mbn {
  margin-bottom: -15px
}

.ml0 {
  margin-left: 0
}

.mr0 {
  margin-right: 0
}

.mt0 {
  margin-top: 0
}

.mb0 {
  margin-bottom: 0
}

.m30 {
  margin: 30px
}

.mr30 {
  margin-right: 30px
}

.ml30 {
  margin-left: 30px
}

.mt30 {
  margin-top: 30px
}

.mb30 {
  margin-bottom: 30px
}

.m25 {
  margin: 25px
}

.mr25 {
  margin-right: 25px
}

.ml25 {
  margin-left: 25px
}

.mt25 {
  margin-top: 25px
}

.mb25 {
  margin-bottom: 25px
}

.m20 {
  margin: 20px
}

.mr20 {
  margin-right: 20px
}

.ml20 {
  margin-left: 20px
}

.mt20 {
  margin-top: 20px
}

.mb20 {
  margin-bottom: 20px
}

.m15 {
  margin: 15px
}

.mr15 {
  margin-right: 15px
}

.ml15 {
  margin-left: 15px
}

.mt15 {
  margin-top: 15px
}

.mb15 {
  margin-bottom: 15px
}

.m10 {
  margin: 10px
}

.mr10 {
  margin-right: 10px
}

.ml10 {
  margin-left: 10px
}

.mt10 {
  margin-top: 10px
}

.mb10 {
  margin-bottom: 10px
}

.m5 {
  margin: 5px
}

.mr5 {
  margin-right: 5px
}

.ml5 {
  margin-left: 5px
}

.mt5 {
  margin-top: 5px
}

.mb5 {
  margin-bottom: 5px
}

.m2 {
  margin: 2px
}

.mr2 {
  margin-right: 2px
}

.ml2 {
  margin-left: 2px
}

.mt2 {
  margin-top: 2px
}

.mb2 {
  margin-bottom: 2px
}

.no-padding {
  padding: 0!important
}

.pl0 {
  padding-left: 0
}

.pr0 {
  padding-right: 0
}

.pt0 {
  padding-top: 0!important
}

.pb0 {
  padding-bottom: 0
}

.p30 {
  padding: 30px
}

.pr30 {
  padding-right: 30px
}

.pl30 {
  padding-left: 30px
}

.pt30 {
  padding-top: 30px
}

.pb30 {
  padding-bottom: 30px
}

.p25 {
  padding: 25px
}

.pr25 {
  padding-right: 25px
}

.pl25 {
  padding-left: 25px
}

.pt25 {
  padding-top: 25px
}

.pb25 {
  padding-bottom: 25px
}

.p20 {
  padding: 20px
}

.pr20 {
  padding-right: 20px
}

.pl20 {
  padding-left: 20px
}

.pt20 {
  padding-top: 20px
}

.pb20 {
  padding-bottom: 20px
}

.p15 {
  padding: 15px
}

.pr15 {
  padding-right: 15px
}

.pl15 {
  padding-left: 15px
}

.pt15 {
  padding-top: 15px
}

.pb15 {
  padding-bottom: 15px
}

.p10 {
  padding: 10px
}

.pr10 {
  padding-right: 10px
}

.pl10 {
  padding-left: 10px
}

.pt10 {
  padding-top: 10px
}

.pb10 {
  padding-bottom: 10px
}

.p5 {
  padding: 5px
}

.pr5 {
  padding-right: 5px
}

.pl5 {
  padding-left: 5px
}

.pt5 {
  padding-top: 5px
}

.pb5 {
  padding-bottom: 5px
}

.p2 {
  padding: 2px
}

.pr2 {
  padding-right: 2px
}

.pl2 {
  padding-left: 2px
}

.pt2 {
  padding-top: 2px
}

.pb2 {
  padding-bottom: 2px
}

.shadow {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.no-shadow {
  box-shadow: none
}

#focusedInput,
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

.text-shadow {
  text-shadow: 0 1px 1px rgba(255, 255, 255, .9)
}

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

.absolute,
.corner-to-corner {
  position: absolute
}

.corner-to-corner {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.lt {
  left: 0
}

.rt {
  right: 0
}

.tp {
  top: 0
}

.no-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.round {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.brtl {
  border-top-left-radius: 2px
}

.brtr {
  border-top-right-radius: 2px
}

.brbl {
  border-bottom-left-radius: 2px
}

.brbr {
  border-bottom-right-radius: 2px
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-auto {
  overflow: auto !important;
}

.block {
  display: block
}

.w100 {
  width: 100px
}

.w150 {
  width: 150px
}

.w200 {
  width: 200px
}

.w250 {
  width: 250px
}

.w300 {
  width: 300px
}

.w350 {
  width: 350px
}

.w400,
.w450 {
  width: 400px
}

.w500 {
  width: 500px
}

.toggle-active.active {
  color: #ffc65d
}

.no-border {
  border: 0
}

.bordered {
  border: 1px solid #e4e4e4
}

.bb {
  border-bottom: 1px solid #e4e4e4
}

.bt {
  bottom: 0;
  border-top: 1px solid #e4e4e4
}

.bl {
  border-left: 1px solid #e4e4e4
}

.br {
  border-right: 1px solid #e4e4e4
}

.bt0 {
  border-top: 0
}

.br0 {
  border-right: 0
}

.bb0 {
  border-bottom: 0
}

.bl0 {
  border-left: 0
}

.avatar.bordered {
  border: 3px solid rgba(255, 255, 255, .5)
}

.border-primary {
  border-color: #09c
}

.border-default {
  border-color: #e2e2e2
}

.border-warning {
  border-color: #ffc65d
}

.border-success {
  border-color: #2ecc71
}

.border-info {
  border-color: #4cc3d9
}

.border-white {
  border-color: #fff
}

.border-danger {
  border-color: #d96557
}

.full-height {
  height: 100%
}

[data-animation] {
  visibility: hidden
}

.animated {
  visibility: visible!important
}

.visible {
  visibility: visible
}

.scrollable {
  overflow: hidden;
  position: relative
}

#focusedInput {
  border-color: #0ac2ff;
  box-shadow: none
}

.climacon-list .climacon {
  display: inline-block;
  font: normal normal normal 14px/1 Climacons-Font;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media (min-width:768px) {
  .form-horizontal .control-label-left {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left
  }
}

.bs-demo .btn,
.demo-button .btn,
.tool-button .btn {
  margin-bottom: 5px
}

.demo .slider.slider-vertical {
  height: 175px
}

.tool-button .btn {
  margin-right: 5px
}

.demo-button .btn {
  min-width: 115px;
  margin-right: 5px
}

.demo>.dropdown>.dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 5px;
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100)
}

.demo-button2 button {
  margin: 0 5px 10px 0
}

.demo-button3 .btn {
  margin-bottom: 10px
}

.climacon-list a,
.feather-list a,
.fontawesome-list a {
  display: block;
  padding-left: 40px;
  height: 32px;
  color: #616161;
  line-height: 32px;
  background: #fff;
  margin-bottom: 5px
}

.climacon-list .climacon,
.feather-list [class^=icon-],
.fontawesome-list .fa {
  position: absolute;
  top: 8px;
  left: 20px;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  min-width: 30px;
  text-align: center
}

.climacon-list a:hover .climacon,
.feather-list a:hover [class^=icon-],
.fontawesome-list a:hover .fa {
  top: 5px;
  color: #09c;
  font-size: 1.5em
}

.bordered-group .form-group {
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  padding-bottom: 15px
}

.bordered-group .form-group:last-child {
  border-bottom: 1px solid transparent;
  padding: 0
}

.fontawesome-icon-list {
  margin-bottom: 35px
}

.option {
  display: table;
  width: 100%
}

.option>div {
  display: table-cell;
  vertical-align: middle
}

.option>div:first-child {
  width: 200px
}

.demo-skin {
  display: table;
  width: 100%;
  margin-bottom: 30px
}

.demo-skin span {
  display: table-cell;
  height: 25px;
  border-top: 1px solid rgba(0, 0, 0, .07);
  border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.demo-skin span:first-child {
  border-left: 1px solid rgba(0, 0, 0, .07)
}

.demo-skin span:last-child {
  border-right: 1px solid rgba(0, 0, 0, .07)
}

.header-skins>div .fa,
.sidebar-skins>div .fa {
  display: none;
  visibility: hidden
}

.header-skins>div:hover .fa,
.sidebar-skins>div:hover .fa {
  display: inline-block;
  visibility: visible
}

.header-skins>div.active .fa,
.sidebar-skins>div.active .fa {
  display: inline-block;
  visibility: visible;
  color: #2ecc71
}

.dashboard-rickshaw {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px
}

.configuration {
  width: 240px;
  position: fixed;
  right: 0;
  top: 250px;
  margin-left: 0;
  z-index: 99999;
  box-shadow: 0 0 10px rgba(107, 107, 107, .2);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.7, 0, .3, 1);
  -moz-transition: -moz-transform 300ms cubic-bezier(.7, 0, .3, 1);
  -o-transition: -o-transform 300ms cubic-bezier(.7, 0, .3, 1);
  transition: transform 300ms cubic-bezier(.7, 0, .3, 1);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.configuration,
.configuration-cog {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(107, 107, 107, .2);
  -moz-box-shadow: 0 0 10px rgba(107, 107, 107, .2)
}

.configuration.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.configuration-cog {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  box-shadow: 0 0 10px rgba(107, 107, 107, .2);
  z-index: 8;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px
}

.configuration-options {
  position: relative;
  z-index: 9
}

.configuration .title {
  background: #fff;
  padding: 10px 15px;
  text-transform: uppercase
}

.configuration .option {
  padding: 5px 15px
}

.configuration .option.styles label {
  display: inline-block;
  padding: 0;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  position: relative
}

.configuration .option.styles input {
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0 * 100);
  visibility: hidden;
  position: absolute;
  top: -100%
}

.configuration .option.styles .fa,
.configuration .option.styles input {
  -khtml-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100)
}

.configuration .option.styles div {
  display: block
}

.configuration .option.styles div:nth-child(3) {
  height: 9px
}

.configuration .option.styles div:nth-child(4) {
  height: 1px
}

.configuration .option.styles div:last-child {
  height: 20px
}

.configuration .option.styles .fa {
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0 * 100);
  text-align: center;
  line-height: 32px;
  background: rgba(255, 255, 255, .3)
}

.configuration .option.styles input[type=radio]:checked+.fa {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100)
}

.swatches {
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 25px
}

.swatches>div {
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 40px;
  padding: 0 15px
}

.swatches>div:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px
}

.swatches>div:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px
}

.swatches>div>span {
  display: table-cell;
  vertical-align: middle
}

.location-selector {
  position: relative;
  list-style: none;
  padding: 0;
  border: 1px solid #e4e4e4
}

.location-selector::after,
.location-selector::before {
  content: " ";
  display: table
}

.location-selector li {
  width: 33.33333333%;
  float: left;
  position: relative
}

.location-selector li>div {
  width: 100%;
  height: 100px;
  background-color: #e2e2e2;
  cursor: pointer;
  text-align: center;
  position: relative;
  border: 1px solid rgba(0, 0, 0, .05);
  border-top: 0;
  border-left: 0
}

.location-selector li>div span {
  position: absolute;
  top: 50%;
  width: 100%;
  display: block;
  margin-top: -9.5px
}

.location-selector li.active>div {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05), 0 0 1px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05), 0 0 1px 0 rgba(0, 0, 0, .1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05), 0 0 1px 0 rgba(0, 0, 0, .1);
  background-color: #efefef
}

.location-selector li:hover div {
  background-color: #efefef
}

.location-selector [data-position=topLeft] div {
  cursor: nw-resize
}

.location-selector [data-position=top] div {
  cursor: n-resize
}

.location-selector [data-position=topRight] div {
  cursor: ne-resize
}

.location-selector [data-position=bottomLeft] div {
  cursor: sw-resize
}

.location-selector [data-position=bottom] div {
  cursor: s-resize
}

.location-selector [data-position=bottomRight] div {
  cursor: se-resize
}

.sidebar-skin-dark .sidebar-panel {
  background-color: #50516e
}

.sidebar-skin-dark .sidebar-panel>.brand {
  background-color: #525371
}

.sidebar-skin-dark .sidebar-panel>.brand a {
  color: #9fa0b5
}

.sidebar-skin-dark .sidebar-panel>.brand a:active,
.sidebar-skin-dark .sidebar-panel>.brand a:focus,
.sidebar-skin-dark .sidebar-panel>.brand a:hover {
  color: #adaec0
}

.sidebar-skin-dark .sidebar-panel>.brand .hamburger-icon span {
  background-color: #9fa0b5
}

.sidebar-skin-dark .sidebar-panel>.brand .hamburger-icon:hover span {
  background-color: #fff
}

.sidebar-skin-dark .sidebar-panel>nav>ul>li>ul {
  background-color: #4a4a65
}

.sidebar-skin-dark .sidebar-panel>nav>ul>li.open>a,
.sidebar-skin-dark .sidebar-panel>nav>ul>li.open>a:focus,
.sidebar-skin-dark .sidebar-panel>nav>ul>li.open>a:hover,
.sidebar-skin-dark .sidebar-panel>nav>ul>li>a:hover {
  background-color: #45465f
}

.sidebar-skin-dark .sidebar-panel>nav li.active>a,
.sidebar-skin-dark .sidebar-panel>nav li.open>a {
  color: #fff
}

.sidebar-skin-dark .sidebar-panel>nav .open>a,
.sidebar-skin-dark .sidebar-panel>nav .open>a:focus,
.sidebar-skin-dark .sidebar-panel>nav .open>a:hover {
  background-color: transparent
}

.sidebar-skin-dark .sidebar-panel>nav a {
  color: #9fa0b5
}

.sidebar-skin-dark .sidebar-panel>nav a:active,
.sidebar-skin-dark .sidebar-panel>nav a:focus,
.sidebar-skin-dark .sidebar-panel>nav a:hover {
  color: #fff
}

.sidebar-skin-dark .quick-launch-panel {
  background: #50516e
}

.sidebar-skin-dark .quick-launch-panel .close {
  background: #3b3b50;
  color: #9fa0b5
}

.sidebar-skin-dark .quick-launch-panel a {
  color: #9fa0b5
}

.sidebar-skin-dark .quick-launch-panel a:hover {
  color: #fff
}

@media screen and (min-width:768px) {
  .sidebar-skin-dark .small-menu .sidebar-panel nav>ul>li>.sub-menu,
  .sidebar-skin-dark .small-menu .sidebar-panel>nav li.open {
    background-color: #4c4d68
  }
}

.sidebar-skin-eastbay .sidebar-panel {
  background-color: #53586f
}

.sidebar-skin-eastbay .sidebar-panel>.brand {
  background-color: #555a72
}

.sidebar-skin-eastbay .sidebar-panel>.brand a {
  color: #a1a3bd
}

.sidebar-skin-eastbay .sidebar-panel>.brand a:active,
.sidebar-skin-eastbay .sidebar-panel>.brand a:focus,
.sidebar-skin-eastbay .sidebar-panel>.brand a:hover {
  color: #b0b2c8
}

.sidebar-skin-eastbay .sidebar-panel>.brand .hamburger-icon span {
  background-color: #a1a3bd
}

.sidebar-skin-eastbay .sidebar-panel>.brand .hamburger-icon:hover span {
  background-color: #fff
}

.sidebar-skin-eastbay .sidebar-panel>nav>ul>li>ul {
  background-color: #4c5166
}

.sidebar-skin-eastbay .sidebar-panel>nav>ul>li.open>a,
.sidebar-skin-eastbay .sidebar-panel>nav>ul>li.open>a:focus,
.sidebar-skin-eastbay .sidebar-panel>nav>ul>li.open>a:hover,
.sidebar-skin-eastbay .sidebar-panel>nav>ul>li>a:hover {
  background-color: #484c60
}

.sidebar-skin-eastbay .sidebar-panel>nav li.active>a,
.sidebar-skin-eastbay .sidebar-panel>nav li.open>a {
  color: #fff
}

.sidebar-skin-eastbay .sidebar-panel>nav .open>a,
.sidebar-skin-eastbay .sidebar-panel>nav .open>a:focus,
.sidebar-skin-eastbay .sidebar-panel>nav .open>a:hover {
  background-color: transparent
}

.sidebar-skin-eastbay .sidebar-panel>nav a {
  color: #a1a3bd
}

.sidebar-skin-eastbay .sidebar-panel>nav a:active,
.sidebar-skin-eastbay .sidebar-panel>nav a:focus,
.sidebar-skin-eastbay .sidebar-panel>nav a:hover {
  color: #fff
}

.sidebar-skin-eastbay .quick-launch-panel {
  background: #53586f
}

.sidebar-skin-eastbay .quick-launch-panel .close {
  background: #3d4152;
  color: #a1a3bd
}

.sidebar-skin-eastbay .quick-launch-panel a {
  color: #a1a3bd
}

.sidebar-skin-eastbay .quick-launch-panel a:hover {
  color: #fff
}

@media screen and (min-width:768px) {
  .sidebar-skin-eastbay .small-menu .sidebar-panel nav>ul>li>.sub-menu,
  .sidebar-skin-eastbay .small-menu .sidebar-panel>nav li.open {
    background-color: #4f5369
  }
}

.sidebar-skin-nevada .sidebar-panel,
.sidebar-skin-nevada .sidebar-panel>.brand {
  background-color: #656d78
}

.sidebar-skin-nevada .sidebar-panel>.brand a {
  color: #cbcdcf
}

.sidebar-skin-nevada .sidebar-panel>.brand a:active,
.sidebar-skin-nevada .sidebar-panel>.brand a:focus,
.sidebar-skin-nevada .sidebar-panel>.brand a:hover {
  color: #d8dadb
}

.sidebar-skin-nevada .sidebar-panel>.brand .hamburger-icon span {
  background-color: #cbcdcf
}

.sidebar-skin-nevada .sidebar-panel>.brand .hamburger-icon:hover span {
  background-color: #fff
}

.sidebar-skin-nevada .sidebar-panel>nav>ul>li>ul {
  background-color: #5e6570
}

.sidebar-skin-nevada .sidebar-panel>nav>ul>li.open>a,
.sidebar-skin-nevada .sidebar-panel>nav>ul>li.open>a:focus,
.sidebar-skin-nevada .sidebar-panel>nav>ul>li.open>a:hover,
.sidebar-skin-nevada .sidebar-panel>nav>ul>li>a:hover {
  background-color: #59606a
}

.sidebar-skin-nevada .sidebar-panel>nav li.active>a,
.sidebar-skin-nevada .sidebar-panel>nav li.open>a {
  color: #fff
}

.sidebar-skin-nevada .sidebar-panel>nav .open>a,
.sidebar-skin-nevada .sidebar-panel>nav .open>a:focus,
.sidebar-skin-nevada .sidebar-panel>nav .open>a:hover {
  background-color: transparent
}

.sidebar-skin-nevada .sidebar-panel>nav a {
  color: #cbcdcf
}

.sidebar-skin-nevada .sidebar-panel>nav a:active,
.sidebar-skin-nevada .sidebar-panel>nav a:focus,
.sidebar-skin-nevada .sidebar-panel>nav a:hover {
  color: #fff
}

.sidebar-skin-nevada .quick-launch-panel {
  background: #656d78
}

.sidebar-skin-nevada .quick-launch-panel .close {
  background: #4e545c;
  color: #cbcdcf
}

.sidebar-skin-nevada .quick-launch-panel a {
  color: #cbcdcf
}

.sidebar-skin-nevada .quick-launch-panel a:hover {
  color: #fff
}

@media screen and (min-width:768px) {
  .sidebar-skin-nevada .small-menu .sidebar-panel nav>ul>li>.sub-menu,
  .sidebar-skin-nevada .small-menu .sidebar-panel>nav li.open {
    background-color: #606872
  }
}

.sidebar-skin-hoki .sidebar-panel {
  background-color: #607d8b
}

.sidebar-skin-hoki .sidebar-panel>.brand {
  background-color: #2ecc71
}

.sidebar-skin-hoki .sidebar-panel>.brand a {
  color: #f5f5f5
}

.sidebar-skin-hoki .sidebar-panel>.brand a:active,
.sidebar-skin-hoki .sidebar-panel>.brand a:focus,
.sidebar-skin-hoki .sidebar-panel>.brand a:hover,
.sidebar-skin-hoki .sidebar-panel>nav li.active>a,
.sidebar-skin-hoki .sidebar-panel>nav li.open>a {
  color: #fff
}

.sidebar-skin-hoki .sidebar-panel>.brand .hamburger-icon span {
  background-color: #f5f5f5
}

.sidebar-skin-hoki .sidebar-panel>.brand .hamburger-icon:hover span {
  background-color: #fff
}

.sidebar-skin-hoki .sidebar-panel>nav>ul>li>ul {
  background-color: #5a7582
}

.sidebar-skin-hoki .sidebar-panel>nav>ul>li.open>a,
.sidebar-skin-hoki .sidebar-panel>nav>ul>li.open>a:focus,
.sidebar-skin-hoki .sidebar-panel>nav>ul>li.open>a:hover,
.sidebar-skin-hoki .sidebar-panel>nav>ul>li>a:hover {
  background-color: #566f7c
}

.sidebar-skin-hoki .sidebar-panel>nav .open>a,
.sidebar-skin-hoki .sidebar-panel>nav .open>a:focus,
.sidebar-skin-hoki .sidebar-panel>nav .open>a:hover {
  background-color: transparent
}

.sidebar-skin-hoki .sidebar-panel>nav a {
  color: rgba(255, 255, 255, .7)
}

.sidebar-skin-hoki .sidebar-panel>nav a:active,
.sidebar-skin-hoki .sidebar-panel>nav a:focus,
.sidebar-skin-hoki .sidebar-panel>nav a:hover {
  color: #fff
}

.sidebar-skin-hoki .quick-launch-panel {
  background: #607d8b
}

.sidebar-skin-hoki .quick-launch-panel .close {
  background: #4b626d;
  color: rgba(255, 255, 255, .7)
}

.sidebar-skin-hoki .quick-launch-panel a {
  color: rgba(255, 255, 255, .7)
}

.sidebar-skin-hoki .quick-launch-panel a:hover {
  color: #fff
}

@media screen and (min-width:768px) {
  .sidebar-skin-hoki .small-menu .sidebar-panel nav>ul>li>.sub-menu,
  .sidebar-skin-hoki .small-menu .sidebar-panel>nav li.open {
    background-color: #5c7885
  }
}

.sidebar-skin-smart-blue .sidebar-panel {
  background-color: #597d8c
}

.sidebar-skin-smart-blue .sidebar-panel>.brand {
  background-color: #dd7676
}

.sidebar-skin-smart-blue .sidebar-panel>.brand a,
.sidebar-skin-smart-blue .sidebar-panel>.brand a:active,
.sidebar-skin-smart-blue .sidebar-panel>.brand a:focus,
.sidebar-skin-smart-blue .sidebar-panel>.brand a:hover {
  color: rgba(255, 255, 255, .9)
}

.sidebar-skin-smart-blue .sidebar-panel>.brand .hamburger-icon span {
  background-color: rgba(255, 255, 255, .9)
}

.sidebar-skin-smart-blue .sidebar-panel>.brand .hamburger-icon:hover span {
  background-color: #fff
}

.sidebar-skin-smart-blue .sidebar-panel>nav>ul>li>ul {
  background-color: #537583
}

.sidebar-skin-smart-blue .sidebar-panel>nav>ul>li.open>a,
.sidebar-skin-smart-blue .sidebar-panel>nav>ul>li.open>a:focus,
.sidebar-skin-smart-blue .sidebar-panel>nav>ul>li.open>a:hover,
.sidebar-skin-smart-blue .sidebar-panel>nav>ul>li>a:hover {
  background-color: #4f6f7c
}

.sidebar-skin-smart-blue .sidebar-panel>nav li.active>a,
.sidebar-skin-smart-blue .sidebar-panel>nav li.open>a {
  color: #fff
}

.sidebar-skin-smart-blue .sidebar-panel>nav .open>a,
.sidebar-skin-smart-blue .sidebar-panel>nav .open>a:focus,
.sidebar-skin-smart-blue .sidebar-panel>nav .open>a:hover {
  background-color: transparent
}

.sidebar-skin-smart-blue .sidebar-panel>nav a {
  color: #cbdded
}

.sidebar-skin-smart-blue .sidebar-panel>nav a:active,
.sidebar-skin-smart-blue .sidebar-panel>nav a:focus,
.sidebar-skin-smart-blue .sidebar-panel>nav a:hover {
  color: #fff
}

.sidebar-skin-smart-blue .quick-launch-panel {
  background: #597d8c
}

.sidebar-skin-smart-blue .quick-launch-panel .close {
  background: #45616d;
  color: #cbdded
}

.sidebar-skin-smart-blue .quick-launch-panel a {
  color: #cbdded
}

.sidebar-skin-smart-blue .quick-launch-panel a:hover {
  color: #fff
}

@media screen and (min-width:768px) {
  .sidebar-skin-smart-blue .small-menu .sidebar-panel nav>ul>li>.sub-menu,
  .sidebar-skin-smart-blue .small-menu .sidebar-panel>nav li.open {
    background-color: #557786
  }
}

.header-skin-dark .main-panel>.header {
  background-color: #525371
}

.header-skin-dark .main-panel>.header .nav>li>a,
.header-skin-dark .main-panel>.header .navbar-text {
  color: #9fa0b5
}

.header-skin-dark .main-panel>.header .nav .open>a,
.header-skin-dark .main-panel>.header .nav .open>a:focus,
.header-skin-dark .main-panel>.header .nav .open>a:hover,
.header-skin-dark .main-panel>.header .nav>li>a:focus,
.header-skin-dark .main-panel>.header .nav>li>a:hover {
  background-color: #4e4f6b;
  color: #fff
}

.header-skin-dark .main-panel>.header .hamburger-icon span {
  background: #9fa0b5
}

.header-skin-dark .main-panel>.header .hamburger-icon:hover span {
  background: #fff
}

.header-skin-eastbay .main-panel>.header {
  background-color: #555a72
}

.header-skin-eastbay .main-panel>.header .nav>li>a,
.header-skin-eastbay .main-panel>.header .navbar-text {
  color: #c1c1cf
}

.header-skin-eastbay .main-panel>.header .nav .open>a,
.header-skin-eastbay .main-panel>.header .nav .open>a:focus,
.header-skin-eastbay .main-panel>.header .nav .open>a:hover,
.header-skin-eastbay .main-panel>.header .nav>li>a:focus,
.header-skin-eastbay .main-panel>.header .nav>li>a:hover {
  background-color: #51556c;
  color: #fff
}

.header-skin-eastbay .main-panel>.header .hamburger-icon span {
  background: #c1c1cf
}

.header-skin-eastbay .main-panel>.header .hamburger-icon:hover span {
  background: #fff
}

.header-skin-purple .main-panel>.header {
  background-color: #8750c2
}

.header-skin-purple .main-panel>.header .nav>li>a,
.header-skin-purple .main-panel>.header .navbar-text {
  color: #cbafe2
}

.header-skin-purple .main-panel>.header .nav .open>a,
.header-skin-purple .main-panel>.header .nav .open>a:focus,
.header-skin-purple .main-panel>.header .nav .open>a:hover,
.header-skin-purple .main-panel>.header .nav>li>a:focus,
.header-skin-purple .main-panel>.header .nav>li>a:hover {
  background-color: #8248bf;
  color: #fff
}

.header-skin-purple .main-panel>.header .hamburger-icon span {
  background: #cbafe2
}

.header-skin-purple .main-panel>.header .hamburger-icon:hover span {
  background: #fff
}
