/*aside menu*/
/*@skin-base-active:          #fb7100;
@skin-base-accent:          #ff000a;*/
/*
 * Global reset
 * Based on Eric Meyer's : http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
source,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/*
 * Default HTML5 behaviour for older browsers
 */
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: underline;
}
del {
  text-decoration: line-through;
}
a {
  text-decoration: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:active,
a:hover,
a:focus {
  outline: none;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
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;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  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[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !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^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .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 th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/less/fonts/glyphicons-halflings-regular.eot');
  src: url('/less/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/less/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/less/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/less/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/less/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.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: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.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";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Candara, "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #545454;
  background-color: #fffafd;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ff000a;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fb7100;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fffafd;
  border: 1px solid #ffe9f6;
  border-radius: 4px;
  -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 {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ff8ac4;
}
.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: 500;
  line-height: 1.1;
  color: #730238;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #d4d4d4;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fff3a6;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #d4d4d4;
}
.text-primary {
  color: #00809b;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #005668;
}
.text-success {
  color: #009d4c;
}
a.text-success:hover,
a.text-success:focus {
  color: #005d31;
}
.text-info {
  color: #0094d9;
}
a.text-info:hover,
a.text-info:focus {
  color: #006a95;
}
.text-warning {
  color: #d9a545;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c38c28;
}
.text-danger {
  color: #b82727;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #8e1e1e;
}
.bg-primary {
  color: #fff;
  background-color: #00809b;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #005668;
}
.bg-success {
  background-color: #63ecab;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #36e692;
}
.bg-info {
  background-color: #61e6ff;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #4ccaff;
}
.bg-warning {
  background-color: #fff3a6;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffd891;
}
.bg-danger {
  background-color: #ff8d8d;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #ff5e5e;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #ffe9f6;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #d4d4d4;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ffe9f6;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #d4d4d4;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ffe9f6;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #b71d67;
  background-color: #ffe9f6;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #950d4e;
  background-color: #ffe9f6;
  border: 1px solid #730238;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row.row-table {
  width: calc(100% + 30px);
  display: table;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #d4d4d4;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ffe9f6;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ffe9f6;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ffe9f6;
}
.table .table {
  background-color: #fffafd;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ffe9f6;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ffe9f6;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffbdc0;
}
.table-hover > tbody > tr:hover {
  background-color: #ffe9f6;
}
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 > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #ffb3dd;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #ffa5d0;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #63ecab;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #4ce99f;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #61e6ff;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #65d2ff;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fff3a6;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #ffe1aa;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ff8d8d;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ff7777;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ffe9f6;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #730238;
  border: 0;
  border-bottom: 1px solid #ffb3dd;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #730238;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 7px 14px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #730238;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ffe9f6;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #ffb3dd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 179, 221, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 179, 221, 0.6);
}
.form-control:focus {
  border-color: #ffb3dd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 179, 221, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 179, 221, 0.6);
}
.form-control.no-focus:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #ffb3dd;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ffb3dd;
}
.form-control::-webkit-input-placeholder {
  color: #ffb3dd;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@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: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .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"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .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"] {
    line-height: 48px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-sm.no-pad-h {
  padding-left: 1px;
  padding-right: 1px;
}
.input-sm.input-rounded {
  border-radius: 15px;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 48px;
  padding: 11px 18px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 1px;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.input-lg.no-pad-h {
  padding-left: 1px;
  padding-right: 1px;
}
.input-lg.input-rounded {
  border-radius: 24px;
}
.form-group-lg .form-control {
  height: 48px;
  padding: 11px 18px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 1px;
}
.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 48px;
  min-height: 38px;
  padding: 12px 18px;
  font-size: 18px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #009d4c;
}
.has-success .form-control {
  border-color: #009d4c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #005d31;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00f681;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00f681;
}
.has-success .input-group-addon {
  color: #009d4c;
  border-color: #009d4c;
  background-color: #63ecab;
}
.has-success .form-control-feedback {
  color: #009d4c;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #009d4c;
}
.has-success .form-control {
  border-color: #009d4c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #005d31;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00f681;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00f681;
}
.has-success .input-group-addon {
  color: #009d4c;
  border-color: #009d4c;
  background-color: #63ecab;
}
.has-success .form-control-feedback {
  color: #009d4c;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #d9a545;
}
.has-warning .form-control {
  border-color: #d9a545;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #c38c28;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eace99;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eace99;
}
.has-warning .input-group-addon {
  color: #d9a545;
  border-color: #d9a545;
  background-color: #fff3a6;
}
.has-warning .form-control-feedback {
  color: #d9a545;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #d9a545;
}
.has-warning .form-control {
  border-color: #d9a545;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #c38c28;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eace99;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eace99;
}
.has-warning .input-group-addon {
  color: #d9a545;
  border-color: #d9a545;
  background-color: #fff3a6;
}
.has-warning .form-control-feedback {
  color: #d9a545;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #b82727;
}
.has-error .form-control {
  border-color: #b82727;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #8e1e1e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #df6666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #df6666;
}
.has-error .input-group-addon {
  color: #b82727;
  border-color: #b82727;
  background-color: #ff8d8d;
}
.has-error .form-control-feedback {
  color: #b82727;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #b82727;
}
.has-error .form-control {
  border-color: #b82727;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #8e1e1e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #df6666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #df6666;
}
.has-error .input-group-addon {
  color: #b82727;
  border-color: #b82727;
  background-color: #ff8d8d;
}
.has-error .form-control-feedback {
  color: #b82727;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #949494;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group.row-table {
  width: calc(100% + 30px);
  display: table;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 8px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 12px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 7px 14px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #730238;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #730238;
  background-color: #ffebec;
  border-color: #ffbabd;
  -webkit-box-shadow: inset -3px -3px 15px #f8dcdd;
  box-shadow: inset -3px -3px 15px #f8dcdd;
}
.btn-default:focus,
.btn-default.focus {
  color: #730238;
  background-color: #ffc0c3;
  border-color: #ff3b43;
}
.btn-default:hover {
  color: #730238;
  background-color: #ffc0c3;
  border-color: #ff7d82;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #730238;
  background-color: #ffc0c3;
  border-color: #ff7d82;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #730238;
  background-color: #ff9ca0;
  border-color: #ff3b43;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffebec;
  border-color: #ffbabd;
}
.btn-default .badge {
  color: #ffebec;
  background-color: #730238;
}
.btn-default.btn-cornered,
.btn-default.btn-stripped {
  border-color: #f0adb0;
}
.btn-default.btn-stripped {
  color: #ff9ca0;
}
.btn-default.btn-stripped:hover,
.btn-default.btn-stripped:focus,
.btn-default.btn-stripped.focus,
.btn-default.btn-stripped:active,
.btn-default.btn-stripped.active,
.open > .dropdown-toggle.btn-default.btn-stripped {
  color: #e0a0a3;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #730238;
  background-color: #fff2f4;
  border-color: #f8dcdd;
  outline: 0;
  opacity: 0.9;
}
.btn-default:active,
.btn-default.active,
.btn-default:focus,
.btn-default.focus,
.open > .dropdown-toggle.btn-default {
  background-image: none;
  background-color: #ffe4e5;
  opacity: 1;
  border-color: #e9cecf;
  -webkit-box-shadow: inset 0px 3px 5px #e9cecf;
  box-shadow: inset 0px 3px 5px #e9cecf;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffebec;
  border-color: #ffbabd;
}
.btn-default .badge {
  color: #ffebec;
  background-color: #730238;
}
.btn-default.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary {
  color: #ffffff;
  background-color: #00809b;
  border-color: #006b82;
  -webkit-box-shadow: inset -3px -3px 15px #00758f;
  box-shadow: inset -3px -3px 15px #00758f;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #005668;
  border-color: #000202;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #005668;
  border-color: #003844;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #005668;
  border-color: #003844;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #003844;
  border-color: #000202;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00809b;
  border-color: #006b82;
}
.btn-primary .badge {
  color: #00809b;
  background-color: #ffffff;
}
.btn-primary.btn-cornered,
.btn-primary.btn-stripped {
  border-color: #006076;
}
.btn-primary.btn-stripped {
  color: #005263;
}
.btn-primary.btn-stripped:hover,
.btn-primary.btn-stripped:focus,
.btn-primary.btn-stripped.focus,
.btn-primary.btn-stripped:active,
.btn-primary.btn-stripped.active,
.open > .dropdown-toggle.btn-primary.btn-stripped {
  color: #00566b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0f8ba5;
  border-color: #00758f;
  outline: 0;
  opacity: 0.9;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus,
.btn-primary.focus,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
  background-color: #067f99;
  opacity: 1;
  border-color: #006a83;
  -webkit-box-shadow: inset 0px 3px 5px #006a83;
  box-shadow: inset 0px 3px 5px #006a83;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00809b;
  border-color: #006b82;
}
.btn-primary .badge {
  color: #00809b;
  background-color: #ffffff;
}
.btn-primary.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-success {
  color: #ffffff;
  background-color: #03be65;
  border-color: #03a558;
  -webkit-box-shadow: inset -3px -3px 15px #00b15b;
  box-shadow: inset -3px -3px 15px #00b15b;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #028c4a;
  border-color: #012715;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #028c4a;
  border-color: #026938;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #028c4a;
  border-color: #026938;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #026938;
  border-color: #012715;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #03be65;
  border-color: #03a558;
}
.btn-success .badge {
  color: #03be65;
  background-color: #ffffff;
}
.btn-success.btn-cornered,
.btn-success.btn-stripped {
  border-color: #00984e;
}
.btn-success.btn-stripped {
  color: #028748;
}
.btn-success.btn-stripped:hover,
.btn-success.btn-stripped:focus,
.btn-success.btn-stripped.focus,
.btn-success.btn-stripped:active,
.btn-success.btn-stripped.active,
.open > .dropdown-toggle.btn-success.btn-stripped {
  color: #008c44;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #12c771;
  border-color: #00b15b;
  outline: 0;
  opacity: 0.9;
}
.btn-success:active,
.btn-success.active,
.btn-success:focus,
.btn-success.focus,
.open > .dropdown-toggle.btn-success {
  background-image: none;
  background-color: #09ba65;
  opacity: 1;
  border-color: #00a451;
  -webkit-box-shadow: inset 0px 3px 5px #00a451;
  box-shadow: inset 0px 3px 5px #00a451;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #03be65;
  border-color: #03a558;
}
.btn-success .badge {
  color: #03be65;
  background-color: #ffffff;
}
.btn-success.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-info {
  color: #ffffff;
  background-color: #00b4ff;
  border-color: #00a2e6;
  -webkit-box-shadow: inset -3px -3px 15px #00a7f0;
  box-shadow: inset -3px -3px 15px #00a7f0;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #0090cc;
  border-color: #004866;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #0090cc;
  border-color: #0077a8;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #0090cc;
  border-color: #0077a8;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #0077a8;
  border-color: #004866;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #00b4ff;
  border-color: #00a2e6;
}
.btn-info .badge {
  color: #00b4ff;
  background-color: #ffffff;
}
.btn-info.btn-cornered,
.btn-info.btn-stripped {
  border-color: #0096d7;
}
.btn-info.btn-stripped {
  color: #008cc7;
}
.btn-info.btn-stripped:hover,
.btn-info.btn-stripped:focus,
.btn-info.btn-stripped.focus,
.btn-info.btn-stripped:active,
.btn-info.btn-stripped.active,
.open > .dropdown-toggle.btn-info.btn-stripped {
  color: #008ac9;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #0fbeff;
  border-color: #00a7f0;
  outline: 0;
  opacity: 0.9;
}
.btn-info:active,
.btn-info.active,
.btn-info:focus,
.btn-info.focus,
.open > .dropdown-toggle.btn-info {
  background-image: none;
  background-color: #06b0f7;
  opacity: 1;
  border-color: #009be1;
  -webkit-box-shadow: inset 0px 3px 5px #009be1;
  box-shadow: inset 0px 3px 5px #009be1;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #00b4ff;
  border-color: #00a2e6;
}
.btn-info .badge {
  color: #00b4ff;
  background-color: #ffffff;
}
.btn-info.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-warning {
  color: #ffffff;
  background-color: #ffc65d;
  border-color: #ffbd43;
  -webkit-box-shadow: inset -3px -3px 15px #f0b953;
  box-shadow: inset -3px -3px 15px #f0b953;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ffb42a;
  border-color: #c37e00;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ffb42a;
  border-color: #ffa706;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ffb42a;
  border-color: #ffa706;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #ffa706;
  border-color: #c37e00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #ffc65d;
  border-color: #ffbd43;
}
.btn-warning .badge {
  color: #ffc65d;
  background-color: #ffffff;
}
.btn-warning.btn-cornered,
.btn-warning.btn-stripped {
  border-color: #f0b03a;
}
.btn-warning.btn-stripped {
  color: #ffb225;
}
.btn-warning.btn-stripped:hover,
.btn-warning.btn-stripped:focus,
.btn-warning.btn-stripped.focus,
.btn-warning.btn-stripped:active,
.btn-warning.btn-stripped.active,
.open > .dropdown-toggle.btn-warning.btn-stripped {
  color: #e0a331;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ffcf69;
  border-color: #f0b953;
  outline: 0;
  opacity: 0.9;
}
.btn-warning:active,
.btn-warning.active,
.btn-warning:focus,
.btn-warning.focus,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
  background-color: #f7c15e;
  opacity: 1;
  border-color: #e1ab49;
  -webkit-box-shadow: inset 0px 3px 5px #e1ab49;
  box-shadow: inset 0px 3px 5px #e1ab49;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffc65d;
  border-color: #ffbd43;
}
.btn-warning .badge {
  color: #ffc65d;
  background-color: #ffffff;
}
.btn-warning.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger {
  color: #ffffff;
  background-color: #db3c3c;
  border-color: #d62828;
  -webkit-box-shadow: inset -3px -3px 15px #cd3333;
  box-shadow: inset -3px -3px 15px #cd3333;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c02424;
  border-color: #6a1414;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c02424;
  border-color: #a21e1e;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c02424;
  border-color: #a21e1e;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #a21e1e;
  border-color: #6a1414;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #db3c3c;
  border-color: #d62828;
}
.btn-danger .badge {
  color: #db3c3c;
  background-color: #ffffff;
}
.btn-danger.btn-cornered,
.btn-danger.btn-stripped {
  border-color: #c81f1f;
}
.btn-danger.btn-stripped {
  color: #bc2323;
}
.btn-danger.btn-stripped:hover,
.btn-danger.btn-stripped:focus,
.btn-danger.btn-stripped.focus,
.btn-danger.btn-stripped:active,
.btn-danger.btn-stripped.active,
.open > .dropdown-toggle.btn-danger.btn-stripped {
  color: #ba1717;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #e34949;
  border-color: #cd3333;
  outline: 0;
  opacity: 0.9;
}
.btn-danger:active,
.btn-danger.active,
.btn-danger:focus,
.btn-danger.focus,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
  background-color: #d53f3f;
  opacity: 1;
  border-color: #bf2a2a;
  -webkit-box-shadow: inset 0px 3px 5px #bf2a2a;
  box-shadow: inset 0px 3px 5px #bf2a2a;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #db3c3c;
  border-color: #d62828;
}
.btn-danger .badge {
  color: #db3c3c;
  background-color: #ffffff;
}
.btn-danger.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  color: #ff000a;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #fb7100;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #d4d4d4;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .btn {
  padding: 11px 18px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > .btn {
  padding: 1px 7px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].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 {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.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;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1040;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #ffe9f6;
  border: 1px solid rgba(255, 190, 221, 0.9);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #ffe9f6;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #730238;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #44001d;
  background-color: #ffbdc0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fffafd;
  text-decoration: none;
  outline: 0;
  background-color: #ff000a;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #d4d4d4;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #730238;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1030;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .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 {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-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 {
  float: left;
}
.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,
.btn-group > .btn-group-lg > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 11px 18px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 1px;
  line-height: 1.65;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  line-height: 48px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  line-height: 48px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-lg > .form-control.no-pad-h,
.input-group-lg > .input-group-addon.no-pad-h,
.input-group-lg > .input-group-btn > .btn.no-pad-h {
  padding-left: 1px;
  padding-right: 1px;
}
.input-group-lg > .form-control.input-rounded,
.input-group-lg > .input-group-addon.input-rounded,
.input-group-lg > .input-group-btn > .btn.input-rounded {
  border-radius: 24px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
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;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
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;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control.no-pad-h,
.input-group-sm > .input-group-addon.no-pad-h,
.input-group-sm > .input-group-btn > .btn.no-pad-h {
  padding-left: 1px;
  padding-right: 1px;
}
.input-group-sm > .form-control.input-rounded,
.input-group-sm > .input-group-addon.input-rounded,
.input-group-sm > .input-group-btn > .btn.input-rounded {
  border-radius: 15px;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 7px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #730238;
  text-align: center;
  background-color: #ffe9f6;
  border: 1px solid #ffe9f6;
  border-radius: 1px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 1px;
}
.input-group-addon.input-lg {
  padding: 11px 18px;
  font-size: 18px;
  border-radius: 1px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ffe9f6;
}
.nav > li.disabled > a {
  color: #d4d4d4;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #d4d4d4;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ffe9f6;
  border-color: #ff000a;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ffb3dd;
}
.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: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ff8ac4 #ff8ac4 #ffb3dd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #950d4e;
  background-color: #ffffff;
  border: 1px solid #ffb3dd;
  border-bottom-color: transparent;
  cursor: default;
}
.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;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ffb3dd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ffb3dd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ff8ac4;
  }
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fffafd;
  background-color: #ff8ac4;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ffb3dd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ffb3dd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ff8ac4;
  }
}
.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: 70px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.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-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 440px;
}
@media (max-device-width: 576px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 25px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 70px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 12.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 17px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@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;
    -webkit-box-shadow: none;
    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-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 17px;
  margin-bottom: 17px;
}
.navbar-btn.btn-sm,
.navbar-btn.btn-group-sm > .btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-btn.btn-xs,
.navbar-btn.btn-group-xs > .btn {
  margin-top: 24px;
  margin-bottom: 24px;
}
.navbar-text {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fffafd;
  border-color: #ffe9f6;
}
.navbar-default .navbar-brand {
  color: #730238;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #410120;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #730238;
}
.navbar-default .navbar-nav > li > a {
  color: #730238;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #290010;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #af4000;
  background-color: #ffdaec;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #730238;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #730238;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #940348;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffe9f6;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffdaec;
  color: #af4000;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #730238;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #290010;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #af4000;
    background-color: #ffdaec;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #730238;
}
.navbar-default .navbar-link:hover {
  color: #290010;
}
.navbar-default .btn-link {
  color: #730238;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #290010;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #44001d;
  border-color: #290010;
}
.navbar-inverse .navbar-brand {
  color: #ff000a;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ff4750;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ff000a;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ff000a;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ff4750;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffeccc;
  background-color: #fb7100;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #d4d4d4;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #ff000a;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #ff000a;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #44001d;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #1a000c;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #fb7100;
  color: #ffeccc;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #290010;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #290010;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ff000a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ff4750;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffeccc;
    background-color: #fb7100;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #d4d4d4;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ff000a;
}
.navbar-inverse .navbar-link:hover {
  color: #ff4750;
}
.navbar-inverse .btn-link {
  color: #ff000a;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ff4750;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #d4d4d4;
}
.breadcrumb {
  padding: 9px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fffafd;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "\a131\00a0";
  padding: 0 5px;
  color: #730238;
}
.breadcrumb > .active {
  color: #fb7100;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 7px 14px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ff000a;
  background-color: #fffafd;
  border: 1px solid #ffe9f6;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fffafd;
  background-color: #f35fa5;
  border-color: #da3282;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #da3282;
  border-color: #b71d67;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #d4d4d4;
  background-color: #eeeeee;
  border-color: #c7c7c7;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 11px 18px;
  font-size: 18px;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fffafd;
  border: 1px solid #ffe9f6;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f35fa5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #d4d4d4;
  background-color: #fffafd;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #ffb3dd;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #ff8bc2;
}
.label-primary {
  background-color: #00809b;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #005668;
}
.label-success {
  background-color: #03be65;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #028c4a;
}
.label-info {
  background-color: #00b4ff;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0090cc;
}
.label-warning {
  background-color: #ffc65d;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ffb42a;
}
.label-danger {
  background-color: #db3c3c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c02424;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #f35fa5;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ff000a;
  background-color: #ffffff;
}
.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;
  color: #ffb3dd;
  background-color: #da3282;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #b82169;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.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: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fffafd;
  border: 1px solid #ffe9f6;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ff000a;
}
.thumbnail .caption {
  padding: 9px;
  color: #545454;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #63ecab;
  border-color: #4ce984;
  color: #009d4c;
}
.alert-success hr {
  border-top-color: #36e675;
}
.alert-success .alert-link {
  color: #005d31;
}
.alert-info {
  background-color: #61e6ff;
  border-color: #5beaff;
  color: #0094d9;
}
.alert-info hr {
  border-top-color: #42e7ff;
}
.alert-info .alert-link {
  color: #006a95;
}
.alert-warning {
  background-color: #fff3a6;
  border-color: #ffd3aa;
  color: #d9a545;
}
.alert-warning hr {
  border-top-color: #ffc691;
}
.alert-warning .alert-link {
  color: #c38c28;
}
.alert-danger {
  background-color: #ff8d8d;
  border-color: #ff778e;
  color: #b82727;
}
.alert-danger hr {
  border-top-color: #ff5e79;
}
.alert-danger .alert-link {
  color: #8e1e1e;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #fffafd;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #00809b;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #03be65;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #00b4ff;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #ffc65d;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #db3c3c;
}
.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 {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  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;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #ffe9f6;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #730238;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #da3282;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #44001d;
  background-color: #ffbdc0;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #d4d4d4;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #d4d4d4;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #af4000;
  background-color: #fb7100;
  border-color: #fb7100;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffe1c8;
}
.list-group-item-success {
  color: #009d4c;
  background-color: #63ecab;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #009d4c;
}
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:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #009d4c;
  background-color: #4ce99f;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #009d4c;
  border-color: #009d4c;
}
.list-group-item-info {
  color: #0094d9;
  background-color: #61e6ff;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #0094d9;
}
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:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #0094d9;
  background-color: #65d2ff;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #0094d9;
  border-color: #0094d9;
}
.list-group-item-warning {
  color: #d9a545;
  background-color: #fff3a6;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #d9a545;
}
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:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #d9a545;
  background-color: #ffe1aa;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #d9a545;
  border-color: #d9a545;
}
.list-group-item-danger {
  color: #b82727;
  background-color: #ff8d8d;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #b82727;
}
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:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #b82727;
  background-color: #ff7777;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #b82727;
  border-color: #b82727;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel,
