/*!
 * Bootstrap v1.0.0 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

hr,
img {
  border: 0;
}

pre,
textarea {
  overflow: auto;
}

body,
html,
td,
th {
  padding: 0;
}

.icon,
.icon-ul>li,
sub,
sup {
  position: relative;
}

.icon-fw,
.icon-li {
  text-align: center;
}

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

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

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

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

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

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

html {
  font-family: 'Proxima Nova','Helvetica Neue',Helvetica,Arial,sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body,
html {
  height: 100%;
  margin: 0;
}

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

.grade-bordered,
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
}

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

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

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

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

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

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

.checkbox .input-label-text:after,
.icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

.h4-overview,
.h5 {
  text-transform: uppercase;
}

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

textarea {
  resize: vertical;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@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^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #888;
  }

  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 #ccc!important;
  }
}

.btn,
a,
a:focus,
a:hover {
  text-decoration: none;
}

.img-thumbnail,
.table,
label {
  max-width: 100%;
}

.icon,
.icon-stack,
.img-thumbnail,
.list-inline>li {
  display: inline-block;
}

.btn-group-justified,
.input-group,
table {
  border-collapse: separate;
}

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

@font-face {
  font-family: al-iconfont;
  font-style: normal;
  font-weight: 300;
  src: url(/assets/v2/fonts/icons/al-iconfont.eot);
  src: url(/assets/v2/fonts/icons/al-iconfont.eot?#iefix) format('embedded-opentype'),url(/assets/v2/fonts/icons/al-iconfont.woff) format('woff'),url(/assets/v2/fonts/icons/al-iconfont.ttf) format('truetype'),url(/assets/v2/fonts/icons/al-iconfont.svg#al-iconfont) format('svg');
}

.icon {
  top: 1px;
  font-family: al-iconfont;
  font-size: inherit;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  text-rendering: auto;
}

.icon-search:before {
  content: '\e800';
}

.icon-location:before {
  content: '\e801';
}

.icon-layout:before {
  content: '\e802';
}

.icon-cancel-circled:before {
  content: '\e803';
}

.icon-plus-circled:before {
  content: '\e804';
}

.icon-help-circled:before {
  content: '\e805';
}

.icon-info-circled:before {
  content: '\e806';
}

.icon-attach:before {
  content: '\e807';
}

.icon-down-open-big:before {
  content: '\e808';
}

.icon-left-open-big:before {
  content: '\e809';
}

.icon-right-open-big:before {
  content: '\e80a';
}

.icon-up-open-big:before {
  content: '\e80b';
}

.icon-minus:before {
  content: '\e80c';
}

.icon-leadfeed-toolbox:before {
  content: '\e80d';
}

.icon-info:before {
  content: '\e80e';
}

.icon-plus:before {
  content: '\e80f';
}

.icon-heart:before {
  content: '\e810';
}

.icon-minus-circled:before {
  content: '\e811';
}

.icon-quote-right:before {
  content: '\e812';
}

.icon-briefcase:before {
  content: '\e813';
}

.icon-ccw:before {
  content: '\e814';
}

.icon-hourglass:before {
  content: '\e815';
}

.icon-user:before {
  content: '\e816';
}

.icon-mobile:before {
  content: '\e817';
}

.icon-monitor:before {
  content: '\e818';
}

.icon-megaphone:before {
  content: '\e819';
}

.icon-down-open:before {
  content: '\e81a';
}

.icon-left-open:before {
  content: '\e81b';
}

.icon-right-open:before {
  content: '\e81c';
}

.icon-up-open:before {
  content: '\e81d';
}

.icon-clock:before {
  content: '\e81e';
}

.icon-phone:before {
  content: '\e81f';
}

.icon-chat:before {
  content: '\e820';
}

.icon-favorite:before {
  content: '\e821';
}

.icon-account:before {
  content: '\e822';
}

.icon-messages:before {
  content: '\e823';
}

.icon-add-review:before {
  content: '\e824';
}

.icon-calendar:before {
  content: '\e825';
}

.icon-projects:before {
  content: '\e826';
}

.icon-offer:before {
  content: '\e827';
}

.icon-offer-dollars:before {
  content: '\e828';
}

.icon-checkbox:before {
  content: '\e829';
}

.icon-check:before {
  content: '\e82a';
}

.icon-check-bullet:before {
  content: '\e82b';
}

.icon-check-bullet-o:before {
  content: '\e82c';
}

.icon-cart:before {
  content: '\e82d';
}

.icon-lock:before {
  content: '\e82e';
}

.icon-unlock:before {
  content: '\e82f';
}

.icon-scissors:before {
  content: '\e830';
}

.icon-close:before {
  content: '\e831';
}

.icon-up:before {
  content: '\e832';
}

.icon-down:before {
  content: '\e833';
}

.icon-left:before {
  content: '\e834';
}

.icon-right:before {
  content: '\e835';
}

.icon-load:before {
  content: '\e836';
}

.icon-home:before {
  content: '\e837';
}

.icon-balloon:before {
  content: '\e838';
}

.icon-triangle:before {
  content: '\e839';
}

.icon-twitter:before {
  content: '\e83a';
}

.icon-gplus:before {
  content: '\e83b';
}

.icon-youtube:before {
  content: '\e83c';
}

.icon-facebook:before {
  content: '\e83d';
}

.icon-attention:before {
  content: '\e83e';
}

.icon-spinner:before {
  content: '\e83f';
}

.icon-health:before {
  content: '\e840';
}

.icon-landscaping:before {
  content: '\e841';
}

.icon-dentistry:before {
  content: '\e842';
}

.icon-automotive:before {
  content: '\e843';
}

.icon-plumbing:before {
  content: '\e844';
}

.icon-housecleaning:before {
  content: '\e845';
}

.icon-electrical:before {
  content: '\e846';
}

.icon-images:before {
  content: '\e847';
}

.icon-graph-o:before {
  content: '\e848';
}

.icon-speech-bubble:before {
  content: '\e849';
}

.icon-offer-o:before {
  content: '\e84a';
}

.icon-quote-left:before {
  content: '\e84b';
}

.icon-hourglass-flat:before {
  content: '\e84c';
}

.icon-contactus-people:before {
  content: '\e84d';
}

.icon-expand:before {
  content: '\e84e';
}

.icon-calendar-o:before {
  content: '\e84f';
}

.icon-clipboard-check:before {
  content: '\e850';
}

.icon-circle-dollars:before {
  content: '\e851';
}

.icon-circle-check:before {
  content: '\e852';
}

.icon-image-indicator:before {
  content: '\e853';
}

.icon-graph:before {
  content: '\e854';
}

.icon-handyman:before {
  content: '\e855';
}

.icon-moving:before {
  content: '\e856';
}

.icon-remodeling:before {
  content: '\e857';
}

.icon-upload:before {
  content: '\e858';
}

.icon-pencil:before {
  content: '\e859';
}

.icon-checkbox-alt:before {
  content: '\e85a';
}

.icon-menu:before {
  content: '\e85b';
}

.icon-pen:before {
  content: '\e85c';
}

.icon-pets:before {
  content: '\e85d';
}

.icon-pinterest-circled:before {
  content: '\e85e';
}

.icon-rss:before {
  content: '\e85f';
}

.icon-inbox:before {
  content: '\e860';
}

.icon-chat-round:before {
  content: '\e861';
}

.icon-bubble-left:before {
  content: '\e862';
}

.icon-bubble-right:before {
  content: '\e863';
}

.icon-painting:before {
  content: '\e864';
}

.icon-circle:before {
  content: '\e865';
}

.icon-plus-circled-o:before {
  content: '\e866';
}

.icon-circle-o:before {
  content: '\e867';
}

.icon-square-o:before {
  content: '\e868';
}

.icon-square:before {
  content: '\e869';
}

.icon-file-word:before {
  content: '\e86a';
}

.icon-file-pdf:before {
  content: '\e86b';
}

.icon-file-excel:before {
  content: '\e86c';
}

.icon-file-text:before {
  content: '\e86d';
}

.icon-file-image:before {
  content: '\e86e';
}

.icon-camera:before {
  content: '\e86f';
}

.icon-carpentry:before {
  content: '\e870';
}

.icon-home-interior:before {
  content: '\e871';
}

.icon-home-exterior:before {
  content: '\e872';
}

.icon-hvac:before {
  content: '\e873';
}

.icon-repair:before {
  content: '\e874';
}

.icon-roofing:before {
  content: '\e875';
}

.icon-water:before {
  content: '\e876';
}

.icon-childcare:before {
  content: '\e877';
}

.icon-snow:before {
  content: '\e878';
}

.icon-windows-doors:before {
  content: '\e879';
}

.icon-personal-care:before {
  content: '\e87a';
}

.icon-list:before {
  content: '\e87b';
}

.icon-food:before {
  content: '\e87c';
}

.icon-fabric:before {
  content: '\e87d';
}

.icon-design:before {
  content: '\e87e';
}

.icon-print:before {
  content: '\e87f';
}

.icon-carpet-cleaning:before {
  content: '\e880';
}

.icon-pest-control:before {
  content: '\e881';
}

.icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  -o-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}

.icon-pulse {
  -webkit-animation: icon-spin 1s infinite steps(8);
  -o-animation: icon-spin 1s infinite steps(8);
  animation: icon-spin 1s infinite steps(8);
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

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

@-o-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.icon-border {
  padding: .2em .25em .15em;
  border: .08em solid #ccc;
  border-radius: .1em;
}

.icon.pull-left {
  margin-right: .3em;
}

.icon.pull-right {
  margin-left: .3em;
}

.icon-btn {
  margin: -1px 3px 0 -8px;
}

.icon-fw {
  width: 1.28571429em;
}

.icon-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.icon-stack,
img {
  vertical-align: middle;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.icon-li {
  position: absolute;
  top: .14285714em;
  left: -2.14285714em;
  width: 2.14285714em;
}

.icon-li.icon-lg {
  left: -1.85714286em;
}

.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  transform: scale(-1,1);
}

.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  -o-transform: scale(1,-1);
  transform: scale(1,-1);
}

:root .icon-flip-horizontal,
:root .icon-flip-vertical,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-rotate-90 {
  filter: none;
  -webkit-filter: none;
}

.icon-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
}

.icon-stack-1x,
.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.icon-stack-1x {
  line-height: inherit;
}

.icon-stack-2x {
  font-size: 2em;
}

.icon-inverse {
  color: #fff;
}

.icon-outlined-health:before {
  content: '\e840';
}

.icon-outlined-landscaping:before {
  content: '\e841';
}

.icon-outlined-dentistry:before {
  content: '\e842';
}

.icon-outlined-automotive:before {
  content: '\e843';
}

.icon-outlined-plumbing:before {
  content: '\e844';
}

.icon-outlined-housecleaning:before {
  content: '\e845';
}

.icon-outlined-electrical:before {
  content: '\e846';
}

.icon-outlined-images:before {
  content: '\e847';
}

.icon-outlined-graph:before {
  content: '\e848';
}

.icon-outlined-speechbubble:before {
  content: '\e849';
}

.icon-outlined-offercard:before {
  content: '\e84a';
}

.icon-graph-icon:before {
  content: '\e854';
}

.icon-outlined-handyman:before {
  content: '\e855';
}

.icon-outlined-moving:before {
  content: '\e856';
}

.icon-outlined-remodeling:before {
  content: '\e857';
}

.icon-outlined-painting:before {
  content: '\e864';
}

.icon-outlined-plus-circled:before {
  content: '\e866';
}

.icon-clipboard-checkmark:before {
  content: '\e850';
}

.icon-expandimage:before {
  content: '\e84e';
}

.icon-plus-circled-1:before {
  content: '\e804';
}

.icon-offer-1:before {
  content: '\e827';
}

.icon-offer-2:before {
  content: '\e828';
}

.icon-plus-1:before {
  content: '\e830';
}

.icon-quote:before {
  content: '\e812';
}

.icon-quote-1:before {
  content: '\e84b';
}

.icon-hourglass-1:before {
  content: '\e84c';
}

.icon-spin5:before {
  content: '\e83f';
}

.icon-chat-1:before {
  content: '\e861';
}

.icon-check-bullet-1:before {
  content: '\e82b';
}

.icon-check-bullet-2:before {
  content: '\e82c';
}

.icon-calendar2:before {
  content: '\e84f';
}

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

html {
  font-size: 10px;
}

body {
  font-family: 'Proxima Nova','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
}

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

a {
  color: #29a036;
}

a:focus,
a:hover {
  color: #227e2c;
}

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

figure {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
}

.img-rounded {
  border-radius: .125em;
}

.img-thumbnail {
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  border: 1px solid #ccc;
  border-radius: .125em;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

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

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border-top: 1px solid #ccc;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 600;
  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: 300;
  line-height: 1;
  color: #555;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

.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: 11px;
  margin-bottom: 11px;
}

.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 {
  font-size: 41px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.h1 {
  font-family: Bitter,Georgia,'Times New Roman',Times,serif;
  font-size: 30px;
}

.h4-overview,
.h4-section {
  margin-top: 11px;
  margin-bottom: 11px;
  font-family: inherit;
}

.h2,
.h3 {
  font-size: 28px;
}

.h2 {
  font-weight: 700;
}

.h3,
.h4-section {
  font-weight: 600;
  color: #29a036;
}

.h4,
.h4-section {
  font-size: 20px;
}

.h4-section {
  font-weight: 700;
  line-height: 1.1;
}

.h4-section .small,
.h4-section small {
  font-weight: 300;
  line-height: 1;
  color: #555;
  font-size: 75%;
}

.h4-overview {
  font-size: 20px;
  font-weight: 600;
  font-weight: 700;
  line-height: 1.1;
  color: #29a036;
}

.h4-overview .small,
.h4-overview small {
  font-weight: 300;
  line-height: 1;
  color: #555;
  font-size: 75%;
}

.h5 {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.h6 {
  font-size: 14px;
}

p {
  margin: 0 0 11px;
}

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

dt,
kbd kbd {
  font-weight: 700;
}

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

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

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

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

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

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

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

.text-muted {
  color: #888;
}

.text-primary {
  color: #29a036;
}

.text-success {
  color: #227e2c;
}

a.text-success:hover {
  color: #17561e;
}

.text-info {
  color: #006175;
}

.text-warning {
  color: #d87d16;
}

.text-danger {
  color: #c22265;
}

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

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

.bg-success {
  background-color: #e6f4e7;
}

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

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

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

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

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

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

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

pre code,
table {
  background-color: transparent;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #ccc;
}

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

address,
dl {
  margin-bottom: 22px;
}

ol,
ul {
  margin-bottom: 11px;
}

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

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

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

legend,
pre {
  display: block;
}

dd {
  margin-left: 0;
}

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

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

  .container {
    width: 750px;
  }
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.input-group-btn .dropdown-toggle:after,
.modal-footer:after,
.nav .dropdown-toggle:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

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

.initialism {
  font-size: 90%;
}

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: #555;
}

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 #ccc;
  border-left: 0;
}

code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
  border-radius: .125em;
}

caption,
th {
  text-align: left;
}

.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 {
  font-style: normal;
}

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

code {
  color: #c22265;
  background-color: #fce4ee;
}

kbd {
  color: #fff;
  background-color: #333;
  -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 {
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: .125em;
}

.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: 10px;
  padding-left: 10px;
}

.pre-scrollable {
  overflow-y: scroll;
}

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

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

.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-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: 10px;
  padding-left: 10px;
}

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

table {
  border-spacing: 0;
}

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #888;
}

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

.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 20px;
  line-height: 1.42857143;
  vertical-align: top;
}

.table>thead>tr>th {
  padding: 10px 20px;
  font-weight: 700;
  color: #fff;
  vertical-align: bottom;
  background: #29a036;
}

.table>thead>tr>th:first-child {
  border-radius: .125em 0 0;
}

.table>thead>tr>th:last-child {
  border-radius: 0 .125em 0 0;
}

.table>thead>tr>th:only-child {
  border-radius: .125em .125em 0 0;
}

.table>tbody>tr>td:first-child {
  border-left: 1px solid #ccc;
}

.table>tbody>tr>td:last-child {
  border-right: 1px solid #ccc;
}

.table>tbody>tr>td:only-child {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.table>tbody>tr:last-child>td {
  border-bottom: 1px solid #ccc;
}

.table>tbody>tr:last-child>td:first-child {
  border-left: 1px solid #ccc;
  border-radius: 0 0 0 .125em;
}

.table>tbody>tr:last-child>td:last-child {
  border-right: 1px solid #ccc;
  border-radius: 0 0 .125em;
}

.table>tbody>tr:last-child>td:only-child {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 0 0 .125em .125em;
}

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

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

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

.table-striped>tbody>tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr:hover,
.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: #eee;
}

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

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

.table-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: #e1e1e1;
}

.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: #e6f4e7;
}

.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: #d4ecd6;
}

.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: #e5f4f7;
}

.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: #d2ecf1;
}

.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: #fdf5eb;
}

.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: #fbe9d4;
}

.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: #fce4ee;
}

.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: #f9cde0;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .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 {
  min-width: 0;
  margin: 0;
}

legend {
  width: 100%;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333;
  border-bottom: 1px solid #ccc;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
}

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

.radio {
  position: relative;
}

.radio .input-label-text:after,
.radio .input-label-text:before {
  position: absolute;
  display: block;
  content: '';
}

.radio input[type=radio] {
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: .5;
  -khtml-opacity: 0;
}

.radio .input-label-text:before {
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(50%,rgba(0,0,0,.05)),color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(0,0,0,.05) 50%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(0,0,0,.05) 50%,rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),color-stop(50%,rgba(0,0,0,.05)),to(rgba(0,0,0,0)));
  background: linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,.05) 50%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#00000000', GradientType=0);
  border: 1px solid #ccc;
  border-radius: .125em;
}

.radio .input-label-text:after {
  top: 6px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: 0 0;
  border-radius: .125em;
}

.checkbox .input-label-text:after,
.checkbox .input-label-text:before {
  position: absolute;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 1em;
}

.radio input[type=radio]:checked+.input-label-text:after {
  background: #29a036;
}

.checkbox input[type=checkbox] {
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: .5;
  -khtml-opacity: 0;
}

.checkbox .input-label-text:before {
  top: 2px;
  content: "";
  background: #fff;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(50%,rgba(0,0,0,.05)),color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(0,0,0,.05) 50%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(0,0,0,.05) 50%,rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),color-stop(50%,rgba(0,0,0,.05)),to(rgba(0,0,0,0)));
  background: linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,.05) 50%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#00000000', GradientType=0);
  border: 1px solid #ccc;
  border-radius: .125em;
}

.checkbox .input-label-text:after {
  top: 3px;
  font-family: al-iconfont;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  content: '';
}

.checkbox input[type=checkbox]:checked+.input-label-text:after {
  color: #29a036;
  content: '\e82a';
}

.checkbox input[type=checkbox]:disabled+.input-label-text:before,
.radio input[type=radio]:disabled+.input-label-text:before {
  background-color: #f5f5f5;
  opacity: 1;
}

.checkbox input[type=checkbox]:disabled+.input-label-text,
.radio input[type=radio]:disabled+.input-label-text {
  color: #888;
  cursor: not-allowed;
}

.radio input[type=radio]:disabled:checked+.input-label-text:after {
  background: #888;
}

.dropdown-menu,
.modal-content {
  -webkit-background-clip: padding-box;
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-edit.active,
.btn-edit:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-secondary.active,
.btn-secondary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.dropdown-toggle.btn-danger.active,
.dropdown-toggle.btn-danger:active,
.dropdown-toggle.btn-info.active,
.dropdown-toggle.btn-info:active,
.dropdown-toggle.btn-primary.active,
.dropdown-toggle.btn-primary:active,
.dropdown-toggle.btn-secondary.active,
.dropdown-toggle.btn-secondary:active,
.dropdown-toggle.btn-success.active,
.dropdown-toggle.btn-success:active,
.dropdown-toggle.btn-tertiary.active,
.dropdown-toggle.btn-tertiary:active,
.dropdown-toggle.btn-warning.active,
.dropdown-toggle.btn-warning:active,
.dropdown-toggle.btn.active,
.dropdown-toggle.btn:active,
.form-control,
.open>.dropdown-toggle.btn-danger,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-edit,
.open>.dropdown-toggle.btn-info,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-secondary,
.open>.dropdown-toggle.btn-success,
.open>.dropdown-toggle.btn-warning,
.open>.dropdown-toggle.dropdown-toggle.btn,
.open>.dropdown-toggle.dropdown-toggle.btn-danger,
.open>.dropdown-toggle.dropdown-toggle.btn-info,
.open>.dropdown-toggle.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.dropdown-toggle.btn-secondary,
.open>.dropdown-toggle.dropdown-toggle.btn-success,
.open>.dropdown-toggle.dropdown-toggle.btn-tertiary,
.open>.dropdown-toggle.dropdown-toggle.btn-warning {
  background-image: none;
}

.checkbox input[type=checkbox]:disabled+.input-label-text:after {
  color: #888;
}

.form-control,
output {
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  display: block;
}

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

.form-control {
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: .125em;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

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

.form-control:focus {
  border: 1px solid #ccc;
  outline: 0;
  -webkit-box-shadow: 0 0 8px rgba(204,204,204,.6);
  box-shadow: 0 0 8px rgba(204,204,204,.6);
}

.form-control::-moz-placeholder {
  font-style: normal;
  font-weight: 300;
  color: #ccc;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  color: #ccc;
}

.form-control::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 300;
  color: #ccc;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
  color: #227e2c;
}

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

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: 36px;
  }

  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 33px;
  }

  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 49px;
  }
}

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

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

.checkbox label,
.radio label {
  min-height: 22px;
}

.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 {
  display: inline-block;
  vertical-align: middle;
}

.btn,
.control-label {
  font-weight: 700;
}

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

.form-group-sm .form-control,
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: .125em;
}

select.form-group-sm .form-control,
select.input-sm {
  height: 33px;
  line-height: 33px;
}

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

.form-group-lg .form-control,
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: .125em;
}

select.form-group-lg .form-control,
select.input-lg {
  height: 49px;
  line-height: 49px;
}

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

.has-feedback {
  position: relative;
}

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

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

.btn,
.wrapper-class {
  position: relative;
}

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

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

.has-success .form-control {
  border: 1px solid #227e2c;
  -webkit-box-shadow: 0 0 6px #78db83;
  box-shadow: 0 0 6px #78db83;
}

.has-success .form-control:focus {
  -webkit-box-shadow: 0 0 6px #78db83;
  box-shadow: 0 0 6px #78db83;
}

.has-success .input-group-addon {
  color: #227e2c;
  background-color: #e6f4e7;
  border-color: #227e2c;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
  color: #333;
}

.has-warning .form-control {
  border: 1px solid #333;
  -webkit-box-shadow: 0 0 6px #8c8c8c;
  box-shadow: 0 0 6px #8c8c8c;
}

.has-warning .form-control:focus {
  -webkit-box-shadow: 0 0 6px #8c8c8c;
  box-shadow: 0 0 6px #8c8c8c;
}

.has-warning .input-group-addon {
  color: #333;
  background-color: #fdf5eb;
  border-color: #333;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
  color: #c22265;
}

.has-error .form-control {
  border: 1px solid #c22265;
  -webkit-box-shadow: 0 0 6px #f0a7c5;
  box-shadow: 0 0 6px #f0a7c5;
}

.has-error .form-control:focus {
  -webkit-box-shadow: 0 0 6px #f0a7c5;
  box-shadow: 0 0 6px #f0a7c5;
}

.has-error .input-group-addon {
  color: #c22265;
  background-color: #fce4ee;
  border-color: #c22265;
}

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

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

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: .875em;
  color: #555;
}

@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;
    display: none;
  }

  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

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

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

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

@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }

  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.control-label.required:after {
  padding-left: 2px;
  color: #ce2a6f;
  content: "*";
}

.btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 1em;
  font-size: 1.25em;
  line-height: 1em;
  text-align: center;
  text-shadow: none;
  letter-spacing: .02em;
  letter-spacing: .04em;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  border-radius: .125em;
  outline: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn-default.btn-loading:before,
.btn-primary.btn-loading:before {
  display: block;
  font-family: al-iconfont;
  content: '\e83f';
  -webkit-animation: spin 2s linear infinite;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn:active {
  top: 4px;
}

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

.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: 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 {
  color: #555;
  background-color: #fff;
  border: 1px solid #555;
}

.btn-default.btn-loading {
  position: relative;
  padding-left: 2.5em;
}

.btn-default.btn-loading:before {
  position: absolute;
  top: 50%;
  left: 1em;
  width: 1em;
  height: 1em;
  margin-top: -.5em;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.btn-default.focus,
.btn-default:focus {
  color: #555;
  background-color: #fff;
  border-color: #555;
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
  color: #555;
  background-color: #bbb;
  border-color: #555;
}

.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: #555;
}

.btn-default .badge {
  color: #fff;
  background-color: #555;
}

.btn-primary,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #29a036;
  color: #fff;
  border-color: #29a036;
}

.btn-default:active {
  top: 0;
}

.btn-primary {
  -webkit-box-shadow: 0 4px 0 #227e2c;
  box-shadow: 0 4px 0 #227e2c;
}

.btn-primary.btn-loading {
  position: relative;
  padding-left: 2.5em;
}

.btn-primary.btn-loading:before,
.btn-secondary.btn-loading:before {
  position: absolute;
  left: 1em;
  width: 1em;
  height: 1em;
  margin-top: -.5em;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  -o-animation: spin 2s linear infinite;
}

.btn-primary.btn-loading:before {
  top: 50%;
  animation: spin 2s linear infinite;
}

.btn-secondary.btn-loading:before,
.btn-tertiary.btn-loading:before {
  font-family: al-iconfont;
  -webkit-animation: spin 2s linear infinite;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #22942d;
  border-color: #29a036;
}

.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: #29a036;
  border-color: #29a036;
}

.btn-primary .badge,
.btn-primary.btn-ghost {
  color: #29a036;
  background-color: #fff;
}

.btn-primary.btn-xl {
  -webkit-box-shadow: 0 6px 0 #227e2c;
  box-shadow: 0 6px 0 #227e2c;
}

.btn-primary.btn-lg,
.btn-primary.btn-md {
  -webkit-box-shadow: 0 4px 0 #227e2c;
  box-shadow: 0 4px 0 #227e2c;
}

.btn-primary.btn-sm,
.btn-primary.btn-xs {
  -webkit-box-shadow: 0 3px 0 #227e2c;
  box-shadow: 0 3px 0 #227e2c;
}

.btn-primary.btn-flat,
.btn-primary:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary.btn-flat:active {
  top: 0;
}

.btn-primary.btn-flat.btn-lg,
.btn-primary.btn-flat.btn-md,
.btn-primary.btn-flat.btn-sm,
.btn-primary.btn-flat.btn-xl,
.btn-primary.btn-flat.btn-xs {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary.btn-ghost {
  text-shadow: none;
  border: 1px solid #29a036;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary.btn-ghost:after {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-family: al-iconfont;
  font-size: 1.1em;
  content: '\e81c';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-primary.btn-ghost.btn-loading:after,
.btn-secondary.btn-loading:before {
  content: '\e83f';
}

.btn-primary.btn-ghost.focus,
.btn-primary.btn-ghost:focus {
  color: #29a036;
  background-color: #fff;
  border-color: 1px solid #29a036;
}

.btn-primary.btn-ghost.active,
.btn-primary.btn-ghost:active,
.btn-primary.btn-ghost:hover {
  top: 0;
  color: #fff;
  background-color: #29a036;
  border: 1px solid #29a036;
}

.btn-primary.btn-ghost.btn-lg,
.btn-primary.btn-ghost.btn-md,
.btn-primary.btn-ghost.btn-sm,
.btn-primary.btn-ghost.btn-xl,
.btn-primary.btn-ghost.btn-xs {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary {
  color: #fff;
  background-color: #555;
  border-color: #555;
  -webkit-box-shadow: 0 4px 0 #555;
  box-shadow: 0 4px 0 #555;
}

.btn-secondary.btn-loading {
  position: relative;
  padding-left: 2.5em;
}

.btn-secondary.btn-loading:before {
  top: 50%;
  display: block;
  animation: spin 2s linear infinite;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-edit.btn-loading:before,
.btn-tertiary.btn-loading:before {
  left: 1em;
  width: 1em;
  height: 1em;
  margin-top: -.5em;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  -o-animation: spin 2s linear infinite;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #555;
  border-color: #555;
}

.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:hover,
.open>.dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #888;
  border-color: #555;
}

.btn-secondary.disabled,
.btn-secondary.disabled.active,
.btn-secondary.disabled.focus,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled],
.btn-secondary[disabled].active,
.btn-secondary[disabled].focus,
.btn-secondary[disabled]:active,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary,
fieldset[disabled] .btn-secondary.active,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:hover {
  background-color: #555;
  border-color: #555;
}

.btn-secondary .badge,
.btn-secondary.btn-ghost {
  color: #555;
  background-color: #fff;
}

.btn-secondary.btn-xl {
  -webkit-box-shadow: 0 6px 0 #555;
  box-shadow: 0 6px 0 #555;
}

.btn-secondary.btn-lg,
.btn-secondary.btn-md {
  -webkit-box-shadow: 0 4px 0 #555;
  box-shadow: 0 4px 0 #555;
}

.btn-secondary.btn-sm,
.btn-secondary.btn-xs {
  -webkit-box-shadow: 0 3px 0 #555;
  box-shadow: 0 3px 0 #555;
}

.btn-secondary.btn-flat,
.btn-secondary:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary.btn-flat:active {
  top: 0;
}

.btn-secondary.btn-flat.btn-lg,
.btn-secondary.btn-flat.btn-md,
.btn-secondary.btn-flat.btn-sm,
.btn-secondary.btn-flat.btn-xl,
.btn-secondary.btn-flat.btn-xs {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary.btn-ghost {
  text-shadow: none;
  border: 1px solid #555;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary.btn-ghost:after {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-family: al-iconfont;
  font-size: 1.1em;
  content: '\e81c';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-secondary.btn-ghost.btn-loading:after,
.btn-tertiary.btn-loading:before {
  content: '\e83f';
}

.btn-secondary.btn-ghost.focus,
.btn-secondary.btn-ghost:focus {
  color: #555;
  background-color: #fff;
  border-color: 1px solid #555;
}

.btn-secondary.btn-ghost.active,
.btn-secondary.btn-ghost:active,
.btn-secondary.btn-ghost:hover {
  top: 0;
  color: #fff;
  background-color: #555;
  border: 1px solid #555;
}

.btn-tertiary,
.btn-tertiary.disabled,
.btn-tertiary.disabled.active,
.btn-tertiary.disabled.focus,
.btn-tertiary.disabled:active,
.btn-tertiary.disabled:focus,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled],
.btn-tertiary[disabled].active,
.btn-tertiary[disabled].focus,
.btn-tertiary[disabled]:active,
.btn-tertiary[disabled]:focus,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary,
fieldset[disabled] .btn-tertiary.active,
fieldset[disabled] .btn-tertiary.focus,
fieldset[disabled] .btn-tertiary:active,
fieldset[disabled] .btn-tertiary:focus,
fieldset[disabled] .btn-tertiary:hover {
  background-color: #888;
  border-color: #888;
}

.btn-secondary.btn-ghost.btn-lg,
.btn-secondary.btn-ghost.btn-md,
.btn-secondary.btn-ghost.btn-sm,
.btn-secondary.btn-ghost.btn-xl,
.btn-secondary.btn-ghost.btn-xs {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-tertiary {
  color: #fff;
  -webkit-box-shadow: 0 4px 0 #555;
  box-shadow: 0 4px 0 #555;
}

.btn-tertiary.btn-loading {
  position: relative;
  padding-left: 2.5em;
}

.btn-tertiary.btn-loading:before {
  position: absolute;
  top: 50%;
  display: block;
  animation: spin 2s linear infinite;
}

.btn-edit.btn-loading:before,
.btn-success.btn-loading:before {
  font-family: al-iconfont;
  -webkit-animation: spin 2s linear infinite;
}

.btn-tertiary.active,
.btn-tertiary.focus,
.btn-tertiary:active,
.btn-tertiary:focus,
.btn-tertiary:hover,
.open>.dropdown-toggle.btn-tertiary {
  color: #fff;
  background-color: #888;
  border-color: #888;
}

.btn-tertiary.active,
.btn-tertiary:active,
.open>.dropdown-toggle.btn-tertiary {
  background-image: none;
}

.btn-tertiary .badge,
.btn-tertiary.btn-ghost {
  color: #888;
  background-color: #fff;
}

.btn-tertiary.btn-xl {
  -webkit-box-shadow: 0 6px 0 #555;
  box-shadow: 0 6px 0 #555;
}

.btn-tertiary.btn-lg,
.btn-tertiary.btn-md {
  -webkit-box-shadow: 0 4px 0 #555;
  box-shadow: 0 4px 0 #555;
}

.btn-tertiary.btn-sm,
.btn-tertiary.btn-xs {
  -webkit-box-shadow: 0 3px 0 #555;
  box-shadow: 0 3px 0 #555;
}

.btn-tertiary.btn-flat,
.btn-tertiary:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-tertiary.btn-flat:active {
  top: 0;
}

.btn-tertiary.btn-flat.btn-lg,
.btn-tertiary.btn-flat.btn-md,
.btn-tertiary.btn-flat.btn-sm,
.btn-tertiary.btn-flat.btn-xl,
.btn-tertiary.btn-flat.btn-xs {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-tertiary.btn-ghost {
  text-shadow: none;
  border: 1px solid #888;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-tertiary.btn-ghost:after {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-family: al-iconfont;
  font-size: 1.1em;
  content: '\e81c';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-edit.btn-loading:before,
.btn-tertiary.btn-ghost.btn-loading:after {
  content: '\e83f';
}

.btn-tertiary.btn-ghost.focus,
.btn-tertiary.btn-ghost:focus {
  color: #888;
  background-color: #fff;
  border-color: 1px solid #888;
}

.btn-tertiary.btn-ghost.active,
.btn-tertiary.btn-ghost:active,
.btn-tertiary.btn-ghost:hover {
  top: 0;
  color: #fff;
  background-color: #888;
  border: 1px solid #888;
}

.btn-tertiary.btn-ghost.btn-lg,
.btn-tertiary.btn-ghost.btn-md,
.btn-tertiary.btn-ghost.btn-sm,
.btn-tertiary.btn-ghost.btn-xl,
.btn-tertiary.btn-ghost.btn-xs {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-edit {
  color: #fff;
  background-color: #0093b2;
  border-color: #0093b2;
  -webkit-box-shadow: 0 4px 0 #006175;
  box-shadow: 0 4px 0 #006175;
}

.btn-edit.btn-loading {
  position: relative;
  padding-left: 2.5em;
}

.btn-edit.btn-loading:before {
  position: absolute;
  top: 50%;
  display: block;
  animation: spin 2s linear infinite;
}

.btn-info.btn-loading:before,
.btn-success.btn-loading:before {
  left: 1em;
  width: 1em;
  height: 1em;
  margin-top: -.5em;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  -o-animation: spin 2s linear infinite;
}

.btn-edit.focus,
.btn-edit:focus {
  color: #fff;
  background-color: #0093b2;
  border-color: #0093b2;
}

.btn-edit.active,
.btn-edit:active,
.btn-edit:hover,
.open>.dropdown-toggle.btn-edit {
  color: #fff;
  background-color: #007088;
  border-color: #0093b2;
}

.btn-edit.disabled,
.btn-edit.disabled.active,
.btn-edit.disabled.focus,
.btn-edit.disabled:active,
.btn-edit.disabled:focus,
.btn-edit.disabled:hover,
.btn-edit[disabled],
.btn-edit[disabled].active,
.btn-edit[disabled].focus,
.btn-edit[disabled]:active,
.btn-edit[disabled]:focus,
.btn-edit[disabled]:hover,
fieldset[disabled] .btn-edit,
fieldset[disabled] .btn-edit.active,
fieldset[disabled] .btn-edit.focus,
fieldset[disabled] .btn-edit:active,
fieldset[disabled] .btn-edit:focus,
fieldset[disabled] .btn-edit:hover {
  background-color: #0093b2;
  border-color: #0093b2;
}

.btn-edit .badge,
.btn-edit.btn-ghost {
  color: #0093b2;
  background-color: #fff;
}

.btn-edit.btn-xl {
  -webkit-box-shadow: 0 6px 0 #006175;
  box-shadow: 0 6px 0 #006175;
}

.btn-edit.btn-lg,
.btn-edit.btn-md {
  -webkit-box-shadow: 0 4px 0 #006175;
  box-shadow: 0 4px 0 #006175;
}

.btn-edit.btn-sm,
.btn-edit.btn-xs {
  -webkit-box-shadow: 0 3px 0 #006175;
  box-shadow: 0 3px 0 #006175;
}

.btn-edit.btn-flat,
.btn-edit:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-edit.btn-flat:active {
  top: 0;
}

.btn-edit.btn-flat.btn-lg,
.btn-edit.btn-flat.btn-md,
.btn-edit.btn-flat.btn-sm,
.btn-edit.btn-flat.btn-xl,
.btn-edit.btn-flat.btn-xs {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-edit.btn-ghost {
  text-shadow: none;
  border: 1px solid #0093b2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-edit.btn-ghost:after {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-family: al-iconfont;
  font-size: 1.1em;
  content: '\e81c';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-edit.btn-ghost.btn-loading:after,
.btn-success.btn-loading:before {
  content: '\e83f';
}

.btn-edit.btn-ghost.focus,
.btn-edit.btn-ghost:focus {
  color: #0093b2;
  background-color: #fff;
  border-color: 1px solid #0093b2;
}

.btn-edit.btn-ghost.active,
.btn-edit.btn-ghost:active,
.btn-edit.btn-ghost:hover {
  top: 0;
  color: #fff;
  background-color: #0093b2;
  border: 1px solid #0093b2;
}

.btn-edit.btn-ghost.btn-lg,
.btn-edit.btn-ghost.btn-md,
.btn-edit.btn-ghost.btn-sm,
.btn-edit.btn-ghost.btn-xl,
.btn-edit.btn-ghost.btn-xs {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-edit.active,
.btn-edit:active,
.btn-edit:hover {
  color: #fff;
}

.btn-success {
  color: #29a036;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 4px 0 #f5f5f5;
  box-shadow: 0 4px 0 #f5f5f5;
}

.btn-success.btn-loading {
  position: relative;
  padding-left: 2.5em;
}

.btn-success.btn-loading:before {
  position: absolute;
  top: 50%;
  display: block;
  animation: spin 2s linear infinite;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-info.btn-loading:before,
.btn-warning.btn-loading:before {
  -webkit-animation: spin 2s linear infinite;
  font-family: al-iconfont;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-success.focus,
.btn-success:focus {
  color: #29a036;
  background-color: #fff;
  border-color: #fff;
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
  color: #29a036;
  background-color: #29a036;
  border-color: #fff;
}

.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: #fff;
  border-color: #fff;
}

.btn-success .badge {
  color: #fff;
  background-color: #29a036;
}

.btn-success.btn-xl {
  -webkit-box-shadow: 0 6px 0 #f5f5f5;
  box-shadow: 0 6px 0 #f5f5f5;
}

.btn-success.btn-lg,
.btn-success.btn-md {
  -webkit-box-shadow: 0 4px 0 #f5f5f5;
  box-shadow: 0 4px 0 #f5f5f5;
}

.btn-success.btn-sm,
.btn-success.btn-xs {
  -webkit-box-shadow: 0 3px 0 #f5f5f5;
  box-shadow: 0 3px 0 #f5f5f5;
}

.btn-success.btn-flat,
.btn-success:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success.btn-flat:active {
  top: 0;
}

.btn-success.btn-flat.btn-lg,
.btn-success.btn-flat.btn-md,
.btn-success.btn-flat.btn-sm,
.btn-success.btn-flat.btn-xl,
.btn-success.btn-flat.btn-xs {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success.btn-ghost {
  color: #29a036;
  text-shadow: none;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success.btn-ghost:after {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-family: al-iconfont;
  font-size: 1.1em;
  content: '\e81c';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-info.btn-loading:before,
.btn-success.btn-ghost.btn-loading:after {
  content: '\e83f';
}

.btn-success.btn-ghost.focus,
.btn-success.btn-ghost:focus {
  color: #29a036;
  background-color: #fff;
  border-color: 1px solid #fff;
}

.btn-success.btn-ghost.active,
.btn-success.btn-ghost:active,
.btn-success.btn-ghost:hover {
  top: 0;
  color: #fff;
  background-color: #29a036;
  border: 1px solid #29a036;
}

.btn-success.btn-ghost.btn-lg,
.btn-success.btn-ghost.btn-md,
.btn-success.btn-ghost.btn-sm,
.btn-success.btn-ghost.btn-xl,
.btn-success.btn-ghost.btn-xs {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success.active,
.btn-success:active,
.btn-success:hover {
  color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #0093b2;
  border-color: #0093b2;
  -webkit-box-shadow: 0 4px 0 #006175;
  box-shadow: 0 4px 0 #006175;
}

.btn-info.btn-loading {
  position: relative;
  padding-left: 2.5em;
}

.btn-info.btn-loading:before {
  position: absolute;
  top: 50%;
  display: block;
  animation: spin 2s linear infinite;
}

.btn-danger.btn-loading:before,
.btn-warning.btn-loading:before {
  left: 1em;
  width: 1em;
  height: 1em;
  margin-top: -.5em;
  line-height: 1;
  -o-animation: spin 2s linear infinite;
  font-weight: 300;
  font-style: normal;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #0093b2;
  border-color: #0093b2;
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #007088;
  border-color: #0093b2;
}

.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: #0093b2;
  border-color: #0093b2;
}

.btn-info .badge,
.btn-info.btn-ghost {
  color: #0093b2;
  background-color: #fff;
}

.btn-info.btn-xl {
  -webkit-box-shadow: 0 6px 0 #006175;
  box-shadow: 0 6px 0 #006175;
}

.btn-info.btn-lg,
.btn-info.btn-md {
  -webkit-box-shadow: 0 4px 0 #006175;
  box-shadow: 0 4px 0 #006175;
}

.btn-info.btn-sm,
.btn-info.btn-xs {
  -webkit-box-shadow: 0 3px 0 #006175;
  box-shadow: 0 3px 0 #006175;
}

.btn-info.btn-flat,
.btn-info:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info.btn-flat:active {
  top: 0;
}

.btn-info.btn-flat.btn-lg,
.btn-info.btn-flat.btn-md,
.btn-info.btn-flat.btn-sm,
.btn-info.btn-flat.btn-xl,
.btn-info.btn-flat.btn-xs {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info.btn-ghost {
  text-shadow: none;
  border: 1px solid #0093b2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info.btn-ghost:after {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-family: al-iconfont;
  font-size: 1.1em;
  content: '\e81c';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-info.btn-ghost.btn-loading:after,
.btn-warning.btn-loading:before {
  content: '\e83f';
}

.btn-info.btn-ghost.focus,
.btn-info.btn-ghost:focus {
  color: #0093b2;
  background-color: #fff;
  border-color: 1px solid #0093b2;
}

.btn-info.btn-ghost.active,
.btn-info.btn-ghost:active,
.btn-info.btn-ghost:hover {
  top: 0;
  color: #fff;
  background-color: #0093b2;
  border: 1px solid #0093b2;
}

.btn-info.btn-ghost.btn-lg,
.btn-info.btn-ghost.btn-md,
.btn-info.btn-ghost.btn-sm,
.btn-info.btn-ghost.btn-xl,
.btn-info.btn-ghost.btn-xs {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info.active,
.btn-info:active,
.btn-info:hover {
  color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f38e1b;
  border-color: #f38e1b;
  -webkit-box-shadow: 0 4px 0 #d87d16;
  box-shadow: 0 4px 0 #d87d16;
}

.btn-warning.btn-loading {
  position: relative;
  padding-left: 2.5em;
}

.btn-warning.btn-loading:before {
  position: absolute;
  top: 50%;
  display: block;
  animation: spin 2s linear infinite;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #f38e1b;
  border-color: #f38e1b;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #f18116;
  border-color: #f38e1b;
}

.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: #f38e1b;
  border-color: #f38e1b;
}

.btn-warning .badge,
.btn-warning.btn-ghost {
  color: #f38e1b;
  background-color: #fff;
}

.btn-warning.btn-xl {
  -webkit-box-shadow: 0 6px 0 #d87d16;
  box-shadow: 0 6px 0 #d87d16;
}

.btn-warning.btn-lg,
.btn-warning.btn-md {
  -webkit-box-shadow: 0 4px 0 #d87d16;
  box-shadow: 0 4px 0 #d87d16;
}

.btn-warning.btn-sm,
.btn-warning.btn-xs {
  -webkit-box-shadow: 0 3px 0 #d87d16;
  box-shadow: 0 3px 0 #d87d16;
}

.btn-warning.btn-flat,
.btn-warning:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning.btn-flat:active {
  top: 0;
}

.btn-warning.btn-flat.btn-lg,
.btn-warning.btn-flat.btn-md,
.btn-warning.btn-flat.btn-sm,
.btn-warning.btn-flat.btn-xl,
.btn-warning.btn-flat.btn-xs {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning.btn-ghost {
  text-shadow: none;
  border: 1px solid #f38e1b;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning.btn-ghost:after {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-family: al-iconfont;
  font-size: 1.1em;
  content: '\e81c';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-danger.btn-loading:before,
.btn-warning.btn-ghost.btn-loading:after {
  content: '\e83f';
}

.btn-warning.btn-ghost.focus,
.btn-warning.btn-ghost:focus {
  color: #f38e1b;
  background-color: #fff;
  border-color: 1px solid #f38e1b;
}

.btn-warning.btn-ghost.active,
.btn-warning.btn-ghost:active,
.btn-warning.btn-ghost:hover {
  top: 0;
  color: #fff;
  background-color: #f38e1b;
  border: 1px solid #f38e1b;
}

.btn-warning.btn-ghost.btn-lg,
.btn-warning.btn-ghost.btn-md,
.btn-warning.btn-ghost.btn-sm,
.btn-warning.btn-ghost.btn-xl,
.btn-warning.btn-ghost.btn-xs {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger {
  color: #fff;
  background-color: #ce2a6f;
  border-color: #ce2a6f;
  -webkit-box-shadow: 0 4px 0 #c22265;
  box-shadow: 0 4px 0 #c22265;
}

.btn-danger.btn-loading {
  position: relative;
  padding-left: 2.5em;
}

.btn-danger.btn-loading:before {
  position: absolute;
  top: 50%;
  display: block;
  font-family: al-iconfont;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-danger.btn-ghost:after,
.btn-link.btn-ghost:after {
  display: inline-block;
  padding-left: 10px;
  font-size: 1.1em;
  position: relative;
  font-family: al-iconfont;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #ce2a6f;
  border-color: #ce2a6f;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c62362;
  border-color: #ce2a6f;
}

.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: #ce2a6f;
  border-color: #ce2a6f;
}

.btn-danger .badge,
.btn-danger.btn-ghost {
  color: #ce2a6f;
  background-color: #fff;
}

.btn-danger.btn-xl {
  -webkit-box-shadow: 0 6px 0 #c22265;
  box-shadow: 0 6px 0 #c22265;
}

.btn-danger.btn-lg,
.btn-danger.btn-md {
  -webkit-box-shadow: 0 4px 0 #c22265;
  box-shadow: 0 4px 0 #c22265;
}

.btn-danger.btn-sm,
.btn-danger.btn-xs {
  -webkit-box-shadow: 0 3px 0 #c22265;
  box-shadow: 0 3px 0 #c22265;
}

.btn-danger.btn-flat,
.btn-danger:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger.btn-flat:active {
  top: 0;
}

.btn-danger.btn-flat.btn-lg,
.btn-danger.btn-flat.btn-md,
.btn-danger.btn-flat.btn-sm,
.btn-danger.btn-flat.btn-xl,
.btn-danger.btn-flat.btn-xs {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger.btn-ghost {
  text-shadow: none;
  border: 1px solid #ce2a6f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger.btn-ghost:after {
  content: '\e81c';
}

.btn-danger.btn-ghost.btn-loading:after {
  content: '\e83f';
}

.btn-danger.btn-ghost.focus,
.btn-danger.btn-ghost:focus {
  color: #ce2a6f;
  background-color: #fff;
  border-color: 1px solid #ce2a6f;
}

.btn-danger.btn-ghost.active,
.btn-danger.btn-ghost:active,
.btn-danger.btn-ghost:hover {
  top: 0;
  color: #fff;
  background-color: #ce2a6f;
  border: 1px solid #ce2a6f;
}

.btn-danger.btn-ghost.btn-lg,
.btn-danger.btn-ghost.btn-md,
.btn-danger.btn-ghost.btn-sm,
.btn-danger.btn-ghost.btn-xl,
.btn-danger.btn-ghost.btn-xs {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  top: 0;
  font-weight: 300;
  color: #29a036;
  border-radius: 0;
}

.btn-link.btn-ghost {
  color: #29a036;
  text-shadow: none;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link.btn-ghost:after {
  content: '\e81c';
}

.btn-link.btn-ghost.btn-loading:after {
  content: '\e83f';
}

.btn-link.btn-ghost.focus,
.btn-link.btn-ghost:focus {
  color: #29a036;
  background-color: transparent;
  border-color: 1px solid transparent;
}

.btn-link.btn-ghost.btn-lg,
.btn-link.btn-ghost.btn-md,
.btn-link.btn-ghost.btn-sm,
.btn-link.btn-ghost.btn-xl,
.btn-link.btn-ghost.btn-xs {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.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 {
  top: 0;
  color: #227e2c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-ghost.disabled,
.btn-ghost[disabled],
.dropdown-menu {
  background-color: #fff;
}

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

.btn-link.btn-primary,
.btn-link.text-primary,
a.text-primary {
  color: #29a036;
}

.btn-link.btn-primary:focus,
.btn-link.btn-primary:hover,
.btn-link.text-primary:focus,
.btn-link.text-primary:hover,
a.text-primary:focus,
a.text-primary:hover {
  color: #22942d;
}

.btn-link.btn-secondary,
.btn-link.text-secondary,
a.text-secondary {
  color: #555;
}

.btn-link.btn-secondary:focus,
.btn-link.btn-secondary:hover,
.btn-link.btn-tertiary,
.btn-link.btn-tertiary:focus,
.btn-link.btn-tertiary:hover,
.btn-link.text-secondary:focus,
.btn-link.text-secondary:hover,
.btn-link.text-tertiary,
.btn-link.text-tertiary:focus,
.btn-link.text-tertiary:hover,
a.text-secondary:focus,
a.text-secondary:hover,
a.text-tertiary,
a.text-tertiary:focus,
a.text-tertiary:hover {
  color: #888;
}

.btn-link.btn-info,
.btn-link.text-info,
a.text-info {
  color: #0093b2;
}

.btn-link.btn-info:focus,
.btn-link.btn-info:hover,
.btn-link.text-info:focus,
.btn-link.text-info:hover,
a.text-info:focus,
a.text-info:hover {
  color: #007088;
}

.btn-link.btn-edit,
.btn-link.text-edit,
a.text-edit {
  color: #0093b2;
}

.btn-link.btn-edit:focus,
.btn-link.btn-edit:hover,
.btn-link.text-edit:focus,
.btn-link.text-edit:hover,
a.text-edit:focus,
a.text-edit:hover {
  color: #007088;
}

.btn-link.btn-warning,
.btn-link.text-warning,
a.text-warning {
  color: #d87d16;
}

.btn-link.btn-warning:focus,
.btn-link.btn-warning:hover,
.btn-link.text-warning:focus,
.btn-link.text-warning:hover,
a.text-warning:focus,
a.text-warning:hover {
  color: #f18116;
}

.btn-link.btn-danger,
.btn-link.text-danger,
a.text-danger {
  color: #ce2a6f;
}

.btn-link.btn-danger:focus,
.btn-link.btn-danger:hover,
.btn-link.text-danger:focus,
.btn-link.text-danger:hover,
a.text-danger:focus,
a.text-danger:hover {
  color: #c62362;
}

.btn-xl {
  font-size: 2.1875em;
}

.btn-xl:active {
  top: 6px;
}

.btn-lg:active,
.btn-md:active,
.btn-sm:active {
  top: 4px;
}

.btn-group-lg>.btn,
.btn-lg {
  font-size: 1.5em;
}

.btn-md {
  font-size: 1.125em;
  letter-spacing: .04em;
}

.btn-group-sm>.btn,
.btn-sm {
  font-size: 1em;
  letter-spacing: .04em;
}

.btn-group-xs>.btn,
.btn-xs {
  font-size: .875em;
  letter-spacing: .04em;
}

.btn-xs:active {
  top: 3px;
}

.btn-link:active {
  top: 0;
}

.btn-block {
  display: block;
}

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

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

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

.collapsing {
  position: relative;
  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 solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .125em;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

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

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

.input-group-addon,
.nav-justified>li>a,
.pager,
.pagination,
.pagination-center {
  text-align: center;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #eee;
}

.dropdown-menu>li>a {
  clear: both;
  font-weight: 300;
  color: #333;
}

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

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

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  color: #888;
}

.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 {
  font-size: 14px;
  color: #bbb;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.btn-group .btn,
.btn-group-vertical .btn {
  font-weight: 300;
}

.dropdown-toggle.btn,
.dropdown-toggle.btn-danger,
.dropdown-toggle.btn-info,
.dropdown-toggle.btn-primary,
.dropdown-toggle.btn-secondary,
.dropdown-toggle.btn-success,
.dropdown-toggle.btn-tertiary,
.dropdown-toggle.btn-warning {
  color: #555;
  text-shadow: none;
  background-color: #fff;
  border: 1px solid #555;
}

.dropdown-toggle.btn-danger.btn-loading,
.dropdown-toggle.btn-info.btn-loading,
.dropdown-toggle.btn-primary.btn-loading,
.dropdown-toggle.btn-secondary.btn-loading,
.dropdown-toggle.btn-success.btn-loading,
.dropdown-toggle.btn-tertiary.btn-loading,
.dropdown-toggle.btn-warning.btn-loading,
.dropdown-toggle.btn.btn-loading {
  position: relative;
  padding-left: 2.5em;
}

.dropdown-toggle.btn-danger.btn-loading:before,
.dropdown-toggle.btn-info.btn-loading:before,
.dropdown-toggle.btn-primary.btn-loading:before,
.dropdown-toggle.btn-secondary.btn-loading:before,
.dropdown-toggle.btn-success.btn-loading:before,
.dropdown-toggle.btn-tertiary.btn-loading:before,
.dropdown-toggle.btn-warning.btn-loading:before,
.dropdown-toggle.btn.btn-loading:before {
  position: absolute;
  top: 50%;
  left: 1em;
  display: block;
  width: 1em;
  height: 1em;
  margin-top: -.5em;
  font-family: al-iconfont;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  content: '\e83f';
  -webkit-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dropdown-group .btn-danger:active,
.dropdown-group .btn-info:active,
.dropdown-group .btn-primary:active,
.dropdown-group .btn-secondary:active,
.dropdown-group .btn-success:active,
.dropdown-group .btn-tertiary:active,
.dropdown-group .btn-warning:active,
.dropdown-group .btn:active,
.dropdown-group.btn-group .btn-danger:active,
.dropdown-group.btn-group .btn-info:active,
.dropdown-group.btn-group .btn-primary:active,
.dropdown-group.btn-group .btn-secondary:active,
.dropdown-group.btn-group .btn-success:active,
.dropdown-group.btn-group .btn-tertiary:active,
.dropdown-group.btn-group .btn-warning:active,
.dropdown-group.btn-group .btn:active,
.split-dropdown-group .btn-danger:active,
.split-dropdown-group .btn-info:active,
.split-dropdown-group .btn-primary:active,
.split-dropdown-group .btn-secondary:active,
.split-dropdown-group .btn-success:active,
.split-dropdown-group .btn-tertiary:active,
.split-dropdown-group .btn-warning:active,
.split-dropdown-group .btn:active {
  top: 0;
}

.dropdown-toggle.btn-danger.focus,
.dropdown-toggle.btn-danger:focus,
.dropdown-toggle.btn-info.focus,
.dropdown-toggle.btn-info:focus,
.dropdown-toggle.btn-primary.focus,
.dropdown-toggle.btn-primary:focus,
.dropdown-toggle.btn-secondary.focus,
.dropdown-toggle.btn-secondary:focus,
.dropdown-toggle.btn-success.focus,
.dropdown-toggle.btn-success:focus,
.dropdown-toggle.btn-tertiary.focus,
.dropdown-toggle.btn-tertiary:focus,
.dropdown-toggle.btn-warning.focus,
.dropdown-toggle.btn-warning:focus,
.dropdown-toggle.btn.focus,
.dropdown-toggle.btn:focus {
  color: #555;
  background-color: #fff;
  border-color: #555;
}

.dropdown-toggle.btn-danger.active,
.dropdown-toggle.btn-danger:active,
.dropdown-toggle.btn-danger:hover,
.dropdown-toggle.btn-info.active,
.dropdown-toggle.btn-info:active,
.dropdown-toggle.btn-info:hover,
.dropdown-toggle.btn-primary.active,
.dropdown-toggle.btn-primary:active,
.dropdown-toggle.btn-primary:hover,
.dropdown-toggle.btn-secondary.active,
.dropdown-toggle.btn-secondary:active,
.dropdown-toggle.btn-secondary:hover,
.dropdown-toggle.btn-success.active,
.dropdown-toggle.btn-success:active,
.dropdown-toggle.btn-success:hover,
.dropdown-toggle.btn-tertiary.active,
.dropdown-toggle.btn-tertiary:active,
.dropdown-toggle.btn-tertiary:hover,
.dropdown-toggle.btn-warning.active,
.dropdown-toggle.btn-warning:active,
.dropdown-toggle.btn-warning:hover,
.dropdown-toggle.btn.active,
.dropdown-toggle.btn:active,
.dropdown-toggle.btn:hover,
.open>.dropdown-toggle.dropdown-toggle.btn,
.open>.dropdown-toggle.dropdown-toggle.btn-danger,
.open>.dropdown-toggle.dropdown-toggle.btn-info,
.open>.dropdown-toggle.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.dropdown-toggle.btn-secondary,
.open>.dropdown-toggle.dropdown-toggle.btn-success,
.open>.dropdown-toggle.dropdown-toggle.btn-tertiary,
.open>.dropdown-toggle.dropdown-toggle.btn-warning {
  color: #555;
  background-color: #bbb;
  border-color: #555;
}

.dropdown-toggle.btn-danger.disabled,
.dropdown-toggle.btn-danger.disabled.active,
.dropdown-toggle.btn-danger.disabled.focus,
.dropdown-toggle.btn-danger.disabled:active,
.dropdown-toggle.btn-danger.disabled:focus,
.dropdown-toggle.btn-danger.disabled:hover,
.dropdown-toggle.btn-danger[disabled],
.dropdown-toggle.btn-danger[disabled].active,
.dropdown-toggle.btn-danger[disabled].focus,
.dropdown-toggle.btn-danger[disabled]:active,
.dropdown-toggle.btn-danger[disabled]:focus,
.dropdown-toggle.btn-danger[disabled]:hover,
.dropdown-toggle.btn-info.disabled,
.dropdown-toggle.btn-info.disabled.active,
.dropdown-toggle.btn-info.disabled.focus,
.dropdown-toggle.btn-info.disabled:active,
.dropdown-toggle.btn-info.disabled:focus,
.dropdown-toggle.btn-info.disabled:hover,
.dropdown-toggle.btn-info[disabled],
.dropdown-toggle.btn-info[disabled].active,
.dropdown-toggle.btn-info[disabled].focus,
.dropdown-toggle.btn-info[disabled]:active,
.dropdown-toggle.btn-info[disabled]:focus,
.dropdown-toggle.btn-info[disabled]:hover,
.dropdown-toggle.btn-primary.disabled,
.dropdown-toggle.btn-primary.disabled.active,
.dropdown-toggle.btn-primary.disabled.focus,
.dropdown-toggle.btn-primary.disabled:active,
.dropdown-toggle.btn-primary.disabled:focus,
.dropdown-toggle.btn-primary.disabled:hover,
.dropdown-toggle.btn-primary[disabled],
.dropdown-toggle.btn-primary[disabled].active,
.dropdown-toggle.btn-primary[disabled].focus,
.dropdown-toggle.btn-primary[disabled]:active,
.dropdown-toggle.btn-primary[disabled]:focus,
.dropdown-toggle.btn-primary[disabled]:hover,
.dropdown-toggle.btn-secondary.disabled,
.dropdown-toggle.btn-secondary.disabled.active,
.dropdown-toggle.btn-secondary.disabled.focus,
.dropdown-toggle.btn-secondary.disabled:active,
.dropdown-toggle.btn-secondary.disabled:focus,
.dropdown-toggle.btn-secondary.disabled:hover,
.dropdown-toggle.btn-secondary[disabled],
.dropdown-toggle.btn-secondary[disabled].active,
.dropdown-toggle.btn-secondary[disabled].focus,
.dropdown-toggle.btn-secondary[disabled]:active,
.dropdown-toggle.btn-secondary[disabled]:focus,
.dropdown-toggle.btn-secondary[disabled]:hover,
.dropdown-toggle.btn-success.disabled,
.dropdown-toggle.btn-success.disabled.active,
.dropdown-toggle.btn-success.disabled.focus,
.dropdown-toggle.btn-success.disabled:active,
.dropdown-toggle.btn-success.disabled:focus,
.dropdown-toggle.btn-success.disabled:hover,
.dropdown-toggle.btn-success[disabled],
.dropdown-toggle.btn-success[disabled].active,
.dropdown-toggle.btn-success[disabled].focus,
.dropdown-toggle.btn-success[disabled]:active,
.dropdown-toggle.btn-success[disabled]:focus,
.dropdown-toggle.btn-success[disabled]:hover,
.dropdown-toggle.btn-tertiary.disabled,
.dropdown-toggle.btn-tertiary.disabled.active,
.dropdown-toggle.btn-tertiary.disabled.focus,
.dropdown-toggle.btn-tertiary.disabled:active,
.dropdown-toggle.btn-tertiary.disabled:focus,
.dropdown-toggle.btn-tertiary.disabled:hover,
.dropdown-toggle.btn-tertiary[disabled],
.dropdown-toggle.btn-tertiary[disabled].active,
.dropdown-toggle.btn-tertiary[disabled].focus,
.dropdown-toggle.btn-tertiary[disabled]:active,
.dropdown-toggle.btn-tertiary[disabled]:focus,
.dropdown-toggle.btn-tertiary[disabled]:hover,
.dropdown-toggle.btn-warning.disabled,
.dropdown-toggle.btn-warning.disabled.active,
.dropdown-toggle.btn-warning.disabled.focus,
.dropdown-toggle.btn-warning.disabled:active,
.dropdown-toggle.btn-warning.disabled:focus,
.dropdown-toggle.btn-warning.disabled:hover,
.dropdown-toggle.btn-warning[disabled],
.dropdown-toggle.btn-warning[disabled].active,
.dropdown-toggle.btn-warning[disabled].focus,
.dropdown-toggle.btn-warning[disabled]:active,
.dropdown-toggle.btn-warning[disabled]:focus,
.dropdown-toggle.btn-warning[disabled]:hover,
.dropdown-toggle.btn.disabled,
.dropdown-toggle.btn.disabled.active,
.dropdown-toggle.btn.disabled.focus,
.dropdown-toggle.btn.disabled:active,
.dropdown-toggle.btn.disabled:focus,
.dropdown-toggle.btn.disabled:hover,
.dropdown-toggle.btn[disabled],
.dropdown-toggle.btn[disabled].active,
.dropdown-toggle.btn[disabled].focus,
.dropdown-toggle.btn[disabled]:active,
.dropdown-toggle.btn[disabled]:focus,
.dropdown-toggle.btn[disabled]:hover,
fieldset[disabled] .dropdown-toggle.btn,
fieldset[disabled] .dropdown-toggle.btn-danger,
fieldset[disabled] .dropdown-toggle.btn-danger.active,
fieldset[disabled] .dropdown-toggle.btn-danger.focus,
fieldset[disabled] .dropdown-toggle.btn-danger:active,
fieldset[disabled] .dropdown-toggle.btn-danger:focus,
fieldset[disabled] .dropdown-toggle.btn-danger:hover,
fieldset[disabled] .dropdown-toggle.btn-info,
fieldset[disabled] .dropdown-toggle.btn-info.active,
fieldset[disabled] .dropdown-toggle.btn-info.focus,
fieldset[disabled] .dropdown-toggle.btn-info:active,
fieldset[disabled] .dropdown-toggle.btn-info:focus,
fieldset[disabled] .dropdown-toggle.btn-info:hover,
fieldset[disabled] .dropdown-toggle.btn-primary,
fieldset[disabled] .dropdown-toggle.btn-primary.active,
fieldset[disabled] .dropdown-toggle.btn-primary.focus,
fieldset[disabled] .dropdown-toggle.btn-primary:active,
fieldset[disabled] .dropdown-toggle.btn-primary:focus,
fieldset[disabled] .dropdown-toggle.btn-primary:hover,
fieldset[disabled] .dropdown-toggle.btn-secondary,
fieldset[disabled] .dropdown-toggle.btn-secondary.active,
fieldset[disabled] .dropdown-toggle.btn-secondary.focus,
fieldset[disabled] .dropdown-toggle.btn-secondary:active,
fieldset[disabled] .dropdown-toggle.btn-secondary:focus,
fieldset[disabled] .dropdown-toggle.btn-secondary:hover,
fieldset[disabled] .dropdown-toggle.btn-success,
fieldset[disabled] .dropdown-toggle.btn-success.active,
fieldset[disabled] .dropdown-toggle.btn-success.focus,
fieldset[disabled] .dropdown-toggle.btn-success:active,
fieldset[disabled] .dropdown-toggle.btn-success:focus,
fieldset[disabled] .dropdown-toggle.btn-success:hover,
fieldset[disabled] .dropdown-toggle.btn-tertiary,
fieldset[disabled] .dropdown-toggle.btn-tertiary.active,
fieldset[disabled] .dropdown-toggle.btn-tertiary.focus,
fieldset[disabled] .dropdown-toggle.btn-tertiary:active,
fieldset[disabled] .dropdown-toggle.btn-tertiary:focus,
fieldset[disabled] .dropdown-toggle.btn-tertiary:hover,
fieldset[disabled] .dropdown-toggle.btn-warning,
fieldset[disabled] .dropdown-toggle.btn-warning.active,
fieldset[disabled] .dropdown-toggle.btn-warning.focus,
fieldset[disabled] .dropdown-toggle.btn-warning:active,
fieldset[disabled] .dropdown-toggle.btn-warning:focus,
fieldset[disabled] .dropdown-toggle.btn-warning:hover,
fieldset[disabled] .dropdown-toggle.btn.active,
fieldset[disabled] .dropdown-toggle.btn.focus,
fieldset[disabled] .dropdown-toggle.btn:active,
fieldset[disabled] .dropdown-toggle.btn:focus,
fieldset[disabled] .dropdown-toggle.btn:hover {
  background-color: #fff;
  border-color: #555;
}

.dropdown-toggle.btn .badge,
.dropdown-toggle.btn-danger .badge,
.dropdown-toggle.btn-info .badge,
.dropdown-toggle.btn-primary .badge,
.dropdown-toggle.btn-secondary .badge,
.dropdown-toggle.btn-success .badge,
.dropdown-toggle.btn-tertiary .badge,
.dropdown-toggle.btn-warning .badge {
  color: #fff;
  background-color: #555;
}

.input-group-btn .dropdown-toggle:after,
.input-group-btn .dropdown-toggle:before,
.nav .dropdown-toggle:after,
.nav .dropdown-toggle:before {
  display: table;
  content: " ";
}

.input-group-btn .dropdown-toggle .dropdown-btn-l,
.nav .dropdown-toggle .dropdown-btn-l {
  float: left;
  padding-right: 5px;
}

.input-group-btn .dropdown-toggle .dropdown-btn-r,
.nav .dropdown-toggle .dropdown-btn-r {
  float: right;
}

.dropdown-group .btn,
.dropdown-group .btn-danger,
.dropdown-group .btn-info,
.dropdown-group .btn-primary,
.dropdown-group .btn-secondary,
.dropdown-group .btn-success,
.dropdown-group .btn-tertiary,
.dropdown-group .btn-warning,
.dropdown-group.btn-group .btn,
.dropdown-group.btn-group .btn-danger,
.dropdown-group.btn-group .btn-info,
.dropdown-group.btn-group .btn-primary,
.dropdown-group.btn-group .btn-secondary,
.dropdown-group.btn-group .btn-success,
.dropdown-group.btn-group .btn-tertiary,
.dropdown-group.btn-group .btn-warning {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-group .btn-danger.btn-l,
.dropdown-group .btn-danger.btn-md,
.dropdown-group .btn-danger.btn-s,
.dropdown-group .btn-danger.btn-xl,
.dropdown-group .btn-info.btn-l,
.dropdown-group .btn-info.btn-md,
.dropdown-group .btn-info.btn-s,
.dropdown-group .btn-info.btn-xl,
.dropdown-group .btn-primary.btn-l,
.dropdown-group .btn-primary.btn-md,
.dropdown-group .btn-primary.btn-s,
.dropdown-group .btn-primary.btn-xl,
.dropdown-group .btn-secondary.btn-l,
.dropdown-group .btn-secondary.btn-md,
.dropdown-group .btn-secondary.btn-s,
.dropdown-group .btn-secondary.btn-xl,
.dropdown-group .btn-success.btn-l,
.dropdown-group .btn-success.btn-md,
.dropdown-group .btn-success.btn-s,
.dropdown-group .btn-success.btn-xl,
.dropdown-group .btn-tertiary.btn-l,
.dropdown-group .btn-tertiary.btn-md,
.dropdown-group .btn-tertiary.btn-s,
.dropdown-group .btn-tertiary.btn-xl,
.dropdown-group .btn-warning.btn-l,
.dropdown-group .btn-warning.btn-md,
.dropdown-group .btn-warning.btn-s,
.dropdown-group .btn-warning.btn-xl,
.dropdown-group .btn.btn-l,
.dropdown-group .btn.btn-md,
.dropdown-group .btn.btn-s,
.dropdown-group .btn.btn-xl,
.dropdown-group.btn-group .btn-danger.btn-l,
.dropdown-group.btn-group .btn-danger.btn-md,
.dropdown-group.btn-group .btn-danger.btn-s,
.dropdown-group.btn-group .btn-danger.btn-xl,
.dropdown-group.btn-group .btn-info.btn-l,
.dropdown-group.btn-group .btn-info.btn-md,
.dropdown-group.btn-group .btn-info.btn-s,
.dropdown-group.btn-group .btn-info.btn-xl,
.dropdown-group.btn-group .btn-primary.btn-l,
.dropdown-group.btn-group .btn-primary.btn-md,
.dropdown-group.btn-group .btn-primary.btn-s,
.dropdown-group.btn-group .btn-primary.btn-xl,
.dropdown-group.btn-group .btn-secondary.btn-l,
.dropdown-group.btn-group .btn-secondary.btn-md,
.dropdown-group.btn-group .btn-secondary.btn-s,
.dropdown-group.btn-group .btn-secondary.btn-xl,
.dropdown-group.btn-group .btn-success.btn-l,
.dropdown-group.btn-group .btn-success.btn-md,
.dropdown-group.btn-group .btn-success.btn-s,
.dropdown-group.btn-group .btn-success.btn-xl,
.dropdown-group.btn-group .btn-tertiary.btn-l,
.dropdown-group.btn-group .btn-tertiary.btn-md,
.dropdown-group.btn-group .btn-tertiary.btn-s,
.dropdown-group.btn-group .btn-tertiary.btn-xl,
.dropdown-group.btn-group .btn-warning.btn-l,
.dropdown-group.btn-group .btn-warning.btn-md,
.dropdown-group.btn-group .btn-warning.btn-s,
.dropdown-group.btn-group .btn-warning.btn-xl,
.dropdown-group.btn-group .btn.btn-l,
.dropdown-group.btn-group .btn.btn-md,
.dropdown-group.btn-group .btn.btn-s,
.dropdown-group.btn-group .btn.btn-xl {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-group .btn .dropdown-btn-l,
.dropdown-group .btn-danger .dropdown-btn-l,
.dropdown-group .btn-info .dropdown-btn-l,
.dropdown-group .btn-primary .dropdown-btn-l,
.dropdown-group .btn-secondary .dropdown-btn-l,
.dropdown-group .btn-success .dropdown-btn-l,
.dropdown-group .btn-tertiary .dropdown-btn-l,
.dropdown-group .btn-warning .dropdown-btn-l,
.dropdown-group.btn-group .btn .dropdown-btn-l,
.dropdown-group.btn-group .btn-danger .dropdown-btn-l,
.dropdown-group.btn-group .btn-info .dropdown-btn-l,
.dropdown-group.btn-group .btn-primary .dropdown-btn-l,
.dropdown-group.btn-group .btn-secondary .dropdown-btn-l,
.dropdown-group.btn-group .btn-success .dropdown-btn-l,
.dropdown-group.btn-group .btn-tertiary .dropdown-btn-l,
.dropdown-group.btn-group .btn-warning .dropdown-btn-l {
  display: block;
  float: left;
  padding: .4em 1em .3em;
  line-height: 1em;
  border: 1px solid #555;
  border-radius: .125em 0 0 .125em;
}

.dropdown-group .btn .dropdown-btn-r,
.dropdown-group .btn-danger .dropdown-btn-r,
.dropdown-group .btn-info .dropdown-btn-r,
.dropdown-group .btn-primary .dropdown-btn-r,
.dropdown-group .btn-secondary .dropdown-btn-r,
.dropdown-group .btn-success .dropdown-btn-r,
.dropdown-group .btn-tertiary .dropdown-btn-r,
.dropdown-group .btn-warning .dropdown-btn-r,
.dropdown-group.btn-group .btn .dropdown-btn-r,
.dropdown-group.btn-group .btn-danger .dropdown-btn-r,
.dropdown-group.btn-group .btn-info .dropdown-btn-r,
.dropdown-group.btn-group .btn-primary .dropdown-btn-r,
.dropdown-group.btn-group .btn-secondary .dropdown-btn-r,
.dropdown-group.btn-group .btn-success .dropdown-btn-r,
.dropdown-group.btn-group .btn-tertiary .dropdown-btn-r,
.dropdown-group.btn-group .btn-warning .dropdown-btn-r {
  display: block;
  float: right;
  padding: .4em .4em .3em;
  margin-left: -1px;
  line-height: 1em;
  border: 1px solid #555;
  border-radius: 0 .125em .125em 0;
}

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

.btn-group .dropdown-group .btn,
.btn-group .dropdown-group .btn-danger,
.btn-group .dropdown-group .btn-info,
.btn-group .dropdown-group .btn-primary,
.btn-group .dropdown-group .btn-secondary,
.btn-group .dropdown-group .btn-success,
.btn-group .dropdown-group .btn-tertiary,
.btn-group .dropdown-group .btn-warning,
.btn-group-vertical .dropdown-group .btn,
.btn-group-vertical .dropdown-group .btn-danger,
.btn-group-vertical .dropdown-group .btn-info,
.btn-group-vertical .dropdown-group .btn-primary,
.btn-group-vertical .dropdown-group .btn-secondary,
.btn-group-vertical .dropdown-group .btn-success,
.btn-group-vertical .dropdown-group .btn-tertiary,
.btn-group-vertical .dropdown-group .btn-warning,
.input-group-btn .dropdown-group .btn,
.input-group-btn .dropdown-group .btn-danger,
.input-group-btn .dropdown-group .btn-info,
.input-group-btn .dropdown-group .btn-primary,
.input-group-btn .dropdown-group .btn-secondary,
.input-group-btn .dropdown-group .btn-success,
.input-group-btn .dropdown-group .btn-tertiary,
.input-group-btn .dropdown-group .btn-warning {
  border: 1px solid #555;
}

.btn-group .dropdown-group .btn .dropdown-btn-l,
.btn-group .dropdown-group .btn-danger .dropdown-btn-l,
.btn-group .dropdown-group .btn-info .dropdown-btn-l,
.btn-group .dropdown-group .btn-primary .dropdown-btn-l,
.btn-group .dropdown-group .btn-secondary .dropdown-btn-l,
.btn-group .dropdown-group .btn-success .dropdown-btn-l,
.btn-group .dropdown-group .btn-tertiary .dropdown-btn-l,
.btn-group .dropdown-group .btn-warning .dropdown-btn-l,
.btn-group-vertical .dropdown-group .btn .dropdown-btn-l,
.btn-group-vertical .dropdown-group .btn-danger .dropdown-btn-l,
.btn-group-vertical .dropdown-group .btn-info .dropdown-btn-l,
.btn-group-vertical .dropdown-group .btn-primary .dropdown-btn-l,
.btn-group-vertical .dropdown-group .btn-secondary .dropdown-btn-l,
.btn-group-vertical .dropdown-group .btn-success .dropdown-btn-l,
.btn-group-vertical .dropdown-group .btn-tertiary .dropdown-btn-l,
.btn-group-vertical .dropdown-group .btn-warning .dropdown-btn-l,
.input-group-btn .dropdown-group .btn .dropdown-btn-l,
.input-group-btn .dropdown-group .btn-danger .dropdown-btn-l,
.input-group-btn .dropdown-group .btn-info .dropdown-btn-l,
.input-group-btn .dropdown-group .btn-primary .dropdown-btn-l,
.input-group-btn .dropdown-group .btn-secondary .dropdown-btn-l,
.input-group-btn .dropdown-group .btn-success .dropdown-btn-l,
.input-group-btn .dropdown-group .btn-tertiary .dropdown-btn-l,
.input-group-btn .dropdown-group .btn-warning .dropdown-btn-l {
  border: none;
  border-radius: 0;
}

.btn-group .dropdown-group .btn .dropdown-btn-r,
.btn-group .dropdown-group .btn-danger .dropdown-btn-r,
.btn-group .dropdown-group .btn-info .dropdown-btn-r,
.btn-group .dropdown-group .btn-primary .dropdown-btn-r,
.btn-group .dropdown-group .btn-secondary .dropdown-btn-r,
.btn-group .dropdown-group .btn-success .dropdown-btn-r,
.btn-group .dropdown-group .btn-tertiary .dropdown-btn-r,
.btn-group .dropdown-group .btn-warning .dropdown-btn-r,
.btn-group-vertical .dropdown-group .btn .dropdown-btn-r,
.btn-group-vertical .dropdown-group .btn-danger .dropdown-btn-r,
.btn-group-vertical .dropdown-group .btn-info .dropdown-btn-r,
.btn-group-vertical .dropdown-group .btn-primary .dropdown-btn-r,
.btn-group-vertical .dropdown-group .btn-secondary .dropdown-btn-r,
.btn-group-vertical .dropdown-group .btn-success .dropdown-btn-r,
.btn-group-vertical .dropdown-group .btn-tertiary .dropdown-btn-r,
.btn-group-vertical .dropdown-group .btn-warning .dropdown-btn-r,
.input-group-btn .dropdown-group .btn .dropdown-btn-r,
.input-group-btn .dropdown-group .btn-danger .dropdown-btn-r,
.input-group-btn .dropdown-group .btn-info .dropdown-btn-r,
.input-group-btn .dropdown-group .btn-primary .dropdown-btn-r,
.input-group-btn .dropdown-group .btn-secondary .dropdown-btn-r,
.input-group-btn .dropdown-group .btn-success .dropdown-btn-r,
.input-group-btn .dropdown-group .btn-tertiary .dropdown-btn-r,
.input-group-btn .dropdown-group .btn-warning .dropdown-btn-r {
  border: none;
  border-left: 1px solid #555;
  border-radius: 0;
}

.dropdown-group .btn-primary .dropdown-btn-r {
  color: #fff;
  background: #29a036;
  border-color: #29a036;
}

.dropdown-group .btn-secondary .dropdown-btn-r {
  color: #fff;
  background: #555;
  border-color: #555;
}

.dropdown-group .btn-tertiary .dropdown-btn-r {
  color: #fff;
  background: #888;
  border-color: #888;
}

.dropdown-group .btn-success .dropdown-btn-r {
  color: #29a036;
}

.dropdown-group .btn-info .dropdown-btn-r {
  color: #fff;
}

.dropdown-group .btn-warning .dropdown-btn-r {
  color: #fff;
  background: #f38e1b;
  border-color: #f38e1b;
}

.dropdown-group .btn-danger .dropdown-btn-r {
  color: #fff;
  background: #ce2a6f;
  border-color: #ce2a6f;
}

.split-dropdown-group .btn,
.split-dropdown-group .btn-danger,
.split-dropdown-group .btn-info,
.split-dropdown-group .btn-primary,
.split-dropdown-group .btn-secondary,
.split-dropdown-group .btn-success,
.split-dropdown-group .btn-tertiary,
.split-dropdown-group .btn-warning {
  border: 1px solid #555;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.split-dropdown-group .btn-danger.btn-l,
.split-dropdown-group .btn-danger.btn-md,
.split-dropdown-group .btn-danger.btn-s,
.split-dropdown-group .btn-danger.btn-xl,
.split-dropdown-group .btn-info.btn-l,
.split-dropdown-group .btn-info.btn-md,
.split-dropdown-group .btn-info.btn-s,
.split-dropdown-group .btn-info.btn-xl,
.split-dropdown-group .btn-primary.btn-l,
.split-dropdown-group .btn-primary.btn-md,
.split-dropdown-group .btn-primary.btn-s,
.split-dropdown-group .btn-primary.btn-xl,
.split-dropdown-group .btn-secondary.btn-l,
.split-dropdown-group .btn-secondary.btn-md,
.split-dropdown-group .btn-secondary.btn-s,
.split-dropdown-group .btn-secondary.btn-xl,
.split-dropdown-group .btn-success.btn-l,
.split-dropdown-group .btn-success.btn-md,
.split-dropdown-group .btn-success.btn-s,
.split-dropdown-group .btn-success.btn-xl,
.split-dropdown-group .btn-tertiary.btn-l,
.split-dropdown-group .btn-tertiary.btn-md,
.split-dropdown-group .btn-tertiary.btn-s,
.split-dropdown-group .btn-tertiary.btn-xl,
.split-dropdown-group .btn-warning.btn-l,
.split-dropdown-group .btn-warning.btn-md,
.split-dropdown-group .btn-warning.btn-s,
.split-dropdown-group .btn-warning.btn-xl,
.split-dropdown-group .btn.btn-l,
.split-dropdown-group .btn.btn-md,
.split-dropdown-group .btn.btn-s,
.split-dropdown-group .btn.btn-xl {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-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-group-expanded .btn,
.dropdown-group-expanded .btn {
  padding: 1em 1.5625em;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-bottom: 10px;
  margin-left: 5px;
}

.btn .caret,
.btn-group>.btn:first-child {
  margin-left: 0;
}

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

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

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

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
}

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

.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: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: .125em;
}

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

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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: .125em;
}

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

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 {
  display: block;
  position: relative;
}

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: .125em;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: .125em;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: .125em;
}

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

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-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-addon:first-child {
  border-right: 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;
}

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

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
  padding: 7px 16px;
  font-weight: 300;
  border: 1px solid #ccc;
}

.input-group-btn>.btn+.btn {
  margin-left: -2px;
}

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

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  margin-left: -2px;
}

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

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

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #555;
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #bbb;
  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: #29a036;
}

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

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

.nav-tabs {
  border-bottom: 1px solid #ccc;
}

.nav-tabs>li {
  float: left;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: .125em .125em 0 0;
}

.nav-tabs>li.active {
  position: relative;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  top: 1px;
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #fff;
}

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

.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: .125em;
}

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

@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 #ccc;
    border-radius: .125em .125em 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>a {
  border-radius: .125em;
}

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

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #29a036;
}

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

.nav-justified {
  width: 100%;
}

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

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

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

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

@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 #ccc;
    border-radius: .125em .125em 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;
  visibility: hidden;
}

.tab-content>.active {
  display: block;
  visibility: visible;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-steps {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.nav-steps>li {
  float: left;
  border-top: 5px solid #29a036;
  border-right: 1px solid #ccc;
}

.nav-steps>li>a {
  padding: 22px 15px;
  margin-bottom: 0;
  font-size: 1.1em;
  color: #555;
}

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

.nav-steps>li.active {
  border-top: 5px solid #ccc;
}

.nav-steps>li.disabled {
  padding-top: 4px;
  border-top: 1px solid #ccc;
}

.nav-steps>li.disabled a,
.nav-steps>li.disabled a:focus,
.nav-steps>li.disabled a:hover {
  color: #555;
}

.nav-steps>li.active a {
  font-weight: 700;
  color: #333;
  background-color: #f5f5f5;
}

.nav-steps.nav-justified>li {
  display: table-cell;
  float: none;
  width: 1%;
}

.nav-steps.nav-stacked {
  width: 100%;
}

.nav-steps.nav-stacked>li {
  float: none;
  margin-top: 0;
}

@media (max-width:480px) {
  .nav-steps>li>a {
    padding: 8px 10px;
    font-size: .8em;
  }
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

.navbar-collapse {
  padding-right: 10px;
  padding-left: 10px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  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: .125em;
  }

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

.modal,
.modal-open,
.progress {
  overflow: hidden;
}

@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: -10px;
  margin-left: -10px;
}

.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: 14px 10px;
  font-size: 20px;
  line-height: 22px;
}

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

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

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

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

@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: 22px;
  }

  .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-secondary {
  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: -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: 14px;
    padding-bottom: 14px;
  }
}

.navbar-form {
  padding: 10px;
  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: 7px -10px;
}

@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;
    display: none;
  }

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

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

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

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

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

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

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  border-radius: .125em .125em 0 0;
}

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

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

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

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

  .navbar-left {
    float: left!important;
  }

  .navbar-right {
    float: right!important;
    margin-right: -10px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f5f5f5;
  border-color: #e4e4e4;
}

.navbar-default .navbar-brand {
  color: #555;
}

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

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

.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: #e4e4e4;
}

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

.navbar-default .navbar-toggle {
  border-color: #ccc;
}

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

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

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

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

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #555;
  }

  .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: #e4e4e4;
  }

  .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: #888;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #555;
}

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

.navbar-default .btn-link {
  color: #555;
}

.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: #888;
}

.navbar-inverse {
  background-color: #333;
  border-color: #1a1a1a;
}

.navbar-inverse .navbar-brand {
  color: #e1e1e1;
}

.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: #e1e1e1;
}

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

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #1a1a1a;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #888;
  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;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #212121;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #1a1a1a;
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #1a1a1a;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #1a1a1a;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #e1e1e1;
  }

  .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: #1a1a1a;
  }

  .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: #888;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #e1e1e1;
}

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

.navbar-inverse .btn-link {
  color: #e1e1e1;
}

.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: #888;
}

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

.breadcrumb>li>a {
  color: #555;
}

.breadcrumb>li>a:focus,
.breadcrumb>li>a:hover {
  color: #29a036;
}

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

.breadcrumb>.active {
  color: #888;
}

.pagination {
  padding-left: 0;
  margin: 22px 0;
  font-weight: 700;
}

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

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  min-width: 22px;
  padding: 0 8px;
  margin: 0 1px;
  line-height: 22px;
  color: #29a036;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span,
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: .125em;
  border-bottom-left-radius: .125em;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #fff;
  background-color: #29a036;
  border-color: #29a036;
}

.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;
  color: #555;
  cursor: default;
  background-color: #f5f5f5;
  border-color: #eee;
}

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

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

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: .125em;
  border-bottom-right-radius: .125em;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 14px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: .125em;
  border-bottom-right-radius: .125em;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  font-weight: 700;
  list-style: none;
}

.pager li>a,
.pager li>div {
  display: inline-block;
  min-width: 22px;
  padding: 0 8px;
  line-height: 22px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
}

.pager li>a:focus,
.pager li>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #29a036;
  border: 1px solid #29a036;
  border-radius: 2px;
}

.pager li>a:focus .left-caret,
.pager li>a:hover .left-caret {
  border-right: 5px solid #fff;
}

.pager li>a:focus .right-caret,
.pager li>a:hover .right-caret {
  border-left: 5px solid #fff;
}

.pager .left-caret,
.pager .right-caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #29a036;
}

.badge,
.label {
  font-size: .8em;
  line-height: 1;
  vertical-align: baseline;
  text-align: center;
  white-space: nowrap;
}

.pager .left-caret {
  margin-right: 10px;
  border-right: 5px solid #29a036;
  border-left: 0;
}

.pager .right-caret {
  margin-left: 10px;
  border-right: 0;
}

.pager .next>a,
.pager .next>div {
  float: right;
}

.pager .previous>a,
.pager .previous>div {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>div {
  display: inline-block;
  padding: 8px;
  color: #888;
  cursor: not-allowed;
  background-color: #fff;
  border: 1px solid #fff;
}

.pager .disabled>a .left-caret,
.pager .disabled>a:focus .left-caret,
.pager .disabled>a:hover .left-caret,
.pager .disabled>div .left-caret {
  border-right: 5px solid #888;
}

.pager .disabled>a .right-caret,
.pager .disabled>a:focus .right-caret,
.pager .disabled>a:hover .right-caret,
.pager .disabled>div .right-caret {
  border-left: 5px solid #888;
}

.label {
  display: inline;
  padding: .2em .6em;
  font-weight: 600;
  color: #fff;
  border-radius: 1em;
}

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

.label:empty {
  display: none;
}

.label-default {
  color: #555;
  border: 1px solid #555;
}

.label-default[href]:focus,
.label-default[href]:hover {
  color: #3b3b3b;
  border: 1px solid #3b3b3b;
}

.label-primary {
  color: #29a036;
  border: 1px solid #29a036;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  color: #1f7728;
  border: 1px solid #1f7728;
}

.label-success {
  color: #555;
  border: 1px solid #555;
}

.label-success[href]:focus,
.label-success[href]:hover {
  color: #3b3b3b;
  border: 1px solid #3b3b3b;
}

.label-info {
  color: #0093b2;
  border: 1px solid #0093b2;
}

.label-info[href]:focus,
.label-info[href]:hover {
  color: #00697f;
  border: 1px solid #00697f;
}

.label-warning {
  color: #f38e1b;
  border: 1px solid #f38e1b;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  color: #d0740b;
  border: 1px solid #d0740b;
}

.label-danger {
  color: #ce2a6f;
  border: 1px solid #ce2a6f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  color: #a42158;
  border: 1px solid #a42158;
}

.badge,
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: .125em;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 8px;
  font-weight: 700;
  color: #fff;
  background-color: #555;
}

.badge:empty {
  display: none;
}

.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: #29a036;
  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;
}

.badge-primary {
  background-color: #29a036;
}

.badge-secondary {
  background-color: #555;
}

.badge-tertiary {
  background-color: #888;
}

.badge-success {
  background-color: #555;
}

.badge-info {
  background-color: #0093b2;
}

.badge-warning {
  background-color: #f38e1b;
}

.badge-danger {
  background-color: #ce2a6f;
}

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

.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

.alert,
.thumbnail {
  margin-bottom: 22px;
}

.alert .alert-link,
.close,
.panel-title {
  font-weight: 700;
}

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

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

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: .125em;
  -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: #29a036;
}

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

.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: .125em;
}

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

.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: -10px;
  right: -21px;
  font-size: 36px;
  color: inherit;
  opacity: 1;
}

.alert-success {
  color: #227e2c;
  background-color: #e6f4e7;
  border-color: #227e2c;
}

.alert-success hr {
  border-top-color: #227e2c;
}

.alert-success .alert-link,
.alert-success a,
.alert-success a:active,
.alert-success a:hover,
.alert-success a:visited {
  color: #17561e;
}

.alert-info {
  color: #006175;
  background-color: #e5f4f7;
  border-color: #006175;
}

.alert-info hr {
  border-top-color: #006175;
}

.alert-info .alert-link,
.alert-info a,
.alert-info a:active,
.alert-info a:hover,
.alert-info a:visited {
  color: #003742;
}

.alert-warning {
  color: #333;
  background-color: #fdf5eb;
  border-color: #333;
}

.alert-warning hr {
  border-top-color: #333;
}

.alert-warning .alert-link,
.alert-warning a,
.alert-warning a:active,
.alert-warning a:hover,
.alert-warning a:visited {
  color: #1a1a1a;
}

.alert-danger {
  color: #c22265;
  background-color: #fce4ee;
  border-color: #c22265;
}

.alert-danger hr {
  border-top-color: #c22265;
}

.alert-danger .alert-link,
.alert-danger a,
.alert-danger a:active,
.alert-danger a:hover,
.alert-danger a:visited {
  color: #971a4e;
}

@-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 {
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: .125em;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #29a036;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
  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-bar-label-right {
  float: right;
  margin-right: 10px;
}

.progress-bar-secondary {
  background-color: #888;
}

.progress-striped .progress-bar-secondary {
  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-success,
.progress-striped .progress-bar-tertiary {
  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: -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);
}

.progress-bar-tertiary {
  background-color: #bbb;
}

.progress-striped .progress-bar-tertiary {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-success {
  background-color: #555;
}

.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,
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -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);
}

.progress-bar-info {
  background-color: #0093b2;
}

.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-bar-warning {
  background-color: #f38e1b;
}

.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-bar-danger {
  background-color: #ce2a6f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -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);
  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;
}

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

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

.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-top: 0;
  margin-bottom: 5px;
}

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

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

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

.list-group-item:first-child {
  border-top-left-radius: .125em;
  border-top-right-radius: .125em;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .125em;
  border-bottom-left-radius: .125em;
}

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;
  background-color: #f5f5f5;
}

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

.card.clickable,
.carousel-indicators li,
.clickable,
button.close {
  cursor: pointer;
}

.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: #888;
}

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

.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: #abeab2;
}

.list-group-item-success {
  color: #227e2c;
  background-color: #e6f4e7;
}

a.list-group-item-success {
  color: #227e2c;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover {
  color: #227e2c;
  background-color: #d4ecd6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
  color: #fff;
  background-color: #227e2c;
  border-color: #227e2c;
}

.list-group-item-info {
  color: #006175;
  background-color: #e5f4f7;
}

a.list-group-item-info {
  color: #006175;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover {
  color: #006175;
  background-color: #d2ecf1;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
  color: #fff;
  background-color: #006175;
  border-color: #006175;
}

.list-group-item-warning {
  color: #333;
  background-color: #fdf5eb;
}

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

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
  color: #333;
  background-color: #fbe9d4;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.list-group-item-danger {
  color: #c22265;
  background-color: #fce4ee;
}

a.list-group-item-danger {
  color: #c22265;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
  color: #c22265;
  background-color: #f9cde0;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #c22265;
  border-color: #c22265;
}

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

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

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

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: .125em;
}

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

.panel-body {
  padding: 24px;
}

.panel-heading {
  padding: 12px 24px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -.875em;
  border-top-right-radius: -.875em;
}

.panel-title {
  margin-top: 0;
  font-size: 16px;
}

.panel-footer {
  padding: 12px 24px;
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  border-bottom-right-radius: -.875em;
  border-bottom-left-radius: -.875em;
}

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

.panel-group .panel-heading,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-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>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 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: -.875em;
  border-top-right-radius: -.875em;
}

.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: -.875em;
  border-bottom-left-radius: -.875em;
}

.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: 24px;
  padding-left: 24px;
}

.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: -.875em;
  border-top-right-radius: -.875em;
}

.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: -.875em;
}

.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: -.875em;
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
  border-bottom-right-radius: -.875em;
  border-bottom-left-radius: -.875em;
}

.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>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: -.875em;
  border-bottom-left-radius: -.875em;
}

.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: -.875em;
}

.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: -.875em;
}

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

.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: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 {
  border-left: 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-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

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

.panel-group {
  margin-bottom: 22px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: .125em;
}

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

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

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ccc;
}

.panel-default {
  border-color: #ccc;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ccc;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ccc;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

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

.panel-primary {
  border-color: #29a036;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #29a036;
  border-color: #29a036;
}

.panel-primary>.panel-heading .badge,
.panel-success>.panel-heading {
  color: #29a036;
  background-color: #fff;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #29a036;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #29a036;
}

.panel-success,
.panel-success>.panel-heading {
  border-color: #ccc;
}

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

.panel-success>.panel-heading .badge {
  color: #fff;
  background-color: #29a036;
}

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

.panel-info {
  border-color: #0093b2;
}

.panel-info>.panel-heading {
  color: #fff;
  background-color: #0093b2;
  border-color: #0093b2;
}

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

.panel-info>.panel-heading .badge {
  color: #0093b2;
  background-color: #fff;
}

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

.panel-warning {
  border-color: #f38e1b;
}

.panel-warning>.panel-heading {
  color: #fff;
  background-color: #f38e1b;
  border-color: #f38e1b;
}

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

.panel-warning>.panel-heading .badge {
  color: #f38e1b;
  background-color: #fff;
}

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

.panel-danger {
  border-color: #ce2a6f;
}

.panel-danger>.panel-heading {
  color: #fff;
  background-color: #ce2a6f;
  border-color: #ce2a6f;
}

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

.panel-danger>.panel-heading .badge {
  color: #ce2a6f;
  background-color: #fff;
}

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

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

.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.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: .125em;
}

.well-lg,
.well-sm {
  border-radius: .125em;
}

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

.well-danger,
.well-info,
.well-success,
.well-warning {
  border-color: #bbb;
}

.well-danger hr,
.well-info hr,
.well-success hr,
.well-warning hr {
  border-top-color: #bbb;
}

.well-lg {
  padding: 24px;
}

.well-sm {
  padding: 9px;
}

.well-success {
  color: #227e2c;
  background-color: #e6f4e7;
}

.well-success .alert-link,
.well-success a,
.well-success a:active,
.well-success a:hover,
.well-success a:visited {
  color: #17561e;
}

.well-info {
  color: #006175;
  background-color: #e5f4f7;
}

.well-info .alert-link,
.well-info a,
.well-info a:active,
.well-info a:hover,
.well-info a:visited {
  color: #003742;
}

.well-warning {
  color: #333;
  background-color: #fdf5eb;
}

.well-warning .alert-link,
.well-warning a,
.well-warning a:active,
.well-warning a:hover,
.well-warning a:visited {
  color: #1a1a1a;
}

.well-danger {
  color: #c22265;
  background-color: #fce4ee;
}

.well-danger .alert-link,
.well-danger a,
.well-danger a:active,
.well-danger a:hover,
.well-danger a:visited {
  color: #971a4e;
}

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

.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;
  background: 0 0;
  border: 0;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 14000;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

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

.modal-dialog {
  position: relative;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  margin: 0 auto;
}

.modal-with-scrollbar .modal-dialog {
  height: 100%;
  max-height: 90%;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: .125em;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-with-scrollbar .modal-content {
  height: 100%;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-color: #000;
}

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

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

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: none;
}

.modal-with-scrollbar .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
}

.modal-header .close {
  margin-top: -2px;
  font-weight: 700;
}

.modal-header .close:before {
  font-family: al-iconfont;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  content: '\e831';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-title {
  margin: 0;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.42857143;
  color: #29a036;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.popover,
.tooltip {
  font-family: 'Proxima Nova','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 300;
}

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

.modal-body .carousel {
  margin-top: -15px;
}

.modal-with-scrollbar .modal-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-height: 100%;
  overflow-y: auto;
}

.modal-with-scrollbar .modal-with-header .modal-body {
  top: 60px;
}

.modal-with-scrollbar .modal-with-footer .modal-body {
  bottom: 60px;
}

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border: 0;
}

.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-with-scrollbar .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 65px;
  overflow: hidden;
}

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

.carousel-inner,
.overflow-hidden {
  overflow: hidden;
}

@media (min-width:768px) {
  .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(-50%,-100%);
    -ms-transform: translate(-50%,-100%);
    -o-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
  }

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

  .modal-dialog {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 600px;
    margin: 0 auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .modal-with-scrollbar .modal-dialog {
    height: 100%;
    max-height: 90%;
  }

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 14px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #555;
  border-radius: .125em;
}

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

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -3.5px;
  border-width: 9px 4.5px 0;
  border-top-color: #555;
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -3.5px;
  border-width: 7px 4.5px 0;
  border-top-color: #555;
}

.tooltip.top-left .tooltip-arrow {
  right: 7px;
}

.tooltip.top-right .tooltip-arrow {
  left: 7px;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -3.5px;
  border-width: 4.5px 9px 4.5px 0;
  border-right-color: #555;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -3.5px;
  border-width: 4.5px 0 4.5px 9px;
  border-left-color: #555;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -3.5px;
  border-width: 0 4.5px 9px;
  border-bottom-color: #555;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 7px;
  margin-top: -3.5px;
  border-width: 0 4.5px 9px;
  border-bottom-color: #555;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 7px;
  margin-top: -3.5px;
  border-width: 0 3.5px 9px;
  border-bottom-color: #555;
}

.tooltip-primary.right .tooltip-arrow {
  border-right-color: #29a036;
}

.tooltip-primary.left .tooltip-arrow {
  border-left-color: #29a036;
}

.tooltip-primary.top .tooltip-arrow,
.tooltip-primary.top-left .tooltip-arrow,
.tooltip-primary.top-right .tooltip-arrow {
  border-top-color: #29a036;
}

.tooltip-primary.bottom .tooltip-arrow,
.tooltip-primary.bottom-left .tooltip-arrow,
.tooltip-primary.bottom-right .tooltip-arrow {
  border-bottom-color: #29a036;
}

.tooltip-primary .tooltip-inner {
  background-color: #29a036;
}

.tooltip-secondary.right .tooltip-arrow {
  border-right-color: #555;
}

.tooltip-secondary.left .tooltip-arrow {
  border-left-color: #555;
}

.tooltip-secondary.top .tooltip-arrow,
.tooltip-secondary.top-left .tooltip-arrow,
.tooltip-secondary.top-right .tooltip-arrow {
  border-top-color: #555;
}

.tooltip-secondary.bottom .tooltip-arrow,
.tooltip-secondary.bottom-left .tooltip-arrow,
.tooltip-secondary.bottom-right .tooltip-arrow {
  border-bottom-color: #555;
}

.tooltip-secondary .tooltip-inner {
  background-color: #555;
}

.tooltip-tertiary.right .tooltip-arrow {
  border-right-color: #bbb;
}

.tooltip-tertiary.left .tooltip-arrow {
  border-left-color: #bbb;
}

.tooltip-tertiary.top .tooltip-arrow,
.tooltip-tertiary.top-left .tooltip-arrow,
.tooltip-tertiary.top-right .tooltip-arrow {
  border-top-color: #bbb;
}

.tooltip-tertiary.bottom .tooltip-arrow,
.tooltip-tertiary.bottom-left .tooltip-arrow,
.tooltip-tertiary.bottom-right .tooltip-arrow {
  border-bottom-color: #bbb;
}

.tooltip-tertiary .tooltip-inner {
  color: #000;
  background-color: #888;
}

.tooltip-warning.right .tooltip-arrow {
  border-right-color: #f38e1b;
}

.tooltip-warning.left .tooltip-arrow {
  border-left-color: #f38e1b;
}

.tooltip-warning.top .tooltip-arrow,
.tooltip-warning.top-left .tooltip-arrow,
.tooltip-warning.top-right .tooltip-arrow {
  border-top-color: #f38e1b;
}

.tooltip-warning.bottom .tooltip-arrow,
.tooltip-warning.bottom-left .tooltip-arrow,
.tooltip-warning.bottom-right .tooltip-arrow {
  border-bottom-color: #f38e1b;
}

.tooltip-warning .tooltip-inner {
  color: #000;
  background-color: #f38e1b;
}

.tooltip-danger.right .tooltip-arrow {
  border-right-color: #ce2a6f;
}

.tooltip-danger.left .tooltip-arrow {
  border-left-color: #ce2a6f;
}

.tooltip-danger.top .tooltip-arrow,
.tooltip-danger.top-left .tooltip-arrow,
.tooltip-danger.top-right .tooltip-arrow {
  border-top-color: #ce2a6f;
}

.tooltip-danger.bottom .tooltip-arrow,
.tooltip-danger.bottom-left .tooltip-arrow,
.tooltip-danger.bottom-right .tooltip-arrow {
  border-bottom-color: #ce2a6f;
}

.tooltip-danger .tooltip-inner {
  background-color: #ce2a6f;
}

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

.popover.top {
  margin-top: -11px;
}

.popover.right {
  margin-left: 11px;
}

.popover.bottom {
  margin-top: 11px;
}

.popover.left {
  margin-left: -11px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -.875em -.875em 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;
}

.popover-primary .popover-title {
  color: #fff;
  background-color: #29a036;
}

.popover-secondary .popover-title {
  color: #fff;
  background-color: #888;
}

.popover-tertiary .popover-title {
  color: #fff;
  background-color: #bbb;
}

.popover-warning .popover-title {
  color: #fff;
  background-color: #f38e1b;
}

.popover-danger .popover-title {
  color: #fff;
  background-color: #ce2a6f;
}

.popover-success .popover-title {
  font-weight: 700;
  color: #227e2c;
  background-color: #fff;
  border-bottom: none;
}

.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;
  text-align: center;
  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 .icon-left-open-big,
.carousel-control .icon-next,
.carousel-control .icon-prev,
.carousel-control .icon-right-open-big {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -16px;
  font-size: 2em;
}

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

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

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

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  display: none;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  background-color: #000\9;
  background-color: rgba(0,0,0,0);
  border: 1px solid #fff;
  border-radius: 10px;
}

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

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

.carousel-caption .btn,
.text-hide {
  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;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none!important;
  visibility: hidden!important;
}

.affix {
  position: fixed;
}

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

.video-responsive {
  position: relative;
  height: 0;
  padding-top: 3rem;
  padding-bottom: 56.25%;
  overflow: hidden;
}

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

.video-responsive video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.video-responsive-4-3 {
  padding-bottom: 75%;
}

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

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

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

  .hidden-lg {
    display: none!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;
  }
}

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

blockquote {
  padding: 0;
  margin: 0 0 5px;
  font-size: 1em;
  border: none;
}

.font-sans-serif {
  font-family: 'Proxima Nova','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.font-serif {
  font-family: Bitter,Georgia,'Times New Roman',Times,serif;
}

.font-monospace {
  font-family: Menlo,Monaco,Consolas,'Courier New',monospace;
}

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

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

.weight-semibold {
  font-weight: 600;
}

.weight-bold {
  font-weight: 700;
}

.weight-x-bold {
  font-weight: 900;
}

.grade-badge {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 26px;
  font-weight: 700;
  line-height: 41px;
  color: #fff;
  text-align: center;
  border-radius: 100px;
}

.grade-a {
  background-color: #29a036;
}

.grade-b {
  background-color: #227e2c;
}

.grade-c {
  background-color: #888;
}

.grade-d {
  background-color: #555;
}

.grade-f {
  background-color: #333;
}

.grade-na {
  position: relative;
  top: -3px;
  font-size: 16px;
  background-color: #aaa;
}

.grade-bordered {
  box-sizing: content-box;
  border: 5px solid #fff;
}

.grade-sm {
  width: 26px;
  height: 26px;
  font-size: 16px;
  line-height: 27px;
}

.grade-sm.grade-na {
  top: -2px;
  font-size: 10px;
}

.grade-sm.grade-bordered {
  border-width: 2px;
}

.grade-badge-large,
.grade-lg {
  width: 65px;
  height: 65px;
  font-size: 50px;
  line-height: 66px;
}

.grade-badge-large.grade-na,
.grade-lg.grade-na {
  top: -5px;
  font-size: 30px;
}

.grade-badge-large.grade-bordered,
.grade-lg.grade-bordered {
  border-width: 10px;
}

.grade-badge-large {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 10px solid #fff;
}

.grade-featured {
  width: 100px;
  height: 100px;
  font-size: 70px;
  line-height: 101px;
}

.grade-featured.grade-na {
  top: -6px;
  font-size: 45px;
}

.grade-featured.grade-bordered {
  border-width: 12px;
}

.grade-inline {
  display: inline;
  width: auto;
  height: auto;
  margin-right: .3em;
  font-size: inherit;
  line-height: inherit;
  background-color: transparent;
  border-radius: 0;
}

.grade-inline.grade-a {
  color: #29a036;
}

.grade-inline.grade-b {
  color: #227e2c;
}

.grade-inline.grade-c {
  color: #888;
}

.grade-inline.grade-d {
  color: #555;
}

.grade-inline.grade-f {
  color: #333;
}

.grade-inline.grade-na {
  position: initial;
  color: #aaa;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.avatar.avatar-xs {
  width: 1.6rem;
  height: 1.6rem;
  font-size: .8rem;
}

.avatar.avatar-sm {
  width: 2.4rem;
  height: 2.4rem;
  font-size: 1rem;
}

.avatar.avatar-lg {
  width: 4.8rem;
  height: 4.8rem;
  font-size: 2rem;
}

.avatar.avatar-xl {
  width: 6.4rem;
  height: 6.4rem;
  font-size: 2.6rem;
}

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.avatar .avatar-icon {
  position: absolute;
  right: -.2em;
  bottom: -.2em;
  width: 50%;
  height: 50%;
  padding: 5%;
  background: #fff;
}

.avatar[data-initial]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  content: attr(data-initial);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.card {
  z-index: 999;
  display: block;
  padding: 0;
  margin: 0;
  text-align: left;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: .125em;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.15);
  box-shadow: 2px 2px 5px 0 rgba(0,0,0,.15);
  -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -o-transition: all .3s cubic-bezier(.25,.8,.25,1);
  transition: all .3s cubic-bezier(.25,.8,.25,1);
}

.card.clickable:hover {
  -webkit-box-shadow: 14px 14px 28px rgba(0,0,0,.22),0 10px 10px rgba(0,0,0,.22);
  box-shadow: 14px 14px 28px rgba(0,0,0,.22),0 10px 10px rgba(0,0,0,.22);
}

.card .card-body,
.card .card-footer,
.card .card-header {
  padding: 1.25rem 1.25rem 0;
}

.card .card-body:last-child,
.card .card-footer:last-child,
.card .card-header:last-child {
  padding-bottom: 1.25rem;
}

.card .card-image {
  padding-top: 1.5rem;
}

.card .card-image:first-child {
  padding-top: 0;
}

.card .card-image:first-child img {
  border-top-left-radius: .125em;
  border-top-right-radius: .125em;
}

.card .card-image:last-child img {
  border-bottom-right-radius: .125em;
  border-bottom-left-radius: .125em;
}

.card .card-title {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.4em;
  line-height: 1;
}

.card .card-meta {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  color: #737373;
}