@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.label,
sub,
sup {
  vertical-align: baseline;
}

hr,
img {
  border: 0;
}

body,
figure {
  margin: 0;
}

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

.btn-group > .btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.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,
.dropdown-menu {
  float: left;
}

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

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  vertical-align: middle;
}

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

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

pre,
textarea {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button.close,
input.form-control,
textarea.form-control {
  -webkit-appearance: none;
}

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

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

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

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

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

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

td,
th {
  padding: 0;
}

a,
input {
  outline: none !important;
}

/*! 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 {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  blockquote,
pre {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  h2,
h3,
p {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered td,
.table-bordered th {
    border: 1px solid #ddd !important;
  }
}
.btn,
.btn-danger.active,
.btn-danger:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover,
.form-control,
.navbar-toggle,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

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

body {
  font-family: BlinkMacSystemFont, -apple-system, Arial, "Segoe UI", Roboto, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  min-width: 500px;
}

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

a {
  color: #428db1;
  text-decoration: none;
}

a:focus,
a:hover {
  color: rgba(66, 141, 177, 0.7);
}

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

.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

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

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

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

hr {
  border-top: 1px solid #eee;
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%;
}

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

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

[role=button] {
  cursor: pointer;
}

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

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

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}

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

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

.h1,
h1 {
  font-size: 33px;
}

.h2,
h2 {
  font-size: 27px;
}

.h3,
h3 {
  font-size: 23px;
}

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

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

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

p {
  margin: 0 0 9px;
}

.lead {
  margin-bottom: 18px;
  font-size: 14px;
  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: 19.5px;
  }
}
.small,
small {
  font-size: 92%;
}

.mark,
mark {
  background-color: #ffcc35;
  padding: 0.2em;
}

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

.text-md {
  font-size: 14px !important;
  line-height: initial;
}

.text-xs {
  font-size: 12px !important;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #428db1 !important;
}

.text-line-through {
  text-decoration: line-through;
}

.bg-default {
  background-color: #f5f5f5 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: rgba(66, 141, 177, 0.7) !important;
}

.bg-primary {
  color: #fff;
  background-color: #428db1 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: rgba(66, 141, 177, 0.7) !important;
}

.bg-success {
  background-color: #73b142 !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #55beac !important;
}

.bg-info {
  background-color: #63d7ff !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #65b7d4 !important;
}

.bg-warning {
  background-color: #ffcc35 !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #ffb43d !important;
}

.bg-danger {
  background-color: #ea3434 !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #ea3434 !important;
}

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

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eee;
}

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

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

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

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

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

dl {
  margin-bottom: 18px;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.dropdown-menu > li > a,
.form-horizontal .form-group:after,
.fuelux .wizard:after,
.modal-footer: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 #777;
}

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

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eee;
}

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

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

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "— ";
}

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

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

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: " —";
}

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

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

code {
  color: #c7254e;
  background-color: #f9f2f4;
}

kbd {
  color: #fff;
  background-color: #333;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

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

pre {
  display: block;
  margin: 0 0 9px;
  font-size: 12px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border-radius: 0;
}

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

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

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}

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

.col-xs-23 {
  width: 95.83333333%;
}

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

.col-xs-21 {
  width: 87.5%;
}

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

.col-xs-19 {
  width: 79.16666667%;
}

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

.col-xs-17 {
  width: 70.83333333%;
}

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

.col-xs-15 {
  width: 62.5%;
}

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

.col-xs-13 {
  width: 54.16666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-23 {
  right: 95.83333333%;
}

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

.col-xs-pull-21 {
  right: 87.5%;
}

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

.col-xs-pull-19 {
  right: 79.16666667%;
}

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

.col-xs-pull-17 {
  right: 70.83333333%;
}

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

.col-xs-pull-15 {
  right: 62.5%;
}

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

.col-xs-pull-13 {
  right: 54.16666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-23 {
  left: 95.83333333%;
}

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

.col-xs-push-21 {
  left: 87.5%;
}

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

.col-xs-push-19 {
  left: 79.16666667%;
}

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

.col-xs-push-17 {
  left: 70.83333333%;
}

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

.col-xs-push-15 {
  left: 62.5%;
}

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

.col-xs-push-13 {
  left: 54.16666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-23 {
  margin-left: 95.83333333%;
}

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

.col-xs-offset-21 {
  margin-left: 87.5%;
}

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

.col-xs-offset-19 {
  margin-left: 79.16666667%;
}

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

.col-xs-offset-17 {
  margin-left: 70.83333333%;
}

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

.col-xs-offset-15 {
  margin-left: 62.5%;
}

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

.col-xs-offset-13 {
  margin-left: 54.16666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #777;
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr > th.warning:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.active,
.table > tbody > tr > td.danger,
.table > tbody > tr > td.info,
.table > tbody > tr > td.success,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.active,
.table > tbody > tr > th.danger,
.table > tbody > tr > th.info,
.table > tbody > tr > th.success,
.table > tbody > tr > th.warning,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > td.info,
.table > tfoot > tr > td.success,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.active,
.table > tfoot > tr > th.danger,
.table > tfoot > tr > th.info,
.table > tfoot > tr > th.success,
.table > tfoot > tr > th.warning,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.active,
.table > thead > tr > td.danger,
.table > thead > tr > td.info,
.table > thead > tr > td.success,
.table > thead > tr > td.warning,
.table > thead > tr > th.active,
.table > thead > tr > th.danger,
.table > thead > tr > th.info,
.table > thead > tr > th.success,
.table > thead > tr > th.warning {
  color: #fff;
}

.table-container {
  overflow-x: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.table-striped > tbody > tr:hover {
  background-color: #ecebeb;
}

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

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

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

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

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

.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: rgba(115, 177, 66, 0.7);
}

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

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

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

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

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

.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: rgba(66, 141, 177, 0.7);
}

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

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

table thead .sorting::before,
table thead .sorting_asc::before,
table thead .sorting_desc::before,
table thead .sorting_asc_disabled::before,
table thead .sorting_desc_disabled::before {
  display: inline-block;
  font-family: "Glyphicons Halflings";
  left: -12px;
  opacity: 0.5;
  position: absolute;
}

table thead .sorting::before {
  content: "\e150";
  opacity: 0.2;
}

table thead .sorting_asc::before {
  content: "\e155";
}

table thead .sorting_desc::before {
  content: "\e156";
}

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

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

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

label {
  display: inline-block;
  max-width: 100%;
}

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

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

.form-control,
output {
  line-height: 1.42857143;
  color: #535353;
  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: 9px;
  font-size: 13px;
}

.form-control {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 10px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  outline: 0;
}

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

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

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

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

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

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

textarea.form-control {
  height: auto;
  resize: vertical;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 44px;
  }
  .input-group-sm input[type=date],
.input-group-sm input[type=time],
.input-group-sm input[type=datetime-local],
.input-group-sm input[type=month],
input[type=date].input-sm,
input[type=time].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date],
.input-group-lg input[type=time],
.input-group-lg input[type=datetime-local],
.input-group-lg input[type=month],
input[type=date].input-lg,
input[type=time].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg {
    line-height: 51px;
  }
}
.form-group {
  margin-bottom: 20px;
}

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

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

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

.collapsing,
.dropdown,
.dropup,
.has-feedback {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-lg {
  height: 51px;
  padding: 12px 16px;
  font-size: 16px !important;
  line-height: 1.6333333;
  border-radius: 0;
}

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

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

.form-group-lg .form-control {
  height: 51px;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.6333333;
  border-radius: 0;
}

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

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

.form-group-lg .form-control-static {
  height: 51px;
  min-height: 33px;
  padding: 13px 16px;
  font-size: 15px;
  line-height: 1.6333333;
}

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

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

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

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

.btn,
.dropdown-header,
.dropdown-menu > li > a {
  line-height: 1.42857143;
  white-space: nowrap;
}

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

.has-success .form-control {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
}

.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #73b142;
}

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

.has-warning .form-control {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
}

.has-warning .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #ffcc35;
}

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

.has-error .form-control {
  border-color: #ed4b4b;
  box-shadow: none;
}

.has-error .form-control:focus {
  border-color: #ed4b4b;
  box-shadow: none;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 20.6px;
    font-size: 15px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 8px 12px;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

.btn.active,
.btn:active {
  outline: 0;
}

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

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: rgba(66, 141, 177, 0.7);
  border-color: rgba(66, 141, 177, 0.7);
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #428db1;
  border-color: #428db1;
}

.btn-primary:hover {
  color: #fff;
  background-color: #428db1;
  border-color: #428db1;
}

.btn-primary.active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: rgba(66, 141, 177, 0.7);
  border-color: rgba(66, 141, 177, 0.7);
}

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

.btn-primary .badge {
  color: #428db1;
  background-color: #fff;
}

.btn-success,
.btn-success.focus,
.btn-success:focus {
  background-color: #73b142;
  border-color: #73b142;
  color: #fff;
}

.btn-success:hover {
  color: #fff;
  background-color: rgba(115, 177, 66, 0.7);
  border-color: rgba(115, 177, 66, 0.7);
}

.btn-success.active,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: rgba(115, 177, 66, 0.4);
  border-color: rgba(115, 177, 66, 0.4);
}

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

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

.btn-success .badge {
  color: #73b142;
  background-color: #fff;
}

.btn-info,
.btn-info.focus,
.btn-info:focus {
  background-color: #63d7ff;
  border-color: #63d7ff;
  color: #fff;
}

.btn-info:hover {
  color: #fff;
  background-color: #a1d3e5;
  border-color: #a1d3e5;
}

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

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

.btn-info .badge {
  color: #63d7ff;
  background-color: #fff;
}

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

.btn-warning:hover {
  color: #fff;
  background-color: #ffd28a;
  border-color: #ffd28a;
}

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

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

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

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

.btn-danger:hover {
  color: #fff;
  background-color: #ed4b4b;
  border-color: #ed4b4b;
}

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

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

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

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

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

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

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

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

.btn-group-input > .btn,
.btn-input {
  border-radius: 0;
  font-size: 14px;
  line-height: 1.6;
  padding: 10px 16px;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.6333333;
  border-radius: 0;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  line-height: 1.5;
  border-radius: 0;
}

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

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

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

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

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

.dropdown-menu .divider {
  height: 1px;
  overflow: hidden;
  background-color: #e5e5e5;
}

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

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

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

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover,
.input-group-addon,
.nav > li.disabled > a {
  color: #535353;
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

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

.open > a {
  outline: 0;
}

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

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

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

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

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
  border-radius: 10px;
}

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

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

.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 {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

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

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

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

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

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

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

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

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

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

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

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle.btn-link {
  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: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

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

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

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 51px;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.6333333;
  border-radius: 0;
}

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

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

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

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

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

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

.nav > li,
.nav > li > a {
  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 {
  /*width: 1%;*/
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 8px 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 0;
  align-items: center;
  display: flex;
}

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

.input-group-addon.input-lg {
  padding: 12px 16px;
  font-size: 15px;
  border-radius: 0;
}

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

.input-group-addon select.form-control {
  width: initial;
  margin: -9px -13px -9px -14px;
  padding: 4px;
}

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

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

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

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

.input-group-btn > .btn {
  position: relative;
}

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

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

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

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

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

.nav {
  margin-bottom: 0;
  padding-left: 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:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

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

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

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

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

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

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

.nav-tabs > li > a:hover {
  border-color: #eee #eee transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #428db1;
  background-color: #f0f0f0;
  border: 1px solid #fff;
  border-bottom-color: transparent;
  cursor: default;
  font-style: italic;
}

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

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
  margin-right: 0;
  border-radius: 0;
}

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

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

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

.nav-pills > li > a {
  border-radius: 0;
}

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

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

.nav-justified {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
  .navbar-header {
    float: left;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.embed-responsive,
.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: -15px;
  margin-left: -15px;
}

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

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

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

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

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

.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: -13px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}

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

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

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .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-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

@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: 16px;
    padding-bottom: 16px;
  }
}
.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin: 3px -15px;
}

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

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

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #428db1;
  border-color: #428db1;
}

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

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

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

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

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #428db1;
}

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

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

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

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

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

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #428db1;
  color: #fff;
}

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

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

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

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

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

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}

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

.breadcrumb > .active {
  color: #777;
}

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

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

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428db1;
  background-color: #fff;
  border: 1px solid #eaeaea;
  margin-left: -1px;
}

.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-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 3;
  color: rgba(66, 141, 177, 0.4);
  background-color: #eee;
  border-color: #ddd;
}

.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: #fff;
  background-color: rgba(66, 141, 177, 0.7);
  border-color: rgba(66, 141, 177, 0.7);
  cursor: default;
}

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

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.6333333;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.badge,
.label {
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 8px 12px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 26px;
}

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

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

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

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

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

.label:empty {
  display: none;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: rgba(66, 141, 177, 0.7);
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: rgba(66, 141, 177, 0.4);
}

.label-success {
  background-color: #73b142;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #55beac;
}

.label-info {
  background-color: #63d7ff;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #65b7d4;
}

.label-warning {
  background-color: #ffcc35;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ffb43d;
}

.label-danger {
  background-color: #ea3434;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #ea3434;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  color: #fff;
  vertical-align: middle;
  background-color: #f85a14;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

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

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

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

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

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

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

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

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

.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}

.alert,
.thumbnail {
  margin-bottom: 18px;
}

.alert .alert-link,
.close {
  font-weight: 700;
}

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

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}

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

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
.container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron .h1,
.jumbotron h1 {
    font-size: 59px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

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

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #428db1;
}

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

.alert {
  padding: 18px;
  border: 1px solid transparent;
  border-radius: 0;
}

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

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

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

.alert-success {
  background-color: #73b142;
  border-color: #73b142;
  color: #fff;
}

.alert-success hr {
  border-top-color: #68c5b5;
}

.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info {
  background-color: #63d7ff;
  border-color: #63d7ff;
  color: #fff;
}

.alert-info hr {
  border-top-color: #79c1d9;
}

.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-warning {
  background-color: #ffcc35;
  border-color: #ffcc35;
  color: #fff;
}

.alert-warning hr {
  border-top-color: #ffbe57;
}

.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-danger {
  background-color: #ea3434;
  border-color: #ea3434;
  color: #fff;
}

.alert-danger hr {
  border-top-color: #ed4b4b;
}

.alert-danger .alert-link {
  color: #e6e6e6;
}

@-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 {
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 0;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #428db1;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress-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-success {
  background-color: #73b142;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #63d7ff;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #ffcc35;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #ea3434;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

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

.media-body {
  width: 10000px;
}

.media-object.img-thumbnail {
  max-width: none;
}

.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 {
  margin-bottom: 20px;
  padding-left: 0;
}

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

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

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

button.list-group-item {
  width: 100%;
  text-align: left;
}

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

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

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

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

.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,
a.list-group-item-success,
button.list-group-item-success {
  color: #fff;
}

.list-group-item-success {
  color: #fff;
  background-color: #73b142;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #fff;
  background-color: #68c5b5;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.list-group-item-info {
  color: #fff;
  background-color: #63d7ff;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #fff;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #fff;
  background-color: #79c1d9;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.list-group-item-warning {
  color: #fff;
  background-color: #ffcc35;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #fff;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #fff;
  background-color: #ffbe57;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.list-group-item-danger {
  color: #fff;
  background-color: #ed4b4b;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #fff;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #fff;
  background-color: #ed4b4b;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

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

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

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

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

.panel {
  border: 1px solid transparent;
  border-radius: 0;
}

.panel-body {
  padding: 15px 20px 20px;
}

.panel-heading {
  padding: 20px 20px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

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

.panel-title {
  margin-top: 0;
  font-size: 15px;
}

.panel-footer {
  padding: 20px 20px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

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

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

.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-right-radius: -1;
  border-top-left-radius: -1;
}

.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: -1;
  border-bottom-left-radius: -1;
}

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

.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-right-radius: -1;
  border-top-left-radius: -1;
}

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

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

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

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

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

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

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

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

.panel > .table-bordered > tbody > tr > td: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-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 18px;
}

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

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

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: transparent;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #333;
}

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

.panel-primary {
  border-color: #428db1;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: rgba(66, 141, 177, 0.7);
  border-color: rgba(66, 141, 177, 0.7);
  border-radius: 16px 16px 0 0;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428db1;
}

.panel-primary > .panel-heading .badge {
  color: #428db1;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428db1;
}

.panel-success {
  border-color: #73b142;
}

.panel-success > .panel-heading {
  color: #fff;
  background-color: #73b142;
  border-color: #73b142;
}

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

.panel-success > .panel-heading .badge {
  color: #73b142;
  background-color: #fff;
}

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

.panel-info {
  border-color: #63d7ff;
}

.panel-info > .panel-heading {
  color: #fff;
  background-color: #63d7ff;
  border-color: #63d7ff;
}

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

.panel-info > .panel-heading .badge {
  color: #63d7ff;
  background-color: #fff;
}

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

.panel-warning {
  border-color: #ffcc35;
}

.panel-warning > .panel-heading {
  color: #fff;
  background-color: #ffcc35;
  border-color: #ffcc35;
}

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

.panel-warning > .panel-heading .badge {
  color: #ffcc35;
  background-color: #fff;
}

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

.panel-danger {
  border-color: #ed4b4b;
}

.panel-danger > .panel-heading {
  color: #fff;
  background-color: #ed4b4b;
  border-color: #ed4b4b;
}

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

.panel-danger > .panel-heading .badge {
  color: #ed4b4b;
  background-color: #fff;
}

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

.accordion .panel.panel-events .panel-heading {
  background: #fff none repeat scroll 0 0;
  margin: 0;
  padding: 0;
}

.accordion .panel.panel-events .panel-heading a {
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  color: #428db1;
  display: block;
  font-size: 15px;
  position: relative;
  transition: background-color 200ms ease-in-out 0s;
}

.accordion .panel.panel-events .panel-heading a > .icon {
  color: #428db1;
  font-size: 24px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 55px;
}

.accordion .panel.panel-events .panel-heading a .title {
  color: #555;
  display: table-cell;
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
  padding: 18px;
}

.accordion .panel.panel-events .panel-heading a .delete {
  color: #428db1;
  font-size: 22px;
  position: absolute;
  right: 21px;
  top: 21px;
}

.accordion .panel.panel-events .panel-heading a .delete:hover {
  color: #FF0000;
}

.accordion .panel.panel-events .panel-heading a.collapsed {
  background-color: #fff;
  color: #555;
}

.accordion .panel.panel-events .panel-heading a.collapsed > .icon {
  background-color: #f8f8f8;
  color: #428db1;
}

.accordion .panel.panel-events .panel-body {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

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

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

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

.well-lg {
  padding: 24px;
  border-radius: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 0;
}

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

.popover,
.tooltip {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  text-decoration: none;
}

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

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

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

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

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

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

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  text-align: left;
  text-align: start;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: start;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.carousel-caption,
.carousel-control {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-align: center;
}

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

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

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

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

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 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 {
  border-width: 10px;
  content: "";
}

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

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

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

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

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

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

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #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, 0.25);
}

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

.carousel-inner {
  overflow: hidden;
  width: 100%;
}

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

.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 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
.carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left,
.carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active,
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 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;
  left: 0;
  bottom: 0;
  width: 10%;
  opacity: 0.3;
  filter: alpha(opacity=50);
  font-size: 20px;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.2) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.2) 100%);
  background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

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

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

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

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

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

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

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

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

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-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 {
    left: 20%;
    right: 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 {
  content: " ";
  display: table;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

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

.invisible {
  visibility: hidden;
}

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

.affix {
  position: fixed;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
th.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  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;
  }
}
html {
  height: 100%;
}

body {
  padding: 0;
  background-color: #bdc9d0;
  height: 100%;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

p {
  font-size: inherit;
  line-height: 21px;
}

button:focus {
  outline: 0 !important;
}

.am-wrapper {
  min-height: 100%;
}

@media (min-width: 768px) {
  .am-wrapper {
    margin-top: 69px;
  }
}
.am-top-header {
  background-color: rgba(66, 141, 177, 0.7);
  border: 0;
  margin-bottom: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  border-radius: 0 16px 0 16px;
}

.am-animate .am-top-header {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.am-top-header .navbar-header .navbar-brand {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 65px;
  height: 65px;
  width: 94px;
  background-image: url("../admin/images/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .am-wrapper {
    padding-top: 0;
  }
  .am-top-header .navbar-header .navbar-brand {
    display: none;
  }
}
.am-nosidebar-left .am-top-header .navbar-header .navbar-brand {
  background-color: transparent;
  border-bottom-width: 0;
  margin-left: 0;
  margin-right: 10px;
  width: 180px;
  background-image: url("../admin/images/logo-full.png");
}

@media (min-width: 768px) and (max-width: 991px) {
  .am-top-header .navbar-header .navbar-brand {
    margin-right: 10px;
  }
  .am-nosidebar-left .am-top-header .navbar-header .navbar-brand {
    margin-right: 0;
    padding-left: 0;
    width: 160px;
  }
}
.am-top-header .navbar-header .am-toggle-left-sidebar {
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
  display: none;
  padding: 0 18px;
  border-width: 0;
  line-height: 70px;
}

.am-top-header .navbar-header .am-toggle-left-sidebar .icon-bar {
  display: inline-block;
  background-color: transparent;
  height: auto;
  width: auto;
  vertical-align: middle;
}

.am-top-header .navbar-header .am-toggle-left-sidebar .icon-bar span {
  display: block;
  width: 25px;
  height: 1px;
  margin-top: 6px;
  background-color: #000;
}

.am-top-header .navbar-header .am-toggle-left-sidebar .icon-bar span:first-child {
  margin-top: 0;
}

.am-top-header .navbar-header .am-toggle-left-sidebar:focus,
.am-top-header .navbar-header .am-toggle-left-sidebar:hover {
  background-color: transparent;
}

@media (max-width: 767px) {
  .am-top-header .navbar-header .am-toggle-left-sidebar {
    display: block;
  }
}
.am-top-header .navbar-header .page-title {
  display: none;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 19px;
  line-height: 65px;
}

@media (max-width: 767px) {
  .am-top-header .navbar-header .page-title {
    display: inline-block;
  }
  .am-top-header .navbar-header {
    text-align: center;
  }
}
.am-top-header .navbar-collapse {
  padding-right: 20px;
}

.am-top-header .navbar-collapse .navbar-nav > li > a {
  line-height: 65px;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  padding: 0 18px;
  outline: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .am-top-header .navbar-collapse .navbar-nav > li > a {
    padding: 0 12px;
  }
}
.am-top-header .navbar-collapse .navbar-nav > li.dropdown > a .angle-down {
  font-size: 27px;
  vertical-align: middle;
}

.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
  border: 0;
  border-radius: 10px;
  margin-top: 2px;
}

.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a {
  font-size: 12px;
  font-weight: 300;
  color: #504e4e;
  padding: 10px 20px;
  min-width: 175px;
}

.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a:hover {
  background-color: #428db1;
  color: #fff;
}

.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a:active,
.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #504e4e;
}

.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu:after {
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -8px;
  content: "";
  display: inline-block;
  left: 42px;
  margin-left: -6px;
  position: absolute;
}

.am-top-header .navbar-collapse .navbar-nav.am-nav-right > li:first-child > a {
  padding-left: 15px;
}

.am-top-header .navbar-collapse .am-user-nav {
  margin-right: 0;
}

.am-top-header .navbar-collapse .am-user-nav > li.dropdown > a {
  padding-left: 16px;
  padding-right: 4px;
}

.am-top-header .navbar-collapse .am-user-nav > li.dropdown > a img {
  max-width: 43px;
  max-height: 43px;
  border-radius: 50%;
}

.am-top-header .navbar-collapse .am-user-nav > li.dropdown > a .user-name {
  margin-left: 8px;
}

.am-top-header .navbar-collapse .am-user-nav > li.dropdown .dropdown-menu li a .icon {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 6px;
}

.am-top-header .navbar-collapse .am-user-nav > li.dropdown .dropdown-menu:after {
  left: auto;
  right: 20px;
}

.am-top-header .navbar-collapse .am-icons-nav {
  margin-right: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a {
    padding-left: 10px;
  }
  .am-top-header .navbar-collapse .am-icons-nav {
    margin-right: 10px;
  }
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a {
  padding: 0 9px;
  position: relative;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a .icon {
  font-size: 28px;
  vertical-align: middle;
  color: #fff;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a .indicator {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  top: 25px;
  right: 9px;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications {
  width: 300px;
  border-radius: 10px;
  left: auto;
  margin-right: -150px;
  right: 50%;
  padding-bottom: 0;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .title,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .title,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .title {
  font-family: Raleway, sans-serif;
  font-size: 13px;
  color: #8a8a8a;
  text-align: center;
  padding: 3px 0 7px;
  border-bottom: 1px solid #ebebeb;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .title .badge,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .title .badge,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .title .badge {
  font-weight: 600;
  font-size: 10px;
  line-height: 9px;
  vertical-align: middle;
  margin-left: 4px;
  background-color: #e4e4e4;
  color: #8a8a8a;
  min-width: 17px;
  height: 17px;
  text-align: center;
  padding: 3px 6px;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .footer a,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .footer a,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .footer a {
  font-size: 13px;
  color: #8a8a8a;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
  display: block;
  outline: 0;
  font-family: Raleway, sans-serif;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .footer a:hover,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .footer a:hover,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .footer a:hover {
  background-color: #f5f5f5;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections:after,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages:after,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications:after {
  left: 50%;
  margin-left: -8px;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller {
  height: 222px;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul {
  list-style: none;
  padding-left: 0;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li {
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a {
  padding: 15px;
  display: block;
  overflow: hidden;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .logo,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .logo {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: #e4e4e4;
  float: left;
  text-align: center;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .logo .icon,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .logo .icon {
  font-size: 25px;
  color: #979595;
  line-height: 36px;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .user-content {
  padding-left: 50px;
  line-height: 14px;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .circle,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .user-content .circle {
  width: 6px;
  height: 6px;
  background: #428db1;
  border-radius: 50%;
  float: right;
  position: relative;
  top: 6px;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .name,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .text-content,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .user-content .name,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .user-content .text-content {
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 13px;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .text-content,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .user-content .text-content {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 16px;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .date,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .user-content .date {
  color: #8a8a8a;
  display: block;
  font-size: 9px;
  margin-top: 4px;
  text-transform: uppercase;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .logo .icon,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .user-content .date,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .user-content .text-content,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .logo .icon,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .user-content .date,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .user-content .text-content {
  color: #fff;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li.active,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li.active {
  background-color: rgba(239, 98, 98, 0.1);
  border-bottom: 1px solid rgba(239, 98, 98, 0.1);
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover {
  background-color: #428db1;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .logo,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .logo {
  background-color: rgba(66, 141, 177, 0.7);
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .user-content .circle,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .user-content .circle {
  background: #fff;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:last-child,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:last-child {
  border-bottom: 0;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller {
  height: 230px;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .logo {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  overflow: hidden;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .logo img {
  max-width: 100%;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .date {
  display: inline-block;
  text-transform: none;
  float: right;
  margin-top: 0;
  font-size: 10px;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .text-content {
  display: block;
  margin-top: 4px;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .logo {
  background-color: transparent;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul {
  padding: 0;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li {
  display: block;
  overflow: hidden;
  list-style: none;
  padding: 10px 20px;
  line-height: 34px;
  border-bottom: 1px solid #ebebeb;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .logo {
  width: 35px;
  height: 35px;
  float: left;
  text-align: center;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .logo img {
  max-height: 100%;
  max-width: 100%;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field {
  padding-left: 45px;
  vertical-align: middle;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field > span {
  font-family: Raleway, sans-serif;
  color: #8a8a8a;
  font-weight: 500;
  font-size: 13px;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field .switch-button {
  vertical-align: middle;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li:hover {
  background-color: #f5f5f5;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li:last-child {
  border-bottom: 0;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown.open > a {
  background-color: transparent;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown.open > a .icon {
  color: #bfbfbf;
}

.am-top-header .am-toggle-right-sidebar {
  float: right;
  display: block;
  padding: 0 18px;
  line-height: 80px;
  color: #fff;
  margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .am-top-header .am-toggle-right-sidebar {
    margin-right: 0;
    padding-left: 5px;
    padding-right: 9px;
  }
}
.am-top-header .am-toggle-right-sidebar .icon {
  font-size: 26px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

@media (max-width: 767px) {
  .am-top-header .am-toggle-right-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 70px;
    margin-right: 0;
  }
}
.am-top-header .am-toggle-top-header-menu {
  display: none;
  text-align: center;
  background-color: #393838;
  font-size: 31px;
  line-height: 41px;
  color: #e1e1e1;
}

@media (min-width: 768px) {
  .am-white-header .am-top-header {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
  }
  .am-white-header .am-top-header .navbar-brand {
    background-color: #428db1;
    border-bottom-color: #474646;
    position: relative;
    top: 1px;
  }
  .am-white-header .am-top-header .navbar-brand:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: inherit;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .am-white-header .am-top-header .navbar-collapse .navbar-nav > li > a {
    color: #555;
  }
  .am-white-header .am-top-header .navbar-collapse .navbar-nav > li.open > a {
    background-color: #f7f7f7;
  }
  .am-white-header .am-top-header .navbar-collapse .navbar-nav > li.open .dropdown-menu {
    margin-top: 10px;
  }
  .am-white-header .am-top-header .am-icons-nav > li.dropdown > a .icon {
    color: rgba(85, 85, 85, 0.8);
  }
  .am-white-header .am-top-header .am-icons-nav > li.dropdown > a .indicator {
    background-color: #428db1;
  }
  .am-white-header .am-top-header .am-icons-nav > li.dropdown.open > a {
    background-color: transparent;
  }
  .am-white-header .am-top-header .am-icons-nav > li.dropdown.open > a .icon {
    color: #428db1;
  }
  .am-white-header .am-top-header .am-toggle-right-sidebar {
    color: rgba(85, 85, 85, 0.8);
  }
}
@media (max-width: 767px) {
  .am-top-header .am-toggle-top-header-menu {
    display: block;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li.active,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li.active {
    border-bottom-color: #e0e0e0;
  }
  .am-top-header {
    position: relative;
  }
  .am-top-header .navbar-collapse {
    background-color: #3d3c3c;
    border-top-color: #353434;
    overflow: hidden;
    padding: 0;
    margin: 0;
    max-height: none;
    box-shadow: none;
    position: relative;
  }
  .am-top-header .navbar-collapse > .navbar-nav {
    margin: 0;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li > a {
    padding: 0 20px;
    line-height: 50px;
    font-size: 13px;
    position: relative;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li.open > a {
    background-color: transparent;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu {
    background-color: #484747;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a {
    color: #e1e1e1;
    padding-left: 26px;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a:active,
.am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a:focus,
.am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #e1e1e1;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a:active {
    color: #fff;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu:after {
    content: "";
    display: none;
  }
  .am-top-header .navbar-collapse > .navbar-nav.am-nav-right > li:first-child > a {
    padding-left: 20px;
  }
  .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a {
    padding: 0 15px;
    line-height: 65px;
  }
  .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a > img {
    max-height: 32px;
    max-width: 32px;
  }
  .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a .user-name {
    display: inline;
  }
  .am-top-header .navbar-collapse .am-icons-nav {
    border-top: 1px solid #353434;
    background-color: #393838;
    text-align: center;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown {
    display: inline-block;
    position: static;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a .icon {
    color: #e1e1e1;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a .indicator {
    top: 10px;
    background-color: rgba(66, 141, 177, 0.7);
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu {
    position: absolute;
    top: 0;
    bottom: 51px;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    border-radius: 0;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li {
    height: 100%;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .title {
    display: none;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li > .list {
    background-color: #eee;
    height: 100%;
    display: table-row;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li > .list .am-scroller {
    height: 100%;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .content,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .content > ul > li {
    background-color: #eee;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .footer > a {
    border-top-color: #e0e0e0;
    background-color: #ebebeb;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .footer > a:hover {
    background-color: #e6e6e6;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu:after {
    display: none;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover {
    background-color: #eee;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a {
    color: #428db1;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .user-content .date,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .user-content .text-content,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .user-content .date,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .user-content .text-content {
    color: #8a8a8a;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .user-content .circle,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .user-content .circle {
    background-color: #428db1;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .logo,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .logo {
    background-color: #e4e4e4;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .logo .icon,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .logo .icon {
    color: #979595;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li.active:hover,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li.active:hover {
    background-color: #fdefef;
  }
  .am-top-header .container-fluid {
    padding: 0;
  }
}
.am-left-sidebar {
  width: 100px;
  height: 100%;
  left: 0;
  position: absolute;
  border-right: 1px solid #bdc9d0;
}

.am-left-sidebar > .content {
  background-color: #609bb8;
  border-radius: 0 16px;
  position: sticky;
  top: 80px;
  z-index: 1000;
}

.am-left-sidebar .sidebar-elements {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.am-left-sidebar .sidebar-elements > li {
  border-bottom: 1px solid #bdc9d0;
  list-style: none;
}

.am-left-sidebar .sidebar-elements > li > a {
  display: block;
  padding: 11px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}

.am-left-sidebar .sidebar-elements > li > a.active {
  color: #fff;
  font-weight: bold;
}

.am-left-sidebar .sidebar-elements > li > a .icon {
  display: block;
  font-size: 33px;
}

.am-left-sidebar .sidebar-elements > li > a.active .icon {
  transform: scale(1.2);
}

.am-left-sidebar .sidebar-elements > li > a span {
  display: block;
  margin-top: 5px;
}

.am-left-sidebar .sidebar-elements > li > ul {
  display: none;
  position: fixed;
  left: 100px;
  top: 80px;
  height: calc(100vh - 78px);
  background-color: #609bb8;
  z-index: 1031;
  padding: 0;
  table-layout: fixed;
  list-style: none;
  width: 280px;
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.06);
  border-radius: 16px 26px 0;
}

@media (max-width: 767px) {
  .am-left-sidebar .sidebar-elements > li > ul {
    top: 0;
  }
}
.am-left-sidebar .sidebar-elements > li > ul.visible {
  display: table;
}

.am-left-sidebar .sidebar-elements > li > ul.hide {
  display: none;
}

.am-left-sidebar .sidebar-elements > li > ul > li.title {
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #d5d5d5;
  font-size: 26px;
  font-weight: 400;
  margin: 0 25px;
  padding-bottom: 18px;
  padding-top: 25px;
}

.am-left-sidebar .sidebar-elements > li > ul > .nav-items {
  display: table-row;
  height: 100%;
}

.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller {
  /*display: table-cell;*/
  display: block;
  height: 100%;
}

.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content {
  height: 100%;
  padding-top: 15px;
  margin-right: 0 !important;
}

@media screen and (min-width: 0 \0 ) {
  .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content {
    position: static;
    overflow: hidden;
  }
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul {
  padding: 0;
  margin: 0;
}

.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a {
  padding: 11px 25px;
  color: #eee;
  font-size: 14px;
  display: block;
  font-weight: 300;
}

.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a .label {
  border-radius: 2px;
  font-weight: 400;
  line-height: 10px;
  padding: 5px 10px;
}

.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a:hover {
  background-color: rgba(66, 141, 177, 0.98);
}

.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul li.active > a {
  color: rgba(66, 141, 177, 0.7);
}

.am-left-sidebar .sidebar-elements > li:hover {
  background-color: rgba(66, 141, 177, 0.98);
}

.am-left-sidebar .sidebar-elements > li:hover > ul {
  display: table;
}

.am-left-sidebar .sidebar-elements > li.active > a {
  border-left: 2px solid #428db1;
  padding-left: 13px;
}

.am-left-sidebar .am-logo {
  display: none;
}

.am-left-sidebar:before {
  content: "";
  position: fixed;
  z-index: -1;
  width: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: inherit;
}

.am-animate .am-left-sidebar:before {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

@media (max-width: 767px) {
  .am-left-sidebar:before {
    display: none;
  }
  .am-left-sidebar {
    width: 85%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .am-left-sidebar .sidebar-elements > li > a {
    text-align: left;
    position: relative;
  }
  .am-left-sidebar .sidebar-elements > li > a .icon {
    display: inline-block;
    font-size: 25px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .am-left-sidebar .sidebar-elements > li > a span {
    display: inline-block;
  }
  .am-left-sidebar .sidebar-elements > li.parent > a:after {
    content: "\e688";
    float: right;
    font-family: "Stroke 7";
    font-size: 26px;
    line-height: 28px;
    color: #a1a1a1;
  }
  .am-left-sidebar .sidebar-elements > li > ul {
    position: relative;
    height: auto;
    width: 100%;
    left: 0;
  }
  .am-left-sidebar .sidebar-elements > li > ul > li.title {
    display: none;
  }
  .am-left-sidebar .sidebar-elements > li > ul > li.nav-items {
    display: block;
    height: auto;
  }
  .am-left-sidebar .sidebar-elements > li > ul > li.nav-items > .am-scroller {
    height: auto;
    overflow: visible;
  }
  .am-left-sidebar .sidebar-elements > li > ul > li.nav-items > .am-scroller > .content {
    padding-top: 0;
    overflow: visible;
    position: relative;
  }
  .am-left-sidebar .sidebar-elements > li:hover {
    background-color: inherit;
  }
  .am-left-sidebar .sidebar-elements > li:hover > ul {
    display: none;
  }
  .am-left-sidebar .sidebar-elements li.open > ul {
    display: block;
  }
  .am-left-sidebar .am-logo {
    border-bottom: 1px solid #353434;
    display: block;
    height: 60px;
    padding: 10px;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .am-left-sidebar .am-logo {
    /*background-image: url(/admin/images/logo-full-retina.png);
        background-size: 150px 39px*/
  }
}
.am-animate .am-left-sidebar {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.am-animate .am-content,
.am-animate .am-right-sidebar {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}

.am-fixed-sidebar .am-left-sidebar {
  margin-top: 80px;
  padding-bottom: 80px;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1031;
}

.am-fixed-sidebar .am-left-sidebar:before {
  top: 80px;
}

.am-fixed-sidebar .am-left-sidebar .nano-pane {
  width: 4px;
}

.am-fixed-sidebar .am-left-sidebar .nano-pane > .nano-slider {
  background-color: rgba(0, 0, 0, 0.15);
}

.am-right-sidebar {
  overflow-y: hidden;
  position: fixed;
  width: 255px;
  height: 100%;
  top: 0;
  right: -255px;
  background-color: #484747;
}

.am-animate .am-right-sidebar {
  transition: all 0.35s ease;
}

@media (min-width: 768px) {
  body.open-right-sidebar .am-content {
    left: -255px;
  }
  body.open-right-sidebar .page-aside {
    left: -155px;
  }
  body.open-right-sidebar .am-top-header {
    right: 255px;
    left: -255px;
  }
  body.open-right-sidebar .am-left-sidebar,
body.open-right-sidebar .am-left-sidebar:before {
    left: -255px;
  }
  body.open-right-sidebar .am-right-sidebar {
    right: 0;
  }
}
@media (max-width: 767px) {
  .am-fixed-sidebar .am-left-sidebar {
    margin-top: 0;
  }
  body.open-left-sidebar .am-wrapper {
    overflow: hidden;
  }
  body.open-left-sidebar .am-content,
body.open-left-sidebar .am-top-header {
    -webkit-transform: translate3d(85%, 0, 0);
    transform: translate3d(85%, 0, 0);
  }
  body.open-left-sidebar .am-left-sidebar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  body.open-right-sidebar .am-content,
body.open-right-sidebar .am-top-header,
body.open-right-sidebar .page-aside {
    -webkit-transform: translate3d(-255px, 0, 0);
    transform: translate3d(-255px, 0, 0);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body.open-right-sidebar .am-content,
body.open-right-sidebar .am-top-header,
body.open-right-sidebar .page-aside {
    -webkit-transform: translate3d(-85%, 0, 0);
    transform: translate3d(-85%, 0, 0);
  }
  body.open-right-sidebar .am-wrapper {
    overflow: hidden;
  }
  body.open-right-sidebar .am-right-sidebar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.am-right-sidebar .sb-content {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.am-right-sidebar .user-info {
  text-align: center;
  padding: 30px 20px;
  border-bottom: 1px solid #525050;
  background-color: #424141;
}

.am-right-sidebar .user-info img {
  border-radius: 50%;
  width: 76px;
  height: 76px;
  margin-bottom: 20px;
}

.am-right-sidebar .user-info span {
  display: block;
  font-family: Raleway, sans-serif;
}

.am-right-sidebar .user-info span.name {
  color: #e1e1e1;
  font-size: 14px;
}

.am-right-sidebar .user-info span.name .status {
  border-radius: 50%;
  height: 7px;
  width: 7px;
  background-color: #00b777;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: -1px;
}

.am-right-sidebar .user-info span.position {
  color: #aaa;
  font-size: 13px;
}

@media (max-width: 767px) {
  .am-right-sidebar .user-info {
    background-color: #3b3a3a;
    border-bottom: 0 solid #353434;
    text-align: left;
    padding: 17px 22px 21px;
  }
  .am-right-sidebar .user-info img {
    height: 36px;
    width: 36px;
    margin-bottom: 0;
    float: left;
  }
  .am-right-sidebar .user-info > span {
    padding-left: 46px;
  }
  .am-right-sidebar .user-info > span.position {
    font-size: 12px;
    line-height: 12px;
  }
}
.am-right-sidebar .tab-navigation .nav-tabs > li > a:focus,
.am-right-sidebar .tab-navigation .nav-tabs > li > a:hover {
  border: 0;
  background-color: transparent;
}

.am-right-sidebar .tab-navigation .nav-tabs {
  background-color: #424141;
  border-bottom: 0;
  padding: 0 15px;
}

.am-right-sidebar .tab-navigation .nav-tabs > li > a {
  background-color: transparent;
  border-width: 0;
  padding: 14px 10px;
  min-width: auto;
}

.am-right-sidebar .tab-navigation .nav-tabs > li > a .icon {
  font-size: 25px;
  color: #aaa;
}

.am-right-sidebar .tab-navigation .nav-tabs > li > a:hover .icon {
  color: #fff;
}

.am-right-sidebar .tab-navigation .nav-tabs > li.active > a .icon {
  color: #428db1;
}

@media (max-width: 767px) {
  .am-right-sidebar .tab-navigation .nav-justified {
    display: table;
  }
  .am-right-sidebar .tab-navigation .nav-justified > li {
    display: table-cell;
  }
  .am-right-sidebar .tab-navigation .nav-justified > li > a {
    margin-bottom: 0;
    min-width: 40px;
  }
}
.am-right-sidebar .tab-panel {
  height: 100%;
  display: table-row;
}

.am-right-sidebar .tab-panel .tab-content {
  height: 100%;
  position: relative;
  width: 100%;
  padding: 0;
  background: 0 0;
}

.am-right-sidebar .tab-panel .tab-content .tab-pane {
  height: 100%;
  position: relative;
  width: 100%;
}

.am-right-sidebar .tab-panel .tab-content .tab-pane > .content {
  overflow: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.am-right-sidebar .tab-panel .tab-content .tab-pane h2 {
  color: #e1e1e1;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px solid #6d6b6b;
  padding-left: 5px;
  margin-bottom: 25px;
  margin-top: 18px;
}

.am-right-sidebar .tab-panel .tab-content .search {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.am-right-sidebar .tab-panel .tab-content .search > input {
  border: 0;
  background-color: #424141;
  color: #b3b3b3;
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  padding: 15px 20px;
  outline: 0;
}

.am-right-sidebar .tab-panel .tab-content .search > span {
  position: absolute;
  color: #aaa;
  right: 15px;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  cursor: pointer;
}

.am-right-sidebar .tab-panel .tab-content .search > span:hover {
  color: #d1d1d1;
}

.am-right-sidebar .tab-panel .tab-content .announcement .nano-content,
.am-right-sidebar .tab-panel .tab-content .announcement .nano-pane {
  margin-bottom: 49px;
}

.am-right-sidebar .tab-panel .tab-content .announcement .nano-content > .content {
  padding: 10px 20px 0;
}

.am-right-sidebar .tab-panel .tab-content .announcement ul {
  list-style: none;
  padding-left: 0;
}

.am-right-sidebar .tab-panel .tab-content .announcement ul > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}

.am-right-sidebar .tab-panel .tab-content .announcement ul > li > .icon {
  position: absolute;
  left: 0;
  font-size: 16px;
  background-color: #424141;
  color: #d6d6d6;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 20px;
}

.am-right-sidebar .tab-panel .tab-content .announcement ul > li > .icon span.icon {
  vertical-align: middle;
}

.am-right-sidebar .tab-panel .tab-content .announcement ul > li .content {
  margin-left: 5px;
}

.am-right-sidebar .tab-panel .tab-content .announcement ul > li .content a {
  display: block;
  color: #fff;
  padding-top: 3px;
  font-size: 12px;
}

.am-right-sidebar .tab-panel .tab-content .announcement ul > li .content a:hover {
  color: #f38787;
}

.am-right-sidebar .tab-panel .tab-content .announcement ul > li .content span {
  display: block;
  color: #b3b3b3;
  margin-top: 5px;
  font-size: 12px;
}

.am-right-sidebar .tab-panel .tab-content > .chat {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  width: 255px;
}

.am-right-sidebar .tab-panel .tab-content > .chat h2 {
  margin: 30px 20px 15px;
}

.am-right-sidebar .tab-panel .tab-content > .chat .contact,
.am-right-sidebar .tab-panel .tab-content > .chat .recent {
  margin-bottom: 30px;
  font-size: 12px;
}

.am-right-sidebar .tab-panel .tab-content > .chat .contact .user a,
.am-right-sidebar .tab-panel .tab-content > .chat .recent .user a {
  display: block;
  padding: 11px 25px;
  overflow: hidden;
}

.am-right-sidebar .tab-panel .tab-content > .chat .contact .user a img,
.am-right-sidebar .tab-panel .tab-content > .chat .recent .user a img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
}

.am-right-sidebar .tab-panel .tab-content > .chat .contact .user a .user-data,
.am-right-sidebar .tab-panel .tab-content > .chat .contact .user a .user-data2,
.am-right-sidebar .tab-panel .tab-content > .chat .recent .user a .user-data,
.am-right-sidebar .tab-panel .tab-content > .chat .recent .user a .user-data2 {
  padding-left: 40px;
  line-height: 16px;
}

.am-right-sidebar .tab-panel .tab-content > .chat .contact .user a .user-data .status,
.am-right-sidebar .tab-panel .tab-content > .chat .contact .user a .user-data2 .status,
.am-right-sidebar .tab-panel .tab-content > .chat .recent .user a .user-data .status,
.am-right-sidebar .tab-panel .tab-content > .chat .recent .user a .user-data2 .status {
  background-color: #00b777;
  border-radius: 50%;
  float: right;
  width: 7px;
  height: 7px;
  position: relative;
  top: 5px;
}

.am-right-sidebar .tab-panel .tab-content > .chat .contact .user a .user-data .status.offline,
.am-right-sidebar .tab-panel .tab-content > .chat .contact .user a .user-data2 .status.offline,
.am-right-sidebar .tab-panel .tab-content > .chat .recent .user a .user-data .status.offline,
.am-right-sidebar .tab-panel .tab-content > .chat .recent .user a .user-data2 .status.offline {
  background-color: #e65a5a;
}

.am-right-sidebar .tab-panel .tab-content > .chat .contact .user a .user-data .status.away,
.am-right-sidebar .tab-panel .tab-content > .chat .contact .user a .user-data2 .status.away,
.am-right-sidebar .tab-panel .tab-content > .chat .recent .user a .user-data .status.away,
.am-right-sidebar .tab-panel .tab-content > .chat .recent .user a .user-data2 .status.away {
  background-color: #f2c329;
}

.am-right-sidebar .tab-panel .tab-content > .chat .contact .user a .user-data .name,
.am-right-sidebar .tab-panel .tab-content > .chat .contact .user a .user-data2 .name,
.am-right-sidebar .tab-panel .tab-content > .chat .recent .user a .user-data .name,
.am-right-sidebar .tab-panel .tab-content > .chat .recent .user a .user-data2 .name {
  color: #e1e1e1;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.am-right-sidebar .tab-panel .tab-content > .chat .contact .user a .user-data .message,
.am-right-sidebar .tab-panel .tab-content > .chat .contact .user a .user-data2 .message,
.am-right-sidebar .tab-panel .tab-content > .chat .recent .user a .user-data .message,
.am-right-sidebar .tab-panel .tab-content > .chat .recent .user a .user-data2 .message {
  display: block;
  color: #999;
  font-size: 11px;
}

.am-right-sidebar .tab-panel .tab-content > .chat .contact .user a .user-data2,
.am-right-sidebar .tab-panel .tab-content > .chat .recent .user a .user-data2 {
  margin-top: 7px;
}

.am-right-sidebar .tab-panel .tab-content > .chat .contact .user a:hover,
.am-right-sidebar .tab-panel .tab-content > .chat .recent .user a:hover {
  background-color: #424141;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-contacts,
.am-right-sidebar .tab-panel .tab-content > .chat .chat-window {
  height: 100%;
  width: 255px;
  display: table;
  table-layout: fixed;
  position: absolute;
  left: 0;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-contacts .chat-sections {
  height: 100%;
  display: table-row;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-contacts .search {
  position: relative;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window {
  height: 100%;
  left: 255px;
  display: table;
  table-layout: fixed;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window .title {
  padding: 20px 20px 20px 10px;
  overflow: hidden;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window .title .icon {
  font-size: 35px;
  color: #b3b3b3;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window .title .user {
  display: inline-block;
  float: right;
  text-align: right;
  line-height: 13px;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window .title .user img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  float: right;
  margin-left: 10px;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window .title .user h2 {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window .title .user span {
  display: block;
  font-size: 12px;
  color: #999;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window .chat-messages {
  height: 100%;
  display: table-row;
  font-size: 13px;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window .chat-messages .content {
  outline: 0;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window .chat-messages .content > ul {
  outline: 0;
  margin: 0;
  padding: 0;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window .chat-messages .content > ul > li {
  display: block;
  list-style: none;
  padding: 9px 16px;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window .chat-messages .content > ul > li .msg {
  position: relative;
  display: inline-block;
  background-color: rgba(66, 141, 177, 0.7);
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 3px;
  white-space: normal;
  text-align: left;
  margin-left: 40px;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window .chat-messages .content > ul > li .msg:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 7px;
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(66, 141, 177, 0.7);
  border-top: 6px solid transparent;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window .chat-messages .content > ul > li.friend .msg {
  background-color: #fff;
  color: #424141;
  margin-left: 0;
  margin-right: 40px;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window .chat-messages .content > ul > li.friend .msg:after {
  right: auto;
  left: -5px;
  border-left-width: 0;
  border-right: 5px solid #fff;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window .chat-messages .content > ul > li.self {
  text-align: right;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window .chat-input {
  position: relative;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window .chat-input .input-wrapper > input {
  border: 0;
  background-color: #424141;
  color: #b3b3b3;
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  padding: 15px 40px 15px 42px;
  outline: 0;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window .chat-input .input-wrapper > span {
  position: absolute;
  color: #aaa;
  right: 15px;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  cursor: pointer;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window .chat-input .input-wrapper > span:hover {
  color: #d1d1d1;
}

.am-right-sidebar .tab-panel .tab-content > .chat .chat-window .chat-input .input-wrapper .photo {
  left: 15px;
  font-size: 22px;
  top: 47%;
  right: auto;
}

.am-right-sidebar .tab-panel .tab-content > .chat.chat-opened .chat-contacts {
  left: -255px;
}

.am-right-sidebar .tab-panel .tab-content > .chat.chat-opened .chat-window {
  left: 0;
}

.am-right-sidebar .tab-panel .tab-content .faqs .content,
.am-right-sidebar .tab-panel .tab-content .faqs .nano-pane {
  margin-bottom: 49px;
}

.am-right-sidebar .tab-panel .tab-content .faqs .content {
  padding: 10px 20px 1px;
}

.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 20px;
}

.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}

.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title {
  margin-top: 0;
}

.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title a {
  color: #fff;
  position: relative;
  padding: 0 0 0 35px;
  line-height: 24px;
  display: block;
}

.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title a .icon {
  background-color: #424141;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}

.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title a .icon > span {
  font-size: 26px;
  color: #d6d6d6;
  position: relative;
  top: 1px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title a .title {
  font-size: 12px;
  font-weight: 400;
}

.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title a.collapsed .icon {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title a.collapsed .icon > span {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-collapse .panel-body {
  border-top: 0;
  color: #b3b3b3;
  font-size: 12px;
  padding: 3px 0 0 35px;
}

.am-right-sidebar .tab-panel .tab-content .ticket .content {
  padding: 10px 20px 30px;
}

.am-right-sidebar .tab-panel .tab-content .ticket form {
  margin-top: 30px;
}

.am-right-sidebar .tab-panel .tab-content .ticket form .send-ticket {
  margin-bottom: 30px;
}

.am-right-sidebar .tab-panel .tab-content .ticket form .send-ticket label {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 13px;
}

.am-right-sidebar .tab-panel .tab-content .ticket form .send-ticket .form-control {
  background-color: transparent;
  border-radius: 2px;
  box-shadow: none;
  font-size: 13px;
  border: 1px solid #646262;
  color: #e1e1e1;
  height: auto;
  padding: 10px;
}

.am-right-sidebar .tab-panel .tab-content .ticket form .send-ticket textarea {
  min-height: 160px;
}

.am-right-sidebar .tab-panel .tab-content .ticket form .btn {
  width: 100%;
}

@media (max-width: 767px) {
  .am-right-sidebar {
    width: 85%;
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .am-right-sidebar .tab-panel .tab-content > .chat,
.am-right-sidebar .tab-panel .tab-content > .chat .chat-contacts,
.am-right-sidebar .tab-panel .tab-content > .chat .chat-window {
    width: 100%;
  }
  .am-right-sidebar .tab-panel .tab-content > .chat .chat-window {
    left: 100%;
  }
  .am-right-sidebar .tab-panel .tab-content > .chat.chat-opened .chat-contacts {
    left: -100%;
  }
}
.am-content {
  position: relative;
  left: 0;
  margin-left: 100px;
  min-height: 100%;
}

.am-animate .am-content {
  transition: all 0.35s ease;
}

.am-nosidebar-left .am-content {
  margin-left: 0;
}

.main-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .am-content {
    margin-left: 0;
  }
  .main-content {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}
.am-no-padding .main-content {
  padding: 0;
}

.page-head {
  background: #fbfbfb;
  padding: 14px 30px;
  margin-left: 10px;
  position: relative;
  border-radius: 0 0 16px 16px;
}

@media (min-width: 768px) {
  .page-head.d-flex-middle {
    display: flex;
    align-items: center;
  }
}
.page-head h2 {
  margin-bottom: 5px;
  margin-top: 6px;
  font-family: inherit;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
}

.page-head .breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 4px;
  font-size: 13px;
}

.am-white-header .page-head {
  background-color: #f8f8f8;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-head {
    padding: 20px 25px;
  }
}
.am-aside .main-content {
  margin-left: 280px;
}

@media (max-width: 767px) {
  .page-head {
    padding: 18px 15px 20px;
  }
  .page-head h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .am-aside .main-content {
    margin-left: inherit;
  }
}
.page-aside {
  background: #fff;
  width: 280px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100px;
  border-right: 1px solid #e6e6e6;
  padding-top: 80px;
}

.am-animate .page-aside {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.page-aside .content {
  padding: 20px;
}

@media (max-width: 767px) {
  .page-aside {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    padding-top: 0;
    left: 0;
  }
  .page-aside .nano-content {
    position: static;
    overflow: visible;
    margin: 0 !important;
  }
}
.aside-header {
  margin-bottom: 20px;
}

.aside-header .navbar-toggle {
  background: rgba(0, 0, 0, 0.015);
  padding: 5px 6px;
}

.aside-header .navbar-toggle .icon {
  font-size: 25px;
}

.aside-header .description {
  color: #6f6f6f;
}

.aside-nav {
  display: block;
  visibility: visible;
}

.aside-nav .nav li a {
  color: #555;
  padding: 12px 15px;
}

.aside-nav .nav li.active a {
  background-color: #f2f2f2;
}

.aside-nav .nav li .label {
  float: right;
  font-size: 12px;
  font-weight: 300;
}

.aside-nav .nav li .icon {
  font-size: 19px;
  vertical-align: middle;
  margin-right: 3px;
}

.aside-nav .title {
  color: #888;
  margin: 5px 0 0;
  padding: 8px 13px 4px;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .aside-nav {
    border-bottom: 1px solid #e6e6e6;
  }
  .aside-nav.collapse {
    display: none;
  }
  .aside-nav.in {
    display: block;
  }
}
.am-splash-screen {
  background-color: #383737;
}

.am-splash-screen .am-wrapper {
  padding-top: 0;
}

.am-splash-screen .am-wrapper .am-content {
  margin: 0;
}

.am-splash-screen .am-wrapper .am-content a {
  color: #ababab;
}

.am-splash-screen .am-wrapper .am-content a:hover {
  color: #fff;
}

.am-scroll-top {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.28);
  padding: 4px 9px;
  display: none;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-radius: 26px;
  z-index: 1030;
}

.am-scroll-top:before,
.switch-button {
  display: inline-block;
  vertical-align: middle;
}

.am-scroll-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.am-scroll-top:focus,
.am-scroll-top:hover {
  color: #fff;
}

.am-scroll-top:before {
  content: "\e682";
  font-family: "Stroke 7";
  font-size: 30px;
}

.switch-button {
  border-radius: 50px;
  background-color: #b3b3b3;
  width: 50px;
  height: 27px;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.switch-button input[type=checkbox] {
  display: none;
}

.switch-button label {
  border-radius: 50%;
  border: 1px solid #ababab;
  background-color: #fff;
  margin: 0;
  height: 23px;
  width: 23px;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  background-clip: padding-box;
}

.switch-button label:before {
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  z-index: 0;
  content: "";
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 26px;
  top: 0;
  text-align: right;
  padding-right: 10px;
  color: #fff;
}

.switch-button input[type=checkbox]:checked + span {
  background-color: #428db1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2px;
}

.switch-button input[type=checkbox]:checked + span label {
  float: right;
  border-color: rgba(66, 141, 177, 0.7);
}

.switch-button input[type=checkbox]:checked + span label:before {
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  z-index: 0;
  content: "";
  color: #fff;
  left: 0;
  text-align: left;
  padding-left: 10px;
}

.switch-button.switch-button-yesno label:before {
  content: "";
}

.switch-button.switch-button-yesno input[type=checkbox]:checked + span label:before {
  content: "";
}

.switch-button.switch-button-xs {
  height: 20px;
  line-height: 22px;
  width: 40px;
}

.switch-button.switch-button-xs label {
  height: 16px;
  width: 16px;
}

.switch-button.switch-button-xs label:before {
  line-height: 19px;
}

.switch-button.switch-button-sm {
  height: 24px;
  width: 44px;
  line-height: 26px;
}

.switch-button.switch-button-sm label {
  height: 20px;
  width: 20px;
}

.switch-button.switch-button-sm label:before {
  line-height: 23px;
}

.switch-button.switch-button-lg {
  height: 30px;
  line-height: 32px;
  width: 65px;
}

.switch-button.switch-button-lg label {
  height: 26px;
  width: 26px;
}

.switch-button.switch-button-lg label:before {
  line-height: 29px;
}

.switch-button.switch-button-success {
  background-color: #b3b3b3;
}

.switch-button.switch-button-success label {
  border-color: #ababab;
}

.switch-button.switch-button-success input[type=checkbox]:checked + span {
  background-color: #73b142;
}

.switch-button.switch-button-success input[type=checkbox]:checked + span label {
  border-color: #68c5b5;
}

.switch-button.switch-button-info {
  background-color: #b3b3b3;
}

.switch-button.switch-button-info label {
  border-color: #ababab;
}

.switch-button.switch-button-info input[type=checkbox]:checked + span {
  background-color: #63d7ff;
}

.switch-button.switch-button-info input[type=checkbox]:checked + span label {
  border-color: #79c1d9;
}

.switch-button.switch-button-warning {
  background-color: #b3b3b3;
}

.switch-button.switch-button-warning label {
  border-color: #ababab;
}

.switch-button.switch-button-warning input[type=checkbox]:checked + span {
  background-color: #ffcc35;
}

.switch-button.switch-button-warning input[type=checkbox]:checked + span label {
  border-color: #ffbe57;
}

.switch-button.switch-button-danger {
  background-color: #b3b3b3;
}

.switch-button.switch-button-danger label {
  border-color: #ababab;
}

.switch-button.switch-button-danger input[type=checkbox]:checked + span {
  background-color: #ed4b4b;
}

.switch-button.switch-button-danger input[type=checkbox]:checked + span label {
  border-color: #ed4b4b;
}

.widget {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 16px;
}

.widget > .widget-head {
  margin-bottom: 20px;
  display: block;
}

.widget > .widget-head .title {
  font-size: 16px;
  font-weight: 300;
}

.widget > .widget-head .tools {
  float: right;
}

.widget > .widget-head .tools > .icon {
  display: inline-block;
  margin-left: 5px;
  font-size: 21px;
  line-height: 23px;
  vertical-align: middle;
  cursor: pointer;
}

.widget > .widget-head .tools > .icon:hover {
  color: #428db1;
}

.widget > .widget-head .tools > .icon.s7-close {
  font-size: 27px;
  margin-left: 1px;
  position: relative;
  top: 1px;
}

.widget > .widget-head .tools .value {
  font-size: 24px;
  line-height: 22px;
}

.widget .chart-container {
  position: relative;
}

.widget .chart-container > .counter {
  min-height: auto;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}

.widget .chart-container > .counter .value {
  font-size: 24px;
}

.widget .chart-container > .counter .desc {
  text-transform: uppercase;
  font-size: 11px;
  color: #b2b2b2;
}

.widget.widget-fullwidth {
  padding: 0;
}

.widget.widget-fullwidth > .widget-head {
  padding: 20px 20px 10px;
  margin-bottom: 0;
}

.widget.widget-fullwidth .chart-container > .counter {
  min-height: auto;
  left: 20px;
}

.widget.widget-small {
  margin-bottom: 20px;
}

.widget.widget-small.widget-fullwidth > .widget-head {
  padding: 20px 15px 10px;
}

.clr-primary {
  background-color: #428db1;
}

.clr-success {
  background-color: #73b142;
}

.clr-info {
  background-color: #63d7ff;
}

.clr-warning {
  background-color: #ffcc35;
}

.clr-danger {
  background-color: #ed4b4b;
}

.clr-alt1 {
  background-color: #95d9f0;
}

.clr-alt2 {
  background-color: #ffdc7a;
}

.clr-alt3 {
  background-color: rgba(133, 219, 29, 0.7);
}

.clr-alt4 {
  background-color: #ccc;
}

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

.clr-btn-default-hover {
  background-color: #f7f7f7;
}

.clr-btn-default-active {
  background-color: #ededed;
}

.clr-btn-primary {
  background-color: #428db1;
}

.clr-btn-primary-hover {
  background-color: rgba(66, 141, 177, 0.7);
}

.clr-btn-primary-active {
  background-color: rgba(66, 141, 177, 0.4);
}

.clr-btn-dark {
  background-color: #3d3c3c;
}

.clr-btn-dark-hover {
  background-color: #4a4949;
}

.clr-btn-dark-active {
  background-color: #302f2f;
}

.clr-btn-info {
  background-color: #63d7ff;
}

.clr-btn-info-hover {
  background-color: #a1d3e5;
}

.clr-btn-info-active {
  background-color: #79c1d9;
}

.clr-btn-warning {
  background-color: #ffcc35;
}

.clr-btn-warning-hover {
  background-color: #ffd28a;
}

.clr-btn-warning-active {
  background-color: #ffbe57;
}

.clr-btn-danger {
  background-color: #ed4b4b;
}

.clr-btn-danger-hover {
  background-color: #ed4b4b;
}

.clr-btn-danger-active {
  background-color: #ed4b4b;
}

.clr-btn-success {
  background-color: #73b142;
}

.clr-btn-success-hover {
  background-color: #8cd3c7;
}

.clr-btn-success-active {
  background-color: rgba(115, 177, 66, 0.4);
}

.clr-btn-alt1 {
  background-color: #56c3e7;
}

.clr-btn-alt1-hover {
  background-color: #6dcbea;
}

.clr-btn-alt1-active {
  background-color: #40bbe4;
}

.clr-btn-alt2 {
  background-color: #ffcf66;
}

.clr-btn-alt2-hover {
  background-color: #ffd77f;
}

.clr-btn-alt2-active {
  background-color: #ffc74c;
}

.clr-btn-alt3 {
  background-color: rgba(133, 219, 29, 0.7);
}

.clr-btn-alt3-hover {
  background-color: #8ba5c7;
}

.clr-btn-alt3-active {
  background-color: #698bb7;
}

.clr-btn-alt4 {
  background-color: #bdbdbd;
}

.clr-btn-alt4-hover {
  background-color: #c9c9c9;
}

.clr-btn-alt4-active {
  background-color: #b0b0b0;
}

.color-swatch {
  margin-top: 20px;
  display: inline-block;
  min-width: 230px;
  overflow: hidden;
  border-radius: 3px;
}

.color-swatch .colors,
.color-swatch .desc {
  margin: 0;
}

.color-swatch .colors > div {
  min-height: 90px;
}

.color-swatch .desc > div {
  text-align: center;
  background-color: #fff;
  line-height: 50px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  color: #686868;
}

#gritter-notice-wrapper {
  width: 360px;
  top: 82px;
  right: 20px;
  position: fixed;
  z-index: 1000;
}

.gritter-item-wrapper {
  background: url("/admin/images/gritter-bg.png");
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0 0 10px 0;
  border-radius: 10px;
}

.gritter-item-wrapper a {
  color: #ececec;
}

.gritter-item-wrapper a:hover,
.gritter-item-wrapper a:focus {
  color: #FFFFFF;
}

.gritter-item-wrapper .gritter-item {
  font-family: inherit;
  background: 0 0;
  color: #fff;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.gritter-item-wrapper .gritter-item .gritter-img-container {
  display: table-cell;
  width: 26%;
  vertical-align: middle;
  text-align: center;
  background-color: #302f2f;
  border-radius: 10px 0 0 10px;
}

.gritter-item-wrapper .gritter-item .gritter-img-container .gritter-image {
  float: none;
  max-width: 70%;
}

.gritter-item-wrapper .gritter-item .gritter-content {
  width: auto;
}

.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image,
.gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image {
  padding: 15px 35px 17px 15px;
  color: #d9d9d9;
  width: 267px;
  display: table-cell;
}

.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-close,
.gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-close {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  height: 30px;
  width: 35px;
  font-size: 0;
  background: 0 0;
  text-indent: inherit;
  opacity: 0.4;
}

.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-close:hover,
.gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-close:hover {
  opacity: 0.8;
}

.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-close:after,
.gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-close:after {
  content: "\e680";
  font-family: "Stroke 7";
  position: absolute;
  color: #fff;
  font-size: 24px;
  left: 5px;
  text-shadow: none;
}

.gritter-item-wrapper.clean .gritter-item,
.gritter-item-wrapper.clean .gritter-item .gritter-content,
.gritter-item-wrapper.clean .gritter-item .gritter-content .gritter-close:after {
  color: #000;
}

.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-title,
.gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-title {
  text-shadow: none;
  font-weight: 300;
  font-size: 17px;
}

.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image p,
.gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image p {
  font-size: 15px;
  line-height: 19px;
}

.gritter-item-wrapper .gritter-item .gritter-content .gritter-without-image {
  border-left: 0;
}

.gritter-item-wrapper.img-rounded {
  border-radius: 0;
}

.gritter-item-wrapper.img-rounded .gritter-img-container .gritter-image {
  border-radius: 50%;
}

.gritter-item-wrapper.clean {
  background: #fff;
}

.gritter-item-wrapper.clean .gritter-item .gritter-img-container {
  background-color: #fafafa;
}

.gritter-item-wrapper.clean .gritter-item .gritter-content .gritter-close {
  opacity: 0.5;
}

.gritter-item-wrapper.color .gritter-item .gritter-content {
  color: #fff;
}

.gritter-item-wrapper.color .gritter-item .gritter-content .gritter-close {
  opacity: 0.5;
}

.gritter-item-wrapper.color .gritter-item .gritter-content .gritter-close:hover {
  opacity: 1;
}

.gritter-item-wrapper.primary {
  background: #428db1;
}

.gritter-item-wrapper.success {
  background: #73b142;
}

.gritter-item-wrapper.info {
  background: #63d7ff;
}

.gritter-item-wrapper.warning {
  background: #ffcc35;
}

.gritter-item-wrapper.danger {
  background: #428db1;
}

.gritter-item-wrapper.alt1 {
  background: #95d9f0;
}

.gritter-item-wrapper.alt2 {
  background: #ffdc7a;
}

.gritter-item-wrapper.alt3 {
  background: rgba(133, 219, 29, 0.7);
}

.gritter-item-wrapper.alt4 {
  background: #ccc;
}

.gritter-item-wrapper.dark {
  background: #3d3c3c;
}

.gritter-item-wrapper.facebook {
  background: #5d82d1;
}

.gritter-item-wrapper.facebook .gritter-item .gritter-img-container {
  background-color: #5179ce;
}

.gritter-item-wrapper.twitter {
  background: #50bff5;
}

.gritter-item-wrapper.twitter .gritter-item .gritter-img-container {
  background-color: #42baf4;
}

.gritter-item-wrapper.google-plus {
  background: #eb5e4c;
}

.gritter-item-wrapper.google-plus .gritter-item .gritter-img-container {
  background-color: #e9523e;
}

.gritter-item-wrapper.dribbble {
  background: #f7659c;
}

.gritter-item-wrapper.dribbble .gritter-item .gritter-img-container {
  background-color: #f65693;
}

.gritter-item-wrapper.flickr {
  background: #0063dc;
}

.gritter-item-wrapper.flickr .gritter-item .gritter-img-container {
  background-color: #005ccd;
}

.gritter-item-wrapper.linkedin {
  background: #238cc8;
}

.gritter-item-wrapper.linkedin .gritter-item .gritter-img-container {
  background-color: #2183bb;
}

.gritter-item-wrapper.youtube {
  background: #ef4e41;
}

.gritter-item-wrapper.youtube .gritter-item .gritter-img-container {
  background-color: #ee4133;
}

.gritter-item-wrapper.pinterest {
  background: #e13138;
}

.gritter-item-wrapper.pinterest .gritter-item .gritter-img-container {
  background-color: #df242b;
}

.gritter-item-wrapper.github {
  background: #333;
}

.gritter-item-wrapper.github .gritter-item .gritter-img-container {
  background-color: #2b2b2b;
}

.gritter-item-wrapper.tumblr {
  background: #426d9b;
}

.gritter-item-wrapper.tumblr .gritter-item .gritter-img-container {
  background-color: #3d6590;
}

.bs-grid-block {
  border: 2px dashed #c5c5c5;
  font-weight: 300;
  font-size: 20px;
  color: #807e7e;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px;
}

.bs-grid-block .content {
  display: table-cell;
  height: 177px;
  text-align: center;
  vertical-align: middle;
}

.bs-grid-block .content .size {
  display: block;
}

.bs-grid-block .content .device {
  line-height: 0;
}

.bs-grid-block .content .device:after {
  font-size: 15px;
}

@media (min-width: 1200px) {
  .bs-grid-block .content .device:after {
    content: "Desktop";
    color: #428db1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bs-grid-block .content .device:after {
    content: "Laptop";
    color: #428db1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bs-grid-block .content .device:after {
    content: "Tablet";
    color: rgba(133, 219, 29, 0.7);
  }
}
@media (max-width: 767px) {
  .bs-grid-block .content .device:after {
    content: "Phone";
    color: #73b142;
  }
}
.icon-container {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  display: block;
  border-radius: 16px;
}

.icon-container.active {
  background-color: #e0e0e0;
  opacity: 0.5;
}

.icon-container .icon {
  background-color: #428db1;
  border-radius: 50%;
  display: inline-block;
  height: 95px;
  width: 95px;
  margin-bottom: 15px;
  padding: 20px;
  text-align: center;
}

.icon-container .icon span {
  font-size: 55px;
  color: #ffffff;
}

.icon-container img.icon {
  padding: 0;
  border-radius: 10px;
  max-width: 100%;
  max-height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
}

.icon-container .class {
  display: block;
  font-size: 14px;
  font-weight: 300;
  min-height: 44px;
}

.icon-container .checked {
  position: absolute;
  top: 14px;
  background: #f00;
  width: 5px;
  height: 5px;
  right: 32px;
}

.prettyprint {
  font-size: 12px;
  line-height: 1.5;
}

pre {
  color: #555;
}

pre .pln {
  color: #777;
}

pre .str {
  color: #D14;
}

pre .kwd {
  color: #458;
}

pre .com {
  color: #b8b6b1;
}

pre .typ {
  color: teal;
}

pre .lit {
  color: #D14;
}

pre .clo,
pre .opn,
pre .pun {
  color: #949494;
}

pre .tag {
  color: #698bb7;
}

pre .atn {
  color: rgba(66, 141, 177, 0.7);
}

pre .atv {
  color: #929292;
}

pre .dec,
pre .var {
  color: #D14;
}

pre .fun {
  color: #458;
}

pre.am-code-dark {
  background-color: #4d4342;
  color: #FFF;
}

pre.am-code-dark .pln {
  color: #fff;
}

pre.am-code-dark .str {
  color: #b5db99;
}

pre.am-code-dark .kwd {
  color: #e9c865;
}

pre.am-code-dark .com {
  color: #c3b8b7;
}

pre.am-code-dark .typ {
  color: #FF9787;
}

pre.am-code-dark .lit {
  color: #b5db99;
}

pre.am-code-dark .clo,
pre.am-code-dark .opn,
pre.am-code-dark .pun {
  color: #fff;
}

pre.am-code-dark .tag {
  color: #e9c865;
}

pre.am-code-dark .atn {
  color: #FF9787;
}

pre.am-code-dark .atv,
pre.am-code-dark .dec,
pre.am-code-dark .var {
  color: #b5db99;
}

pre.am-code-dark .fun {
  color: #e9c865;
}

ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}

li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eee;
}

.widget-pie .chart-container {
  display: table;
  width: 100%;
  margin: 0;
}

.widget-pie .chart-container > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .widget-pie .chart-container > div {
    display: block;
  }
  .widget-pie .chart-container > div:first-child {
    margin-bottom: 25px;
  }
}
.widget-pie .chart-container .chart {
  min-height: 125px;
}

.widget-pie .chart-container .legend > div {
  background-color: transparent !important;
}

.widget-pie .chart-container .legend table {
  width: 100%;
}

.widget-pie .chart-container .legend table tr td {
  padding-bottom: 7px;
  font-size: 12px;
}

.widget-pie .chart-container .legend table tr .legendColorBox {
  width: 1%;
}

.widget-pie .chart-container .legend table tr .legendColorBox > div {
  border: 0 !important;
}

.widget-pie .chart-container .legend table tr .legendLabel {
  padding-left: 8px;
  font-size: 12px;
}

.widget-pie .chart-container .legend table tr .legendData {
  text-align: right;
}

.widget-pie .chart-info {
  border-top: 1px solid #e0e0e0;
  margin: 30px 0 0;
  text-align: center;
}

.widget-pie .chart-info span {
  display: block;
}

.widget-pie .chart-info span.title {
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #b2b2b2;
  font-size: 12px;
}

.widget-pie .chart-info span.number {
  font-size: 18px;
  font-weight: 300;
}

.widget-pie .chart-info > div {
  padding-top: 20px;
}

.widget-pie .chart-info > div:first-child {
  text-align: left;
  padding-left: 0;
}

.widget-pie .chart-info > div:last-child {
  text-align: right;
  padding-right: 0;
}

@media (max-width: 480px) {
  .widget-pie .chart-info {
    padding-top: 15px;
  }
  .widget-pie .chart-info > div {
    float: none;
    text-align: left !important;
    width: 100%;
    line-height: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
  .widget-pie .chart-info > div span {
    display: inline-block;
  }
  .widget-pie .chart-info > div span.title {
    margin: 0;
  }
  .widget-pie .chart-info > div span.number {
    float: right;
  }
}
.widget-pie.widget-pie-stats .chart-info > div:last-child {
  text-align: left;
}

.widget.bar-chart .chart-table table .number,
.widget.line-chart .chart-table table .number {
  text-align: right;
  width: 20%;
}

.widget-pie.widget-pie-stats .chart-info .sparkline {
  float: right;
  margin-top: 11px;
}

@media (max-width: 480px) {
  .widget-pie.widget-pie-stats .chart-info > div {
    line-height: 25px;
  }
  .widget-pie.widget-pie-stats .chart-info > div span {
    display: block;
  }
  .widget-pie.widget-pie-stats .chart-info > div span.number {
    float: none;
  }
  .widget-pie.widget-pie-stats .chart-info > div:first-child {
    margin-bottom: 10px;
  }
}
.widget.bar-chart .chart-table table,
.widget.line-chart .chart-table table {
  margin: 0;
}

.widget.line-chart .chart-container {
  position: relative;
  padding: 0 5px 5px;
}

.widget.line-chart .chart-container > div {
  z-index: 1;
}

@media (max-width: 767px) {
  .widget.line-chart .chart-container > div {
    padding: 0 0 5px;
    min-height: 160px;
  }
}
.widget.line-chart .chart-container > .counter {
  min-height: auto;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}

.widget.line-chart .chart-container > .counter .value {
  font-size: 24px;
}

.widget.line-chart .chart-container > .counter .desc {
  text-transform: uppercase;
  font-size: 11px;
  color: #b2b2b2;
}

.widget.line-chart .chart-table {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .widget.line-chart .chart-table {
    padding: 10px 0 0;
  }
}
.widget.line-chart.widget-fullwidth .chart-container {
  padding: 0;
}

.widget.line-chart.widget-fullwidth .chart-container > div .tickLabel {
  font-size: 0;
}

.widget.line-chart.widget-fullwidth .chart-container > .counter {
  min-height: auto;
  left: 20px;
}

.widget.bar-chart .chart-container {
  padding: 0 5px 5px;
}

@media (max-width: 767px) {
  .widget.bar-chart .chart-container > div {
    padding: 0 0 5px;
    min-height: 160px;
  }
}
.widget.bar-chart .chart-table {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .widget.bar-chart .chart-table {
    padding: 10px 0 0;
  }
}
.widget-calendar {
  padding: 0;
}

.widget-calendar .cal-container {
  width: 100%;
  display: table;
}

.widget-calendar .cal-container .cal-notes {
  display: table-cell;
  width: 40%;
  background-color: #428db1;
  padding: 25px;
}

.widget-calendar .cal-container .cal-notes span {
  display: block;
  color: #fff;
}

.widget-calendar .cal-container .cal-notes span.day {
  font-size: 25px;
  font-weight: 300;
}

.widget-calendar .cal-container .cal-notes span.date {
  font-size: 15px;
  font-weight: 300;
  color: #fbd6d6;
}

.widget-calendar .cal-container .cal-notes span.title {
  font-size: 14px;
  border-bottom: 1px solid #fff;
  margin-top: 35px;
  padding-bottom: 3px;
}

.widget-calendar .cal-container .cal-notes span.title .icon {
  float: right;
  font-size: 19px;
  line-height: 22px;
  cursor: pointer;
}

.widget-calendar .cal-container .cal-notes ul {
  padding: 20px 0 0;
  list-style: none;
}

.widget-calendar .cal-container .cal-notes ul li {
  padding-bottom: 10px;
  font-size: 12px;
}

.widget-calendar .cal-container .cal-notes ul li span {
  display: inline-block;
}

.widget-calendar .cal-container .cal-notes ul li span.hour {
  float: right;
}

.widget-calendar .cal-container .cal-notes ul li:last-child {
  padding-bottom: 0;
}

.widget-calendar .cal-container .cal-calendar {
  display: table-cell;
  padding: 25px;
}

.widget-calendar .cal-container .cal-calendar .ui-datepicker {
  position: relative;
  margin: 20px 0;
}

.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  cursor: default;
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  height: 1.8em;
  position: absolute;
  top: -5px;
  width: 1.8em;
  color: #555;
  font-size: 28px;
}

.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span,
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  overflow: hidden;
  display: block;
  text-indent: -99999px;
}

.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after,
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span:after {
  cursor: pointer;
  content: "\e686";
  font-family: "Stroke 7";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  text-indent: 0;
}

.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 2px;
}

.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 2px;
}

.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after {
  content: "\e684";
  right: 14px;
}

.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar {
  width: 100%;
}

.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar th {
  border: 0;
  padding: 3px;
  text-align: center;
  font-weight: 400;
  color: #555;
}

.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar th span {
  font-size: 14px;
}

.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar tr td {
  border: 0;
  padding: 3px;
  text-align: center;
}

.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar tr td a {
  display: inline-block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
  color: #888;
  width: 25px;
  height: 25px;
  line-height: 20px;
  font-size: 12px;
}

.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-active,
.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-highlight {
  background-color: #e6e6e6;
  border-radius: 50%;
}

.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-highlight {
  background-color: #428db1;
  color: #fff;
}

@media (max-width: 767px) {
  .widget-calendar .cal-container,
.widget-calendar .cal-container .cal-calendar,
.widget-calendar .cal-container .cal-notes {
    display: block;
  }
  .widget-calendar .cal-container .cal-notes {
    width: 100%;
  }
  .widget-calendar .cal-container .cal-calendar .ui-datepicker {
    margin: 10px 0;
  }
}
.widget.widget-map .map-container > div {
  height: 229px;
}

.widget.widget-tile {
  padding: 24px 20px;
  margin-bottom: 20px;
  display: flex;
}

.widget.widget-tile .data-info {
  display: inline-block;
  width: 70%;
}

.widget.widget-tile .data-info .value {
  font-size: 23px;
  font-weight: 300;
}

.widget.widget-tile .data-info .desc {
  font-size: 14px;
  line-height: 18px;
}

.widget.widget-tile .icon {
  display: inline-block;
  color: #428db1;
  text-align: right;
  font-size: 45px;
  line-height: 54px;
  width: 30%;
}

.widget.widget-tile.widget-tile-wide {
  display: table;
  width: 100%;
}

.widget.widget-tile.widget-tile-wide > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.widget.widget-tile.widget-tile-wide .data-info {
  vertical-align: top;
}

.widget.widget-tile.widget-tile-wide .data-info .title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 2px;
}

.widget.widget-tile.widget-tile-wide .data-info .desc {
  color: grey;
  font-size: 12px;
}

.widget.widget-tile.widget-tile-wide .tile-value {
  text-align: right;
}

.widget.widget-tile.widget-tile-wide .tile-value > span {
  display: block;
  padding-right: 10px;
  font-weight: 300;
  font-size: 31px;
}

.widget.widget-tile.widget-tile-wide .icon {
  float: none;
  line-height: 43px;
  vertical-align: top;
  margin-right: 5px;
}

.widget-weather {
  padding: 0;
}

.widget-weather .wt-container .wt-hour {
  background-color: #ff7373;
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  padding: 20px;
  text-align: center;
}

.widget-weather .wt-container .wt-hour .meridian {
  font-size: 14px;
  margin-left: 8px;
  vertical-align: top;
  line-height: 38px;
}

.widget-weather .wt-container .wt-info {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.widget-weather .wt-container .wt-info .wt-day {
  display: table-cell;
  text-align: center;
  padding: 30px 0;
  border-right: 1px solid #e6e6e6;
}

.widget-weather .wt-container .wt-info .wt-day span {
  display: block;
  font-weight: 300;
  font-size: 15px;
}

.widget-weather .wt-container .wt-info .wt-day span.day {
  margin-bottom: 10px;
  color: #428db1;
}

.widget-weather .wt-container .wt-info .wt-day span.date {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .widget-weather .wt-container .wt-info .wt-day canvas {
    height: auto !important;
    width: auto !important;
  }
}
.widget-weather .wt-container .wt-info .wt-day:last-child {
  border-right: 0;
}

.widget-weather .wt-container .wt-location {
  padding: 19px;
  font-size: 15px;
  font-weight: 300;
}

.widget-weather .wt-container .wt-location .icon {
  float: right;
  cursor: pointer;
  font-size: 20px;
}

.widget-weather .wt-container .wt-location .icon:hover {
  color: #428db1;
}

.widget-download-list {
  padding: 0;
}

.widget-download-list > .widget-head {
  background-color: #ff7373;
  color: #fff;
  line-height: 33px;
  overflow: hidden;
  padding: 19px 20px;
  margin-bottom: 0;
}

.widget-download-list > .widget-head .icon {
  float: right;
  background-color: #428db1;
  border-radius: 50%;
  font-size: 20px;
  line-height: 19px;
  padding: 8px;
  height: 35px;
  width: 35px;
}

.widget-download-list .widget-list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.widget-download-list .widget-list li {
  border-bottom: 1px solid #e6e6e6;
}

.widget-download-list .widget-list li a {
  padding: 21px 20px;
  color: #555;
  display: block;
  font-weight: 300;
  font-size: 12px;
}

.widget-download-list .widget-list li a .icon {
  float: right;
  color: #428db1;
  font-size: 20px;
}

.widget-download-list .widget-list li a:hover {
  background-color: #fafafa;
}

.widget-download-list .widget-list li:last-child {
  border: 0;
}

.widget.widget-radar > .widget-head {
  margin-bottom: 39px;
}

.widget.widget-radar .chart-container {
  margin-bottom: 20px;
}

.login-container {
  max-width: 400px;
  margin: 80px auto;
  padding: 10px;
}

.login-container .panel-default {
  background: 0 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.login-container .panel-default .panel-heading {
  padding: 0;
  background: 0 0;
  border: 0;
  text-align: center;
  margin-bottom: 20px;
}

.login-container .panel-default .panel-heading span {
  display: block;
  color: #858383;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  font-family: Raleway, sans-serif;
  margin-top: 10px;
  padding-bottom: 10px;
}

.login-container .panel-default .panel-body .form-group {
  margin: 0;
  padding: 0;
}

.login-container .panel-default .panel-body .form-group > div {
  padding: 0;
}

.login-container .panel-default .panel-body .form-group .input-group {
  border-bottom: 2px solid #4a4949;
  padding: 10px 0;
}

.login-container .panel-default .panel-body .form-group .input-group .input-group-addon {
  border: 0;
  background-color: transparent;
}

.login-container .panel-default .panel-body .form-group .input-group .input-group-addon .icon {
  font-size: 20px;
  color: #fff;
}

.login-container .panel-default .panel-body .form-group .input-group .form-control {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  color: #a3a2a2;
  padding: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
}

.login-container .panel-default .panel-body .form-group .input-group.parsley-error {
  border-color: #f49090;
}

.login-container .panel-default .panel-body .form-group.login-submit {
  padding-top: 40px;
  padding-bottom: 15px;
}

.login-container .panel-default .panel-body .form-group.login-submit .btn {
  width: 100%;
}

.login-container .panel-default .panel-body .form-group.footer {
  margin-top: 3px;
  line-height: 35px;
  font-size: 14px;
}

.login-container .panel-default .panel-body .form-group .remember {
  text-align: right;
  color: #a3a2a2;
}

.login-container .panel-default .panel-body .form-group .remember label {
  margin: 0;
  cursor: pointer;
}

.login-container .panel-default .panel-body .form-group .remember .am-checkbox {
  display: inline-block;
  margin-left: 7px;
}

.login-container .panel-default .panel-body .form-group .remember .am-checkbox input[type=checkbox] + label:before {
  border-color: #4a4949;
}

.login-container .panel-default .panel-body .form-group .remember .am-checkbox input[type=checkbox] + label:hover:before {
  border-color: #575555;
}

.am-error .error-container {
  text-align: center;
}

.am-error .error-number {
  display: block;
  color: #fff;
  font-size: 130px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  line-height: 120px;
  text-shadow: 6px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .login-container {
    margin-top: 50px;
  }
  .am-error .error-number {
    font-size: 90px;
    margin-bottom: 10px;
    line-height: 100px;
  }
}
.am-error .error-description {
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
  color: #ccc;
}

@media (max-width: 767px) {
  .am-error .error-description {
    font-size: 19px;
  }
}
.am-error .error-goback-text {
  font-size: 20px;
  font-weight: 300;
  color: #a6a6a6;
  margin-bottom: 30px;
  margin-top: 15px;
}

.am-error-401 .error-container .error-image {
  display: inline-block;
  background: url("../admin/images/401-img.png") center center no-repeat;
  background-size: 387px 292px;
  width: 100%;
  max-width: 587px;
  height: 292px;
}

.am-error-401 .error-container .error-image img {
  max-width: 607px;
  max-height: 459px;
}

.am-error-404 .error-container .error-image {
  display: inline-block;
  background: url("../admin/images/404-img.png") right center no-repeat;
  background-size: 387px 292px;
  width: 100%;
  max-width: 587px;
  height: 292px;
}

.am-error-404 .error-container .error-image img {
  max-width: 607px;
  max-height: 459px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .am-error-401 .error-container .error-image {
    background-image: url("../admin/images/401-img-2x.png");
  }
  .am-error-404 .error-container .error-image {
    background-image: url("../admin/images/404-img-2x.png");
  }
}
@media (max-width: 767px) {
  .am-error .error-goback-text {
    font-size: 15px;
  }
  .am-error-401.error-container .error-image,
.am-error-404 .error-container .error-image {
    background-size: 190px 142px;
    max-width: 295px;
    height: 142px;
  }
}
.sign-up {
  margin-top: 20px;
  max-width: 440px;
  margin-bottom: 20px;
  padding: 0;
}

.sign-up .panel-heading {
  margin-bottom: 15px !important;
}

.sign-up .panel-body .form-horizontal .title {
  font-size: 15px;
  color: #d9d9d9;
  text-align: center;
}

.sign-up .panel-body .form-horizontal .sign-up-form {
  margin-bottom: 25px;
}

.sign-up .panel-body .form-horizontal .sign-up-form .social-signup {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sign-up .panel-body .form-horizontal .sign-up-form .social-signup > div:first-child {
  padding-right: 8px;
}

.sign-up .panel-body .form-horizontal .sign-up-form .social-signup > div:last-child {
  padding-left: 8px;
}

.sign-up .panel-body .form-horizontal .conditions {
  color: #979595;
  margin-bottom: 25px;
}

.sign-up .panel-body .form-horizontal .conditions a {
  color: #d9d9d9;
}

.sign-up .panel-body .form-horizontal .conditions a:hover {
  color: #fff;
}

.forgot-password {
  max-width: 415px;
}

.forgot-password .panel-heading {
  margin-bottom: 0 !important;
}

.forgot-password .panel-body .form-horizontal p {
  color: #979595;
  font-size: 14px;
  margin-bottom: 25px;
}

.forgot-password .panel-body .form-horizontal p a {
  color: #d9d9d9;
}

.forgot-password .panel-body .form-horizontal p a:hover {
  color: #fff;
}

.forgot-password .panel-body .form-horizontal .form-group,
.forgot-password .panel-body .form-horizontal p.contact {
  margin-bottom: 30px;
}

.forgot-password .out-links {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .forgot-password {
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
.gallery-container .item {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 10px;
}

.gallery-container .item .photo {
  background: #fff;
}

.gallery-container .item .photo .img {
  position: relative;
}

.gallery-container .item .photo .img img {
  width: 100%;
}

.gallery-container .item .photo .img .over {
  top: 0;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(239, 98, 98, 0.8);
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
}

.gallery-container .item .photo .img .over .func {
  margin-top: -80px;
  position: relative;
  top: 50%;
  text-align: center;
  -webkit-transition: margin-top 200ms ease-in-out;
  -o-transition: margin-top 200ms ease-in-out;
  transition: margin-top 200ms ease-in-out;
}

.gallery-container .item .photo .img .over .func a {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.gallery-container .item .photo .img .over .func a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.gallery-container .item .photo .img .over .func a i {
  font-size: 20px;
  color: #fff;
  line-height: 2.4;
}

.gallery-container .item .photo .img:hover .over {
  opacity: 1;
}

.gallery-container .item .photo .img:hover .over .func {
  margin-top: -25px;
}

.gallery-container .item .photo .description {
  line-height: 20px;
  display: table;
  width: 100%;
}

.gallery-container .item .photo .description .icon {
  display: table-cell;
  background-color: #e6e6e6;
  padding: 20px;
  vertical-align: middle;
  width: 20px;
}

.gallery-container .item .photo .description .icon a {
  color: #626262;
}

.gallery-container .item .photo .description .icon a i {
  font-size: 30px;
}

.gallery-container .item .photo .description .icon a:hover {
  color: #428db1;
}

@media (max-width: 767px) {
  .gallery-container .item .photo .description .icon a i {
    font-size: 20px;
  }
  .gallery-container .item .photo .description .icon {
    padding: 15px;
  }
}
.gallery-container .item .photo .description .desc {
  display: table-cell;
  padding: 10px 20px;
  vertical-align: middle;
}

.gallery-container .item .photo .description .desc h4 {
  margin: 0;
  font-size: 18px;
}

@media (max-width: 767px) {
  .gallery-container .item .photo .description .desc h4 {
    font-size: 15px;
  }
}
.gallery-container .item .photo .description .desc span {
  color: #8a8888;
  font-size: 12px;
  font-weight: 300;
}

.gallery-container .item.w2 {
  width: 50%;
}

@media (max-width: 767px) {
  .gallery-container .item .photo .description .desc {
    padding: 10px;
  }
  .gallery-container {
    max-width: 767px;
  }
  .gallery-container .item {
    width: 100%;
    padding: 0;
  }
  .gallery-container .item.w2 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-container .item {
    width: 50%;
  }
}
.full-calendar .fc-header td {
  border-bottom: 0;
  border-left: 0;
}

.full-calendar .fc-header td.fc-header-left,
.full-calendar .fc-header td.fc-header-right {
  padding: 20px 0;
}

.full-calendar .fc-header td.fc-header-left .fc-header-title {
  padding: 0 10px;
}

.full-calendar .fc-header td.fc-header-right .fc-button {
  margin: 0;
  vertical-align: middle;
  padding: 10px;
  display: inline !important;
  border-radius: 0;
}

.full-calendar .fc-header td.fc-header-right .fc-button.fc-state-default {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  color: #555;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.full-calendar .fc-header td.fc-header-right .fc-button.fc-corner-right {
  border-right: 0;
}

.full-calendar .fc-header td.fc-header-right .fc-button.fc-state-active,
.full-calendar .fc-header td.fc-header-right .fc-button.fc-state-hover {
  background: #f96c6c;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
}

@media (max-width: 767px) {
  .full-calendar .fc-header td.fc-header-right .fc-button {
    padding: 5px;
  }
  .full-calendar .fc-header td.fc-header-right {
    padding-top: 0;
  }
  .full-calendar .fc-header {
    text-align: center;
  }
}
.full-calendar .fc-content .fc-event-container .fc-event {
  background: #428db1 !important;
  border-color: rgba(66, 141, 177, 0.7) !important;
  color: #fff !important;
  border-radius: 0;
}

.full-calendar .fc-content .fc-border-separate .fc-today {
  background-color: #f7f7f7;
}

.full-calendar .fc-content .fc-cell-overlay {
  background-color: rgba(239, 98, 98, 0.5);
}

.full-calendar #external-events .external-event {
  margin: 2px 0;
  padding: 5px;
  background: #428db1;
  color: #fff;
  font-size: 0.85em;
  cursor: pointer;
  display: inline-block;
}

.full-calendar #external-events p input {
  margin-top: 15px;
}

.full-calendar #external-events p label {
  font-weight: 300;
  vertical-align: middle;
}

.user-profile .user-display {
  margin-bottom: 30px;
}

.user-profile .user-display .photo {
  max-height: 300px;
  overflow: hidden;
}

.user-profile .user-display .photo img {
  width: 100%;
}

@media (max-width: 767px) {
  .full-calendar {
    max-width: 767px;
  }
  .full-calendar .fc-header .fc-header-center,
.full-calendar .fc-header .fc-header-left,
.full-calendar .fc-header .fc-header-right {
    text-align: center;
    display: block;
    width: 100%;
    padding: 20px;
  }
  .full-calendar .fc-header .fc-header-center {
    padding: 0;
  }
  .user-profile .user-display .photo img {
    min-height: 130px;
  }
}
.user-profile .user-display .bottom {
  background-color: #fff;
  position: relative;
  padding: 25px 30px 25px 205px;
}

.user-profile .user-display .bottom > div {
  display: inline-block;
}

.user-profile .user-display .bottom .user-avatar {
  position: absolute;
  left: 46px;
  top: -50px;
}

.user-profile .user-display .bottom .user-avatar .status {
  background-color: #00b777;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  left: 105px;
  position: absolute;
  top: 105px;
}

@media (max-width: 767px) {
  .user-profile .user-display .bottom .user-avatar .status {
    height: 13px;
    width: 13px;
    left: 53px;
    top: 51px;
  }
}
.user-profile .user-display .bottom .user-avatar img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.panel,
.panel-alt1 .panel-heading .panel-title,
.panel-alt1 .panel-heading .title,
.panel-alt1 .panel-heading h1,
.panel-alt1 .panel-heading h2,
.panel-alt1 .panel-heading h3,
.panel-alt1 .panel-heading h4,
.panel-alt1 .panel-heading h5,
.panel-alt1 .panel-heading h6,
.panel-alt2 .panel-heading .panel-title,
.panel-alt2 .panel-heading .title,
.panel-alt2 .panel-heading h1,
.panel-alt2 .panel-heading h2,
.panel-alt2 .panel-heading h3,
.panel-alt2 .panel-heading h4,
.panel-alt2 .panel-heading h5,
.panel-alt2 .panel-heading h6,
.panel-alt3 .panel-heading .panel-title,
.panel-alt3 .panel-heading .title,
.panel-alt3 .panel-heading h1,
.panel-alt3 .panel-heading h2,
.panel-alt3 .panel-heading h3,
.panel-alt3 .panel-heading h4,
.panel-alt3 .panel-heading h5,
.panel-alt3 .panel-heading h6,
.panel-alt4 .panel-heading .panel-title,
.panel-alt4 .panel-heading .title,
.panel-alt4 .panel-heading h1,
.panel-alt4 .panel-heading h2,
.panel-alt4 .panel-heading h3,
.panel-alt4 .panel-heading h4,
.panel-alt4 .panel-heading h5,
.panel-alt4 .panel-heading h6,
.panel-danger .panel-heading .panel-title,
.panel-danger .panel-heading .title,
.panel-danger .panel-heading h1,
.panel-danger .panel-heading h2,
.panel-danger .panel-heading h3,
.panel-danger .panel-heading h4,
.panel-danger .panel-heading h5,
.panel-danger .panel-heading h6,
.panel-dark .panel-heading .panel-title,
.panel-dark .panel-heading .title,
.panel-dark .panel-heading h1,
.panel-dark .panel-heading h2,
.panel-dark .panel-heading h3,
.panel-dark .panel-heading h4,
.panel-dark .panel-heading h5,
.panel-dark .panel-heading h6,
.panel-heading-fullwidth .panel-heading .panel-title,
.panel-heading-fullwidth .panel-heading .title,
.panel-heading-fullwidth .panel-heading h1,
.panel-heading-fullwidth .panel-heading h2,
.panel-heading-fullwidth .panel-heading h3,
.panel-heading-fullwidth .panel-heading h4,
.panel-heading-fullwidth .panel-heading h5,
.panel-heading-fullwidth .panel-heading h6,
.panel-heading.no-border,
.panel-info .panel-heading .panel-title,
.panel-info .panel-heading .title,
.panel-info .panel-heading h1,
.panel-info .panel-heading h2,
.panel-info .panel-heading h3,
.panel-info .panel-heading h4,
.panel-info .panel-heading h5,
.panel-info .panel-heading h6,
.panel-primary .panel-heading .panel-title,
.panel-primary .panel-heading .title,
.panel-primary .panel-heading h1,
.panel-primary .panel-heading h2,
.panel-primary .panel-heading h3,
.panel-primary .panel-heading h4,
.panel-primary .panel-heading h5,
.panel-primary .panel-heading h6,
.panel-success .panel-heading .panel-title,
.panel-success .panel-heading .title,
.panel-success .panel-heading h1,
.panel-success .panel-heading h2,
.panel-success .panel-heading h3,
.panel-success .panel-heading h4,
.panel-success .panel-heading h5,
.panel-success .panel-heading h6,
.panel-warning .panel-heading .panel-title,
.panel-warning .panel-heading .title,
.panel-warning .panel-heading h1,
.panel-warning .panel-heading h2,
.panel-warning .panel-heading h3,
.panel-warning .panel-heading h4,
.panel-warning .panel-heading h5,
.panel-warning .panel-heading h6 {
  border-width: 0;
}

@media (max-width: 767px) {
  .user-profile .user-display .bottom .user-avatar img {
    width: 70px;
    height: 70px;
  }
  .user-profile .user-display .bottom .user-avatar {
    left: 50%;
    top: -46px;
    margin-left: -35px;
  }
}
.user-profile .user-display .bottom .user-info {
  line-height: 20px;
}

.user-profile .user-display .bottom .user-info h4 {
  margin: 0 0 5px;
  font-size: 25px;
}

.user-profile .user-display .bottom .user-info span {
  font-size: 14px;
  font-weight: 300;
  color: #7b7b7b;
}

@media (max-width: 767px) {
  .user-profile .user-display .bottom .user-info {
    line-height: 22px;
  }
  .user-profile .user-display .bottom {
    padding: 30px 30px 25px 25px;
  }
}
.user-profile .info-block .description {
  padding-bottom: 15px;
  border-bottom: 1px dashed #e6e6e6;
  display: block;
  color: #7b7b7b;
}

.user-profile .info-block table {
  width: 100%;
}

.user-profile .info-block table tr {
  line-height: 23px;
  border-bottom: 1px solid #e6e6e6;
}

.user-profile .info-block table tr td {
  padding: 15px 0;
}

.user-profile .info-block table tr td.item {
  width: 45%;
  color: #7b7b7b;
}

.user-profile .info-block table tr td.item .icon {
  float: left;
  margin-right: 5px;
  font-size: 20px;
  color: #428db1;
}

.user-profile .info-block table tr:last-child {
  border-bottom: 0;
}

.email-filters,
.email-list .item {
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}

.user-profile .info-block table tr:last-child td {
  padding-bottom: 0;
}

.aside-compose {
  text-align: center;
  padding: 20px 25px;
  margin-top: 10px;
}

.email-search {
  background-color: #fff;
  padding: 20px 25px;
}

.email-search h3 {
  margin: 9px 0 15px;
}

.email-search span {
  color: #888;
  font-weight: 300;
  font-size: 16px;
}

.email-filters {
  padding: 9px 20px 10px;
  background-color: #fff;
  display: table;
}

.email-filters > div {
  display: table-cell;
  vertical-align: middle;
}

.email-filters .am-select-all.am-checkbox label:before {
  margin-right: 18px;
}

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

.email-filters input {
  margin-right: 8px;
}

.email-list {
  background: #fff;
}

.btn-alt1.active,
.btn-alt1:active,
.btn-alt2.active,
.btn-alt2:active,
.btn-alt3.active,
.btn-alt3:active,
.btn-alt4.active,
.btn-alt4:active,
.btn-dark.active,
.btn-dark:active,
.btn-default.active,
.btn-default:active,
.btn-social.btn-dribbble.active,
.btn-social.btn-dribbble:active,
.btn-social.btn-facebook.active,
.btn-social.btn-facebook:active,
.btn-social.btn-flickr.active,
.btn-social.btn-flickr:active,
.btn-social.btn-github.active,
.btn-social.btn-github:active,
.btn-social.btn-google-plus.active,
.btn-social.btn-google-plus:active,
.btn-social.btn-linkedin.active,
.btn-social.btn-linkedin:active,
.btn-social.btn-pinterest.active,
.btn-social.btn-pinterest:active,
.btn-social.btn-tumblr.active,
.btn-social.btn-tumblr:active,
.btn-social.btn-youtube.active,
.btn-social.btn-youtube:active,
.open > .dropdown-toggle.btn-alt1,
.open > .dropdown-toggle.btn-alt2,
.open > .dropdown-toggle.btn-alt3,
.open > .dropdown-toggle.btn-alt4,
.open > .dropdown-toggle.btn-dark,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-social.btn-dribbble,
.open > .dropdown-toggle.btn-social.btn-facebook,
.open > .dropdown-toggle.btn-social.btn-flickr,
.open > .dropdown-toggle.btn-social.btn-github,
.open > .dropdown-toggle.btn-social.btn-google-plus,
.open > .dropdown-toggle.btn-social.btn-linkedin,
.open > .dropdown-toggle.btn-social.btn-pinterest,
.open > .dropdown-toggle.btn-social.btn-tumblr,
.open > .dropdown-toggle.btn-social.btn-youtube {
  background-image: none;
}

.email-list .item {
  padding: 17px 20px;
  display: table;
  cursor: pointer;
}

.email-list .item .date {
  float: right;
}

.email-list .item.active {
  background-color: #fafafa;
}

.email-list .item > div {
  vertical-align: top;
  display: table-cell;
}

.email-list .item > div:first-child {
  width: 40px;
}

.email-list .item .icon {
  margin-right: 7px;
  font-size: 14px;
}

.email-list .item .from {
  font-weight: 400;
  font-size: 13px;
  margin: 0 0 3px;
}

.email-list .item .msg {
  margin: 0;
  color: #888;
}

.email-list .item:hover {
  background-color: #f7f7f7;
}

.email-body,
.email-attach,
.email-head,
.email-recipient,
.email.editor,
.email.editor .note-resizebar {
  background-color: #fff;
}

.email-head {
  padding: 20px 25px 24px;
}

.email-head .icons {
  font-size: 25px;
  float: right;
}

.email-head .icons .icon {
  color: #555;
  margin-left: 5px;
}

.email-head .icons .icon:hover {
  color: #428db1;
}

.email-head h4 {
  margin: 12px 0 15px;
}

.btn-hspace,
.btn-space {
  margin-right: 5px;
}

.email-head .date {
  float: right;
}

.email-head .date a {
  vertical-align: middle;
  margin-right: 5px;
}

.email-head .date .icon {
  font-size: 20px;
}

.email-body {
  border-top: 1px solid #e6e6e6;
  padding: 30px;
  font-size: 15px;
  font-weight: 300;
}

.email-body p {
  line-height: 25px;
  margin-bottom: 20px;
}

.email-body pre {
  font-size: 15px;
  font-weight: 300;
  background-color: #fff;
}

.email-attach {
  border-top: 1px solid #e6e6e6;
  padding: 30px;
  font-size: 15px;
  font-weight: 300;
}

.email-attach a {
  line-height: 25px;
  margin-bottom: 20px;
}

.btn-space,
.btn-vspace {
  margin-bottom: 5px;
}

.email-subject input {
  font-weight: 300;
  font-size: 25px;
  height: auto;
  padding: 30px;
  border: 0;
  width: 100%;
}

.email-recipient {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding: 30px 30px 10px;
}

.email-recipient label {
  padding-top: 15px;
}

.email.editor {
  padding: 30px;
}

.email.editor .note-toolbar {
  border: 0;
}

.email.editor .form-group {
  text-align: right;
  margin-top: 15px;
}

.email.editor .form-group .icon {
  font-size: 23px;
}

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

pre {
  padding: 20px;
  border: 0;
}

.btn {
  border-radius: 26px;
}

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

.btn-group-xs > .btn,
.btn-xs {
  font-size: 11px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.btn-rounded {
  border-radius: 3px;
}

.btn-rounded.btn-lg {
  border-radius: 5px;
}

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

.btn-default:hover {
  color: #555;
  background-color: #f7f7f7;
  border-color: #d1d1d1;
}

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

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

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

.btn-dark,
.btn-dark.focus,
.btn-dark:focus {
  background-color: #3d3c3c;
  border-color: #3d3c3c;
  color: #fff;
}

.btn-dark:hover {
  color: #fff;
  background-color: #4a4949;
  border-color: #4a4949;
}

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

.btn-dark.disabled,
.btn-dark.disabled.active,
.btn-dark.disabled.focus,
.btn-dark.disabled:active,
.btn-dark.disabled:focus,
.btn-dark.disabled:hover,
.btn-dark[disabled],
.btn-dark[disabled].active,
.btn-dark[disabled].focus,
.btn-dark[disabled]:active,
.btn-dark[disabled]:focus,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark.active,
fieldset[disabled] .btn-dark.focus,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:hover {
  background-color: #3d3c3c;
  border-color: #3d3c3c;
}

.btn-dark .badge {
  color: #3d3c3c;
  background-color: #fff;
}

.btn-alt1,
.btn-alt1.focus,
.btn-alt1:focus {
  background-color: #56c3e7;
  border-color: #56c3e7;
  color: #fff;
}

.btn-alt1:hover {
  color: #fff;
  background-color: #6dcbea;
  border-color: #6dcbea;
}

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

.btn-alt1.disabled,
.btn-alt1.disabled.active,
.btn-alt1.disabled.focus,
.btn-alt1.disabled:active,
.btn-alt1.disabled:focus,
.btn-alt1.disabled:hover,
.btn-alt1[disabled],
.btn-alt1[disabled].active,
.btn-alt1[disabled].focus,
.btn-alt1[disabled]:active,
.btn-alt1[disabled]:focus,
.btn-alt1[disabled]:hover,
fieldset[disabled] .btn-alt1,
fieldset[disabled] .btn-alt1.active,
fieldset[disabled] .btn-alt1.focus,
fieldset[disabled] .btn-alt1:active,
fieldset[disabled] .btn-alt1:focus,
fieldset[disabled] .btn-alt1:hover {
  background-color: #56c3e7;
  border-color: #56c3e7;
}

.btn-alt1 .badge {
  color: #56c3e7;
  background-color: #fff;
}

.btn-alt2,
.btn-alt2.focus,
.btn-alt2:focus {
  background-color: #ffcf66;
  border-color: #ffcf66;
  color: #fff;
}

.btn-alt2:hover {
  color: #fff;
  background-color: #ffd77f;
  border-color: #ffd77f;
}

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

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

.btn-alt2 .badge {
  color: #ffcf66;
  background-color: #fff;
}

.btn-alt3,
.btn-alt3.focus,
.btn-alt3:focus {
  background-color: rgba(133, 219, 29, 0.7);
  border-color: rgba(133, 219, 29, 0.7);
  color: #fff;
}

.btn-alt3:hover {
  color: #fff;
  background-color: #8ba5c7;
  border-color: #8ba5c7;
}

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

.btn-alt3.disabled,
.btn-alt3.disabled.active,
.btn-alt3.disabled.focus,
.btn-alt3.disabled:active,
.btn-alt3.disabled:focus,
.btn-alt3.disabled:hover,
.btn-alt3[disabled],
.btn-alt3[disabled].active,
.btn-alt3[disabled].focus,
.btn-alt3[disabled]:active,
.btn-alt3[disabled]:focus,
.btn-alt3[disabled]:hover,
fieldset[disabled] .btn-alt3,
fieldset[disabled] .btn-alt3.active,
fieldset[disabled] .btn-alt3.focus,
fieldset[disabled] .btn-alt3:active,
fieldset[disabled] .btn-alt3:focus,
fieldset[disabled] .btn-alt3:hover {
  background-color: rgba(133, 219, 29, 0.7);
  border-color: rgba(133, 219, 29, 0.7);
}

.btn-alt3 .badge {
  color: rgba(133, 219, 29, 0.7);
  background-color: #fff;
}

.btn-alt4,
.btn-alt4.focus,
.btn-alt4:focus {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
  color: #fff;
}

.btn-alt4:hover {
  color: #fff;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}

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

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

.btn-alt4 .badge {
  color: #bdbdbd;
  background-color: #fff;
}

.btn-primary.btn-shade1,
.btn-primary.btn-shade1.focus,
.btn-primary.btn-shade1:focus {
  background-color: #428db1;
  border-color: #428db1;
}

.btn-primary.btn-shade1:hover {
  background-color: rgba(66, 141, 177, 0.7);
  border-color: rgba(66, 141, 177, 0.7);
}

.btn-primary.btn-shade1.active,
.btn-primary.btn-shade1.active.focus,
.btn-primary.btn-shade1.active:focus,
.btn-primary.btn-shade1.active:hover,
.btn-primary.btn-shade1:active,
.btn-primary.btn-shade1:active.focus,
.btn-primary.btn-shade1:active:focus,
.btn-primary.btn-shade1:active:hover,
.open > .dropdown-toggle.btn-primary.btn-shade1,
.open > .dropdown-toggle.btn-primary.btn-shade1.focus,
.open > .dropdown-toggle.btn-primary.btn-shade1:focus,
.open > .dropdown-toggle.btn-primary.btn-shade1:hover {
  background-color: rgba(66, 141, 177, 0.4);
  border-color: rgba(66, 141, 177, 0.4);
}

.btn-primary.btn-shade1.disabled,
.btn-primary.btn-shade1.disabled.active,
.btn-primary.btn-shade1.disabled.focus,
.btn-primary.btn-shade1.disabled:active,
.btn-primary.btn-shade1.disabled:focus,
.btn-primary.btn-shade1.disabled:hover,
.btn-primary.btn-shade1[disabled],
.btn-primary.btn-shade1[disabled].active,
.btn-primary.btn-shade1[disabled].focus,
.btn-primary.btn-shade1[disabled]:active,
.btn-primary.btn-shade1[disabled]:focus,
.btn-primary.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-primary.btn-shade1,
fieldset[disabled] .btn-primary.btn-shade1.active,
fieldset[disabled] .btn-primary.btn-shade1.focus,
fieldset[disabled] .btn-primary.btn-shade1:active,
fieldset[disabled] .btn-primary.btn-shade1:focus,
fieldset[disabled] .btn-primary.btn-shade1:hover {
  background-color: #428db1;
  border-color: #428db1;
}

.btn-primary.btn-shade1 .badge {
  color: #428db1;
}

.btn-primary.btn-shade2,
.btn-primary.btn-shade2.focus,
.btn-primary.btn-shade2:focus {
  background-color: rgba(66, 141, 177, 0.7);
  border-color: rgba(66, 141, 177, 0.7);
}

.btn-primary.btn-shade2:hover {
  background-color: #428db1;
  border-color: #428db1;
}

.btn-primary.btn-shade2.active,
.btn-primary.btn-shade2.active.focus,
.btn-primary.btn-shade2.active:focus,
.btn-primary.btn-shade2.active:hover,
.btn-primary.btn-shade2:active,
.btn-primary.btn-shade2:active.focus,
.btn-primary.btn-shade2:active:focus,
.btn-primary.btn-shade2:active:hover,
.open > .dropdown-toggle.btn-primary.btn-shade2,
.open > .dropdown-toggle.btn-primary.btn-shade2.focus,
.open > .dropdown-toggle.btn-primary.btn-shade2:focus,
.open > .dropdown-toggle.btn-primary.btn-shade2:hover {
  background-color: rgba(66, 141, 177, 0.7);
  border-color: rgba(66, 141, 177, 0.7);
}

.btn-primary.btn-shade2.disabled,
.btn-primary.btn-shade2.disabled.active,
.btn-primary.btn-shade2.disabled.focus,
.btn-primary.btn-shade2.disabled:active,
.btn-primary.btn-shade2.disabled:focus,
.btn-primary.btn-shade2.disabled:hover,
.btn-primary.btn-shade2[disabled],
.btn-primary.btn-shade2[disabled].active,
.btn-primary.btn-shade2[disabled].focus,
.btn-primary.btn-shade2[disabled]:active,
.btn-primary.btn-shade2[disabled]:focus,
.btn-primary.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-primary.btn-shade2,
fieldset[disabled] .btn-primary.btn-shade2.active,
fieldset[disabled] .btn-primary.btn-shade2.focus,
fieldset[disabled] .btn-primary.btn-shade2:active,
fieldset[disabled] .btn-primary.btn-shade2:focus,
fieldset[disabled] .btn-primary.btn-shade2:hover {
  background-color: rgba(66, 141, 177, 0.7);
  border-color: rgba(66, 141, 177, 0.7);
}

.btn-primary.btn-shade2 .badge {
  color: rgba(66, 141, 177, 0.7);
}

.btn-primary.btn-shade3,
.btn-primary.btn-shade3.focus,
.btn-primary.btn-shade3:focus {
  background-color: #428db1;
  border-color: #428db1;
}

.btn-primary.btn-shade3:hover {
  background-color: rgba(66, 141, 177, 0.7);
  border-color: rgba(66, 141, 177, 0.7);
}

.btn-primary.btn-shade3.active,
.btn-primary.btn-shade3.active.focus,
.btn-primary.btn-shade3.active:focus,
.btn-primary.btn-shade3.active:hover,
.btn-primary.btn-shade3:active,
.btn-primary.btn-shade3:active.focus,
.btn-primary.btn-shade3:active:focus,
.btn-primary.btn-shade3:active:hover,
.open > .dropdown-toggle.btn-primary.btn-shade3,
.open > .dropdown-toggle.btn-primary.btn-shade3.focus,
.open > .dropdown-toggle.btn-primary.btn-shade3:focus,
.open > .dropdown-toggle.btn-primary.btn-shade3:hover {
  background-color: rgba(66, 141, 177, 0.7);
  border-color: rgba(66, 141, 177, 0.7);
}

.btn-primary.btn-shade3.disabled,
.btn-primary.btn-shade3.disabled.active,
.btn-primary.btn-shade3.disabled.focus,
.btn-primary.btn-shade3.disabled:active,
.btn-primary.btn-shade3.disabled:focus,
.btn-primary.btn-shade3.disabled:hover,
.btn-primary.btn-shade3[disabled],
.btn-primary.btn-shade3[disabled].active,
.btn-primary.btn-shade3[disabled].focus,
.btn-primary.btn-shade3[disabled]:active,
.btn-primary.btn-shade3[disabled]:focus,
.btn-primary.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-primary.btn-shade3,
fieldset[disabled] .btn-primary.btn-shade3.active,
fieldset[disabled] .btn-primary.btn-shade3.focus,
fieldset[disabled] .btn-primary.btn-shade3:active,
fieldset[disabled] .btn-primary.btn-shade3:focus,
fieldset[disabled] .btn-primary.btn-shade3:hover {
  background-color: rgba(66, 141, 177, 0.7);
  border-color: rgba(66, 141, 177, 0.7);
}

.btn-primary.btn-shade3 .badge {
  color: rgba(66, 141, 177, 0.7);
}

.btn-primary.btn-shade4,
.btn-primary.btn-shade4.focus,
.btn-primary.btn-shade4:focus {
  background-color: rgba(66, 141, 177, 0.7);
  border-color: rgba(66, 141, 177, 0.7);
}

.btn-primary.btn-shade4:hover {
  background-color: rgba(66, 141, 177, 0.7);
  border-color: rgba(66, 141, 177, 0.7);
}

.btn-primary.btn-shade4.active,
.btn-primary.btn-shade4.active.focus,
.btn-primary.btn-shade4.active:focus,
.btn-primary.btn-shade4.active:hover,
.btn-primary.btn-shade4:active,
.btn-primary.btn-shade4:active.focus,
.btn-primary.btn-shade4:active:focus,
.btn-primary.btn-shade4:active:hover,
.open > .dropdown-toggle.btn-primary.btn-shade4,
.open > .dropdown-toggle.btn-primary.btn-shade4.focus,
.open > .dropdown-toggle.btn-primary.btn-shade4:focus,
.open > .dropdown-toggle.btn-primary.btn-shade4:hover {
  background-color: rgba(66, 141, 177, 0.7);
  border-color: rgba(66, 141, 177, 0.7);
}

.btn-primary.btn-shade4.disabled,
.btn-primary.btn-shade4.disabled.active,
.btn-primary.btn-shade4.disabled.focus,
.btn-primary.btn-shade4.disabled:active,
.btn-primary.btn-shade4.disabled:focus,
.btn-primary.btn-shade4.disabled:hover,
.btn-primary.btn-shade4[disabled],
.btn-primary.btn-shade4[disabled].active,
.btn-primary.btn-shade4[disabled].focus,
.btn-primary.btn-shade4[disabled]:active,
.btn-primary.btn-shade4[disabled]:focus,
.btn-primary.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-primary.btn-shade4,
fieldset[disabled] .btn-primary.btn-shade4.active,
fieldset[disabled] .btn-primary.btn-shade4.focus,
fieldset[disabled] .btn-primary.btn-shade4:active,
fieldset[disabled] .btn-primary.btn-shade4:focus,
fieldset[disabled] .btn-primary.btn-shade4:hover {
  background-color: rgba(66, 141, 177, 0.7);
  border-color: rgba(66, 141, 177, 0.7);
}

.btn-primary.btn-shade4 .badge {
  color: rgba(66, 141, 177, 0.7);
}

.btn-success.btn-shade1,
.btn-success.btn-shade1.focus,
.btn-success.btn-shade1:focus {
  background-color: #73b142;
  border-color: #73b142;
}

.btn-success.btn-shade1:hover {
  background-color: #81cfc2;
  border-color: #81cfc2;
}

.btn-success.btn-shade1.active,
.btn-success.btn-shade1.active.focus,
.btn-success.btn-shade1.active:focus,
.btn-success.btn-shade1.active:hover,
.btn-success.btn-shade1:active,
.btn-success.btn-shade1:active.focus,
.btn-success.btn-shade1:active:focus,
.btn-success.btn-shade1:active:hover,
.open > .dropdown-toggle.btn-success.btn-shade1,
.open > .dropdown-toggle.btn-success.btn-shade1.focus,
.open > .dropdown-toggle.btn-success.btn-shade1:focus,
.open > .dropdown-toggle.btn-success.btn-shade1:hover {
  background-color: #73b142;
  border-color: #73b142;
}

.btn-success.btn-shade1.disabled,
.btn-success.btn-shade1.disabled.active,
.btn-success.btn-shade1.disabled.focus,
.btn-success.btn-shade1.disabled:active,
.btn-success.btn-shade1.disabled:focus,
.btn-success.btn-shade1.disabled:hover,
.btn-success.btn-shade1[disabled],
.btn-success.btn-shade1[disabled].active,
.btn-success.btn-shade1[disabled].focus,
.btn-success.btn-shade1[disabled]:active,
.btn-success.btn-shade1[disabled]:focus,
.btn-success.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-success.btn-shade1,
fieldset[disabled] .btn-success.btn-shade1.active,
fieldset[disabled] .btn-success.btn-shade1.focus,
fieldset[disabled] .btn-success.btn-shade1:active,
fieldset[disabled] .btn-success.btn-shade1:focus,
fieldset[disabled] .btn-success.btn-shade1:hover {
  background-color: #73b142;
  border-color: #73b142;
}

.btn-success.btn-shade1 .badge {
  color: #73b142;
}

.btn-success.btn-shade2,
.btn-success.btn-shade2.focus,
.btn-success.btn-shade2:focus {
  background-color: #73b142;
  border-color: #73b142;
}

.btn-success.btn-shade2:hover {
  background-color: #73b142;
  border-color: #73b142;
}

.btn-success.btn-shade2.active,
.btn-success.btn-shade2.active.focus,
.btn-success.btn-shade2.active:focus,
.btn-success.btn-shade2.active:hover,
.btn-success.btn-shade2:active,
.btn-success.btn-shade2:active.focus,
.btn-success.btn-shade2:active:focus,
.btn-success.btn-shade2:active:hover,
.open > .dropdown-toggle.btn-success.btn-shade2,
.open > .dropdown-toggle.btn-success.btn-shade2.focus,
.open > .dropdown-toggle.btn-success.btn-shade2:focus,
.open > .dropdown-toggle.btn-success.btn-shade2:hover {
  background-color: #73b142;
  border-color: #73b142;
}

.btn-success.btn-shade2.disabled,
.btn-success.btn-shade2.disabled.active,
.btn-success.btn-shade2.disabled.focus,
.btn-success.btn-shade2.disabled:active,
.btn-success.btn-shade2.disabled:focus,
.btn-success.btn-shade2.disabled:hover,
.btn-success.btn-shade2[disabled],
.btn-success.btn-shade2[disabled].active,
.btn-success.btn-shade2[disabled].focus,
.btn-success.btn-shade2[disabled]:active,
.btn-success.btn-shade2[disabled]:focus,
.btn-success.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-success.btn-shade2,
fieldset[disabled] .btn-success.btn-shade2.active,
fieldset[disabled] .btn-success.btn-shade2.focus,
fieldset[disabled] .btn-success.btn-shade2:active,
fieldset[disabled] .btn-success.btn-shade2:focus,
fieldset[disabled] .btn-success.btn-shade2:hover {
  background-color: #73b142;
  border-color: #73b142;
}

.btn-success.btn-shade2 .badge {
  color: #73b142;
}

.btn-success.btn-shade3,
.btn-success.btn-shade3.focus,
.btn-success.btn-shade3:focus {
  background-color: #73b142;
  border-color: #73b142;
}

.btn-success.btn-shade3:hover {
  background-color: rgba(115, 177, 66, 0.7);
  border-color: rgba(115, 177, 66, 0.7);
}

.btn-success.btn-shade3.active,
.btn-success.btn-shade3.active.focus,
.btn-success.btn-shade3.active:focus,
.btn-success.btn-shade3.active:hover,
.btn-success.btn-shade3:active,
.btn-success.btn-shade3:active.focus,
.btn-success.btn-shade3:active:focus,
.btn-success.btn-shade3:active:hover,
.open > .dropdown-toggle.btn-success.btn-shade3,
.open > .dropdown-toggle.btn-success.btn-shade3.focus,
.open > .dropdown-toggle.btn-success.btn-shade3:focus,
.open > .dropdown-toggle.btn-success.btn-shade3:hover {
  background-color: #73b142;
  border-color: #73b142;
}

.btn-success.btn-shade3.disabled,
.btn-success.btn-shade3.disabled.active,
.btn-success.btn-shade3.disabled.focus,
.btn-success.btn-shade3.disabled:active,
.btn-success.btn-shade3.disabled:focus,
.btn-success.btn-shade3.disabled:hover,
.btn-success.btn-shade3[disabled],
.btn-success.btn-shade3[disabled].active,
.btn-success.btn-shade3[disabled].focus,
.btn-success.btn-shade3[disabled]:active,
.btn-success.btn-shade3[disabled]:focus,
.btn-success.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-success.btn-shade3,
fieldset[disabled] .btn-success.btn-shade3.active,
fieldset[disabled] .btn-success.btn-shade3.focus,
fieldset[disabled] .btn-success.btn-shade3:active,
fieldset[disabled] .btn-success.btn-shade3:focus,
fieldset[disabled] .btn-success.btn-shade3:hover {
  background-color: #73b142;
  border-color: #73b142;
}

.btn-success.btn-shade3 .badge {
  color: #73b142;
}

.btn-success.btn-shade4,
.btn-success.btn-shade4.focus,
.btn-success.btn-shade4:focus {
  background-color: #73b142;
  border-color: #73b142;
}

.btn-success.btn-shade4:hover {
  background-color: rgba(115, 177, 66, 0.7);
  border-color: rgba(115, 177, 66, 0.7);
}

.btn-success.btn-shade4.active,
.btn-success.btn-shade4.active.focus,
.btn-success.btn-shade4.active:focus,
.btn-success.btn-shade4.active:hover,
.btn-success.btn-shade4:active,
.btn-success.btn-shade4:active.focus,
.btn-success.btn-shade4:active:focus,
.btn-success.btn-shade4:active:hover,
.open > .dropdown-toggle.btn-success.btn-shade4,
.open > .dropdown-toggle.btn-success.btn-shade4.focus,
.open > .dropdown-toggle.btn-success.btn-shade4:focus,
.open > .dropdown-toggle.btn-success.btn-shade4:hover {
  background-color: #73b142;
  border-color: #73b142;
}

.btn-success.btn-shade4.disabled,
.btn-success.btn-shade4.disabled.active,
.btn-success.btn-shade4.disabled.focus,
.btn-success.btn-shade4.disabled:active,
.btn-success.btn-shade4.disabled:focus,
.btn-success.btn-shade4.disabled:hover,
.btn-success.btn-shade4[disabled],
.btn-success.btn-shade4[disabled].active,
.btn-success.btn-shade4[disabled].focus,
.btn-success.btn-shade4[disabled]:active,
.btn-success.btn-shade4[disabled]:focus,
.btn-success.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-success.btn-shade4,
fieldset[disabled] .btn-success.btn-shade4.active,
fieldset[disabled] .btn-success.btn-shade4.focus,
fieldset[disabled] .btn-success.btn-shade4:active,
fieldset[disabled] .btn-success.btn-shade4:focus,
fieldset[disabled] .btn-success.btn-shade4:hover {
  background-color: #73b142;
  border-color: #73b142;
}

.btn-success.btn-shade4 .badge {
  color: #73b142;
}

.btn-info.btn-shade1,
.btn-info.btn-shade1.focus,
.btn-info.btn-shade1:focus {
  background-color: #81c4dc;
  border-color: #81c4dc;
}

.btn-info.btn-shade1:hover {
  background-color: #95cee1;
  border-color: #95cee1;
}

.btn-info.btn-shade1.active,
.btn-info.btn-shade1.active.focus,
.btn-info.btn-shade1.active:focus,
.btn-info.btn-shade1.active:hover,
.btn-info.btn-shade1:active,
.btn-info.btn-shade1:active.focus,
.btn-info.btn-shade1:active:focus,
.btn-info.btn-shade1:active:hover,
.open > .dropdown-toggle.btn-info.btn-shade1,
.open > .dropdown-toggle.btn-info.btn-shade1.focus,
.open > .dropdown-toggle.btn-info.btn-shade1:focus,
.open > .dropdown-toggle.btn-info.btn-shade1:hover {
  background-color: #75bfd8;
  border-color: #75bfd8;
}

.btn-info.btn-shade1.disabled,
.btn-info.btn-shade1.disabled.active,
.btn-info.btn-shade1.disabled.focus,
.btn-info.btn-shade1.disabled:active,
.btn-info.btn-shade1.disabled:focus,
.btn-info.btn-shade1.disabled:hover,
.btn-info.btn-shade1[disabled],
.btn-info.btn-shade1[disabled].active,
.btn-info.btn-shade1[disabled].focus,
.btn-info.btn-shade1[disabled]:active,
.btn-info.btn-shade1[disabled]:focus,
.btn-info.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-info.btn-shade1,
fieldset[disabled] .btn-info.btn-shade1.active,
fieldset[disabled] .btn-info.btn-shade1.focus,
fieldset[disabled] .btn-info.btn-shade1:active,
fieldset[disabled] .btn-info.btn-shade1:focus,
fieldset[disabled] .btn-info.btn-shade1:hover {
  background-color: #81c4dc;
  border-color: #81c4dc;
}

.btn-info.btn-shade1 .badge {
  color: #81c4dc;
}

.btn-info.btn-shade2,
.btn-info.btn-shade2.focus,
.btn-info.btn-shade2:focus {
  background-color: #79c1d9;
  border-color: #79c1d9;
}

.btn-info.btn-shade2:hover {
  background-color: #63d7ff;
  border-color: #63d7ff;
}

.btn-info.btn-shade2.active,
.btn-info.btn-shade2.active.focus,
.btn-info.btn-shade2.active:focus,
.btn-info.btn-shade2.active:hover,
.btn-info.btn-shade2:active,
.btn-info.btn-shade2:active.focus,
.btn-info.btn-shade2:active:focus,
.btn-info.btn-shade2:active:hover,
.open > .dropdown-toggle.btn-info.btn-shade2,
.open > .dropdown-toggle.btn-info.btn-shade2.focus,
.open > .dropdown-toggle.btn-info.btn-shade2:focus,
.open > .dropdown-toggle.btn-info.btn-shade2:hover {
  background-color: #6dbbd6;
  border-color: #6dbbd6;
}

.btn-info.btn-shade2.disabled,
.btn-info.btn-shade2.disabled.active,
.btn-info.btn-shade2.disabled.focus,
.btn-info.btn-shade2.disabled:active,
.btn-info.btn-shade2.disabled:focus,
.btn-info.btn-shade2.disabled:hover,
.btn-info.btn-shade2[disabled],
.btn-info.btn-shade2[disabled].active,
.btn-info.btn-shade2[disabled].focus,
.btn-info.btn-shade2[disabled]:active,
.btn-info.btn-shade2[disabled]:focus,
.btn-info.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-info.btn-shade2,
fieldset[disabled] .btn-info.btn-shade2.active,
fieldset[disabled] .btn-info.btn-shade2.focus,
fieldset[disabled] .btn-info.btn-shade2:active,
fieldset[disabled] .btn-info.btn-shade2:focus,
fieldset[disabled] .btn-info.btn-shade2:hover {
  background-color: #79c1d9;
  border-color: #79c1d9;
}

.btn-info.btn-shade2 .badge {
  color: #79c1d9;
}

.btn-info.btn-shade3,
.btn-info.btn-shade3.focus,
.btn-info.btn-shade3:focus {
  background-color: #71bdd7;
  border-color: #71bdd7;
}

.btn-info.btn-shade3:hover {
  background-color: #85c6dd;
  border-color: #85c6dd;
}

.btn-info.btn-shade3.active,
.btn-info.btn-shade3.active.focus,
.btn-info.btn-shade3.active:focus,
.btn-info.btn-shade3.active:hover,
.btn-info.btn-shade3:active,
.btn-info.btn-shade3:active.focus,
.btn-info.btn-shade3:active:focus,
.btn-info.btn-shade3:active:hover,
.open > .dropdown-toggle.btn-info.btn-shade3,
.open > .dropdown-toggle.btn-info.btn-shade3.focus,
.open > .dropdown-toggle.btn-info.btn-shade3:focus,
.open > .dropdown-toggle.btn-info.btn-shade3:hover {
  background-color: #65b7d4;
  border-color: #65b7d4;
}

.btn-info.btn-shade3.disabled,
.btn-info.btn-shade3.disabled.active,
.btn-info.btn-shade3.disabled.focus,
.btn-info.btn-shade3.disabled:active,
.btn-info.btn-shade3.disabled:focus,
.btn-info.btn-shade3.disabled:hover,
.btn-info.btn-shade3[disabled],
.btn-info.btn-shade3[disabled].active,
.btn-info.btn-shade3[disabled].focus,
.btn-info.btn-shade3[disabled]:active,
.btn-info.btn-shade3[disabled]:focus,
.btn-info.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-info.btn-shade3,
fieldset[disabled] .btn-info.btn-shade3.active,
fieldset[disabled] .btn-info.btn-shade3.focus,
fieldset[disabled] .btn-info.btn-shade3:active,
fieldset[disabled] .btn-info.btn-shade3:focus,
fieldset[disabled] .btn-info.btn-shade3:hover {
  background-color: #71bdd7;
  border-color: #71bdd7;
}

.btn-info.btn-shade3 .badge {
  color: #71bdd7;
}

.btn-info.btn-shade4,
.btn-info.btn-shade4.focus,
.btn-info.btn-shade4:focus {
  background-color: #69b9d5;
  border-color: #69b9d5;
}

.btn-info.btn-shade4:hover {
  background-color: #7dc3db;
  border-color: #7dc3db;
}

.btn-info.btn-shade4.active,
.btn-info.btn-shade4.active.focus,
.btn-info.btn-shade4.active:focus,
.btn-info.btn-shade4.active:hover,
.btn-info.btn-shade4:active,
.btn-info.btn-shade4:active.focus,
.btn-info.btn-shade4:active:focus,
.btn-info.btn-shade4:active:hover,
.open > .dropdown-toggle.btn-info.btn-shade4,
.open > .dropdown-toggle.btn-info.btn-shade4.focus,
.open > .dropdown-toggle.btn-info.btn-shade4:focus,
.open > .dropdown-toggle.btn-info.btn-shade4:hover {
  background-color: #5db4d2;
  border-color: #5db4d2;
}

.btn-info.btn-shade4.disabled,
.btn-info.btn-shade4.disabled.active,
.btn-info.btn-shade4.disabled.focus,
.btn-info.btn-shade4.disabled:active,
.btn-info.btn-shade4.disabled:focus,
.btn-info.btn-shade4.disabled:hover,
.btn-info.btn-shade4[disabled],
.btn-info.btn-shade4[disabled].active,
.btn-info.btn-shade4[disabled].focus,
.btn-info.btn-shade4[disabled]:active,
.btn-info.btn-shade4[disabled]:focus,
.btn-info.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-info.btn-shade4,
fieldset[disabled] .btn-info.btn-shade4.active,
fieldset[disabled] .btn-info.btn-shade4.focus,
fieldset[disabled] .btn-info.btn-shade4:active,
fieldset[disabled] .btn-info.btn-shade4:focus,
fieldset[disabled] .btn-info.btn-shade4:hover {
  background-color: #69b9d5;
  border-color: #69b9d5;
}

.btn-info.btn-shade4 .badge {
  color: #69b9d5;
}

.btn-warning.btn-shade1,
.btn-warning.btn-shade1.focus,
.btn-warning.btn-shade1:focus {
  background-color: #ffc261;
  border-color: #ffc261;
}

.btn-warning.btn-shade1:hover {
  background-color: #ffcc7a;
  border-color: #ffcc7a;
}

.btn-warning.btn-shade1.active,
.btn-warning.btn-shade1.active.focus,
.btn-warning.btn-shade1.active:focus,
.btn-warning.btn-shade1.active:hover,
.btn-warning.btn-shade1:active,
.btn-warning.btn-shade1:active.focus,
.btn-warning.btn-shade1:active:focus,
.btn-warning.btn-shade1:active:hover,
.open > .dropdown-toggle.btn-warning.btn-shade1,
.open > .dropdown-toggle.btn-warning.btn-shade1.focus,
.open > .dropdown-toggle.btn-warning.btn-shade1:focus,
.open > .dropdown-toggle.btn-warning.btn-shade1:hover {
  background-color: #ffbc51;
  border-color: #ffbc51;
}

.btn-warning.btn-shade1.disabled,
.btn-warning.btn-shade1.disabled.active,
.btn-warning.btn-shade1.disabled.focus,
.btn-warning.btn-shade1.disabled:active,
.btn-warning.btn-shade1.disabled:focus,
.btn-warning.btn-shade1.disabled:hover,
.btn-warning.btn-shade1[disabled],
.btn-warning.btn-shade1[disabled].active,
.btn-warning.btn-shade1[disabled].focus,
.btn-warning.btn-shade1[disabled]:active,
.btn-warning.btn-shade1[disabled]:focus,
.btn-warning.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-warning.btn-shade1,
fieldset[disabled] .btn-warning.btn-shade1.active,
fieldset[disabled] .btn-warning.btn-shade1.focus,
fieldset[disabled] .btn-warning.btn-shade1:active,
fieldset[disabled] .btn-warning.btn-shade1:focus,
fieldset[disabled] .btn-warning.btn-shade1:hover {
  background-color: #ffc261;
  border-color: #ffc261;
}

.btn-warning.btn-shade1 .badge {
  color: #ffc261;
}

.btn-warning.btn-shade2,
.btn-warning.btn-shade2.focus,
.btn-warning.btn-shade2:focus {
  background-color: #ffbe57;
  border-color: #ffbe57;
}

.btn-warning.btn-shade2:hover {
  background-color: #ffcc35;
  border-color: #ffcc35;
}

.btn-warning.btn-shade2.active,
.btn-warning.btn-shade2.active.focus,
.btn-warning.btn-shade2.active:focus,
.btn-warning.btn-shade2.active:hover,
.btn-warning.btn-shade2:active,
.btn-warning.btn-shade2:active.focus,
.btn-warning.btn-shade2:active:focus,
.btn-warning.btn-shade2:active:hover,
.open > .dropdown-toggle.btn-warning.btn-shade2,
.open > .dropdown-toggle.btn-warning.btn-shade2.focus,
.open > .dropdown-toggle.btn-warning.btn-shade2:focus,
.open > .dropdown-toggle.btn-warning.btn-shade2:hover {
  background-color: #ffb847;
  border-color: #ffb847;
}

.btn-warning.btn-shade2.disabled,
.btn-warning.btn-shade2.disabled.active,
.btn-warning.btn-shade2.disabled.focus,
.btn-warning.btn-shade2.disabled:active,
.btn-warning.btn-shade2.disabled:focus,
.btn-warning.btn-shade2.disabled:hover,
.btn-warning.btn-shade2[disabled],
.btn-warning.btn-shade2[disabled].active,
.btn-warning.btn-shade2[disabled].focus,
.btn-warning.btn-shade2[disabled]:active,
.btn-warning.btn-shade2[disabled]:focus,
.btn-warning.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-warning.btn-shade2,
fieldset[disabled] .btn-warning.btn-shade2.active,
fieldset[disabled] .btn-warning.btn-shade2.focus,
fieldset[disabled] .btn-warning.btn-shade2:active,
fieldset[disabled] .btn-warning.btn-shade2:focus,
fieldset[disabled] .btn-warning.btn-shade2:hover {
  background-color: #ffbe57;
  border-color: #ffbe57;
}

.btn-warning.btn-shade2 .badge {
  color: #ffbe57;
}

.btn-warning.btn-shade3,
.btn-warning.btn-shade3.focus,
.btn-warning.btn-shade3:focus {
  background-color: #ffba4c;
  border-color: #ffba4c;
}

.btn-warning.btn-shade3:hover {
  background-color: #ffc466;
  border-color: #ffc466;
}

.btn-warning.btn-shade3.active,
.btn-warning.btn-shade3.active.focus,
.btn-warning.btn-shade3.active:focus,
.btn-warning.btn-shade3.active:hover,
.btn-warning.btn-shade3:active,
.btn-warning.btn-shade3:active.focus,
.btn-warning.btn-shade3:active:focus,
.btn-warning.btn-shade3:active:hover,
.open > .dropdown-toggle.btn-warning.btn-shade3,
.open > .dropdown-toggle.btn-warning.btn-shade3.focus,
.open > .dropdown-toggle.btn-warning.btn-shade3:focus,
.open > .dropdown-toggle.btn-warning.btn-shade3:hover {
  background-color: #ffb43d;
  border-color: #ffb43d;
}

.btn-warning.btn-shade3.disabled,
.btn-warning.btn-shade3.disabled.active,
.btn-warning.btn-shade3.disabled.focus,
.btn-warning.btn-shade3.disabled:active,
.btn-warning.btn-shade3.disabled:focus,
.btn-warning.btn-shade3.disabled:hover,
.btn-warning.btn-shade3[disabled],
.btn-warning.btn-shade3[disabled].active,
.btn-warning.btn-shade3[disabled].focus,
.btn-warning.btn-shade3[disabled]:active,
.btn-warning.btn-shade3[disabled]:focus,
.btn-warning.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-warning.btn-shade3,
fieldset[disabled] .btn-warning.btn-shade3.active,
fieldset[disabled] .btn-warning.btn-shade3.focus,
fieldset[disabled] .btn-warning.btn-shade3:active,
fieldset[disabled] .btn-warning.btn-shade3:focus,
fieldset[disabled] .btn-warning.btn-shade3:hover {
  background-color: #ffba4c;
  border-color: #ffba4c;
}

.btn-warning.btn-shade3 .badge {
  color: #ffba4c;
}

.btn-warning.btn-shade4,
.btn-warning.btn-shade4.focus,
.btn-warning.btn-shade4:focus {
  background-color: #ffb642;
  border-color: #ffb642;
}

.btn-warning.btn-shade4:hover {
  background-color: #ffc05c;
  border-color: #ffc05c;
}

.btn-warning.btn-shade4.active,
.btn-warning.btn-shade4.active.focus,
.btn-warning.btn-shade4.active:focus,
.btn-warning.btn-shade4.active:hover,
.btn-warning.btn-shade4:active,
.btn-warning.btn-shade4:active.focus,
.btn-warning.btn-shade4:active:focus,
.btn-warning.btn-shade4:active:hover,
.open > .dropdown-toggle.btn-warning.btn-shade4,
.open > .dropdown-toggle.btn-warning.btn-shade4.focus,
.open > .dropdown-toggle.btn-warning.btn-shade4:focus,
.open > .dropdown-toggle.btn-warning.btn-shade4:hover {
  background-color: #ffb033;
  border-color: #ffb033;
}

.btn-warning.btn-shade4.disabled,
.btn-warning.btn-shade4.disabled.active,
.btn-warning.btn-shade4.disabled.focus,
.btn-warning.btn-shade4.disabled:active,
.btn-warning.btn-shade4.disabled:focus,
.btn-warning.btn-shade4.disabled:hover,
.btn-warning.btn-shade4[disabled],
.btn-warning.btn-shade4[disabled].active,
.btn-warning.btn-shade4[disabled].focus,
.btn-warning.btn-shade4[disabled]:active,
.btn-warning.btn-shade4[disabled]:focus,
.btn-warning.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-warning.btn-shade4,
fieldset[disabled] .btn-warning.btn-shade4.active,
fieldset[disabled] .btn-warning.btn-shade4.focus,
fieldset[disabled] .btn-warning.btn-shade4:active,
fieldset[disabled] .btn-warning.btn-shade4:focus,
fieldset[disabled] .btn-warning.btn-shade4:hover {
  background-color: #ffb642;
  border-color: #ffb642;
}

.btn-warning.btn-shade4 .badge {
  color: #ffb642;
}

.btn-danger.btn-shade1,
.btn-danger.btn-shade1.focus,
.btn-danger.btn-shade1:focus {
  background-color: #ee5454;
  border-color: #ee5454;
}

.btn-danger.btn-shade1:hover {
  background-color: #f06b6b;
  border-color: #f06b6b;
}

.btn-danger.btn-shade1.active,
.btn-danger.btn-shade1.active.focus,
.btn-danger.btn-shade1.active:focus,
.btn-danger.btn-shade1.active:hover,
.btn-danger.btn-shade1:active,
.btn-danger.btn-shade1:active.focus,
.btn-danger.btn-shade1:active:focus,
.btn-danger.btn-shade1:active:hover,
.open > .dropdown-toggle.btn-danger.btn-shade1,
.open > .dropdown-toggle.btn-danger.btn-shade1.focus,
.open > .dropdown-toggle.btn-danger.btn-shade1:focus,
.open > .dropdown-toggle.btn-danger.btn-shade1:hover {
  background-color: #ec4646;
  border-color: #ec4646;
}

.btn-danger.btn-shade1.disabled,
.btn-danger.btn-shade1.disabled.active,
.btn-danger.btn-shade1.disabled.focus,
.btn-danger.btn-shade1.disabled:active,
.btn-danger.btn-shade1.disabled:focus,
.btn-danger.btn-shade1.disabled:hover,
.btn-danger.btn-shade1[disabled],
.btn-danger.btn-shade1[disabled].active,
.btn-danger.btn-shade1[disabled].focus,
.btn-danger.btn-shade1[disabled]:active,
.btn-danger.btn-shade1[disabled]:focus,
.btn-danger.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-danger.btn-shade1,
fieldset[disabled] .btn-danger.btn-shade1.active,
fieldset[disabled] .btn-danger.btn-shade1.focus,
fieldset[disabled] .btn-danger.btn-shade1:active,
fieldset[disabled] .btn-danger.btn-shade1:focus,
fieldset[disabled] .btn-danger.btn-shade1:hover {
  background-color: #ee5454;
  border-color: #ee5454;
}

.btn-danger.btn-shade1 .badge {
  color: #ee5454;
}

.btn-danger.btn-shade2,
.btn-danger.btn-shade2.focus,
.btn-danger.btn-shade2:focus {
  background-color: #ed4b4b;
  border-color: #ed4b4b;
}

.btn-danger.btn-shade2:hover {
  background-color: #ed4b4b;
  border-color: #ed4b4b;
}

.btn-danger.btn-shade2.active,
.btn-danger.btn-shade2.active.focus,
.btn-danger.btn-shade2.active:focus,
.btn-danger.btn-shade2.active:hover,
.btn-danger.btn-shade2:active,
.btn-danger.btn-shade2:active.focus,
.btn-danger.btn-shade2:active:focus,
.btn-danger.btn-shade2:active:hover,
.open > .dropdown-toggle.btn-danger.btn-shade2,
.open > .dropdown-toggle.btn-danger.btn-shade2.focus,
.open > .dropdown-toggle.btn-danger.btn-shade2:focus,
.open > .dropdown-toggle.btn-danger.btn-shade2:hover {
  background-color: #eb3d3d;
  border-color: #eb3d3d;
}

.btn-danger.btn-shade2.disabled,
.btn-danger.btn-shade2.disabled.active,
.btn-danger.btn-shade2.disabled.focus,
.btn-danger.btn-shade2.disabled:active,
.btn-danger.btn-shade2.disabled:focus,
.btn-danger.btn-shade2.disabled:hover,
.btn-danger.btn-shade2[disabled],
.btn-danger.btn-shade2[disabled].active,
.btn-danger.btn-shade2[disabled].focus,
.btn-danger.btn-shade2[disabled]:active,
.btn-danger.btn-shade2[disabled]:focus,
.btn-danger.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-danger.btn-shade2,
fieldset[disabled] .btn-danger.btn-shade2.active,
fieldset[disabled] .btn-danger.btn-shade2.focus,
fieldset[disabled] .btn-danger.btn-shade2:active,
fieldset[disabled] .btn-danger.btn-shade2:focus,
fieldset[disabled] .btn-danger.btn-shade2:hover {
  background-color: #ed4b4b;
  border-color: #ed4b4b;
}

.btn-danger.btn-shade2 .badge {
  color: #ed4b4b;
}

.btn-danger.btn-shade3,
.btn-danger.btn-shade3.focus,
.btn-danger.btn-shade3:focus {
  background-color: #ec4242;
  border-color: #ec4242;
}

.btn-danger.btn-shade3:hover {
  background-color: #ee5959;
  border-color: #ee5959;
}

.btn-danger.btn-shade3.active,
.btn-danger.btn-shade3.active.focus,
.btn-danger.btn-shade3.active:focus,
.btn-danger.btn-shade3.active:hover,
.btn-danger.btn-shade3:active,
.btn-danger.btn-shade3:active.focus,
.btn-danger.btn-shade3:active:focus,
.btn-danger.btn-shade3:active:hover,
.open > .dropdown-toggle.btn-danger.btn-shade3,
.open > .dropdown-toggle.btn-danger.btn-shade3.focus,
.open > .dropdown-toggle.btn-danger.btn-shade3:focus,
.open > .dropdown-toggle.btn-danger.btn-shade3:hover {
  background-color: #ed4b4b;
  border-color: #ed4b4b;
}

.btn-danger.btn-shade3.disabled,
.btn-danger.btn-shade3.disabled.active,
.btn-danger.btn-shade3.disabled.focus,
.btn-danger.btn-shade3.disabled:active,
.btn-danger.btn-shade3.disabled:focus,
.btn-danger.btn-shade3.disabled:hover,
.btn-danger.btn-shade3[disabled],
.btn-danger.btn-shade3[disabled].active,
.btn-danger.btn-shade3[disabled].focus,
.btn-danger.btn-shade3[disabled]:active,
.btn-danger.btn-shade3[disabled]:focus,
.btn-danger.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-danger.btn-shade3,
fieldset[disabled] .btn-danger.btn-shade3.active,
fieldset[disabled] .btn-danger.btn-shade3.focus,
fieldset[disabled] .btn-danger.btn-shade3:active,
fieldset[disabled] .btn-danger.btn-shade3:focus,
fieldset[disabled] .btn-danger.btn-shade3:hover {
  background-color: #ec4242;
  border-color: #ec4242;
}

.btn-danger.btn-shade3 .badge {
  color: #ec4242;
}

.btn-danger.btn-shade4,
.btn-danger.btn-shade4.focus,
.btn-danger.btn-shade4:focus {
  background-color: #ed4b4b;
  border-color: #ed4b4b;
}

.btn-danger.btn-shade4:hover {
  background-color: #ed4f4f;
  border-color: #ed4f4f;
}

.btn-danger.btn-shade4.active,
.btn-danger.btn-shade4.active.focus,
.btn-danger.btn-shade4.active:focus,
.btn-danger.btn-shade4.active:hover,
.btn-danger.btn-shade4:active,
.btn-danger.btn-shade4:active.focus,
.btn-danger.btn-shade4:active:focus,
.btn-danger.btn-shade4:active:hover,
.open > .dropdown-toggle.btn-danger.btn-shade4,
.open > .dropdown-toggle.btn-danger.btn-shade4.focus,
.open > .dropdown-toggle.btn-danger.btn-shade4:focus,
.open > .dropdown-toggle.btn-danger.btn-shade4:hover {
  background-color: #ed4b4b;
  border-color: #ed4b4b;
}

.btn-danger.btn-shade4.disabled,
.btn-danger.btn-shade4.disabled.active,
.btn-danger.btn-shade4.disabled.focus,
.btn-danger.btn-shade4.disabled:active,
.btn-danger.btn-shade4.disabled:focus,
.btn-danger.btn-shade4.disabled:hover,
.btn-danger.btn-shade4[disabled],
.btn-danger.btn-shade4[disabled].active,
.btn-danger.btn-shade4[disabled].focus,
.btn-danger.btn-shade4[disabled]:active,
.btn-danger.btn-shade4[disabled]:focus,
.btn-danger.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-danger.btn-shade4,
fieldset[disabled] .btn-danger.btn-shade4.active,
fieldset[disabled] .btn-danger.btn-shade4.focus,
fieldset[disabled] .btn-danger.btn-shade4:active,
fieldset[disabled] .btn-danger.btn-shade4:focus,
fieldset[disabled] .btn-danger.btn-shade4:hover {
  background-color: #eb3838;
  border-color: #eb3838;
}

.btn-danger.btn-shade4 .badge {
  color: #ed4b4b;
}

.btn-dark.btn-shade1,
.btn-dark.btn-shade1.focus,
.btn-dark.btn-shade1:focus {
  background-color: #353434;
  border-color: #353434;
}

.btn-dark.btn-shade1:hover {
  background-color: #424141;
  border-color: #424141;
}

.btn-dark.btn-shade1.active,
.btn-dark.btn-shade1.active.focus,
.btn-dark.btn-shade1.active:focus,
.btn-dark.btn-shade1.active:hover,
.btn-dark.btn-shade1:active,
.btn-dark.btn-shade1:active.focus,
.btn-dark.btn-shade1:active:focus,
.btn-dark.btn-shade1:active:hover,
.open > .dropdown-toggle.btn-dark.btn-shade1,
.open > .dropdown-toggle.btn-dark.btn-shade1.focus,
.open > .dropdown-toggle.btn-dark.btn-shade1:focus,
.open > .dropdown-toggle.btn-dark.btn-shade1:hover {
  background-color: #2e2d2d;
  border-color: #2e2d2d;
}

.btn-dark.btn-shade1.disabled,
.btn-dark.btn-shade1.disabled.active,
.btn-dark.btn-shade1.disabled.focus,
.btn-dark.btn-shade1.disabled:active,
.btn-dark.btn-shade1.disabled:focus,
.btn-dark.btn-shade1.disabled:hover,
.btn-dark.btn-shade1[disabled],
.btn-dark.btn-shade1[disabled].active,
.btn-dark.btn-shade1[disabled].focus,
.btn-dark.btn-shade1[disabled]:active,
.btn-dark.btn-shade1[disabled]:focus,
.btn-dark.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-dark.btn-shade1,
fieldset[disabled] .btn-dark.btn-shade1.active,
fieldset[disabled] .btn-dark.btn-shade1.focus,
fieldset[disabled] .btn-dark.btn-shade1:active,
fieldset[disabled] .btn-dark.btn-shade1:focus,
fieldset[disabled] .btn-dark.btn-shade1:hover {
  background-color: #353434;
  border-color: #353434;
}

.btn-dark.btn-shade1 .badge {
  color: #353434;
}

.btn-dark.btn-shade2,
.btn-dark.btn-shade2.focus,
.btn-dark.btn-shade2:focus {
  background-color: #302f2f;
  border-color: #302f2f;
}

.btn-dark.btn-shade2:hover {
  background-color: #3d3c3c;
  border-color: #3d3c3c;
}

.btn-dark.btn-shade2.active,
.btn-dark.btn-shade2.active.focus,
.btn-dark.btn-shade2.active:focus,
.btn-dark.btn-shade2.active:hover,
.btn-dark.btn-shade2:active,
.btn-dark.btn-shade2:active.focus,
.btn-dark.btn-shade2:active:focus,
.btn-dark.btn-shade2:active:hover,
.open > .dropdown-toggle.btn-dark.btn-shade2,
.open > .dropdown-toggle.btn-dark.btn-shade2.focus,
.open > .dropdown-toggle.btn-dark.btn-shade2:focus,
.open > .dropdown-toggle.btn-dark.btn-shade2:hover {
  background-color: #282828;
  border-color: #282828;
}

.btn-dark.btn-shade2.disabled,
.btn-dark.btn-shade2.disabled.active,
.btn-dark.btn-shade2.disabled.focus,
.btn-dark.btn-shade2.disabled:active,
.btn-dark.btn-shade2.disabled:focus,
.btn-dark.btn-shade2.disabled:hover,
.btn-dark.btn-shade2[disabled],
.btn-dark.btn-shade2[disabled].active,
.btn-dark.btn-shade2[disabled].focus,
.btn-dark.btn-shade2[disabled]:active,
.btn-dark.btn-shade2[disabled]:focus,
.btn-dark.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-dark.btn-shade2,
fieldset[disabled] .btn-dark.btn-shade2.active,
fieldset[disabled] .btn-dark.btn-shade2.focus,
fieldset[disabled] .btn-dark.btn-shade2:active,
fieldset[disabled] .btn-dark.btn-shade2:focus,
fieldset[disabled] .btn-dark.btn-shade2:hover {
  background-color: #302f2f;
  border-color: #302f2f;
}

.btn-dark.btn-shade2 .badge {
  color: #302f2f;
}

.btn-dark.btn-shade3,
.btn-dark.btn-shade3.focus,
.btn-dark.btn-shade3:focus {
  background-color: #2b2a2a;
  border-color: #2b2a2a;
}

.btn-dark.btn-shade3:hover {
  background-color: #383737;
  border-color: #383737;
}

.btn-dark.btn-shade3.active,
.btn-dark.btn-shade3.active.focus,
.btn-dark.btn-shade3.active:focus,
.btn-dark.btn-shade3.active:hover,
.btn-dark.btn-shade3:active,
.btn-dark.btn-shade3:active.focus,
.btn-dark.btn-shade3:active:focus,
.btn-dark.btn-shade3:active:hover,
.open > .dropdown-toggle.btn-dark.btn-shade3,
.open > .dropdown-toggle.btn-dark.btn-shade3.focus,
.open > .dropdown-toggle.btn-dark.btn-shade3:focus,
.open > .dropdown-toggle.btn-dark.btn-shade3:hover {
  background-color: #232323;
  border-color: #232323;
}

.btn-dark.btn-shade3.disabled,
.btn-dark.btn-shade3.disabled.active,
.btn-dark.btn-shade3.disabled.focus,
.btn-dark.btn-shade3.disabled:active,
.btn-dark.btn-shade3.disabled:focus,
.btn-dark.btn-shade3.disabled:hover,
.btn-dark.btn-shade3[disabled],
.btn-dark.btn-shade3[disabled].active,
.btn-dark.btn-shade3[disabled].focus,
.btn-dark.btn-shade3[disabled]:active,
.btn-dark.btn-shade3[disabled]:focus,
.btn-dark.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-dark.btn-shade3,
fieldset[disabled] .btn-dark.btn-shade3.active,
fieldset[disabled] .btn-dark.btn-shade3.focus,
fieldset[disabled] .btn-dark.btn-shade3:active,
fieldset[disabled] .btn-dark.btn-shade3:focus,
fieldset[disabled] .btn-dark.btn-shade3:hover {
  background-color: #2b2a2a;
  border-color: #2b2a2a;
}

.btn-dark.btn-shade3 .badge {
  color: #2b2a2a;
}

.btn-dark.btn-shade4,
.btn-dark.btn-shade4.focus,
.btn-dark.btn-shade4:focus {
  background-color: #262525;
  border-color: #262525;
}

.btn-dark.btn-shade4:hover {
  background-color: #333232;
  border-color: #333232;
}

.btn-dark.btn-shade4.active,
.btn-dark.btn-shade4.active.focus,
.btn-dark.btn-shade4.active:focus,
.btn-dark.btn-shade4.active:hover,
.btn-dark.btn-shade4:active,
.btn-dark.btn-shade4:active.focus,
.btn-dark.btn-shade4:active:focus,
.btn-dark.btn-shade4:active:hover,
.open > .dropdown-toggle.btn-dark.btn-shade4,
.open > .dropdown-toggle.btn-dark.btn-shade4.focus,
.open > .dropdown-toggle.btn-dark.btn-shade4:focus,
.open > .dropdown-toggle.btn-dark.btn-shade4:hover {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.btn-dark.btn-shade4.disabled,
.btn-dark.btn-shade4.disabled.active,
.btn-dark.btn-shade4.disabled.focus,
.btn-dark.btn-shade4.disabled:active,
.btn-dark.btn-shade4.disabled:focus,
.btn-dark.btn-shade4.disabled:hover,
.btn-dark.btn-shade4[disabled],
.btn-dark.btn-shade4[disabled].active,
.btn-dark.btn-shade4[disabled].focus,
.btn-dark.btn-shade4[disabled]:active,
.btn-dark.btn-shade4[disabled]:focus,
.btn-dark.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-dark.btn-shade4,
fieldset[disabled] .btn-dark.btn-shade4.active,
fieldset[disabled] .btn-dark.btn-shade4.focus,
fieldset[disabled] .btn-dark.btn-shade4:active,
fieldset[disabled] .btn-dark.btn-shade4:focus,
fieldset[disabled] .btn-dark.btn-shade4:hover {
  background-color: #262525;
  border-color: #262525;
}

.btn-dark.btn-shade4 .badge {
  color: #262525;
}

.btn-alt1.btn-shade1,
.btn-alt1.btn-shade1.focus,
.btn-alt1.btn-shade1:focus {
  background-color: #49bee5;
  border-color: #49bee5;
}

.btn-alt1.btn-shade1:hover {
  background-color: #5fc6e8;
  border-color: #5fc6e8;
}

.btn-alt1.btn-shade1.active,
.btn-alt1.btn-shade1.active.focus,
.btn-alt1.btn-shade1.active:focus,
.btn-alt1.btn-shade1.active:hover,
.btn-alt1.btn-shade1:active,
.btn-alt1.btn-shade1:active.focus,
.btn-alt1.btn-shade1:active:focus,
.btn-alt1.btn-shade1:active:hover,
.open > .dropdown-toggle.btn-alt1.btn-shade1,
.open > .dropdown-toggle.btn-alt1.btn-shade1.focus,
.open > .dropdown-toggle.btn-alt1.btn-shade1:focus,
.open > .dropdown-toggle.btn-alt1.btn-shade1:hover {
  background-color: #3cb9e3;
  border-color: #3cb9e3;
}

.btn-alt1.btn-shade1.disabled,
.btn-alt1.btn-shade1.disabled.active,
.btn-alt1.btn-shade1.disabled.focus,
.btn-alt1.btn-shade1.disabled:active,
.btn-alt1.btn-shade1.disabled:focus,
.btn-alt1.btn-shade1.disabled:hover,
.btn-alt1.btn-shade1[disabled],
.btn-alt1.btn-shade1[disabled].active,
.btn-alt1.btn-shade1[disabled].focus,
.btn-alt1.btn-shade1[disabled]:active,
.btn-alt1.btn-shade1[disabled]:focus,
.btn-alt1.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-alt1.btn-shade1,
fieldset[disabled] .btn-alt1.btn-shade1.active,
fieldset[disabled] .btn-alt1.btn-shade1.focus,
fieldset[disabled] .btn-alt1.btn-shade1:active,
fieldset[disabled] .btn-alt1.btn-shade1:focus,
fieldset[disabled] .btn-alt1.btn-shade1:hover {
  background-color: #49bee5;
  border-color: #49bee5;
}

.btn-alt1.btn-shade1 .badge {
  color: #49bee5;
}

.btn-alt1.btn-shade2,
.btn-alt1.btn-shade2.focus,
.btn-alt1.btn-shade2:focus {
  background-color: #40bbe4;
  border-color: #40bbe4;
}

.btn-alt1.btn-shade2:hover {
  background-color: #56c3e7;
  border-color: #56c3e7;
}

.btn-alt1.btn-shade2.active,
.btn-alt1.btn-shade2.active.focus,
.btn-alt1.btn-shade2.active:focus,
.btn-alt1.btn-shade2.active:hover,
.btn-alt1.btn-shade2:active,
.btn-alt1.btn-shade2:active.focus,
.btn-alt1.btn-shade2:active:focus,
.btn-alt1.btn-shade2:active:hover,
.open > .dropdown-toggle.btn-alt1.btn-shade2,
.open > .dropdown-toggle.btn-alt1.btn-shade2.focus,
.open > .dropdown-toggle.btn-alt1.btn-shade2:focus,
.open > .dropdown-toggle.btn-alt1.btn-shade2:hover {
  background-color: #33b6e2;
  border-color: #33b6e2;
}

.btn-alt1.btn-shade2.disabled,
.btn-alt1.btn-shade2.disabled.active,
.btn-alt1.btn-shade2.disabled.focus,
.btn-alt1.btn-shade2.disabled:active,
.btn-alt1.btn-shade2.disabled:focus,
.btn-alt1.btn-shade2.disabled:hover,
.btn-alt1.btn-shade2[disabled],
.btn-alt1.btn-shade2[disabled].active,
.btn-alt1.btn-shade2[disabled].focus,
.btn-alt1.btn-shade2[disabled]:active,
.btn-alt1.btn-shade2[disabled]:focus,
.btn-alt1.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-alt1.btn-shade2,
fieldset[disabled] .btn-alt1.btn-shade2.active,
fieldset[disabled] .btn-alt1.btn-shade2.focus,
fieldset[disabled] .btn-alt1.btn-shade2:active,
fieldset[disabled] .btn-alt1.btn-shade2:focus,
fieldset[disabled] .btn-alt1.btn-shade2:hover {
  background-color: #40bbe4;
  border-color: #40bbe4;
}

.btn-alt1.btn-shade2 .badge {
  color: #40bbe4;
}

.btn-alt1.btn-shade3,
.btn-alt1.btn-shade3.focus,
.btn-alt1.btn-shade3:focus {
  background-color: #37b7e3;
  border-color: #37b7e3;
}

.btn-alt1.btn-shade3:hover {
  background-color: #4ebfe6;
  border-color: #4ebfe6;
}

.btn-alt1.btn-shade3.active,
.btn-alt1.btn-shade3.active.focus,
.btn-alt1.btn-shade3.active:focus,
.btn-alt1.btn-shade3.active:hover,
.btn-alt1.btn-shade3:active,
.btn-alt1.btn-shade3:active.focus,
.btn-alt1.btn-shade3:active:focus,
.btn-alt1.btn-shade3:active:hover,
.open > .dropdown-toggle.btn-alt1.btn-shade3,
.open > .dropdown-toggle.btn-alt1.btn-shade3.focus,
.open > .dropdown-toggle.btn-alt1.btn-shade3:focus,
.open > .dropdown-toggle.btn-alt1.btn-shade3:hover {
  background-color: #2ab3e1;
  border-color: #2ab3e1;
}

.btn-alt1.btn-shade3.disabled,
.btn-alt1.btn-shade3.disabled.active,
.btn-alt1.btn-shade3.disabled.focus,
.btn-alt1.btn-shade3.disabled:active,
.btn-alt1.btn-shade3.disabled:focus,
.btn-alt1.btn-shade3.disabled:hover,
.btn-alt1.btn-shade3[disabled],
.btn-alt1.btn-shade3[disabled].active,
.btn-alt1.btn-shade3[disabled].focus,
.btn-alt1.btn-shade3[disabled]:active,
.btn-alt1.btn-shade3[disabled]:focus,
.btn-alt1.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-alt1.btn-shade3,
fieldset[disabled] .btn-alt1.btn-shade3.active,
fieldset[disabled] .btn-alt1.btn-shade3.focus,
fieldset[disabled] .btn-alt1.btn-shade3:active,
fieldset[disabled] .btn-alt1.btn-shade3:focus,
fieldset[disabled] .btn-alt1.btn-shade3:hover {
  background-color: #37b7e3;
  border-color: #37b7e3;
}

.btn-alt1.btn-shade3 .badge {
  color: #37b7e3;
}

.btn-alt1.btn-shade4,
.btn-alt1.btn-shade4.focus,
.btn-alt1.btn-shade4:focus {
  background-color: #2eb4e1;
  border-color: #2eb4e1;
}

.btn-alt1.btn-shade4:hover {
  background-color: #45bce5;
  border-color: #45bce5;
}

.btn-alt1.btn-shade4.active,
.btn-alt1.btn-shade4.active.focus,
.btn-alt1.btn-shade4.active:focus,
.btn-alt1.btn-shade4.active:hover,
.btn-alt1.btn-shade4:active,
.btn-alt1.btn-shade4:active.focus,
.btn-alt1.btn-shade4:active:focus,
.btn-alt1.btn-shade4:active:hover,
.open > .dropdown-toggle.btn-alt1.btn-shade4,
.open > .dropdown-toggle.btn-alt1.btn-shade4.focus,
.open > .dropdown-toggle.btn-alt1.btn-shade4:focus,
.open > .dropdown-toggle.btn-alt1.btn-shade4:hover {
  background-color: #21afe0;
  border-color: #21afe0;
}

.btn-alt1.btn-shade4.disabled,
.btn-alt1.btn-shade4.disabled.active,
.btn-alt1.btn-shade4.disabled.focus,
.btn-alt1.btn-shade4.disabled:active,
.btn-alt1.btn-shade4.disabled:focus,
.btn-alt1.btn-shade4.disabled:hover,
.btn-alt1.btn-shade4[disabled],
.btn-alt1.btn-shade4[disabled].active,
.btn-alt1.btn-shade4[disabled].focus,
.btn-alt1.btn-shade4[disabled]:active,
.btn-alt1.btn-shade4[disabled]:focus,
.btn-alt1.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-alt1.btn-shade4,
fieldset[disabled] .btn-alt1.btn-shade4.active,
fieldset[disabled] .btn-alt1.btn-shade4.focus,
fieldset[disabled] .btn-alt1.btn-shade4:active,
fieldset[disabled] .btn-alt1.btn-shade4:focus,
fieldset[disabled] .btn-alt1.btn-shade4:hover {
  background-color: #2eb4e1;
  border-color: #2eb4e1;
}

.btn-alt1.btn-shade4 .badge {
  color: #2eb4e1;
}

.btn-alt2.btn-shade1,
.btn-alt2.btn-shade1.focus,
.btn-alt2.btn-shade1:focus {
  background-color: #ffca56;
  border-color: #ffca56;
}

.btn-alt2.btn-shade1:hover {
  background-color: #ffd270;
  border-color: #ffd270;
}

.btn-alt2.btn-shade1.active,
.btn-alt2.btn-shade1.active.focus,
.btn-alt2.btn-shade1.active:focus,
.btn-alt2.btn-shade1.active:hover,
.btn-alt2.btn-shade1:active,
.btn-alt2.btn-shade1:active.focus,
.btn-alt2.btn-shade1:active:focus,
.btn-alt2.btn-shade1:active:hover,
.open > .dropdown-toggle.btn-alt2.btn-shade1,
.open > .dropdown-toggle.btn-alt2.btn-shade1.focus,
.open > .dropdown-toggle.btn-alt2.btn-shade1:focus,
.open > .dropdown-toggle.btn-alt2.btn-shade1:hover {
  background-color: #ffc547;
  border-color: #ffc547;
}

.btn-alt2.btn-shade1.disabled,
.btn-alt2.btn-shade1.disabled.active,
.btn-alt2.btn-shade1.disabled.focus,
.btn-alt2.btn-shade1.disabled:active,
.btn-alt2.btn-shade1.disabled:focus,
.btn-alt2.btn-shade1.disabled:hover,
.btn-alt2.btn-shade1[disabled],
.btn-alt2.btn-shade1[disabled].active,
.btn-alt2.btn-shade1[disabled].focus,
.btn-alt2.btn-shade1[disabled]:active,
.btn-alt2.btn-shade1[disabled]:focus,
.btn-alt2.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-alt2.btn-shade1,
fieldset[disabled] .btn-alt2.btn-shade1.active,
fieldset[disabled] .btn-alt2.btn-shade1.focus,
fieldset[disabled] .btn-alt2.btn-shade1:active,
fieldset[disabled] .btn-alt2.btn-shade1:focus,
fieldset[disabled] .btn-alt2.btn-shade1:hover {
  background-color: #ffca56;
  border-color: #ffca56;
}

.btn-alt2.btn-shade1 .badge {
  color: #ffca56;
}

.btn-alt2.btn-shade2,
.btn-alt2.btn-shade2.focus,
.btn-alt2.btn-shade2:focus {
  background-color: #ffc74c;
  border-color: #ffc74c;
}

.btn-alt2.btn-shade2:hover {
  background-color: #ffcf66;
  border-color: #ffcf66;
}

.btn-alt2.btn-shade2.active,
.btn-alt2.btn-shade2.active.focus,
.btn-alt2.btn-shade2.active:focus,
.btn-alt2.btn-shade2.active:hover,
.btn-alt2.btn-shade2:active,
.btn-alt2.btn-shade2:active.focus,
.btn-alt2.btn-shade2:active:focus,
.btn-alt2.btn-shade2:active:hover,
.open > .dropdown-toggle.btn-alt2.btn-shade2,
.open > .dropdown-toggle.btn-alt2.btn-shade2.focus,
.open > .dropdown-toggle.btn-alt2.btn-shade2:focus,
.open > .dropdown-toggle.btn-alt2.btn-shade2:hover {
  background-color: #ffc23d;
  border-color: #ffc23d;
}

.btn-alt2.btn-shade2.disabled,
.btn-alt2.btn-shade2.disabled.active,
.btn-alt2.btn-shade2.disabled.focus,
.btn-alt2.btn-shade2.disabled:active,
.btn-alt2.btn-shade2.disabled:focus,
.btn-alt2.btn-shade2.disabled:hover,
.btn-alt2.btn-shade2[disabled],
.btn-alt2.btn-shade2[disabled].active,
.btn-alt2.btn-shade2[disabled].focus,
.btn-alt2.btn-shade2[disabled]:active,
.btn-alt2.btn-shade2[disabled]:focus,
.btn-alt2.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-alt2.btn-shade2,
fieldset[disabled] .btn-alt2.btn-shade2.active,
fieldset[disabled] .btn-alt2.btn-shade2.focus,
fieldset[disabled] .btn-alt2.btn-shade2:active,
fieldset[disabled] .btn-alt2.btn-shade2:focus,
fieldset[disabled] .btn-alt2.btn-shade2:hover {
  background-color: #ffc74c;
  border-color: #ffc74c;
}

.btn-alt2.btn-shade2 .badge {
  color: #ffc74c;
}

.btn-alt2.btn-shade3,
.btn-alt2.btn-shade3.focus,
.btn-alt2.btn-shade3:focus {
  background-color: #ffc442;
  border-color: #ffc442;
}

.btn-alt2.btn-shade3:hover {
  background-color: #ffcc5b;
  border-color: #ffcc5b;
}

.btn-alt2.btn-shade3.active,
.btn-alt2.btn-shade3.active.focus,
.btn-alt2.btn-shade3.active:focus,
.btn-alt2.btn-shade3.active:hover,
.btn-alt2.btn-shade3:active,
.btn-alt2.btn-shade3:active.focus,
.btn-alt2.btn-shade3:active:focus,
.btn-alt2.btn-shade3:active:hover,
.open > .dropdown-toggle.btn-alt2.btn-shade3,
.open > .dropdown-toggle.btn-alt2.btn-shade3.focus,
.open > .dropdown-toggle.btn-alt2.btn-shade3:focus,
.open > .dropdown-toggle.btn-alt2.btn-shade3:hover {
  background-color: #ffbf33;
  border-color: #ffbf33;
}

.btn-alt2.btn-shade3.disabled,
.btn-alt2.btn-shade3.disabled.active,
.btn-alt2.btn-shade3.disabled.focus,
.btn-alt2.btn-shade3.disabled:active,
.btn-alt2.btn-shade3.disabled:focus,
.btn-alt2.btn-shade3.disabled:hover,
.btn-alt2.btn-shade3[disabled],
.btn-alt2.btn-shade3[disabled].active,
.btn-alt2.btn-shade3[disabled].focus,
.btn-alt2.btn-shade3[disabled]:active,
.btn-alt2.btn-shade3[disabled]:focus,
.btn-alt2.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-alt2.btn-shade3,
fieldset[disabled] .btn-alt2.btn-shade3.active,
fieldset[disabled] .btn-alt2.btn-shade3.focus,
fieldset[disabled] .btn-alt2.btn-shade3:active,
fieldset[disabled] .btn-alt2.btn-shade3:focus,
fieldset[disabled] .btn-alt2.btn-shade3:hover {
  background-color: #ffc442;
  border-color: #ffc442;
}

.btn-alt2.btn-shade3 .badge {
  color: #ffc442;
}

.btn-alt2.btn-shade4,
.btn-alt2.btn-shade4.focus,
.btn-alt2.btn-shade4:focus {
  background-color: #ffc138;
  border-color: #ffc138;
}

.btn-alt2.btn-shade4:hover {
  background-color: #ffc951;
  border-color: #ffc951;
}

.btn-alt2.btn-shade4.active,
.btn-alt2.btn-shade4.active.focus,
.btn-alt2.btn-shade4.active:focus,
.btn-alt2.btn-shade4.active:hover,
.btn-alt2.btn-shade4:active,
.btn-alt2.btn-shade4:active.focus,
.btn-alt2.btn-shade4:active:focus,
.btn-alt2.btn-shade4:active:hover,
.open > .dropdown-toggle.btn-alt2.btn-shade4,
.open > .dropdown-toggle.btn-alt2.btn-shade4.focus,
.open > .dropdown-toggle.btn-alt2.btn-shade4:focus,
.open > .dropdown-toggle.btn-alt2.btn-shade4:hover {
  background-color: #ffbc28;
  border-color: #ffbc28;
}

.btn-alt2.btn-shade4.disabled,
.btn-alt2.btn-shade4.disabled.active,
.btn-alt2.btn-shade4.disabled.focus,
.btn-alt2.btn-shade4.disabled:active,
.btn-alt2.btn-shade4.disabled:focus,
.btn-alt2.btn-shade4.disabled:hover,
.btn-alt2.btn-shade4[disabled],
.btn-alt2.btn-shade4[disabled].active,
.btn-alt2.btn-shade4[disabled].focus,
.btn-alt2.btn-shade4[disabled]:active,
.btn-alt2.btn-shade4[disabled]:focus,
.btn-alt2.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-alt2.btn-shade4,
fieldset[disabled] .btn-alt2.btn-shade4.active,
fieldset[disabled] .btn-alt2.btn-shade4.focus,
fieldset[disabled] .btn-alt2.btn-shade4:active,
fieldset[disabled] .btn-alt2.btn-shade4:focus,
fieldset[disabled] .btn-alt2.btn-shade4:hover {
  background-color: #ffc138;
  border-color: #ffc138;
}

.btn-alt2.btn-shade4 .badge {
  color: #ffc138;
}

.btn-alt3.btn-shade1,
.btn-alt3.btn-shade1.focus,
.btn-alt3.btn-shade1:focus {
  background-color: #7090ba;
  border-color: #7090ba;
}

.btn-alt3.btn-shade1:hover {
  background-color: #819dc2;
  border-color: #819dc2;
}

.btn-alt3.btn-shade1.active,
.btn-alt3.btn-shade1.active.focus,
.btn-alt3.btn-shade1.active:focus,
.btn-alt3.btn-shade1.active:hover,
.btn-alt3.btn-shade1:active,
.btn-alt3.btn-shade1:active.focus,
.btn-alt3.btn-shade1:active:focus,
.btn-alt3.btn-shade1:active:hover,
.open > .dropdown-toggle.btn-alt3.btn-shade1,
.open > .dropdown-toggle.btn-alt3.btn-shade1.focus,
.open > .dropdown-toggle.btn-alt3.btn-shade1:focus,
.open > .dropdown-toggle.btn-alt3.btn-shade1:hover {
  background-color: #6588b5;
  border-color: #6588b5;
}

.btn-alt3.btn-shade1.disabled,
.btn-alt3.btn-shade1.disabled.active,
.btn-alt3.btn-shade1.disabled.focus,
.btn-alt3.btn-shade1.disabled:active,
.btn-alt3.btn-shade1.disabled:focus,
.btn-alt3.btn-shade1.disabled:hover,
.btn-alt3.btn-shade1[disabled],
.btn-alt3.btn-shade1[disabled].active,
.btn-alt3.btn-shade1[disabled].focus,
.btn-alt3.btn-shade1[disabled]:active,
.btn-alt3.btn-shade1[disabled]:focus,
.btn-alt3.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-alt3.btn-shade1,
fieldset[disabled] .btn-alt3.btn-shade1.active,
fieldset[disabled] .btn-alt3.btn-shade1.focus,
fieldset[disabled] .btn-alt3.btn-shade1:active,
fieldset[disabled] .btn-alt3.btn-shade1:focus,
fieldset[disabled] .btn-alt3.btn-shade1:hover {
  background-color: #7090ba;
  border-color: #7090ba;
}

.btn-alt3.btn-shade1 .badge {
  color: #7090ba;
}

.btn-alt3.btn-shade2,
.btn-alt3.btn-shade2.focus,
.btn-alt3.btn-shade2:focus {
  background-color: #698bb7;
  border-color: #698bb7;
}

.btn-alt3.btn-shade2:hover {
  background-color: rgba(133, 219, 29, 0.7);
  border-color: rgba(133, 219, 29, 0.7);
}

.btn-alt3.btn-shade2.active,
.btn-alt3.btn-shade2.active.focus,
.btn-alt3.btn-shade2.active:focus,
.btn-alt3.btn-shade2.active:hover,
.btn-alt3.btn-shade2:active,
.btn-alt3.btn-shade2:active.focus,
.btn-alt3.btn-shade2:active:focus,
.btn-alt3.btn-shade2:active:hover,
.open > .dropdown-toggle.btn-alt3.btn-shade2,
.open > .dropdown-toggle.btn-alt3.btn-shade2.focus,
.open > .dropdown-toggle.btn-alt3.btn-shade2:focus,
.open > .dropdown-toggle.btn-alt3.btn-shade2:hover {
  background-color: #5e83b2;
  border-color: #5e83b2;
}

.btn-alt3.btn-shade2.disabled,
.btn-alt3.btn-shade2.disabled.active,
.btn-alt3.btn-shade2.disabled.focus,
.btn-alt3.btn-shade2.disabled:active,
.btn-alt3.btn-shade2.disabled:focus,
.btn-alt3.btn-shade2.disabled:hover,
.btn-alt3.btn-shade2[disabled],
.btn-alt3.btn-shade2[disabled].active,
.btn-alt3.btn-shade2[disabled].focus,
.btn-alt3.btn-shade2[disabled]:active,
.btn-alt3.btn-shade2[disabled]:focus,
.btn-alt3.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-alt3.btn-shade2,
fieldset[disabled] .btn-alt3.btn-shade2.active,
fieldset[disabled] .btn-alt3.btn-shade2.focus,
fieldset[disabled] .btn-alt3.btn-shade2:active,
fieldset[disabled] .btn-alt3.btn-shade2:focus,
fieldset[disabled] .btn-alt3.btn-shade2:hover {
  background-color: #698bb7;
  border-color: #698bb7;
}

.btn-alt3.btn-shade2 .badge {
  color: #698bb7;
}

.btn-alt3.btn-shade3,
.btn-alt3.btn-shade3.focus,
.btn-alt3.btn-shade3:focus {
  background-color: #6285b3;
  border-color: #6285b3;
}

.btn-alt3.btn-shade3:hover {
  background-color: #7393bc;
  border-color: #7393bc;
}

.btn-alt3.btn-shade3.active,
.btn-alt3.btn-shade3.active.focus,
.btn-alt3.btn-shade3.active:focus,
.btn-alt3.btn-shade3.active:hover,
.btn-alt3.btn-shade3:active,
.btn-alt3.btn-shade3:active.focus,
.btn-alt3.btn-shade3:active:focus,
.btn-alt3.btn-shade3:active:hover,
.open > .dropdown-toggle.btn-alt3.btn-shade3,
.open > .dropdown-toggle.btn-alt3.btn-shade3.focus,
.open > .dropdown-toggle.btn-alt3.btn-shade3:focus,
.open > .dropdown-toggle.btn-alt3.btn-shade3:hover {
  background-color: #587dae;
  border-color: #587dae;
}

.btn-alt3.btn-shade3.disabled,
.btn-alt3.btn-shade3.disabled.active,
.btn-alt3.btn-shade3.disabled.focus,
.btn-alt3.btn-shade3.disabled:active,
.btn-alt3.btn-shade3.disabled:focus,
.btn-alt3.btn-shade3.disabled:hover,
.btn-alt3.btn-shade3[disabled],
.btn-alt3.btn-shade3[disabled].active,
.btn-alt3.btn-shade3[disabled].focus,
.btn-alt3.btn-shade3[disabled]:active,
.btn-alt3.btn-shade3[disabled]:focus,
.btn-alt3.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-alt3.btn-shade3,
fieldset[disabled] .btn-alt3.btn-shade3.active,
fieldset[disabled] .btn-alt3.btn-shade3.focus,
fieldset[disabled] .btn-alt3.btn-shade3:active,
fieldset[disabled] .btn-alt3.btn-shade3:focus,
fieldset[disabled] .btn-alt3.btn-shade3:hover {
  background-color: #6285b3;
  border-color: #6285b3;
}

.btn-alt3.btn-shade3 .badge {
  color: #6285b3;
}

.btn-alt3.btn-shade4,
.btn-alt3.btn-shade4.focus,
.btn-alt3.btn-shade4:focus {
  background-color: #5b80b0;
  border-color: #5b80b0;
}

.btn-alt3.btn-shade4:hover {
  background-color: #6c8db8;
  border-color: #6c8db8;
}

.btn-alt3.btn-shade4.active,
.btn-alt3.btn-shade4.active.focus,
.btn-alt3.btn-shade4.active:focus,
.btn-alt3.btn-shade4.active:hover,
.btn-alt3.btn-shade4:active,
.btn-alt3.btn-shade4:active.focus,
.btn-alt3.btn-shade4:active:focus,
.btn-alt3.btn-shade4:active:hover,
.open > .dropdown-toggle.btn-alt3.btn-shade4,
.open > .dropdown-toggle.btn-alt3.btn-shade4.focus,
.open > .dropdown-toggle.btn-alt3.btn-shade4:focus,
.open > .dropdown-toggle.btn-alt3.btn-shade4:hover {
  background-color: #5278aa;
  border-color: #5278aa;
}

.btn-alt3.btn-shade4.disabled,
.btn-alt3.btn-shade4.disabled.active,
.btn-alt3.btn-shade4.disabled.focus,
.btn-alt3.btn-shade4.disabled:active,
.btn-alt3.btn-shade4.disabled:focus,
.btn-alt3.btn-shade4.disabled:hover,
.btn-alt3.btn-shade4[disabled],
.btn-alt3.btn-shade4[disabled].active,
.btn-alt3.btn-shade4[disabled].focus,
.btn-alt3.btn-shade4[disabled]:active,
.btn-alt3.btn-shade4[disabled]:focus,
.btn-alt3.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-alt3.btn-shade4,
fieldset[disabled] .btn-alt3.btn-shade4.active,
fieldset[disabled] .btn-alt3.btn-shade4.focus,
fieldset[disabled] .btn-alt3.btn-shade4:active,
fieldset[disabled] .btn-alt3.btn-shade4:focus,
fieldset[disabled] .btn-alt3.btn-shade4:hover {
  background-color: #5b80b0;
  border-color: #5b80b0;
}

.btn-alt3.btn-shade4 .badge {
  color: #5b80b0;
}

.btn-alt4.btn-shade1,
.btn-alt4.btn-shade1.focus,
.btn-alt4.btn-shade1:focus {
  background-color: #b5b5b5;
  border-color: #b5b5b5;
}

.btn-alt4.btn-shade1:hover {
  background-color: #c2c2c2;
  border-color: #c2c2c2;
}

.btn-alt4.btn-shade1.active,
.btn-alt4.btn-shade1.active.focus,
.btn-alt4.btn-shade1.active:focus,
.btn-alt4.btn-shade1.active:hover,
.btn-alt4.btn-shade1:active,
.btn-alt4.btn-shade1:active.focus,
.btn-alt4.btn-shade1:active:focus,
.btn-alt4.btn-shade1:active:hover,
.open > .dropdown-toggle.btn-alt4.btn-shade1,
.open > .dropdown-toggle.btn-alt4.btn-shade1.focus,
.open > .dropdown-toggle.btn-alt4.btn-shade1:focus,
.open > .dropdown-toggle.btn-alt4.btn-shade1:hover {
  background-color: #adadad;
  border-color: #adadad;
}

.btn-alt4.btn-shade1.disabled,
.btn-alt4.btn-shade1.disabled.active,
.btn-alt4.btn-shade1.disabled.focus,
.btn-alt4.btn-shade1.disabled:active,
.btn-alt4.btn-shade1.disabled:focus,
.btn-alt4.btn-shade1.disabled:hover,
.btn-alt4.btn-shade1[disabled],
.btn-alt4.btn-shade1[disabled].active,
.btn-alt4.btn-shade1[disabled].focus,
.btn-alt4.btn-shade1[disabled]:active,
.btn-alt4.btn-shade1[disabled]:focus,
.btn-alt4.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-alt4.btn-shade1,
fieldset[disabled] .btn-alt4.btn-shade1.active,
fieldset[disabled] .btn-alt4.btn-shade1.focus,
fieldset[disabled] .btn-alt4.btn-shade1:active,
fieldset[disabled] .btn-alt4.btn-shade1:focus,
fieldset[disabled] .btn-alt4.btn-shade1:hover {
  background-color: #b5b5b5;
  border-color: #b5b5b5;
}

.btn-alt4.btn-shade1 .badge {
  color: #b5b5b5;
}

.btn-alt4.btn-shade2,
.btn-alt4.btn-shade2.focus,
.btn-alt4.btn-shade2:focus {
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}

.btn-alt4.btn-shade2:hover {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}

.btn-alt4.btn-shade2.active,
.btn-alt4.btn-shade2.active.focus,
.btn-alt4.btn-shade2.active:focus,
.btn-alt4.btn-shade2.active:hover,
.btn-alt4.btn-shade2:active,
.btn-alt4.btn-shade2:active.focus,
.btn-alt4.btn-shade2:active:focus,
.btn-alt4.btn-shade2:active:hover,
.open > .dropdown-toggle.btn-alt4.btn-shade2,
.open > .dropdown-toggle.btn-alt4.btn-shade2.focus,
.open > .dropdown-toggle.btn-alt4.btn-shade2:focus,
.open > .dropdown-toggle.btn-alt4.btn-shade2:hover {
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}

.btn-alt4.btn-shade2.disabled,
.btn-alt4.btn-shade2.disabled.active,
.btn-alt4.btn-shade2.disabled.focus,
.btn-alt4.btn-shade2.disabled:active,
.btn-alt4.btn-shade2.disabled:focus,
.btn-alt4.btn-shade2.disabled:hover,
.btn-alt4.btn-shade2[disabled],
.btn-alt4.btn-shade2[disabled].active,
.btn-alt4.btn-shade2[disabled].focus,
.btn-alt4.btn-shade2[disabled]:active,
.btn-alt4.btn-shade2[disabled]:focus,
.btn-alt4.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-alt4.btn-shade2,
fieldset[disabled] .btn-alt4.btn-shade2.active,
fieldset[disabled] .btn-alt4.btn-shade2.focus,
fieldset[disabled] .btn-alt4.btn-shade2:active,
fieldset[disabled] .btn-alt4.btn-shade2:focus,
fieldset[disabled] .btn-alt4.btn-shade2:hover {
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}

.btn-alt4.btn-shade2 .badge {
  color: #b0b0b0;
}

.btn-alt4.btn-shade3,
.btn-alt4.btn-shade3.focus,
.btn-alt4.btn-shade3:focus {
  background-color: #ababab;
  border-color: #ababab;
}

.btn-alt4.btn-shade3:hover {
  background-color: #b8b8b8;
  border-color: #b8b8b8;
}

.btn-alt4.btn-shade3.active,
.btn-alt4.btn-shade3.active.focus,
.btn-alt4.btn-shade3.active:focus,
.btn-alt4.btn-shade3.active:hover,
.btn-alt4.btn-shade3:active,
.btn-alt4.btn-shade3:active.focus,
.btn-alt4.btn-shade3:active:focus,
.btn-alt4.btn-shade3:active:hover,
.open > .dropdown-toggle.btn-alt4.btn-shade3,
.open > .dropdown-toggle.btn-alt4.btn-shade3.focus,
.open > .dropdown-toggle.btn-alt4.btn-shade3:focus,
.open > .dropdown-toggle.btn-alt4.btn-shade3:hover {
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}

.btn-alt4.btn-shade3.disabled,
.btn-alt4.btn-shade3.disabled.active,
.btn-alt4.btn-shade3.disabled.focus,
.btn-alt4.btn-shade3.disabled:active,
.btn-alt4.btn-shade3.disabled:focus,
.btn-alt4.btn-shade3.disabled:hover,
.btn-alt4.btn-shade3[disabled],
.btn-alt4.btn-shade3[disabled].active,
.btn-alt4.btn-shade3[disabled].focus,
.btn-alt4.btn-shade3[disabled]:active,
.btn-alt4.btn-shade3[disabled]:focus,
.btn-alt4.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-alt4.btn-shade3,
fieldset[disabled] .btn-alt4.btn-shade3.active,
fieldset[disabled] .btn-alt4.btn-shade3.focus,
fieldset[disabled] .btn-alt4.btn-shade3:active,
fieldset[disabled] .btn-alt4.btn-shade3:focus,
fieldset[disabled] .btn-alt4.btn-shade3:hover {
  background-color: #ababab;
  border-color: #ababab;
}

.btn-alt4.btn-shade3 .badge {
  color: #ababab;
}

.btn-alt4.btn-shade4,
.btn-alt4.btn-shade4.focus,
.btn-alt4.btn-shade4:focus {
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}

.btn-alt4.btn-shade4:hover {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}

.btn-alt4.btn-shade4.active,
.btn-alt4.btn-shade4.active.focus,
.btn-alt4.btn-shade4.active:focus,
.btn-alt4.btn-shade4.active:hover,
.btn-alt4.btn-shade4:active,
.btn-alt4.btn-shade4:active.focus,
.btn-alt4.btn-shade4:active:focus,
.btn-alt4.btn-shade4:active:hover,
.open > .dropdown-toggle.btn-alt4.btn-shade4,
.open > .dropdown-toggle.btn-alt4.btn-shade4.focus,
.open > .dropdown-toggle.btn-alt4.btn-shade4:focus,
.open > .dropdown-toggle.btn-alt4.btn-shade4:hover {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}

.btn-alt4.btn-shade4.disabled,
.btn-alt4.btn-shade4.disabled.active,
.btn-alt4.btn-shade4.disabled.focus,
.btn-alt4.btn-shade4.disabled:active,
.btn-alt4.btn-shade4.disabled:focus,
.btn-alt4.btn-shade4.disabled:hover,
.btn-alt4.btn-shade4[disabled],
.btn-alt4.btn-shade4[disabled].active,
.btn-alt4.btn-shade4[disabled].focus,
.btn-alt4.btn-shade4[disabled]:active,
.btn-alt4.btn-shade4[disabled]:focus,
.btn-alt4.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-alt4.btn-shade4,
fieldset[disabled] .btn-alt4.btn-shade4.active,
fieldset[disabled] .btn-alt4.btn-shade4.focus,
fieldset[disabled] .btn-alt4.btn-shade4:active,
fieldset[disabled] .btn-alt4.btn-shade4:focus,
fieldset[disabled] .btn-alt4.btn-shade4:hover {
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}

.btn-alt4.btn-shade4 .badge {
  color: #a6a6a6;
}

.btn-default.btn-facebook,
.btn-default.btn-facebook.active,
.btn-default.btn-facebook.active.focus,
.btn-default.btn-facebook.active:focus,
.btn-default.btn-facebook.active:hover,
.btn-default.btn-facebook:active,
.btn-default.btn-facebook:active.focus,
.btn-default.btn-facebook:active:focus,
.btn-default.btn-facebook:active:hover,
.open > .dropdown-toggle.btn-default.btn-facebook,
.open > .dropdown-toggle.btn-default.btn-facebook.focus,
.open > .dropdown-toggle.btn-default.btn-facebook:focus,
.open > .dropdown-toggle.btn-default.btn-facebook:hover {
  color: #5d82d1;
}

.btn-default.btn-twitter,
.btn-default.btn-twitter.active,
.btn-default.btn-twitter.active.focus,
.btn-default.btn-twitter.active:focus,
.btn-default.btn-twitter.active:hover,
.btn-default.btn-twitter:active,
.btn-default.btn-twitter:active.focus,
.btn-default.btn-twitter:active:focus,
.btn-default.btn-twitter:active:hover,
.open > .dropdown-toggle.btn-default.btn-twitter,
.open > .dropdown-toggle.btn-default.btn-twitter.focus,
.open > .dropdown-toggle.btn-default.btn-twitter:focus,
.open > .dropdown-toggle.btn-default.btn-twitter:hover {
  color: #50bff5;
}

.btn-default.btn-google-plus,
.btn-default.btn-google-plus.active,
.btn-default.btn-google-plus.active.focus,
.btn-default.btn-google-plus.active:focus,
.btn-default.btn-google-plus.active:hover,
.btn-default.btn-google-plus:active,
.btn-default.btn-google-plus:active.focus,
.btn-default.btn-google-plus:active:focus,
.btn-default.btn-google-plus:active:hover,
.open > .dropdown-toggle.btn-default.btn-google-plus,
.open > .dropdown-toggle.btn-default.btn-google-plus.focus,
.open > .dropdown-toggle.btn-default.btn-google-plus:focus,
.open > .dropdown-toggle.btn-default.btn-google-plus:hover {
  color: #eb5e4c;
}

.btn-default.btn-dribbble,
.btn-default.btn-dribbble.active,
.btn-default.btn-dribbble.active.focus,
.btn-default.btn-dribbble.active:focus,
.btn-default.btn-dribbble.active:hover,
.btn-default.btn-dribbble:active,
.btn-default.btn-dribbble:active.focus,
.btn-default.btn-dribbble:active:focus,
.btn-default.btn-dribbble:active:hover,
.open > .dropdown-toggle.btn-default.btn-dribbble,
.open > .dropdown-toggle.btn-default.btn-dribbble.focus,
.open > .dropdown-toggle.btn-default.btn-dribbble:focus,
.open > .dropdown-toggle.btn-default.btn-dribbble:hover {
  color: #f7659c;
}

.btn-default.btn-flickr,
.btn-default.btn-flickr.active,
.btn-default.btn-flickr.active.focus,
.btn-default.btn-flickr.active:focus,
.btn-default.btn-flickr.active:hover,
.btn-default.btn-flickr:active,
.btn-default.btn-flickr:active.focus,
.btn-default.btn-flickr:active:focus,
.btn-default.btn-flickr:active:hover,
.open > .dropdown-toggle.btn-default.btn-flickr,
.open > .dropdown-toggle.btn-default.btn-flickr.focus,
.open > .dropdown-toggle.btn-default.btn-flickr:focus,
.open > .dropdown-toggle.btn-default.btn-flickr:hover {
  color: #0063dc;
}

.btn-default.btn-linkedin,
.btn-default.btn-linkedin.active,
.btn-default.btn-linkedin.active.focus,
.btn-default.btn-linkedin.active:focus,
.btn-default.btn-linkedin.active:hover,
.btn-default.btn-linkedin:active,
.btn-default.btn-linkedin:active.focus,
.btn-default.btn-linkedin:active:focus,
.btn-default.btn-linkedin:active:hover,
.open > .dropdown-toggle.btn-default.btn-linkedin,
.open > .dropdown-toggle.btn-default.btn-linkedin.focus,
.open > .dropdown-toggle.btn-default.btn-linkedin:focus,
.open > .dropdown-toggle.btn-default.btn-linkedin:hover {
  color: #238cc8;
}

.btn-default.btn-youtube,
.btn-default.btn-youtube.active,
.btn-default.btn-youtube.active.focus,
.btn-default.btn-youtube.active:focus,
.btn-default.btn-youtube.active:hover,
.btn-default.btn-youtube:active,
.btn-default.btn-youtube:active.focus,
.btn-default.btn-youtube:active:focus,
.btn-default.btn-youtube:active:hover,
.open > .dropdown-toggle.btn-default.btn-youtube,
.open > .dropdown-toggle.btn-default.btn-youtube.focus,
.open > .dropdown-toggle.btn-default.btn-youtube:focus,
.open > .dropdown-toggle.btn-default.btn-youtube:hover {
  color: #ef4e41;
}

.btn-default.btn-pinterest,
.btn-default.btn-pinterest.active,
.btn-default.btn-pinterest.active.focus,
.btn-default.btn-pinterest.active:focus,
.btn-default.btn-pinterest.active:hover,
.btn-default.btn-pinterest:active,
.btn-default.btn-pinterest:active.focus,
.btn-default.btn-pinterest:active:focus,
.btn-default.btn-pinterest:active:hover,
.open > .dropdown-toggle.btn-default.btn-pinterest,
.open > .dropdown-toggle.btn-default.btn-pinterest.focus,
.open > .dropdown-toggle.btn-default.btn-pinterest:focus,
.open > .dropdown-toggle.btn-default.btn-pinterest:hover {
  color: #e13138;
}

.btn-default.btn-github,
.btn-default.btn-github.active,
.btn-default.btn-github.active.focus,
.btn-default.btn-github.active:focus,
.btn-default.btn-github.active:hover,
.btn-default.btn-github:active,
.btn-default.btn-github:active.focus,
.btn-default.btn-github:active:focus,
.btn-default.btn-github:active:hover,
.open > .dropdown-toggle.btn-default.btn-github,
.open > .dropdown-toggle.btn-default.btn-github.focus,
.open > .dropdown-toggle.btn-default.btn-github:focus,
.open > .dropdown-toggle.btn-default.btn-github:hover {
  color: #333;
}

.btn-default.btn-tumblr,
.btn-default.btn-tumblr.active,
.btn-default.btn-tumblr.active.focus,
.btn-default.btn-tumblr.active:focus,
.btn-default.btn-tumblr.active:hover,
.btn-default.btn-tumblr:active,
.btn-default.btn-tumblr:active.focus,
.btn-default.btn-tumblr:active:focus,
.btn-default.btn-tumblr:active:hover,
.open > .dropdown-toggle.btn-default.btn-tumblr,
.open > .dropdown-toggle.btn-default.btn-tumblr.focus,
.open > .dropdown-toggle.btn-default.btn-tumblr:focus,
.open > .dropdown-toggle.btn-default.btn-tumblr:hover {
  color: #426d9b;
}

.btn-social.btn-facebook {
  color: #fff;
  background-color: #5d82d1;
  border-color: #5d82d1;
}

.btn-social.btn-facebook.focus,
.btn-social.btn-facebook:focus {
  color: #fff;
  background-color: #5d82d1;
  border-color: #5d82d1;
}

.btn-social.btn-facebook:hover {
  color: #fff;
  background-color: #7191d7;
  border-color: #7191d7;
}

.btn-social.btn-facebook.active,
.btn-social.btn-facebook.active.focus,
.btn-social.btn-facebook.active:focus,
.btn-social.btn-facebook.active:hover,
.btn-social.btn-facebook:active,
.btn-social.btn-facebook:active.focus,
.btn-social.btn-facebook:active:focus,
.btn-social.btn-facebook:active:hover,
.open > .dropdown-toggle.btn-social.btn-facebook,
.open > .dropdown-toggle.btn-social.btn-facebook.focus,
.open > .dropdown-toggle.btn-social.btn-facebook:focus,
.open > .dropdown-toggle.btn-social.btn-facebook:hover {
  color: #fff;
  background-color: #4973cb;
  border-color: #4973cb;
}

.btn-social.btn-facebook.disabled,
.btn-social.btn-facebook.disabled.active,
.btn-social.btn-facebook.disabled.focus,
.btn-social.btn-facebook.disabled:active,
.btn-social.btn-facebook.disabled:focus,
.btn-social.btn-facebook.disabled:hover,
.btn-social.btn-facebook[disabled],
.btn-social.btn-facebook[disabled].active,
.btn-social.btn-facebook[disabled].focus,
.btn-social.btn-facebook[disabled]:active,
.btn-social.btn-facebook[disabled]:focus,
.btn-social.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-social.btn-facebook,
fieldset[disabled] .btn-social.btn-facebook.active,
fieldset[disabled] .btn-social.btn-facebook.focus,
fieldset[disabled] .btn-social.btn-facebook:active,
fieldset[disabled] .btn-social.btn-facebook:focus,
fieldset[disabled] .btn-social.btn-facebook:hover {
  background-color: #5d82d1;
  border-color: #5d82d1;
}

.btn-social.btn-facebook .badge {
  color: #5d82d1;
  background-color: #fff;
}

.btn-social.btn-twitter,
.btn-social.btn-twitter.focus,
.btn-social.btn-twitter:focus {
  background-color: #50bff5;
  border-color: #50bff5;
  color: #fff;
}

.btn-social.btn-twitter:hover {
  color: #fff;
  background-color: #68c8f6;
  border-color: #68c8f6;
}

.btn-social.btn-twitter.active,
.btn-social.btn-twitter.active.focus,
.btn-social.btn-twitter.active:focus,
.btn-social.btn-twitter.active:hover,
.btn-social.btn-twitter:active,
.btn-social.btn-twitter:active.focus,
.btn-social.btn-twitter:active:focus,
.btn-social.btn-twitter:active:hover,
.open > .dropdown-toggle.btn-social.btn-twitter,
.open > .dropdown-toggle.btn-social.btn-twitter.focus,
.open > .dropdown-toggle.btn-social.btn-twitter:focus,
.open > .dropdown-toggle.btn-social.btn-twitter:hover {
  color: #fff;
  background-color: #38b6f4;
  border-color: #38b6f4;
}

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

.btn-social.btn-twitter.disabled,
.btn-social.btn-twitter.disabled.active,
.btn-social.btn-twitter.disabled.focus,
.btn-social.btn-twitter.disabled:active,
.btn-social.btn-twitter.disabled:focus,
.btn-social.btn-twitter.disabled:hover,
.btn-social.btn-twitter[disabled],
.btn-social.btn-twitter[disabled].active,
.btn-social.btn-twitter[disabled].focus,
.btn-social.btn-twitter[disabled]:active,
.btn-social.btn-twitter[disabled]:focus,
.btn-social.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-social.btn-twitter,
fieldset[disabled] .btn-social.btn-twitter.active,
fieldset[disabled] .btn-social.btn-twitter.focus,
fieldset[disabled] .btn-social.btn-twitter:active,
fieldset[disabled] .btn-social.btn-twitter:focus,
fieldset[disabled] .btn-social.btn-twitter:hover {
  background-color: #50bff5;
  border-color: #50bff5;
}

.btn-social.btn-twitter .badge {
  color: #50bff5;
  background-color: #fff;
}

.btn-social.btn-google-plus,
.btn-social.btn-google-plus.focus,
.btn-social.btn-google-plus:focus {
  background-color: #eb5e4c;
  border-color: #eb5e4c;
  color: #fff;
}

.btn-social.btn-google-plus:hover {
  color: #fff;
  background-color: #ee7363;
  border-color: #ee7363;
}

.btn-social.btn-google-plus.active,
.btn-social.btn-google-plus.active.focus,
.btn-social.btn-google-plus.active:focus,
.btn-social.btn-google-plus.active:hover,
.btn-social.btn-google-plus:active,
.btn-social.btn-google-plus:active.focus,
.btn-social.btn-google-plus:active:focus,
.btn-social.btn-google-plus:active:hover,
.open > .dropdown-toggle.btn-social.btn-google-plus,
.open > .dropdown-toggle.btn-social.btn-google-plus.focus,
.open > .dropdown-toggle.btn-social.btn-google-plus:focus,
.open > .dropdown-toggle.btn-social.btn-google-plus:hover {
  color: #fff;
  background-color: #e84935;
  border-color: #e84935;
}

.btn-social.btn-google-plus.disabled,
.btn-social.btn-google-plus.disabled.active,
.btn-social.btn-google-plus.disabled.focus,
.btn-social.btn-google-plus.disabled:active,
.btn-social.btn-google-plus.disabled:focus,
.btn-social.btn-google-plus.disabled:hover,
.btn-social.btn-google-plus[disabled],
.btn-social.btn-google-plus[disabled].active,
.btn-social.btn-google-plus[disabled].focus,
.btn-social.btn-google-plus[disabled]:active,
.btn-social.btn-google-plus[disabled]:focus,
.btn-social.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-social.btn-google-plus,
fieldset[disabled] .btn-social.btn-google-plus.active,
fieldset[disabled] .btn-social.btn-google-plus.focus,
fieldset[disabled] .btn-social.btn-google-plus:active,
fieldset[disabled] .btn-social.btn-google-plus:focus,
fieldset[disabled] .btn-social.btn-google-plus:hover {
  background-color: #eb5e4c;
  border-color: #eb5e4c;
}

.btn-social.btn-google-plus .badge {
  color: #eb5e4c;
  background-color: #fff;
}

.btn-social.btn-dribbble,
.btn-social.btn-dribbble.focus,
.btn-social.btn-dribbble:focus {
  background-color: #f7659c;
  border-color: #f7659c;
  color: #fff;
}

.btn-social.btn-dribbble:hover {
  color: #fff;
  background-color: #f87dac;
  border-color: #f87dac;
}

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

.btn-social.btn-dribbble.disabled,
.btn-social.btn-dribbble.disabled.active,
.btn-social.btn-dribbble.disabled.focus,
.btn-social.btn-dribbble.disabled:active,
.btn-social.btn-dribbble.disabled:focus,
.btn-social.btn-dribbble.disabled:hover,
.btn-social.btn-dribbble[disabled],
.btn-social.btn-dribbble[disabled].active,
.btn-social.btn-dribbble[disabled].focus,
.btn-social.btn-dribbble[disabled]:active,
.btn-social.btn-dribbble[disabled]:focus,
.btn-social.btn-dribbble[disabled]:hover,
fieldset[disabled] .btn-social.btn-dribbble,
fieldset[disabled] .btn-social.btn-dribbble.active,
fieldset[disabled] .btn-social.btn-dribbble.focus,
fieldset[disabled] .btn-social.btn-dribbble:active,
fieldset[disabled] .btn-social.btn-dribbble:focus,
fieldset[disabled] .btn-social.btn-dribbble:hover {
  background-color: #f7659c;
  border-color: #f7659c;
}

.btn-social.btn-dribbble .badge {
  color: #f7659c;
  background-color: #fff;
}

.btn-social.btn-flickr,
.btn-social.btn-flickr.focus,
.btn-social.btn-flickr:focus {
  background-color: #0063dc;
  border-color: #0063dc;
  color: #fff;
}

.btn-social.btn-flickr:hover {
  color: #fff;
  background-color: #006ef6;
  border-color: #006ef6;
}

.btn-social.btn-flickr.active,
.btn-social.btn-flickr.active.focus,
.btn-social.btn-flickr.active:focus,
.btn-social.btn-flickr.active:hover,
.btn-social.btn-flickr:active,
.btn-social.btn-flickr:active.focus,
.btn-social.btn-flickr:active:focus,
.btn-social.btn-flickr:active:hover,
.open > .dropdown-toggle.btn-social.btn-flickr,
.open > .dropdown-toggle.btn-social.btn-flickr.focus,
.open > .dropdown-toggle.btn-social.btn-flickr:focus,
.open > .dropdown-toggle.btn-social.btn-flickr:hover {
  color: #fff;
  background-color: #0058c3;
  border-color: #0058c3;
}

.btn-social.btn-flickr.disabled,
.btn-social.btn-flickr.disabled.active,
.btn-social.btn-flickr.disabled.focus,
.btn-social.btn-flickr.disabled:active,
.btn-social.btn-flickr.disabled:focus,
.btn-social.btn-flickr.disabled:hover,
.btn-social.btn-flickr[disabled],
.btn-social.btn-flickr[disabled].active,
.btn-social.btn-flickr[disabled].focus,
.btn-social.btn-flickr[disabled]:active,
.btn-social.btn-flickr[disabled]:focus,
.btn-social.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-social.btn-flickr,
fieldset[disabled] .btn-social.btn-flickr.active,
fieldset[disabled] .btn-social.btn-flickr.focus,
fieldset[disabled] .btn-social.btn-flickr:active,
fieldset[disabled] .btn-social.btn-flickr:focus,
fieldset[disabled] .btn-social.btn-flickr:hover {
  background-color: #0063dc;
  border-color: #0063dc;
}

.btn-social.btn-flickr .badge {
  color: #0063dc;
  background-color: #fff;
}

.btn-social.btn-linkedin,
.btn-social.btn-linkedin.focus,
.btn-social.btn-linkedin:focus {
  background-color: #238cc8;
  border-color: #238cc8;
  color: #fff;
}

.btn-social.btn-linkedin:hover {
  color: #fff;
  background-color: #2b9ada;
  border-color: #2b9ada;
}

.btn-social.btn-linkedin.active,
.btn-social.btn-linkedin.active.focus,
.btn-social.btn-linkedin.active:focus,
.btn-social.btn-linkedin.active:hover,
.btn-social.btn-linkedin:active,
.btn-social.btn-linkedin:active.focus,
.btn-social.btn-linkedin:active:focus,
.btn-social.btn-linkedin:active:hover,
.open > .dropdown-toggle.btn-social.btn-linkedin,
.open > .dropdown-toggle.btn-social.btn-linkedin.focus,
.open > .dropdown-toggle.btn-social.btn-linkedin:focus,
.open > .dropdown-toggle.btn-social.btn-linkedin:hover {
  color: #fff;
  background-color: #1f7db2;
  border-color: #1f7db2;
}

.btn-social.btn-linkedin.disabled,
.btn-social.btn-linkedin.disabled.active,
.btn-social.btn-linkedin.disabled.focus,
.btn-social.btn-linkedin.disabled:active,
.btn-social.btn-linkedin.disabled:focus,
.btn-social.btn-linkedin.disabled:hover,
.btn-social.btn-linkedin[disabled],
.btn-social.btn-linkedin[disabled].active,
.btn-social.btn-linkedin[disabled].focus,
.btn-social.btn-linkedin[disabled]:active,
.btn-social.btn-linkedin[disabled]:focus,
.btn-social.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-social.btn-linkedin,
fieldset[disabled] .btn-social.btn-linkedin.active,
fieldset[disabled] .btn-social.btn-linkedin.focus,
fieldset[disabled] .btn-social.btn-linkedin:active,
fieldset[disabled] .btn-social.btn-linkedin:focus,
fieldset[disabled] .btn-social.btn-linkedin:hover {
  background-color: #238cc8;
  border-color: #238cc8;
}

.btn-social.btn-linkedin .badge {
  color: #238cc8;
  background-color: #fff;
}

.btn-social.btn-youtube,
.btn-social.btn-youtube.focus,
.btn-social.btn-youtube:focus {
  background-color: #ef4e41;
  border-color: #ef4e41;
  color: #fff;
}

.btn-social.btn-youtube:hover {
  color: #fff;
  background-color: #f16459;
  border-color: #f16459;
}

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

.btn-social.btn-youtube.disabled,
.btn-social.btn-youtube.disabled.active,
.btn-social.btn-youtube.disabled.focus,
.btn-social.btn-youtube.disabled:active,
.btn-social.btn-youtube.disabled:focus,
.btn-social.btn-youtube.disabled:hover,
.btn-social.btn-youtube[disabled],
.btn-social.btn-youtube[disabled].active,
.btn-social.btn-youtube[disabled].focus,
.btn-social.btn-youtube[disabled]:active,
.btn-social.btn-youtube[disabled]:focus,
.btn-social.btn-youtube[disabled]:hover,
fieldset[disabled] .btn-social.btn-youtube,
fieldset[disabled] .btn-social.btn-youtube.active,
fieldset[disabled] .btn-social.btn-youtube.focus,
fieldset[disabled] .btn-social.btn-youtube:active,
fieldset[disabled] .btn-social.btn-youtube:focus,
fieldset[disabled] .btn-social.btn-youtube:hover {
  background-color: #ef4e41;
  border-color: #ef4e41;
}

.btn-social.btn-youtube .badge {
  color: #ef4e41;
  background-color: #fff;
}

.btn-social.btn-pinterest,
.btn-social.btn-pinterest.focus,
.btn-social.btn-pinterest:focus {
  background-color: #e13138;
  border-color: #e13138;
  color: #fff;
}

.btn-social.btn-pinterest:hover {
  color: #fff;
  background-color: #e4474e;
  border-color: #e4474e;
}

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

.btn-social.btn-pinterest.disabled,
.btn-social.btn-pinterest.disabled.active,
.btn-social.btn-pinterest.disabled.focus,
.btn-social.btn-pinterest.disabled:active,
.btn-social.btn-pinterest.disabled:focus,
.btn-social.btn-pinterest.disabled:hover,
.btn-social.btn-pinterest[disabled],
.btn-social.btn-pinterest[disabled].active,
.btn-social.btn-pinterest[disabled].focus,
.btn-social.btn-pinterest[disabled]:active,
.btn-social.btn-pinterest[disabled]:focus,
.btn-social.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-social.btn-pinterest,
fieldset[disabled] .btn-social.btn-pinterest.active,
fieldset[disabled] .btn-social.btn-pinterest.focus,
fieldset[disabled] .btn-social.btn-pinterest:active,
fieldset[disabled] .btn-social.btn-pinterest:focus,
fieldset[disabled] .btn-social.btn-pinterest:hover {
  background-color: #e13138;
  border-color: #e13138;
}

.btn-social.btn-pinterest .badge {
  color: #e13138;
  background-color: #fff;
}

.btn-social.btn-github,
.btn-social.btn-github.focus,
.btn-social.btn-github:focus {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.btn-social.btn-github:hover {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}

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

.btn-social.btn-github.disabled,
.btn-social.btn-github.disabled.active,
.btn-social.btn-github.disabled.focus,
.btn-social.btn-github.disabled:active,
.btn-social.btn-github.disabled:focus,
.btn-social.btn-github.disabled:hover,
.btn-social.btn-github[disabled],
.btn-social.btn-github[disabled].active,
.btn-social.btn-github[disabled].focus,
.btn-social.btn-github[disabled]:active,
.btn-social.btn-github[disabled]:focus,
.btn-social.btn-github[disabled]:hover,
fieldset[disabled] .btn-social.btn-github,
fieldset[disabled] .btn-social.btn-github.active,
fieldset[disabled] .btn-social.btn-github.focus,
fieldset[disabled] .btn-social.btn-github:active,
fieldset[disabled] .btn-social.btn-github:focus,
fieldset[disabled] .btn-social.btn-github:hover {
  background-color: #333;
  border-color: #333;
}

.btn-social.btn-github .badge {
  color: #333;
  background-color: #fff;
}

.btn-social.btn-tumblr,
.btn-social.btn-tumblr.focus,
.btn-social.btn-tumblr:focus {
  background-color: #426d9b;
  border-color: #426d9b;
  color: #fff;
}

.btn-social.btn-tumblr:hover {
  color: #fff;
  background-color: #4a7aad;
  border-color: #4a7aad;
}

.btn-social.btn-tumblr.active,
.btn-social.btn-tumblr.active.focus,
.btn-social.btn-tumblr.active:focus,
.btn-social.btn-tumblr.active:hover,
.btn-social.btn-tumblr:active,
.btn-social.btn-tumblr:active.focus,
.btn-social.btn-tumblr:active:focus,
.btn-social.btn-tumblr:active:hover,
.open > .dropdown-toggle.btn-social.btn-tumblr,
.open > .dropdown-toggle.btn-social.btn-tumblr.focus,
.open > .dropdown-toggle.btn-social.btn-tumblr:focus,
.open > .dropdown-toggle.btn-social.btn-tumblr:hover {
  color: #fff;
  background-color: #3a6089;
  border-color: #3a6089;
}

.btn-social.btn-tumblr.disabled,
.btn-social.btn-tumblr.disabled.active,
.btn-social.btn-tumblr.disabled.focus,
.btn-social.btn-tumblr.disabled:active,
.btn-social.btn-tumblr.disabled:focus,
.btn-social.btn-tumblr.disabled:hover,
.btn-social.btn-tumblr[disabled],
.btn-social.btn-tumblr[disabled].active,
.btn-social.btn-tumblr[disabled].focus,
.btn-social.btn-tumblr[disabled]:active,
.btn-social.btn-tumblr[disabled]:focus,
.btn-social.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-social.btn-tumblr,
fieldset[disabled] .btn-social.btn-tumblr.active,
fieldset[disabled] .btn-social.btn-tumblr.focus,
fieldset[disabled] .btn-social.btn-tumblr:active,
fieldset[disabled] .btn-social.btn-tumblr:focus,
fieldset[disabled] .btn-social.btn-tumblr:hover {
  background-color: #426d9b;
  border-color: #426d9b;
}

.btn-social.btn-tumblr .badge {
  color: #426d9b;
  background-color: #fff;
}

.btn .icon {
  font-size: 19px;
  vertical-align: middle;
}

.btn .icon.icon-left {
  margin-right: 3px;
}

.btn .icon.icon-right {
  margin-left: 3px;
}

.btn .icon.fa {
  font-size: 15px;
}

.btn.btn-lg .icon {
  font-size: 23px;
  line-height: 25px;
}

.btn.btn-sm .icon {
  font-size: 16px;
  line-height: 16px;
}

.btn.btn-xs .icon {
  font-size: 14px;
  line-height: 16px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.panel {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: none;
  border-radius: 16px;
}

.panel-heading {
  font-size: 18px;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
  margin: 0 20px;
  border-radius: 5px 5px 0 0;
}

.panel-heading .panel-title,
.panel-heading .title,
.panel-heading > h1,
.panel-heading > h2,
.panel-heading > h3,
.panel-heading > h4,
.panel-heading > h5,
.panel-heading > h6 {
  font-size: 18px;
  font-weight: 300;
  display: block;
  margin: 0;
}

.panel-heading .tools {
  float: right;
  font-size: 0;
}

.panel-heading .tools > a {
  display: inline-block;
}

.panel-heading .tools .icon {
  display: inline-block;
  margin-left: 5px;
  font-size: 21px;
  line-height: 28px;
  vertical-align: middle;
  cursor: pointer;
}

.panel-heading .tools .icon:hover {
  color: #428db1;
}

.panel-heading .tools .icon.s7-close {
  font-size: 27px;
  margin-left: 1px;
  position: relative;
  top: 1px;
}

.panel-heading .tools .value {
  font-size: 24px;
  line-height: 22px;
}

.panel-alt1 .panel-heading,
.panel-alt2 .panel-heading,
.panel-alt3 .panel-heading,
.panel-alt4 .panel-heading,
.panel-danger .panel-heading,
.panel-dark .panel-heading,
.panel-heading-fullwidth .panel-heading,
.panel-info .panel-heading,
.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-warning .panel-heading {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.panel-borders {
  border-width: 1px;
}

.panel-transparent {
  background-color: transparent;
}

.panel-alt1 .panel-heading,
.panel-alt1 .panel-heading .tools > a,
.panel-alt2 .panel-heading,
.panel-alt2 .panel-heading .tools > a,
.panel-alt3 .panel-heading,
.panel-alt3 .panel-heading .tools > a,
.panel-alt4 .panel-heading,
.panel-alt4 .panel-heading .tools > a,
.panel-danger .panel-heading,
.panel-danger .panel-heading .tools > a,
.panel-dark .panel-heading,
.panel-dark .panel-heading .tools > a,
.panel-full-alt1 .panel-heading,
.panel-full-alt1 .panel-heading .tools > a,
.panel-full-alt2 .panel-heading,
.panel-full-alt2 .panel-heading .tools > a,
.panel-full-alt3 .panel-heading,
.panel-full-alt3 .panel-heading .tools > a,
.panel-full-alt4 .panel-heading,
.panel-full-alt4 .panel-heading .tools > a,
.panel-full-danger .panel-heading,
.panel-full-danger .panel-heading .tools > a,
.panel-full-dark .panel-heading,
.panel-full-dark .panel-heading .tools > a,
.panel-full-info .panel-heading,
.panel-full-info .panel-heading .tools > a,
.panel-full-primary .panel-heading,
.panel-full-primary .panel-heading .tools > a,
.panel-full-success .panel-heading,
.panel-full-success .panel-heading .tools > a,
.panel-full-warning .panel-heading,
.panel-full-warning .panel-heading .tools > a,
.panel-info .panel-heading,
.panel-info .panel-heading .tools > a,
.panel-primary .panel-heading,
.panel-primary .panel-heading .tools > a,
.panel-success .panel-heading,
.panel-success .panel-heading .tools > a,
.panel-warning .panel-heading,
.panel-warning .panel-heading .tools > a {
  color: #fff;
  border-radius: 16px 16px 0 0;
}

.panel-full-primary .panel-heading .tools .icon:hover,
.panel-full-primary .panel-heading .tools > a:hover,
.panel-primary .panel-heading .tools .icon:hover,
.panel-primary .panel-heading .tools > a:hover {
  color: rgba(66, 141, 177, 0.7);
}

.panel-full-success .panel-heading .tools .icon:hover,
.panel-full-success .panel-heading .tools > a:hover,
.panel-success .panel-heading .tools .icon:hover,
.panel-success .panel-heading .tools > a:hover {
  color: #57a99b;
}

.panel-full-info .panel-heading .tools .icon:hover,
.panel-full-info .panel-heading .tools > a:hover,
.panel-info .panel-heading .tools .icon:hover,
.panel-info .panel-heading .tools > a:hover {
  color: #6aa7bc;
}

.panel-full-warning .panel-heading .tools .icon:hover,
.panel-full-warning .panel-heading .tools > a:hover,
.panel-warning .panel-heading .tools .icon:hover,
.panel-warning .panel-heading .tools > a:hover {
  color: #dca54d;
}

.panel-danger .panel-heading .tools .icon:hover,
.panel-danger .panel-heading .tools > a:hover,
.panel-full-danger .panel-heading .tools .icon:hover,
.panel-full-danger .panel-heading .tools > a:hover {
  color: #cc3f3f;
}

.panel-alt1 .panel-heading,
.panel-full-alt1 .panel-heading {
  background-color: #56c3e7;
}

.panel-alt1 .panel-heading .tools .icon:hover,
.panel-alt1 .panel-heading .tools > a:hover,
.panel-full-alt1 .panel-heading .tools .icon:hover,
.panel-full-alt1 .panel-heading .tools > a:hover {
  color: #33a0c4;
}

.panel-alt2 .panel-heading,
.panel-full-alt2 .panel-heading {
  background-color: #ffcf66;
}

.panel-alt2 .panel-heading .tools .icon:hover,
.panel-alt2 .panel-heading .tools > a:hover,
.panel-full-alt2 .panel-heading .tools .icon:hover,
.panel-full-alt2 .panel-heading .tools > a:hover {
  color: #dcac43;
}

.panel-alt3 .panel-heading,
.panel-full-alt3 .panel-heading {
  background-color: #777777;
}

.panel-alt3 .panel-heading .tools .icon:hover,
.panel-alt3 .panel-heading .tools > a:hover,
.panel-full-alt3 .panel-heading .tools .icon:hover,
.panel-full-alt3 .panel-heading .tools > a:hover {
  color: #57759c;
}

.panel-alt4 .panel-heading,
.panel-full-alt4 .panel-heading {
  background-color: #bdbdbd;
}

.panel-alt4 .panel-heading .tools .icon:hover,
.panel-alt4 .panel-heading .tools > a:hover,
.panel-full-alt4 .panel-heading .tools .icon:hover,
.panel-full-alt4 .panel-heading .tools > a:hover {
  color: #9a9a9a;
}

.panel-dark .panel-heading,
.panel-full-dark .panel-heading {
  background-color: #3d3c3c;
}

.panel-dark .panel-heading .tools .icon:hover,
.panel-dark .panel-heading .tools > a:hover,
.panel-full-dark .panel-heading .tools .icon:hover,
.panel-full-dark .panel-heading .tools > a:hover {
  color: #1a1919;
}

.panel-full-primary {
  background-color: #428db1;
  color: #fff;
}

.panel-full-primary .panel-heading {
  border-color: #428db1;
}

.panel-full-success {
  background-color: #73b142;
  color: #fff;
}

.panel-full-success .panel-heading {
  border-color: #70c2b4;
}

.panel-full-info {
  background-color: #63d7ff;
  color: #fff;
}

.panel-full-info .panel-heading {
  border-color: #83c0d5;
}

.panel-full-warning {
  background-color: #ffcc35;
  color: #fff;
}

.panel-full-warning .panel-heading {
  border-color: #f5be66;
}

.panel-full-danger {
  background-color: #ed4b4b;
  color: #fff;
}

.panel-full-danger .panel-heading {
  border-color: #e55858;
}

.panel-full-alt1 {
  background-color: #56c3e7;
  color: #fff;
}

.panel-full-alt1 .panel-heading {
  border-color: #4cb9dd;
}

.panel-full-alt2 {
  background-color: #ffcf66;
  color: #fff;
}

.panel-full-alt2 .panel-heading {
  border-color: #f5c55c;
}

.panel-full-alt3 {
  background-color: rgba(133, 219, 29, 0.7);
  color: #fff;
}

.panel-full-alt3 .panel-heading {
  border-color: #708eb5;
}

.panel-full-alt4 {
  background-color: #bdbdbd;
  color: #fff;
}

.panel-full-alt4 .panel-heading {
  border-color: #b3b3b3;
}

.panel-full-dark {
  background-color: #3d3c3c;
  color: #fff;
}

.panel-full-dark .panel-heading {
  border-color: #333232;
}

.dropdown-menu {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.1);
}

.dropdown-menu > li > a {
  font-weight: 400;
  color: #504e4e;
  padding: 12px 20px;
}

.dropdown-menu.inverse > li > a {
  color: #ffffff;
}

.dropdown-menu > li > a .icon {
  font-size: 17px;
  line-height: 15px;
  vertical-align: middle;
  margin-right: 4px;
}

.dropdown-menu > li > a:hover {
  background-color: #428db1;
  color: #fff;
}

.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #504e4e;
}

.dropdown-menu .divider {
  margin: 6px 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-header {
  padding: 5px 20px 1px;
  font-weight: 600;
  color: #c2c1c1;
  cursor: default;
}

.panel-group.accordion {
  margin-bottom: 40px;
  padding: 0;
}

.panel-group.accordion .panel {
  padding: 0;
}

.panel-group.accordion .panel .panel-heading {
  background: #fff;
  padding: 0;
  margin: 0;
}

.panel-group.accordion .panel .panel-heading a {
  padding: 17px 10px;
  display: block;
  color: #428db1;
  font-weight: 300;
}

.panel-group.accordion .panel .panel-heading a .icon {
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  -o-transition: -o-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  font-size: 25px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  display: inline-block;
}

.panel-group.accordion .panel .panel-heading a.collapsed {
  color: #555;
}

.panel-group.accordion .panel .panel-heading a.collapsed .icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.panel-group.accordion .panel .panel-collapse .panel-body {
  padding: 0 30px 20px 40px;
  border-top: 0;
}

.panel-group.accordion.accordion-color .panel .panel-heading a {
  background-color: rgba(133, 219, 29, 0.7);
  color: #fff;
}

.panel-group.accordion.accordion-color .panel .panel-heading a.collapsed {
  background-color: #fff;
  color: #555;
}

.panel-group.accordion.accordion-color .panel .panel-collapse .panel-body {
  background-color: rgba(133, 219, 29, 0.7);
  color: #fff;
}

.panel-group.accordion.accordion-semi .panel .panel-heading a {
  background-color: #428db1;
  color: #fff;
  -webkit-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.panel-group.accordion.accordion-semi .panel .panel-heading a.collapsed {
  background-color: #fff;
  color: #555;
  border-bottom: 0;
}

.panel-group.accordion.accordion-semi .panel .panel-collapse .panel-body {
  padding-top: 15px;
}

.panel-group.accordion.accordion-semi .panel-heading.success a {
  background-color: #73b142;
}

.panel-group.accordion.accordion-semi .panel-heading.warning a {
  background-color: #ffcc35;
}

.panel-group.accordion.accordion-semi .panel-heading.danger a {
  background-color: #428db1;
}

.nav-tabs {
  background-color: #f5f5f5;
  border-bottom-width: 0;
  border-radius: 10px 10px 0 0;
}

.nav-tabs.inverse {
  background-color: transparent;
  border-bottom-width: 0;
}

.nav-tabs > li {
  margin-right: 2px;
}

.nav-tabs > li a {
  padding: 14px 20px;
  margin-right: 0;
  min-width: 80px;
  text-align: center;
  border-radius: 0;
  color: #a7a4a4;
  border-width: 0;
}

.nav-tabs > li a:hover {
  background: 0 0;
  color: #428db1;
}

.nav-tabs > li a:active {
  background-color: transparent;
}

.nav-tabs > li.active {
  position: relative;
  background: 0 0;
  color: #428db1;
}

.nav-tabs > li.active a,
.nav-tabs > li.active a:focus,
.nav-tabs > li.active a:hover {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}

.nav-tabs.inverse > li.active a,
.nav-tabs.inverse > li.active a:focus,
.nav-tabs.inverse > li.active a:hover {
  background-color: #f5f5f5;
}

.tab-content {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 0 0 10px 10px;
}

.tab-content .tab-pane h1:first-child,
.tab-content .tab-pane h2:first-child,
.tab-content .tab-pane h3:first-child,
.tab-content .tab-pane h4:first-child,
.tab-content .tab-pane h5:first-child,
.tab-content .tab-pane h6:first-child {
  margin-top: 5px;
}

.tab-bottom .tab-content {
  margin-bottom: 0;
}

.tab-bottom .nav-tabs {
  margin-bottom: 40px;
}

.tab-left .nav-tabs,
.tab-right .nav-tabs {
  float: left;
}

.tab-left .nav-tabs > li,
.tab-right .nav-tabs > li {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}

.tab-left .nav-tabs > li > a,
.tab-right .nav-tabs > li > a {
  text-align: left;
  min-width: 38px;
  padding: 15px 17px;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.tab-left .nav-tabs > li > a .icon,
.tab-right .nav-tabs > li > a .icon {
  font-size: 20px;
}

.tab-left .tab-content,
.tab-right .tab-content {
  overflow: auto;
}

.tab-right .nav-tabs {
  float: right;
}

.md-modal .md-content,
.md-modal .modal-content,
.modal .md-content,
.modal .modal-content {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  color: #555;
}

.md-modal .md-content .modal-header,
.md-modal .modal-content .modal-header,
.modal .md-content .modal-header,
.modal .modal-content .modal-header {
  border: 0;
}

.md-modal .md-content .modal-header h1,
.md-modal .md-content .modal-header h2,
.md-modal .md-content .modal-header h3,
.md-modal .md-content .modal-header h4,
.md-modal .md-content .modal-header h5,
.md-modal .md-content .modal-header h6,
.md-modal .modal-content .modal-header h1,
.md-modal .modal-content .modal-header h2,
.md-modal .modal-content .modal-header h3,
.md-modal .modal-content .modal-header h4,
.md-modal .modal-content .modal-header h5,
.md-modal .modal-content .modal-header h6,
.modal .md-content .modal-header h1,
.modal .md-content .modal-header h2,
.modal .md-content .modal-header h3,
.modal .md-content .modal-header h4,
.modal .md-content .modal-header h5,
.modal .md-content .modal-header h6,
.modal .modal-content .modal-header h1,
.modal .modal-content .modal-header h2,
.modal .modal-content .modal-header h3,
.modal .modal-content .modal-header h4,
.modal .modal-content .modal-header h5,
.modal .modal-content .modal-header h6 {
  display: block;
  margin: 0;
}

.md-modal.colored-header .md-content .modal-header .close,
.md-modal.colored-header .modal-content .modal-header .close,
.md-modal.md-dark .md-content .modal-header .close,
.md-modal.md-dark .modal-content .modal-header .close,
.modal.colored-header .md-content .modal-header .close,
.modal.colored-header .modal-content .modal-header .close,
.modal.md-dark .md-content .modal-header .close,
.modal.md-dark .modal-content .modal-header .close {
  margin-top: 2px;
  color: #fff;
}

.md-modal .md-content .modal-header .close,
.md-modal .modal-content .modal-header .close,
.modal .md-content .modal-header .close,
.modal .modal-content .modal-header .close {
  font-size: 30px;
  opacity: 0.8;
  text-shadow: none;
}

.md-modal .md-content .modal-header .close:hover,
.md-modal .modal-content .modal-header .close:hover,
.modal .md-content .modal-header .close:hover,
.modal .modal-content .modal-header .close:hover {
  opacity: 1;
}

.md-modal .md-content .modal-body,
.md-modal .modal-content .modal-body,
.modal .md-content .modal-body,
.modal .modal-content .modal-body {
  padding: 30px 20px;
}

.md-modal .md-content .modal-body .i-circle,
.md-modal .modal-content .modal-body .i-circle,
.modal .md-content .modal-body .i-circle,
.modal .modal-content .modal-body .i-circle {
  border: 2px solid #f1f1f1;
  border-radius: 50%;
  display: inline-block;
  height: 80px;
  width: 80px;
  margin-bottom: 15px;
  line-height: 105px;
}

.md-modal .full-color .md-content .modal-footer,
.md-modal .full-color .modal-content .modal-footer,
.md-modal.full-color .md-content .modal-footer,
.md-modal.full-color .modal-content .modal-footer,
.md-modal.md-dark .md-content .modal-footer,
.md-modal.md-dark .modal-content .modal-footer,
.modal .full-color .md-content .modal-footer,
.modal .full-color .modal-content .modal-footer,
.modal.full-color .md-content .modal-footer,
.modal.full-color .modal-content .modal-footer,
.modal.md-dark .md-content .modal-footer,
.modal.md-dark .modal-content .modal-footer {
  border: 0;
}

.md-modal .md-content .modal-body .i-circle .icon,
.md-modal .modal-content .modal-body .i-circle .icon,
.modal .md-content .modal-body .i-circle .icon,
.modal .modal-content .modal-body .i-circle .icon {
  font-size: 45px;
}

.md-modal .md-content .modal-footer,
.md-modal .modal-content .modal-footer,
.modal .md-content .modal-footer,
.modal .modal-content .modal-footer {
  background-color: #fcfcfc;
}

.md-modal .full-color .md-content,
.md-modal .full-color .modal-content,
.md-modal.full-color .md-content,
.md-modal.full-color .modal-content,
.modal .full-color .md-content,
.modal .full-color .modal-content,
.modal.full-color .md-content,
.modal.full-color .modal-content {
  color: #fff;
}

.md-modal .full-color .md-content .modal-header,
.md-modal .full-color .modal-content .modal-header,
.md-modal.full-color .md-content .modal-header,
.md-modal.full-color .modal-content .modal-header,
.modal .full-color .md-content .modal-header,
.modal .full-color .modal-content .modal-header,
.modal.full-color .md-content .modal-header,
.modal.full-color .modal-content .modal-header {
  background-color: #428db1;
}

.md-modal .full-color .md-content .modal-header .close,
.md-modal .full-color .modal-content .modal-header .close,
.md-modal.full-color .md-content .modal-header .close,
.md-modal.full-color .modal-content .modal-header .close,
.modal .full-color .md-content .modal-header .close,
.modal .full-color .modal-content .modal-header .close,
.modal.full-color .md-content .modal-header .close,
.modal.full-color .modal-content .modal-header .close {
  color: #fff;
  line-height: 40px;
  opacity: 0.6;
}

.md-modal .full-color .md-content .modal-header .close:hover,
.md-modal .full-color .modal-content .modal-header .close:hover,
.md-modal.full-color .md-content .modal-header .close:hover,
.md-modal.full-color .modal-content .modal-header .close:hover,
.modal .full-color .md-content .modal-header .close:hover,
.modal .full-color .modal-content .modal-header .close:hover,
.modal.full-color .md-content .modal-header .close:hover,
.modal.full-color .modal-content .modal-header .close:hover {
  opacity: 1;
}

.md-modal .full-color .md-content .modal-body,
.md-modal .full-color .md-content .modal-footer,
.md-modal .full-color .modal-content .modal-body,
.md-modal .full-color .modal-content .modal-footer,
.md-modal.full-color .md-content .modal-body,
.md-modal.full-color .md-content .modal-footer,
.md-modal.full-color .modal-content .modal-body,
.md-modal.full-color .modal-content .modal-footer,
.modal .full-color .md-content .modal-body,
.modal .full-color .md-content .modal-footer,
.modal .full-color .modal-content .modal-body,
.modal .full-color .modal-content .modal-footer,
.modal.full-color .md-content .modal-body,
.modal.full-color .md-content .modal-footer,
.modal.full-color .modal-content .modal-body,
.modal.full-color .modal-content .modal-footer {
  background-color: #428db1;
}

.md-modal .full-color.success .md-content .modal-header,
.md-modal .full-color.success .modal-content .modal-header,
.md-modal.full-color.success .md-content .modal-header,
.md-modal.full-color.success .modal-content .modal-header,
.modal .full-color.success .md-content .modal-header,
.modal .full-color.success .modal-content .modal-header,
.modal.full-color.success .md-content .modal-header,
.modal.full-color.success .modal-content .modal-header {
  background-color: rgba(115, 177, 66, 0.4);
}

.md-modal .full-color.success .md-content .modal-body,
.md-modal .full-color.success .md-content .modal-footer,
.md-modal .full-color.success .modal-content .modal-body,
.md-modal .full-color.success .modal-content .modal-footer,
.md-modal.full-color.success .md-content .modal-body,
.md-modal.full-color.success .md-content .modal-footer,
.md-modal.full-color.success .modal-content .modal-body,
.md-modal.full-color.success .modal-content .modal-footer,
.modal .full-color.success .md-content .modal-body,
.modal .full-color.success .md-content .modal-footer,
.modal .full-color.success .modal-content .modal-body,
.modal .full-color.success .modal-content .modal-footer,
.modal.full-color.success .md-content .modal-body,
.modal.full-color.success .md-content .modal-footer,
.modal.full-color.success .modal-content .modal-body,
.modal.full-color.success .modal-content .modal-footer {
  background-color: #73b142;
}

.md-modal .full-color.info .md-content .modal-header,
.md-modal .full-color.info .modal-content .modal-header,
.md-modal.full-color.info .md-content .modal-header,
.md-modal.full-color.info .modal-content .modal-header,
.modal .full-color.info .md-content .modal-header,
.modal .full-color.info .modal-content .modal-header,
.modal.full-color.info .md-content .modal-header,
.modal.full-color.info .modal-content .modal-header {
  background-color: #7dc3db;
}

.md-modal .full-color.info .md-content .modal-body,
.md-modal .full-color.info .md-content .modal-footer,
.md-modal .full-color.info .modal-content .modal-body,
.md-modal .full-color.info .modal-content .modal-footer,
.md-modal.full-color.info .md-content .modal-body,
.md-modal.full-color.info .md-content .modal-footer,
.md-modal.full-color.info .modal-content .modal-body,
.md-modal.full-color.info .modal-content .modal-footer,
.modal .full-color.info .md-content .modal-body,
.modal .full-color.info .md-content .modal-footer,
.modal .full-color.info .modal-content .modal-body,
.modal .full-color.info .modal-content .modal-footer,
.modal.full-color.info .md-content .modal-body,
.modal.full-color.info .md-content .modal-footer,
.modal.full-color.info .modal-content .modal-body,
.modal.full-color.info .modal-content .modal-footer {
  background-color: #63d7ff;
}

.md-modal .full-color.warning .md-content .modal-header,
.md-modal .full-color.warning .modal-content .modal-header,
.md-modal.full-color.warning .md-content .modal-header,
.md-modal.full-color.warning .modal-content .modal-header,
.modal .full-color.warning .md-content .modal-header,
.modal .full-color.warning .modal-content .modal-header,
.modal.full-color.warning .md-content .modal-header,
.modal.full-color.warning .modal-content .modal-header {
  background-color: #ffc05c;
}

.md-modal .full-color.warning .md-content .modal-body,
.md-modal .full-color.warning .md-content .modal-footer,
.md-modal .full-color.warning .modal-content .modal-body,
.md-modal .full-color.warning .modal-content .modal-footer,
.md-modal.full-color.warning .md-content .modal-body,
.md-modal.full-color.warning .md-content .modal-footer,
.md-modal.full-color.warning .modal-content .modal-body,
.md-modal.full-color.warning .modal-content .modal-footer,
.modal .full-color.warning .md-content .modal-body,
.modal .full-color.warning .md-content .modal-footer,
.modal .full-color.warning .modal-content .modal-body,
.modal .full-color.warning .modal-content .modal-footer,
.modal.full-color.warning .md-content .modal-body,
.modal.full-color.warning .md-content .modal-footer,
.modal.full-color.warning .modal-content .modal-body,
.modal.full-color.warning .modal-content .modal-footer {
  background-color: #ffcc35;
}

.md-modal .full-color.danger .md-content .modal-header,
.md-modal .full-color.danger .modal-content .modal-header,
.md-modal.full-color.danger .md-content .modal-header,
.md-modal.full-color.danger .modal-content .modal-header,
.modal .full-color.danger .md-content .modal-header,
.modal .full-color.danger .modal-content .modal-header,
.modal.full-color.danger .md-content .modal-header,
.modal.full-color.danger .modal-content .modal-header {
  background-color: #ed4f4f;
}

.md-modal .full-color.danger .md-content .modal-body,
.md-modal .full-color.danger .md-content .modal-footer,
.md-modal .full-color.danger .modal-content .modal-body,
.md-modal .full-color.danger .modal-content .modal-footer,
.md-modal.full-color.danger .md-content .modal-body,
.md-modal.full-color.danger .md-content .modal-footer,
.md-modal.full-color.danger .modal-content .modal-body,
.md-modal.full-color.danger .modal-content .modal-footer,
.modal .full-color.danger .md-content .modal-body,
.modal .full-color.danger .md-content .modal-footer,
.modal .full-color.danger .modal-content .modal-body,
.modal .full-color.danger .modal-content .modal-footer,
.modal.full-color.danger .md-content .modal-body,
.modal.full-color.danger .md-content .modal-footer,
.modal.full-color.danger .modal-content .modal-body,
.modal.full-color.danger .modal-content .modal-footer {
  background-color: #ed4f4f;
}

.md-modal .full-color.dark .md-content .modal-header,
.md-modal .full-color.dark .modal-content .modal-header,
.md-modal.full-color.dark .md-content .modal-header,
.md-modal.full-color.dark .modal-content .modal-header,
.modal .full-color.dark .md-content .modal-header,
.modal .full-color.dark .modal-content .modal-header,
.modal.full-color.dark .md-content .modal-header,
.modal.full-color.dark .modal-content .modal-header {
  background-color: #383737;
}

.md-modal .full-color.dark .md-content .modal-body,
.md-modal .full-color.dark .md-content .modal-footer,
.md-modal .full-color.dark .modal-content .modal-body,
.md-modal .full-color.dark .modal-content .modal-footer,
.md-modal.full-color.dark .md-content .modal-body,
.md-modal.full-color.dark .md-content .modal-footer,
.md-modal.full-color.dark .modal-content .modal-body,
.md-modal.full-color.dark .modal-content .modal-footer,
.modal .full-color.dark .md-content .modal-body,
.modal .full-color.dark .md-content .modal-footer,
.modal .full-color.dark .modal-content .modal-body,
.modal .full-color.dark .modal-content .modal-footer,
.modal.full-color.dark .md-content .modal-body,
.modal.full-color.dark .md-content .modal-footer,
.modal.full-color.dark .modal-content .modal-body,
.modal.full-color.dark .modal-content .modal-footer {
  background-color: #3d3c3c;
}

.md-modal .full-width,
.md-modal.full-width,
.modal .full-width,
.modal.full-width {
  width: 90%;
  max-width: none;
}

.md-modal.colored-header .md-content .modal-header,
.md-modal.colored-header .modal-content .modal-header,
.modal.colored-header .md-content .modal-header,
.modal.colored-header .modal-content .modal-header {
  background-color: #428db1;
  color: #fff;
  padding: 20px 15px;
}

.md-modal.colored-header.success .md-content .modal-header,
.md-modal.colored-header.success .modal-content .modal-header,
.modal.colored-header.success .md-content .modal-header,
.modal.colored-header.success .modal-content .modal-header {
  background-color: #73b142;
}

.md-modal.colored-header.info .md-content .modal-header,
.md-modal.colored-header.info .modal-content .modal-header,
.modal.colored-header.info .md-content .modal-header,
.modal.colored-header.info .modal-content .modal-header {
  background-color: #63d7ff;
}

.md-modal.colored-header.warning .md-content .modal-header,
.md-modal.colored-header.warning .modal-content .modal-header,
.modal.colored-header.warning .md-content .modal-header,
.modal.colored-header.warning .modal-content .modal-header {
  background-color: #ffcc35;
}

.md-modal.colored-header.danger .md-content .modal-header,
.md-modal.colored-header.danger .modal-content .modal-header,
.modal.colored-header.danger .md-content .modal-header,
.modal.colored-header.danger .modal-content .modal-header {
  background-color: #428db1;
}

.md-modal.colored-header.dark .md-content .modal-header,
.md-modal.colored-header.dark .modal-content .modal-header,
.modal.colored-header.dark .md-content .modal-header,
.modal.colored-header.dark .modal-content .modal-header {
  background-color: #3d3c3c;
}

.md-modal.md-dark .md-content,
.md-modal.md-dark .modal-content,
.modal.md-dark .md-content,
.modal.md-dark .modal-content {
  color: #fff;
}

.md-modal.md-dark .md-content .modal-header,
.md-modal.md-dark .modal-content .modal-header,
.modal.md-dark .md-content .modal-header,
.modal.md-dark .modal-content .modal-header {
  background-color: #428db1;
  padding: 20px 15px;
}

.md-modal.md-dark .md-content .modal-body,
.md-modal.md-dark .md-content .modal-body.form .form-control,
.md-modal.md-dark .md-content .modal-footer,
.md-modal.md-dark .modal-content .modal-body,
.md-modal.md-dark .modal-content .modal-body.form .form-control,
.md-modal.md-dark .modal-content .modal-footer,
.modal.md-dark .md-content .modal-body,
.modal.md-dark .md-content .modal-body.form .form-control,
.modal.md-dark .md-content .modal-footer,
.modal.md-dark .modal-content .modal-body,
.modal.md-dark .modal-content .modal-body.form .form-control,
.modal.md-dark .modal-content .modal-footer {
  background-color: #3d3c3c;
}

.md-modal.md-dark.success .md-content .modal-header,
.md-modal.md-dark.success .modal-content .modal-header,
.modal.md-dark.success .md-content .modal-header,
.modal.md-dark.success .modal-content .modal-header {
  background-color: #73b142;
}

.md-modal.md-dark.info .md-content .modal-header,
.md-modal.md-dark.info .modal-content .modal-header,
.modal.md-dark.info .md-content .modal-header,
.modal.md-dark.info .modal-content .modal-header {
  background-color: #63d7ff;
}

.md-modal.md-dark.warning .md-content .modal-header,
.md-modal.md-dark.warning .modal-content .modal-header,
.modal.md-dark.warning .md-content .modal-header,
.modal.md-dark.warning .modal-content .modal-header {
  background-color: #ffcc35;
}

.md-modal.md-dark.danger .md-content .modal-header,
.md-modal.md-dark.danger .modal-content .modal-header,
.modal.md-dark.danger .md-content .modal-header,
.modal.md-dark.danger .modal-content .modal-header {
  background-color: #428db1;
}

.md-modal.md-dark.dark .md-content .modal-header,
.md-modal.md-dark.dark .modal-content .modal-header,
.modal.md-dark.dark .md-content .modal-header,
.modal.md-dark.dark .modal-content .modal-header {
  background-color: #383737;
}

@media (max-width: 767px) {
  .md-modal {
    min-width: 100%;
    padding: 0 15px;
  }
}
.md-overlay {
  z-index: 1050;
}

.am-modal-open {
  overflow-x: visible;
}

.alert {
  line-height: 25px;
}

.alert .icon {
  font-size: 24px;
  color: #fff;
  vertical-align: middle;
  margin-right: 9px;
  line-height: 22px;
}

.alert .close {
  font-size: 31px;
}

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

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

.alert-dismissible .close {
  top: -4px;
  right: -30px;
}

.alert-primary {
  background-color: #428db1;
  border-color: #428db1;
  color: #fff;
}

.alert-primary hr {
  border-top-color: rgba(66, 141, 177, 0.7);
}

.alert-primary .alert-link {
  color: #e6e6e6;
}

.alert-dismissible.alert-primary .close {
  color: rgba(66, 141, 177, 0.7);
  text-shadow: 0 1px 0 rgba(66, 141, 177, 0.7);
}

.alert-dismissible.alert-success .close {
  color: #307d70;
  text-shadow: 0 1px 0 #307d70;
}

.alert-dismissible.alert-info .close {
  color: #2e86a5;
  text-shadow: 0 1px 0 #2e86a5;
}

.alert-dismissible.alert-warning .close {
  color: #d68400;
  text-shadow: 0 1px 0 #d68400;
}

.alert-dismissible.alert-danger .close {
  color: #a71111;
  text-shadow: 0 1px 0 #a71111;
}

.alert-icon {
  background-color: #fff;
  border: 0;
  padding: 0;
  position: relative;
  width: 100%;
  display: table;
  table-layout: fixed;
  border-radius: 10px;
}

.alert-icon > .icon {
  display: table-cell;
  width: 55px;
  text-align: center;
  vertical-align: middle;
  cursor: default;
  border-radius: 10px 0 0 10px;
}

.alert-icon > .icon:after {
  position: absolute;
  margin-left: 54px;
  top: 50%;
  margin-top: -11px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #fff;
}

.alert-icon > .message {
  display: table-cell;
  padding: 18px;
  color: #555;
  border: 1px solid #d4d4d4;
  border-left-width: 0;
  border-radius: 0 10px 10px 0;
}

.alert-icon.alert-dismissible .close {
  position: absolute;
  right: 11px;
  top: 14px;
  color: #555;
  text-shadow: 0 1px 0 #555;
}

.alert-icon.alert-primary > .icon {
  background-color: #428db1;
}

.alert-icon.alert-primary > .icon:after {
  border-left-color: #428db1;
}

.alert-icon.alert-success > .icon {
  background-color: #73b142;
}

.alert-icon.alert-success > .icon:after {
  border-left-color: #73b142;
}

.alert-icon.alert-info > .icon {
  background-color: #63d7ff;
}

.alert-icon.alert-info > .icon:after {
  border-left-color: #63d7ff;
}

.alert-icon.alert-warning > .icon {
  background-color: #ffcc35;
}

.alert-icon.alert-warning > .icon:after {
  border-left-color: #ffcc35;
}

.alert-icon.alert-danger > .icon {
  background-color: #ed4b4b;
}

.alert-icon.alert-danger > .icon:after {
  border-left-color: #ed4b4b;
}

.alert-border-color.alert-primary .message {
  border-color: #428db1;
}

.alert-border-color.alert-success .message {
  border-color: #73b142;
}

.alert-border-color.alert-info .message {
  border-color: #63d7ff;
}

.alert-border-color.alert-warning .message {
  border-color: #ffcc35;
}

.alert-border-color.alert-danger .message {
  border-color: #ed4b4b;
}

.alert-icon-color {
  border: 1px solid #e6e6e6;
}

.alert-icon-color > .icon {
  background-color: #f8f8f8 !important;
  border-width: 0;
}

.alert-icon-color > .icon:after {
  border-left-color: #fff !important;
  display: none;
}

.alert-icon-color > .message {
  border-width: 0;
}

.alert-icon-color.alert-primary > .icon {
  background-color: transparent;
  color: #428db1;
}

.alert-icon-color.alert-success > .icon {
  background-color: transparent;
  color: #73b142;
}

.alert-icon-color.alert-info > .icon {
  background-color: transparent;
  color: #63d7ff;
}

.alert-icon-color.alert-warning > .icon {
  background-color: transparent;
  color: #ffcc35;
}

.alert-icon-color.alert-danger > .icon {
  background-color: transparent;
  color: #ed4b4b;
}

.table > thead > tr > th {
  border-bottom-width: 1px;
  font-weight: 600;
  font-size: 15px;
}

.table > thead.primary > tr > th {
  color: #428db1;
}

.table > thead.alt3 > tr > th {
  color: rgba(133, 219, 29, 0.7);
}

.table > tbody > tr > td {
  font-weight: 300;
  vertical-align: middle;
}

.table > tbody.no-border-x > tr > td {
  border-top-width: 0;
}

.table-condensed > thead > tr > th {
  padding-top: 10px;
  padding-bottom: 8px;
}

.table-responsive {
  border: 0;
}

.table tbody tr td.user-avatar img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .table tbody tr td.user-avatar img {
    display: none;
  }
}
.table .number {
  text-align: right;
}

.table-fw-widget tr td:first-child,
.table-fw-widget tr th:first-child {
  padding-left: 15px;
}

.table-fw-widget tr td:last-child,
.table-fw-widget tr th:last-child {
  padding-right: 15px;
}

.table-fw-widget thead tr th {
  padding-top: 15px;
  padding-bottom: 10px;
}

.badge {
  font-size: 11px;
}

.badge-primary {
  background-color: #428db1;
}

.badge-success {
  background-color: #73b142;
}

.badge-info {
  background-color: #63d7ff;
}

.badge-warning {
  background-color: #ffcc35;
}

.badge-danger {
  background-color: #ed4b4b;
}

.label {
  padding: 4px 7px;
  vertical-align: middle;
  border-radius: 26px;
}

.label.label-lg {
  font-size: 116%;
}

.label.label-sm {
  font-size: 56%;
}

.label.label-xs {
  font-size: 36%;
}

.list-group-item {
  padding: 13px 15px;
}

.text-success {
  color: #73b142;
}

a.text-success:focus,
a.text-success:hover {
  color: #55beac;
}

.text-info {
  color: #63d7ff;
}

a.text-info:focus,
a.text-info:hover {
  color: #65b7d4;
}

.text-warning {
  color: #ffcc35;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ffb43d;
}

.text-danger {
  color: #f21616;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #ea3434;
}

.text-alt1 {
  color: #95d9f0;
}

a.text-alt1:focus,
a.text-alt1:hover {
  color: #68c9ea;
}

.text-alt2 {
  color: #ffdc7a;
}

a.text-alt2:focus,
a.text-alt2:hover {
  color: #ffcf47;
}

.text-alt3 {
  color: rgba(133, 219, 29, 0.7);
}

a.text-alt3:focus,
a.text-alt3:hover {
  color: #587dae;
}

.text-alt4 {
  color: #ccc;
}

a.text-alt4:focus,
a.text-alt4:hover {
  color: #b3b3b3;
}

.progress {
  height: 22px;
  box-shadow: none;
}

.progress-bar {
  box-shadow: none;
  line-height: 22px;
}

.form-control {
  border-width: 2px;
  box-shadow: none;
  padding: 4px 12px;
  font-size: 15px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #e6e6e6;
}

.form-control[multiple] {
  padding: 0;
}

.form-control[multiple] option {
  padding: 8px 12px;
}

label {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 8px;
}

.am-checkbox,
.am-radio {
  display: block;
  line-height: 22px;
  margin: 0;
  padding: 7px 0;
}

.form-horizontal .am-checkbox,
.form-horizontal .am-radio {
  padding: 7px 0;
  min-height: auto;
}

.am-checkbox input[type=checkbox],
.am-checkbox input[type=radio],
.am-radio input[type=checkbox],
.am-radio input[type=radio] {
  margin: 0;
  display: none;
  width: 22px;
}

.am-checkbox.inline,
.am-radio.inline,
form.dropzone .icon {
  display: inline-block;
}

.am-checkbox label,
.am-radio label {
  margin-bottom: 0;
}

.am-checkbox input[type=checkbox] + label,
.am-checkbox input[type=radio] + label,
.am-radio input[type=checkbox] + label,
.am-radio input[type=radio] + label {
  padding-left: 0;
}

.am-checkbox input[type=checkbox] + label:before,
.am-checkbox input[type=radio] + label:before,
.am-radio input[type=checkbox] + label:before,
.am-radio input[type=radio] + label:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  border: 2px solid #eaeaea;
  margin-right: 5px;
  font-size: 18px;
  font-family: "Stroke 7";
  font-weight: 400;
  line-height: 17px !important;
  vertical-align: bottom;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}

.am-checkbox.checkbox-xs [type=checkbox] + label::before,
.am-checkbox.checkbox-xs input[type=radio] + label::before,
.am-radio.checkbox-xs input[type=checkbox] + label::before,
.am-radio.checkbox-xs input[type=radio] + label::before {
  font-size: 14px;
  height: 20px;
  line-height: 18px;
  width: 20px;
}

.am-checkbox input[type=checkbox] + label:hover:before,
.am-checkbox input[type=checkbox]:hover + label:before,
.am-checkbox input[type=radio] + label:hover:before,
.am-checkbox input[type=radio]:hover + label:before,
.am-radio input[type=checkbox] + label:hover:before,
.am-radio input[type=checkbox]:hover + label:before,
.am-radio input[type=radio] + label:hover:before,
.am-radio input[type=radio]:hover + label:before {
  border-color: #d1d1d1;
}

.am-checkbox input[type=checkbox]:checked + label:before,
.am-checkbox input[type=radio]:checked + label:before,
.am-radio input[type=checkbox]:checked + label:before,
.am-radio input[type=radio]:checked + label:before {
  content: "\e6cd";
  color: #428db1;
  border-color: #428db1;
}

.am-checkbox input[type=checkbox]:disabled + label,
.am-checkbox input[type=radio]:disabled + label,
.am-radio input[type=checkbox]:disabled + label,
.am-radio input[type=radio]:disabled + label {
  opacity: 0.5;
  pointer-events: none;
}

.am-checkbox input[type=checkbox]:disabled + label:before,
.am-checkbox input[type=radio]:disabled + label:before,
.am-radio input[type=checkbox]:disabled + label:before,
.am-radio input[type=radio]:disabled + label:before {
  pointer-events: none !important;
  background-color: #fff;
}

.am-checkbox input[type=radio] + label:before,
.am-radio input[type=radio] + label:before {
  border-radius: 50%;
  font-family: "Stroke 7";
  line-height: 18px;
  font-size: 14px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .am-checkbox input[type=radio] + label:before,
.am-radio input[type=radio] + label:before {
    line-height: 18px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (min-resolution: 120dpi) {
  .am-checkbox input[type=radio] + label:before,
.am-radio input[type=radio] + label:before {
    line-height: 19px;
  }
}
.am-checkbox input[type=radio]:checked + label:before,
.am-radio input[type=radio]:checked + label:before {
  content: "\e6ce";
}

.am-checkbox.inline + .am-checkbox.inline,
.am-checkbox.inline + .am-radio.inline,
.am-radio.inline + .am-checkbox.inline,
.am-radio.inline + .am-radio.inline {
  margin-left: 18px;
}

.form-horizontal .form-group {
  margin-bottom: 0;
  padding: 12px 0;
}

.input-group-addon {
  font-size: 15px;
}

.input-group-addon .am-checkbox,
.input-group-addon .am-radio {
  padding: 0;
  line-height: 21px;
}

.input-group-addon .am-checkbox input + label,
.input-group-addon .am-radio input + label {
  margin: 0;
}

.input-group-addon .am-checkbox input + label:before,
.input-group-addon .am-radio input + label:before {
  margin: 0;
  border-color: #ddd;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group-prepend {
  margin-right: -2px;
}

.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-append .input-group-text,
.input-group-prepend .input-group-text {
  padding: 0.6154rem 0.9231rem;
  font-size: 1.154rem;
  border-width: 1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.7692rem 0.9231rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.428571;
  color: #777;
  text-align: center;
  white-space: nowrap;
  background-color: #eaeaea;
  border: 2px solid #eaeaea;
  border-radius: 0;
}

.input-group-btn .btn {
  height: 40px;
}

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

.input-lg {
  height: 54px;
  padding: 12px 14px;
  font-size: 16px;
  font-weight: 300;
}

.input-sm {
  height: 33px;
  font-size: 12px;
  padding: 4px 12px;
}

.input-xs {
  height: 25px;
  font-size: 12px;
  padding: 1px 7px;
}

.nano > .nano-pane {
  width: 8px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
}

.nano > .nano-pane > .nano-slider {
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  border-radius: 3px;
  margin: 0;
}

form.dropzone {
  border: 2px dashed #c5c5c5;
  padding: 70px 60px 80px;
  background: 0 0;
}

form.dropzone .icon {
  background-color: #e6e6e6;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin-bottom: 15px;
  padding: 20px;
  text-align: center;
}

form.dropzone .icon span {
  font-size: 60px;
  color: #646262;
}

form.dropzone h2 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
}

form.dropzone .note {
  font-size: 16px;
}

.fuelux .wizard {
  background-color: #f9f9f9;
  position: relative;
  min-height: 48px;
  overflow: hidden;
}

.fuelux .wizard:after,
.fuelux .wizard:before {
  display: table;
  content: "";
  line-height: 0;
}

.fuelux .wizard > .steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fuelux .wizard > .steps.previous-disabled li.complete {
  cursor: default;
}

.fuelux .wizard > .steps.previous-disabled li.complete:hover {
  background: #f3f4f5;
  color: #468847;
  cursor: default;
}

.fuelux .wizard > .steps.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f3f4f5;
}

.fuelux .wizard > .steps li {
  float: left;
  margin: 0;
  padding: 0 20px 0 30px;
  height: 46px;
  line-height: 46px;
  position: relative;
  background: #ededed;
  color: #999;
  cursor: not-allowed;
}

.fuelux .wizard > .steps li .chevron {
  border: 24px solid transparent;
  border-left: 14px solid #d4d4d4;
  border-right: 0;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1;
  -moz-transform: scale(0.9999);
}

.fuelux .wizard > .steps li .chevron:before {
  border: 24px solid transparent;
  border-left: 14px solid #ededed;
  border-right: 0;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: -24px;
}

.fuelux .wizard > .steps li.complete:hover {
  cursor: pointer;
}

.fuelux .wizard > .steps li.complete:hover .chevron:before {
  border-left: 14px solid #e7eff8;
}

.fuelux .wizard > .steps li.active {
  cursor: default;
}

.fuelux .wizard > .actions .btn-next[disabled],
.fuelux .wizard > .actions .btn-prev[disabled] {
  cursor: not-allowed;
}

.fuelux .wizard > .steps li.active .badge {
  background-color: #3a87ad;
}

.fuelux .wizard > .steps li .badge {
  margin-right: 8px;
}

.fuelux .wizard > .steps li .badge-success {
  background-color: #468847;
}

.fuelux .wizard > .steps li:first-child {
  padding-left: 20px;
}

.fuelux .wizard > .actions {
  z-index: 1000;
  position: absolute;
  right: 0;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  background-color: #e5e5e5;
  border-left: 1px solid #d4d4d4;
}

.fuelux .wizard > .actions a {
  line-height: 45px;
  font-size: 12px;
  margin-right: 8px;
}

.fuelux .wizard > .actions .btn-prev span {
  margin-right: 5px;
}

.fuelux .wizard > .actions .btn-next span {
  margin-left: 5px;
}

.fuelux .wizard .step-content .step-pane {
  display: none;
}

.fuelux .wizard .step-content > .active {
  display: block;
}

.fuelux .wizard .step-content > .active .btn-group .active {
  display: inline-block;
}

.fuelux .wizard.complete > .actions .glyphicon-arrow-right:before {
  display: none;
}

.fuelux .wizard.complete > .actions .glyphicon-arrow-right {
  margin-left: 0;
}

.block-wizard {
  padding: 0;
}

.fuelux .wizard {
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  background: #fff;
}

.fuelux .wizard label.control-label {
  font-weight: 600;
}

.fuelux .wizard .wizard-title {
  margin: 10px 0 0;
}

.fuelux .wizard > .actions {
  line-height: 48px;
  background: #f7f7f7;
}

.fuelux .wizard > .actions .btn .icon {
  font-size: 22px;
}

.fuelux .wizard > .steps > li {
  height: 48px;
  background-color: #f7f7f7;
}

.fuelux .wizard > .steps > li .chevron {
  border-left-color: #e0e0e0;
}

.fuelux .wizard > .steps > li .chevron:before {
  border-left: 14px solid #f7f7f7;
}

.fuelux .wizard > .steps li {
  font-size: 15px;
}

.fuelux .wizard > .steps li:first-child {
  border-radius: 0;
}

.fuelux .wizard > .steps li.active {
  background: #fff;
  color: #428db1;
}

.fuelux .wizard > .steps li.active .chevron:before {
  -moz-transform: scale(0.9999);
  border-left: 14px solid #fff;
}

.fuelux .wizard > .steps li.complete {
  color: #fff;
  background: #428db1;
}

.fuelux .wizard > .steps li.complete .chevron {
  border-left-color: rgba(66, 141, 177, 0.7);
}

.fuelux .wizard > .steps li.complete .chevron:before {
  border-left: 14px solid #428db1;
}

.fuelux .wizard > .steps li.complete:hover {
  background: #5c9aff;
}

.fuelux .wizard > .steps li.complete:hover .chevron:before {
  border-left-color: #5c9aff;
}

.fuelux .wizard > .actions button {
  font-size: 12px;
}

.fuelux .wizard > .actions button i {
  font-size: 11px;
  line-height: 18px;
}

.fuelux .wizard > .actions button.btn-prev i {
  margin-right: 3px;
}

.fuelux .wizard > .actions button.btn-next i {
  margin-left: 3px;
}

.fuelux .wizard .step-content {
  float: left;
  width: 100%;
  padding: 20px 30px;
  clear: both;
  border-top: 1px solid #E2E2E2;
}

.dd,
.dd-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .wizard-row .fuelux {
    position: static;
  }
}
.dd,
.dd-list {
  position: relative;
  display: block;
}

.dd {
  max-width: 600px;
  font-size: 13px;
  line-height: 20px;
}

.dd-list .dd-item .dd-handle,
.dd-list .dd3-item .dd-handle {
  cursor: default;
  display: block;
  margin: 5px 0;
  padding: 7px 10px;
  text-decoration: none;
  border: 1px solid #dedede;
  background: #fff;
}

.dd-list .dd-item .dd-handle:hover,
.dd-list .dd3-item .dd-handle:hover {
  color: #fff;
  background: #428db1;
  border-color: #428db1;
}

.dd-list .dd-item > button,
.dd-list .dd3-item > button {
  font-family: FontAwesome;
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 8px 2px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: 0 0;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

.dd-list .dd-item > button:before,
.dd-list .dd3-item > button:before {
  content: "\f067";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

.dd-list .dd-item > button[data-action=collapse]:before,
.dd-list .dd3-item > button[data-action=collapse]:before {
  content: "\f068";
}

.dd-list .dd-item .dd3-content,
.dd-list .dd3-item .dd3-content {
  background-color: #FFFFFF;
  display: block;
  margin: 5px 0;
  padding: 7px 10px 7px 40px;
  text-decoration: none;
  border: 1px solid #dedede;
  border-radius: 5px;
}

.dd-list .dd-item .dd3-handle,
.dd-list .dd3-item .dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: all-scroll;
  width: 34px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  height: 36px;
  border-radius: 5px 0 0 5px;
}

.dd-list .dd-item .dd3-handle:before,
.dd-list .dd3-item .dd3-handle:before {
  content: "=";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #428db1;
  font-size: 20px;
  font-weight: 400;
}

.dd-list .dd-item .dd3-handle:hover,
.dd-list .dd3-item .dd3-handle:hover {
  background: #EEE;
  border-color: #DDDDDD;
}

.dd-list .dd3-item > button {
  margin-left: 35px;
}

.dd-list .dd-empty,
.dd-list .dd-item,
.dd-list .dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

.dd-list .dd-empty,
.dd-list .dd-placeholder {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #FFF;
  border: 1px dashed #b3b3b3;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-list .dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -o-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -o-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.dd-list .dd-collapsed .dd-list {
  display: none;
}

.dd-list.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

.dd-list.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

.dd-list.dd-dragel .dd-handle,
.dd-list.dd-dragel .dd3-handle {
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.dd-list .dd-list {
  padding-left: 34px;
}

/* MY LIST CATEGORY */
.categories.dd {
  max-width: 100%;
}

.categories .dd-list .dd-list {
  padding-left: 42px;
}

.categories.dd .dd-item > button,
.categories.dd-dragel .dd-item > button {
  left: -52px;
  position: absolute;
  top: 10px;
}

.categories.dd .dd3-item > button,
.categories.dd-dragel .dd3-item > button {
  margin-left: 30px;
}

.categories.dd .dd-list .dd-item .dd3-handle::before,
.categories.dd .dd-list .dd3-item .dd3-handle::before,
.categories.dd-dragel .dd-item .dd3-handle::before,
.categories.dd-dragel .dd3-item .dd3-handle::before {
  color: #ccc;
  content: "\f047"; /* Cheatsheet */
  display: block;
  font-family: FontAwesome;
  font-size: 17px;
  font-weight: normal;
  left: 0;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 6px;
  width: 100%;
}

.categories.dd-dragel .dd-item .dd3-handle::before,
.categories.dd-dragel .dd3-item .dd3-handle::before {
  color: #428db1;
}

.categories.dd .dd3-handle,
.categories.dd-dragel .dd3-handle {
  background: transparent none repeat scroll 0 0;
  border: 1px dotted #aaa;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  cursor: move;
  left: 10px;
  line-height: 22px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 10px;
  white-space: nowrap;
  /*width: 30px;*/
}

.categories.dd .dd-list .dd-item .dd-handle:hover::before {
  color: #fff;
}

.categories.dd .dd3-content,
.categories.dd .dd .dd3-content {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  color: #333;
  display: block;
  font-weight: 400;
  height: auto;
  margin: 5px 0;
  padding: 5px 0 5px 28px;
  text-decoration: none;
  border-radius: 5px;
}

.categories.dd > ol > li:nth-child(2n+1) .dd3-content {
  background: #f5f5f5 none repeat scroll 0 0;
}

.categories.dd table,
.categories.dd-dragel table {
  border-collapse: collapse;
  margin-bottom: 0;
}

.categories.dd table td,
.categories.dd-dragel table td {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ddd;
  border-image: none;
  border-style: none solid;
  border-width: 0 1px;
  padding: 0 11px;
}

.categories.dd table tr td:first-child,
.categories.dd table tr td:last-child,
.categories.dd-dragel table tr td:first-child,
.categories.dd-dragel table tr td:last-child {
  border: 0 none;
}

.categories.dd table .checkbox-column,
.categories.dd table .icon-column,
.categories.dd-dragel table .checkbox-column,
.categories.dd-dragel table .icon-column {
  padding-bottom: 8px;
  padding-top: 8px;
}

.categories.dd .pagename-column,
.categories.dd-dragel .pagename-column {
  min-width: 10%;
}

.categories.dd .status-column,
.categories.dd-dragel .status-column {
  text-align: center;
  min-width: 5%;
}

.categories.dd .nav-column,
.categories.dd-dragel .nav-column {
  width: 1%;
}

.categories.dd .am-checkbox,
.categories.dd-dragel .am-checkbox {
  padding: 3px 0;
}

.categories.dd .am-checkbox input[type=checkbox] + label:before,
.categories.dd .am-checkbox input[type=radio] + label:before,
.categories.dd-dragel .am-checkbox input[type=checkbox] + label:before,
.categories.dd-dragel .am-checkbox input[type=radio] + label:before {
  margin-right: 0;
}

.categories.dd .btn-hspace,
.categories.dd .btn-space,
.categories.dd-dragel .btn-hspace,
.categories.dd-dragel .btn-space {
  margin-right: 0;
}

.categories.dd .btn-hspace .btn,
.categories.dd-dragel .btn-hspace .btn {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 0;
}

.datetimepicker {
  margin-top: 0;
  padding: 0;
}

.datetimepicker .input-group-addon.calendar {
  padding: 0 9px;
  font-size: 15px;
}

.datetimepicker.dropdown-menu {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
}

.datetimepicker.dropdown-menu:before {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

.datetimepicker.dropdown-menu table {
  border-collapse: separate;
  border-spacing: 7px 2px;
}

.datetimepicker.dropdown-menu table thead tr th.next,
.datetimepicker.dropdown-menu table thead tr th.prev {
  padding: 0;
}

.datetimepicker.dropdown-menu table thead tr th.next .s7-angle-left,
.datetimepicker.dropdown-menu table thead tr th.next .s7-angle-right,
.datetimepicker.dropdown-menu table thead tr th.prev .s7-angle-left,
.datetimepicker.dropdown-menu table thead tr th.prev .s7-angle-right {
  font-size: 28px;
}

.datetimepicker.dropdown-menu table thead tr th.next:hover,
.datetimepicker.dropdown-menu table thead tr th.prev:hover {
  background-color: transparent;
  color: #428db1;
}

.datetimepicker.dropdown-menu table thead tr th.switch {
  font-weight: 600;
  font-size: 14px;
}

.datetimepicker.dropdown-menu table thead tr th.switch:hover {
  background-color: transparent;
  color: #6f6f6f;
}

.datetimepicker.dropdown-menu table thead tr th.dow {
  font-weight: 400;
  font-size: 14px;
  padding-top: 10px;
}

.datetimepicker.dropdown-menu table tbody tr td {
  line-height: 30px;
  padding: 0 8px;
}

.datetimepicker.dropdown-menu table tbody tr td.day {
  border-radius: 4px;
  color: #888;
}

.datetimepicker.dropdown-menu table tbody tr td.day.new,
.datetimepicker.dropdown-menu table tbody tr td.day.old {
  color: #bfbfbf;
}

.datetimepicker.dropdown-menu table tbody tr td.day.active {
  background: #428db1;
  color: #fff;
  text-shadow: none;
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today.active:hover,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled.active:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled.disabled:hover,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today[disabled]:hover,
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled[disabled]:hover {
  background: none;
  position: relative;
}

.datetimepicker table tr td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #428db1;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.datetimepicker table tr td.active.today:before {
  border-bottom-color: #fff;
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  color: #dedede !important;
}

.datetimepicker.dropdown-menu table tbody tr td .hour,
.datetimepicker.dropdown-menu table tbody tr td .minute,
.datetimepicker.dropdown-menu table tbody tr td .month,
.datetimepicker.dropdown-menu table tbody tr td .year {
  color: #888;
}

.datetimepicker.dropdown-menu table tbody tr td .hour.new,
.datetimepicker.dropdown-menu table tbody tr td .hour.old,
.datetimepicker.dropdown-menu table tbody tr td .minute.new,
.datetimepicker.dropdown-menu table tbody tr td .minute.old,
.datetimepicker.dropdown-menu table tbody tr td .month.new,
.datetimepicker.dropdown-menu table tbody tr td .month.old,
.datetimepicker.dropdown-menu table tbody tr td .year.new,
.datetimepicker.dropdown-menu table tbody tr td .year.old {
  color: #c8c8c8;
}

.datetimepicker.dropdown-menu table tbody tr td .hour.active,
.datetimepicker.dropdown-menu table tbody tr td .minute.active,
.datetimepicker.dropdown-menu table tbody tr td .month.active,
.datetimepicker.dropdown-menu table tbody tr td .year.active {
  background: #428db1;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker.dropdown-menu table tbody tr td fieldset legend {
  font-size: 17px;
  font-weight: 400;
  color: #6f6f6f;
  margin-bottom: 5px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: 2px solid #f7f7f7;
  border-radius: 5px;
  min-height: 40px;
}

.select2-container--default .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 10px 12px;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #535353;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  content: "\e688";
  font-family: "Stroke 7";
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  color: #777;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f2f2f2;
  color: #6f6f6f;
  border-width: 0;
  border-radius: 5px;
  padding-right: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: none;
  padding-top: 3px;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 3px;
  left: unset;
  right: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #626262;
}

.select2-container--default.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 2px solid #eaeaea;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
  content: "\e682";
}

.select2-container--default.select2-container--open .select2-dropdown--below {
  top: -1px;
}

.select2-container--default .select2-results__group {
  font-size: 12px;
  color: #6f6f6f;
}

.select2-container--default .select2-results__option {
  padding: 8px 6px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f7f7f7;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #428db1;
}

.select2-container--default .select2-dropdown {
  border-radius: 0;
  border-width: 2px;
  border-color: #eaeaea;
}

.select2-container--default .select2-search--dropdown {
  background-color: #f7f7f7;
  border-bottom: 2px solid #eaeaea;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: transparent;
  border-width: 0;
  outline: 0;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 8px;
  font-family: inherit;
}

.slider.slider-vertical {
  margin-right: 13px;
}

.slider-selection {
  background: #428db1;
  border: 1px solid #428db1;
  box-shadow: none;
}

.slider-track {
  background: #f2f2f2;
  box-shadow: none;
}

.slider-handle {
  opacity: 1;
  background: #FFF;
  border: 3px solid #428db1;
  background-clip: padding-box;
  box-shadow: none;
  height: 23px;
  width: 23px;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
}

.slider.slider-horizontal .slider-handle {
  margin-top: -7px;
}

.slider.slider-vertical .slider-handle {
  margin-left: -6px;
}

.note-editor {
  margin-bottom: 0;
}

.note-editor .note-toolbar {
  margin: 0;
  padding-bottom: 5px;
}

.note-editor .note-toolbar .btn .fa {
  font-size: 14px;
}

.note-editor .note-toolbar > .btn-group {
  margin-left: 0;
  margin-right: 5px;
  margin-top: 5px;
}

.note-editor .note-toolbar .note-color .dropdown-toggle {
  padding-left: 5px;
  width: 20px;
}

.note-editor .note-statusbar {
  background-color: #f6f6f6;
}

.note-editor .note-statusbar .note-resizebar {
  height: auto;
  padding-top: 3px;
  padding-bottom: 4px;
}

.note-editor .note-editable {
  border: 2px solid #eaeaea;
  padding: 10px 12px;
  margin-top: 6px;
}

.note-editor .note-editing-area .note-editable {
  color: #555;
}

.md-editor {
  display: block;
  border: 2px solid #eaeaea;
}

.md-editor .md-footer,
.md-editor > .md-header {
  display: block;
  padding: 6px 4px;
  background: 0 0;
}

.md-editor > .md-header {
  margin: 0;
}

.md-editor > .md-preview {
  background: #fff;
  border-top: 2px solid #eaeaea;
  padding: 10px 12px;
  min-height: 10px;
  overflow: auto;
}

.md-editor > textarea {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 13px;
  outline: 0;
  outline: dotted thin \9 ;
  margin: 0;
  display: block;
  padding: 10px 12px;
  width: 100%;
  border: 0;
  border-top: 2px solid #eaeaea;
  border-radius: 0;
  box-shadow: none;
  background: #fafafa;
}

.md-editor > textarea:focus {
  box-shadow: none;
  background: #fff;
}

.md-editor.active {
  border-color: #d1d1d1;
  outline: 0;
}

.md-editor .md-controls {
  float: right;
  padding: 3px;
}

.md-editor .md-controls .md-control {
  right: 5px;
  color: #bebebe;
  padding: 3px 3px 3px 10px;
}

.md-editor .md-controls .md-control:hover {
  color: #333;
}

.md-editor.md-fullscreen-mode {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 60px 30px 15px;
  background: #fff !important;
  border: 0 !important;
}

.md-editor.md-fullscreen-mode .md-footer {
  display: none;
}

.md-editor.md-fullscreen-mode .md-input,
.md-editor.md-fullscreen-mode .md-preview {
  margin: 0 auto !important;
  height: 100% !important;
  font-size: 20px !important;
  padding: 20px !important;
  color: #999;
  line-height: 1.6em !important;
  resize: none !important;
  box-shadow: none !important;
  background: #fff !important;
  border: 0 !important;
}

.md-editor.md-fullscreen-mode .md-preview {
  color: #333;
  overflow: auto;
}

.md-editor.md-fullscreen-mode .md-input:focus,
.md-editor.md-fullscreen-mode .md-input:hover {
  color: #333;
  background: #fff !important;
}

.md-editor.md-fullscreen-mode .md-header {
  background: 0 0;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 20px;
}

.md-editor.md-fullscreen-mode .btn-group {
  float: none;
}

.md-editor.md-fullscreen-mode .btn {
  border: 0;
  background: 0 0;
  color: #b3b3b3;
}

.md-editor.md-fullscreen-mode .btn.active,
.md-editor.md-fullscreen-mode .btn:active,
.md-editor.md-fullscreen-mode .btn:focus,
.md-editor.md-fullscreen-mode .btn:hover {
  box-shadow: none;
  color: #333;
}

.md-editor.md-fullscreen-mode .md-fullscreen-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  z-index: 1002;
  display: block;
}

.md-editor.md-fullscreen-mode .md-fullscreen-controls a {
  color: #b3b3b3;
  clear: right;
  margin: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover {
  color: #333;
  text-decoration: none;
}

.md-editor.md-fullscreen-mode .md-editor {
  height: 100% !important;
  position: relative;
}

.md-editor .md-fullscreen-controls {
  display: none;
}

.md-nooverflow {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.parsley-errors-list.filled {
  margin-top: 8px;
  margin-bottom: 0;
  padding: 8px 12px;
  position: relative;
  background-color: rgba(66, 141, 177, 0.7);
  color: #fff;
}

.parsley-errors-list.filled:after {
  position: absolute;
  top: -6px;
  left: 20px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(66, 141, 177, 0.7);
}

.parsley-errors-list.filled > li {
  list-style: none;
}

table.dataTable {
  margin: 0 !important;
}

table.dataTable tr.dtrg-group td {
  background-color: #e0e0e0;
}

div.dataTables_wrapper div.dataTables_info {
  color: #767676;
  padding-top: 9px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 0;
}

div.dataTables_wrapper div.dataTables_filter input {
  padding-top: 6px;
  padding-bottom: 6px;
  width: 70%;
  margin-left: 20px;
  border-radius: 5px;
}

div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_length label {
  margin-bottom: 0;
  font-size: 13px;
  color: #767676;
}

div.dataTables_wrapper div.dataTables_length label select {
  display: block;
  width: 100%;
  height: 3.385rem;
  border-radius: 5px;
  padding: 0.7692rem 0.9231rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.am-datatable-header {
  border-bottom: 1px solid #eaeaea;
  margin: 2px 0 0;
  padding: 15px 10px 22px;
}

.am-datatable-header .dt-buttons .btn embed {
  outline: 0;
}

.am-datatable-footer {
  margin: 0;
  padding: 15px 3px 13px;
  background-color: #fbfbfb;
  border-top: 1px solid #eaeaea;
  border-radius: 0 0 5px 5px;
}

.xs-p-50 {
  padding: 50px !important;
}

.xs-pt-50 {
  padding-top: 50px !important;
}

.xs-pl-50 {
  padding-left: 50px !important;
}

.xs-pr-50 {
  padding-right: 50px !important;
}

.xs-pb-50 {
  padding-bottom: 50px !important;
}

.xs-m-50 {
  margin: 50px !important;
}

.xs-mt-50 {
  margin-top: 50px !important;
}

.xs-ml-50 {
  margin-left: 50px !important;
}

.xs-mr-50 {
  margin-right: 50px !important;
}

.xs-mb-50 {
  margin-bottom: 50px !important;
}

.xs-p-40 {
  padding: 40px !important;
}

.xs-pt-40 {
  padding-top: 40px !important;
}

.xs-pl-40 {
  padding-left: 40px !important;
}

.xs-pr-40 {
  padding-right: 40px !important;
}

.xs-pb-40 {
  padding-bottom: 40px !important;
}

.xs-m-40 {
  margin: 40px !important;
}

.xs-mt-40 {
  margin-top: 40px !important;
}

.xs-ml-40 {
  margin-left: 40px !important;
}

.xs-mr-40 {
  margin-right: 40px !important;
}

.xs-mb-40 {
  margin-bottom: 40px !important;
}

.xs-p-30 {
  padding: 30px !important;
}

.xs-pt-30 {
  padding-top: 30px !important;
}

.xs-pl-30 {
  padding-left: 30px !important;
}

.xs-pr-30 {
  padding-right: 30px !important;
}

.xs-pb-30 {
  padding-bottom: 30px !important;
}

.xs-m-30 {
  margin: 30px !important;
}

.xs-mt-30 {
  margin-top: 30px !important;
}

.xs-ml-30 {
  margin-left: 30px !important;
}

.xs-mr-30 {
  margin-right: 30px !important;
}

.xs-mb-30 {
  margin-bottom: 30px !important;
}

.xs-p-20 {
  padding: 20px !important;
}

.xs-pt-20 {
  padding-top: 20px !important;
}

.xs-pl-20 {
  padding-left: 20px !important;
}

.xs-pr-20 {
  padding-right: 20px !important;
}

.xs-pb-20 {
  padding-bottom: 20px !important;
}

.xs-m-20 {
  margin: 20px !important;
}

.xs-mt-20 {
  margin-top: 20px !important;
}

.xs-ml-20 {
  margin-left: 20px !important;
}

.xs-mr-20 {
  margin-right: 20px !important;
}

.xs-mb-20 {
  margin-bottom: 20px !important;
}

.xs-p-15 {
  padding: 15px !important;
}

.xs-pt-15 {
  padding-top: 15px !important;
}

.xs-pl-15 {
  padding-left: 15px !important;
}

.xs-pr-15 {
  padding-right: 15px !important;
}

.xs-pb-15 {
  padding-bottom: 15px !important;
}

.xs-m-15 {
  margin: 15px !important;
}

.xs-mt-15 {
  margin-top: 15px !important;
}

.xs-ml-15 {
  margin-left: 15px !important;
}

.xs-mr-15 {
  margin-right: 15px !important;
}

.xs-mb-15 {
  margin-bottom: 15px !important;
}

.xs-p-10 {
  padding: 10px !important;
}

.xs-pt-10 {
  padding-top: 10px !important;
}

.xs-pl-10 {
  padding-left: 10px !important;
}

.xs-pr-10 {
  padding-right: 10px !important;
}

.xs-pb-10 {
  padding-bottom: 10px !important;
}

.xs-m-10 {
  margin: 10px !important;
}

.xs-mt-10 {
  margin-top: 10px !important;
}

.xs-ml-10 {
  margin-left: 10px !important;
}

.xs-mr-10 {
  margin-right: 10px !important;
}

.xs-mb-10 {
  margin-bottom: 10px !important;
}

.xs-p-5 {
  padding: 5px !important;
}

.xs-pt-5 {
  padding-top: 5px !important;
}

.xs-pl-5 {
  padding-left: 5px !important;
}

.xs-pr-5 {
  padding-right: 5px !important;
}

.xs-pb-5 {
  padding-bottom: 5px !important;
}

.xs-m-5 {
  margin: 5px !important;
}

.xs-mt-5 {
  margin-top: 5px !important;
}

.xs-ml-5 {
  margin-left: 5px !important;
}

.xs-mr-5 {
  margin-right: 5px !important;
}

.xs-mb-5 {
  margin-bottom: 5px !important;
}

.xs-p-0 {
  padding: 0 !important;
}

.xs-pt-0 {
  padding-top: 0 !important;
}

.xs-pl-0 {
  padding-left: 0 !important;
}

.xs-pr-0 {
  padding-right: 0 !important;
}

.xs-pb-0 {
  padding-bottom: 0 !important;
}

.xs-m-0 {
  margin: 0 !important;
}

.xs-mt-1 {
  margin-top: 1px !important;
}

.xs-ml-1 {
  margin-left: 1px !important;
}

.xs-mr-1 {
  margin-right: 1px !important;
}

.xs-mb-1 {
  margin-bottom: 1px !important;
}

@media (min-width: 768px) {
  .sm-p-50 {
    padding: 50px;
  }
  .sm-pt-50 {
    padding-top: 50px;
  }
  .sm-pl-50 {
    padding-left: 50px;
  }
  .sm-pr-50 {
    padding-right: 50px;
  }
  .sm-pb-50 {
    padding-bottom: 50px;
  }
  .sm-m-50 {
    margin: 50px;
  }
  .sm-mt-50 {
    margin-top: 50px;
  }
  .sm-ml-50 {
    margin-left: 50px;
  }
  .sm-mr-50 {
    margin-right: 50px;
  }
  .sm-mb-50 {
    margin-bottom: 50px;
  }
  .sm-p-40 {
    padding: 40px;
  }
  .sm-pt-40 {
    padding-top: 40px;
  }
  .sm-pl-40 {
    padding-left: 40px;
  }
  .sm-pr-40 {
    padding-right: 40px;
  }
  .sm-pb-40 {
    padding-bottom: 40px;
  }
  .sm-m-40 {
    margin: 40px;
  }
  .sm-mt-40 {
    margin-top: 40px;
  }
  .sm-ml-40 {
    margin-left: 40px;
  }
  .sm-mr-40 {
    margin-right: 40px;
  }
  .sm-mb-40 {
    margin-bottom: 40px;
  }
  .sm-p-30 {
    padding: 30px;
  }
  .sm-pt-30 {
    padding-top: 30px;
  }
  .sm-pl-30 {
    padding-left: 30px;
  }
  .sm-pr-30 {
    padding-right: 30px;
  }
  .sm-pb-30 {
    padding-bottom: 30px;
  }
  .sm-m-30 {
    margin: 30px;
  }
  .sm-mt-30 {
    margin-top: 30px;
  }
  .sm-ml-30 {
    margin-left: 30px;
  }
  .sm-mr-30 {
    margin-right: 30px;
  }
  .sm-mb-30 {
    margin-bottom: 30px;
  }
  .sm-p-20 {
    padding: 20px;
  }
  .sm-pt-20 {
    padding-top: 20px;
  }
  .sm-pl-20 {
    padding-left: 20px;
  }
  .sm-pr-20 {
    padding-right: 20px;
  }
  .sm-pb-20 {
    padding-bottom: 20px;
  }
  .sm-m-20 {
    margin: 20px;
  }
  .sm-mt-20 {
    margin-top: 20px;
  }
  .sm-ml-20 {
    margin-left: 20px;
  }
  .sm-mr-20 {
    margin-right: 20px;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
  .sm-p-15 {
    padding: 15px;
  }
  .sm-pt-15 {
    padding-top: 15px;
  }
  .sm-pl-15 {
    padding-left: 15px;
  }
  .sm-pr-15 {
    padding-right: 15px;
  }
  .sm-pb-15 {
    padding-bottom: 15px;
  }
  .sm-m-15 {
    margin: 15px;
  }
  .sm-mt-15 {
    margin-top: 15px;
  }
  .sm-ml-15 {
    margin-left: 15px;
  }
  .sm-mr-15 {
    margin-right: 15px;
  }
  .sm-mb-15 {
    margin-bottom: 15px;
  }
  .sm-p-10 {
    padding: 10px;
  }
  .sm-pt-10 {
    padding-top: 10px;
  }
  .sm-pl-10 {
    padding-left: 10px;
  }
  .sm-pr-10 {
    padding-right: 10px;
  }
  .sm-pb-10 {
    padding-bottom: 10px;
  }
  .sm-m-10 {
    margin: 10px;
  }
  .sm-mt-10 {
    margin-top: 10px;
  }
  .sm-ml-10 {
    margin-left: 10px;
  }
  .sm-mr-10 {
    margin-right: 10px;
  }
  .sm-mb-10 {
    margin-bottom: 10px;
  }
  .sm-p-5 {
    padding: 5px;
  }
  .sm-pt-5 {
    padding-top: 5px;
  }
  .sm-pl-5 {
    padding-left: 5px;
  }
  .sm-pr-5 {
    padding-right: 5px;
  }
  .sm-pb-5 {
    padding-bottom: 5px;
  }
  .sm-m-5 {
    margin: 5px;
  }
  .sm-mt-5 {
    margin-top: 5px;
  }
  .sm-ml-5 {
    margin-left: 5px;
  }
  .sm-mr-5 {
    margin-right: 5px;
  }
  .sm-mb-5 {
    margin-bottom: 5px !important;
  }
  .sm-p-0 {
    padding: 0 !important;
  }
  .sm-pt-0 {
    padding-top: 0 !important;
  }
  .sm-pl-0 {
    padding-left: 0 !important;
  }
  .sm-pr-0 {
    padding-right: 0 !important;
  }
  .sm-pb-0 {
    padding-bottom: 0 !important;
  }
  .sm-m-0 {
    margin: 0 !important;
  }
  .sm-mt-0 {
    margin-top: 0 !important;
  }
  .sm-ml-0 {
    margin-left: 0 !important;
  }
  .sm-mr-0 {
    margin-right: 0 !important;
  }
  .sm-mb-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .md-p-50 {
    padding: 50px;
  }
  .md-pt-50 {
    padding-top: 50px;
  }
  .md-pl-50 {
    padding-left: 50px;
  }
  .md-pr-50 {
    padding-right: 50px;
  }
  .md-pb-50 {
    padding-bottom: 50px;
  }
  .md-m-50 {
    margin: 50px;
  }
  .md-mt-50 {
    margin-top: 50px;
  }
  .md-ml-50 {
    margin-left: 50px;
  }
  .md-mr-50 {
    margin-right: 50px;
  }
  .md-mb-50 {
    margin-bottom: 50px;
  }
  .md-p-40 {
    padding: 40px;
  }
  .md-pt-40 {
    padding-top: 40px;
  }
  .md-pl-40 {
    padding-left: 40px;
  }
  .md-pr-40 {
    padding-right: 40px;
  }
  .md-pb-40 {
    padding-bottom: 40px;
  }
  .md-m-40 {
    margin: 40px;
  }
  .md-mt-40 {
    margin-top: 40px;
  }
  .md-ml-40 {
    margin-left: 40px;
  }
  .md-mr-40 {
    margin-right: 40px;
  }
  .md-mb-40 {
    margin-bottom: 40px;
  }
  .md-p-30 {
    padding: 30px;
  }
  .md-pt-30 {
    padding-top: 30px;
  }
  .md-pl-30 {
    padding-left: 30px;
  }
  .md-pr-30 {
    padding-right: 30px;
  }
  .md-pb-30 {
    padding-bottom: 30px;
  }
  .md-m-30 {
    margin: 30px;
  }
  .md-mt-30 {
    margin-top: 30px;
  }
  .md-ml-30 {
    margin-left: 30px;
  }
  .md-mr-30 {
    margin-right: 30px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .md-p-20 {
    padding: 20px;
  }
  .md-pt-20 {
    padding-top: 20px;
  }
  .md-pl-20 {
    padding-left: 20px;
  }
  .md-pr-20 {
    padding-right: 20px;
  }
  .md-pb-20 {
    padding-bottom: 20px;
  }
  .md-m-20 {
    margin: 20px;
  }
  .md-mt-20 {
    margin-top: 20px;
  }
  .md-ml-20 {
    margin-left: 20px;
  }
  .md-mr-20 {
    margin-right: 20px;
  }
  .md-mb-20 {
    margin-bottom: 20px;
  }
  .md-p-15 {
    padding: 15px;
  }
  .md-pt-15 {
    padding-top: 15px;
  }
  .md-pl-15 {
    padding-left: 15px;
  }
  .md-pr-15 {
    padding-right: 15px;
  }
  .md-pb-15 {
    padding-bottom: 15px;
  }
  .md-m-15 {
    margin: 15px;
  }
  .md-mt-15 {
    margin-top: 15px;
  }
  .md-ml-15 {
    margin-left: 15px;
  }
  .md-mr-15 {
    margin-right: 15px;
  }
  .md-mb-15 {
    margin-bottom: 15px;
  }
  .md-p-10 {
    padding: 10px;
  }
  .md-pt-10 {
    padding-top: 10px;
  }
  .md-pl-10 {
    padding-left: 10px;
  }
  .md-pr-10 {
    padding-right: 10px;
  }
  .md-pb-10 {
    padding-bottom: 10px;
  }
  .md-m-10 {
    margin: 10px;
  }
  .md-mt-10 {
    margin-top: 10px;
  }
  .md-ml-10 {
    margin-left: 10px;
  }
  .md-mr-10 {
    margin-right: 10px;
  }
  .md-mb-10 {
    margin-bottom: 10px;
  }
  .md-p-5 {
    padding: 5px;
  }
  .md-pt-5 {
    padding-top: 5px;
  }
  .md-pl-5 {
    padding-left: 5px;
  }
  .md-pr-5 {
    padding-right: 5px;
  }
  .md-pb-5 {
    padding-bottom: 5px;
  }
  .md-m-5 {
    margin: 5px;
  }
  .md-mt-5 {
    margin-top: 5px;
  }
  .md-ml-5 {
    margin-left: 5px;
  }
  .md-mr-5 {
    margin-right: 5px;
  }
  .md-mb-5 {
    margin-bottom: 5px;
  }
  .md-p-0 {
    padding: 0;
  }
  .md-pt-0 {
    padding-top: 0;
  }
  .md-pl-0 {
    padding-left: 0;
  }
  .md-pr-0 {
    padding-right: 0;
  }
  .md-pb-0 {
    padding-bottom: 0;
  }
  .md-m-0 {
    margin: 0;
  }
  .md-mt-0 {
    margin-top: 0;
  }
  .md-ml-0 {
    margin-left: 0;
  }
  .md-mr-0 {
    margin-right: 0;
  }
  .md-mb-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .lg-p-200 {
    padding: 200px;
  }
  .lg-pt-200 {
    padding-top: 200px;
  }
  .lg-pl-200 {
    padding-left: 200px;
  }
  .lg-pr-200 {
    padding-right: 200px;
  }
  .lg-pb-200 {
    padding-bottom: 200px;
  }
  .lg-m-200 {
    margin: 200px;
  }
  .lg-mt-200 {
    margin-top: 200px;
  }
  .lg-ml-200 {
    margin-left: 200px;
  }
  .lg-mr-200 {
    margin-right: 200px;
  }
  .lg-mb-200 {
    margin-bottom: 200px;
  }
  .lg-p-150 {
    padding: 150px;
  }
  .lg-pt-150 {
    padding-top: 150px;
  }
  .lg-pl-150 {
    padding-left: 150px;
  }
  .lg-pr-150 {
    padding-right: 150px;
  }
  .lg-pb-150 {
    padding-bottom: 150px;
  }
  .lg-m-150 {
    margin: 150px;
  }
  .lg-mt-150 {
    margin-top: 150px;
  }
  .lg-ml-150 {
    margin-left: 150px;
  }
  .lg-mr-150 {
    margin-right: 150px;
  }
  .lg-mb-150 {
    margin-bottom: 150px;
  }
  .lg-p-100 {
    padding: 100px;
  }
  .lg-pt-100 {
    padding-top: 100px;
  }
  .lg-pl-100 {
    padding-left: 100px;
  }
  .lg-pr-100 {
    padding-right: 100px;
  }
  .lg-pb-100 {
    padding-bottom: 100px;
  }
  .lg-m-100 {
    margin: 100px;
  }
  .lg-mt-100 {
    margin-top: 100px;
  }
  .lg-ml-100 {
    margin-left: 100px;
  }
  .lg-mr-100 {
    margin-right: 100px;
  }
  .lg-mb-100 {
    margin-bottom: 100px;
  }
  .lg-p-50 {
    padding: 50px;
  }
  .lg-pt-50 {
    padding-top: 50px;
  }
  .lg-pl-50 {
    padding-left: 50px;
  }
  .lg-pr-50 {
    padding-right: 50px;
  }
  .lg-pb-50 {
    padding-bottom: 50px;
  }
  .lg-m-50 {
    margin: 50px;
  }
  .lg-mt-50 {
    margin-top: 50px;
  }
  .lg-ml-50 {
    margin-left: 50px;
  }
  .lg-mr-50 {
    margin-right: 50px;
  }
  .lg-mb-50 {
    margin-bottom: 50px;
  }
  .lg-p-40 {
    padding: 40px;
  }
  .lg-pt-40 {
    padding-top: 40px;
  }
  .lg-pl-40 {
    padding-left: 40px;
  }
  .lg-pr-40 {
    padding-right: 40px;
  }
  .lg-pb-40 {
    padding-bottom: 40px;
  }
  .lg-m-40 {
    margin: 40px;
  }
  .lg-mt-40 {
    margin-top: 40px;
  }
  .lg-ml-40 {
    margin-left: 40px;
  }
  .lg-mr-40 {
    margin-right: 40px;
  }
  .lg-mb-40 {
    margin-bottom: 40px;
  }
  .lg-p-30 {
    padding: 30px;
  }
  .lg-pt-30 {
    padding-top: 30px;
  }
  .lg-pl-30 {
    padding-left: 30px;
  }
  .lg-pr-30 {
    padding-right: 30px;
  }
  .lg-pb-30 {
    padding-bottom: 30px;
  }
  .lg-m-30 {
    margin: 30px;
  }
  .lg-mt-30 {
    margin-top: 30px;
  }
  .lg-ml-30 {
    margin-left: 30px;
  }
  .lg-mr-30 {
    margin-right: 30px;
  }
  .lg-mb-30 {
    margin-bottom: 30px;
  }
  .lg-p-20 {
    padding: 20px;
  }
  .lg-pt-20 {
    padding-top: 20px;
  }
  .lg-pl-20 {
    padding-left: 20px;
  }
  .lg-pr-20 {
    padding-right: 20px;
  }
  .lg-pb-20 {
    padding-bottom: 20px;
  }
  .lg-m-20 {
    margin: 20px;
  }
  .lg-mt-20 {
    margin-top: 20px;
  }
  .lg-ml-20 {
    margin-left: 20px;
  }
  .lg-mr-20 {
    margin-right: 20px;
  }
  .lg-mb-20 {
    margin-bottom: 20px;
  }
  .lg-p-15 {
    padding: 15px;
  }
  .lg-pt-15 {
    padding-top: 15px;
  }
  .lg-pl-15 {
    padding-left: 15px;
  }
  .lg-pr-15 {
    padding-right: 15px;
  }
  .lg-pb-15 {
    padding-bottom: 15px;
  }
  .lg-m-15 {
    margin: 15px;
  }
  .lg-mt-15 {
    margin-top: 15px;
  }
  .lg-ml-15 {
    margin-left: 15px;
  }
  .lg-mr-15 {
    margin-right: 15px;
  }
  .lg-mb-15 {
    margin-bottom: 15px;
  }
  .lg-p-10 {
    padding: 10px;
  }
  .lg-pt-10 {
    padding-top: 10px;
  }
  .lg-pl-10 {
    padding-left: 10px;
  }
  .lg-pr-10 {
    padding-right: 10px;
  }
  .lg-pb-10 {
    padding-bottom: 10px;
  }
  .lg-m-10 {
    margin: 10px;
  }
  .lg-mt-10 {
    margin-top: 10px;
  }
  .lg-ml-10 {
    margin-left: 10px;
  }
  .lg-mr-10 {
    margin-right: 10px;
  }
  .lg-mb-10 {
    margin-bottom: 10px;
  }
  .lg-p-5 {
    padding: 5px;
  }
  .lg-pt-5 {
    padding-top: 5px;
  }
  .lg-pl-5 {
    padding-left: 5px;
  }
  .lg-pr-5 {
    padding-right: 5px;
  }
  .lg-pb-5 {
    padding-bottom: 5px;
  }
  .lg-m-5 {
    margin: 5px;
  }
  .lg-mt-5 {
    margin-top: 5px;
  }
  .lg-ml-5 {
    margin-left: 5px;
  }
  .lg-mr-5 {
    margin-right: 5px;
  }
  .lg-mb-5 {
    margin-bottom: 5px;
  }
  .lg-p-0 {
    padding: 0;
  }
  .lg-pt-0 {
    padding-top: 0;
  }
  .lg-pl-0 {
    padding-left: 0;
  }
  .lg-pr-0 {
    padding-right: 0;
  }
  .lg-pb-0 {
    padding-bottom: 0;
  }
  .lg-m-0 {
    margin: 0;
  }
  .lg-mt-0 {
    margin-top: 0;
  }
  .lg-ml-0 {
    margin-left: 0;
  }
  .lg-mr-0 {
    margin-right: 0;
  }
  .lg-mb-0 {
    margin-bottom: 0;
  }
}
/** MY STYLE */
.form-inline .form-control {
  width: 100%;
}

.ui-helper-hidden-accessible {
  display: none;
}

.form-inline.row {
  margin-left: -4px;
  margin-right: -4px;
}

.form-inline.row .control-label,
.form-inline.row .form-group {
  padding-left: 4px;
  padding-right: 4px;
}

.mce-panel {
  background-color: #f5f5f5 !important;
  border-color: #eaeaea !important;
}

.mce-btn {
  background-color: #f5f5f5 !important;
}

.mce-btn.mce-primary {
  background-color: #428db1 !important;
}

.tinymce-editor {
  min-height: 300px;
}

/** FILEUPLOAD PHOTOS */
.fileupload_photos .files {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.fileupload_photos .files::before,
.fileupload_photos .files::after {
  clear: both;
  content: "";
  display: table;
}

.fileupload_photos .files .template-upload,
.fileupload_photos .files .template-download {
  box-sizing: border-box;
  float: left;
  margin: 5px;
  position: relative;
  width: 28.6%;
}

.fileupload_photos .files .template-download:first-child {
  box-sizing: border-box;
  float: left;
  width: 28.6%;
}

.fileupload_photos .files .template-download.sortable-chosen {
  background-color: #FFFFFF;
  opacity: 1;
}

.fileupload_photos .files .template-download.sortable-ghost {
  border: 2px dashed #DDD;
  box-shadow: unset;
}

.fileupload_photos .files .template-download.sortable-ghost .preview {
  padding: 10px;
  line-height: 154px;
}

.fileupload_photos .files .template-upload .item-block:before,
.fileupload_photos .files .template-download .item-block:before {
  border: 1px solid #DDD;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.fileupload_photos .files .template-upload .item-block,
.fileupload_photos .files .template-download .item-block {
  display: block;
  padding: 0;
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}

.fileupload_photos .files .template-upload .item,
.fileupload_photos .files .template-download .item {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.fileupload_photos .files .template-download .item {
  cursor: move;
}

.fileupload_photos .files .template-upload .item .preview,
.fileupload_photos .files .template-download .item .preview {
  color: #ddd;
  display: table;
  font-size: 300%;
  height: 100%;
  width: 100%;
}

.fileupload_photos .files .template-upload .preview canvas,
.fileupload_photos .files .template-download .preview img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 10px;
}

.fileupload_photos .files .template-upload .preview i,
.fileupload_photos .files .template-download .preview i {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.fileupload_photos .files .template-download .move {
  background-color: rgba(255, 255, 255, 0.5);
  color: #428db1;
  display: table;
  font-size: 250%;
  height: 100%;
  opacity: 0;
  width: 100%;
}

.fileupload_photos .files .template-download:hover:not(.ignore-elements) .move {
  opacity: 1;
  transition: opacity 0.1s linear 0.1s, top 0.2s linear 0s;
}

.fileupload_photos .files .template-download .move i {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  cursor: move;
}

.fileupload_photos .files .template-upload .name,
.fileupload_photos .files .template-download .name {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  color: #428db1;
  margin: 1px;
  max-height: 98%;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  width: 98%;
  word-wrap: break-word;
}

.fileupload_photos .files .template-upload .progress {
  bottom: 0;
  height: 5px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.fileupload_photos .files .template-upload .control-panel,
.fileupload_photos .files .template-download .control-panel {
  margin: 0;
  text-align: right;
  opacity: 0;
}

.fileupload_photos .files .template-upload .control-panel,
.fileupload_photos .files .template-download:hover .control-panel {
  opacity: 1;
  transition: opacity 0.1s linear 0.1s, top 0.2s linear 0s;
}

.fileupload_photos .files .template-download.sortable-chosen .control-panel {
  opacity: 0;
  transition: opacity 0s linear 0s, top 0s linear 0s;
}

.fileupload_photos .files .template-upload .control-panel .btn,
.fileupload_photos .files .template-download .control-panel .btn {
  padding: 1px 4px;
}

.fileupload_photos .files .template-download .control-panel .am-checkbox label:before {
  border: 2px solid #428db1;
  margin-right: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .fileupload_photos .files .template-upload,
.fileupload_photos .files .template-download {
    width: 15.3%;
  }
  .fileupload_photos .files .template-download:first-child {
    width: 31.87%;
  }
  .fileupload_photos .files .template-upload .control-panel,
.fileupload_photos .files .template-download .control-panel {
    margin: 5px;
  }
  .fileupload_photos .files .template-upload .control-panel .btn,
.fileupload_photos .files .template-download .control-panel .btn {
    padding: 1px 5px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .fileupload_photos .files .template-upload,
.fileupload_photos .files .template-download {
    width: 18.3%;
  }
  .fileupload_photos .files .template-download:first-child {
    width: 38.2%;
  }
  .fileupload_photos .files .template-upload .control-panel,
.fileupload_photos .files .template-download .control-panel {
    margin: 4px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .fileupload_photos .files .template-upload,
.fileupload_photos .files .template-download {
    width: 11.5%;
  }
  .fileupload_photos .files .template-download:first-child {
    width: 23.9%;
  }
  .fileupload_photos .files .template-upload .control-panel,
.fileupload_photos .files .template-download .control-panel {
    margin: 5px;
  }
}
/** FILEUPLOAD FILES */
.fileupload_files .files .template-download {
  cursor: move;
}

.fileupload_files .files .template-download.sortable-chosen {
  background-color: #EEEEEE;
}

.fileupload_files .files .template-download.sortable-ghost {
  border: 2px dashed #428db1;
  box-shadow: unset;
}

.fileupload_files .files .template-download td:last-child {
  text-align: right;
}

.fileupload_files .files .template-upload .item-block > * {
  float: left;
  margin: 0 10px;
}

.fileupload_files .files .template-upload .item-block .name {
  width: 30.33%;
}

.fileupload_files .files .template-upload .item-block .progress {
  width: 33.33%;
}

.fileupload_files .files .template-upload .item-block .control-panel {
  width: 30.33%;
  text-align: right;
}

/** MODALS */
.modal-perspective,
.modal-perspective body {
  height: 100%;
  overflow: hidden;
}

.modal-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  perspective: 600px;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.modal-show {
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
}

/*
.modal-overlay {
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.modal-show~.modal-overlay {
    opacity: 1;
    visibility: visible
}
*/
.modal-content {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  overflow: hidden;
  color: #555;
  border-width: 0;
  position: relative;
  min-width: 320px;
  max-width: 630px;
  margin: 10% auto;
}

/*
.modal-effect-1 .modal-content {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.modal-show.modal-effect-1 .modal-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
.modal-effect-2 .modal-content {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.25, .5, .5, .9);
    -o-transition: all .3s cubic-bezier(.25, .5, .5, .9);
    transition: all .3s cubic-bezier(.25, .5, .5, .9)
}
.modal-show.modal-effect-2 .modal-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}
.modal-effect-3 .modal-content {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.modal-show.modal-effect-3 .modal-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}
.modal-effect-4 .modal-content {
    -webkit-transform: scale(0) rotate(720deg);
    -ms-transform: scale(0) rotate(720deg);
    -o-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg);
    opacity: 0
}
.modal-effect-4 .modal-content,
.modal-show.modal-effect-4~.modal-overlay {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.modal-show.modal-effect-4 .modal-content {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1
}
.modal-effect-5.modal-container {
    -webkit-perspective: 1300px;
    perspective: 1300px
}
.modal-effect-5 .modal-content {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
    -ms-transform: translateZ(600px) rotateX(20deg);
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0
}
.modal-show.modal-effect-5 .modal-content {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transform: translateZ(0) rotateX(0);
    -ms-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0);
    opacity: 1
}
.modal-effect-6.modal-container {
    -webkit-perspective: 1300px;
    perspective: 1300px
}
.modal-effect-6 .modal-content {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0
}
.modal-show.modal-effect-6 .modal-content {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transform: translate(0) translateZ(0) rotate(0);
    -ms-transform: translate(0) translateZ(0) rotate(0);
    transform: translate(0) translateZ(0) rotate(0);
    opacity: 1
}
.modal-effect-7 {
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}
.modal-effect-7 .modal-content {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0
}
.modal-show.modal-effect-7 .modal-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    border-radius: 0 0 3px 3px;
    opacity: 1
}
.modal-effect-8.modal-container {
    -webkit-perspective: 1300px;
    perspective: 1300px
}
.modal-effect-8 .modal-content {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    -ms-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0
}
.modal-show.modal-effect-8 .modal-content {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1
}
.modal-effect-9.modal-container {
    -webkit-perspective: 1300px;
    perspective: 1300px
}
.modal-effect-9 .modal-content {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0
}
.modal-show.modal-effect-9 .modal-content {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1
}
.modal-effect-10.modal-container {
    -webkit-perspective: 1300px;
    perspective: 1300px
}
.modal-effect-10 .modal-content {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.modal-show.modal-effect-10 .modal-content {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1
}
.modal-effect-11 .modal-content {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.modal-show.modal-effect-11 .modal-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
.modal-effect-12 .modal-content {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.modal-show.modal-effect-12~.modal-overlay {
    background: #000
}
.modal-show.modal-effect-12 .modal-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
.modal-effect-13.modal-container {
    -webkit-perspective: 1300px;
    perspective: 1300px
}
.modal-effect-13 .modal-content {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0
}
.modal-show.modal-effect-13 .modal-content {
    -webkit-animation: slit .7s forwards ease-out;
    -o-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out
}
*/
@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: 0.5;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    opacity: 1;
  }
}
@-o-keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0);
    opacity: 1;
  }
}
@keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
    opacity: 1;
  }
}
.modal-effect-14.modal-container {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.modal-effect-14 .modal-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.modal-show.modal-effect-14 .modal-content {
  -webkit-transform: translateY(0) rotateX(0);
  -ms-transform: translateY(0) rotateX(0);
  transform: translateY(0) rotateX(0);
  opacity: 1;
}

.modal-effect-15.modal-container {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.modal-effect-15 .modal-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-show.modal-effect-15 .modal-content {
  -webkit-transform: translateZ(0) translateX(0) rotateY(0);
  -ms-transform: translateZ(0) translateX(0) rotateY(0);
  transform: translateZ(0) translateX(0) rotateY(0);
  opacity: 1;
}

.modal-show.modal-effect-16 ~ .modal-overlay {
  background: rgba(180, 46, 32, 0.5);
}

.modal-show.modal-effect-16 ~ .container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}

.modal-effect-16 .modal-content {
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  -o-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}

.modal-effect-16 .modal-content,
.modal-show.modal-effect-16 ~ .container {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-show.modal-effect-16 .modal-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.modal-show.modal-effect-17 ~ .container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}

.modal-show.modal-effect-17 ~ .container,
.modal-show.modal-effect-17 ~ .modal-overlay {
  -webkit-transform: rotateX(-2deg);
  -ms-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.modal-effect-17 .modal-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
  transform: translateY(200%);
}

.modal-show.modal-effect-17 .modal-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  -o-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

.modal-show.modal-effect-18 ~ .container {
  height: 100%;
  overflow: hidden;
}

.modal-show.modal-effect-18 ~ .modal-overlay {
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.modal-show.modal-effect-18 ~ .container,
.modal-show.modal-effect-18 ~ .modal-overlay {
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -o-animation: rotateRightSideFirst 0.5s forwards ease-in;
  animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
  }
}
@-o-keyframes rotateRightSideFirst {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-200px);
  }
}
@keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
  }
}
.modal-effect-18 .modal-content {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}

.modal-show.modal-effect-18 .modal-content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -o-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

.modal-content {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
  color: #555;
  border-width: 0;
}

.modal-header {
  border: 0;
}

.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
  display: block;
  margin: 0;
}

.modal-header .close {
  font-size: 30px;
  opacity: 0.8;
  text-shadow: none;
}

.modal-header .close:hover {
  opacity: 1;
}

.modal-body {
  padding: 30px 20px;
}

.modal-body .i-circle {
  border: 2px solid #f1f1f1;
  border-radius: 50%;
  display: inline-block;
  height: 80px;
  width: 80px;
  margin-bottom: 15px;
  line-height: 105px;
}

.modal-dark .modal-footer,
.modal-full-color .modal-footer {
  border: 0;
}

.modal-body .i-circle .icon {
  font-size: 45px;
}

.modal-footer {
  background-color: #fcfcfc;
}

.modal-full-color .modal-content {
  color: #fff;
  background-color: transparent;
}

.modal-full-color .modal-header {
  background-color: #428db1;
}

.modal-full-color .modal-header .close {
  color: #fff;
  line-height: 40px;
  opacity: 0.6;
}

.modal-full-color .modal-header .close:hover {
  opacity: 1;
}

.modal-full-color .modal-body,
.modal-full-color .modal-footer {
  background-color: #428db1;
}

.modal-full-color-success .modal-header {
  background-color: #6bc6b7;
}

.modal-full-color-success .modal-body,
.modal-full-color-success .modal-footer {
  background-color: #73b142;
}

.modal-full-color-info .modal-header {
  background-color: #7dc3db;
}

.modal-full-color-info .modal-body,
.modal-full-color-info .modal-footer {
  background-color: #63d7ff;
}

.modal-full-color-warning .modal-header {
  background-color: #ffc05c;
}

.modal-full-color-warning .modal-body,
.modal-full-color-warning .modal-footer {
  background-color: #ffcc35;
}

.modal-full-color-danger .modal-header {
  background-color: #ed4f4f;
}

.modal-full-color-danger .modal-body,
.modal-full-color-danger .modal-footer {
  background-color: #ed4b4b;
}

.modal-full-color-dark .modal-header {
  background-color: #383737;
}

.modal-full-color-dark .modal-body,
.modal-full-color-dark .modal-footer {
  background-color: #3d3c3c;
}

.modal-full-width {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.modal-full-width .modal-content {
  max-width: 100%;
}

@media (max-width: 480px) {
  .modal-full-width {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
}
.modal-colored-header .modal-header .close,
.modal-dark .modal-header .close {
  margin-top: 2px;
  color: #fff;
}

.modal-colored-header .modal-content {
  background-color: transparent;
}

.modal-colored-header .modal-header {
  background-color: #428db1;
  color: #fff;
  padding: 20px 15px;
}

.modal-colored-header .modal-body {
  background-color: #fff;
}

.modal-colored-header-success .modal-content .modal-header {
  background-color: #73b142;
}

.modal-colored-header-info .modal-content .modal-header {
  background-color: #63d7ff;
}

.modal-colored-header-warning .modal-content .modal-header {
  background-color: #ffcc35;
}

.modal-colored-header-danger .modal-content .modal-header {
  background-color: #ed4b4b;
}

.modal-colored-header-dark .modal-content .modal-header {
  background-color: #3d3c3c;
}

.modal-dark .modal-content {
  color: #fff;
  background-color: transparent;
}

.modal-dark .modal-header {
  background-color: #428db1;
  padding: 20px 15px;
}

.modal-dark .modal-body,
.modal-dark .modal-body.form .form-control,
.modal-dark .modal-footer {
  background-color: #3d3c3c;
}

.modal-dark-success .modal-header {
  background-color: #73b142;
}

.modal-dark-info .modal-header {
  background-color: #63d7ff;
}

.modal-dark-warning .modal-header {
  background-color: #ffcc35;
}

.modal-dark-danger .modal-header {
  background-color: #ed4b4b;
}

.modal-dark-dark .modal-header {
  background-color: #383737;
}

@media (max-width: 767px) {
  .modal-dialog {
    min-width: 100%;
    padding: 0 15px;
  }
}
.modal-overlay {
  z-index: 1050;
}

.am-modal-open {
  overflow-x: visible;
}

.inactive {
  position: relative;
}

.inactive > .panel-overlay {
  background: rgba(238, 238, 238, 0.2) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  position: absolute;
  z-index: 1020;
}

.search-hint-block {
  position: relative;
  /*overflow: hidden;*/
}

.search-hint-block .search-hint {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  border-color: -moz-use-text-color #428db1 #428db1;
  border-image: none;
  border-style: none dotted dotted;
  border-width: medium 2px 2px;
  border-radius: 5px;
  color: #428db1;
  min-height: 100px;
  padding: 15px;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.block {
  display: block !important;
}

.mouse-pointer {
  cursor: pointer !important;
}

.mouse-progress {
  cursor: progress !important;
}

.mouse-wait {
  cursor: wait !important;
}

.mouse-help {
  cursor: help !important;
}

.mouse-no-drop {
  cursor: no-drop !important;
}

.mouse-s-resize {
  cursor: s-resize !important;
}

.mouse-e-resize {
  cursor: e-resize !important;
}

.mouse-move {
  cursor: move !important;
}

.mouse-col-resize {
  cursor: col-resize !important;
}

.mouse-none {
  cursor: none !important;
}

.pricing-tables {
  margin: 30px 0 20px;
}

.pricing-tables > div {
  padding-left: 10px;
  padding-right: 10px;
}

.pricing-table {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  border-top: 3px solid #c9c9c9;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  margin: 0 0 20px;
  padding: 35px 20px;
  text-align: center;
}

.pricing-table-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.pricing-table-price {
  color: #525252;
  padding: 0 0 20px;
}

.pricing-table-price .currency {
  font-size: 18px;
  line-height: 1;
  vertical-align: top;
}

.pricing-table-price .value {
  font-size: 60px;
  letter-spacing: -3px;
  line-height: 40px;
}

.pricing-table-price .frecuency {
  font-size: 20px;
  font-weight: 300;
  margin-left: 5px;
}

.pricing-table-description {
  color: #858585;
  margin-bottom: 10px;
}

.pricing-table-features {
  list-style: outside none none;
  margin: 0 0 30px;
  padding: 0;
}

.pricing-table-primary {
  border-color: #428db1;
}

.pricing-table-warning {
  border-color: #ffcc35;
}

.pricing-table-success {
  border-color: #73b142;
}

.pricing-table-danger {
  border-color: #ed4b4b;
}

.dropzone {
  background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
  border: 2px dashed #c5c5c5;
  padding: 20px;
}

.loader {
  animation: 2s linear 0s normal none infinite running spin;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/** TIMELINE */
.timeline-item::before,
.timeline::before {
  content: "";
}

.timeline {
  margin: 0 auto 40px;
  padding: 0 0 20px;
  max-width: 840px;
  position: relative;
}

.timeline::before {
  position: absolute;
  top: 40px;
  bottom: 0;
  width: 2px;
  background: #dbdbdb;
  left: 170px;
  margin-left: -1px;
}

@media (max-width: 767px) {
  .timeline {
    padding: 0;
  }
  .timeline::before {
    left: 50%;
    margin-left: -1px;
    top: -35px;
  }
}
.timeline-item {
  position: relative;
  padding-left: 210px;
  list-style: none;
  margin-bottom: 30px;
}

.timeline-item::before {
  position: absolute;
  top: 34.5px;
  left: 162px;
  border: 2px solid #ccc;
  width: 16px;
  height: 16px;
  background-color: #ededed;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .timeline-item {
    padding-left: 0;
    margin-top: 60px;
    margin-bottom: 0;
  }
  .timeline-item:before {
    display: none;
  }
}
.timeline-item:nth-child(4n+1)::before {
  border-color: #428db1;
}

.timeline-item:nth-child(4n+2)::before {
  border-color: #63d7ff;
}

.timeline-item:nth-child(4n+3)::before {
  border-color: #ffcc35;
}

.timeline-item:nth-child(4n+4)::before {
  border-color: #73b142;
}

.timeline-variant .timeline-item {
  padding-left: 0;
  margin: 30px 0 0;
}

.timeline-variant .timeline-item.right {
  right: 0;
  padding-left: -webkit-calc(50% + 45px);
  padding-left: calc(50% + 45px);
}

@media (max-width: 767px) {
  .timeline-variant .timeline-item {
    margin-top: 60px;
  }
  .timeline-variant .timeline-item.right {
    padding: 0;
  }
}
.timeline-variant .timeline-item.left {
  left: 0;
  padding-right: -webkit-calc(50% + 45px);
  padding-right: calc(50% + 45px);
}

.timeline-variant .timeline-item.left .timeline-content:after, .timeline-variant .timeline-item.left .timeline-content:before {
  right: -5px;
  left: inherit;
}

.timeline-variant .timeline-item.left .timeline-icon {
  left: initial;
  right: -67px;
}

@media (max-width: 767px) {
  .timeline-variant .timeline-item.left {
    padding: 0;
  }
  .timeline-variant .timeline-item.left .timeline-icon {
    left: 50%;
    margin-left: -18px;
    top: -48px;
  }
}
.timeline-variant .timeline-item:before {
  display: none;
}

.timeline-date {
  position: absolute;
  display: block;
  left: 0;
  top: 34px;
  width: 145px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .timeline-date {
    width: 100%;
    left: 0;
    top: -40px;
    text-align: center;
  }
  .timeline-date span {
    background-color: #e0e0e0;
    padding: 5px 8px;
    border-radius: 4px;
    line-height: 25px;
  }
}
.timeline-content {
  position: relative;
  background-color: #fff;
  padding: 25px 30px 25px 28px;
  border-radius: 3px;
  min-height: 85px;
}

.timeline-item-gallery .timeline-content {
  padding-bottom: 15px;
}

@media (max-width: 480px) {
  .timeline-content {
    padding: 15px 18px;
  }
}
.timeline-content:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 37.5px;
  left: -5px;
}

@media (max-width: 767px) {
  .timeline-content:before {
    display: none;
  }
}
.timeline-avatar {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50px;
  overflow: hidden;
  vertical-align: middle;
  float: left;
}

.timeline-avatar img {
  width: 100%;
  height: 100%;
}

.timeline-header {
  display: block;
  padding: 7px 0 0 46px;
}

@media (max-width: 767px) {
  .timeline-header {
    padding-top: 0;
  }
}
.timeline-variant .timeline-header {
  padding-top: 0;
  line-height: 16px;
}

.timeline-autor {
  display: inline-block;
  font-weight: 700;
}

.timeline-activity {
  display: inline-block;
  margin: 0;
}

.timeline-variant .timeline-activity {
  display: inline;
  line-height: 16px;
}

.timeline-time {
  float: right;
  color: #ababab;
}

.timeline-variant .timeline-time {
  float: none;
  display: block;
  line-height: 21px;
}

.timeline-summary {
  color: #8a8a8a;
  margin-top: 4px;
}

.timeline-summary p {
  margin-bottom: 0;
}

.timeline-variant .timeline-summary {
  margin-top: 20px;
}

.timeline-variant .timeline-summary p {
  line-height: 16px;
}

.timeline-gallery {
  margin-top: 12px;
}

.timeline-variant .timeline-gallery {
  margin-top: 20px;
}

.timeline-gallery .gallery-thumbnail {
  display: inline-block;
  max-width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.timeline-blockquote {
  margin: 10px 0 0 5px;
  padding: 4px 10px;
  border-left: 4px solid #e0e0e0;
  color: #8a8a8a;
}

.timeline-variant .timeline-blockquote {
  margin-top: 20px;
}

.timeline-blockquote p {
  font-size: 13px;
}

.timeline-blockquote footer {
  color: #8a8a8a;
}

@media (max-width: 767px) {
  .timeline-loadmore {
    text-align: center;
    padding: 0;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.timeline-loadmore .load-more-btn {
  background-color: #dbdbdb;
  border-radius: 2px;
  padding: 5px 9px;
  color: #424242;
  outline: 0;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  left: 131px;
}

@media (max-width: 767px) {
  .timeline-loadmore .load-more-btn {
    position: relative;
    left: 0;
  }
}
.timeline-loadmore::before {
  display: none;
}

.timeline-variant .timeline-loadmore {
  text-align: center;
  margin-bottom: 40px;
}

.timeline-variant .timeline-loadmore .load-more-btn {
  position: relative;
  left: initial;
}

.timeline-item-detailed .timeline-header, .timeline-item-detailed .timeline-time {
  line-height: 21px;
}

.timeline-variant .timeline-item-detailed .timeline-header {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}

.timeline-item-detailed .timeline-avatar {
  vertical-align: top;
}

.timeline-variant {
  max-width: none;
  padding-bottom: 0;
}

.timeline-variant::before {
  left: 50%;
  z-index: -1;
  top: 70px;
}

.timeline-month {
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 30px 0 15px;
  padding: 11px 0 12px;
  font-size: 18px;
  background-color: #f0f0f0;
  font-weight: 300;
}

.timeline-month:first-child {
  margin-top: 0;
  padding-bottom: 5px;
}

.timeline-icon {
  position: absolute;
  color: #fff;
  top: 20px;
  left: -67px;
  width: 44px;
  height: 44px;
  font-size: 23px;
  border: 2px solid #fff;
  text-align: center;
  background-color: #ededed;
  border-radius: 50%;
}

.timeline-icon > .icon {
  line-height: 40px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .timeline-icon {
    left: 50%;
    margin-left: -18px;
    top: -48px;
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
  .timeline-icon > .icon {
    line-height: 34px;
  }
}
.file .timeline-icon {
  background-color: #63d7ff;
}

.comment .timeline-icon {
  background-color: #ffcc35;
}

.gallery .timeline-icon {
  background-color: #73b142;
}

.quote .timeline-icon {
  background-color: #428db1;
}

.block-our-team {
  text-align: justify;
}

.block-our-team .item {
  display: inline-block;
  text-align: center;
  margin: 12px 0;
}

.block-our-team .item img {
  width: 55%;
}

.block-our-team .item .name {
  margin-top: 10px;
  margin-bottom: 5px;
}

/** CARD **/
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

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

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

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px;
}

.card-title {
  margin-bottom: 1.538rem;
}

.card-subtitle {
  margin-top: -0.769rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 20px;
}

.card-header {
  padding: 1.538rem 20px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: -1px -1px 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1.538rem 20px;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 -1px -1px;
}

.card-header-tabs {
  margin-right: -10px;
  margin-bottom: -1.538rem;
  margin-left: -10px;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -10px;
  margin-left: -10px;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: -1px;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
.card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
.card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
.card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
.card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 1.538rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.card {
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0;
}

.card-header {
  font-size: 1.385rem;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
  margin: 0 1.538rem;
  background-color: transparent;
  color: #323232;
}

.card-header.card-header-transparent-border-bottom {
  border-bottom-color: transparent;
}

.card-header .card-title,
.card-header .title,
.card-header > h1,
.card-header > h2,
.card-header > h3,
.card-header > h4,
.card-header > h5,
.card-header > h6 {
  font-size: 1.385rem;
  font-weight: 300;
  display: block;
  margin: 0;
}

.rtl .card-header .tools {
  float: left;
}

.card-header .tools > a {
  display: inline-block;
  color: #323232;
}

.card-header .tools .icon {
  display: inline-block;
  margin-left: 5px;
  font-size: 21px;
  line-height: 25px;
  vertical-align: middle;
  cursor: pointer;
}

.rtl .card-header .tools .icon {
  margin-left: 0;
  margin-right: 5px;
}

.card-header .tools .icon:hover {
  color: #f21616;
}

.card-header .tools .icon.s7-close {
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.rtl .card-header .tools .icon.s7-close {
  margin-left: 0;
  margin-right: 1px;
}

.card-header .tools .value {
  font-size: 24px;
  line-height: 22px;
}

.card-header.no-border {
  border-width: 0;
}

.card-body {
  padding-top: 15px;
}

.card-alt1 .card-header,
.card-alt2 .card-header,
.card-alt3 .card-header,
.card-alt4 .card-header,
.card-danger .card-header,
.card-dark .card-header,
.card-header-fullwidth .card-header,
.card-info .card-header,
.card-primary .card-header,
.card-success .card-header,
.card-warning .card-header {
  margin: 0;
  padding-left: 1.538rem;
  padding-right: 1.538rem;
}

.card-alt1 .card-header .card-title,
.card-alt1 .card-header .title,
.card-alt1 .card-header h1,
.card-alt1 .card-header h2,
.card-alt1 .card-header h3,
.card-alt1 .card-header h4,
.card-alt1 .card-header h5,
.card-alt1 .card-header h6,
.card-alt2 .card-header .card-title,
.card-alt2 .card-header .title,
.card-alt2 .card-header h1,
.card-alt2 .card-header h2,
.card-alt2 .card-header h3,
.card-alt2 .card-header h4,
.card-alt2 .card-header h5,
.card-alt2 .card-header h6,
.card-alt3 .card-header .card-title,
.card-alt3 .card-header .title,
.card-alt3 .card-header h1,
.card-alt3 .card-header h2,
.card-alt3 .card-header h3,
.card-alt3 .card-header h4,
.card-alt3 .card-header h5,
.card-alt3 .card-header h6,
.card-alt4 .card-header .card-title,
.card-alt4 .card-header .title,
.card-alt4 .card-header h1,
.card-alt4 .card-header h2,
.card-alt4 .card-header h3,
.card-alt4 .card-header h4,
.card-alt4 .card-header h5,
.card-alt4 .card-header h6,
.card-danger .card-header .card-title,
.card-danger .card-header .title,
.card-danger .card-header h1,
.card-danger .card-header h2,
.card-danger .card-header h3,
.card-danger .card-header h4,
.card-danger .card-header h5,
.card-danger .card-header h6,
.card-dark .card-header .card-title,
.card-dark .card-header .title,
.card-dark .card-header h1,
.card-dark .card-header h2,
.card-dark .card-header h3,
.card-dark .card-header h4,
.card-dark .card-header h5,
.card-dark .card-header h6,
.card-header-fullwidth .card-header .card-title,
.card-header-fullwidth .card-header .title,
.card-header-fullwidth .card-header h1,
.card-header-fullwidth .card-header h2,
.card-header-fullwidth .card-header h3,
.card-header-fullwidth .card-header h4,
.card-header-fullwidth .card-header h5,
.card-header-fullwidth .card-header h6,
.card-info .card-header .card-title,
.card-info .card-header .title,
.card-info .card-header h1,
.card-info .card-header h2,
.card-info .card-header h3,
.card-info .card-header h4,
.card-info .card-header h5,
.card-info .card-header h6,
.card-primary .card-header .card-title,
.card-primary .card-header .title,
.card-primary .card-header h1,
.card-primary .card-header h2,
.card-primary .card-header h3,
.card-primary .card-header h4,
.card-primary .card-header h5,
.card-primary .card-header h6,
.card-success .card-header .card-title,
.card-success .card-header .title,
.card-success .card-header h1,
.card-success .card-header h2,
.card-success .card-header h3,
.card-success .card-header h4,
.card-success .card-header h5,
.card-success .card-header h6,
.card-warning .card-header .card-title,
.card-warning .card-header .title,
.card-warning .card-header h1,
.card-warning .card-header h2,
.card-warning .card-header h3,
.card-warning .card-header h4,
.card-warning .card-header h5,
.card-warning .card-header h6 {
  border-width: 0;
}

.card-borders {
  border-width: 1px;
}

.card-transparent {
  background-color: transparent;
}

.card-alt1 .card-header,
.card-alt2 .card-header,
.card-alt3 .card-header,
.card-alt4 .card-header,
.card-danger .card-header,
.card-dark .card-header,
.card-full-alt1 .card-header,
.card-full-alt2 .card-header,
.card-full-alt3 .card-header,
.card-full-alt4 .card-header,
.card-full-danger .card-header,
.card-full-dark .card-header,
.card-full-info .card-header,
.card-full-primary .card-header,
.card-full-success .card-header,
.card-full-warning .card-header,
.card-info .card-header,
.card-primary .card-header,
.card-success .card-header,
.card-warning .card-header {
  color: #fff;
}

.card-alt1 .card-header .tools > a,
.card-alt2 .card-header .tools > a,
.card-alt3 .card-header .tools > a,
.card-alt4 .card-header .tools > a,
.card-danger .card-header .tools > a,
.card-dark .card-header .tools > a,
.card-full-alt1 .card-header .tools > a,
.card-full-alt2 .card-header .tools > a,
.card-full-alt3 .card-header .tools > a,
.card-full-alt4 .card-header .tools > a,
.card-full-danger .card-header .tools > a,
.card-full-dark .card-header .tools > a,
.card-full-info .card-header .tools > a,
.card-full-primary .card-header .tools > a,
.card-full-success .card-header .tools > a,
.card-full-warning .card-header .tools > a,
.card-info .card-header .tools > a,
.card-primary .card-header .tools > a,
.card-success .card-header .tools > a,
.card-warning .card-header .tools > a {
  color: #fff;
}

.card-full-primary .card-header,
.card-primary .card-header {
  background-color: #f21616;
  border-color: transparent;
}

.card-full-primary .card-header .tools .icon:hover,
.card-full-primary .card-header .tools > a:hover,
.card-primary .card-header .tools .icon:hover,
.card-primary .card-header .tools > a:hover {
  color: #cc3f3f;
}

.card-full-success .card-header .tools .icon:hover,
.card-full-success .card-header .tools > a:hover,
.card-success .card-header .tools .icon:hover,
.card-success .card-header .tools > a:hover {
  color: #57a99b;
}

.card-full-info .card-header .tools .icon:hover,
.card-full-info .card-header .tools > a:hover,
.card-info .card-header .tools .icon:hover,
.card-info .card-header .tools > a:hover {
  color: #6aa7bc;
}

.card-full-warning .card-header .tools .icon:hover,
.card-full-warning .card-header .tools > a:hover,
.card-warning .card-header .tools .icon:hover,
.card-warning .card-header .tools > a:hover {
  color: #dca54d;
}

.card-danger .card-header .tools .icon:hover,
.card-danger .card-header .tools > a:hover,
.card-full-danger .card-header .tools .icon:hover,
.card-full-danger .card-header .tools > a:hover {
  color: #cc3f3f;
}

.card-alt1 .card-header,
.card-full-alt1 .card-header {
  background-color: #56c3e7;
  border-color: transparent;
}

.card-alt1 .card-header .tools .icon:hover,
.card-alt1 .card-header .tools > a:hover,
.card-full-alt1 .card-header .tools .icon:hover,
.card-full-alt1 .card-header .tools > a:hover {
  color: #33a0c4;
}

.card-alt2 .card-header,
.card-full-alt2 .card-header {
  background-color: #ffcf66;
  border-color: transparent;
}

.card-alt2 .card-header .tools .icon:hover,
.card-alt2 .card-header .tools > a:hover,
.card-full-alt2 .card-header .tools .icon:hover,
.card-full-alt2 .card-header .tools > a:hover {
  color: #dcac43;
}

.card-alt3 .card-header,
.card-full-alt3 .card-header {
  background-color: #7a98bf;
  border-color: transparent;
}

.card-alt3 .card-header .tools .icon:hover,
.card-alt3 .card-header .tools > a:hover,
.card-full-alt3 .card-header .tools .icon:hover,
.card-full-alt3 .card-header .tools > a:hover {
  color: #57759c;
}

.card-alt4 .card-header,
.card-full-alt4 .card-header {
  background-color: #bdbdbd;
  border-color: transparent;
}

.card-alt4 .card-header .tools .icon:hover,
.card-alt4 .card-header .tools > a:hover,
.card-full-alt4 .card-header .tools .icon:hover,
.card-full-alt4 .card-header .tools > a:hover {
  color: #9a9a9a;
}

.card-dark .card-header,
.card-full-dark .card-header {
  background-color: #3d3c3c;
  border-color: transparent;
}

.card-dark .card-header .tools .icon:hover,
.card-dark .card-header .tools > a:hover,
.card-full-dark .card-header .tools .icon:hover,
.card-full-dark .card-header .tools > a:hover {
  color: #1a1919;
}

.card-full-primary {
  background-color: #f21616;
  color: #fff;
}

.card-full-primary .card-header {
  border-color: #e55858;
}

.card-full-success {
  background-color: #7accbe;
  color: #fff;
}

.card-full-success .card-header {
  border-color: #70c2b4;
}

.card-full-info {
  background-color: #63d7ff;
  color: #fff;
}

.card-full-info .card-header {
  border-color: #83c0d5;
}

.card-full-warning {
  background-color: #ffcc35;
  color: #fff;
}

.card-full-warning .card-header {
  border-color: #f5be66;
}

.card-full-danger {
  background-color: #f21616;
  color: #fff;
}

.card-full-danger .card-header {
  border-color: #e55858;
}

.card-full-alt1 {
  background-color: #56c3e7;
  color: #fff;
}

.card-full-alt1 .card-header {
  border-color: #4cb9dd;
}

.card-full-alt2 {
  background-color: #ffcf66;
  color: #fff;
}

.card-full-alt2 .card-header {
  border-color: #f5c55c;
}

.card-full-alt3 {
  background-color: #7a98bf;
  color: #fff;
}

.card-full-alt3 .card-header {
  border-color: #708eb5;
}

.card-full-alt4 {
  background-color: #bdbdbd;
  color: #fff;
}

.card-full-alt4 .card-header {
  border-color: #b3b3b3;
}

.card-full-dark {
  background-color: #3d3c3c;
  color: #fff;
}

.card-full-dark .card-header {
  border-color: #333232;
}

.table-box {
  overflow-x: auto;
}

.table-wrap {
  display: inline-block;
  width: 100%;
}

.table-wrap .table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 1050px) {
  .table-wrap .table {
    border: 0;
  }
  .table-wrap .table thead {
    display: none;
  }
  .table-wrap .table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
  .table-wrap .table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
  }
  .table-wrap.table td:last-child {
    border-bottom: 0;
  }
  .table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}
.d-flex-middle {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .sm-d-flex-middle {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .md-d-flex-middle {
    display: flex;
    align-items: center;
  }
}

/*# sourceMappingURL=style-admin-main.css.map */