.cover-panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #fffafd;
  border-top: 1px solid #ffe9f6;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ffe9f6;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ffe9f6;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ffe9f6;
}
.panel-default {
  border-color: #ffe9f6;
  background-color: #fffafd;
}
.panel-default > .panel-heading {
  color: #545454;
  background-color: #fffafd;
  border-color: #ffe9f6;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffe9f6;
}
.panel-default > .panel-heading .badge {
  color: #fffafd;
  background-color: #545454;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffe9f6;
}
.panel-default.no-bg {
  background-color: #fff;
}
.panel-default > .panel-heading {
  color: #545454;
  /*background-color: @heading-bg-color;*/
  border-color: #ffe9f6;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffe9f6;
}
.panel-default > .panel-heading .badge {
  color: #fffafd;
  background-color: #545454;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffe9f6;
}
.panel-primary {
  border-color: #2ea0b8;
  background-color: #61bfd3;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #61bfd3;
  border-color: #2ea0b8;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #2ea0b8;
}
.panel-primary > .panel-heading .badge {
  color: #61bfd3;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #2ea0b8;
}
.panel-primary.no-bg {
  background-color: #fff;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  /*background-color: @heading-bg-color;*/
  border-color: #2ea0b8;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #2ea0b8;
}
.panel-primary > .panel-heading .badge {
  color: #61bfd3;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #2ea0b8;
}
.panel-success {
  border-color: #4ce984;
  background-color: #63ecab;
}
.panel-success > .panel-heading {
  color: #009d4c;
  background-color: #63ecab;
  border-color: #4ce984;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4ce984;
}
.panel-success > .panel-heading .badge {
  color: #63ecab;
  background-color: #009d4c;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4ce984;
}
.panel-success.no-bg {
  background-color: #fff;
}
.panel-success > .panel-heading {
  color: #009d4c;
  /*background-color: @heading-bg-color;*/
  border-color: #4ce984;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4ce984;
}
.panel-success > .panel-heading .badge {
  color: #63ecab;
  background-color: #009d4c;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4ce984;
}
.panel-info {
  border-color: #5beaff;
  background-color: #61e6ff;
}
.panel-info > .panel-heading {
  color: #0094d9;
  background-color: #61e6ff;
  border-color: #5beaff;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5beaff;
}
.panel-info > .panel-heading .badge {
  color: #61e6ff;
  background-color: #0094d9;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #5beaff;
}
.panel-info.no-bg {
  background-color: #fff;
}
.panel-info > .panel-heading {
  color: #0094d9;
  /*background-color: @heading-bg-color;*/
  border-color: #5beaff;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5beaff;
}
.panel-info > .panel-heading .badge {
  color: #61e6ff;
  background-color: #0094d9;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #5beaff;
}
.panel-warning {
  border-color: #ffd3aa;
  background-color: #fff3a6;
}
.panel-warning > .panel-heading {
  color: #d9a545;
  background-color: #fff3a6;
  border-color: #ffd3aa;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffd3aa;
}
.panel-warning > .panel-heading .badge {
  color: #fff3a6;
  background-color: #d9a545;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffd3aa;
}
.panel-warning.no-bg {
  background-color: #fff;
}
.panel-warning > .panel-heading {
  color: #d9a545;
  /*background-color: @heading-bg-color;*/
  border-color: #ffd3aa;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffd3aa;
}
.panel-warning > .panel-heading .badge {
  color: #fff3a6;
  background-color: #d9a545;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffd3aa;
}
.panel-danger {
  border-color: #ff778e;
  background-color: #ff8d8d;
}
.panel-danger > .panel-heading {
  color: #b82727;
  background-color: #ff8d8d;
  border-color: #ff778e;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff778e;
}
.panel-danger > .panel-heading .badge {
  color: #ff8d8d;
  background-color: #b82727;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff778e;
}
.panel-danger.no-bg {
  background-color: #fff;
}
.panel-danger > .panel-heading {
  color: #b82727;
  /*background-color: @heading-bg-color;*/
  border-color: #ff778e;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff778e;
}
.panel-danger > .panel-heading .badge {
  color: #ff8d8d;
  background-color: #b82727;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff778e;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.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: #ffe9f6;
  border: 1px solid #ffb3dd;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #730238;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #730238;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  -moz-transition: -moz-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: #ffffff;
  border: 1px solid #ffe9f6;
  border: 1px solid rgba(255, 190, 221, 0.87);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #730238;
}
.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 #ffe9f6;
}
.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 #ffe9f6;
}
.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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Candara, "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ffe9f6;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.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: 14px;
  background-color: #ffe9f6;
  border-bottom: 1px solid #ffd5e9;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.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: #ff89c1;
  border-top-color: #ffeff7;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #ff89c1;
  border-right-color: #ffeff7;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #ff89c1;
  border-bottom-color: #ffeff7;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #ff89c1;
  border-left-color: #ffeff7;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  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 > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-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;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -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: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(115, 2, 56, 0.15);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  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 #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(115, 2, 56, 0.15);
}
.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-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.dropdown-container > .dc-body:before,
.dropdown-container > .dc-body:after,
.modal-body:before,
.modal-body:after,
.aside-body:before,
.aside-body:after,
.navbar-header:before,
.navbar-header:after,
.navbar-header-right:before,
.navbar-header-right:after,
.list-group-chat .incoming-cont:before,
.list-group-chat .incoming-cont:after,
.list-group-chat .outgoing-cont:before,
.list-group-chat .outgoing-cont:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.row:after,
.form-horizontal .form-group:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.dropdown-container > .dc-body:after,
.modal-body:after,
.aside-body:after,
.navbar-header:after,
.navbar-header-right:after,
.list-group-chat .incoming-cont:after,
.list-group-chat .outgoing-cont:after {
  clear: both;
}
.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;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .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;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .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;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .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;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
  th.visible-print,
  td.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;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.caret.big {
  margin-left: 1px;
  border-top: 2px solid;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
}
.dropdown-toggle {
  text-align: left;
  padding-right: 1.8em;
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-toggle.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  /*top:0.15em;*/
  margin-top: -0.8em;
}
a.dropdown-toggle {
  padding-right: 1.9em !important;
}
.dropdown-toggle[data-qo-placement^="left"].btn,
.dropdown-toggle[data-qo-placement^="left-top"],
.dropdown-toggle[data-qo-placement^="left-bottom"],
.dropdown-toggle[qo-placement^="left"].btn,
.dropdown-toggle[qo-placement^="left-top"],
.dropdown-toggle[qo-placement^="left-bottom"] {
  padding-left: 1.5em;
}
.dropdown-toggle[data-qo-placement^="left"].btn:after,
.dropdown-toggle[data-qo-placement^="left-top"]:after,
.dropdown-toggle[data-qo-placement^="left-bottom"]:after,
.dropdown-toggle[qo-placement^="left"].btn:after,
.dropdown-toggle[qo-placement^="left-top"]:after,
.dropdown-toggle[qo-placement^="left-bottom"]:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  right: auto;
  left: 0;
  padding-right: 0;
  padding-left: 5px;
}
.dropdown-toggle:after,
.dropdown-toggle.btn:after {
  font-family: 'fullAdmin-icon';
  position: absolute;
  content: '\a12b';
  display: inline-block;
  right: 5px;
  font-weight: normal;
  font-size: 1.2em;
  top: 50%;
  margin-top: -0.7em;
}
.dropdown-toggle[data-qo-placement^="top"].btn:after,
.dropdown-toggle[data-qo-placement^="top-left"]:after,
.dropdown-toggle[data-qo-placement^="top-right"]:after,
.dropdown-toggle[qo-placement^="top"].btn:after,
.dropdown-toggle[qo-placement^="top-left"]:after,
.dropdown-toggle[qo-placement^="top-right"]:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dropdown-toggle[data-qo-placement^="bottom"].btn:after,
.dropdown-toggle[data-qo-placement^="bottom-left"]:after,
.dropdown-toggle[data-qo-placement^="bottom-right"]:after,
.dropdown-toggle[qo-placement^="bottom"].btn:after,
.dropdown-toggle[qo-placement^="bottom-left"]:after,
.dropdown-toggle[qo-placement^="bottom-right"]:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.dropdown-menu {
  top: 0;
  left: 0;
  min-width: 160px;
  padding: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(149, 13, 78, 0.02);
  box-shadow: 0 6px 12px rgba(149, 13, 78, 0.02);
}
.dropdown-menu > li > a {
  padding: 6px 20px;
}
.dropdown-menu > li > span {
  display: block;
  padding: 3px 10px;
  font-weight: normal;
  line-height: 1.42857143;
}
.dropdown-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1040;
  display: none;
  float: left;
  min-width: 170px;
  max-width: 360px;
  padding: 3px;
  margin: 0;
  font-size: 14px;
  text-align: left;
  background-color: #ffe9f6;
  border: 1px solid #f7dce9;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(149, 13, 78, 0.02);
  box-shadow: 0 5px 10px rgba(149, 13, 78, 0.02);
  background-clip: padding-box;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  transition: none;
}
.dropdown-container .dropdown-menu {
  position: relative;
  display: block;
  z-index: 1;
  top: 0;
  bottom: 0;
  min-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-container .dropdown-menu > li > a,
.dropdown-container .dropdown-menu > li > span {
  border-bottom: 1px solid #ffe9f6;
}
.dropdown-container .dropdown-menu > li:last-child > a,
.dropdown-container .dropdown-menu > lilast-child > span {
  border-bottom-color: transparent;
}
.dropdown-container > div {
  position: relative;
  display: block;
  width: 100%;
}
.dropdown-container > .dc-body {
  padding: 7px 10px;
  background-color: #fff;
  border-radius: 4px;
  overflow-y: auto;
}
.dropdown-container > .dc-header {
  padding: 5px 7px;
  color: #730238;
}
.dropdown-container > .dc-footer {
  color: #730238;
  padding: 5px 7px;
}
.dropdown-container.with-arrow[class*=" bottom"] {
  margin-top: 14px;
}
.dropdown-container.with-arrow[class*=" top"] {
  margin-top: -14px;
  -webkit-box-shadow: 0 -5px 10px rgba(149, 13, 78, 0.02);
  box-shadow: 0 -5px 10px rgba(149, 13, 78, 0.02);
}
.dropdown-container.with-arrow[class*=" left"] {
  margin-left: -14px;
}
.dropdown-container.with-arrow[class*=" right"] {
  margin-left: 14px;
}
.dropdown-container.with-arrow:before,
.dropdown-container.with-arrow:after {
  top: -14px;
  bottom: -14px;
  left: -14px;
  right: -14px;
  border-width: 14px;
  margin-left: -14px;
  margin-top: -14px;
}
.dropdown-container.with-arrow:after {
  border-color: #ffe9f6;
}
.open,
[class*="active"] {
  outline: 0;
}
.open + .dropdown-menu,
[class*="active"] + .dropdown-menu,
.open + .dropdown-container,
[class*="active"] + .dropdown-container {
  display: block;
}
.open > a,
[class*="active"] > a {
  outline: 0;
}
.dropup .caret.big,
.navbar-fixed-bottom .dropdown .caret.big {
  border-bottom: 2px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu,
.dropup .dropdown-container,
.navbar-fixed-bottom .dropdown .dropdown-container {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-menu:focus,
.dropdown-container:focus {
  outline: 0;
}
.modal-open {
  overflow: hidden;
}
.modal .pop,
.modal .tooltip,
.modal .dropdown-menu,
.modal .dropdown-container,
.modal .popover,
.modal .alert {
  z-index: 1060;
}
.modal .modal {
  z-index: 1051;
}
.modal .modal .modal-dialog {
  margin-right: 20px;
}
.modal .modal .modal .modal-dialog {
  margin-left: 20px;
}
.modal .modal .modal .modal .modal-dialog {
  margin: 0 auto;
}
.modal .modal .modal .modal .modal .modal-dialog {
  margin: 50px 10% 30px auto;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0 !important;
}
.modal-content > .close {
  position: absolute;
  top: 7px;
  right: 7px;
}
.modal-body {
  max-height: 100%;
  overflow: auto;
}
.modal-footer {
  width: 100%;
}
.modal-fix-height > .modal-dialog,
.modal-fix-height > .modal-dialog > .modal-content,
.modal-fix-height > .modal-dialog > .modal-content > .modal-body {
  height: 100%;
}
.modal-fix-height .modal-dialog > .modal-content > .modal-footer {
  position: absolute;
  bottom: 0;
}
.modal-fix-height > .modal-dialog {
  height: calc(100% - 20px);
}
.modal.screen-mode > .modal-dialog {
  max-width: 90% !important;
  width: 90% !important;
  top: 0 !important;
  height: 100%;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  right: 10%;
  border-left: 3px solid transparent;
}
.modal.screen-mode > .modal-dialog > .modal-content {
  border-width: 0;
  border-radius: 0;
  bottom: 0;
  height: 100%;
}
.modal.screen-mode > .modal-dialog .modal-body {
  height: 100% !important;
}
.modal.screen-mode > .modal-dialog .modal-body-inner {
  height: 100% !important;
  max-height: 100% !important;
  padding: 5px;
}
.modal.screen-mode > .modal-dialog .modal-footer {
  background-color: inherit;
  position: absolute;
  bottom: 0;
  max-height: 90px;
  width: 100%;
}
.modal.screen-mode.right > .modal-dialog {
  left: 10%;
  right: 0;
  border-left-width: 0;
  border-right: 3px solid transparent;
}
.modal.screen-mode.top > .modal-dialog,
.modal.screen-mode.bottom > .modal-dialog {
  max-width: 99% !important;
  width: 99% !important;
  left: 0.5% !important;
  right: 0.5% !important;
  border-left-width: 0;
  height: 90%;
}
.modal.screen-mode.top > .modal-dialog {
  border-top: 3px solid transparent;
}
.modal.screen-mode.bottom > .modal-dialog {
  top: 10% !important;
  position: absolute;
  border-bottom: 3px solid transparent;
}
@media (min-width: 768px) {
  .modal-fix-height > .modal-dialog {
    height: calc(100% - 60px);
  }
  .modalbox .modal-dialog {
    width: 450px;
  }
  .modalbox.modal-sm .modal-dialog {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .modalbox.modal-lg .modal-dialog {
    width: 600px;
  }
}
.modalbox .modal-body-inner:before {
  font-family: 'fullAdmin-icon';
  content: '\a0bf';
  font-size: 5em;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: -0.3em;
  color: #ffe9f6;
}
.modalbox.modal-danger .modal-body-inner:before {
  content: '\a0be';
  color: #f26464;
}
.modalbox.modal-warning .modal-body-inner:before {
  content: '\a0bc';
  color: #ffdf81;
}
.modalbox.no-icon .modal-body-inner:before {
  content: '';
}
.modalbox .modal-footer {
  padding: 7px 15px;
}
.modalbox .modal-header {
  padding: 10px 15px;
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  visibility: visible;
  font-family: Candara, "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  border-style: solid;
  border-width: 0;
  border-color: #730238;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top,
.tooltip.top-left,
.tooltip.top-right {
  margin-top: -7px;
  padding: 8px 0;
}
.tooltip.right {
  margin-left: 1px;
  padding: 0 8px;
}
.tooltip.bottom,
.tooltip.bottom-left,
.tooltip.bottom-right {
  margin-top: -1px;
  padding: 8px 0;
}
.tooltip.left {
  margin-left: -7px;
  padding: 0 8px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #730238;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 1px;
  border-width: 8px 4px 0;
  border-top-color: inherit;
}
.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
  left: 50%;
}
.tooltip.top-right .tooltip-arrow {
  right: 8px;
}
.tooltip.top-left .tooltip-arrow {
  left: 8px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 1px;
  margin-top: -4px;
  border-width: 4px 8px 4px 0;
  border-right-color: inherit;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 1px;
  margin-top: -4px;
  border-width: 4px 0 4px 8px;
  border-left-color: inherit;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  top: 1px;
  /*margin-top: -@tooltip-arrow-width;*/
  border-width: 0 4px 8px;
  border-bottom-color: inherit;
}
.tooltip.bottom-left .tooltip-arrow {
  left: 8px;
}
.tooltip.bottom-right .tooltip-arrow {
  right: 8px;
}
.carousel {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.carousel-control {
  cursor: pointer;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-inner > .item.ng-animate[class*="-remove"] {
  position: absolute !important;
  top: 0;
}
.carousel-indicators li {
  text-indent: -9999px;
}
.carousel-indicators li img {
  width: 100%;
  height: 100%;
}
.carousel-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 45px;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding-left: 20px;
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.4);
}
/*number navigation*/
.carousel.number-navigation,
.carousel.thumb-navigation {
  padding: 2px;
  padding-bottom: 30px;
  border: 1px solid #ff8ac4;
  border-radius: 4px;
}
.carousel.number-navigation .carousel-indicators,
.carousel.thumb-navigation .carousel-indicators {
  bottom: 0;
  left: 0;
  z-index: 91;
  width: 100%;
  padding: 2px;
  margin: 0;
  background-color: #ffb3dd;
  background-image: -webkit-linear-gradient(top, #ffb6de 0%, #ffb3dd 100%);
  background-image: -o-linear-gradient(top, #ffb6de 0%, #ffb3dd 100%);
  background-image: linear-gradient(to bottom, #ffb6de 0%, #ffb3dd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb6de', endColorstr='#ffffb3dd', GradientType=0);
}
.carousel.number-navigation .carousel-indicators > li,
.carousel.thumb-navigation .carousel-indicators > li {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 1px;
  background-origin: content-box;
  text-indent: 0;
  border-radius: 4px;
  opacity: 0.4;
  background-image: -webkit-radial-gradient(center, ellipse cover, #ffb6de, #faa8cf);
  background-image: radial-gradient(ellipse at center, #ffb6de, #faa8cf);
  background-repeat: no-repeat;
}
.carousel.number-navigation .carousel-indicators .active,
.carousel.thumb-navigation .carousel-indicators .active {
  opacity: 1;
}
.carousel.number-navigation .indicator-no,
.carousel.thumb-navigation .indicator-no {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #730238;
}
.carousel.number-navigation .carousel-caption,
.carousel.thumb-navigation .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  text-align: justify;
  padding: 10px;
  border-top: 1px solid #ff8ac4;
  background-color: rgba(149, 13, 78, 0.5);
}
/*thumb navigation*/
.carousel.thumb-navigation {
  padding-bottom: 5px;
}
.carousel.thumb-navigation .carousel-indicators {
  overflow: hidden;
  height: 56px;
  padding: 0;
  padding-top: 3px;
}
.carousel.thumb-navigation .carousel-indicators > li {
  width: 70px;
  height: 50px;
  margin: 0;
  margin-bottom: 0;
  text-indent: 0;
  border-radius: 0;
  opacity: 0.6;
  border: 0;
  padding: 3px;
}
.carousel.thumb-navigation .carousel-indicators > li span {
  display: block;
  line-height: 46px;
  text-align: center;
}
.carousel.thumb-navigation .carousel-indicators > li canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.carousel.thumb-navigation .indicator-no {
  display: block;
}
.carousel.thumb-navigation .carousel-caption {
  bottom: 50px;
  color: #ffffff;
}
.carousel.thumb-navigation.show-page-butons:hover .carousel-page-control.page-left,
.carousel.thumb-navigation.show-page-butons:hover .carousel-page-control.page-right {
  display: block;
}
.carousel.thumb-navigation.show-page-butons:hover .carousel-page-control.page-all {
  right: 32px;
}
.carousel.thumb-navigation.all-thumbs-button:hover .carousel-page-control.page-all {
  display: block;
}
.carousel.thumb-navigation.shown-all-thumbs,
.carousel.thumb-navigation.shown-all-thumbs:hover {
  padding-bottom: 0;
}
.carousel.thumb-navigation.shown-all-thumbs .carousel-page-control,
.carousel.thumb-navigation.shown-all-thumbs:hover .carousel-page-control {
  display: none !important;
}
.carousel.thumb-navigation.shown-all-thumbs .carousel-indicators,
.carousel.thumb-navigation.shown-all-thumbs:hover .carousel-indicators {
  overflow: auto;
  height: auto;
  max-height: 216px;
  position: relative;
}
.carousel.thumb-navigation.shown-all-thumbs .carousel-indicators > li,
.carousel.thumb-navigation.shown-all-thumbs:hover .carousel-indicators > li {
  width: 52px !important;
  display: inline-block !important;
}
.carousel-page-control {
  position: absolute;
  display: none;
  bottom: 0;
  height: 54px;
  line-height: 53px;
  text-align: center;
  width: 30px;
  cursor: pointer;
  z-index: 92;
  border: 1px solid #ff5ba9;
  background-color: #ff7fbc;
  background-image: -webkit-radial-gradient(circle, #ff8fc6, #f40074);
  background-image: radial-gradient(circle, #ff8fc6, #f40074);
  background-repeat: no-repeat;
}
.carousel-page-control.page-left {
  left: 0;
  font-size: 1.667em;
}
.carousel-page-control.page-right {
  right: 0;
  font-size: 1.667em;
}
.carousel-page-control.page-all {
  width: 54px;
  right: 0;
  padding-top: 12px;
  line-height: 10px;
}
.carousel-page-control.page-all > * {
  display: block;
}
.carousel-page-control.page-all .page-all-total {
  font-weight: bold;
}
.carousel-zoom .zoom-item {
  cursor: zoom-in;
}
@media (max-width: 767px) {
  .carousel-caption {
    left: 10%;
    right: 10%;
    bottom: 0;
    padding-bottom: 0;
    font-size: 0.6em;
  }
  .carousel-caption h4 {
    font-size: 12px;
  }
}
.alert-container {
  position: fixed;
  top: 10px;
  right: 10px;
  max-width: 300px;
  background-image: none;
  background-color: transparent;
  z-index: 9998;
}
.alert-container.top-left {
  top: 10px;
  right: auto;
  right: initial;
  left: 10px;
}
.alert-container.bottom-left {
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  left: 10px;
  bottom: 10px;
}
.alert-container.bottom-right {
  top: auto;
  top: initial;
  bottom: 10px;
}
.alert-container.center {
  top: 40%;
  right: 40%;
}
.alert-title {
  padding-right: 10px;
}
.with-arrow {
  /**horizontal setting**/
}
.with-arrow[class*=" bottom"] {
  margin-top: 10px;
}
.with-arrow[class*=" top"] {
  margin-top: -10px;
  -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
}
.with-arrow[class*=" left"] {
  margin-left: -10px;
}
.with-arrow[class*=" right"] {
  margin-left: 10px;
}
.with-arrow:before,
.with-arrow:after {
  content: '';
  display: inline-block;
  border-style: solid;
  position: absolute;
  border-color: inherit;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  border-width: 10px;
  margin-left: -10px;
  margin-top: -10px;
}
.with-arrow:after {
  border-color: #ffffff;
}
.with-arrow.bottom:before,
.with-arrow.bottom-left:before,
.with-arrow.bottom-right:before,
.with-arrow.top:before,
.with-arrow.top-left:before,
.with-arrow.top-right:before,
.with-arrow.bottom:after,
.with-arrow.bottom-left:after,
.with-arrow.bottom-right:after,
.with-arrow.top:after,
.with-arrow.top-left:after,
.with-arrow.top-right:after {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  margin-top: 0 !important;
}
.with-arrow.bottom:before,
.with-arrow.bottom-left:before,
.with-arrow.bottom-right:before {
  margin-top: 0px !important;
}
.with-arrow.bottom:after,
.with-arrow.bottom-left:after,
.with-arrow.bottom-right:after {
  margin-top: 2px !important;
}
.with-arrow.bottom:before,
.with-arrow.bottom-left:before,
.with-arrow.bottom-right:before,
.with-arrow.bottom:after,
.with-arrow.bottom-left:after,
.with-arrow.bottom-right:after {
  border-top-width: 0 !important;
  bottom: auto !important;
}
.with-arrow.top:before,
.with-arrow.top-left:before,
.with-arrow.top-right:before {
  margin-bottom: 0px !important;
}
.with-arrow.top:after,
.with-arrow.top-left:after,
.with-arrow.top-right:after {
  margin-bottom: 2px !important;
}
.with-arrow.top:before,
.with-arrow.top-left:before,
.with-arrow.top-right:before,
.with-arrow.top:after,
.with-arrow.top-left:after,
.with-arrow.top-right:after {
  border-bottom-width: 0 !important;
  top: auto !important;
}
.with-arrow.bottom-right:before,
.with-arrow.top-right:before,
.with-arrow.bottom-right:after,
.with-arrow.top-right:after {
  margin-left: 0 !important;
  left: auto !important;
  right: 10px !important;
}
.with-arrow.bottom-left:before,
.with-arrow.top-left:before,
.with-arrow.bottom-left:after,
.with-arrow.top-left:after {
  margin-left: 0 !important;
  right: auto !important;
  left: 10px !important;
}
.with-arrow.bottom:before,
.with-arrow.top:before,
.with-arrow.bottom:after,
.with-arrow.top:after {
  left: 50% !important;
  right: auto !important;
}
.with-arrow.left:before,
.with-arrow.left-top:before,
.with-arrow.left-bottom:before,
.with-arrow.right:before,
.with-arrow.right-top:before,
.with-arrow.right-bottom:before,
.with-arrow.left:after,
.with-arrow.left-top:after,
.with-arrow.left-bottom:after,
.with-arrow.right:after,
.with-arrow.right-top:after,
.with-arrow.right-bottom:after {
  border-bottom-color: transparent !important;
  border-top-color: transparent !important;
  margin-left: 0 !important;
}
.with-arrow.left:before,
.with-arrow.left-top:before,
.with-arrow.left-bottom:before,
.with-arrow.left:after,
.with-arrow.left-top:after,
.with-arrow.left-bottom:after {
  border-right-width: 0 !important;
  left: auto !important;
}
.with-arrow.left:after,
.with-arrow.left-top:after,
.with-arrow.left-bottom:after {
  margin-right: 2px !important;
}
.with-arrow.right:before,
.with-arrow.right-top:before,
.with-arrow.right-bottom:before,
.with-arrow.right:after,
.with-arrow.right-top:after,
.with-arrow.right-bottom:after {
  border-left-width: 0 !important;
  right: auto !important;
}
.with-arrow.right:after,
.with-arrow.right-top:after,
.with-arrow.right-bottom:after {
  margin-left: 2px !important;
}
.with-arrow.left-top:before,
.with-arrow.right-top:before,
.with-arrow.left-top:after,
.with-arrow.right-top:after {
  margin-top: 0 !important;
  bottom: 10px !important;
  top: auto !important;
}
.with-arrow.left-bottom:before,
.with-arrow.right-bottom:before,
.with-arrow.left-bottom:after,
.with-arrow.right-bottom:after {
  margin-top: 0 !important;
  top: 10px !important;
  bottom: auto !important;
}
.with-arrow.left:before,
.with-arrow.right:before,
.with-arrow.left:after,
.with-arrow.right:after {
  top: 50% !important;
  bottom: auto !important;
}
.aside {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
  z-index: 1040;
  width: 220px;
  min-height: 150px;
  top: 0;
  bottom: 0;
  position: fixed;
  background-color: #950d4e;
  visibility: hidden;
  color: #f35fa5;
}
.aside:not(.ng-animate) {
  -webkit-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.aside-closed {
  width: 0;
  max-width: 0;
  visibility: hidden;
}
.aside-collapsed {
  width: 60px;
  -webkit-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.aside-collapsed .aside-header .aside-title {
  display: none;
}
.aside-collapsed .aside-header .aside-buttons {
  width: 100%;
  margin: auto;
  float: none;
  text-align: center;
}
.aside-opened {
  visibility: visible;
}
.aside-opened.aside-collapsed {
  width: 60px;
}
.aside-left {
  left: 0;
  margin-left: 0;
}
.aside-right {
  right: 0;
  margin-right: 0;
}
.aside-header {
  display: block;
  position: relative;
  width: 100%;
  padding: 7px 10px;
  background-color: #740b3d;
  border-bottom: 1px solid #5d0830;
  white-space: nowrap;
  -webkit-box-shadow: 0 1px 0px -1px rgba(50, 50, 50, 0.3);
  box-shadow: 0 1px 0px -1px rgba(50, 50, 50, 0.3);
}
.aside-header .aside-title {
  display: inline-block;
  font-size: 1.1em;
}
.aside-header .aside-buttons {
  float: right;
  margin-top: -2px;
  width: auto;
  clear: both;
}
.aside-header .aside-buttons > * {
  display: inline-block;
}
.aside-header .aside-buttons > .btn {
  margin-top: -0.2em;
}
.aside-footer {
  width: 100%;
  height: 35px;
  background-color: #7d0b42;
  border-top: 1px solid #5d0830;
  position: absolute;
  vertical-align: middle;
  bottom: 0;
}
.aside-content {
  border-radius: 1px;
  height: 100%;
  background-color: #fff;
}
.aside-body {
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0;
  color: inherit;
}
.aside-body .nav {
  color: inherit;
}
.aside-body .nav > li {
  color: inherit;
}
.aside-body .nav > li.divider {
  padding: 2px;
  display: block;
  background-color: #ed358c;
}
.aside-body .nav > li > a {
  color: inherit;
  white-space: nowrap;
}
.aside-fixed {
  position: fixed;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.aside-absolute {
  position: absolute;
}
.aside-relative {
  position: relative;
}
.aside-relative.aside-left {
  float: left;
  top: 0;
}
.aside-relative.aside-right {
  float: right;
  top: 0;
}
.aside-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 1031;
  opacity: 0.5;
}
/*page settings*/
.left-aside-opened .hide-on-aside-left {
  display: none;
}
.left-aside-opened.left-aside-collapsible,
.left-aside-opened.left-aside-collapsed,
.left-aside-opened.left-aside-collapsed.left-off-canvas-mobile,
.left-aside-opened.left-aside-collapsed.left-off-canvas-all,
.left-aside-opened.left-aside-collapsed.left-off-canvas-desktop,
.left-aside-opened.left-aside-collapsed.left-off-canvas-touches,
.left-aside-opened.left-aside-collapsed.left-aside-relative,
.left-aside-opened.left-aside-collapsed.left-aside-pinned {
  width: 100%;
}
.left-aside-opened.left-aside-collapsible .content-wrapper,
.left-aside-opened.left-aside-collapsed .content-wrapper,
.left-aside-opened.left-aside-collapsed.left-off-canvas-mobile .content-wrapper,
.left-aside-opened.left-aside-collapsed.left-off-canvas-all .content-wrapper,
.left-aside-opened.left-aside-collapsed.left-off-canvas-desktop .content-wrapper,
.left-aside-opened.left-aside-collapsed.left-off-canvas-touches .content-wrapper,
.left-aside-opened.left-aside-collapsed.left-aside-relative .content-wrapper,
.left-aside-opened.left-aside-collapsed.left-aside-pinned .content-wrapper {
  margin-left: 60px;
}
.left-aside-opened.left-off-canvas-all,
.left-aside-opened.left-off-canvas-desktop {
  width: calc(100% + 220px);
}
.left-aside-opened.left-off-canvas-all .content-wrapper,
.left-aside-opened.left-off-canvas-desktop .content-wrapper,
.left-aside-opened.left-aside-relative .content-wrapper,
.left-aside-opened.left-aside-pinned .content-wrapper {
  margin-left: 220px;
}
/*right page settings*/
.right-aside-opened .hide-on-aside-right {
  display: none;
}
.right-aside-opened.right-aside-collapsible,
.right-aside-opened.right-aside-collapsed,
.right-aside-opened.right-aside-collapsed.right-off-canvas-mobile,
.right-aside-opened.right-aside-collapsed.right-off-canvas-all,
.right-aside-opened.right-aside-collapsed.right-off-canvas-desktop,
.right-aside-opened.right-aside-collapsed.right-off-canvas-touches,
.right-aside-opened.right-aside-collapsed.right-aside-relative,
.right-aside-opened.right-aside-collapsed.right-aside-pinned {
  width: 100%;
  margin-left: 0;
}
.right-aside-opened.right-aside-collapsible .content-wrapper,
.right-aside-opened.right-aside-collapsed .content-wrapper,
.right-aside-opened.right-aside-collapsed.right-off-canvas-mobile .content-wrapper,
.right-aside-opened.right-aside-collapsed.right-off-canvas-all .content-wrapper,
.right-aside-opened.right-aside-collapsed.right-off-canvas-desktop .content-wrapper,
.right-aside-opened.right-aside-collapsed.right-off-canvas-touches .content-wrapper,
.right-aside-opened.right-aside-collapsed.right-aside-relative .content-wrapper,
.right-aside-opened.right-aside-collapsed.right-aside-pinned .content-wrapper {
  margin-right: 60px;
}
.right-aside-opened.right-off-canvas-all,
.right-aside-opened.right-off-canvas-desktop {
  width: calc(100% + 220px);
  margin-left: -220px;
}
.right-aside-opened.right-off-canvas-all .content-wrapper,
.right-aside-opened.right-off-canvas-desktop .content-wrapper,
.right-aside-opened.right-aside-relative .content-wrapper,
.right-aside-opened.right-aside-pinned .content-wrapper {
  margin-right: 220px;
}
.content-wrapper {
  -webkit-transition: margin 0.2s linear;
  -o-transition: margin 0.2s linear;
  transition: margin 0.2s linear;
}
[class*="left-off-canvas"],
[class*="right-off-canvas"] {
  -webkit-transition: margin, width, 0.2s linear;
  -o-transition: margin, width, 0.2s linear;
  transition: margin, width, 0.2s linear;
}
.skin-default .aside-with-menu,
.aside-default.aside {
  background-color: #ffe9f6;
  color: #290010;
}
.skin-default .aside-with-menu .aside-header,
.aside-default.aside .aside-header {
  background-color: #ffcbe4;
  border-bottom: 1px solid #ffb2d6;
  -webkit-box-shadow: 0 1px 2px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0 1px 2px 0px rgba(50, 50, 50, 0.1);
}
.skin-default .aside-with-menu .aside-footer,
.aside-default.aside .aside-footer {
  background-color: #ffd5e9;
  border-top: 1px solid #ffb2d6;
}
.skin-default .aside-with-menu .aside-overlay,
.aside-default.aside .aside-overlay {
  background-color: #b71d67;
}
.skin-default .aside-with-menu .top-level,
.aside-default.aside .top-level {
  border-bottom: 1px solid #fffeff;
}
.skin-default .aside-with-menu .top-level > li,
.aside-default.aside .top-level > li {
  border-bottom: 1px solid #ffdaec;
  border-top: 1px solid #fffeff;
}
.aside-with-menu .aside-body {
  padding: 0;
}
@media (max-width: 768px) {
  [class*="-off-canvas-mobile"] .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  [class*="-off-canvas-touches"] .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  [class*="-off-canvas-desktop"] .content-wrapper {
    width: 100%;
  }
}
[class*="-off-canvas-all"] .content-wrapper {
  width: 100%;
}
*:hover > .scrollable::-webkit-scrollbar,
*:focus > .scrollable::-webkit-scrollbar,
.scrollable:hover::-webkit-scrollbar,
.scrollable:focus::-webkit-scrollbar {
  opacity: 1;
  display: block;
}
.scrollable {
  max-height: 100%;
  z-index: 1;
}
.scrollable.no-webkit,
.scrollable.no-webkit .scrollable-inner {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.scrollable .scrollable-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.scrollable > * > .scrollbar,
.scrollable > .scrollbar {
  position: absolute;
  z-index: 9;
}
.scrollable:not(.bar-visible) .scrollbar {
  visibility: hidden;
}
.scrollable:hover .scrollbar,
.scrollable:active .scrollbar,
.scrollable:focus .scrollbar {
  visibility: visible;
  /*display:block;*/
}
.scrollable li.scrollbar-list-item {
  position: none !important;
  position: initial !important;
}
.scrollable.scrollable-y {
  overflow-y: auto !important;
}
.scrollable.bar-visible .scrollbar {
  visibility: visible !important;
}
.scrollbar:hover,
.scrollbar-track:hover,
.scrollbar-thumb:hover,
.scrollbar:focus,
.scrollbar-track:focus,
.scrollbar-thumb:focus {
  -webkit-animation-delay: 0;
  animation-delay: 0;
  transition-delay: 0;
  -webkit-transition-delay: 0;
}
.vertical-bar.bar-right,
.vertical-bar.bar-left {
  min-width: 8px;
}
.vertical-bar.bar-right {
  right: 5px;
}
.vertical-bar.bar-left {
  left: 5px;
}
.horizontal-bar.bar-top,
.horizontal-bar.bar-bottom {
  min-height: 8px;
}
.horizontal-bar.bar-top {
  top: 5px;
}
.horizontal-bar.bar-bottom {
  bottom: 5px;
}
.scrollbar .scrollbar-track {
  position: relative;
}
.scrollbar .scrollbar-thumb {
  position: absolute;
  cursor: default;
  opacity: 0.9;
  background-color: #b71d67;
  width: 100%;
  border-radius: 6px;
  -webkit-box-shadow: inset 3px 3px 9px rgba(255, 255, 255, 0.3), inset -3px -3px 9px rgba(255, 255, 255, 0.3);
  box-shadow: inset 3px 3px 9px rgba(255, 255, 255, 0.3), inset -3px -3px 9px rgba(255, 255, 255, 0.3);
}
.scrollbar .scrollbar-thumb:hover,
.scrollbar .scrollbar-thumb:focus {
  opacity: 1;
  -webkit-box-shadow: inset 3px 3px 9px rgba(0, 0, 0, 0.2), inset -3px -3px 9px rgba(0, 0, 0, 0.2);
  box-shadow: inset 3px 3px 9px rgba(0, 0, 0, 0.2), inset -3px -3px 9px rgba(0, 0, 0, 0.2);
}
.scrollbar.horizontal-bar .scrollbar-thumb {
  min-width: 6px;
  height: 100%;
}
.scrollbar.horizontal-bar {
  display: table;
}
.scrollbar.horizontal-bar .scrollbar-track {
  display: table-cell;
  vertical-align: middle;
  padding-left: 3px;
  padding-right: 3px;
}
.scrollbar.vertical-bar .scrollbar-thumb {
  min-height: 6px;
  width: 100%;
}
.scrollbar.vertical-bar .scrollbar-track {
  width: 100%;
  margin: auto;
}
.scrollbar-track > .track-inner {
  position: relative;
  background-color: rgba(255, 142, 196, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  width: 100%;
  height: 100%;
}
.bar-increment,
.bar-decrement {
  cursor: pointer;
  text-align: center;
  position: relative;
  background-color: #b71d67;
  border-radius: 4px;
  min-width: 8px;
  min-height: 8px;
  background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.3));
  background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.3));
  background-repeat: no-repeat;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
}
.bar-increment > span,
.bar-decrement > span {
  width: 0;
  height: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-width: 4px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8);
}
.show-bar-button .horizontal-bar .scrollbar-track {
  padding-left: 3px;
  padding-right: 3px;
}
.show-bar-button .vertical-bar .scrollbar-track {
  padding-top: 3px;
  padding-bottom: 3px;
}
.horizontal-bar .scrollbar-track > .track-inner {
  width: 100%;
}
.horizontal-bar .bar-decrement,
.horizontal-bar .bar-increment {
  display: table-cell;
  vertical-align: middle;
}
.horizontal-bar .bar-decrement > span {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: none;
  border-right-width: 7px;
}
.horizontal-bar .bar-increment > span {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-width: 7px;
  border-right: none;
}
.vertical-bar .scrollbar-track > .track-inner {
  width: 100%;
  margin: auto;
  height: 100%;
}
.vertical-bar .bar-decrement,
.vertical-bar .bar-increment {
  display: block;
  width: 100%;
}
.vertical-bar .bar-decrement > span,
.vertical-bar .bar-increment > span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -4px;
}
.vertical-bar .bar-decrement > span {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-width: 7px;
  border-top: none;
}
.vertical-bar .bar-increment > span {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: none;
  border-top-width: 7px;
  margin-top: -3px;
}
.hide-rail .scrollbar-track > .track-inner {
  background-color: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/*size settings*/
select::-webkit-scrollbar,
textarea::-webkit-scrollbar,
iframe::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.bar-slimmest .track-inner,
.bar-slimmest .scrollbar-thumb {
  border-radius: 2px !important;
}
.bar-slim .track-inner,
.bar-slim .scrollbar-thumb {
  border-radius: 4px !important;
}
.bar-normal .track-inner,
.bar-normal .scrollbar-thumb {
  border-radius: 6px;
}
.bar-thick .track-inner,
.bar-thick .scrollbar-thumb {
  border-radius: 8px !important;
}
.bar-thickest .track-inner,
.bar-thickest .scrollbar-thumb {
  border-radius: 10px !important;
}
.bar-info {
  /*.webkit-scrollbar-variant(@bg-color; @color; @thumb-bg;);*/
}
.bar-info .scrollbar .scrollbar-thumb {
  background-color: #00b4ff;
}
.bar-info .scrollbar-track > .track-inner {
  background-color: #61e6ff;
}
.bar-info .bar-increment,
.bar-info .bar-decrement {
  background-color: #00b4ff;
}
.bar-info .bar-increment > span,
.bar-info .bar-decrement > span {
  border-color: #61e6ff;
}
.bar-danger {
  /*.webkit-scrollbar-variant(@bg-color; @color; @thumb-bg;);*/
}
.bar-danger .scrollbar .scrollbar-thumb {
  background-color: #db3c3c;
}
.bar-danger .scrollbar-track > .track-inner {
  background-color: #ff8d8d;
}
.bar-danger .bar-increment,
.bar-danger .bar-decrement {
  background-color: #db3c3c;
}
.bar-danger .bar-increment > span,
.bar-danger .bar-decrement > span {
  border-color: #ff8d8d;
}
.bar-warning {
  /*.webkit-scrollbar-variant(@bg-color; @color; @thumb-bg;);*/
}
.bar-warning .scrollbar .scrollbar-thumb {
  background-color: #ecb550;
}
.bar-warning .scrollbar-track > .track-inner {
  background-color: #fff3a6;
}
.bar-warning .bar-increment,
.bar-warning .bar-decrement {
  background-color: #ecb550;
}
.bar-warning .bar-increment > span,
.bar-warning .bar-decrement > span {
  border-color: #fff3a6;
}
.bar-success {
  /*.webkit-scrollbar-variant(@bg-color; @color; @thumb-bg;);*/
}
.bar-success .scrollbar .scrollbar-thumb {
  background-color: #03be65;
}
.bar-success .scrollbar-track > .track-inner {
  background-color: #63ecab;
}
.bar-success .bar-increment,
.bar-success .bar-decrement {
  background-color: #03be65;
}
.bar-success .bar-increment > span,
.bar-success .bar-decrement > span {
  border-color: #63ecab;
}
@media (max-width: 767px) {
  ::-webkit-scrollbar,
  ::-webkit-scrollbar-button {
    width: 0 !important;
    height: 0 !important;
  }
}
.fic {
  position: relative;
  top: 0.2em;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.367em;
}
.fic.fic-bold {
  font-weight: bold;
}
.fic.fic-xs {
  font-size: .867em;
}
.fic.fic-sm {
  font-size: 1em;
}
.fic.fic-md {
  font-size: 1.5em;
  line-height: 0.85;
}
.fic.fic-lg {
  font-size: 2.2em;
  line-height: 0.6;
}
.fic.fic-xl {
  font-size: 3.2em;
  line-height: 0.45;
}
.fic.fic-xxl {
  font-size: 5em;
  line-height: 0.35;
}
.fic.fic-3xl {
  font-size: 7em;
  line-height: 0.35;
}
.fic.fic-4xl {
  font-size: 9em;
  line-height: 0.35;
}
.fic.fic-right {
  float: right;
  height: 100%;
}
.fic.fic-right:before {
  margin-top: 50%;
  line-height: 0.9;
  display: block;
}
.fic.fic-circle-32 {
  border-radius: 50%;
  border-width: 2px;
  width: 32px;
  height: 32px;
}
.control-label .fic,
.input-group-addon .fic {
  /*top:0;*/
  line-height: 0;
}
.fic.spin,
.fic.hover-spin:hover {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.fic.hover-spin:empty,
.fic.hover-spin:not(:empty) .fic.spin:empty,
.fic.spin:not(:empty) {
  min-width: initial;
}
.fic.flash {
  -webkit-animation: flashIn 1s infinite linear;
  -moz-animation: flashIn 1s infinite linear;
  -o-animation: flashIn 1s infinite linear;
  animation: flashIn 1s infinite linear;
}
.fic.rotate-90 {
  -webkit-transition: ease 1s;
  transition: ease 1s;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fic.rotate-180 {
  -webkit-transition: ease 1s;
  transition: ease 1s;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fic.rotate-270 {
  -webkit-transition: ease 1s;
  transition: ease 1s;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fic.flip-horizontal,
* > .fic.flip-horizontal,
.fic.flip-vertical,
* > .fic.flip-vertical {
  -webkit-transition: ease 1s;
  transition: ease 1s;
}
.fic:hover.flip-horizontal,
*:hover > .fic.flip-horizontal {
  -webkit-transition: ease 1s;
  transition: ease 1s;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fic:hover.flip-vertical,
*:hover > .fic.flip-vertical {
  -webkit-transition: ease 1s;
  transition: ease 1s;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  25% {
    color: yellow;
  }
  50% {
    color: green;
  }
  75% {
    color: red;
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    color: yellow;
  }
  50% {
    color: green;
  }
  75% {
    color: red;
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  25% {
    color: yellow;
  }
  50% {
    color: green;
  }
  75% {
    color: red;
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  25% {
    color: yellow;
  }
  50% {
    color: green;
  }
  75% {
    color: red;
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  25% {
    color: yellow;
  }
  50% {
    color: green;
  }
  75% {
    color: red;
  }
  100% {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes flashIn {
  0% {
    opacity: 0.8;
    color: yellow;
  }
  50% {
    opacity: 0.8;
    color: purple;
  }
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.1;
    color: red;
  }
}
@keyframes flashIn {
  0% {
    opacity: 0.8;
    color: yellow;
  }
  50% {
    opacity: 0.8;
    color: purple;
  }
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.1;
    color: red;
  }
}
.calendar-panel {
  display: none;
  position: absolute;
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 4px;
  width: auto;
  z-index: 1040;
  max-width: 270px;
  background-color: #ffffff;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
  border-color: #ffe9f6;
  /*with-arrow settings*/
}
.calendar-panel.with-arrow[class*=" bottom"] {
  margin-top: 14px;
}
.calendar-panel.with-arrow[class*=" top"] {
  margin-top: -14px;
}
.calendar-panel.with-arrow[class*=" left"] {
  margin-left: -14px;
}
.calendar-panel.with-arrow[class*=" right"] {
  margin-left: 14px;
}
.calendar-panel.with-arrow:before,
.calendar-panel.with-arrow:after {
  top: -14px;
  bottom: -14px;
  left: -14px;
  right: -14px;
  border-width: 14px;
  margin-left: -14px;
  margin-top: -14px;
}
.calendar-panel.with-arrow:after {
  border-color: #ffffff;
}
.calendar-panel .fic {
  top: 0.1em;
}
.calendar-panel a,
.calendar-header button {
  color: #44001d;
  text-decoration: none;
}
.calendar-panel.picker-datarange {
  max-width: 555px;
}
.calendar-header,
.calendar-footer {
  width: 100%;
}
.calendar-body {
  width: 100%;
  overflow: hidden;
}
.calendar-body:before,
.calendar-body:after {
  content: " ";
  display: table;
}
.calendar-body:after {
  clear: both;
}
.calendar-body:before,
.calendar-body:after {
  content: " ";
  display: table;
}
.calendar-body:after {
  clear: both;
}
.calendar-footer {
  margin-top: 3px;
}
.calendar-footer:empty {
  display: none;
}
.calendar-footer-title {
  background-color: #fffafd;
  display: block;
  padding: 5px 9px;
  position: relative;
}
.calendar-footer-title .footer-today {
  position: absolute;
  top: 5px;
  right: 9px;
  font-size: 1em;
  cursor: pointer;
  color: inherit;
}
.calendar-footer-title .footer-today .fic {
  font-size: 1.1em;
}
.calendar-header-title {
  background-color: #fff;
  display: block;
  padding: 5px 9px;
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
}
.calendar-header-title .header-hide {
  position: absolute;
  top: 8px;
  right: 9px;
  cursor: pointer;
  color: #44001d;
  font-size: 0.7em;
  font-weight: normal;
}
.calendar-header-title .header-hide .fic {
  font-size: 1.5em;
  line-height: 0;
  top: 0.2em;
  font-weight: bold;
}
.calendar-table {
  border-collapse: separate;
  min-width: 212px;
  max-width: 100%;
  overflow: hidden;
  color: #44001d;
  background-color: #fffafd;
  border: 1px solid #ffe9f6;
  /* IE class */
}
.calendar-table:last-child {
  margin-bottom: 0;
}
.calendar-table.last-child {
  margin-bottom: 0;
}
.calendar-table tr > td {
  overflow: hidden;
  position: relative;
}
.calendar-table thead,
.calendar-table tbody,
.calendar-table thead tr,
.calendar-table tbody tr {
  border-color: inherit;
  color: inherit;
}
.calendar-table thead th,
.calendar-table thead td {
  height: 25px;
  color: #7b003b;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-top-color: white;
  border-left-color: white;
  vertical-align: middle;
  text-align: center;
  background-color: #ffe7f3;
  background-image: -webkit-linear-gradient(top, #fffafd 0%, #ffdded 100%);
  background-image: -o-linear-gradient(top, #fffafd 0%, #ffdded 100%);
  background-image: linear-gradient(to bottom, #fffafd 0%, #ffdded 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffafd', endColorstr='#ffffdded', GradientType=0);
}
.calendar-table.has-week-no thead th,
.calendar-table.has-week-no thead td {
  width: 12.5%;
}
.calendar-table tbody th,
.calendar-table tbody td {
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-top-color: white;
  border-left-color: white;
  color: inherit;
  height: 30px;
  width: 30px;
  min-width: 30px;
  text-align: center;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
.calendar-table.has-week-no tbody th,
.calendar-table.has-week-no tbody td {
  height: 27px;
}
.calendar-table thead th.cal-week-no,
.calendar-table tbody th {
  color: #7b003b;
  border-right-width: 2px;
}
.calendar-table tbody th.out-month,
.calendar-table tbody td.out-month,
.calendar-table tbody th.out-month.unselectable,
.calendar-table tbody td.out-month.unselectable,
.calendar-table tbody th.out-month:hover,
.calendar-table tbody td.out-month:hover,
.calendar-table tbody th.out-month.unselectable:hover,
.calendar-table tbody td.out-month.unselectable:hover {
  cursor: default;
  pointer-events: none;
  opacity: 0 !important;
  color: #7b003b;
  background-color: #fffcfd;
}
.calendar-table tbody th.weekend,
.calendar-table tbody td.weekend {
  opacity: 0.8;
  color: #999;
  color: #990049;
  background-color: #ffecf5;
}
.calendar-table tbody td:hover {
  background-color: #950d4e;
  color: #ffffff;
}
.calendar-table tbody td:hover {
  opacity: 0.9 !important;
}
.calendar-table tbody td.selected,
.calendar-table tbody td.selected:hover {
  color: #480022;
  background-color: #ffc9e3;
}
.calendar-table tbody td.model_selected,
.calendar-table tbody td.model_selected:hover {
  background-color: #fb7100;
  color: #ffffff;
}
.calendar-table tbody th.unselectable,
.calendar-table tbody td.unselectable {
  cursor: default;
  cursor: not-allowed;
  background-color: #fffcfd !important;
  text-decoration: double;
  opacity: 0.5 !important;
  color: #44001d !important;
}
.calendar-table tbody th.unselectable:hover,
.calendar-table tbody td.unselectable:hover {
  background-color: #fffcfd;
  opacity: 0.5 !important;
  color: #44001d;
}
.calendar-table tr th:last-child,
.calendar-table tr td:last-child {
  border-right-color: white;
}
.calendar-table tbody tr:last-child th,
.calendar-table tbody tr:last-child td {
  border-bottom-color: white;
}
/***header ***/
table.cal-header-table {
  /*table-layout: fixed;*/
  width: 100%;
}
.cal-header-table tr > td {
  vertical-align: middle;
  position: relative;
}
.cal-header-table tr > td.before,
.cal-header-table tr > td.next,
.cal-header-table tr > td.today,
.cal-header-table tr > td.hide-cal {
  width: 35px;
  /*overflow:hidden;*/
  vertical-align: middle;
}
.cal-header-table tr > td.date-head {
  font-weight: bold;
  text-align: center;
}
.cal-header-table tr > td > button {
  background-color: transparent;
  background-image: none;
  padding: 3px 4px;
  border: none;
  margin: 0;
  font-size: 1.5em;
}
.cal-header-table tr > td > button:focus {
  outline: none;
}
.cal-header-table tr > td > button:before,
.cal-header-table tr > td > button:after {
  content: '';
}
.calendar-panel .year-selector {
  min-width: 212px;
  max-width: 100%;
  height: 40px;
  padding: 2px 4px 0;
  border: 1px solid #ffe9f6;
  background-color: #fffafd;
  overflow: auto;
  position: relative;
}
.year-selector .selector-inner {
  display: table;
  min-width: 100%;
  width: auto;
}
.year-selector .selector-inner > a {
  display: table-cell;
  max-width: none;
  padding: 1px 2px;
  margin-right: 5px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.year-selector .selector-inner > a > span {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  padding: 3px 7px;
}
.year-selector a:first-child {
  margin-left: 5px;
}
.year-selector a.active span,
.year-selector a:hover span {
  border-color: #5d0830;
  background-color: #950d4e;
  color: #ffffff;
  border-radius: 3px;
}
.year-selector a:hover {
  opacity: 0.9;
}
.calendar-footer-title + .year-selector {
  padding-top: 3px;
}
/*timepicker*/
.tp-container {
  width: 100%;
}
.tp-container .tp-switcher {
  text-align: center;
  padding-top: 6px;
  padding-bottom: 3px;
  position: relative;
}
.tp-visible .tp-switcher {
  background-color: #ffffff;
  border-bottom: 1px solid #ffe9f6;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 7px;
}
.tp-switcher .tp-close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  cursor: pointer;
}
.tp-visible .tp-close {
  display: block;
}
.tp-switcher .tps-btn {
  cursor: pointer;
  font-size: 0.9em;
}
.tp-switcher .tps-btn span {
  font-size: 1.2em;
  display: inline-block;
  padding-left: 7px;
}
.cal-timepicker {
  display: none;
}
.tp-table {
  width: 100%;
  table-layout: fixed;
}
.tp-table tbody {
  width: 100%;
}
.tp-table tr > td {
  vertical-align: middle;
  text-align: center;
  width: 26%;
  height: 35px;
  min-height: 35px;
}
.tp-table tr > td.tp-seperator {
  width: 6%;
}
.tp-table tr > td > button.btn {
  line-height: 25px;
  padding: 1px 15px 0px;
}
.tp-table tr > td > button.btn:focus {
  outline: none;
}
.tp-time-list {
  width: 100%;
  max-height: 150px;
}
.tp-time-list > a {
  display: inline-block;
  width: 20%;
  text-align: center;
  padding: 2px;
  color: #999;
  cursor: pointer;
}
.tp-time-list > a span {
  padding: 3px 5px;
  display: block;
}
.tp-time-list > a:hover span,
.tp-time-list > a:focus span,
.tp-time-list > a.active span {
  background-color: #fb7100;
  color: #ffffff;
}
.tp-time-list > a:focus span,
.tp-time-list > a:hover span {
  opacity: 0.8;
}
/*inline*/
.calendar-inline {
  width: 100%;
  overflow: hidden;
}
.calendar-inline .calendar-panel {
  display: block !important;
  position: relative;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  z-index: 2;
}
.calendar-inline .calendar-panel .calendar-table,
.calendar-inline .calendar-panel .year-selector {
  width: 100%;
}
.calendar-inline td.hide-cal {
  display: none;
}
.cal-overlay {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 480px) {
  .calendar-panel {
    padding: 0;
  }
  .calendar-panel > div {
    z-index: 1;
    background-color: inherit;
  }
  .calendar-panel > div.cal-overlay {
    display: block;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .calendar-footer {
    margin-top: 0;
    padding-top: 3px;
    border-top: 1px solid #ffbcdc;
  }
}
.color-pick {
  border: 1px solid #ffe9f6;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.colorpicker,
.color-selector-panel {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popover.colorpicker {
  width: 197px;
  min-width: 197px;
  max-width: 197px;
  padding: 7px 7px;
}
.colorpicker .nav.palettes-list {
  margin: 0;
  padding: 0;
  width: 100%;
}
.colorpicker .nav.palettes-list li {
  float: left;
  padding: 0;
  margin: 0;
  padding-right: 3px;
}
.colorpicker .nav.palettes-list li:nth-child(8n + 0) {
  padding-right: 0;
}
.colorpicker .color-pick {
  border: 1px solid #ffe9f6;
  width: 20px;
  height: 20px;
}
.color-selector-panel {
  font-size: 11px;
  display: none;
}
.colorpicker .angle-up {
  display: none;
}
.picker-open .angle-up {
  display: inline-block;
}
.picker-open .color-selector-panel {
  display: block;
}
.picker-open .angle-down,
.picker-open .palettes-list {
  display: none;
}
.color-selector-panel ul > li {
  margin-bottom: 0;
}
.color-saturation {
  width: 146px;
  float: left;
  height: 146px;
  position: relative;
  cursor: crosshair;
  margin: 0;
  padding: 0;
  background-color: red;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAQAAACWCLlpAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAJiS0dEAP+Hj8y/AAAACXBIWXMAAC4jAAAuIwF4pT92AAArWklEQVR42s197ZIjSW6kA6zT6eNOr6H3fxmZ3QvITrbSmmSame4iM9zvBz4iIjNZ3Tu7e6ae6WpWMovMRAAOhwPBskEA9Vcg1P/G1/movo/Hox8zv4uvdfzn/hs/OHJ5fvBRx3R+dqzfaXu8X29eMeWEuN6HQAKkKAgcoA5Sn/iuf9IH/rw/BtXDAdhDfUT9jPJZEJDHZeR/nqdQkGv5GcBgAIwGq8fxHeuYYPt/XM6EOF9HwMjrIgg3igZQiK94AaAdoGjU0w497alP+03f8Ef7A/6v/g/+2T5ev8tADsLLEIII1yHoKDMADoAwGDz/NbjXLSAvPG+Y3gfLBCzDOQ60+eU6amkwjc42NAG40eD5TqS5kzT4iGUBSYMBdJKgEweogwfoT9I++d1f+ua/8hf7pj/w3/Cv9i/6r5/2rMWDIOiQ4ylX3lx4AJZV1uZZAiDK9Sz/EXY/EuV66bF7lg2D0bz9yu3THDCag/FM+hPLp8DwpDIjCNcBpocfAIjDaK4DNOjAgSeIYYeeeNlLn/ZN3/ENv9qv+gV/tH/XH/FfGPg4fmAlBwFADgoCKAccpNEJEB6LvBrW4/J3UxuMGhh4YOBhwzc/ciQA7cHFNbwyCD0M4iD8aAh4YICE0SGABoMTFHMhmcsZhiJo9IMEfejAE4PEp3/yhZc9+at9t+/8Bb/gN/w7/tN/0XfTV55FeUQ4YkUGHgbBao3CM4YeGAAeNvTICx9bqHn7Cc0TcZgeRHOLtY9gWsOUcBzpiVxMUsFGy4XEUYtqsCO9K/yLRhA0gKBRYabDhoAnaAeGiIEnXjbwqae99Inv9s0+9Zv9gt/wG/4Dv+ibvSR88IvQo4CBISoCYay+UtBpwwDgBcdn4Zh2gJ4mT09B+mmgDWiwI0OKcLzwsIEHXmHMMDFgbkd8J6bHM83FRLZ5jOmJB5AGIw6TCOIAbdhTwoGBFw4Me+Glpz3x6U99xzf7ju/4Fb/hO77h014ghLcAX+EX8AjlDZ7OgVGuQ45ABwLmAe3i6llKdiLKFYAerz/sYRAxMCJPhUmUQZQmPMwNeLY3wg4H+1VwwEWPMAzz51djwricpB8ghx0+eBh98IXhL77shUPDn3ryEy/7zt/su33yGz7xxIHDh2TQvWcpb8zgINVEzBLOw3NEtElmzluOVqjF+cPgEDAAxqsmbMcrOwAcmTcPK+SJQIXBmXanEEFmLE+yfN5oNDaiksMCzgHacJJGH3jxsGEDLx984eUHnjz8yReefvCF7/bNn/rm3/hpn3pyYBgFfLwLQNcBRL6zhmKtpkywL/OpVnngsST+YekLyp8JfIpzjfCA4A5MLohFMPKZTXqwcugOOUEUNdFJRjWvzcdDxXJfGPayoYGXHXrhhScOfNpTTx0Y+G6f+o4nnvbUC4cNBbJcPKvCjdZhpOZTeYtDDwWov/BwjNEIF/TqJRicciShiAQeJtbh9YhwHEkaD8EpL4QLb8JhMNeRRCE888hkQUW6oMGp8KgR/hZ/TX6IkNGIYYdJB4bRDjtwGP3gC4cffNrLX3zh6Z/8xEsHnva0Tz7xwgsDEdqwG+pABLh6UD+NjWv1WhtqVcNMnd8AOgjRvBhU8mYEngxX3qi8yEG8mR0W5nPQSfdDgWAB8vHK3Hj8YTBgeIUw7XAxzCUcDg6jDx42nBh4adiwgWEDhz9JPP3Ak2GuT3/yaU8Oe+nlLx42NEjIIOhj3BgLdnSZMuloAT4K6jX9xtG5T/Gci5npPDKSZamDusEksml4gOZinG8ZsOlFaMLhOCrDGkzpWYGq6UNGU+IVNQA7bIA2TDjssIGXjfAsEIc/eeBpLzvw9INPfPqhT3+SFsA+ukLLMIwQ8YJwMbKhrQVEoEKUOkfkQUuYTsLZQWzelNWdbMAP8B35moFAGYSVQNwPBUVI/mSc1AHAASavD5oRpECeQM+RBFR2mJx4iRgmHSYfGhgYHPb0wZcNHJK9/ODTD7z4wsufPPCyg4fRBgeOeAcPxM4wnJAJwA45FupZFVViRpGAznMONibFXydJF5AG9mJUXRpX0h/hXfCjXiZvN8/gUQW0Kw1SbJzG4P2kAKVph9ElYhh0YLj4Mro49IIwbPiBwcNeNvDyF4lhQ087PMz14guHDX+JRgg0ERGGF4AXLf5u9aAomhfZLNYkjwAiJtO3ZPgKXl2hljxtBp+aGrRfJtfORQjDC2ZaMmDSTQyDcwRVHRbeRotAHIlXAenDB8jhQwO08LRhLz9w8MDhgy8E1Keh/NDhR3uVUGWFKgzRfuGCxRJ3CaHyqaVMCWY0ykyR/uN5Dy3BKRhG/5QdgUlC+hongQhfKt4NQPM7W7/Ky1sH4CSdDKSS0SMMhwl0Uj70sgGBNkAfPHzg4CHZgZcdPhjeNTA6Mx6gDQ6jkVEiCXJIazYschl4NNEKgg7zWO+onHXAywOQzybypOGcZLL6rggTnOEACSZaWXqRUZF+hSNoqBOMxTBP9SGgXEaDDpPiWHsWYLKXDYOGDQeHvyAOGxiSDT94GP1ABh9ePnhg+ItPyEd62gCNTskHAc0wLAbPRabjDMk2DCcXD9ajrXhZPI5BNOU6op7TUZ4XLLuoRwstMFkZjS22BK8f5ka9jJZGKi8yGH2MCkMZbSgf+8AgNUw2TP6KMAwD2UDg1WFCGOrAYUNR/gwMHxqhc4UeKVW9HhJNf+cU+jkvFlxkQRPUOzzBDMapSoakRydnIkgOzvYsAxVZS6VVcdFCy2uCZghZxEDxWmkcGnwMQjgMLgzShkm0EVQhuJaNEGY0bDgVmHRYsPnDDxboK8xlIo0mCpQMUGXDtXRwrVmRGVCZ1TA5FcurwgTWGldlTg8wgQh3EiQcw8xFMn/eQfCwgvMwv9pkLH+zwyCBCOpJFp+SUxJtOCFSwjD40MsERSXoB4kwAgOjNEA/OOywgPDAq2HDB19RbmOYXIoCHAZWstuNZWTpwQnT5CLXhDc1bchnCbdjORNGQlNsk2DAq7hYliKNeYE1Jd6IYZoMRKE8TBZgG8EsY1LN+NkRvgaJTgwOG1JmyMOow2TEYcMPDskHBoYOhuAYZfVwiaIz6nwT4Uh4x17uVGqegpqHRIIqZmhkkNOgpSW+Mc0bAotkFtmsmZeTxc2J0goQBlAugEW+Ydd9KiMp2FNQWikg/jDFOS5FeEHDlDANGzZcPOwwgH7goHxwZkTZ8EPDDg4K8mEkRR1UYJVJgiRJsKyjd4DfhJXyoQJ946SnUy/K0BRg0ADhgSuCaK7EqmRQ8VULswrvav8BTV3OqPErGBTSPNBQUIUhiRFkkg0XQ2UYUPAspwaoYXQGSqVMczBViPDQOAeULHp6kkptMQlKUnqcjOWLCpVEMsucDNPgQSXDqfWoYlnGqYc6R6CWIkyjiDHIkx13mkA2q8I4QGMWy4cyb4ZZyDxqIxAqWHpSUSCDVPShUP4Z5bRk9IOHjyEfGhoYGqRTQwRFSYRc/aclKq3ZUEkMl8KlCagEs0GkpNvy4BQFFcLvU8nwDXzJDfYZ+TUSgMkxgJdmY0ERiI6hFPbySHqcjE5oxCOBEhgGCnIAmlxjQHaAfggYTg1FdlM1Jhh4Fv41PHN9+FpydTJ7rSalMGwQLtnQOEtaSWYKeaa0A1Up5NUzKQbmDfTZ4ZNz1JkHorDtpKBUpign433lFARnNITLXC6Q+RjDQdkIBJMszKXyKA0XBoUQZIJ3HwX0Tg4Fwz8q39moJrUTgzKRoTCYJEVDCw0bnQ1VXeFqK0SOUnVMgjDNii1DTkkokCuAER6VNwwwIt+YklxiQBBQk2ZTJDPh9KVAKDDypEujgD7QCWQaS7RhSiwSaQfkA6SChKYCH3qDnCJeQz5ABfVkavVySZRL6VvMIs9LSF8aFlwbqUbBUsgxyos85hHJglFHzxfZBje3Ich8EBYlTfiyUC20JAq5JOrGmIKxO0YZS05gDBcDnaA0j0nDYMNk8iGBUVS7ojZ8kLKRYScRR5jLBjmCl5F0ihiKVCQjmRkQEqM2TcxqpfiDq+I94b2PBF5RigelhxeuGQgTTFI0sSINEA66OJtfCK0gNAtTKJ511KXkT6KDYawhAc6h9LXIcMiqLepBIXNgZkTZSOA/IEv9PQsZgXZ4+OsIdIqfNVEml1RhiORXhEH59ZwNNcsWDUgAnPXU0hjNG87jR4UrqAGzARj0spL2gnPBmBavgFRBeAWiRuKmUmIJ/xaGyZA5cAiBUulVw5QeJR8ihAOKvAaSwaBIH2IAvEg5NSASfJCUnJCkQRSzY7doVGU09JFtGC1CjaYGEdDtYIgUWKZTcMBLh8cE8A47LZNM1hVi8CVAim5kUVPXiHVO1BLSe6IbOEwGDMiKRIwGdo4qbyTZUboWGCbBKE3VGL5U3zkJKT1TFOAVdTmakumqoOljNOX02RbXqDEWI1yvEn2zrEay2pF8PqWT6XcBykR3+CaHalEGwoCZomYcdGUeJCoFRDDCFFlvyAflGMNkQyFdi2Go6gymf/mgRB/RXsUgoccYRGRNQibQJVVxgwQNwhT9OleFYZKjjyP9bTS604RDDsqNMfEQ5kvjgK15hr7nkSsJ1wiHNWZPB1alsVDqQ/tOehBHENKEeEP4j0k0hUcFGS2vcJFZRHdm9EHG7XM4JY5g9k6JdNqgOI1HyUTF/55jFiZKcAHxyLLQsUKtD211YVKCUhyk0OOiI1vjX85Qei1JBKOX6BiWoC8Z/DVkpkal9EhGLqyvUeIos99QGlfdWVaQzmTqNEVOFF1xZcxCJ+hD9Asx9dIIP016kGwqjQ+5FEuqHBWK3L0NWQULt49nxmNR0FYYcl7PDB6l0mTzJdek+Iuq9IScsjEJNVsHZAEjoSAdUgiBw0Ake5JS4lObJVEwPKyK6zAeEYYLzV1hKmcZzYZT4Cj5GXIZqYB9JKR7swPLujmgWUlG9zmy8izHkZSU5hiwAuXMoMm6mOboYSRKMhezAow8kiWL5c2Gxlmth/C0Jp+Ci10km5QDbPl8elXcTlSEEYzhS0kM1CHI4PceBJdRdlPOJBZUGFPlY83bM6mlYwghTyZacdOzIifG+o8SXmzI6tYAjWrpB5jKMTAs3coGq2kh40ChVQJ/qgYmwcFhcAyiEMmybImvmCFnAzCZXKDIut3SxOghv9ZsQ1SRtCAHYs7P2Gic6vZWSEXdXwndU1ZthzRXdSM8s+FrKZs9BN9MnmM2JpRHo5SB21BgT8owQGGTIpeQEVCTNoCJUjkMK0cwcwqlJsigUd9BpWtFnlTgjiyCZmRAsvAKlKI2VDZgU4eY5IAuU5TzgVnIGlClXsFVYTcH9mYYLl6FAXhNu4QBxlIIhWuyasDUpweSPUU5bXkWUEEYpQoUHqUV1MOvciWTJLSHoTxNSMO5SAcG89nUCzJAuzEWQUimKYOEBl8XyaoAi1fNwjlRKv81NUVK483aUOusQx2xSVCLjLan1AsFM08tNTHNMZS5M7Nbo1RoF4VAye9zEE2ojCjBhivH0qIIIQpzwpfE1CXy2Zg3Ce0hNVSQBHxEeZwGU06mpFxlkFjisU6QngY5A/xIjaujNVROg0bINRFkEBCEIHJlSHihLohJ8zNsk3o2r0qxpiE+cQmYpEFKb1sep6kcoRpQhT0J8gp6GsdVNaSQOhcJhH8GLiHesYY9QgIXVY2JIKXL8GOkKAhIBq8Y9qiA05RsMp91DlToYvCQepG4VFMwpjSzgCyXFbQiCmS1l8WjNOOwME3wKXQeJNRnVXZE4lEeN/rIPQdU6FiM0l+EyAfDy8M34wxJiV6Ssr0reKLWOpBuiREmLYMhsbcjKUaP/AyM8qTINsn2XSOLlaz0kMRTs6OYnmVRIqN8SUCaYsJ91Y1BEcL/VAQ1cclamsscJyOQxU1TzYc4a73UVV1VKnuZLDmRJrJXAErbnKM12FvMZwWYLVVhBeMoYirYgGOkVBMKY0a4kUhKoG4/ZBMDqSAYpBIGU4qZmU/Vr64yWalzTYwasmbdINVcS2LxJUiRKbNlGaAe2VDklPZCpRULrWDRZ0lzMSMpvqTXhVD5MdKIQTHru3lkSjbJ7yFU+ZPDocn4lUlAUjTgIzNihPKO0hSyuEmWlfkuQw7tP0wvEoXwl9yVFAateq4BPoMszODSYPQXg5x0ikjGHvQBwCNb7Wp4n4pDVYWFYfqY7CeEli5lwrMsRaiZF60ZLlYelc2jeMzSxiLfGUZgGCoI0RgEqPo5UnjdOQzDyytRRH40tD4RQyQZZJEjy9fyeMA7w/NQFDQwKlvzk4r6JtF4Qn15Fm+Jw7CHhNVA2TptjhuMrJCHXpu+QjLUrAlbYVXmIuZPyQJw68YjOUiBSIFfEWDpb1h5Pquv05qnnOFP6V1r8KUME39idsWUDYmsCLlyquzpqIkpgMVYkQhZD3QUq9JCSrNdpvIpJz1klaiE0qrKAqevwVDehKjyVaO6IetHYYMkrG2oau2n+hQBW97jIqzF4SxbgoKWhwKJWYoec3GqLACDw1djAksoYtmsNY31avW0gV2Y6nqNpcExbM5OJpA7JDuSvaycK7PnpKMoQlDDHwnHWd5imkcyZGncmFYZ0FGYRTlIJyA1K4+iOQlnLApZvVLmO3i6kiWPgB4S2L2cSU3RJTS73Fm0d2iOcCe5yFxgrACsShAbmFczpKlEGHqkRJNXEaaIxbNsqUqmlC9UrQwtYVhsfyaCfjYnJ4JsRg4MpCKqXTL3gnrVNGkOqjUGVN84s177Ek+YNSvDWcxgCabUuoBoD+Vwdr1t+V8GcO2za4Gv4TxbHMqBSKVyqvnIygMzJ9pUB4oUoLIg2nz5E0L7TQVj7fpLIwdci7Dk7hG2oVt5q1hz3CPokGbbAvgYS4ldhcr8fpQyr8wgIeuFOR2lYKEMImSnpmhECtDlJcnak3aUCSIYKzBDv28SGowI1OZniU6L6aAYd8tmVmOTZIrCw4pnraS0dCt5J0TDDDfbMItbNlRNtUfGl2xoyYJZ+A7GTrHANxlQgwFRAicyVS3Wz0x0igVIA0UFVQpDGWb1FiBwSVmfeLUCKhvOrJfnWBfKpS7YJOvI/FerXsVznJkS4CyVdfIs7kV0v0YCNvKHs52WDdAQZqJ8lqzL0hRUw5YdiuqRImRmsrjhJXwy9KKQ6SOJN5Oj58+lApvqGRgT0AnxrIDzzICoCdBuzGf4pYdFo8c6/+17TJQzpWrAn9qDTFk8zgZsDimFF1TMmXpFWJWVxVxzUs6sEysTqjvSK61oD0My+bi1kay7kKcDLXfxeMSTgOjTBJCPyN9p3mB/ykePoAqaupWK6SQhiHnXHgZZfEld7ig7ed55zowwSzPZkMeoMzE1BbX6ztSxlDuh8mMSzJKsdgENNXplLmWlhDZI4svJRG2oMH+ZSyDDe7yCjtHOzEw9JxZS5HuIU7mqbFjhmbPHSHhHHxPso6YaBMiMomUPKBroShRPetvlTsrNMuBIwpquXC0JS2GkMnLceBopCYYtmax6LGiwT+RKLypP9dJVsJh31axiW3VZprALDOyTkptHIR3X7KdPAwjgLwypw+FZ8Z9FlaUZjgJwBN8yurGMV2QB0cetzFiMOeXY8D5JQ6mIrcGY+tXCpdSfkVGUV+ljNZCZ5CfzYwbdlPUqDwYZYC+QVSUYZoo5GTyWkY/1P2/M0kYUSoMPz5ohKhAWKVXAgBspGUizQwHqBnlOthsUDYoV0rNOlIomJDNvI2X7Sda9lalqWoBzTGalEQym2GIWA7KjNlVh5VQoEOgju4lqom9CezS97MTcV/5eBrTFs3IYEoJlfzmqnZhxssxBJQ8y8q6V2pOTAajNhnnY+t07xJI2dOihy2yWoUPGKQ9Emrk8qULVEJ3M2XwIVpX5Dw9RmeOiMbHIMrs3PTYfwzKTZVDnTnyUT9UYUBsoKHtjSb6aBXwx1t6iLmoVu+ppdSWISUVTOy2jTZDvvlB4QwWc1lAqD6wGluY8FdDQvngUlBtJrDAT6gLHl7JHC4TrEoBTLy0Nft1aKMiM6xRXfnpDKPBBIFKIyRk5A9ljguU9Kq9LOpqPKkTR4VkIFD6YHcecbt4APBtsE/S1GTNLmTJd+TiKg6YKqoT2fJz6Ebzy/KIz2MVY3DqKpftVqPXAPEJesdAMmJMm0flgNF9XXQFTdUBp63n5arg3cjZw01iVISsdRNDOfJdjHIVLxbhiL3sDe7xDUfZJOsNUjw6tmmjw3BBZpfRUtbB8OMNuLM4hkdZqZMlBc95KWTFVkZKg2bWhktepcldlzbL5DC5V6BHYyt6JQhnuwinfwZtuziqvR0JnZ7mU9ulRqp2ilY0mbl3DcM7kvakN53dWsr08YRLpwjOoy0/QLGxj7c3dgRXUZzCia0n0z5hGBVfudPWlh1y5Uh2kU3LBvNakx4+Z+yZqTWmmBiCFgnirx9g+3OpGdbDMpFUNZt/ZRMEsRWI0sYzdB5qlzYR2KZKFZm24UIjlSqoiRAchphpR/lbelGONKJh39XSUqoRhU4I4soC5lik+qDcDcN0YUGGZuYkp6k1jFa6FKB1+Z86sd7s1hNkfyiG2Qp9+vgi/Sni2WVOs8A707Kkzt3wwU0aPIU0a0sGLLXtOE7VfAdNols+sHMpOWXAeW0XlBeRls7xu6iAAZqRlh8dEWDCTlbilXGOZ4dB5rghE1QeR0dQAn5kjg236oqJRxgnalfu0aRblY7Cs+1KVmhlwmibnzGOJHtmQtzU824eakAJYs+HEM2tftN1YOdQOMQwHiGaV/VIstm5eLWWNaiRybg1ihyds0f2noeo2qx/UVKOLnRlgpQNkCxYVbtyGGwujgAXyM0tWuRzmm8aIPTV2KXTsYixcjWXLxGkmQnO23rwOU/SUqbqJ0aDe7B7NoeLbaYSCdk8ls3NiBdRsu3VNYGm80qbOipRqxrh9CbLFaJ35ilVpljM4Z0NdjbVqXZUGCAOMtXNi1qNWmlSsb0Z8UlktQN9etb9/hevsPVkjFnrGpaDe65Mz5iwV5vRLBWYSzn6XRxQfkQGzk8Nq5WnmuMUrChH2I1ZRsniWNeEvPcISkDJvHZPf90tVJZj+0Sp8TTHXTU/GXgJPelxm1Fk91qs11E+DtHmacUWZ/6gppypkErh9z4KoMEw4nkCuqYxKKxFd9dKNlGpRuPKqKLO8oOahisH/rBhRJW33p9Uaa69ikU81l5+Ek4vpmuxsoTfPrxEONFOXihiU6QrHNqa45UIv6qlVveqCplrmjVncqkAsteFKS1Pbqt70Zuaa/7MoRrIRW9O98jk8ovaUQJZS1XLMyzvpYqGTWfxm/6XoyIpLKxtPTpWma9qwkIPHrAHPRLQbUDMIddWwTsYyY/dTUWk/RIWEbYucmEJNzTlYE9OqI5r8VQCeZg0NXRfOCtJmE06zxYZZAc5KAdWQnaMdOyU4SXkN6yvT8oUkPKZ5tAM8IDy6S53/fuwDlJUTC+lQjxPVpZhnT8Wpg6/msnLNJyVYoHsWWTvwY/OfMkKXUhORsHVjfLZHp+/t+skK6EUuOyBNk1tNnUG7L/U+CwNhH2yz7NPMybmasbPL5RwurTEu6zZ+lQHZxuxmps3bLnk5U8kK7squZGCUzzDMNqgtWsdaxdoSzgULM/ROJpq+1xvFJ6s6eZZmG8wjJ37URhFo/ltIlcik2H5ZG8fXEMccHylK0f83HV0YF6wFZzQ6dRnUhlJTTcvsxu55L1PFUQmWui5l6CC/WnugbflufbTLMnZyd9umS/fPz9pTIiy70ouxzbqosqwcvUWaRUvIsUHrBm150epX2fbKIPH8pBo1YfW5NPBFdsE2eqZlDH0JzznkoenxWBBm5+hXjbTmWZZjH7oINNNaWIp0qxqtP4yT9fk/uU1pFtyZ/6y9CbOrvd3qzpqKQKK97pyOzoi0VnnLEq/Nh5P++Zjd4k2/wslkaHFuNdY+9wfNfjRq+2sPpKKJZ+/Gi72G7TEl4WAysB4YKf8q5Nr0sK4KCktkuDfVRCesn7bXgLB+7nf1BPfjy/ONXrvmvnTzvvQsW8qR8paUufLmLHdFWG1dFLpoWaaebMFJm8vV2rjO+RBo1rR7oWVTJCWXqVMlXi0BuPjWJBXN27veW3KfdNMnnDuj33pWYtBU8SqQ1KppqqDEysZtm79pONwMtmXEzp62GcuW0Jtb2eL2H41fPkc2NadfVtyagjDwyCGOInt22m5yMtCiSEKr9nAxli2y0/woOwFmWQDVncbM1ShSJuvpFKuxis6wM+xW3oTm6utiVQZcUZaIyXV7I35PwrAKeTVvpfp3Ts1MDBOsAXnHLO1vw4VnzdGH1Z+IDr9gMuD0zSaHFtVfCyZWutQ8EYvJVixqI6xHROzA4IuKPoHdtpBbg3EB+SXfaZ+BynmFHa+2+YYGeOti2j7KcHNGvuJVPbccIRN+kOa07PWotfF8o55sXkKxJL2JnKiZ5zbXondtZslpnamJNGhj1lU9ud8UdB5DDxLNMLRT53m2u2bxMwPQ2lgzsyZML2q7krKZ1w48A1ErotznWm/VGpI1C5vGXRDsZC47UYp5XgWmtS9l2Ja4t5h0To0uI7QqQy3sa+oMlZJipmYZ2T4jml09a9WwVCAbGScG+02ajS9rMSaHVJfbLD5vWm98yYsbeeg+yUIsixNWkYL8tHlfYGJSglCriqtnmGhWfb750Dnv+SzcKhilrZxdjdXaeM9RRrJO4SXLgsKt1jtVwWjFpKa8rG7Wqr1KsoWrVY8tLqqGSsoLZxqZodte0bs9JjOveLBWEtCKunUdWEJwZ3DMjZe+Vvk2Ad5aWLaFZ/UtV1VUQ89chRssZQ3KfJo9aswc2Jev+ZabGTgNsiPVuaaw5fdBaEW47ZmV9S1lR2m6y+iQ22wmeAffY+0c76JfIdoHr+l4thWXT6CpynCKzrkaJsx5CCxepa0Y7RpwetkZoZZFxba8hTWL3FIA7duARu+13ZpJj1zYx8xlmjntrpujk/BnNwwei67QLla/3aU/0gK9UaHMNSmpuBhnmmPCeN7eUtRwSQ/AaQ5/8RumYW0Luhlmwkoqzib0TWVAItVKSK0/v89m92T5jR1sY9laAZpsTa+ZDZsMKEO2A0zLWtr0rs5btiWANQ9iIZytL51DsM/eGytcytlJFX0B6/l1flSKnaaupg4RLfvHUsXYhgkObNSh0MgmJmQ2XC7K5sdSaoLgNNgUX+r80la7up/+1goVZvG9BugknFr5UYXm9Kr9DGvCY1u3ZmLV9J1HLVlmTcO602LjaJcwzM3kJ+3UbPkISpsyTV+qLZuEpo6Qp7PnnNrlfAoZF9yaikCD9tZBOD23+MBOANYZ9kxIvaS+SX224s52dPL3ncFveNdG6JEPLMLBvLdlc0F5W+NWl0lrGGJrV6wEtKqMpabcAncz2imctvZo736s8FnIxKJ75rGC+gfOs8p3xtoM0WPzy14pR7cpMPcNN7/V2jds7bTXTwurmQJzT3suBpyUxU/wvvj8ioaLqYD5ebSTUJ/o5i4RTMraaYWbb8Yr2smztmzYd20Nqw3TlfrRlJUNXZN2Vsab7Coas2XRUBsqfNljPZYfCGErJd3MZMtO0/258pTKhrYMpBmWkdtFV7elLM661ExznHsvdq7G0nTuim8Tqzbszftjfthp7R7rFbFdklR9jvd05xaNe9OH1lYXINlaxa1oYmsQSjj7is/EsOKKZlDtMvKj2qBmXcPsmfSMWavqvpuqfcJ6QLUuad1mrkYvnIwWHshlr1nnODs1fjE/Ycm3Z2YCWUiB9ltpSGhKsby8sBXI+7MxkD13rPrJWJrB+KE5vj1JqWzpqSZ3KoLgiyt77sLYtaulRMaq3Of2f60l0QzJ+rC4UhG2a0rFbMm9e+7TLF0eG1qpB87WbOlL+E3etwrl+9cyVoevTcGuQXvNVSauv5x2ZrOmE/UhqGv/cWZBrOXOEkgLv5sm0F6VlQcZsFUYsz+81J84mxlawxNYaefavDYtUHHJhd4MvgGhGfh0/15Hw9KQxVIqr8PzWDXMybrmbdeml5580irsYi3lU1LWEmY8GWSWL7owrnVadNVCbROS12tEw/5tTW//yL6EfQzBu9DYyJpkC5/c28+YM0jz2b1jcmoFauXS0Daus43j3B1RB+x5YKOuZj1mywy7rsWydqJ5a6wPbdLAicfm1iCzU5b0DsnVj9aEDmBn1QvbWvNv73DXzqRThi5Wl6i1pA9sCtzk7QuO7cdm6HH5LJCSOgkzWwTDs24aE6T/e5tIw2auIlf9WMvWsTkjsKzQ0pa0xTO3dddpjEbbPKd2WXeuINdjm4fPa76+y40P3fgWtmmHO9kj4Ox/nW9gNdZcA5wuBFso7cM7OF3satarabmUx1xUpaXNvfzSg60zeDbQ6dbvTXUTaku4Gs4C3yL52D9MTWgt/AtIsyhZkmrnxKUq3C5D20pfUGrHFlvO2lrUNe2L1Vi64OB14OvOVDOP8+Q7Z7/aX+s0jWV/v30mxip8z/b38sK2/HKB7e2W8YYWz06hcBPwl2BafefGqMAlv52uRtdjs8DejYbebILtXWzxqnXexuzvtXjIaezh5G9TQbQ3nds5ZcNzcFx0behyzmLO8yucc9vt31Ug2ZDTcB04PGEyrnLf1Vh/N8WyZUvPCe6mdr2G6oIRVuUIT8h2C65bGthpxW14bSnBruRhIbj7AK1OyIN1ubUy+DWCblTtePRxkXFncrWFGvjWLO3q0XrSZmsAmPYPGCzVq19tpRWaUxR75bYioC0tKzuVLuWls/ieacmnCrKV13s5pinvLKT0UkXa355iVXu2uMwjXVDsDiq/zJ434akdwDd6cAJ+6A0Q7K9hlzy5Ie/S3wF2v70Bo3r0cZLYZsHbv7mvi1DO3uyUSMxat+KmAsRUiWt3cDupn/s7L7XZ3s6f3ZtVhNG1DaH5m9L7N8SdNNXa9LC8WoWoLybarygc8X/uMj/WiZCNzy/NifahlZXYjhD6mgDe08Szp1x/fkFF4dbfcAHrs4IArWrCGd+wV5erP9rfXEHwLLhdJnMvbr4Tuzsu/EWQ3poKd2T4lkbqckWrwMcbKIkCjrcgPrOnLZ+fdTLWWvupq8H1owPfG09bBX9daeiKNnYqtu2ysrpJ/nem0o0P3JcunCK3LkffZcAt+/3NBFnDFSynRNL2sXMo3YzkaX/TN2dh25R4Y6rr0TMj1Bm4N55+Sl3rFCyu/GqXktc7SIPa/9g7+nFBw+wUeNPL1J1cu5hrvxV1YrgxlfCjkLwswBUEvl4yO1WC1vMHd15kJ3V+ad2djZV7mU761R28ny/t+tY3iXr1zDeq0drcPMP1DuZvicstD19S7yUedrnyjjzsxvrYW9V1e2P7ZLLTo21Q9/3avgN/4L1XbQAtvX3963vfnWMnT74ev8Oo8we3XoyFU6xOImQaLS+vdZadbvH0VqfVvK78iWrsHqGvDLT7ArbMxUtgxUXohgzYTe1otwF6NlZohW8CEafLe081ztB+PfMeVnESeO596qvnbv6dQujaftoo8s3WJVx4ehvrcUaOnafgXSheUOuGuF5Q5Mehep/03/3UF+le+4T5vSnOd2MnP90tkcZavQV3ybjgvxdMX8b7j270FMJviYidKtEvRd+bJY1VtAs1sc05dsReO4X7c288awvMk+qzvslq3nO2NMzG5jpSsk9Z4a1pz2CsGyh451v7mNKZNNvJ15dAu7mC5czFWEJMHhtOXbTdI+7C8TpDcO/0E5XulQ3cl0k/OOc2sOZw9M2ze1WALL13yLneq5m/9SyctYLreOr9Wrw9qrubXgH+nljaRTn/8l11D9M7N9/fDW9e9XTkbKwpg03ZYl0P+wKh1r16c6b5SjKuAXENC30JyjdgvgX1GQ7srZF/9N32k2dj4RK7+wjGPZE4b368Do29VzRwA8570L9DK3vrR/opU3yBThf/3oyFS9K8FjpFWk7fX0jG1TQ7Rmyfur6tu25+Uicmtsy7pax9JT12KYqvV3oV+c6C5JYJr8bKeayz5ffWPK4jZHYB/Lvgu6YJvGHl76p/YNmUYcv06sUvrh51NZy986AfGGvb1mw3zrhSthNVu4TrNavsnrLSin2nw+7Pdg55Yevz2Q/CzS4hfdJIcD/tjJuiKGDYzuvBZVztvblwW01Nk6wSsF2ymy6hiUt+WnY35Ke7XH3gXQ63m+v++SNv/OrOWHc/eua19+6r29JBF4ZjJ787rzsmIOFarHwFxV+Duf0kVbgP1Yux3px0yVrAXe2Ik6vbGw+41gIrOl7JyR5axHkKniePPx85Bx8usWBvsiB+zlh426q6vuUZeewtQXizlhO0ATtT1yu5+NoneHPrd4239z719qeuxvrKXF/ljTt/uhasmxeZ4Swh2k+G1VXRPL/LfTysptjx9CeM+c5YeLsaVyaEmwAsb1luSVl56h1+nHMY3njrzyLOn/rMD8+5M9ZO7b56uRU5Ts9uBNveaNs7ofjzblRvDYpbP/8dr/HeWBNv7e0Lxzna5tLvAuFsmDvn/8p/fowvv9NX/rTzvrbknOF9/9L3OsV9hrE3iLh78X2pYl+UJ/ev9+5K3y09gS+j6UtjrbfHZYj+nfPuN7dmJfvBSu4ZzN4Cw1eLfj7TbpPAuz+rovX7POvimvrJm/+Z4+9vRD91Vb8vzP6sn7Q/IZqvwp/98Pz3F6i3V2Ffho1u8M3eppofQcEZSOwvY6x7bLgG0Tkw9OZdf96Uf8rP4qde9Xe+hv0uB9Zf6Jy/1p+/0nvbX+CF39PX33+rX4eE/qr38//5xfUXeQ3Df7M//w8vWP2ozli0ZwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNC0xMC0yOFQwNDoyMTo1MC0wNDowMIJcOkYAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTQtMTAtMjhUMDQ6MjE6NTAtMDQ6MDDzAYL6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg==');
  background-image: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%), -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%), -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%), -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.color-hue {
  height: 146px;
  width: 20px;
  margin-left: 15px;
  float: left;
  cursor: default;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAACWCAMAAADpL1jsAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAcVQTFRF/wUA/w8A/xoA/yMA/y0A/zgA/0IA/0wA/1cA/2AA/2sA/3YA/4AA/4oA/5UA/54A/6gA/7MA/70A/8cA/9IA/9sA/+UA//AA//oA+v8A8P8A5v8A3P8A0f8Ax/8Avf8Asv8Aqf8An/8AlP8Aif8Af/8Adf8Aa/8AYf8AVv8ATP8AQv8AOP8ALv8AJP8AGf8AD/8ABf8AAP8FAP8PAP8aAP8kAP8tAP84AP9CAP9MAP9XAP9hAP9qAP91AP+AAP+KAP+UAP+fAP+oAP+zAP+9AP/HAP/RAP/cAP/lAP/wAP/6APr/APD/AOX/ANz/ANH/AMf/AL3/ALP/AKj/AJ//AJT/AIn/AH//AHX/AGr/AGH/AFf/AEz/AEL/ADj/AC3/ACT/ABr/AA//AAX/BQD/DwD/GQD/JAD/LgD/OAD/QgD/TAD/VgD/YAD/awD/dgD/gAD/igD/lAD/nwD/qQD/sgD/vQD/xwD/0QD/3AD/5gD/8AD/+gD//wD6/wDw/wDl/wDb/wDS/wDH/wC9/wCz/wCo/wCe/wCV/wCK/wB//wB1/wBr/wBg/wBX/wBM/wBC/wA4/wAt/wAj/wAa/wAP/wAF////gCC91QAAAAFiS0dElpFpKzkAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFMSURBVEjHbcGHQggAAADRa0hllIZoF5po0aKd0dCe0t5oR0M0KKWkqP/1A/cemABBoCBIECy4IggRXBWECsIE4YJrguuCG4KbgghBpOCWIEoQLYgRxApuC+IEdwR3BfGCBEGiIEmQLEgRpArSBOmCe4L7ggeCDEGmIEuQLcgR5AoeCh4JHgvyBPmCAkGhoEjwRPBUUCwoEZQKygTlgmeC54IKQaWgSlAtqBHUCuoE9YIXgpeCV4LXggZBo6BJ0Cx4I2gRtAraBO2CDkGnoEvQLegR9Ar6BP2Ct4IBwTvBoGBIMCwYEYwKxgTjggnBpGBKMC2YEcwK3gs+CD4K5gTzggXBomBJsCxYEawKPgk+C9YE64INwabgi2BL8FXwTbAt2BHsCvYE3wU/BPuCA8FPwaHgSPBLcCw4EfwWnAr+CM4E54K/gn+CC8Gl+A/I+2k6tqGOeAAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNC0xMC0yOFQwNDoyOTo1My0wNDowMKBjYC8AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTQtMTAtMjhUMDQ6Mjk6NTMtMDQ6MDDRPtiTAAAAAElFTkSuQmCC');
  background-image: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background-image: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background-image: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background-image: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background-image: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
.alpha-row {
  margin-top: 10px;
}
.color-alpha {
  width: 146px;
  margin: 0;
  padding: 0;
  height: 15px;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, red 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, red 100%);
}
.color-button {
  width: 35px;
  margin: 0;
  padding: 0;
  float: left;
  text-align: right;
}
.color-button .btn {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 0;
  line-height: 25px;
  font-size: 10px;
}
.sat-point {
  position: absolute;
  border: 1px solid #666;
  -webkit-box-shadow: 1px 1px 4px 0px #ffffff;
  -moz-box-shadow: 1px 1px 4px 0px #ffffff;
  box-shadow: 1px 1px 4px 0px #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  cursor: default;
  right: -5px;
  top: -5px;
}
.hue-slider {
  position: absolute;
  width: 100%;
  height: 10px;
  cursor: default;
  top: -5px;
  left: 0;
}
.hue-slider:before,
.hue-slider:after {
  content: '';
  position: absolute;
  border-color: #333;
  height: 0;
  width: 0;
  top: 0;
  bottom: 0;
  border-style: solid;
}
.hue-slider:before {
  left: 0;
  border-color: transparent transparent transparent #333;
  border-width: 5px 0 5px 8px;
}
.hue-slider:after {
  right: 0;
  border-color: transparent #333 transparent;
  border-width: 5px 8px 5px 0;
}
.alpha-slider {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  width: 1px;
  border-left: 1px solid #fff;
  width: 3px;
  cursor: default;
  right: 0;
  top: 0;
  bottom: 0px;
}
.alpha-slider:after {
  content: '';
  position: absolute;
  width: 1px;
  border-color: transparent;
  border-style: solid;
  border-width: 0 5px 8px;
  border-bottom-color: #3463a5;
  left: -5px;
  bottom: -8px;
}
.nav-color-current {
  width: 100%;
  display: table;
}
.nav-color-current > li {
  display: table-cell;
  width: 33.3333%;
  vertical-align: middle;
}
.nav-color-current .color-current,
.nav-color-current .color-new {
  width: 50%;
  display: inline-block;
  height: 25px;
}
.nav-color-current .color-current-label {
  text-align: right;
}
.nav-color-current .color-current-label,
.nav-color-current .color-new-label {
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.color-more-label {
  padding-top: 5px;
  cursor: pointer;
}
input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  outline: none;
  /* no focus outline */
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range] + datalist {
  display: none;
}
input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: #fffafd;
  border: none;
  border-radius: 3px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffd8eb;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  background: #fffafd;
  border: none;
  border-radius: 3px;
}
input[type=range]:focus::-moz-range-track {
  background: #ffd8eb;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border-color: transparent;
  border-width: 7px 0;
  /*remove default tick marks*/
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #fffafd;
  border-radius: 3px;
}
input[type=range]::-ms-fill-upper {
  background: #ffd8eb;
  border-radius: 3px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #ffecf5;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ffc9e3;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fffafd;
  border: 6px solid #da3282;
  margin-top: -8px;
}
input[type=range]:hover::-webkit-slider-thumb {
  background: #ffd8eb;
  border-color: #c52470;
}
input[type=range]::-moz-range-thumb {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #fffafd;
  border: 6px solid #da3282;
}
input[type=range]:hover::-moz-range-thumb {
  background: #ffd8eb;
  border-color: #c52470;
}
input[type=range]::-ms-thumb {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #fffafd;
  border: 6px solid #da3282;
}
input[type=range]:hover::-ms-thumb {
  background: #ffd8eb;
  border-color: #c52470;
}
input[type=range].range-xs::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  border-width: 4px;
  margin-top: 6px;
}
input[type=range].range-xs::-moz-range-thumb {
  height: 6px;
  width: 6px;
  border-width: 4px;
}
input[type=range].range-xs::-ms-thumb {
  height: 6px;
  width: 6px;
  border-width: 4px;
}
input[type=range].range-xs::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 2px;
}
input[type=range].range-xs::-moz-range-track {
  height: 4px;
  border-radius: 2px;
}
input[type=range].range-xs::-ms-track {
  width: 100%;
  height: 4px;
  border-width: 5px 0;
}
input[type=range].range-xs::-ms-fill-lower {
  border-radius: 2px;
}
input[type=range].range-xs::-ms-fill-upper {
  border-radius: 2px;
}
input[type=range].range-md::-webkit-slider-thumb {
  width: 32px;
  height: 32px;
  border-width: 10px;
  margin-top: 12px;
}
input[type=range].range-md::-moz-range-thumb {
  height: 12px;
  width: 12px;
  border-width: 10px;
}
input[type=range].range-md::-ms-thumb {
  height: 12px;
  width: 12px;
  border-width: 10px;
}
input[type=range].range-md::-webkit-slider-runnable-track {
  height: 10px;
  border-radius: 5px;
}
input[type=range].range-md::-moz-range-track {
  height: 10px;
  border-radius: 5px;
}
input[type=range].range-md::-ms-track {
  width: 100%;
  height: 10px;
  border-width: 11px 0;
}
input[type=range].range-md::-ms-fill-lower {
  border-radius: 5px;
}
input[type=range].range-md::-ms-fill-upper {
  border-radius: 5px;
}
input[type=range].range-lg::-webkit-slider-thumb {
  width: 44px;
  height: 44px;
  border-width: 14px;
  margin-top: 16px;
}
input[type=range].range-lg::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-width: 14px;
}
input[type=range].range-lg::-ms-thumb {
  height: 16px;
  width: 16px;
  border-width: 14px;
}
input[type=range].range-lg::-webkit-slider-runnable-track {
  height: 14px;
  border-radius: 7px;
}
input[type=range].range-lg::-moz-range-track {
  height: 14px;
  border-radius: 7px;
}
input[type=range].range-lg::-ms-track {
  width: 100%;
  height: 14px;
  border-width: 15px 0;
}
input[type=range].range-lg::-ms-fill-lower {
  border-radius: 7px;
}
input[type=range].range-lg::-ms-fill-upper {
  border-radius: 7px;
}
input[type=range].range-primary::-webkit-slider-thumb {
  background: #61bfd3;
  border-color: #006078;
}
input[type=range].range-primary:hover::-webkit-slider-thumb {
  background: #45b4cc;
  border-color: #003641;
}
input[type=range].range-primary::-moz-range-thumb {
  background: #61bfd3;
  border-color: #006078;
}
input[type=range].range-primary:hover::-moz-range-thumb {
  background: #45b4cc;
  border-color: #003641;
}
input[type=range].range-primary::-ms-thumb {
  background: #61bfd3;
  border-color: #006078;
}
input[type=range].range-primary:hover::-ms-thumb {
  background: #45b4cc;
  border-color: #003641;
}
input[type=range].range-primary::-webkit-slider-runnable-track {
  background: #61bfd3;
}
input[type=range].range-primary:focus::-webkit-slider-runnable-track {
  background: #45b4cc;
}
input[type=range].range-primary::-moz-range-track {
  background: #61bfd3;
}
input[type=range].range-primary:focus::-moz-range-track {
  background: #45b4cc;
}
input[type=range].range-primary::-ms-fill-lower {
  background: #61bfd3;
}
input[type=range].range-primary::-ms-fill-upper {
  background: #45b4cc;
}
input[type=range].range-primary:focus::-ms-fill-lower {
  background: #55bbd0;
}
input[type=range].range-primary:focus::-ms-fill-upper {
  background: #39afc8;
}
input[type=range].range-success::-webkit-slider-thumb {
  background: #63ecab;
  border-color: #00ad58;
}
input[type=range].range-success:hover::-webkit-slider-thumb {
  background: #43e89a;
  border-color: #008445;
}
input[type=range].range-success::-moz-range-thumb {
  background: #63ecab;
  border-color: #00ad58;
}
input[type=range].range-success:hover::-moz-range-thumb {
  background: #43e89a;
  border-color: #008445;
}
input[type=range].range-success::-ms-thumb {
  background: #63ecab;
  border-color: #00ad58;
}
input[type=range].range-success:hover::-ms-thumb {
  background: #43e89a;
  border-color: #008445;
}
input[type=range].range-success::-webkit-slider-runnable-track {
  background: #63ecab;
}
input[type=range].range-success:focus::-webkit-slider-runnable-track {
  background: #43e89a;
}
input[type=range].range-success::-moz-range-track {
  background: #63ecab;
}
input[type=range].range-success:focus::-moz-range-track {
  background: #43e89a;
}
input[type=range].range-success::-ms-fill-lower {
  background: #63ecab;
}
input[type=range].range-success::-ms-fill-upper {
  background: #43e89a;
}
input[type=range].range-success:focus::-ms-fill-lower {
  background: #55eaa3;
}
input[type=range].range-success:focus::-ms-fill-upper {
  background: #36e692;
}
input[type=range].range-info::-webkit-slider-thumb {
  background: #61e6ff;
  border-color: #00a4ec;
}
input[type=range].range-info:hover::-webkit-slider-thumb {
  background: #5bcfff;
  border-color: #0087bf;
}
input[type=range].range-info::-moz-range-thumb {
  background: #61e6ff;
  border-color: #00a4ec;
}
input[type=range].range-info:hover::-moz-range-thumb {
  background: #5bcfff;
  border-color: #0087bf;
}
input[type=range].range-info::-ms-thumb {
  background: #61e6ff;
  border-color: #00a4ec;
}
input[type=range].range-info:hover::-ms-thumb {
  background: #5bcfff;
  border-color: #0087bf;
}
input[type=range].range-info::-webkit-slider-runnable-track {
  background: #61e6ff;
}
input[type=range].range-info:focus::-webkit-slider-runnable-track {
  background: #5bcfff;
}
input[type=range].range-info::-moz-range-track {
  background: #61e6ff;
}
input[type=range].range-info:focus::-moz-range-track {
  background: #5bcfff;
}
input[type=range].range-info::-ms-fill-lower {
  background: #61e6ff;
}
input[type=range].range-info::-ms-fill-upper {
  background: #5bcfff;
}
input[type=range].range-info:focus::-ms-fill-lower {
  background: #70d5ff;
}
input[type=range].range-info:focus::-ms-fill-upper {
  background: #4ccaff;
}
input[type=range].range-warning::-webkit-slider-thumb {
  background: #fff3a6;
  border-color: #ecb550;
}
input[type=range].range-warning:hover::-webkit-slider-thumb {
  background: #ffdea0;
  border-color: #e8a830;
}
input[type=range].range-warning::-moz-range-thumb {
  background: #fff3a6;
  border-color: #ecb550;
}
input[type=range].range-warning:hover::-moz-range-thumb {
  background: #ffdea0;
  border-color: #e8a830;
}
input[type=range].range-warning::-ms-thumb {
  background: #fff3a6;
  border-color: #ecb550;
}
input[type=range].range-warning:hover::-ms-thumb {
  background: #ffdea0;
  border-color: #e8a830;
}
input[type=range].range-warning::-webkit-slider-runnable-track {
  background: #fff3a6;
}
input[type=range].range-warning:focus::-webkit-slider-runnable-track {
  background: #ffdea0;
}
input[type=range].range-warning::-moz-range-track {
  background: #fff3a6;
}
input[type=range].range-warning:focus::-moz-range-track {
  background: #ffdea0;
}
input[type=range].range-warning::-ms-fill-lower {
  background: #fff3a6;
}
input[type=range].range-warning::-ms-fill-upper {
  background: #ffdea0;
}
input[type=range].range-warning:focus::-ms-fill-lower {
  background: #ffe5b4;
}
input[type=range].range-warning:focus::-ms-fill-upper {
  background: #ffd891;
}
input[type=range].range-danger::-webkit-slider-thumb {
  background: #ff8d8d;
  border-color: #c93131;
}
input[type=range].range-danger:hover::-webkit-slider-thumb {
  background: #ff6d6d;
  border-color: #ad2a2a;
}
input[type=range].range-danger::-moz-range-thumb {
  background: #ff8d8d;
  border-color: #c93131;
}
input[type=range].range-danger:hover::-moz-range-thumb {
  background: #ff6d6d;
  border-color: #ad2a2a;
}
input[type=range].range-danger::-ms-thumb {
  background: #ff8d8d;
  border-color: #c93131;
}
input[type=range].range-danger:hover::-ms-thumb {
  background: #ff6d6d;
  border-color: #ad2a2a;
}
input[type=range].range-danger::-webkit-slider-runnable-track {
  background: #ff8d8d;
}
input[type=range].range-danger:focus::-webkit-slider-runnable-track {
  background: #ff6d6d;
}
input[type=range].range-danger::-moz-range-track {
  background: #ff8d8d;
}
input[type=range].range-danger:focus::-moz-range-track {
  background: #ff6d6d;
}
input[type=range].range-danger::-ms-fill-lower {
  background: #ff8d8d;
}
input[type=range].range-danger::-ms-fill-upper {
  background: #ff6d6d;
}
input[type=range].range-danger:focus::-ms-fill-lower {
  background: #ff8181;
}
input[type=range].range-danger:focus::-ms-fill-upper {
  background: #ff5e5e;
}
body.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.range-slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.range-slider input,
.range-slider + input[type=range] {
  display: none;
}
.range-slider .hide {
  display: none;
}
.slider-horizontal + .slider-horizontal {
  margin-top: 10px;
}
.slider-vertical + .slider-vertical {
  margin-left: 10px;
}
.slider-track {
  position: relative;
  cursor: pointer;
  border: 0px solid transparent;
  background-color: #fffafd;
  border-color: #f03e93;
}
.slider-selection {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #f35fa5;
}
.slider-selection {
  background-image: -webkit-linear-gradient(top, #f35fa5 0%, #f03e93 100%);
  background-image: -o-linear-gradient(top, #f35fa5 0%, #f03e93 100%);
  background-image: linear-gradient(to bottom, #f35fa5 0%, #f03e93 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff35fa5', endColorstr='#fff03e93', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.slider-track {
  background-image: -webkit-linear-gradient(top, #fffafd 0%, #ffd8eb 100%);
  background-image: -o-linear-gradient(top, #fffafd 0%, #ffd8eb 100%);
  background-image: linear-gradient(to bottom, #fffafd 0%, #ffd8eb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffafd', endColorstr='#ffffd8eb', GradientType=0);
  border-radius: 3px;
}
.slider-vertical .slider-track,
.slider-vertical .slider-selection {
  -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
}
.slider-vertical .slider-selection {
  background-image: -webkit-linear-gradient(left, #f35fa5 0%, #f03e93 100%);
  background-image: -o-linear-gradient(left, #f35fa5 0%, #f03e93 100%);
  background-image: linear-gradient(to right, #f35fa5 0%, #f03e93 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff35fa5', endColorstr='#fff03e93', GradientType=1);
}
.slider-vertical .slider-track {
  background-image: -webkit-linear-gradient(left, #fffafd 0%, #ffd8eb 100%);
  background-image: -o-linear-gradient(left, #fffafd 0%, #ffd8eb 100%);
  background-image: linear-gradient(to right, #fffafd 0%, #ffd8eb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffafd', endColorstr='#ffffd8eb', GradientType=1);
}
.slider-ticks {
  border-width: 0;
  border-color: #ffe9f6;
  border-style: solid;
  padding-left: 3px;
  padding-right: 3px;
}
.slider-ticks > .slider-tick {
  border-width: 0;
  border-color: inherit;
  border-style: solid;
}
.slider-values {
  font-size: 11px;
}
.slider-thumb,
.slider-thumb[class*="titip"] {
  position: absolute;
  width: 10px;
  height: 20px;
  background-color: #da3282;
  background-image: -webkit-radial-gradient(center, ellipse cover, #f1b4d1, #cd2575);
  background-image: radial-gradient(ellipse at center, #f1b4d1, #cd2575);
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  opacity: 0.8;
  border: 1px solid transparent;
  border-color: inherit;
  border-radius: 6px;
}
.slider-thumb.circle,
.slider-thumb[class*="titip"].circle {
  width: 20px;
  height: 20px;
  border-width: 3px;
  border-radius: 50%;
}
.slider-thumb.square,
.slider-thumb[class*="titip"].square {
  width: 20px;
  height: 20px;
  border-width: 4px;
}
.slider-thumb.triangle,
.slider-thumb[class*="titip"].triangle {
  background-color: transparent !important;
  background-image: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slider-horizontal {
  width: 210px;
  height: auto;
  max-width: 100%;
}
.slider-horizontal .slider-track {
  height: 6px;
  width: 100%;
  margin-top: 3px;
  left: 0;
}
.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider-horizontal .slider-ruller {
  width: 100%;
}
.slider-horizontal .slider-ticks {
  width: 100%;
  height: 12px;
  margin-top: 0;
  border-width: 1px;
  border-bottom-width: 0;
  padding-bottom: 6px;
  display: table;
}
.slider-horizontal .slider-tick {
  display: table-cell;
  border-right-width: 1px;
}
.slider-horizontal .slider-tick:last-child {
  border-right-color: transparent;
}
.slider-horizontal .slider-values {
  width: 100%;
  margin-top: 2px;
}
.slider-horizontal .values-min,
.slider-horizontal .values-max {
  width: 50%;
  float: left;
}
.slider-horizontal .values-max {
  text-align: right;
}
.slider-horizontal .slider-thumb + .slider-thumb {
  left: 100%;
}
.slider-horizontal .slider-thumb.triangle {
  border-width: 10px;
  width: 0;
  height: 0;
  border-color: transparent;
  border-bottom-color: inherit;
  top: 10px;
  border-top-width: 0;
}
.slider-vertical {
  height: 210px;
  max-height: 100%;
  width: auto;
  float: left;
}
.slider-vertical .slider-track {
  width: 6px;
  height: 100%;
  margin-left: 3px;
  top: 0;
  float: left;
}
.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider-vertical .slider-ruller {
  width: auto;
  height: 100%;
  float: left;
}
.slider-vertical .slider-ticks {
  width: 12px;
  height: 100%;
  margin-left: 0px;
  border-width: 1px;
  border-right-width: 0;
  padding-right: 6px;
  display: table;
  float: left;
}
.slider-vertical .slider-tick {
  display: table-row;
  width: 100%;
}
.slider-vertical .slider-tick {
  display: table-row;
  width: 100%;
}
.slider-vertical .slider-tick:last-child {
  border-bottom-color: transparent;
}
.slider-vertical .slider-tick:after {
  content: '';
  width: 100%;
  border: inherit;
  border-bottom-width: 1px;
  display: table-cell;
}
.slider-vertical .slider-values {
  max-width: 150px;
  overflow: hidden;
  margin-left: 6px;
  float: left;
  height: 100%;
  display: table;
  position: relative;
}
.slider-vertical .values-min,
.slider-vertical .values-max {
  width: 100%;
  height: 50%;
}
.slider-vertical .values-min {
  height: auto;
  bottom: 0;
  position: absolute;
}
.slider-vertical .slider-thumb {
  height: 10px;
  width: 20px;
  bottom: 0;
}
.slider-vertical .slider-thumb + .slider-thumb {
  bottom: 100%;
}
.slider-vertical .slider-thumb.triangle {
  border-width: 10px;
  width: 1px;
  height: 1px;
  border-color: transparent;
  border-right-color: inherit;
  left: 10px;
  border-left-width: 0;
}
.slider-horizontal + .slider-horizontal {
  margin-bottom: 10px;
}
.slider-vertical + .slider-vertical {
  margin-left: 15px;
}
.slider-xs .slider-track,
.slider-xs .slider-selection {
  border-radius: 2px;
}
.slider-xs.slider-horizontal .slider-track {
  height: 4px;
  margin-top: 2px;
}
.slider-xs.slider-horizontal .slider-thumb {
  width: 8px;
  height: 16px;
}
.slider-xs.slider-horizontal .slider-thumb.triangle {
  border-width: 8px;
  top: 8px;
  border-top-width: 0;
}
.slider-xs .slider-thumb.circle,
.slider-xs .slider-thumb.square {
  width: 16px;
  height: 16px;
}
.slider-xs.slider-vertical .slider-track {
  width: 4px;
  margin-left: 8px;
}
.slider-xs.slider-vertical .slider-thumb {
  height: 8px;
  width: 16px;
}
.slider-xs.slider-vertical .slider-thumb.circle,
.slider-xs.slider-vertical .slider-thumb.square {
  width: 16px;
  height: 16px;
}
.slider-xs.slider-vertical .slider-thumb + .slider-thumb {
  bottom: 100%;
}
.slider-xs.slider-vertical .slider-thumb.triangle {
  border-width: 8px;
  left: 2px;
  width: 0;
  height: 0;
}
.slider-xs .slider-thumb.triangle {
  width: 0;
  height: 0;
}
.slider-md .slider-track,
.slider-md .slider-selection {
  border-radius: 5px;
}
.slider-md.slider-horizontal .slider-track {
  height: 10px;
  margin-top: 5px;
}
.slider-md.slider-horizontal .slider-thumb {
  width: 14px;
  height: 24px;
}
.slider-md.slider-horizontal .slider-thumb.triangle {
  border-width: 14px;
  top: 14px;
  border-top-width: 0;
}
.slider-md .slider-thumb.circle,
.slider-md .slider-thumb.square {
  width: 24px;
  height: 24px;
}
.slider-md.slider-vertical .slider-track {
  width: 10px;
  margin-left: 12px;
}
.slider-md.slider-vertical .slider-thumb {
  height: 14px;
  width: 24px;
}
.slider-md.slider-vertical .slider-thumb.circle,
.slider-md.slider-vertical .slider-thumb.square {
  width: 24px;
  height: 24px;
}
.slider-md.slider-vertical .slider-thumb + .slider-thumb {
  bottom: 100%;
}
.slider-md.slider-vertical .slider-thumb.triangle {
  border-width: 14px;
  left: 5px;
  width: 0;
  height: 0;
}
.slider-md .slider-thumb.triangle {
  width: 0;
  height: 0;
}
.slider-lg .slider-track,
.slider-lg .slider-selection {
  border-radius: 7px;
}
.slider-lg.slider-horizontal .slider-track {
  height: 14px;
  margin-top: 7px;
}
.slider-lg.slider-horizontal .slider-thumb {
  width: 18px;
  height: 28px;
}
.slider-lg.slider-horizontal .slider-thumb.triangle {
  border-width: 18px;
  top: 18px;
  border-top-width: 0;
}
.slider-lg .slider-thumb.circle,
.slider-lg .slider-thumb.square {
  width: 28px;
  height: 28px;
}
.slider-lg.slider-vertical .slider-track {
  width: 14px;
  margin-left: 14px;
}
.slider-lg.slider-vertical .slider-thumb {
  height: 18px;
  width: 28px;
}
.slider-lg.slider-vertical .slider-thumb.circle,
.slider-lg.slider-vertical .slider-thumb.square {
  width: 28px;
  height: 28px;
}
.slider-lg.slider-vertical .slider-thumb + .slider-thumb {
  bottom: 100%;
}
.slider-lg.slider-vertical .slider-thumb.triangle {
  border-width: 18px;
  left: 7px;
  width: 0;
  height: 0;
}
.slider-lg .slider-thumb.triangle {
  width: 0;
  height: 0;
}
.slider-primary .slider-track {
  background-color: #61bfd3;
  border-color: #006078;
}
.slider-primary .slider-selection {
  border-color: #006078;
  background-color: #00809b;
}
.slider-primary .slider-thumb {
  background-color: #006078;
  background-image: -webkit-radial-gradient(center, ellipse cover, #00d2fe, #003e4b);
  background-image: radial-gradient(ellipse at center, #00d2fe, #003e4b);
  background-repeat: no-repeat;
}
.slider-primary .slider-track {
  background-image: -webkit-linear-gradient(top, #61bfd3 0%, #45b4cc 100%);
  background-image: -o-linear-gradient(top, #61bfd3 0%, #45b4cc 100%);
  background-image: linear-gradient(to bottom, #61bfd3 0%, #45b4cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61bfd3', endColorstr='#ff45b4cc', GradientType=0);
}
.slider-primary .slider-vertical .slider-track {
  background-image: -webkit-linear-gradient(left, #61bfd3 0%, #45b4cc 100%);
  background-image: -o-linear-gradient(left, #61bfd3 0%, #45b4cc 100%);
  background-image: linear-gradient(to right, #61bfd3 0%, #45b4cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61bfd3', endColorstr='#ff45b4cc', GradientType=1);
}
.slider-primary .slider-selection {
  background-image: -webkit-linear-gradient(top, #00809b 0%, #006377 100%);
  background-image: -o-linear-gradient(top, #00809b 0%, #006377 100%);
  background-image: linear-gradient(to bottom, #00809b 0%, #006377 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00809b', endColorstr='#ff006377', GradientType=0);
}
.slider-primary .slider-vertical .slider-selection {
  background-image: -webkit-linear-gradient(left, #00809b 0%, #006377 100%);
  background-image: -o-linear-gradient(left, #00809b 0%, #006377 100%);
  background-image: linear-gradient(to right, #00809b 0%, #006377 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00809b', endColorstr='#ff006377', GradientType=1);
}
.slider-success .slider-track {
  background-color: #63ecab;
  border-color: #00ad58;
}
.slider-success .slider-selection {
  border-color: #00ad58;
  background-color: #03be65;
}
.slider-success .slider-thumb {
  background-color: #00ad58;
  background-image: -webkit-radial-gradient(center, ellipse cover, #42ffa5, #008e4a);
  background-image: radial-gradient(ellipse at center, #42ffa5, #008e4a);
  background-repeat: no-repeat;
}
.slider-success .slider-track {
  background-image: -webkit-linear-gradient(top, #63ecab 0%, #43e89a 100%);
  background-image: -o-linear-gradient(top, #63ecab 0%, #43e89a 100%);
  background-image: linear-gradient(to bottom, #63ecab 0%, #43e89a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff63ecab', endColorstr='#ff43e89a', GradientType=0);
}
.slider-success .slider-vertical .slider-track {
  background-image: -webkit-linear-gradient(left, #63ecab 0%, #43e89a 100%);
  background-image: -o-linear-gradient(left, #63ecab 0%, #43e89a 100%);
  background-image: linear-gradient(to right, #63ecab 0%, #43e89a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff63ecab', endColorstr='#ff43e89a', GradientType=1);
}
.slider-success .slider-selection {
  background-image: -webkit-linear-gradient(top, #03be65 0%, #029b52 100%);
  background-image: -o-linear-gradient(top, #03be65 0%, #029b52 100%);
  background-image: linear-gradient(to bottom, #03be65 0%, #029b52 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff03be65', endColorstr='#ff029b52', GradientType=0);
}
.slider-success .slider-vertical .slider-selection {
  background-image: -webkit-linear-gradient(left, #03be65 0%, #029b52 100%);
  background-image: -o-linear-gradient(left, #03be65 0%, #029b52 100%);
  background-image: linear-gradient(to right, #03be65 0%, #029b52 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff03be65', endColorstr='#ff029b52', GradientType=1);
}
.slider-info .slider-track {
  background-color: #61e6ff;
  border-color: #00a4ec;
}
.slider-info .slider-selection {
  border-color: #00a4ec;
  background-color: #00b4ff;
}
.slider-info .slider-thumb {
  background-color: #00a4ec;
  background-image: -webkit-radial-gradient(center, ellipse cover, #7dd9ff, #008eca);
  background-image: radial-gradient(ellipse at center, #7dd9ff, #008eca);
  background-repeat: no-repeat;
}
.slider-info .slider-track {
  background-image: -webkit-linear-gradient(top, #61e6ff 0%, #5bcfff 100%);
  background-image: -o-linear-gradient(top, #61e6ff 0%, #5bcfff 100%);
  background-image: linear-gradient(to bottom, #61e6ff 0%, #5bcfff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61e6ff', endColorstr='#ff5bcfff', GradientType=0);
}
.slider-info .slider-vertical .slider-track {
  background-image: -webkit-linear-gradient(left, #61e6ff 0%, #5bcfff 100%);
  background-image: -o-linear-gradient(left, #61e6ff 0%, #5bcfff 100%);
  background-image: linear-gradient(to right, #61e6ff 0%, #5bcfff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61e6ff', endColorstr='#ff5bcfff', GradientType=1);
}
.slider-info .slider-selection {
  background-image: -webkit-linear-gradient(top, #00b4ff 0%, #009bdb 100%);
  background-image: -o-linear-gradient(top, #00b4ff 0%, #009bdb 100%);
  background-image: linear-gradient(to bottom, #00b4ff 0%, #009bdb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00b4ff', endColorstr='#ff009bdb', GradientType=0);
}
.slider-info .slider-vertical .slider-selection {
  background-image: -webkit-linear-gradient(left, #00b4ff 0%, #009bdb 100%);
  background-image: -o-linear-gradient(left, #00b4ff 0%, #009bdb 100%);
  background-image: linear-gradient(to right, #00b4ff 0%, #009bdb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00b4ff', endColorstr='#ff009bdb', GradientType=1);
}
.slider-warning .slider-track {
  background-color: #fff3a6;
  border-color: #ecb550;
}
.slider-warning .slider-selection {
  border-color: #ecb550;
  background-color: #ffc65d;
}
.slider-warning .slider-thumb {
  background-color: #ecb550;
  background-image: -webkit-radial-gradient(center, ellipse cover, #fbefda, #e9ab39);
  background-image: radial-gradient(ellipse at center, #fbefda, #e9ab39);
  background-repeat: no-repeat;
}
.slider-warning .slider-track {
  background-image: -webkit-linear-gradient(top, #fff3a6 0%, #ffdea0 100%);
  background-image: -o-linear-gradient(top, #fff3a6 0%, #ffdea0 100%);
  background-image: linear-gradient(to bottom, #fff3a6 0%, #ffdea0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff3a6', endColorstr='#ffffdea0', GradientType=0);
}
.slider-warning .slider-vertical .slider-track {
  background-image: -webkit-linear-gradient(left, #fff3a6 0%, #ffdea0 100%);
  background-image: -o-linear-gradient(left, #fff3a6 0%, #ffdea0 100%);
  background-image: linear-gradient(to right, #fff3a6 0%, #ffdea0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff3a6', endColorstr='#ffffdea0', GradientType=1);
}
.slider-warning .slider-selection {
  background-image: -webkit-linear-gradient(top, #ffc65d 0%, #ffb939 100%);
  background-image: -o-linear-gradient(top, #ffc65d 0%, #ffb939 100%);
  background-image: linear-gradient(to bottom, #ffc65d 0%, #ffb939 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffc65d', endColorstr='#ffffb939', GradientType=0);
}
.slider-warning .slider-vertical .slider-selection {
  background-image: -webkit-linear-gradient(left, #ffc65d 0%, #ffb939 100%);
  background-image: -o-linear-gradient(left, #ffc65d 0%, #ffb939 100%);
  background-image: linear-gradient(to right, #ffc65d 0%, #ffb939 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffc65d', endColorstr='#ffffb939', GradientType=1);
}
.slider-danger .slider-track {
  background-color: #ff8d8d;
  border-color: #c93131;
}
.slider-danger .slider-selection {
  border-color: #c93131;
  background-color: #db3c3c;
}
.slider-danger .slider-thumb {
  background-color: #c93131;
  background-image: -webkit-radial-gradient(center, ellipse cover, #eaa9a9, #b52c2c);
  background-image: radial-gradient(ellipse at center, #eaa9a9, #b52c2c);
  background-repeat: no-repeat;
}
.slider-danger .slider-track {
  background-image: -webkit-linear-gradient(top, #ff8d8d 0%, #ff6d6d 100%);
  background-image: -o-linear-gradient(top, #ff8d8d 0%, #ff6d6d 100%);
  background-image: linear-gradient(to bottom, #ff8d8d 0%, #ff6d6d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff8d8d', endColorstr='#ffff6d6d', GradientType=0);
}
.slider-danger .slider-vertical .slider-track {
  background-image: -webkit-linear-gradient(left, #ff8d8d 0%, #ff6d6d 100%);
  background-image: -o-linear-gradient(left, #ff8d8d 0%, #ff6d6d 100%);
  background-image: linear-gradient(to right, #ff8d8d 0%, #ff6d6d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff8d8d', endColorstr='#ffff6d6d', GradientType=1);
}
.slider-danger .slider-selection {
  background-image: -webkit-linear-gradient(top, #db3c3c 0%, #cd2626 100%);
  background-image: -o-linear-gradient(top, #db3c3c 0%, #cd2626 100%);
  background-image: linear-gradient(to bottom, #db3c3c 0%, #cd2626 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb3c3c', endColorstr='#ffcd2626', GradientType=0);
}
.slider-danger .slider-vertical .slider-selection {
  background-image: -webkit-linear-gradient(left, #db3c3c 0%, #cd2626 100%);
  background-image: -o-linear-gradient(left, #db3c3c 0%, #cd2626 100%);
  background-image: linear-gradient(to right, #db3c3c 0%, #cd2626 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb3c3c', endColorstr='#ffcd2626', GradientType=1);
}
.loading-container {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  min-height: 50px;
  background: transparent;
  display: none;
}
.loading-container > .progress {
  margin-bottom: 3px;
  height: 7px;
  border-radius: 0;
  -webkit-box-shadow: #00809b 1px 0 6px 1px;
  box-shadow: #00809b 1px 0 6px 1px;
}
.loading-container > .progress > .progress-bar {
  width: 0;
  line-height: 7px;
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.spinner-container {
  width: auto;
  min-width: 120px;
  max-width: 320px;
  overflow: visible;
  padding: 0 15px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  border: 1px solid #00809b;
  background-color: rgba(0, 128, 155, 0.75);
  border-radius: 4px;
  -webkit-box-shadow: #00809b 1px 0 6px 1px;
  box-shadow: #00809b 1px 0 6px 1px;
}
.spinner-container > .busy-text {
  font-size: 17px;
  display: block;
  line-height: 40px;
  color: #fff;
  white-space: nowrap;
}
.spinner-container > .spin-icon {
  font-size: 2em;
}
body > .loading-container {
  /*position:fixed;*/
}
.loading-container.loading-bottom {
  top: auto;
  bottom: 45px;
}
.loading-info > .progress {
  -webkit-box-shadow: #00b4ff 1px 0 6px 1px;
  box-shadow: #00b4ff 1px 0 6px 1px;
}
.loading-info .spinner-container {
  border-color: #0090cc;
  background-color: rgba(0, 180, 255, 0.75);
  -webkit-box-shadow: #00b4ff 1px 0 6px 1px;
  box-shadow: #00b4ff 1px 0 6px 1px;
}
.loading-warning > .progress {
  -webkit-box-shadow: #ffc65d 1px 0 6px 1px;
  box-shadow: #ffc65d 1px 0 6px 1px;
}
.loading-warning .spinner-container {
  border-color: #ffb42a;
  background-color: rgba(255, 198, 93, 0.75);
  -webkit-box-shadow: #ffc65d 1px 0 6px 1px;
  box-shadow: #ffc65d 1px 0 6px 1px;
}
.loading-success > .progress {
  -webkit-box-shadow: #03be65 1px 0 6px 1px;
  box-shadow: #03be65 1px 0 6px 1px;
}
.loading-success .spinner-container {
  border-color: #028c4a;
  background-color: rgba(3, 190, 101, 0.75);
  -webkit-box-shadow: #03be65 1px 0 6px 1px;
  box-shadow: #03be65 1px 0 6px 1px;
}
.loading-danger > .progress {
  -webkit-box-shadow: #db3c3c 1px 0 6px 1px;
  box-shadow: #db3c3c 1px 0 6px 1px;
}
.loading-danger .spinner-container {
  border-color: #c02424;
  background-color: rgba(219, 60, 60, 0.75);
  -webkit-box-shadow: #db3c3c 1px 0 6px 1px;
  box-shadow: #db3c3c 1px 0 6px 1px;
}
.btn-group.btn-switch {
  display: table;
  border-collapse: separate;
}
.btn-group.btn-switch > input {
  display: none;
}
.btn-group.btn-switch > .btn {
  display: table-cell;
  float: none;
  position: relative;
  overflow: hidden;
  table-layout: fixed;
  width: 50%;
}
.btn-group.btn-switch > .btn > span {
  visibility: hidden;
  display: none;
}
.btn-group.btn-switch > .btn > .visibleswitch {
  visibility: visible;
  display: block;
}
.btn-group.btn-switch > .btn > .switch-label {
  position: relative;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
  z-index: 1;
}
.btn-group.btn-switch > .btn > .switch-bg {
  content: '';
  position: absolute;
  color: #666;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.btn-group.btn-switch > .btn:first-child > .switch-bg {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.btn-group.btn-switch > .btn:last-child > .switch-bg {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.btn-stripped.btn-switch > .btn > .switch-bg {
  background-color: rgba(55, 65, 75, 0.1);
}
.btn-switch.slide-left .visibleswitch-add {
  -webkit-animation: slideLeftIn 0.35s linear;
  animation: slideLeftIn 0.35s linear;
}
.btn-switch.slide-right .visibleswitch-add {
  -webkit-animation: slideRightIn 0.35s linear;
  animation: slideRightIn 0.35s linear;
}
.listbox-panel {
  display: none;
  position: absolute;
  min-height: 20px;
  max-width: 350px;
  z-index: 1040;
  padding: 3px;
  font-size: 13px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ffe9f6;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 0px;
  left: 0;
  top: 0;
}
.listbox-panel > span {
  display: block;
  font-size: 14px;
  padding-left: 10px;
  background-color: #f8fafe;
}
.listbox-panel > span.search-label {
  position: relative;
  padding: 3px;
}
.listbox-panel > span > .spin-icon {
  position: absolute;
  right: 5px;
  top: 7px;
}
.listbox-panel > .scrollable {
  width: 100%;
  margin: 0;
  max-height: 180px;
  overflow: hidden;
  padding: 0;
}
.listbox-panel > .scrollable > .listbox {
  max-height: none;
}
.listbox-panel > .select-input {
  height: 30px;
  padding: 4px 8px;
  font-size: 12px;
}
.select-toggle {
  text-align: left;
  padding-right: 35px !important;
  position: relative;
}
.select-toggle:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select-toggle.active,
.btn.select-toggle.active {
  background-image: none !important;
}
.select-toggle:after,
.btn.select-toggle:after {
  font-family: 'fullAdmin-icon';
  background-color: transparent;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  position: absolute;
  content: '\a12b';
  display: inline-block;
  right: 0;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: inherit;
  font-weight: normal;
  border-left: 1px solid transparent;
  border-color: inherit;
  top: 0;
  bottom: 0;
}
.select-toggle.active:after,
.btn.select-toggle.active:after {
  content: '\a12c';
}
.select-toggle + select {
  display: none !important;
}
.nav.select-render-nav {
  height: auto;
  padding: 3px 2px 3px 4px;
  min-height: 36px;
}
.nav.select-render-nav > li {
  margin-top: 1px;
  margin-bottom: 1px;
}
.nav.select-render-nav > li > a {
  padding: 0 8px;
  font-size: 14px;
  margin-right: 2px;
  height: 27px;
  line-height: 28px;
}
.nav.select-render-nav > li > a:hover {
  opacity: 1;
}
.nav.select-render-nav > li > a > .clear-icon {
  position: relative;
  color: inherit;
  font-size: 1.25em;
  margin-left: 5px;
  top: 0.2em;
}
.nav.select-render-nav > li + li {
  margin-left: 0;
  margin-right: 2px;
}
.nav.select-render-nav.single-option {
  display: table;
}
.nav.select-render-nav.single-option li {
  display: table-cell;
  width: 100%;
}
.nav.select-render-nav.single-option li .select-input {
  width: 100%;
}
.nav.select-render-nav.single-option li + li {
  display: none;
}
.nav.select-render-nav.single-option li > a > .clear-icon {
  position: absolute;
  right: 1px;
  top: 0.3em;
  margin-top: -1px !important;
}
.nav.select-render-nav li + li .select-input {
  max-width: 70px;
}
.nav.select-render-nav .select-input {
  min-width: 20px;
  width: auto;
  max-width: 200px;
  padding: 0;
  padding-left: 7px;
  font-size: inherit;
  height: 27px;
  line-height: 27px;
  border: 0;
  outline: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.select-render-nav .select-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: 0;
}
.nav.select-render-nav.input-sm {
  padding: 2px 1px 2px 3px;
  min-height: 30px;
}
.nav.select-render-nav.input-sm .select-input,
.nav.select-render-nav.input-sm > li > a {
  font-size: 11px;
  padding: 3px;
  height: 23px;
  line-height: 23px;
}
.nav.select-render-nav.input-sm > li > a {
  padding: 0 4px;
}
.nav.select-render-nav.input-lg {
  padding: 4px 4px 4px 6px;
  min-height: 48px;
}
.nav.select-render-nav.input-lg .select-input,
.nav.select-render-nav.input-lg > li > a {
  padding: 5px 4px;
  height: 37px;
  line-height: 37px;
}
.nav.select-render-nav.input-lg > li > a {
  padding: 0px 7px;
}
.listbox {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  list-style-type: none;
  padding: 0;
}
.listbox ul {
  margin-bottom: 0;
  list-style-type: none;
  padding: 0;
}
.listbox > li,
.listbox > li li {
  color: #730238;
  padding-bottom: 3px;
}
.listbox > li:hover,
.listbox > li:focus {
  background-color: transparent;
}
.listbox .option-group > .group-label {
  font-weight: bold;
  padding-left: 7px;
  font-size: 14px;
}
.listbox .select-option {
  line-height: 16px;
  width: 100%;
  display: block;
  padding: 4px 5px 4px 8px;
  cursor: pointer;
  color: #730238;
  position: relative;
  margin-bottom: 2px;
}
.listbox li li > .select-option {
  padding-left: 15px;
}
.listbox .select-option:hover,
.listbox .select-option:focus {
  background-color: #ffbdc0;
  color: #b30000;
}
.listbox .select-option:focus {
  background-color: #ffb3b6;
}
.listbox .select-option.selected {
  background-color: #fb7100;
  color: #ffffff;
}
.listbox .highlight {
  text-decoration: underline;
  color: #fb7100;
}
.btn .clear-icon {
  position: absolute;
  line-height: 1.1;
  right: 1.3em;
  z-index: 90;
  font-size: 1.3em;
}
.btn .clear-icon:hover {
  background-color: rgba(255, 255, 255, 0.26);
  border-radius: 50%;
}
.btn .clear-icon:hover:before {
  margin-top: 0 !important;
}
.show-tick .select-option.selected {
  padding-left: 1em;
}
.show-tick .select-option.selected:after {
  font-family: 'fullAdmin-icon';
  content: '\a103';
  padding: inherit;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.listbox-inline {
  display: none;
}
.listbox-inline + .listbox-panel {
  display: block !important;
  max-height: 350px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .listbox-panel .scrollable {
    overflow: scroll !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 1;
    max-height: 300px !important;
  }
  .listbox-panel .listbox .select-option {
    padding: 10px 6px 10px 8px;
    font-size: 20px;
  }
}
.pageable-container {
  position: relative;
  display: block;
}
.pageable-container a:focus {
  outline: 0;
}
.pageable-search-form {
  max-width: 300px;
  position: relative;
}
.pageable-search-form .form-control {
  position: relative;
  padding-left: 20px;
}
.pageable-search-form .form-control > .pageable-search-input {
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-image: none;
  border: none;
  height: 100%;
  width: 100%;
}
.pageable-search-form .form-control .clear-icon {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 1.3em;
}
.pageable-template-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pageable-template-wrapper.pageable-template-self,
.pageable-template-wrapper.pageable-template-over {
  position: relative;
}
.pageable-template-wrapper.panel-stretch {
  position: absolute;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 50px;
}
.pageable-template-wrapper.panel-stretch > .panel-heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.pageable-template-wrapper.panel-stretch > .panel-footer {
  height: 50px;
}
.pageable-template-wrapper.panel-stretch.panel-modal {
  position: fixed;
  left: 235px;
  top: 90px;
  z-index: 1000;
}
.pageable-template-wrapper .panel-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}
.pageable-template-transclude {
  height: 100%;
}
.pageable-edit-panel {
  z-index: 5;
  margin-bottom: 0;
}
.pageable-edit-panel .btn + .btn {
  margin-left: 20px;
}
.table-header-clone {
  border-bottom: 1px solid #ffe9f6 !important;
  margin-bottom: 0 !important;
}
.table-footer-clone {
  border-top: 1px solid #ffe9f6 !important;
  margin-bottom: 0 !important;
}
.no-result-found .table-header-clone,
.no-result-found .table-footer-clone {
  display: none !important;
}
.no-result-found .page-size-container,
.no-result-found .pageable-results {
  visibility: hidden;
}
/******sorting********/
.column-sorting {
  position: absolute;
  right: 1px;
  width: 12px;
  top: 0;
  bottom: 0;
  border-color: inherit;
  cursor: pointer;
}
.column-sorting > .asc-icon,
.column-sorting > .desc-icon {
  width: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 8px 4px;
  position: absolute;
  opacity: 0.1;
}
.column-sorting > .desc-icon {
  bottom: 5px;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom: 0 !important;
}
.column-sorting > .asc-icon {
  top: 5px;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top: 0 !important;
}
.sort-asc .column-sorting > .asc-icon {
  opacity: 0.5;
}
.sort-desc .column-sorting > .desc-icon {
  opacity: 0.5;
}
.page-size-container .size-text {
  padding-right: 10px;
}
.pageable-zero-result {
  padding: 50px 30px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  z-index: -500;
  top: -100%;
  opacity: 0;
  -webkit-transition: opacity 600ms linear;
  -o-transition: opacity 600ms linear;
  transition: opacity 600ms linear;
}
.pageable-zero-result.visible {
  opacity: 1;
  display: block;
  visibility: visible;
  position: relative;
  z-index: 1;
  top: 0;
}
.pageable-zero-result .zero-result-inner {
  text-align: center;
}
.pageable-results small {
  font-size: 0.9em;
}
.pageable-results .total-page {
  margin-right: 10px;
}
.pageable-results strong + small {
  padding-left: 15px;
}
.pageable-blocker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.pageable-blocker .pageable-spinner {
  /* Size and position */
  font-size: 70px;
  /* 1em */
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -1em;
  /* Styles */
  border-radius: 50%;
  background: #ff000a;
  /* Fallback */
  background: linear-gradient(#ff000a 50%, #da3282 50%), /* First column */ linear-gradient(#da3282 50%, #ff000a 50%);
  /* Second column */
  background-position: 0 0, /* Position of 1st column */ 100% 0;
  /* Position of 2nd column */
  background-size: 50% 100%;
  /* Contraction of "50% 100%, 50% 100%" */
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 0.12em rgba(0, 0, 0, 0.2), /* Inner border */ 0 0 0 0.12em rgba(255, 255, 255, 0.1);
  /* Outter border */
  opacity: 0.7;
  animation: spinnerRotate 3s infinite alternate;
}
.pageable-blocker .pageable-spinner:after {
  /* Size */
  content: "";
  width: 50%;
  height: 50%;
  /* Perfect centering */
  position: absolute;
  top: 25%;
  left: 25%;
  /* Styles */
  border: 0.12em solid rgba(255, 255, 255, 0.3);
  border-radius: inherit;
}
th.sorting-header,
td.sorting-header {
  padding-right: 20px !important;
}
@keyframes spinnerRotate {
  25% {
    transform: rotate(270deg);
  }
  50% {
    transform: rotate(90deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.nav-tabs {
  border: 1px solid #ffb3dd;
  border-width: 0 0 1px;
}
.nav-tabs > li {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  top: 1px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.tab-container {
  position: relative;
  width: 100%;
}
.tab-content {
  position: relative;
  width: 100%;
  border: 1px solid #ffb3dd;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tab-pane {
  padding-left: 15px;
  padding-right: 15px;
}
.tab-bottom .nav-tabs {
  border-width: 1px 0 0;
}
.tab-bottom .nav-tabs > li {
  margin-bottom: 0;
}
.tab-bottom .nav-tabs > li > a {
  top: -1px;
  border: 1px solid transparent;
  border-radius: 0 0 4px 4px;
}
.tab-bottom .nav-tabs > li > a:hover {
  border-color: #ffb3dd #ff8ac4 #ff8ac4;
}
.tab-bottom .nav-tabs > li.active > a,
.tab-bottom .nav-tabs > li.active > a:hover,
.tab-bottom .nav-tabs > li.active > a:focus {
  border-color: #ffb3dd;
  border-top-color: transparent;
}
.tab-bottom .tab-content {
  border-top-width: 1px;
  border-bottom-width: 0;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.tab-left {
  display: table;
}
.tab-left .nav-tabs {
  display: table-cell;
  vertical-align: top;
  border-width: 0 1px 0 0;
  height: 100%;
}
.tab-left .nav-tabs > li {
  margin: 0;
  margin-bottom: 3px;
}
.tab-left .nav-tabs > li > a {
  border-color: transparent;
  border-radius: 0;
  white-space: nowrap;
  margin-right: -1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.tab-left .nav-tabs > li > a:hover {
  border-color: #ff8ac4 #ffb3dd #ff8ac4 #ff8ac4;
}
.tab-left .nav-tabs > li.active > a,
.tab-left .nav-tabs > li.active > a:hover,
.tab-left .nav-tabs > li.active > a:focus {
  border-color: #ffb3dd;
  border-right-color: transparent;
}
.tab-left .tab-content {
  display: table-cell;
  vertical-align: top;
  border-width: 1px;
  border-left-width: 0;
  border-radius: 0;
  height: 100%;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tab-right {
  display: table;
}
.tab-right .nav-tabs {
  display: table-cell;
  vertical-align: top;
  border-width: 0 0 0 1px;
  height: 100%;
}
.tab-right .nav-tabs > li {
  margin: 0;
  margin-bottom: 3px;
}
.tab-right .nav-tabs > li > a {
  border-color: transparent;
  border-radius: 0;
  white-space: nowrap;
  margin-left: -1px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tab-right .nav-tabs > li > a:hover {
  border-color: #ff8ac4 #ff8ac4 #ff8ac4 #ffb3dd;
}
.tab-right .nav-tabs > li.active > a,
.tab-right .nav-tabs > li.active > a:hover,
.tab-right .nav-tabs > li.active > a:focus {
  border-color: #ffb3dd;
  border-left-color: transparent;
}
.tab-right .tab-content {
  display: table-cell;
  vertical-align: top;
  border-width: 1px;
  border-right-width: 0;
  border-radius: 0;
  height: 100%;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li > a > i,
.pagination > li > span > i {
  line-height: 0;
}
.collapse {
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
.pull-right > .dropdown-menu {
  right: auto;
  left: 0;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
img {
  max-width: 100%;
}
.row-perfect {
  padding-left: 15px;
}
.row-flex {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: row-reverse;
  -ms-flex-wrap: row-reverse;
  flex-wrap: row-reverse;
}
.flexbox .row-flex:before,
.flexbox .row-flex:after {
  width: 0 !important;
}
.row-gutter-xs {
  margin-left: -4px;
  margin-right: -4px;
}
.row-gutter-xs > [class*="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}
.row-gutter-xs.row-perfect {
  padding-left: 7px;
}
.row-gutter-sm {
  margin-left: -7px;
  margin-right: -7px;
}
.row-gutter-sm > [class*="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}
.row-gutter-sm.row-perfect {
  padding-left: 7px;
}
.row-gutter-lg {
  margin-left: 10px;
  margin-right: 10px;
}
.row-gutter-lg > [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
.row-gutter-lg.row-perfect {
  padding-left: 10px;
}
.row-perfect > [class*="col"] {
  padding-left: 0;
}
p > [class*="col"] {
  float: none;
  display: inline-block;
}
p > [class*="col-xs"] {
  width: 100%;
}
.row-form > [class*="col-xs"] + [class*="col-xs"],
[class*="col-xs"].form-group + [class*="col-xs"].form-group {
  padding-left: 0;
}
.row-flex > .col-xs, .row-flex > .col-xs-1, .row-flex > .col-xs-offset-1, .row-flex > .col-xs-2, .row-flex > .col-xs-offset-2, .row-flex > .col-xs-3, .row-flex > .col-xs-offset-3, .row-flex > .col-xs-4, .row-flex > .col-xs-offset-4, .row-flex > .col-xs-5, .row-flex > .col-xs-offset-5, .row-flex > .col-xs-6, .row-flex > .col-xs-offset-6, .row-flex > .col-xs-7, .row-flex > .col-xs-offset-7, .row-flex > .col-xs-8, .row-flex > .col-xs-offset-8, .row-flex > .col-xs-9, .row-flex > .col-xs-offset-9, .row-flex > .col-xs-10, .row-flex > .col-xs-offset-10, .row-flex > .col-xs-11, .row-flex > .col-xs-offset-11, .row-flex > .col-xs-12, .row-flex > .col-xs-offset-12 {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.row-flex .col-xs-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.row-flex.start-xs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.row-flex.center-xs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.row-flex.end-xs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.row-flex.top-xs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.row-flex.middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-flex.bottom-xs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.row-flex.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.row-flex.between-xs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row-flex.first-xs {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.row-flex.last-xs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.row-flex .col-xs-11 {
  -webkit-flex-basis: 91.66666667%;
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.row-flex .col-xs-10 {
  -webkit-flex-basis: 83.33333333%;
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.row-flex .col-xs-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.row-flex .col-xs-8 {
  -webkit-flex-basis: 66.66666667%;
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.row-flex .col-xs-7 {
  -webkit-flex-basis: 58.33333333%;
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.row-flex .col-xs-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.row-flex .col-xs-5 {
  -webkit-flex-basis: 41.66666667%;
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.row-flex .col-xs-4 {
  -webkit-flex-basis: 33.33333333%;
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.row-flex .col-xs-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.row-flex .col-xs-2 {
  -webkit-flex-basis: 16.66666667%;
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.row-flex .col-xs-1 {
  -webkit-flex-basis: 8.33333333%;
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.row-flex .col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.no-flexbox .col-xs {
  min-width: 8.33333333%;
  display: table-cell;
}
.no-flexbox .row-flex > [class*="col-xs-"] {
  display: table-cell;
  float: none;
}
.row-table > [class*="col-xs"] {
  float: none;
  display: table-cell;
}
@media (max-width: 991px) {
  .row-flex > [class*="col-sm"],
  .row-flex > [class*="col-md"],
  .row-flex > [class*="col-lg"] {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .row-flex > .col-sm, .row-flex > .col-sm-1, .row-flex > .col-sm-offset-1, .row-flex > .col-sm-2, .row-flex > .col-sm-offset-2, .row-flex > .col-sm-3, .row-flex > .col-sm-offset-3, .row-flex > .col-sm-4, .row-flex > .col-sm-offset-4, .row-flex > .col-sm-5, .row-flex > .col-sm-offset-5, .row-flex > .col-sm-6, .row-flex > .col-sm-offset-6, .row-flex > .col-sm-7, .row-flex > .col-sm-offset-7, .row-flex > .col-sm-8, .row-flex > .col-sm-offset-8, .row-flex > .col-sm-9, .row-flex > .col-sm-offset-9, .row-flex > .col-sm-10, .row-flex > .col-sm-offset-10, .row-flex > .col-sm-11, .row-flex > .col-sm-offset-11, .row-flex > .col-sm-12, .row-flex > .col-sm-offset-12 {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .row-flex .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .row-flex.start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .row-flex.center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .row-flex.end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .row-flex.top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row-flex.middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-flex.bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .row-flex.around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .row-flex.between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row-flex.first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .row-flex.last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .row-flex .col-sm-11 {
    -webkit-flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .row-flex .col-sm-10 {
    -webkit-flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .row-flex .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .row-flex .col-sm-8 {
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .row-flex .col-sm-7 {
    -webkit-flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .row-flex .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .row-flex .col-sm-5 {
    -webkit-flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .row-flex .col-sm-4 {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-flex .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .row-flex .col-sm-2 {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .row-flex .col-sm-1 {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .row-flex .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .no-flexbox .col-sm {
    min-width: 8.33333333%;
    display: table-cell;
  }
  .no-flexbox .row-flex > [class*="col-sm-"] {
    display: table-cell;
    float: none;
  }
  p > [class*="col-md"] {
    width: 100%;
  }
  .row-table > [class*="col-sm"] {
    float: none;
    display: table-cell;
  }
  .row-flex > [class*="col-md"] {
    width: 100%;
  }
  .row-form > [class*="col-sm"] + [class*="col-sm"],
  [class*="col-sm"].form-group + [class*="col-sm"].form-group {
    padding-left: 0;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 992px) {
  .row-flex > .col-md, .row-flex > .col-md-1, .row-flex > .col-md-offset-1, .row-flex > .col-md-2, .row-flex > .col-md-offset-2, .row-flex > .col-md-3, .row-flex > .col-md-offset-3, .row-flex > .col-md-4, .row-flex > .col-md-offset-4, .row-flex > .col-md-5, .row-flex > .col-md-offset-5, .row-flex > .col-md-6, .row-flex > .col-md-offset-6, .row-flex > .col-md-7, .row-flex > .col-md-offset-7, .row-flex > .col-md-8, .row-flex > .col-md-offset-8, .row-flex > .col-md-9, .row-flex > .col-md-offset-9, .row-flex > .col-md-10, .row-flex > .col-md-offset-10, .row-flex > .col-md-11, .row-flex > .col-md-offset-11, .row-flex > .col-md-12, .row-flex > .col-md-offset-12 {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .row-flex .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .row-flex.start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .row-flex.center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .row-flex.end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .row-flex.top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row-flex.middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-flex.bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .row-flex.around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .row-flex.between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row-flex.first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .row-flex.last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .row-flex .col-md-11 {
    -webkit-flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .row-flex .col-md-10 {
    -webkit-flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .row-flex .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .row-flex .col-md-8 {
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .row-flex .col-md-7 {
    -webkit-flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .row-flex .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .row-flex .col-md-5 {
    -webkit-flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .row-flex .col-md-4 {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-flex .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .row-flex .col-md-2 {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .row-flex .col-md-1 {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .row-flex .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .no-flexbox .col-md {
    min-width: 8.33333333%;
    display: table-cell;
  }
  .no-flexbox .row-flex > [class*="col-md-"] {
    display: table-cell;
    float: none;
  }
  p > [class*="col-lg"] {
    width: 100%;
  }
  .row-table > [class*="col-md"] {
    float: none;
    display: table-cell;
  }
  .row-form > [class*="col-md"] + [class*="col-md"],
  [class*="col-md"].form-group + [class*="col-md"].form-group {
    padding-left: 0;
  }
  .row-flex > [class*="col-lg"] {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .row-flex > .col-lg, .row-flex > .col-lg-1, .row-flex > .col-lg-offset-1, .row-flex > .col-lg-2, .row-flex > .col-lg-offset-2, .row-flex > .col-lg-3, .row-flex > .col-lg-offset-3, .row-flex > .col-lg-4, .row-flex > .col-lg-offset-4, .row-flex > .col-lg-5, .row-flex > .col-lg-offset-5, .row-flex > .col-lg-6, .row-flex > .col-lg-offset-6, .row-flex > .col-lg-7, .row-flex > .col-lg-offset-7, .row-flex > .col-lg-8, .row-flex > .col-lg-offset-8, .row-flex > .col-lg-9, .row-flex > .col-lg-offset-9, .row-flex > .col-lg-10, .row-flex > .col-lg-offset-10, .row-flex > .col-lg-11, .row-flex > .col-lg-offset-11, .row-flex > .col-lg-12, .row-flex > .col-lg-offset-12 {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .row-flex .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .row-flex.start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .row-flex.center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .row-flex.end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .row-flex.top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row-flex.middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-flex.bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .row-flex.around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .row-flex.between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row-flex.first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .row-flex.last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .row-flex .col-lg-11 {
    -webkit-flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .row-flex .col-lg-10 {
    -webkit-flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .row-flex .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .row-flex .col-lg-8 {
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .row-flex .col-lg-7 {
    -webkit-flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .row-flex .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .row-flex .col-lg-5 {
    -webkit-flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .row-flex .col-lg-4 {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-flex .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .row-flex .col-lg-2 {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .row-flex .col-lg-1 {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .row-flex .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .no-flexbox .col-lg {
    min-width: 8.33333333%;
    display: table-cell;
  }
  .no-flexbox .row-flex > [class*="col-lg-"] {
    display: table-cell;
    float: none;
  }
  .row-table > [class*="col-lg"] {
    float: none;
    display: table-cell;
  }
  .row-form > [class*="col-lg"] + [class*="col-lg"],
  [class*="col-lg"].form-group + [class*="col-lg"].form-group {
    padding-left: 0;
  }
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
.btn {
  outline: 0;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  padding: 7px 21px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}
.btn.btn-rounded {
  border-radius: 18px;
}
.btn.btn-stripped {
  border-left-width: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn.btn-icon {
  width: 37px;
  height: 37px;
  line-height: 37px;
}
.btn .btn-block .fic.pull-left,
.btn .btn-block .fic.pull-right {
  top: 8px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
  outline: 0;
}
.btn.btn-cornered {
  border-radius: 0 !important;
}
.btn.btn-stripped:not(.btn-rounded) {
  border-radius: 0 !important;
  border-top-width: 0;
  border-bottom-width: 0;
}
.btn.btn-stripped {
  background-color: #f7f7fe;
  background-image: -webkit-linear-gradient(top, #f7f7fe 0%, #e5e5fc 100%);
  background-image: -o-linear-gradient(top, #f7f7fe 0%, #e5e5fc 100%);
  background-image: linear-gradient(to bottom, #f7f7fe 0%, #e5e5fc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7fe', endColorstr='#ffe5e5fc', GradientType=0);
  -webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.25), 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.25), 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-left-width: 5px;
  border-right-width: 1px;
  color: #950d4e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.btn.btn-stripped:hover,
.btn.btn-stripped:focus,
.btn.btn-stripped:active,
.btn.btn-stripped.active {
  background-image: -webkit-linear-gradient(top, #e5e5fc 0%, #f7f7fe 100%);
  background-image: -o-linear-gradient(top, #e5e5fc 0%, #f7f7fe 100%);
  background-image: linear-gradient(to bottom, #e5e5fc 0%, #f7f7fe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5fc', endColorstr='#fff7f7fe', GradientType=0);
  -webkit-box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.15), 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.15), 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: #950d4e;
}
.btn .fic {
  line-height: 0.2;
  top: 0.2em;
  min-width: 1em;
}
.btn .fic:first-child:not(:last-child) {
  left: -5px;
}
.btn .fic:last-child:not(:first-child) {
  right: -5px;
}
.btn.btn-icon {
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  text-align: center;
}
.btn.btn-icon .fic:first-child {
  left: -1px;
}
.btn.btn-icon .fic:last-child {
  right: -1px;
}
.btn.btn-icon.btn-xs .fic,
.btn.btn-icon.btn-group-xs > .btn .fic {
  top: 2px;
  left: -0.5px;
}
.btn.active.tick-right:after,
.btn.active.tick-left:before {
  font-family: 'fullAdmin-icon';
  content: '\a103';
  font-size: 1.7em;
  line-height: 0;
  display: inline-block;
  position: relative;
  top: 0.2em;
}
.btn.active.tick-right:after {
  padding-left: 5px;
  margin-right: -5px;
}
.btn.active.tick-left:before {
  padding-right: 5px;
  margin-left: -5px;
}
.btn.form-control {
  /*height:auto;*/
}
.btn-default {
  color: #730238;
  background-color: #ffebec;
  border-color: #ffbabd;
  -webkit-box-shadow: inset -3px -3px 15px #f8dcdd;
  box-shadow: inset -3px -3px 15px #f8dcdd;
}
.btn-default:focus,
.btn-default.focus {
  color: #730238;
  background-color: #ffc0c3;
  border-color: #ff3b43;
}
.btn-default:hover {
  color: #730238;
  background-color: #ffc0c3;
  border-color: #ff7d82;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #730238;
  background-color: #ffc0c3;
  border-color: #ff7d82;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #730238;
  background-color: #ff9ca0;
  border-color: #ff3b43;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffebec;
  border-color: #ffbabd;
}
.btn-default .badge {
  color: #ffebec;
  background-color: #730238;
}
.btn-default.btn-cornered,
.btn-default.btn-stripped {
  border-color: #f0adb0;
}
.btn-default.btn-stripped {
  color: #ff9ca0;
}
.btn-default.btn-stripped:hover,
.btn-default.btn-stripped:focus,
.btn-default.btn-stripped.focus,
.btn-default.btn-stripped:active,
.btn-default.btn-stripped.active,
.open > .dropdown-toggle.btn-default.btn-stripped {
  color: #e0a0a3;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #730238;
  background-color: #fff2f4;
  border-color: #f8dcdd;
  outline: 0;
  opacity: 0.9;
}
.btn-default:active,
.btn-default.active,
.btn-default:focus,
.btn-default.focus,
.open > .dropdown-toggle.btn-default {
  background-image: none;
  background-color: #ffe4e5;
  opacity: 1;
  border-color: #e9cecf;
  -webkit-box-shadow: inset 0px 3px 5px #e9cecf;
  box-shadow: inset 0px 3px 5px #e9cecf;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffebec;
  border-color: #ffbabd;
}
.btn-default .badge {
  color: #ffebec;
  background-color: #730238;
}
.btn-default.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default.btn-stripped {
  border-color: #ff878c;
  color: #ff787d;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #fff6f6;
  border-color: #ffbabd;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #fee2e3;
  opacity: 1;
  border-color: #ff9ca0;
  -webkit-box-shadow: inset 0px 3px 5px #ff9ca0;
  box-shadow: inset 0px 3px 5px #ff9ca0;
}
.btn-primary {
  color: #ffffff;
  background-color: #00809b;
  border-color: #006b82;
  -webkit-box-shadow: inset -3px -3px 15px #006078;
  box-shadow: inset -3px -3px 15px #006078;
}
.btn-primary.btn-cornered,
.btn-primary.btn-stripped {
  border-color: #006076;
}
.btn-primary.btn-stripped {
  color: #005263;
}
.btn-primary.btn-stripped:hover,
.btn-primary.btn-stripped:focus,
.btn-primary.btn-stripped.focus,
.btn-primary.btn-stripped:active,
.btn-primary.btn-stripped.active,
.open > .dropdown-toggle.btn-primary.btn-stripped {
  color: #00566b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2ea0b8;
  border-color: #006078;
  outline: 0;
  opacity: 0.9;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus,
.btn-primary.focus,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
  background-color: #006a82;
  opacity: 1;
  border-color: #00556d;
  -webkit-box-shadow: inset 0px 3px 5px #00556d;
  box-shadow: inset 0px 3px 5px #00556d;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00809b;
  border-color: #006b82;
}
.btn-primary .badge {
  color: #00809b;
  background-color: #ffffff;
}
.btn-primary.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-success {
  color: #ffffff;
  background-color: #03be65;
  border-color: #03a558;
  -webkit-box-shadow: inset -3px -3px 15px #00ad58;
  box-shadow: inset -3px -3px 15px #00ad58;
}
.btn-success.btn-cornered,
.btn-success.btn-stripped {
  border-color: #00984e;
}
.btn-success.btn-stripped {
  color: #028748;
}
.btn-success.btn-stripped:hover,
.btn-success.btn-stripped:focus,
.btn-success.btn-stripped.focus,
.btn-success.btn-stripped:active,
.btn-success.btn-stripped.active,
.open > .dropdown-toggle.btn-success.btn-stripped {
  color: #008c44;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #31d888;
  border-color: #00ad58;
  outline: 0;
  opacity: 0.9;
}
.btn-success:active,
.btn-success.active,
.btn-success:focus,
.btn-success.focus,
.open > .dropdown-toggle.btn-success {
  background-image: none;
  background-color: #07b763;
  opacity: 1;
  border-color: #00a14e;
  -webkit-box-shadow: inset 0px 3px 5px #00a14e;
  box-shadow: inset 0px 3px 5px #00a14e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #03be65;
  border-color: #03a558;
}
.btn-success .badge {
  color: #03be65;
  background-color: #ffffff;
}
.btn-success.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-info {
  color: #ffffff;
  background-color: #00b4ff;
  border-color: #00a2e6;
  -webkit-box-shadow: inset -3px -3px 15px #00a4ec;
  box-shadow: inset -3px -3px 15px #00a4ec;
}
.btn-info.btn-cornered,
.btn-info.btn-stripped {
  border-color: #0096d7;
}
.btn-info.btn-stripped {
  color: #008cc7;
}
.btn-info.btn-stripped:hover,
.btn-info.btn-stripped:focus,
.btn-info.btn-stripped.focus,
.btn-info.btn-stripped:active,
.btn-info.btn-stripped.active,
.open > .dropdown-toggle.btn-info.btn-stripped {
  color: #008ac9;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #2ecfff;
  border-color: #00a4ec;
  outline: 0;
  opacity: 0.9;
}
.btn-info:active,
.btn-info.active,
.btn-info:focus,
.btn-info.focus,
.open > .dropdown-toggle.btn-info {
  background-image: none;
  background-color: #04adf4;
  opacity: 1;
  border-color: #0097dd;
  -webkit-box-shadow: inset 0px 3px 5px #0097dd;
  box-shadow: inset 0px 3px 5px #0097dd;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #00b4ff;
  border-color: #00a2e6;
}
.btn-info .badge {
  color: #00b4ff;
  background-color: #ffffff;
}
.btn-info.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-warning {
  color: #ffffff;
  background-color: #ffc65d;
  border-color: #ffbd43;
  -webkit-box-shadow: inset -3px -3px 15px #ecb550;
  box-shadow: inset -3px -3px 15px #ecb550;
}
.btn-warning.btn-cornered,
.btn-warning.btn-stripped {
  border-color: #f0b03a;
}
.btn-warning.btn-stripped {
  color: #ffb225;
}
.btn-warning.btn-stripped:hover,
.btn-warning.btn-stripped:focus,
.btn-warning.btn-stripped.focus,
.btn-warning.btn-stripped:active,
.btn-warning.btn-stripped.active,
.open > .dropdown-toggle.btn-warning.btn-stripped {
  color: #e0a331;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ffdf81;
  border-color: #ecb550;
  outline: 0;
  opacity: 0.9;
}
.btn-warning:active,
.btn-warning.active,
.btn-warning:focus,
.btn-warning.focus,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
  background-color: #f4be5b;
  opacity: 1;
  border-color: #dda847;
  -webkit-box-shadow: inset 0px 3px 5px #dda847;
  box-shadow: inset 0px 3px 5px #dda847;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffc65d;
  border-color: #ffbd43;
}
.btn-warning .badge {
  color: #ffc65d;
  background-color: #ffffff;
}
.btn-warning.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger {
  color: #ffffff;
  background-color: #db3c3c;
  border-color: #d62828;
  -webkit-box-shadow: inset -3px -3px 15px #c93131;
  box-shadow: inset -3px -3px 15px #c93131;
}
.btn-danger.btn-cornered,
.btn-danger.btn-stripped {
  border-color: #c81f1f;
}
.btn-danger.btn-stripped {
  color: #bc2323;
}
.btn-danger.btn-stripped:hover,
.btn-danger.btn-stripped:focus,
.btn-danger.btn-stripped.focus,
.btn-danger.btn-stripped:active,
.btn-danger.btn-stripped.active,
.open > .dropdown-toggle.btn-danger.btn-stripped {
  color: #ba1717;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #f26464;
  border-color: #c93131;
  outline: 0;
  opacity: 0.9;
}
.btn-danger:active,
.btn-danger.active,
.btn-danger:focus,
.btn-danger.focus,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
  background-color: #d23c3c;
  opacity: 1;
  border-color: #bc2828;
  -webkit-box-shadow: inset 0px 3px 5px #bc2828;
  box-shadow: inset 0px 3px 5px #bc2828;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #db3c3c;
  border-color: #d62828;
}
.btn-danger .badge {
  color: #db3c3c;
  background-color: #ffffff;
}
.btn-danger.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  background-color: #b71d67;
  border-color: #a11a5a;
  -webkit-box-shadow: inset -3px -3px 15px #aa155c;
  box-shadow: inset -3px -3px 15px #aa155c;
}
.btn-inverse:focus,
.btn-inverse.focus {
  color: #ffffff;
  background-color: #8b164e;
  border-color: #33081d;
}
.btn-inverse:hover {
  color: #ffffff;
  background-color: #8b164e;
  border-color: #6c113d;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #8b164e;
  border-color: #6c113d;
}
.btn-inverse:active:hover,
.btn-inverse.active:hover,
.open > .dropdown-toggle.btn-inverse:hover,
.btn-inverse:active:focus,
.btn-inverse.active:focus,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:active.focus,
.btn-inverse.active.focus,
.open > .dropdown-toggle.btn-inverse.focus {
  color: #ffffff;
  background-color: #6c113d;
  border-color: #33081d;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus {
  background-color: #b71d67;
  border-color: #a11a5a;
}
.btn-inverse .badge {
  color: #b71d67;
  background-color: #ffffff;
}
.btn-inverse.btn-cornered,
.btn-inverse.btn-stripped {
  border-color: #951250;
}
.btn-inverse.btn-stripped {
  color: #87164b;
}
.btn-inverse.btn-stripped:hover,
.btn-inverse.btn-stripped:focus,
.btn-inverse.btn-stripped.focus,
.btn-inverse.btn-stripped:active,
.btn-inverse.btn-stripped.active,
.open > .dropdown-toggle.btn-inverse.btn-stripped {
  color: #890b47;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #c02c73;
  border-color: #aa155c;
  outline: 0;
  opacity: 0.9;
}
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse:focus,
.btn-inverse.focus,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
  background-color: #b32267;
  opacity: 1;
  border-color: #9d0d52;
  -webkit-box-shadow: inset 0px 3px 5px #9d0d52;
  box-shadow: inset 0px 3px 5px #9d0d52;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #b71d67;
  border-color: #a11a5a;
}
.btn-inverse .badge {
  color: #b71d67;
  background-color: #ffffff;
}
.btn-inverse.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-xl,
.btn-group-xl > .btn {
  padding: 15px 37.5px;
  font-size: 21px;
  line-height: 1.18;
  border-radius: 8px;
  max-width: 100%;
  white-space: normal;
}
.btn-xl.btn-rounded,
.btn-group-xl > .btn.btn-rounded {
  border-radius: 28px;
}
.btn-xl.btn-stripped,
.btn-group-xl > .btn.btn-stripped {
  border-left-width: 9px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.btn-xl.btn-icon,
.btn-group-xl > .btn.btn-icon {
  width: 57px;
  height: 57px;
  line-height: 57px;
}
.btn-xl .btn-block .fic.pull-left,
.btn-xl .btn-block .fic.pull-right,
.btn-group-xl > .btn .btn-block .fic.pull-left,
.btn-group-xl > .btn .btn-block .fic.pull-right {
  top: 16px;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .btn {
  padding: 12px 27px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  max-width: 100%;
  white-space: normal;
}
.btn-lg.btn-rounded,
.btn-group-lg > .btn.btn-rounded {
  border-radius: 24px;
}
.btn-lg.btn-stripped,
.btn-group-lg > .btn.btn-stripped {
  border-left-width: 7px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.btn-lg.btn-icon,
.btn-group-lg > .btn.btn-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.btn-lg .btn-block .fic.pull-left,
.btn-lg .btn-block .fic.pull-right,
.btn-group-lg > .btn .btn-block .fic.pull-left,
.btn-group-lg > .btn .btn-block .fic.pull-right {
  top: 13px;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .btn {
  padding: 5px 15px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-sm.btn-rounded,
.btn-group-sm > .btn.btn-rounded {
  border-radius: 15px;
}
.btn-sm.btn-stripped,
.btn-group-sm > .btn.btn-stripped {
  border-left-width: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.btn-sm.btn-icon,
.btn-group-sm > .btn.btn-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.btn-sm .btn-block .fic.pull-left,
.btn-sm .btn-block .fic.pull-right,
.btn-group-sm > .btn .btn-block .fic.pull-left,
.btn-group-sm > .btn .btn-block .fic.pull-right {
  top: 6px;
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > .btn {
  padding: 1px 10.5px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs.btn-rounded,
.btn-group-xs > .btn.btn-rounded {
  border-radius: 11px;
}
.btn-xs.btn-stripped,
.btn-group-xs > .btn.btn-stripped {
  border-left-width: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.btn-xs.btn-icon,
.btn-group-xs > .btn.btn-icon {
  width: 19px;
  height: 19px;
  line-height: 19px;
}
.btn-xs .btn-block .fic.pull-left,
.btn-xs .btn-block .fic.pull-right,
.btn-group-xs > .btn .btn-block .fic.pull-left,
.btn-group-xs > .btn .btn-block .fic.pull-right {
  top: 2px;
}
.btn-block .fic.pull-left,
.btn-block .fic.pull-right {
  top: 8px;
}
@media (max-width: 767px) {
  .btn-block-xs {
    display: block;
    width: 100%;
  }
}
.btn-animated {
  overflow: hidden;
}
.btn-animated:hover > .fic {
  display: inline-block;
  visibility: visible;
  height: auto;
  max-height: initial;
  width: auto;
  min-width: initial;
  max-width: initial;
}
.btn-animated:hover > .btn-text {
  visibility: hidden;
  width: 0;
  height: 0;
  max-height: 1px;
  max-width: 1px;
}
.btn-animated > .fic {
  visibility: hidden;
  width: 0;
  min-width: 0;
  max-width: 1px;
  height: 0;
  max-height: 1px;
}
.btn-animated > .fic,
.btn-animated > .btn-text {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-animated > .btn-text {
  display: inline-block;
  position: relative;
  height: auto;
  max-height: initial;
  width: auto;
  min-width: initial;
  max-width: initial;
}
.btn-animated:before {
  content: ' ';
}
.btn-animated.from-left > .fic {
  left: -100%;
}
.btn-animated.from-left > .btn-text {
  right: 0;
}
.btn-animated.from-left:hover > .fic {
  left: 0;
}
.btn-animated.from-left:hover > .btn-text {
  right: -100%;
}
.btn-animated.from-top > .fic,
.btn-animated.from-top > .btn-text {
  -webkit-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  transition: top 0.2s linear;
}
.btn-animated.from-top > .fic {
  top: -100px;
  left: 0;
}
.btn-animated.from-top > .btn-text {
  top: 0;
  width: 100%;
  height: 100%;
}
.btn-animated.from-top:hover > .fic {
  left: 0;
  top: 0.2em;
  width: 100%;
  height: 100%;
}
.btn-animated.from-top:hover > .btn-text {
  top: 100px;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  padding-left: 14px;
  padding-right: 14px;
}
.btn-group > .btn.btn-narrow,
.btn-group-vertical > .btn.btn-narrow {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn .fic:first-child,
.btn-group-vertical > .btn .fic:first-child {
  left: 0px;
}
.btn-group > .btn .fic:last-child,
.btn-group-vertical > .btn .fic:last-child {
  right: 0px;
}
.btn-group.btn-group-reset > .btn:not(.active),
.btn-group-vertical.btn-group-reset > .btn:not(.active) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group:not(.btn-group-vertical) > .btn.btn-stripped:not(:first-child) {
  border-left-width: 1px;
}
.btn-group > .btn:not(:last-child) {
  border-right-color: transparent;
}
.btn-group-xs > .btn {
  padding-left: 7px;
  padding-right: 7px;
}
.btn-group-xs > .btn.btn-narrow {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group-sm > .btn {
  padding-left: 10px;
  padding-right: 10px;
}
.btn-group-sm > .btn.btn-narrow {
  padding-left: 6px;
  padding-right: 6px;
}
.btn-group-lg > .btn {
  padding-left: 18px;
  padding-right: 18px;
}
.btn-group-lg > .btn.btn-narrow {
  padding-left: 10px;
  padding-right: 10px;
}
.btn-group-xl > .btn {
  padding-left: 25px;
  padding-right: 25px;
}
.btn-group-xl > .btn.btn-narrow {
  padding-left: 15px;
  padding-right: 15px;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.input-group {
  width: 100%;
}
.input-group > .form-control {
  /*height:(@input-height-base + 1);*/
}
.input-group.number-input-btns-container > .form-control {
  padding-left: 0;
  text-align: right;
}
.input-group-rounded {
  border-radius: 36px;
}
.input-group-rounded > .form-control:first-child,
.input-group-rounded > .input-group-addon:first-child,
.input-group-rounded > .input-group-btn:first-child > .btn:last-child {
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
}
.input-group-rounded > .form-control:last-child,
.input-group-rounded > .input-group-addon:last-child,
.input-group-rounded > .input-group-btn:last-child > .btn:first-child {
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
}
.input-group-rounded.input-group-sm {
  border-radius: 30px;
}
.input-group-rounded.input-group-sm > .form-control:first-child,
.input-group-rounded.input-group-sm > .input-group-addon:first-child,
.input-group-rounded.input-group-sm > .input-group-btn:first-child > .btn:last-child {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.input-group-rounded.input-group-sm > .form-control:last-child,
.input-group-rounded.input-group-sm > .input-group-addon:last-child,
.input-group-rounded.input-group-sm > .input-group-btn:last-child > .btn:first-child {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}
.input-group-rounded.input-group-lg {
  border-radius: 48px;
}
.input-group-rounded.input-group-lg > .form-control:first-child,
.input-group-rounded.input-group-lg > .input-group-addon:first-child,
.input-group-rounded.input-group-lg > .input-group-btn:first-child > .btn:last-child {
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
}
.input-group-rounded.input-group-lg > .form-control:last-child,
.input-group-rounded.input-group-lg > .input-group-addon:last-child,
.input-group-rounded.input-group-lg > .input-group-btn:last-child > .btn:first-child {
  border-bottom-right-radius: 24px;
  border-top-right-radius: 24px;
}
.nav > li > a {
  border: 1px solid transparent;
}
.nav > li > a:hover,
.nav > li > a:focus {
  border-color: #ffcee5;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  border-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav .open > a.active {
  border-color: #ffcee5;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  border-color: #ff6db2;
}
@media (min-width: 768px) {
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.tab-content > .tab-pane {
  visibility: hidden;
}
.tab-content > .active {
  visibility: visible;
}
header {
  position: relative;
  width: 100%;
}
.navbar-header,
.navbar-header-right {
  height: 70px;
}
.navbar-header > .aside-toggler,
.navbar-header-right > .aside-toggler {
  height: 100%;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 70px;
  color: #ff000a;
  vertical-align: top;
  cursor: pointer;
}
.navbar-header > .aside-toggler + .navbar-brand,
.navbar-header-right > .aside-toggler + .navbar-brand {
  margin-left: -25px;
}
@media (min-width: 768px) {
  .navbar-header > .aside-toggler {
    margin-left: -15px;
  }
}
.navbar-header-right {
  float: right;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    visibility: visible !important;
  }
}
.navbar-collapse.in {
  overflow: visible;
}
.navbar-brand {
  display: inline-block;
}
.navbar-brand.with-logo {
  padding: 8px 15px;
}
@media (max-width: 576px) {
  .navbar-brand > img {
    max-width: 100px;
  }
}
.navbar-toggle > .fic {
  display: block;
  top: 0;
}
.profile-btn {
  position: relative;
  float: right;
  padding-right: 15px;
  padding-left: 15px;
  height: 70px;
  line-height: 73px;
  font-size: 17px;
}
.profile-btn:focus {
  outline: 0;
}
.profile-btn > img {
  display: inline-block;
  width: 54px;
  height: 54px;
  margin-top: -3px;
  border: 3px solid;
}
.profile-btn .profile-name {
  padding-left: 0.5em;
}
@media (max-width: 992px) {
  .profile-btn .profile-name {
    display: none;
  }
}
.navbar-nav > li > a {
  border-width: 0;
  /*padding-left:25px;*/
}
.navbar-nav > li > a > .fic {
  top: 3px;
  font-size: 1.45em;
}
.navbar-nav > li > a > .label {
  position: absolute;
  top: 3px;
  opacity: 0.9;
  right: 0;
  padding: .15em .45em .25em;
}
@media (max-width: 767px) {
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-nav > li > a > .label {
    position: relative;
    float: right;
    top: 5px;
  }
  .navbar-nav > li > a:hover,
  .navbar-nav > li > a:active,
  .navbar-nav > li > a:active {
    background-color: #ffffff;
  }
  .navbar-nav > li:first-child > a {
    border-top-width: 0px;
  }
  .navbar-nav > li:last-child > a {
    border-bottom: 1px solid #ffdded;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    height: 70px;
    line-height: 73px;
  }
}
@media (max-width: 767px) {
  .mobile-justify-menu {
    min-width: 100%;
    background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.15), transparent);
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.15), transparent);
    background-repeat: no-repeat;
  }
  .mobile-justify-menu .navbar-nav {
    width: 100%;
    display: table;
  }
  .mobile-justify-menu .navbar-nav > li {
    float: none;
    display: table-cell;
  }
  .mobile-justify-menu .navbar-nav > li > a {
    text-align: center;
    border-width: 0;
    line-height: 20px;
  }
  .mobile-justify-menu .navbar-nav > li > a > .fic {
    top: 3px;
  }
  .mobile-justify-menu .navbar-nav > li > a > .menu-text {
    display: none !important;
  }
  .mobile-justify-menu .navbar-nav > li > a > .label {
    display: none;
  }
}
.skin-default .navbar,
.navbar-default {
  background-color: #fffafd;
  border-color: #ffe9f6;
}
.skin-default .navbar .navbar-brand,
.navbar-default .navbar-brand {
  color: #730238;
}
.skin-default .navbar .navbar-brand:hover,
.navbar-default .navbar-brand:hover,
.skin-default .navbar .navbar-brand:focus,
.navbar-default .navbar-brand:focus {
  color: #410120;
  background-color: transparent;
}
.skin-default .navbar .navbar-text,
.navbar-default .navbar-text {
  color: #730238;
}
.skin-default .navbar .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a {
  color: #730238;
}
.skin-default .navbar .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.skin-default .navbar .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:focus {
  color: #290010;
  background-color: transparent;
}
.skin-default .navbar .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a,
.skin-default .navbar .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a,
.skin-default .navbar .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:hover,
.skin-default .navbar .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:hover,
.skin-default .navbar .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:focus,
.skin-default .navbar .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:focus {
  color: #af4000;
  background-color: #ffdaec;
}
.skin-default .navbar .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a,
.skin-default .navbar .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:hover,
.skin-default .navbar .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.skin-default .navbar .profile-btn,
.navbar-default .profile-btn {
  color: #730238;
}
.skin-default .navbar .profile-btn:hover,
.navbar-default .profile-btn:hover,
.skin-default .navbar .profile-btn:focus,
.navbar-default .profile-btn:focus {
  color: #290010;
  background-color: transparent;
  text-decoration: none;
}
.skin-default .navbar .navbar-toggle,
.navbar-default .navbar-toggle {
  border-color: #730238;
  color: #730238;
}
.skin-default .navbar .navbar-toggle:hover,
.navbar-default .navbar-toggle:hover,
.skin-default .navbar .navbar-toggle:focus,
.navbar-default .navbar-toggle:focus {
  background-color: #730238;
  color: #fffafd;
  border-color: #fffafd;
}
.skin-default .navbar .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fffafd;
}
.skin-default .navbar .navbar-collapse,
.navbar-default .navbar-collapse,
.skin-default .navbar .navbar-form,
.navbar-default .navbar-form {
  border-color: #ffd8eb;
}
.skin-default .navbar .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a,
.skin-default .navbar .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:hover,
.skin-default .navbar .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffdaec;
  color: #af4000;
}
@media (max-width: 767px) {
  .skin-default .navbar .navbar-nav .open .dropdown-menu > .dropdown-header,
  .navbar-default .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #ffe9f6;
  }
  .skin-default .navbar .navbar-nav .open .dropdown-menu .divider,
  .navbar-default .navbar-nav .open .dropdown-menu .divider {
    background-color: #ffe9f6;
  }
  .skin-default .navbar .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffdded;
    color: #730238;
  }
  .skin-default .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .skin-default .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #290010;
    background-color: transparent;
  }
  .skin-default .navbar .navbar-nav .open .dropdown-menu > li:last-child > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li:last-child > a {
    border-bottom: 1px solid #ffdded;
  }
  .skin-default .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .skin-default .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .skin-default .navbar .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #af4000;
    background-color: #ffdaec;
  }
  .skin-default .navbar .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .skin-default .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .skin-default .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.skin-default .navbar .navbar-link,
.navbar-default .navbar-link {
  color: #730238;
}
.skin-default .navbar .navbar-link:hover,
.navbar-default .navbar-link:hover {
  color: #290010;
}
.skin-default .navbar .btn-link,
.navbar-default .btn-link {
  color: #730238;
}
.skin-default .navbar .btn-link:hover,
.navbar-default .btn-link:hover,
.skin-default .navbar .btn-link:focus,
.navbar-default .btn-link:focus {
  color: #290010;
}
.skin-default .navbar .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .skin-default .navbar .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.skin-default .navbar .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .skin-default .navbar .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.skin-inverse .navbar,
.navbar-inverse {
  background-color: #44001d;
  border-color: #290010;
}
.skin-inverse .navbar .navbar-brand,
.navbar-inverse .navbar-brand {
  color: #ff000a;
}
.skin-inverse .navbar .navbar-brand:hover,
.navbar-inverse .navbar-brand:hover,
.skin-inverse .navbar .navbar-brand:focus,
.navbar-inverse .navbar-brand:focus {
  color: #ff4750;
  background-color: transparent;
}
.skin-inverse .navbar .navbar-text,
.navbar-inverse .navbar-text {
  color: #ff000a;
}
.skin-inverse .navbar .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a {
  color: #ff000a;
}
.skin-inverse .navbar .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.skin-inverse .navbar .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ff4750;
  background-color: transparent;
}
.skin-inverse .navbar .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a,
.skin-inverse .navbar .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a,
.skin-inverse .navbar .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:hover,
.skin-inverse .navbar .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:hover,
.skin-inverse .navbar .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:focus,
.skin-inverse .navbar .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffeccc;
  background-color: #fb7100;
}
.skin-inverse .navbar .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a,
.skin-inverse .navbar .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.skin-inverse .navbar .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #d4d4d4;
  background-color: transparent;
}
.skin-inverse .navbar .profile-btn,
.navbar-inverse .profile-btn {
  color: #ff000a;
}
.skin-inverse .navbar .profile-btn:hover,
.navbar-inverse .profile-btn:hover,
.skin-inverse .navbar .profile-btn:focus,
.navbar-inverse .profile-btn:focus {
  color: #ff4750;
  background-color: transparent;
  text-decoration: none;
}
.skin-inverse .navbar .navbar-toggle,
.navbar-inverse .navbar-toggle {
  border-color: #ff000a;
  color: #ff000a;
}
.skin-inverse .navbar .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:hover,
.skin-inverse .navbar .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:focus {
  background-color: #ff000a;
  color: #44001d;
  border-color: #44001d;
}
.skin-inverse .navbar .navbar-toggle .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #44001d;
}
.skin-inverse .navbar .navbar-collapse,
.navbar-inverse .navbar-collapse,
.skin-inverse .navbar .navbar-form,
.navbar-inverse .navbar-form {
  border-color: #1a000c;
}
.skin-inverse .navbar .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a,
.skin-inverse .navbar .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:hover,
.skin-inverse .navbar .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #fb7100;
  color: #ffeccc;
}
@media (max-width: 767px) {
  .skin-inverse .navbar .navbar-nav .open .dropdown-menu > .dropdown-header,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #290010;
  }
  .skin-inverse .navbar .navbar-nav .open .dropdown-menu .divider,
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #290010;
  }
  .skin-inverse .navbar .navbar-nav .open .dropdown-menu > li > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    border-top: 1px solid #80003d;
    border-bottom: 1px solid #1f000f;
    color: #ff000a;
  }
  .skin-inverse .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .skin-inverse .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ff4750;
    background-color: transparent;
  }
  .skin-inverse .navbar .navbar-nav .open .dropdown-menu > li:last-child > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li:last-child > a {
    border-bottom: 1px solid #1f000f;
  }
  .skin-inverse .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .skin-inverse .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .skin-inverse .navbar .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffeccc;
    background-color: #fb7100;
  }
  .skin-inverse .navbar .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .skin-inverse .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .skin-inverse .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #d4d4d4;
    background-color: transparent;
  }
}
.skin-inverse .navbar .navbar-link,
.navbar-inverse .navbar-link {
  color: #ff000a;
}
.skin-inverse .navbar .navbar-link:hover,
.navbar-inverse .navbar-link:hover {
  color: #ff4750;
}
.skin-inverse .navbar .btn-link,
.navbar-inverse .btn-link {
  color: #ff000a;
}
.skin-inverse .navbar .btn-link:hover,
.navbar-inverse .btn-link:hover,
.skin-inverse .navbar .btn-link:focus,
.navbar-inverse .btn-link:focus {
  color: #ff4750;
}
.skin-inverse .navbar .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .skin-inverse .navbar .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.skin-inverse .navbar .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .skin-inverse .navbar .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #d4d4d4;
}
.breadcrumb {
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #ffe9f6;
  font-weight: bolder;
  font-size: 0.9em;
  letter-spacing: 1.5px;
}
.breadcrumb > li {
  text-transform: uppercase;
}
.breadcrumb > li + li:before {
  font-family: 'fullAdmin-icon';
  content: " \a131 ";
  line-height: 0;
  display: inline-block;
  position: relative;
  top: 0.1em;
}
.breadcrumb > li > a {
  /*color:@breadcrumb-color;*/
}
.panel.panel-breadcrumb {
  margin-bottom: 10px;
}
.panel .breadcrumb {
  margin: 0;
  border-width: 0;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  padding: 3px 14px 5px;
  border-radius: 18px;
}
.pager li > a:hover,
.pager li > a:focus {
  color: #fffafd;
}
.jumbotron {
  padding: 30px 15px;
  z-index: 1;
  position: relative;
}
.jumbotron h1,
.jumbotron .h1,
.jumbotron h2,
.jumbotron .h2 {
  color: inherit;
}
.jumbotron h1.shadowed,
.jumbotron .h1.shadowed,
.jumbotron h2.shadowed,
.jumbotron .h2.shadowed {
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.65);
}
.jumbotron p.text-sm {
  font-size: 18px;
}
.jumbotron p.text-xs {
  font-size: 15px;
}
.jumbotron .breadcrumb {
  background-color: transparent;
  margin: 0;
}
.jumbotron.jumbotron-fluid {
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 0;
}
.jumbotron.jumbotron-top {
  margin-top: -20px;
}
.jumbotron.no-padding {
  padding: 0;
}
.jumbotron.padded-md {
  padding: 30px 30px;
}
.jumbotron.padded-sm {
  padding: 15px 15px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron.no-padding,
  .container-fluid .jumbotron.no-padding {
    padding: 0;
  }
  .container .jumbotron.padded-md,
  .container-fluid .jumbotron.padded-md {
    padding: 30px 30px;
  }
  .container .jumbotron.padded-sm,
  .container-fluid .jumbotron.padded-sm {
    padding: 15px 15px;
  }
}
.alert-primary {
  background-color: #2ea0b8;
  border-color: #00809b;
  color: #004054;
}
.alert-primary hr {
  border-top-color: #006b82;
}
.alert-primary .alert-link {
  color: #000303;
}
.alert-inverse {
  background-color: #730238;
  border-color: #44001d;
  color: #fffafd;
}
.alert-inverse hr {
  border-top-color: #240011;
}
.alert-inverse .alert-link {
  color: #ffc9e3;
}
.alert-default {
  background-color: #ffe9f6;
  border-color: #ffb3dd;
  color: #730238;
}
.alert-default hr {
  border-top-color: #ffa5d0;
}
.alert-default .alert-link {
  color: #410120;
}
.alert-inline {
  position: relative;
}
@media (min-width: 768px) {
  .dl-horizontal.dl-lg dt {
    float: left;
    width: 220px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal.dl-lg dd {
    margin-left: 240px;
  }
}
.text-bold {
  font-weight: bold;
}
.modal-open {
  position: relative;
  left: -8px;
}
.modal-content {
  border: 15px solid #ffe9f6;
  border: 15px solid rgba(255, 190, 221, 0.87);
  border-radius: 3px;
}
.modal-primary .modal-content {
  border-color: #2ea0b8;
  border-color: rgba(46, 160, 184, 0.87);
}
.modal-primary .modal-content .modal-header,
.modal-primary .modal-content .modal-footer {
  border-color: inherit;
}
.modal-primary .modal-content .modal-header .modal-title {
  color: #006078;
}
.modal-primary .modal-content .modal-body-inner:before {
  color: #2ea0b8;
}
.modal-info .modal-content {
  border-color: #2ecfff;
  border-color: rgba(65, 199, 255, 0.87);
}
.modal-info .modal-content .modal-header,
.modal-info .modal-content .modal-footer {
  border-color: inherit;
}
.modal-info .modal-content .modal-header .modal-title {
  color: #0094d9;
}
.modal-info .modal-content .modal-body-inner:before {
  color: #2ecfff;
}
.modal-success .modal-content {
  border-color: #31d888;
  border-color: rgba(49, 216, 136, 0.87);
}
.modal-success .modal-content .modal-header,
.modal-success .modal-content .modal-footer {
  border-color: inherit;
}
.modal-success .modal-content .modal-header .modal-title {
  color: #00ad58;
}
.modal-success .modal-content .modal-body-inner:before {
  color: #31d888;
}
.modal-warning .modal-content {
  border-color: #ffdf81;
  border-color: rgba(255, 217, 148, 0.87);
}
.modal-warning .modal-content .modal-header,
.modal-warning .modal-content .modal-footer {
  border-color: inherit;
}
.modal-warning .modal-content .modal-header .modal-title {
  color: #d9a545;
}
.modal-warning .modal-content .modal-body-inner:before {
  color: #ffdf81;
}
.modal-danger .modal-content {
  border-color: #f26464;
  border-color: rgba(242, 100, 100, 0.87);
}
.modal-danger .modal-content .modal-header,
.modal-danger .modal-content .modal-footer {
  border-color: inherit;
}
.modal-danger .modal-content .modal-header .modal-title {
  color: #c93131;
}
.modal-danger .modal-content .modal-body-inner:before {
  color: #f26464;
}
.tooltip-default {
  border-color: #ffe9f6;
}
.tooltip-default .tooltip-inner {
  color: #44001d;
  background-color: #ffe9f6;
}
.tooltip-primary {
  border-color: #00809b;
}
.tooltip-primary .tooltip-inner {
  color: #ffffff;
  background-color: #00809b;
}
.tooltip-success {
  border-color: #03be65;
}
.tooltip-success .tooltip-inner {
  color: #ffffff;
  background-color: #03be65;
}
.tooltip-info {
  border-color: #00b4ff;
}
.tooltip-info .tooltip-inner {
  color: #ffffff;
  background-color: #00b4ff;
}
.tooltip-warning {
  border-color: #ffc65d;
}
.tooltip-warning .tooltip-inner {
  color: #ffffff;
  background-color: #ffc65d;
}
.tooltip-danger {
  border-color: #db3c3c;
}
.tooltip-danger .tooltip-inner {
  color: #ffffff;
  background-color: #db3c3c;
}
.square,
.circle {
  width: 96px;
  height: 96px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  position: relative;
}
.circle {
  border-radius: 50%;
}
.circle-bar {
  width: 100%;
  position: relative;
  display: table;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}
.circle-bar > .circle {
  position: absolute;
  left: 0;
  top: 0;
}
.color-box {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.status-thumb,
.status-thumb-circle {
  padding: 1px;
  border: 1px solid transparent;
  position: relative;
  display: inline-block;
}
.status-thumb:after,
.status-thumb-circle:after {
  content: '.';
  color: transparent;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 4px;
  font-size: 1px;
}
.status-thumb-circle {
  border-radius: 50%;
}
.status-point {
  font-size: 11px;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  min-width: 1em;
  text-align: center;
}
.status-point:before {
  content: '.';
  display: inline-block;
  color: transparent;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  font-size: 1px;
  top: 50%;
  margin-top: -8px;
  position: absolute;
  border: 1px solid transparent;
}
.status-online {
  border-color: #03be65;
}
.status-online:after,
.status-online:before {
  background-color: #03be65;
  border-color: #029d54;
}
.status-away {
  border-color: #ffc65d;
}
.status-away:after,
.status-away:before {
  background-color: #ffc65d;
  border-color: #ffba3c;
}
.status-busy {
  border-color: #db3c3c;
}
.status-busy:after,
.status-busy:before {
  background-color: #db3c3c;
  border-color: #d02626;
}
.status-offline {
  border-color: #d4d4d4;
}
.status-offline:after,
.status-offline:before {
  background-color: #d4d4d4;
  border-color: #c3c3c3;
}
.titip-default[class*="titip"][data-title]:before,
.titip-default > .titip-content:before {
  border-color: #ffebec;
}
.titip-default[class*="titip"][data-title]:after,
.titip-default > .titip-content {
  background-color: #ffebec;
  color: #730238;
}
.titip-default > .titip-content {
  border-color: #ffbabd;
}
.titip-default[class*="titip"][data-title]:before {
  border-color: #ffe9ea;
}
.titip-primary[class*="titip"][data-title]:before,
.titip-primary > .titip-content:before {
  border-color: #00809b;
}
.titip-primary[class*="titip"][data-title]:after,
.titip-primary > .titip-content {
  background-color: #00809b;
  color: #ffffff;
}
.titip-primary > .titip-content {
  border-color: #006b82;
}
.titip-success[class*="titip"][data-title]:before,
.titip-success > .titip-content:before {
  border-color: #03be65;
}
.titip-success[class*="titip"][data-title]:after,
.titip-success > .titip-content {
  background-color: #03be65;
  color: #ffffff;
}
.titip-success > .titip-content {
  border-color: #03a558;
}
.titip-info[class*="titip"][data-title]:before,
.titip-info > .titip-content:before {
  border-color: #00b4ff;
}
.titip-info[class*="titip"][data-title]:after,
.titip-info > .titip-content {
  background-color: #00b4ff;
  color: #ffffff;
}
.titip-info > .titip-content {
  border-color: #00a2e6;
}
.titip-warning[class*="titip"][data-title]:before,
.titip-warning > .titip-content:before {
  border-color: #ffc65d;
}
.titip-warning[class*="titip"][data-title]:after,
.titip-warning > .titip-content {
  background-color: #ffc65d;
  color: #ffffff;
}
.titip-warning > .titip-content {
  border-color: #ffbd43;
}
.titip-danger[class*="titip"][data-title]:before,
.titip-danger > .titip-content:before {
  border-color: #db3c3c;
}
.titip-danger[class*="titip"][data-title]:after,
.titip-danger > .titip-content {
  background-color: #db3c3c;
  color: #ffffff;
}
.titip-danger > .titip-content {
  border-color: #d62828;
}
[class*="titip"] {
  position: relative;
  display: inline-block;
  cursor: help;
}
[class*="titip"][data-title]:before,
[class*="titip"][data-title]:after,
[class*="titip"] .titip-content {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[class*="titip"][data-title]:after,
.titip-content {
  background-color: #b71d67;
  color: #ffe9f6;
  width: auto;
}
[class*="titip"][data-title]:before,
.titip-content:before {
  content: '';
  border: 8px solid #b71d67;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
* .titip-hidden[class*="titip"][data-title]:before,
* .titip-hidden[class*="titip"][data-title]:after,
* .titip-hidden .titip-content {
  visibility: hidden !important;
  opacity: 0  !important;
  filter: alpha(opacity=0) !important;
}
.titip-content {
  border: 1px solid #950d4e;
}
.titip-content:before,
.titip-content:after {
  position: absolute;
  z-index: 10000;
}
.titip-content:after {
  z-index: 9999;
  content: '';
  border-style: solid;
  border-color: inherit;
  border-width: 8px;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.titip-content.thick-border {
  border-width: 4px;
}
[class*="titip"][data-title]:after,
.titip-content {
  padding: 6px 9px 7px;
  font-size: 13px;
  line-height: 13px;
  text-shadow: none;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.09);
  box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.09);
}
.titip-xs[data-title]:after,
.titip-xs .titip-content {
  padding: 3px 5px 2px;
}
[data-title][class*="titip"]:after {
  content: attr(data-title);
}
.titip-active .titip-content,
[class*="titip"]:hover .titip-content,
[class*="titip"]:active .titip-content,
.titip-active[data-title]:before,
[class*="titip"]:hover[data-title]:before,
[class*="titip"]:active[data-title]:before,
.titip-active[data-title]:after,
[class*="titip"]:hover[data-title]:after,
[class*="titip"]:active[data-title]:after {
  opacity: 1 !important;
  visibility: visible  !important;
  filter: alpha(opacity=100);
}
[class*="titip-top"] > .titip-content,
[class*="titip-bottom"] > .titip-content,
[class*="titip-top"][data-title]:before,
[class*="titip-bottom"][data-title]:before,
[class*="titip-top"][data-title]:after,
[class*="titip-bottom"][data-title]:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
[class*="titip-top"] > .titip-content:before,
[class*="titip-bottom"] > .titip-content:before,
[class*="titip-top"] > .titip-content:after,
[class*="titip-bottom"] > .titip-content:after,
[class*="titip-top"][data-title]:before,
[class*="titip-bottom"][data-title]:before {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
[class*="titip-top"] > .titip-content:before,
[class*="titip-bottom"] > .titip-content:before {
  left: 50%;
  margin-left: -4px;
}
[class*="titip-top"] > .titip-content:after,
[class*="titip-bottom"] > .titip-content:after {
  left: 50%;
  margin-left: -6px;
}
[class*="titip-top"] > .titip-content.thick-border:after,
[class*="titip-bottom"] > .titip-content.thick-border:after {
  margin-left: -9px;
}
.titip[data-title]:before,
.titip[data-title]:after,
.titip > .titip-content {
  top: 100%;
  margin-top: 5px;
  margin-left: 50%;
}
[class*="titip-top"] > .titip-content:before,
[class*="titip-top"] > .titip-content:after,
[class*="titip-top"][data-title]:before {
  border-bottom-color: transparent !important;
  border-width: 8px 4px 0;
}
[class*="titip-top"] > .titip-content:after {
  border-width: 9px 6px 0;
}
[class*="titip-top"] > .titip-content,
[class*="titip-top"][data-title]:after,
[class*="titip-top"][data-title]:before {
  bottom: 100%;
}
[class*="titip-top"][data-title]:before {
  margin-bottom: 2px;
}
[class*="titip-top"] > .titip-content,
[class*="titip-top"][data-title]:after {
  margin-bottom: 10px;
}
[class*="titip-top"] > .titip-content:before {
  bottom: -8px;
}
[class*="titip-top"] > .titip-content:after {
  bottom: -10px;
}
[class*="titip-top"] > .titip-content.thick-border {
  margin-bottom: 16px;
}
[class*="titip-top"] > .titip-content.thick-border:before {
  border-width: 10px 5px 0;
  bottom: -10px;
}
[class*="titip-top"] > .titip-content.thick-border:after {
  border-width: 15px 10px 0;
  bottom: -15px;
}
[class*="titip-bottom"] > .titip-content:before,
[class*="titip-bottom"] > .titip-content:after,
[class*="titip-bottom"][data-title]:before {
  border-top-color: transparent !important;
  border-width: 0 4px 8px;
}
[class*="titip-bottom"] > .titip-content:after {
  border-width: 0 6px 9px;
}
[class*="titip-bottom"] > .titip-content,
[class*="titip-bottom"][data-title]:after,
[class*="titip-bottom"][data-title]:before {
  top: 100%;
}
[class*="titip-bottom"][data-title]:before {
  margin-top: 2px;
}
[class*="titip-bottom"] > .titip-content,
[class*="titip-bottom"][data-title]:after {
  margin-top: 10px;
}
[class*="titip-bottom"] > .titip-content:before {
  top: -8px;
}
[class*="titip-bottom"] > .titip-content:after {
  top: -10px;
}
[class*="titip-bottom"] > .titip-content.thick-border {
  margin-top: 13px;
}
[class*="titip-bottom"] > .titip-content.thick-border:before {
  border-width: 0 5px 10px;
  top: -10px;
}
[class*="titip-bottom"] > .titip-content.thick-border:after {
  border-width: 0 10px 15px;
  top: -15px;
}
[class*="titip-top-left"] > .titip-content,
[class*="titip-bottom-left"] > .titip-content,
[class*="titip-top-right"] > .titip-content,
[class*="titip-bottom-right"] > .titip-content,
[class*="titip-top-left"][data-title]:before,
[class*="titip-bottom-left"][data-title]:before,
[class*="titip-top-right"][data-title]:before,
[class*="titip-bottom-right"][data-title]:before,
[class*="titip-top-left"][data-title]:after,
[class*="titip-bottom-left"][data-title]:after,
[class*="titip-top-right"][data-title]:after,
[class*="titip-bottom-right"][data-title]:after {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
[class*="titip-top-left"][data-title]:before,
[class*="titip-bottom-left"][data-title]:before,
[class*="titip-top-left"][data-title]:after,
[class*="titip-bottom-left"][data-title]:after,
[class*="titip-top-left"] > .titip-content,
[class*="titip-bottom-left"] > .titip-content {
  left: auto;
  right: 0;
}
[class*="titip-top-left"][data-title]:before,
[class*="titip-bottom-left"][data-title]:before {
  right: 10px;
}
[class*="titip-top-left"] > .titip-content:before,
[class*="titip-bottom-left"] > .titip-content:before {
  left: auto;
  right: 14px;
}
[class*="titip-top-left"] > .titip-content:after,
[class*="titip-bottom-left"] > .titip-content:after {
  left: auto;
  right: 12px;
}
[class*="titip-top-left"] > .titip-content.thick-border:after,
[class*="titip-bottom-left"] > .titip-content.thick-border:after {
  right: 9px;
}
[class*="titip-top-right"][data-title]:before,
[class*="titip-bottom-right"][data-title]:before,
[class*="titip-top-right"][data-title]:after,
[class*="titip-bottom-right"][data-title]:after,
[class*="titip-top-right"] > .titip-content,
[class*="titip-bottom-right"] > .titip-content {
  right: auto;
  left: 0;
}
[class*="titip-top-right"][data-title]:before,
[class*="titip-bottom-right"][data-title]:before {
  left: 10px;
}
[class*="titip-top-right"] > .titip-content:before,
[class*="titip-bottom-right"] > .titip-content:before {
  left: 14px;
}
[class*="titip-top-right"] > .titip-content:after,
[class*="titip-bottom-right"] > .titip-content:after {
  left: 14px;
}
[class*="titip-left"] > .titip-content,
[class*="titip-right"] > .titip-content,
[class*="titip-left"][data-title]:before,
[class*="titip-right"][data-title]:before,
[class*="titip-left"][data-title]:after,
[class*="titip-right"][data-title]:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
[class*="titip-left"] > .titip-content:before,
[class*="titip-right"] > .titip-content:before,
[class*="titip-left"] > .titip-content:after,
[class*="titip-right"] > .titip-content:after,
[class*="titip-left"][data-title]:before,
[class*="titip-right"][data-title]:before {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
[class*="titip-left"] > .titip-content:before,
[class*="titip-right"] > .titip-content:before {
  top: 50%;
  margin-top: -4px;
}
[class*="titip-left"] > .titip-content:after,
[class*="titip-right"] > .titip-content:after {
  top: 50%;
  margin-top: -6px;
}
[class*="titip-left"] > .titip-content.thick-border:after,
[class*="titip-right"] > .titip-content.thick-border:after {
  margin-top: -9px;
}
[class*="titip-left"] > .titip-content:before,
[class*="titip-left"] > .titip-content:after,
[class*="titip-left"][data-title]:before {
  border-right-color: transparent !important;
  border-width: 4px 0 4px 8px;
}
[class*="titip-left"] > .titip-content:after {
  border-width: 6px 0 6px 9px;
}
[class*="titip-left"] > .titip-content,
[class*="titip-left"][data-title]:after,
[class*="titip-left"][data-title]:before {
  right: 100%;
}
[class*="titip-left"][data-title]:before {
  margin-right: 2px;
}
[class*="titip-left"] > .titip-content,
[class*="titip-left"][data-title]:after {
  margin-right: 10px;
}
[class*="titip-left"] > .titip-content:before {
  right: -8px;
}
[class*="titip-left"] > .titip-content:after {
  right: -10px;
}
[class*="titip-left"] > .titip-content.thick-border {
  margin-right: 16px;
}
[class*="titip-left"] > .titip-content.thick-border:before {
  border-width: 5px 0px 5px 10px;
  right: -10px;
}
[class*="titip-left"] > .titip-content.thick-border:after {
  border-width: 10px 0px 10px 15px;
  right: -15px;
}
[class*="titip-right"] > .titip-content:before,
[class*="titip-right"] > .titip-content:after,
[class*="titip-right"][data-title]:before {
  border-left-color: transparent !important;
  border-width: 4px 8px 4px 0;
}
[class*="titip-right"] > .titip-content:after {
  border-width: 6px 9px 6px 0;
}
[class*="titip-right"] > .titip-content,
[class*="titip-right"][data-title]:after,
[class*="titip-right"][data-title]:before {
  left: 100%;
}
[class*="titip-right"][data-title]:before {
  margin-left: 2px;
}
[class*="titip-right"] > .titip-content,
[class*="titip-right"][data-title]:after {
  margin-left: 10px;
}
[class*="titip-right"] > .titip-content:before {
  left: -8px;
}
[class*="titip-right"] > .titip-content:after {
  left: -10px;
}
[class*="titip-right"] > .titip-content.thick-border {
  margin-left: 16px;
}
[class*="titip-right"] > .titip-content.thick-border:before {
  border-width: 5px 10px 5px 0px;
  left: -10px;
}
[class*="titip-right"] > .titip-content.thick-border:after {
  border-width: 10px 15px 10px 0px;
  left: -15px;
}
.titip-wrapped:after,
.titip-wrapped > .titip-content {
  height: auto;
  width: 170px !important;
  padding: 11px;
  line-height: 19px;
  white-space: normal !important;
  text-align: left;
}
.titip-md:after,
.titip-md > .titip-content {
  height: auto;
  width: 220px !important;
  padding: 11px;
  line-height: 19px;
  white-space: normal !important;
  text-align: left;
}
.titip-wrapped-large:after,
.titip-wrapped-large > .titip-content {
  height: auto;
  width: 300px;
  padding: 11px;
  line-height: 19px;
  white-space: normal !important;
  text-align: left;
}
[class*="titip"].titip-full-width {
  position: initial;
}
.titip-full-width:after,
.titip-full-width > .titip-content {
  height: auto;
  width: initial !important;
  padding: 11px;
  line-height: 19px;
  white-space: normal !important;
  text-align: left;
  left: 15px;
  right: 15px;
  text-transform: none;
}
@media (max-width: 767px) {
  .titip-wrapped-large:after,
  .titip-wrapped-large > .titip-content {
    width: 200px !important;
    left: -100% !important;
    right: -100% !important;
  }
}
.titip-fade:before,
.titip-fade:after,
.titip-fade .titip-content {
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
  -o-transition: opacity 0.3s linear, visibility 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
.titip-flip:hover:before,
.titip-flip:hover:after,
.titip-flip:hover .titip-content {
  -webkit-animation: flipYIn 0.3s linear;
  -o-animation: flipYIn 0.3s linear;
  animation: flipYIn 0.3s linear;
}
.titip-flip-x:hover:before,
.titip-flip-x:hover:after,
.titip-flip-x:hover .titip-content {
  -webkit-animation: flipXIn 0.3s linear;
  -o-animation: flipXIn 0.3s linear;
  animation: flipXIn 0.3s linear;
}
.titip-swing:hover:before,
.titip-swing:hover:after,
.titip-swing:hover .titip-content {
  -webkit-animation: swing 0.3s linear;
  -o-animation: swing 0.3s linear;
  animation: swing 0.3s linear;
}
.titip-rotate:hover:before,
.titip-rotate:hover:after,
.titip-rotate:hover .titip-content {
  -webkit-animation: rotateLeftIn 0.3s linear;
  -o-animation: rotateLeftIn 0.3s linear;
  animation: rotateLeftIn 0.3s linear;
}
.titip-slide:hover:before,
.titip-slide:hover:after,
.titip-slide:hover .titip-content {
  -webkit-animation: slideIn 0.3s linear;
  -o-animation: slideIn 0.3s linear;
  animation: slideIn 0.3s linear;
}
.titip-slide-up:hover:before,
.titip-slide-up:hover:after,
.titip-slide-up:hover .titip-content {
  -webkit-animation: slideBottomIn 0.3s linear;
  -o-animation: slideBottomIn 0.3s linear;
  animation: slideBottomIn 0.3s linear;
}
.titip-fall:hover:before,
.titip-fall:hover:after,
.titip-fall:hover .titip-content {
  -webkit-animation: fallIn 0.3s linear;
  -o-animation: fallIn 0.3s linear;
  animation: fallIn 0.3s linear;
}
.titip-scale:hover:before,
.titip-scale:hover:after,
.titip-scale:hover .titip-content {
  -webkit-animation: scaleIn 0.3s ease-in-out;
  -o-animation: scaleIn 0.3s ease-in-out;
  animation: scaleIn 0.3s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.titip-alert:hover:before,
.titip-alert:hover:after,
.titip-alert:hover .titip-content {
  -webkit-animation: redAlertIn 0.3s linear;
  -o-animation: redAlertIn 0.3s linear;
  animation: redAlertIn 0.3s linear;
}
.titip-pulse:hover:before,
.titip-pulse:hover:after,
.titip-pulse:hover .titip-content {
  -webkit-animation: pulse 0.3s linear;
  -o-animation: pulse 0.3s linear;
  animation: pulse 0.3s linear;
}
.titip-sing:hover:before,
.titip-sing:hover:after,
.titip-sing:hover .titip-content {
  -webkit-animation: singIn 0.3s ease-in-out;
  -o-animation: singIn 0.3s ease-in-out;
  animation: singIn 0.3s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.menu {
  display: block;
  width: 100%;
  color: #730238;
  border-width: 0;
  border-style: solid;
  border-color: #ffe9f6;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.menu > li {
  border-top-width: 0;
  border-bottom-width: 0;
  padding-left: 1px;
  padding-right: 1px;
}
.menu > li,
.menu > li > a {
  display: block;
  color: inherit;
  white-space: nowrap;
}
.menu > li:hover,
.menu > li > a:hover,
.menu > li:focus,
.menu > li > a:focus,
.menu > li:active,
.menu > li > a:active {
  color: #ff8ac4;
  text-decoration: none;
}
.menu > li > a {
  padding: 5px 15px;
}
.menu > li > a:visited {
  text-decoration: none;
}
.menu > li > a.active {
  color: #fb7100;
}
.menu > li > a > .menu-text {
  white-space: nowrap;
}
.menu a + .menu {
  display: none;
}
.menu.all-opened a + .menu {
  display: block;
}
.menu > li.open {
  color: inherit;
}
.menu > li.open > a + .menu {
  display: block;
}
.menu > li.menu-header {
  text-transform: uppercase;
  padding: 7px 15px;
  background-color: #950d4e;
  border: none;
}
.menu .menu > li > a {
  padding-left: 30px;
}
.menu .menu .menu > li > a {
  padding-left: 40px;
}
.menu .menu .menu .menu > li > a {
  padding-left: 50px;
}
.menu .menu .menu .menu .menu > li > a {
  padding-left: 60px;
}
.menu .menu .menu .menu .menu .menu > li > a {
  padding-left: 70px;
}
.aside .menu {
  color: #f35fa5;
}
.aside .menu > li > a {
  padding-right: 5px;
}
.aside .top-level {
  padding-left: 3px;
  padding-right: 3px;
  border-bottom: 1px solid #b5105f;
}
.aside .top-level > li {
  border-bottom: 1px solid #740b3d;
  border-top: 1px solid #b5105f;
}
.aside .top-level > li > a {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.aside .top-level > li > a > .fic {
  /*top:3px;*/
}
.aside-collapsed {
  display: block;
}
.aside-collapsed .menu a + .menu,
.aside-collapsed .menu.all-opened a + .menu {
  display: none;
}
.aside-collapsed .menu > li > a,
.aside-collapsed .menu.all-opened > li > a {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.aside-collapsed .menu > li > a .menu-text,
.aside-collapsed .menu.all-opened > li > a .menu-text,
.aside-collapsed .menu > li > a .fic:last-child,
.aside-collapsed .menu.all-opened > li > a .fic:last-child {
  display: none;
}
.list-group-container {
  position: relative;
}
.list-group-heading {
  position: relative;
  width: 100%;
  display: block;
  background-color: #fffafd;
  border: 1px solid #ffe9f6;
  border-bottom-width: 0;
  text-transform: uppercase;
  padding: 5px 10px;
}
.list-group + .list-group-heading {
  border-top: 0;
}
.no-radius > .list-group-item:first-child,
.no-radius > .list-group-item:last-child {
  border-radius: 0;
}
.list-group-flat > .list-group-item {
  padding: 5px 10px;
}
.list-group-flat .absolute-tr,
.list-group-flat .absolute-tl {
  top: -5px;
}
.list-group-chat > .list-group-item {
  border-width: 0;
  padding: 0;
  padding-bottom: 5px;
}
.list-group-chat .incoming-cont,
.list-group-chat .outgoing-cont {
  position: relative;
}
.list-group-chat .incoming-cont {
  padding-right: 10%;
}
.list-group-chat .outgoing-cont {
  padding-left: 10%;
}
.list-group-chat .outgoing-cont .date-text {
  width: 100%;
  float: right;
  position: relative;
  color: #ff8ac4;
  font-size: 10px;
  text-align: right;
}
.list-group-chat .incoming-speech,
.list-group-chat .outgoing-speech {
  border: 1px solid transparent;
  position: relative;
  padding: 5px 6px;
  background-color: #61bfd3;
  border-color: #2ea0b8;
  font-size: 12px;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, #61bfd3 0%, #55bbd0 100%);
  background-image: -o-linear-gradient(top, #61bfd3 0%, #55bbd0 100%);
  background-image: linear-gradient(to bottom, #61bfd3 0%, #55bbd0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61bfd3', endColorstr='#ff55bbd0', GradientType=0);
}
.list-group-chat .incoming-speech:after,
.list-group-chat .outgoing-speech:after {
  border-color: #59bcd1;
}
.list-group-chat .incoming-speech {
  float: left;
  background-color: #ffe9f6;
  border-color: #ffb3dd;
  background-image: -webkit-linear-gradient(top, #ffe9f6 0%, #ffe0ef 100%);
  background-image: -o-linear-gradient(top, #ffe9f6 0%, #ffe0ef 100%);
  background-image: linear-gradient(to bottom, #ffe9f6 0%, #ffe0ef 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe9f6', endColorstr='#ffffe0ef', GradientType=0);
}
.list-group-chat .incoming-speech:after {
  border-color: #ffe5f1;
}
.list-group-chat .outgoing-speech {
  float: right;
  margin-right: 15px;
}
.panel,
.cover-panel {
  position: relative;
  padding: 0;
}
.panel-body {
  border-radius: 3px;
  background-color: #ffffff;
  border-color: inherit;
}
.panel-body > .cover-panel {
  margin: 10px -15px -15px;
}
.panel-body.with-chart {
  padding-left: 5px;
  padding-right: 5px;
}
.panel-heading {
  position: relative;
  border-color: inherit;
  color: inherit;
}
.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4 {
  color: inherit;
}
.panel-heading.no-border {
  border-bottom-color: transparent !important;
}
.panel-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.panel-title.title-sm {
  font-size: 14px;
}
.panel-footer {
  border-top: 1px solid transparent;
  border-color: inherit;
}
.panel-footer.no-border {
  border-top-color: transparent !important;
}
.panel.no-bg > .panel-body > .cover-panel {
  margin-left: -5px;
  margin-right: -5px;
}
.panel.with-padding {
  padding: 5px;
  border-radius: 4px;
}
.panel.with-padding.panel-collapse {
  padding-bottom: 0;
}
.panel.with-padding > .panel-body {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid transparent;
  border-color: inherit;
}
.panel.with-padding > .panel-heading,
.panel.with-padding > .panel-footer {
  border: 0;
  border-color: inherit;
  padding-left: 10px;
  padding-right: 10px;
}
.panel.with-padding > .panel-heading {
  margin: -3px -3px 0;
}
.panel.with-tab > .panel-body {
  padding: 5px !important;
}
.panel.no-bg > .panel-heading,
.panel.no-bg > .panel-footer {
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 0 8px;
  background-color: #fff;
}
.panel.panel-transparent > .panel-body,
.panel.panel-transparent > .panel-heading,
.panel.panel-transparent > .panel-footer {
  background-color: transparent;
}
.panel.panel-transparent {
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-tools {
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 6px;
  background-color: transparent;
  color: inherit;
  background-image: none;
  line-height: 100%;
}
.panel-tools:before,
.panel-tools:after {
  content: " ";
  display: table;
}
.panel-tools:after {
  clear: both;
}
.panel-tools:before,
.panel-tools:after {
  content: " ";
  display: table;
}
.panel-tools:after {
  clear: both;
}
.panel-tools > * {
  margin-left: 8px;
  float: left;
}
.panel-tools > a {
  text-align: center;
  line-height: 100%;
  min-width: 1em;
}
.panel-tools > a:not(.btn) {
  color: inherit;
}
.panel-tools > a > .fic {
  color: inherit;
  line-height: 100%;
}
.panel.panel-stretch {
  padding-bottom: 50px;
  padding-top: 50px;
}
.panel.panel-stretch > .panel-footer,
.panel.panel-stretch > .panel-heading {
  position: absolute;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
  width: 100%;
}
.panel.panel-stretch > .panel-footer {
  bottom: 0;
}
.panel.panel-stretch > .panel-heading {
  top: 0;
}
.panel.panel-stretch > .panel-heading .panel-title {
  line-height: 50px;
}
.panel.panel-stretch > .panel-body {
  height: 100%;
}
.panel > .panel-body.table-responsive,
.cover-panel > .panel-body.table-responsive {
  padding: 3px;
  border-width: 1px;
}
.chat-panels-container {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  right: 250px;
  z-index: 1000;
  height: 320px;
}
.chat-panels-container .panel-chat {
  position: absolute;
  background-color: #fff;
  border-width: 0;
  bottom: 0;
  right: 20px;
  padding: 30px 0 30px 0;
  width: 260px;
  height: 100%;
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.chat-panels-container .panel-chat > .panel-heading {
  padding: 0 3px;
  height: 30px;
  line-height: 30px;
  margin-top: -30px;
  background-color: #b71d67;
  color: #ffe9f6;
}
.chat-panels-container .panel-chat > .panel-heading > .panel-title {
  text-transform: none;
  font-size: 12px;
  line-height: 30px;
}
.chat-panels-container .panel-chat > .panel-heading > .panel-tools {
  top: 5px;
  right: 5px;
  font-size: 12px;
}
.chat-panels-container .panel-chat > .panel-footer {
  padding: 0 3px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  background-color: #ffe9f6;
  border: 1px solid transparent;
  border-color: #ff8ac4;
  border-radius: 0;
  border-top-width: 0;
}
.chat-panels-container .panel-chat > .panel-body {
  height: 100%;
  padding: 5px;
  border: 1px solid transparent;
  border-color: #ff8ac4;
  border-radius: 0;
}
.chat-panels-container .panel-chat.panel-collapsed {
  height: auto;
  padding: 0;
}
.chat-panels-container .panel-chat.panel-collapsed > .panel-body,
.chat-panels-container .panel-chat.panel-collapsed > .panel-footer {
  display: none;
}
@media (min-width: 768px) {
  .panel-chat + .panel-chat {
    right: 300px;
  }
  .panel-chat + .panel-chat + .panel-chat {
    right: 580px;
  }
}
@media (max-width: 991px) {
  .chat-panels-container {
    right: 0;
    z-index: 1200;
  }
  .chat-panels-container .panel-chat {
    width: 90%;
  }
}
.form-control {
  -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.001);
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.001);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  border-color: #e2e2e2;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0;
}
.has-feedback:not(.has-feedback-left) .form-control {
  padding-right: 45px;
}
.has-feedback.has-feedback-left .form-control {
  padding-left: 45px;
}
.help-block {
  color: #8a8a8a;
}
.form-horizontal .form-group .form-group {
  margin: 0;
}
label.radio,
label.checkbox {
  font-weight: normal;
}
.styled-input.radio-inline,
.styled-input.checkbox-inline {
  padding-left: 0;
  margin-bottom: 8px;
}
input[type=radio] + .square-box,
input[type=checkbox] + .square-box,
input[type=radio] + .circle-box,
input[type=checkbox] + .circle-box {
  border: 1px solid transparent;
  background-color: #fff;
  border-color: inherit;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 1.4em;
  top: 0.2em;
  color: #730238;
  background-color: #ffffff;
  border-color: #ffe9f6;
  border-radius: 1px;
  margin-right: 4px;
  -webkit-transition: all 0.18s ease-in;
  -o-transition: all 0.18s ease-in;
  transition: all 0.18s ease-in;
}
input[type=radio] + .square-box > *,
input[type=checkbox] + .square-box > *,
input[type=radio] + .circle-box > *,
input[type=checkbox] + .circle-box > * {
  visibility: hidden;
  opacity: 0;
  top: -2px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.18s ease-in;
  -o-transition: all 0.18s ease-in;
  transition: all 0.18s ease-in;
}
input[type=radio] + .square-box > *:before,
input[type=checkbox] + .square-box > *:before,
input[type=radio] + .circle-box > *:before,
input[type=checkbox] + .circle-box > *:before {
  font-size: 0.8em;
}
input[type=radio].styled-box,
input[type=checkbox].styled-box {
  visibility: hidden;
}
input[type=radio]:checked + .square-box,
input[type=checkbox]:checked + .square-box,
input[type=radio]:checked + .circle-box,
input[type=checkbox]:checked + .circle-box {
  background-color: #fce1ee;
  border-color: #eed4e0;
  color: #950d4e;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=radio]:checked + .square-box > *,
input[type=checkbox]:checked + .square-box > *,
input[type=radio]:checked + .circle-box > *,
input[type=checkbox]:checked + .circle-box > * {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
input[type=radio]:checked.partial-checked + .square-box,
input[type=checkbox]:checked.partial-checked + .square-box,
input[type=radio]:checked.partial-checked + .circle-box,
input[type=checkbox]:checked.partial-checked + .circle-box {
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
}
input[type=radio]:checked.partial-checked + .square-box > *,
input[type=checkbox]:checked.partial-checked + .square-box > *,
input[type=radio]:checked.partial-checked + .circle-box > *,
input[type=checkbox]:checked.partial-checked + .circle-box > * {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
input[type=radio] + .circle-box,
input[type=checkbox] + .circle-box {
  border-radius: 50%;
  top: 0;
}
input[type=radio].box-primary + .square-box,
input[type=checkbox].box-primary + .square-box,
input[type=radio].box-primary + .circle-box,
input[type=checkbox].box-primary + .circle-box {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #61bfd3;
}
input[type=radio].box-primary:checked + .square-box,
input[type=checkbox].box-primary:checked + .square-box,
input[type=radio].box-primary:checked + .circle-box,
input[type=checkbox].box-primary:checked + .circle-box {
  background-color: #61bfd3;
  border-color: #2ea0b8;
}
input[type=radio].box-success + .square-box,
input[type=checkbox].box-success + .square-box,
input[type=radio].box-success + .circle-box,
input[type=checkbox].box-success + .circle-box {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #63ecab;
}
input[type=radio].box-success:checked + .square-box,
input[type=checkbox].box-success:checked + .square-box,
input[type=radio].box-success:checked + .circle-box,
input[type=checkbox].box-success:checked + .circle-box {
  background-color: #63ecab;
  border-color: #31d888;
}
input[type=radio].box-warning + .square-box,
input[type=checkbox].box-warning + .square-box,
input[type=radio].box-warning + .circle-box,
input[type=checkbox].box-warning + .circle-box {
  color: #666;
  background-color: #ffffff;
  border-color: #fff3a6;
}
input[type=radio].box-warning:checked + .square-box,
input[type=checkbox].box-warning:checked + .square-box,
input[type=radio].box-warning:checked + .circle-box,
input[type=checkbox].box-warning:checked + .circle-box {
  background-color: #fff3a6;
  border-color: #ffdf81;
}
input[type=radio].box-danger + .square-box,
input[type=checkbox].box-danger + .square-box,
input[type=radio].box-danger + .circle-box,
input[type=checkbox].box-danger + .circle-box {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ff8d8d;
}
input[type=radio].box-danger:checked + .square-box,
input[type=checkbox].box-danger:checked + .square-box,
input[type=radio].box-danger:checked + .circle-box,
input[type=checkbox].box-danger:checked + .circle-box {
  background-color: #ff8d8d;
  border-color: #f26464;
}
input[type=radio].box-info + .square-box,
input[type=checkbox].box-info + .square-box,
input[type=radio].box-info + .circle-box,
input[type=checkbox].box-info + .circle-box {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #61e6ff;
}
input[type=radio].box-info:checked + .square-box,
input[type=checkbox].box-info:checked + .square-box,
input[type=radio].box-info:checked + .circle-box,
input[type=checkbox].box-info:checked + .circle-box {
  background-color: #61e6ff;
  border-color: #2ecfff;
}
input[type=radio][disabled] + .square-box,
input[type=checkbox][disabled] + .square-box,
input[type=radio][disabled] + .circle-box,
input[type=checkbox][disabled] + .circle-box {
  opacity: 0.7;
  cursor: not-allowed;
}
input[type=radio] + .circle-box > * {
  font-size: 0.9em;
  top: -1px;
}
input[type=radio]:checked + .circle-box {
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.search-input-container {
  border: 3px solid #fffafd;
}
.search-input-container input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.help-text {
  font-size: 0.8em;
  color: #f35fa5;
  text-transform: none;
  font-weight: normal;
}
.control-label {
  font-size: 0.9em;
  color: #b71d67;
  text-transform: uppercase;
}
.form-group-mt {
  width: 100%;
  overflow: hidden;
  font-weight: normal;
  border: 1px solid #ffe9f6;
  position: relative;
  border-style: dashed dashed solid dashed;
  padding: 7px 14px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-group-mt:after {
  content: ' ';
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffb3dd;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.form-group-mt .form-control,
.form-group-mt input,
.form-group-mt select,
.form-group-mt textarea {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  display: block;
  width: 100%;
  padding: 0 !important;
}
.form-group-mt .form-control {
  height: 26px;
}
.form-group-mt:not(.focused) .form-control::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.form-group-mt:not(.focused) .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-group-mt:not(.focused) .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-group-mt .control-label {
  font-weight: bold;
  margin-bottom: 0;
  -webkit-transform: translate3d(0, 14px, 0) scale(1.1);
  -moz-transform: translate3d(0, 14px, 0) scale(1.1);
  -ms-transform: translate3d(0, 14px, 0) scale(1.1);
  transform: translate3d(0, 14px, 0) scale(1.1);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.25s;
  -o-transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.25s;
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.25s;
  opacity: 0.5;
}
.form-group-mt.focused {
  border-color: #ffb3dd;
}
.form-group-mt.focused:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.form-group-mt.focused .control-label,
.form-group-mt.has-value .control-label {
  -webkit-transform: translate3d(0, 0, 0) scale(1) !important;
  -moz-transform: translate3d(0, 0, 0) scale(1) !important;
  -ms-transform: translate3d(0, 0, 0) scale(1) !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
  opacity: 1;
  color: #ffb3dd;
}
.form-group-mt.focused.has-success,
.form-group-mt.has-value.has-success {
  border-color: #009d4c;
}
.form-group-mt.focused.has-warning,
.form-group-mt.has-value.has-warning {
  border-color: #d9a545;
}
.form-group-mt.focused.has-error,
.form-group-mt.has-value.has-error {
  border-color: #b82727;
}
.form-group-mt + .help-block-mt {
  margin-top: -10px;
  padding-left: 14px;
}
.form-group-mt.disabled {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #e2e2e2;
}
.form-group-mt.has-success {
  border-color: rgba(99, 236, 171, 0.5);
  background-color: rgba(99, 236, 171, 0.05);
}
.form-group-mt.has-success .control-label {
  color: #009d4c;
}
.form-group-mt.has-success:after {
  background-color: #009d4c;
}
.form-group-mt.has-warning {
  border-color: rgba(255, 234, 196, 0.5);
  background-color: rgba(255, 234, 196, 0.05);
}
.form-group-mt.has-warning .control-label {
  color: #d9a545;
}
.form-group-mt.has-warning:after {
  background-color: #d9a545;
}
.form-group-mt.has-error {
  border-color: rgba(255, 145, 145, 0.5);
  background-color: rgba(255, 145, 145, 0.05);
}
.form-group-mt.has-error .control-label {
  color: #b82727;
}
.form-group-mt.has-error:after {
  background-color: #b82727;
}
.form-group-mt.input-group {
  padding: 0;
}
.form-group-mt.input-group .control-group {
  padding: 7px 14px;
  display: table-cell;
}
.form-group-mt.input-group .control-group .form-control-mt {
  width: 100%;
}
.form-group-mt.input-group .form-control-mt {
  font-weight: normal;
}
.form-group-mt.input-group .input-group-addon,
.form-group-mt.input-group .input-group-btn > .btn {
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.form-group-mt.input-group .input-group-btn > .btn {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  margin: 0;
  border-width: 0;
}
.form-group-mt.input-group .input-group-addon:first-child,
.form-group-mt.input-group .input-group-btn:first-child > .btn {
  border-left-width: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-group-mt.input-group .input-group-addon:last-child,
.form-group-mt.input-group .input-group-btn:last-child > .btn {
  border-right-width: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: inset 2px 0 0 2px #ffffff;
  box-shadow: inset 2px 0 0 2px #ffffff;
}
.form-group-mt.input-group-sm {
  font-size: 12px;
}
.form-group-mt.input-group-sm .control-label {
  -webkit-transform: translate3d(0, 10px, 0) scale(1.1);
  -moz-transform: translate3d(0, 10px, 0) scale(1.1);
  -ms-transform: translate3d(0, 10px, 0) scale(1.1);
  transform: translate3d(0, 10px, 0) scale(1.1);
}
.form-group-mt.input-group-sm .form-control {
  height: 22px;
}
.form-group-mt.input-group-lg {
  font-size: 18px;
}
.form-group-mt.input-group-lg .control-label {
  -webkit-transform: translate3d(0, 18px, 0) scale(1.1);
  -moz-transform: translate3d(0, 18px, 0) scale(1.1);
  -ms-transform: translate3d(0, 18px, 0) scale(1.1);
  transform: translate3d(0, 18px, 0) scale(1.1);
}
.form-group-mt.input-group-lg .form-control {
  height: 34px;
}
.form-group-mt.form-group-sm {
  padding: 5px 10px;
}
.form-group-mt.form-group-lg {
  padding: 11px 18px;
}
.form-horizontal .form-group-mt .control-label {
  padding-top: 0 !important;
}
label.input-group {
  font-weight: normal;
}
.form-perfect .input-group {
  margin-bottom: 10px;
}
.input-group-addon.has-icon {
  padding-left: 9px;
  padding-right: 9px;
}
.input-group-addon.primary {
  background-color: #00809b;
  color: #ffffff;
  border-color: #006b82;
}
.input-group-addon.info {
  background-color: #00b4ff;
  color: #ffffff;
  border-color: #00a2e6;
}
.input-group-addon.warning {
  background-color: #ffc65d;
  color: #ffffff;
  border-color: #ffbd43;
}
.input-group-addon.danger {
  background-color: #db3c3c;
  color: #ffffff;
  border-color: #d62828;
}
.input-group-addon.success {
  background-color: #03be65;
  color: #ffffff;
  border-color: #03a558;
}
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  line-height: 1;
}
.input-lg + .form-control-feedback {
  font-size: 1.2em;
}
.has-feedback-left .form-control-feedback {
  right: auto;
  left: 0;
}
.has-feedback-left .form-control-feedback.has-feedback .form-control {
  padding-right: 45px;
}
.form-control[readonly] {
  cursor: default;
  background-color: #fbfbfb;
  border-color: #ffe7f3;
}
.form-horizontal .has-feedback .form-control-feedback {
  top: -3px;
}
.validation-container .form-control-feedback {
  pointer-events: visible;
}
.input-lg {
  line-height: 1.65;
}
.input-group-btn .btn {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
label.form-group:not([class*="col-"]) {
  width: 100%;
}
label.form-group .form-control {
  font-weight: 500;
}
label.form-group .input-lg + .form-control-feedback {
  top: 27px;
}
label.form-group .control-label {
  text-transform: inherit;
  font-size: 1em;
  margin-bottom: 5px;
  display: inline-block;
}
.form-group .btn ~ .form-control-feedback {
  top: 30px;
  right: 25px;
}
.form-group .control-label ~ .form-control-feedback {
  top: 30px;
}
.form-group .btn-lg ~ .form-control-feedback,
.form-group .btn-group-lg > .btn ~ .form-control-feedback {
  top: 38px;
}
.form-group .btn-lg ~ .form-control-feedback .fic,
.form-group .btn-group-lg > .btn ~ .form-control-feedback .fic {
  font-size: 1.7em;
}
.btn.form-control {
  border-color: #ffe9f6;
  background-color: #ffffff;
}
.form-control {
  -webkit-transition: all 0.15s ease-in-out !important;
  transition: all 0.15s ease-in-out !important;
}
.has-error .btn.form-control {
  border-color: #b82727;
}
.has-warning .btn.form-control {
  border-color: #d9a545;
}
.has-success .btn.form-control {
  border-color: #009d4c;
}
.place-holder {
  opacity: 0.5;
}
select.form-control + .fic.spin {
  position: absolute;
  bottom: 8px;
  top: auto;
  right: 34px;
}
.form-disabled input,
.form-disabled select,
.form-disabled button,
.form-disabled a {
  opacity: 0.8 !important;
  pointer-events: none !important;
}
.form-disabled input,
.form-disabled select {
  color: #AAA !important;
  background: #F5F5F5 !important;
}
.form-control.day {
  width: 20%;
  float: left;
  margin-right: 5%;
}
.form-control.month {
  width: 40%;
  float: left;
  margin-right: 5%;
}
.form-control.year {
  width: 30%;
  float: left;
}
.nav-stripped > li > a {
  background-color: transparent;
  background-image: none;
  border-width: 5px 0;
  border-color: #ffe9f6;
  border-top-color: transparent;
  border-radius: 0;
}
.nav-stripped > li > a:hover,
.nav-stripped > li > a:focus {
  border-color: #ffcee5;
  border-bottom-color: transparent;
}
.nav-stripped > .active > a {
  background-color: transparent;
  border-color: #ffb2d6;
  border-bottom-color: transparent;
}
.nav-stripped > .active > a:hover,
.nav-stripped > .active > a:focus {
  border-color: #ffcee5;
  border-bottom-color: transparent;
}
.nav-stripped.nav-stacked > li > a {
  border-width: 0 0 0 5px;
}
.nav-mixed > li:nth-child(7n+2) > a:hover,
.nav-warning > li > a:hover,
.nav-mixed > li:nth-child(7n+2) > a:focus,
.nav-warning > li > a:focus {
  background-color: #ffdf81;
  border-color: #ffcd70;
  color: #fff3a6;
}
.nav-mixed.nav-pills > .active:nth-child(7n+2) > a,
.nav-warning.nav-pills > .active > a,
.nav-mixed.nav-pills > .active:nth-child(7n+2) > a:hover,
.nav-warning.nav-pills > .active > a:hover,
.nav-mixed.nav-pills > .active:nth-child(7n+2) > a:focus,
.nav-warning.nav-pills > .active > a:focus {
  background-color: #ffc65d;
  border-color: #ffb939;
  color: #fff3a6;
}
.nav-mixed.nav-stripped > li:nth-child(7n+2) > a,
.nav-warning.nav-stripped > li > a {
  border-color: #ffdf81;
  border-top-color: transparent;
}
.nav-mixed.nav-stripped > li:nth-child(7n+2) > a:hover,
.nav-warning.nav-stripped > li > a:hover,
.nav-mixed.nav-stripped > li:nth-child(7n+2) > a:focus,
.nav-warning.nav-stripped > li > a:focus {
  border-color: #ffcd70;
  border-bottom-color: transparent;
}
.nav-mixed.nav-stripped > .active:nth-child(7n+2) > a,
.nav-warning.nav-stripped > .active > a {
  border-color: #ffc65d;
  border-bottom-color: transparent;
}
.nav-mixed.nav-stripped > .active:nth-child(7n+2) > a:hover,
.nav-warning.nav-stripped > .active > a:hover,
.nav-mixed.nav-stripped > .active:nth-child(7n+2) > a:focus,
.nav-warning.nav-stripped > .active > a:focus {
  border-color: #ffb939;
  border-bottom-color: transparent;
}
.nav-mixed > li:nth-child(7n+3) > a:hover,
.nav-primary > li > a:hover,
.nav-mixed > li:nth-child(7n+3) > a:focus,
.nav-primary > li > a:focus {
  background-color: #2ea0b8;
  border-color: #27879c;
  color: #61bfd3;
}
.nav-mixed.nav-pills > .active:nth-child(7n+3) > a,
.nav-primary.nav-pills > .active > a,
.nav-mixed.nav-pills > .active:nth-child(7n+3) > a:hover,
.nav-primary.nav-pills > .active > a:hover,
.nav-mixed.nav-pills > .active:nth-child(7n+3) > a:focus,
.nav-primary.nav-pills > .active > a:focus {
  background-color: #00809b;
  border-color: #006377;
  color: #61bfd3;
}
.nav-mixed.nav-stripped > li:nth-child(7n+3) > a,
.nav-primary.nav-stripped > li > a {
  border-color: #2ea0b8;
  border-top-color: transparent;
}
.nav-mixed.nav-stripped > li:nth-child(7n+3) > a:hover,
.nav-primary.nav-stripped > li > a:hover,
.nav-mixed.nav-stripped > li:nth-child(7n+3) > a:focus,
.nav-primary.nav-stripped > li > a:focus {
  border-color: #27879c;
  border-bottom-color: transparent;
}
.nav-mixed.nav-stripped > .active:nth-child(7n+3) > a,
.nav-primary.nav-stripped > .active > a {
  border-color: #00809b;
  border-bottom-color: transparent;
}
.nav-mixed.nav-stripped > .active:nth-child(7n+3) > a:hover,
.nav-primary.nav-stripped > .active > a:hover,
.nav-mixed.nav-stripped > .active:nth-child(7n+3) > a:focus,
.nav-primary.nav-stripped > .active > a:focus {
  border-color: #006377;
  border-bottom-color: transparent;
}
.nav-mixed > li:nth-child(7n+4) > a:hover,
.nav-danger > li > a:hover,
.nav-mixed > li:nth-child(7n+4) > a:focus,
.nav-danger > li > a:focus {
  background-color: #f26464;
  border-color: #ef4343;
  color: #ff8d8d;
}
.nav-mixed.nav-pills > .active:nth-child(7n+4) > a,
.nav-danger.nav-pills > .active > a,
.nav-mixed.nav-pills > .active:nth-child(7n+4) > a:hover,
.nav-danger.nav-pills > .active > a:hover,
.nav-mixed.nav-pills > .active:nth-child(7n+4) > a:focus,
.nav-danger.nav-pills > .active > a:focus {
  background-color: #db3c3c;
  border-color: #cd2626;
  color: #ff8d8d;
}
.nav-mixed.nav-stripped > li:nth-child(7n+4) > a,
.nav-danger.nav-stripped > li > a {
  border-color: #f26464;
  border-top-color: transparent;
}
.nav-mixed.nav-stripped > li:nth-child(7n+4) > a:hover,
.nav-danger.nav-stripped > li > a:hover,
.nav-mixed.nav-stripped > li:nth-child(7n+4) > a:focus,
.nav-danger.nav-stripped > li > a:focus {
  border-color: #ef4343;
  border-bottom-color: transparent;
}
.nav-mixed.nav-stripped > .active:nth-child(7n+4) > a,
.nav-danger.nav-stripped > .active > a {
  border-color: #db3c3c;
  border-bottom-color: transparent;
}
.nav-mixed.nav-stripped > .active:nth-child(7n+4) > a:hover,
.nav-danger.nav-stripped > .active > a:hover,
.nav-mixed.nav-stripped > .active:nth-child(7n+4) > a:focus,
.nav-danger.nav-stripped > .active > a:focus {
  border-color: #cd2626;
  border-bottom-color: transparent;
}
.nav-mixed > li:nth-child(7n+5) > a:hover,
.nav-inverse > li > a:hover,
.nav-mixed > li:nth-child(7n+5) > a:focus,
.nav-inverse > li > a:focus {
  background-color: #ff8ac4;
  border-color: #ff6ab1;
  color: #fffafd;
}
.nav-mixed.nav-pills > .active:nth-child(7n+5) > a,
.nav-inverse.nav-pills > .active > a,
.nav-mixed.nav-pills > .active:nth-child(7n+5) > a:hover,
.nav-inverse.nav-pills > .active > a:hover,
.nav-mixed.nav-pills > .active:nth-child(7n+5) > a:focus,
.nav-inverse.nav-pills > .active > a:focus {
  background-color: #ff8ac4;
  border-color: #ff6ab1;
  color: #fffafd;
}
.nav-mixed.nav-stripped > li:nth-child(7n+5) > a,
.nav-inverse.nav-stripped > li > a {
  border-color: #ff8ac4;
  border-top-color: transparent;
}
.nav-mixed.nav-stripped > li:nth-child(7n+5) > a:hover,
.nav-inverse.nav-stripped > li > a:hover,
.nav-mixed.nav-stripped > li:nth-child(7n+5) > a:focus,
.nav-inverse.nav-stripped > li > a:focus {
  border-color: #ff6ab1;
  border-bottom-color: transparent;
}
.nav-mixed.nav-stripped > .active:nth-child(7n+5) > a,
.nav-inverse.nav-stripped > .active > a {
  border-color: #ff8ac4;
  border-bottom-color: transparent;
}
.nav-mixed.nav-stripped > .active:nth-child(7n+5) > a:hover,
.nav-inverse.nav-stripped > .active > a:hover,
.nav-mixed.nav-stripped > .active:nth-child(7n+5) > a:focus,
.nav-inverse.nav-stripped > .active > a:focus {
  border-color: #ff6ab1;
  border-bottom-color: transparent;
}
.nav-mixed > li:nth-child(7n+6) > a:hover,
.nav-info > li > a:hover,
.nav-mixed > li:nth-child(7n+6) > a:focus,
.nav-info > li > a:focus {
  background-color: #2ecfff;
  border-color: #1dbdff;
  color: #ffffff;
}
.nav-mixed.nav-pills > .active:nth-child(7n+6) > a,
.nav-info.nav-pills > .active > a,
.nav-mixed.nav-pills > .active:nth-child(7n+6) > a:hover,
.nav-info.nav-pills > .active > a:hover,
.nav-mixed.nav-pills > .active:nth-child(7n+6) > a:focus,
.nav-info.nav-pills > .active > a:focus {
  background-color: #00b4ff;
  border-color: #009bdb;
  color: #61e6ff;
}
.nav-mixed.nav-stripped > li:nth-child(7n+6) > a,
.nav-info.nav-stripped > li > a {
  border-color: #2ecfff;
  border-top-color: transparent;
}
.nav-mixed.nav-stripped > li:nth-child(7n+6) > a:hover,
.nav-info.nav-stripped > li > a:hover,
.nav-mixed.nav-stripped > li:nth-child(7n+6) > a:focus,
.nav-info.nav-stripped > li > a:focus {
  border-color: #1dbdff;
  border-bottom-color: transparent;
}
.nav-mixed.nav-stripped > .active:nth-child(7n+6) > a,
.nav-info.nav-stripped > .active > a {
  border-color: #00b4ff;
  border-bottom-color: transparent;
}
.nav-mixed.nav-stripped > .active:nth-child(7n+6) > a:hover,
.nav-info.nav-stripped > .active > a:hover,
.nav-mixed.nav-stripped > .active:nth-child(7n+6) > a:focus,
.nav-info.nav-stripped > .active > a:focus {
  border-color: #009bdb;
  border-bottom-color: transparent;
}
.nav-mixed > li:nth-child(7n+7) > a:hover,
.nav-success > li > a:hover,
.nav-mixed > li:nth-child(7n+7) > a:focus,
.nav-success > li > a:focus {
  background-color: #31d888;
  border-color: #25c076;
  color: #63ecab;
}
.nav-mixed.nav-pills > .active:nth-child(7n+7) > a,
.nav-success.nav-pills > .active > a,
.nav-mixed.nav-pills > .active:nth-child(7n+7) > a:hover,
.nav-success.nav-pills > .active > a:hover,
.nav-mixed.nav-pills > .active:nth-child(7n+7) > a:focus,
.nav-success.nav-pills > .active > a:focus {
  background-color: #03be65;
  border-color: #029b52;
  color: #63ecab;
}
.nav-mixed.nav-stripped > li:nth-child(7n+7) > a,
.nav-success.nav-stripped > li > a {
  border-color: #31d888;
  border-top-color: transparent;
}
.nav-mixed.nav-stripped > li:nth-child(7n+7) > a:hover,
.nav-success.nav-stripped > li > a:hover,
.nav-mixed.nav-stripped > li:nth-child(7n+7) > a:focus,
.nav-success.nav-stripped > li > a:focus {
  border-color: #25c076;
  border-bottom-color: transparent;
}
.nav-mixed.nav-stripped > .active:nth-child(7n+7) > a,
.nav-success.nav-stripped > .active > a {
  border-color: #03be65;
  border-bottom-color: transparent;
}
.nav-mixed.nav-stripped > .active:nth-child(7n+7) > a:hover,
.nav-success.nav-stripped > .active > a:hover,
.nav-mixed.nav-stripped > .active:nth-child(7n+7) > a:focus,
.nav-success.nav-stripped > .active > a:focus {
  border-color: #029b52;
  border-bottom-color: transparent;
}
.pagination > li > a > i,
.pagination > li > span > i {
  line-height: 0;
}
.pagination.pagination-circle > li > a,
.pagination.pagination-circle > li > span {
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}
.pagination-lg.pagination-circle > li > a,
.pagination-lg.pagination-circle > li > span {
  height: 46px;
  width: 46px;
  line-height: 46px;
}
blockquote.blq-info {
  border-color: #61e6ff;
}
blockquote.blq-primary {
  border-color: #61bfd3;
}
blockquote.blq-danger {
  border-color: #ff8d8d;
}
blockquote.blq-warning {
  border-color: #fff3a6;
}
blockquote.blq-success {
  border-color: #63ecab;
}
blockquote.blq-sm {
  font-size: 1em;
}
.progress-sm.progress {
  height: 15px;
  border-radius: 8px;
}
.progress-sm .progress-bar {
  line-height: 15px;
}
.progress-xs.progress {
  height: 10px;
  border-radius: 5px;
}
.progress-xs .progress-bar {
  line-height: 10px;
}
.progress-xxs.progress {
  height: 6px;
  border-radius: 3px;
}
.progress-xxs .progress-bar {
  line-height: 6px;
}
.progress {
  display: block;
  width: 100%;
  height: $spacer;
}
.progress[value] {
  background-color: #fffafd;
  border: 0;
  appearance: none;
  border-radius: 4px;
}
.progress[value]::-ms-fill {
  background-color: #00809b;
  border: 0;
}
.progress[value]::-moz-progress-bar {
  background-color: #00809b;
}
.progress[value]::-webkit-progress-value {
  background-color: #00809b;
}
.progress[value]::-webkit-progress-bar {
  background-color: #fffafd;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
base::-moz-progress-bar,
.progress[value] {
  background-color: #fffafd;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-striped[value]::-webkit-progress-value {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: $spacer $spacer;
}
.progress-striped[value]::-moz-progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: $spacer $spacer;
}
.progress-striped[value]::-ms-fill {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: $spacer $spacer;
}
.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-success[value]::-webkit-progress-value {
  background-color: #03be65;
}
.progress-success[value]::-moz-progress-bar {
  background-color: #03be65;
}
.progress-success[value]::-ms-fill {
  background-color: #03be65;
}
.progress-info[value]::-webkit-progress-value {
  background-color: #00b4ff;
}
.progress-info[value]::-moz-progress-bar {
  background-color: #00b4ff;
}
.progress-info[value]::-ms-fill {
  background-color: #00b4ff;
}
.progress-warning[value]::-webkit-progress-value {
  background-color: #ffc65d;
}
.progress-warning[value]::-moz-progress-bar {
  background-color: #ffc65d;
}
.progress-warning[value]::-ms-fill {
  background-color: #ffc65d;
}
.progress-danger[value]::-webkit-progress-value {
  background-color: #db3c3c;
}
.progress-danger[value]::-moz-progress-bar {
  background-color: #db3c3c;
}
.progress-danger[value]::-ms-fill {
  background-color: #db3c3c;
}
.fix-to-bottom {
  position: fixed !important;
  bottom: 0;
}
.row-just {
  width: 100%;
  display: table;
}
.row-just > * {
  display: table-cell;
  float: none;
  height: 100%;
}
.row-just .cell-bottom {
  vertical-align: bottom;
}
.row-just .cell-top {
  vertical-align: top;
}
.row-just .cell-middle {
  vertical-align: middle;
}
.va-cont {
  height: 100%;
  width: 100%;
  display: table;
}
.va-middle,
.va-bottom,
.va-top {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.va-bottom {
  vertical-align: bottom;
}
.va-top {
  vertical-align: top;
}
.absolute-tr {
  position: absolute;
  top: 5px;
  right: 5px;
}
.absolute-tl {
  position: absolute;
  top: 5px;
  left: 5px;
}
.absolute-mr {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -7px;
}
.absolute-ml {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -7px;
}
.absolute-br {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.absolute-bl {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.pull-none {
  float: none !important;
}
.of-hidden {
  overflow: hidden;
}
.block-hidden {
  display: block !important;
  visibility: hidden;
}
.no-margin {
  margin: 0;
}
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
.margin {
  margin: 15px;
}
.margin-xs {
  margin: 5px;
}
.margin-sm {
  margin: 10px;
}
.margin-lg {
  margin: 25px;
}
.margin-v {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-v-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-v-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-v-lg {
  margin-left: 25px;
  margin-right: 25px;
}
.margin-h {
  margin-left: 15px;
  margin-right: 15px;
}
.margin-h-xs {
  margin-left: 5px;
  margin-right: 5px;
}
.margin-h-sm {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-h-lg {
  margin-top: 25px;
  margin-right: 25px;
}
.margin-t {
  margin-top: 15px !important;
}
.margin-t-xs {
  margin-top: 5px !important;
}
.margin-t-sm {
  margin-top: 10px !important;
}
.margin-t-lg {
  margin-top: 25px !important;
}
.margin-b {
  margin-bottom: 15px !important;
}
.margin-b-xs {
  margin-bottom: 5px !important;
}
.margin-b-sm {
  margin-bottom: 10px !important;
}
.margin-b-lg {
  margin-bottom: 25px !important;
}
.margin-l {
  margin-left: 15px !important;
}
.margin-l-xs {
  margin-left: 5px !important;
}
.margin-l-sm {
  margin-left: 10px !important;
}
.margin-l-lg {
  margin-left: 25px !important;
}
.margin-r {
  margin-right: 15px !important;
}
.margin-r-xs {
  margin-right: 5px !important;
}
.margin-r-sm {
  margin-right: 10px !important;
}
.margin-r-lg {
  margin-right: 25px !important;
}
.no-padding {
  padding: 0 !important;
}
.padded {
  padding: 10px 15px;
}
.padded-v {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padded-h {
  padding-left: 15px;
  padding-right: 15px;
}
.padded-l {
  padding-left: 15px;
}
.padded-r {
  padding-right: 15px;
}
.padded-xs {
  padding: 3px 5px;
}
.padded-v-xs {
  padding-top: 3px;
  padding-bottom: 3px;
}
.padded-h-xs {
  padding-left: 5px;
  padding-right: 5px;
}
.padded-l-xs {
  padding-left: 5px;
}
.padded-r-xs {
  padding-left: 5px;
}
.padded-sm {
  padding: 6px 10px;
}
.padded-v-sm {
  padding-top: 6px;
  padding-bottom: 6px;
}
.padded-h-sm {
  padding-left: 10px;
  padding-right: 10px;
}
.padded-l-sm {
  padding-left: 10px;
}
.padded-r-sm {
  padding-left: 10px;
}
.padded-lg {
  padding: 15px 25px;
}
.padded-v-lg {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padded-h-lg {
  padding-left: 25px;
  padding-right: 25px;
}
.padded-l-lg {
  padding-left: 25px;
}
.padded-r-lg {
  padding-left: 25px;
}
.no-border {
  border-width: 0;
}
.bordered {
  border-style: solid;
  border-width: 1px;
}
.bordered-v {
  border-style: solid;
  border-width: 1px 0;
}
.bordered-h {
  border-style: solid;
  border-width: 0 1px;
}
.border-stripped,
.border-stripped-md {
  border-width: 0;
  border-left-width: 3px;
  border-style: solid;
  display: inline-block;
  position: relative;
}
.border-stripped-md {
  border-left-width: 5px;
}
.radius-xs {
  border-radius: 2px;
}
.radius-sm {
  border-radius: 4px;
}
.radius-md {
  border-radius: 6px;
}
.radius-lg {
  border-radius: 10px;
}
.radius-xxl {
  border-radius: 16px;
}
.no-rd {
  border-radius: 0px !important;
}
.no-rd-t {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.no-rd-b {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.no-rd-l {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.no-rd-r {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.size-24 {
  width: 32px;
  height: 32px;
}
.size-32 {
  width: 32px;
  height: 32px;
}
.size-36 {
  width: 36px;
  height: 36px;
}
.size-48 {
  width: 48px;
  height: 48px;
}
.size-64 {
  width: 64px;
  height: 64px;
}
.size-96 {
  width: 96px;
  height: 96px;
}
.size-128 {
  width: 128px;
  height: 128px;
}
.size-160 {
  width: 160px;
  height: 160px;
}
.size-192 {
  width: 192px;
  height: 192px;
}
.size-256 {
  width: 256px;
  height: 256px;
}
.size-320 {
  width: 320px;
  height: 320px;
}
.size-384 {
  width: 384px;
  height: 384px;
}
.height-full {
  height: 100%;
}
.height-auto {
  height: auto;
}
.height-32 {
  height: 32px;
}
.height-48 {
  height: 48px;
}
.height-64 {
  height: 64px;
}
.height-96 {
  height: 96px;
}
.height-128 {
  height: 128px;
}
.height-160 {
  height: 160px;
}
.height-192 {
  height: 192px;
}
.height-256 {
  height: 256px;
}
.height-320 {
  height: 320px;
}
.height-384 {
  height: 384px;
}
.width-full {
  width: 100%;
  max-width: 100%;
}
.width-half {
  width: 50%;
  min-width: 50%;
}
.width-32 {
  width: 32px;
  min-width: 32px;
}
.width-48 {
  width: 48px;
  min-width: 48px;
}
.width-64 {
  width: 64px;
  min-width: 64px;
}
.width-96 {
  width: 96px;
  min-width: 96px;
}
.width-128 {
  width: 128px;
  min-width: 128px;
}
.width-160 {
  width: 160px;
  min-width: 160px;
}
.width-192 {
  width: 192px;
  min-width: 192px;
}
.width-256 {
  width: 256px;
  min-width: 256px;
}
.width-320 {
  width: 320px;
  min-width: 320px;
}
.width-384 {
  width: 384px;
  min-width: 384px;
}
.min-width-32 {
  min-width: 32px;
}
.min-width-48 {
  min-width: 48px;
}
.min-width-64 {
  min-width: 64px;
}
.min-width-96 {
  min-width: 96px;
}
.min-width-128 {
  min-width: 128px;
}
.min-width-160 {
  min-width: 160px;
}
.min-width-192 {
  min-width: 192px;
}
.min-width-256 {
  min-width: 256px;
}
.min-width-320 {
  min-width: 320px;
}
.min-width-384 {
  min-width: 384px;
}
.table-min-600 {
  min-width: 600px !important;
}
.table-min-700 {
  min-width: 700px !important;
}
.table-min-800 {
  min-width: 800px !important;
}
.text-xs {
  font-size: 0.7em;
}
.text-sm {
  font-size: 0.85em;
}
.text-md {
  font-size: 1.367em;
}
.text-lg {
  font-size: 2em;
}
.text-xxl {
  font-size: 3em;
}
.text-block {
  display: block !important;
}
.font-normal {
  font-weight: normal !important;
}
.no-wrap {
  white-space: nowrap;
}
h5,
.h5 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
a[role="button"]:hover {
  cursor: pointer;
}
.no-transform {
  text-transform: none;
}
@media (max-width: 767px) {
  [class*="col-sm"] + [class*="col-sm"] {
    padding-top: 10px;
  }
  .btn-xl,
  .btn-group-xl > .btn {
    font-size: 18px !important;
  }
  .navbar-toggle {
    margin-right: 0 !important;
  }
  .navbar-header-right {
    padding-left: 0;
  }
  .container-fluid {
    padding-left: 7px;
    padding-right: 7px;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .panel-heading .pull-right,
  .panel-heading .pull-left {
    float: none;
    margin-bottom: 7px;
    display: block;
    margin-right: 0!important;
    margin-left: 0!important;
  }
  .panel.panel-stretch {
    left: -15px;
    right: -15px;
  }
  .dropdown-static-xs {
    position: static;
    left: 0 !important;
    right: 0 !important;
    max-width: 100% !important;
    width: 100%;
    height: auto !important;
    max-height: initial !important;
  }
  .dropdown-static-xs.with-arrow:before,
  .dropdown-static-xs.with-arrow:after {
    content: none;
  }
}
@media (min-width: 576px) {
  .text-right-sm {
    text-align: right !important;
  }
  .text-center-sm {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .scrollable.table-responsive {
    overflow-x: auto !important;
  }
}
@media (max-width: 767px) {
  .jumbotron-ui {
    padding: 15px 10px;
  }
  .jumbotron-ui h1 {
    font-size: 30px;
  }
  .jumbotron-ui .social-links {
    position: relative;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
    right: 0;
  }
  .jumbotron-ui p.text-right {
    text-align: center;
  }
  .jumbotron-ui p.text-right .btn {
    display: block;
  }
  .jumbotron-ui p.text-right .btn + .btn {
    margin-top: 10px;
  }
  .navbar-brand > img {
    margin-top: 15px;
  }
}
[class*="bg-"] > h1,
[class*="bg-"] > h2,
[class*="bg-"] > h3,
[class*="bg-"] > h4,
[class*="bg-"] > h5,
[class*="bg-"] > h6,
[class*="bg-"] > a {
  color: inherit;
}
.bg-transparent {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.0346125);
  color: #44001d;
}
.bg-50 {
  background-color: #fffafd;
  border-color: #f0e9ed;
  color: #44001d;
}
.bg-100 {
  background-color: #ffe9f6;
  border-color: #f4d9e6;
  color: #44001d;
}
.bg-200 {
  background-color: #ffb3dd;
  border-color: #f9a5cd;
  color: #ffffff;
}
.bg-300 {
  background-color: #ff8ac4;
  border-color: #f27db5;
  color: #ffffff;
}
.bg-400 {
  background-color: #f35fa5;
  border-color: #e35498;
  color: #ffffff;
}
.bg-500 {
  background-color: #da3282;
  border-color: #cb2976;
  color: #ffffff;
}
.bg-600 {
  background-color: #b71d67;
  border-color: #a9155b;
  color: #ffffff;
}
.bg-700 {
  background-color: #950d4e;
  border-color: #880543;
  color: #ffe9f6;
}
.bg-800 {
  background-color: #730238;
  border-color: #68002e;
  color: #ffe9f6;
}
.bg-900 {
  background-color: #44001d;
  border-color: #3a0014;
  color: #ffe9f6;
}
.bg-1000 {
  background-color: #290010;
  border-color: #1f0008;
  color: #ffe9f6;
}
.bg-a50 {
  background-color: #ffebec;
  border-color: #f7dbdc;
  color: #b30000;
}
.bg-a100 {
  background-color: #ffbdc0;
  border-color: #ffaeb2;
  color: #b30000;
}
.bg-a200 {
  background-color: #ff8a90;
  border-color: #ff7d83;
  color: #b30000;
}
.bg-a300 {
  background-color: #ff4750;
  border-color: #ff3d45;
  color: #ffffff;
}
.bg-a400 {
  background-color: #ff000a;
  border-color: #ee0002;
  color: #ffffff;
}
.bg-a700 {
  background-color: #b30000;
  border-color: #a50000;
  color: #ffffff;
}
.bg-ac50 {
  background-color: #fffbf2;
  border-color: #f4eae2;
  color: #b30000;
}
.bg-ac100 {
  background-color: #ffeccc;
  border-color: #ffdcbd;
  color: #b30000;
}
.bg-ac200 {
  background-color: #ffcc8a;
  border-color: #ffbd7d;
  color: #b30000;
}
.bg-ac300 {
  background-color: #ffa447;
  border-color: #ff973d;
  color: #ffffff;
}
.bg-ac400 {
  background-color: #fb7100;
  border-color: #eb6500;
  color: #ffffff;
}
.bg-ac500 {
  background-color: #e25f00;
  border-color: #d25400;
  color: #ffffff;
}
.bg-ac700 {
  background-color: #af4000;
  border-color: #a13600;
  color: #ffffff;
}
.bg-white {
  background-color: #ffffff;
  border-color: #eeeeee;
  color: #545454;
}
.bg-white-darker {
  background-color: #f0f0f0;
  border-color: #e0e0e0;
  color: #545454;
}
.bg-white-dark {
  background-color: #f7f7f7;
  border-color: #e6e6e6;
  color: #545454;
}
.bg-white-light {
  background-color: #fafafa;
  border-color: #eaeaea;
  color: #545454;
}
.bg-white-lighter {
  background-color: #fdfdfd;
  border-color: #ededed;
  color: #545454;
}
.bg-black {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.bg-gray-darker {
  background-color: #212121;
  border-color: #181818;
  color: #ffffff;
}
.bg-gray-dark {
  background-color: #545454;
  border-color: #494949;
  color: #ffffff;
}
.bg-gray {
  background-color: #8a8a8a;
  border-color: #7d7d7d;
  color: #ffffff;
}
.bg-gray-light {
  background-color: #d4d4d4;
  border-color: #c5c5c5;
  color: #545454;
}
.bg-gray-lighter {
  background-color: #eeeeee;
  border-color: #dedede;
  color: #545454;
}
.bg-brand-primary {
  background-color: #00809b;
  border-color: #00748e;
  color: #ffffff;
}
.bg-primary-darker {
  background-color: #004054;
  border-color: #00364a;
  color: #ffffff;
}
.bg-primary-dark {
  background-color: #006078;
  border-color: #00556c;
  color: #ffffff;
}
.bg-primary-light {
  background-color: #2ea0b8;
  border-color: #2593aa;
  color: #ffffff;
}
.bg-primary-lighter {
  background-color: #61bfd3;
  border-color: #56b1c4;
  color: #004054;
}
.bg-brand-success {
  background-color: #03be65;
  border-color: #00b05a;
  color: #ffffff;
}
.bg-success-darker {
  background-color: #009d4c;
  border-color: #009042;
  color: #ffffff;
}
.bg-success-dark {
  background-color: #00ad58;
  border-color: #00a04d;
  color: #ffffff;
}
.bg-success-light {
  background-color: #31d888;
  border-color: #27c97c;
  color: #ffffff;
}
.bg-success-lighter {
  background-color: #63ecab;
  border-color: #58dc9d;
  color: #009d4c;
}
.bg-brand-info {
  background-color: #00b4ff;
  border-color: #00a6ee;
  color: #ffffff;
}
.bg-info-darker {
  background-color: #0094d9;
  border-color: #0087c9;
  color: #ffffff;
}
.bg-info-dark {
  background-color: #00a4ec;
  border-color: #0096dc;
  color: #ffffff;
}
.bg-info-light {
  background-color: #2ecfff;
  border-color: #25c0ff;
  color: #ffffff;
}
.bg-info-lighter {
  background-color: #61e6ff;
  border-color: #56d6ff;
  color: #0094d9;
}
.bg-brand-warning {
  background-color: #ffc65d;
  border-color: #eeb752;
  color: #ffffff;
}
.bg-warning-darker {
  background-color: #d9a545;
  border-color: #c9973b;
  color: #ffffff;
}
.bg-warning-dark {
  background-color: #ecb550;
  border-color: #dca746;
  color: #ffffff;
}
.bg-warning-light {
  background-color: #ffdf81;
  border-color: #ffcf75;
  color: #d9a545;
}
.bg-warning-lighter {
  background-color: #fff3a6;
  border-color: #ffe398;
  color: #d9a545;
}
.bg-brand-danger {
  background-color: #db3c3c;
  border-color: #cc3232;
  color: #ffffff;
}
.bg-danger-darker {
  background-color: #b82727;
  border-color: #aa1d1d;
  color: #ffffff;
}
.bg-danger-dark {
  background-color: #c93131;
  border-color: #bb2727;
  color: #ffffff;
}
.bg-danger-light {
  background-color: #f26464;
  border-color: #e25858;
  color: #ffffff;
}
.bg-danger-lighter {
  background-color: #ff8d8d;
  border-color: #f28181;
  color: #b82727;
}
/*.border-base-darker{
    .generate-border(@skin-base-darker);
}
.border-base-dark{
    .generate-border(@skin-base-dark);
}
.border-base{
    .generate-border(@skin-base);
}
.border-base-light{
    .generate-border(@skin-base-light);
}
.border-base-lighter{
    .generate-border(@skin-base-lighter);
}
.border-base-active{
    .generate-border(@skin-base-active);
}
.border-base-accent{
    .generate-border(@skin-base-accent);
}*/
/*.border-inverse-darker{
    .generate-border(@skin-inverse-darker);
}
.border-inverse-dark{
    .generate-border(@skin-inverse-dark);
}
.border-inverse{
    .generate-border(@skin-inverse);
}
.border-inverse-light{
    .generate-border(@skin-inverse-light);
}
.border-inverse-lighter{
    .generate-border(@skin-inverse-lighter);
}*/
.border-primary-darker {
  color: #000303;
  border-color: #004054;
}
.border-primary-dark {
  color: #002932;
  border-color: #006078;
}
.border-primary {
  color: #005668;
  border-color: #00809b;
}
.border-primary-light {
  color: #247d90;
  border-color: #2ea0b8;
}
.border-primary-lighter {
  color: #39afc8;
  border-color: #61bfd3;
}
.border-info-darker {
  color: #006a95;
  border-color: #0094d9;
}
.border-info-dark {
  color: #007cb0;
  border-color: #00a4ec;
}
.border-info {
  color: #0090cc;
  border-color: #00b4ff;
}
.border-info-light {
  color: #0eb8ff;
  border-color: #2ecfff;
}
.border-info-lighter {
  color: #4ccaff;
  border-color: #61e6ff;
}
.border-warning-darker {
  color: #c38c28;
  border-color: #d9a545;
}
.border-warning-dark {
  color: #e7a222;
  border-color: #ecb550;
}
.border-warning {
  color: #ffb42a;
  border-color: #ffc65d;
}
.border-warning-light {
  color: #ffc761;
  border-color: #ffdf81;
}
.border-warning-lighter {
  color: #ffd891;
  border-color: #fff3a6;
}
.border-danger-darker {
  color: #8e1e1e;
  border-color: #b82727;
}
.border-danger-dark {
  color: #a02727;
  border-color: #c93131;
}
.border-danger {
  color: #c02424;
  border-color: #db3c3c;
}
.border-danger-light {
  color: #ee3535;
  border-color: #f26464;
}
.border-danger-lighter {
  color: #ff5e5e;
  border-color: #ff8d8d;
}
.border-success-darker {
  color: #005d31;
  border-color: #009d4c;
}
.border-success-dark {
  color: #00753d;
  border-color: #00ad58;
}
.border-success {
  color: #028c4a;
  border-color: #03be65;
}
.border-success-light {
  color: #22b36e;
  border-color: #31d888;
}
.border-success-lighter {
  color: #36e692;
  border-color: #63ecab;
}
.border-100 {
  color: #ffbcdc;
  border-color: #ffe9f6;
}
.border-200 {
  color: #ff8bc2;
  border-color: #ffb3dd;
}
.border-300 {
  color: #ff5ba9;
  border-color: #ff8ac4;
}
.border-400 {
  color: #ef308b;
  border-color: #f35fa5;
}
.border-500 {
  color: #b82169;
  border-color: #da3282;
}
.border-600 {
  color: #8b164e;
  border-color: #b71d67;
}
.border-700 {
  color: #660935;
  border-color: #950d4e;
}
.border-800 {
  color: #410120;
  border-color: #730238;
}
.border-900 {
  color: #0b0005;
  border-color: #44001d;
}
.border-1000 {
  color: #000000;
  border-color: #290010;
}
.border-a50 {
  color: #ffc0c3;
  border-color: #ffebec;
}
.border-a100 {
  color: #ffa1a5;
  border-color: #ffbdc0;
}
.border-a200 {
  color: #ff767c;
  border-color: #ff8a90;
}
.border-a300 {
  color: #ff2e36;
  border-color: #ff4750;
}
.border-a400 {
  color: #cc0008;
  border-color: #ff000a;
}
.border-a700 {
  color: #650004;
  border-color: #b30000;
}
.text-white {
  color: #ffffff !important;
}
a.text-white:hover {
  color: #e6e6e6;
}
.color-base {
  color: #da3282 !important;
}
a.color-base:hover {
  color: #b82169;
}
.color-400 {
  color: #f35fa5 !important;
}
a.color-400:hover {
  color: #ef308b;
}
.color-300 {
  color: #ff8ac4 !important;
}
a.color-300:hover {
  color: #ff5ba9;
}
.color-200 {
  color: #ffb3dd !important;
}
a.color-200:hover {
  color: #ff8bc2;
}
.color-100 {
  color: #ffe9f6 !important;
}
a.color-100:hover {
  color: #ffbcdc;
}
.color-50 {
  color: #fffafd !important;
}
a.color-50:hover {
  color: #ffc9e3;
}
.color-active {
  color: #fb7100 !important;
}
a.color-active:hover {
  color: #c85a00;
}
.color-accent {
  color: #ff000a !important;
}
a.color-accent:hover {
  color: #cc0008;
}
.color-gray {
  color: #8a8a8a !important;
}
a.color-gray:hover {
  color: #707070;
}
/* Checkbox hack */
.switch input {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 100;
  left: 0;
}
/* Container */
.switch {
  height: 40px;
  position: relative;
  width: 130px;
  display: inline-block;
}
/* Background unchecked */
.switch label {
  background: #e74046;
  border-radius: 20px;
  display: block;
  height: 100%;
  position: relative;
  transition: all .15s ease;
  width: 100%;
}
/* Slider unchecked */
.switch label .switch-thumb {
  background: #fff;
  border-radius: 17px;
  display: block;
  left: 6px;
  bottom: 6px;
  position: absolute;
  top: 6px;
  transition: all .15s ease;
  width: 48%;
  width: calc(44%);
  z-index: 3;
}
/* Vertical lines on slider */
.switch label .switch-thumb:before {
  background: #d3d3d3;
  bottom: 0;
  box-shadow: -6px 0 0 0 #d3d3d3, 6px 0 0 0 #d3d3d3;
  content: '';
  display: block;
  height: 15px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .15s ease;
  width: 3px;
}
/* Icon styles */
.switch .switch-yes,
.switch .switch-no {
  font-size: 18px;
  text-align: center;
  position: absolute;
  line-height: 40px;
  width: 50%;
  z-index: 2;
  font-weight: 600;
  display: none;
  color: #fff;
  left: 0;
}
.switch .switch-no {
  left: 50%;
  display: inline-block;
}
/* Checked States */
.switch input:checked ~ label {
  background: #03be65;
}
.switch input:checked ~ label .switch-no {
  display: none;
}
.switch input:checked ~ label .switch-yes {
  display: inline-block;
}
.switch input:checked ~ label .switch-thumb {
  left: calc(53%);
}
.switch-160 {
  width: 160px;
}
.switch-170 {
  width: 170px;
}
.switch-180 {
  width: 180px;
}
.switch-190 {
  width: 190px;
}
.switch-200 {
  width: 200px;
}
.switch-210 {
  width: 210px;
}
.switch-220 {
  width: 220px;
}
.jumbotron-ui {
  background-color: #da3282;
  font-family: Candara;
  color: #ffe9f6;
  margin-bottom: 0;
  position: relative;
  background-image: -webkit-radial-gradient(center, ellipse cover, #f35fa5, #b71d67);
  background-image: radial-gradient(ellipse at center, #f35fa5, #b71d67);
  background-repeat: no-repeat;
}
.jumbotron-ui h1 {
  font-size: 45px;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.65);
}
.jumbotron-ui p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
}
.jumbotron-ui .social-links {
  position: absolute;
  top: 15px;
  right: 20px;
}
.jumbotron-effect {
  background-color: #e61003;
  font-family: Candara;
  color: #ff8ac4;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.65);
  margin-bottom: 0;
  background-image: -webkit-radial-gradient(center, ellipse cover, #e61003, #c30e03);
  background-image: radial-gradient(ellipse at center, #e61003, #c30e03);
  background-repeat: no-repeat;
}
.jumbotron-effect h1 {
  font-size: 45px;
}
.jumbotron-effect p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
}
.btn-yellow {
  color: #202020;
  background-color: #fff004;
  border-color: #e2d400;
  -webkit-box-shadow: inset -3px -3px 15px #c6ba00;
  box-shadow: inset -3px -3px 15px #c6ba00;
}
.btn-yellow.btn-cornered,
.btn-yellow.btn-stripped {
  border-color: #d3c600;
}
.btn-yellow.btn-stripped {
  color: #c3b800;
}
.btn-yellow.btn-stripped:hover,
.btn-yellow.btn-stripped:focus,
.btn-yellow.btn-stripped.focus,
.btn-yellow.btn-stripped:active,
.btn-yellow.btn-stripped.active,
.open > .dropdown-toggle.btn-yellow.btn-stripped {
  color: #c5b900;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
  color: #202020;
  background-color: #fff441;
  border-color: #c6ba00;
  outline: 0;
  opacity: 0.9;
}
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow:focus,
.btn-yellow.focus,
.open > .dropdown-toggle.btn-yellow {
  background-image: none;
  background-color: #cec30d;
  opacity: 1;
  border-color: #b8ad00;
  -webkit-box-shadow: inset 0px 3px 5px #b8ad00;
  box-shadow: inset 0px 3px 5px #b8ad00;
}
.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled.focus,
.btn-yellow[disabled].focus,
fieldset[disabled] .btn-yellow.focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
  background-color: #fff004;
  border-color: #e2d400;
}
.btn-yellow .badge {
  color: #fff004;
  background-color: #202020;
}
.btn-yellow.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .jumbotron-ui {
    padding: 15px 10px;
  }
  .jumbotron-ui h1 {
    font-size: 30px;
  }
  .jumbotron-ui .social-links {
    position: relative;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
    right: 0;
  }
  .jumbotron-ui p.text-right {
    text-align: center;
  }
  .jumbotron-ui p.text-right .btn {
    display: block;
  }
  .jumbotron-ui p.text-right .btn + .btn {
    margin-top: 10px;
  }
  .navbar-brand > img {
    margin-top: 15px;
  }
  .btn + .btn:not(.btn-block) {
    margin-left: 5px;
  }
  .navbar-collapse {
    max-height: initial;
    padding-bottom: 10px;
    background-color: #ffe9f6;
  }
}
/*@import "/Less/specials/angular-social.less";*/
