.gldp-flatwhite {
	position: absolute;
	font-family: 'helvetica';
}

/* Core style for every cell */
.gldp-flatwhite .core {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	color: #222;
	background: #ffffff;
}

/* Cell border */
.gldp-flatwhite .border {
	border-style: solid;
	border-width: 0;
	border-color: #fff;
}

/* Month/Year text and select */
.gldp-flatwhite .monyear,
.gldp-flatwhite .monyear select {
	font-size: 16px !important;
	/* font-weight: bold; */
	background: #eee;
}

/* Month/Year text */
.gldp-flatwhite .monyear span {
	margin: 0 5px 0 5px;
}

/* Prev/Next arrows */
.gldp-flatwhite .prev-arrow,
.gldp-flatwhite .next-arrow {
	color: #666;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

.gldp-flatwhite .prev-arrow:active,
.gldp-flatwhite .next-arrow:active {
	color: #000;
}

.gldp-flatwhite .prev-arrow-off,
.gldp-flatwhite .next-arrow-off {
	color: #000;
	opacity: 0.15;
}

/* Days of the week */
.gldp-flatwhite .dow {
	color: #222;
	/* font-weight: bold; */
	cursor: wait !important;
	background: #eee;
}

/* Weekdays */
.gldp-flatwhite .mon,
.gldp-flatwhite .tue,
.gldp-flatwhite .wed,
.gldp-flatwhite .thu,
.gldp-flatwhite .fri {
	/* font-weight: bold; */
}

/* Weekend days */
.gldp-flatwhite .sat,
.gldp-flatwhite .sun {
	color: #888;
	/* font-weight: bold; */
}

/* Selectable days that are outside of current month being shown */
.gldp-flatwhite .outday {
	color: #aaa !important;
}

/* Hover */
.gldp-flatwhite .mon:hover,
.gldp-flatwhite .tue:hover,
.gldp-flatwhite .wed:hover,
.gldp-flatwhite .thu:hover,
.gldp-flatwhite .fri:hover,
.gldp-flatwhite .sat:hover,
.gldp-flatwhite .sun:hover {
	background: #eee;
}

/* Non-Selectable days */
.gldp-flatwhite .noday {
	color: #bbb;
	font-weight: normal;
	cursor: wait !important;
	background: #ddd;
}

/* Currently selected day */
.gldp-flatwhite .selected {
	color: #fff;
	font-weight: bold;
	border-color: #888;
	background: #aaa;
}

/* Today */
.gldp-flatwhite .today {
	color: #fff;
	font-weight: bold;
	border-color: #000;
	background: #222;
}

/* Special */
.gldp-flatwhite .special {
	color: #fff;
	/* font-weight: bold; */
	border-color: #444;
	background: #666;
}
@charset "UTF-8";
/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.






*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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,
nav,
section,
summary {
  display: block; }

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

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

[hidden],
template {
  display: none; }

a {
  background: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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; }

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

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

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

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

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

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

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

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

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

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

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

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

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

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

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

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("font-url(glyphicons-halflings-regular.eot)");
  src: url("font-url(glyphicons-halflings-regular.eot?#iefix)") format("embedded-opentype"), url("font-url(glyphicons-halflings-regular.woff)") format("woff"), url("font-url(glyphicons-halflings-regular.ttf)") format("truetype"), url("font-url(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: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro: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"; }

* {
  -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: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff; }

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

a {
  color: #4083a9;
  text-decoration: none; }
  a:hover, a:focus {
    color: #205f82;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -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: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 18px;
  margin-bottom: 9px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9px;
  margin-bottom: 9px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 9px; }

.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 19.5px; } }

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

cite {
  font-style: normal; }

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

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

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

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

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

.text-muted {
  color: #999999; }

.text-primary {
  color: #428bca; }

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

.text-success {
  color: #3c763d; }

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

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

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

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #428bca; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@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 #999999; }

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

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee; }
  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.42857;
    color: #999999; }
    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 #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

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

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 742px; } }
  @media (min-width: 992px) {
    .container {
      width: 962px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1162px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -11px;
  margin-right: -11px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

.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-1 {
  width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 18px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #e4e4e4; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #e4e4e4; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #e4e4e4; }
  .table .table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e4e4e4;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .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 > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .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: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857;
  color: #555555; }

.form-control, .form-control-inline, select.time_picker {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, .form-control-inline:focus, select.time_picker:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, .form-control-inline::-moz-placeholder, select.time_picker::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .form-control-inline:-ms-input-placeholder, select.time_picker:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, .form-control-inline::-webkit-input-placeholder, select.time_picker::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], [disabled].form-control-inline, select[disabled].time_picker, .form-control[readonly], [readonly].form-control-inline, select[readonly].time_picker, fieldset[disabled] .form-control, fieldset[disabled] .form-control-inline, fieldset[disabled] select.time_picker {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control, textarea.form-control-inline {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 32px;
  line-height: 1.42857 \0; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].form-control-inline,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].form-control-inline,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].form-control-inline,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].form-control-inline,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].form-control-inline,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].form-control-inline,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].form-control-inline,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].form-control-inline,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 45px; }

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

.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    cursor: pointer; }
  .radio .help-block,
  .checkbox .help-block {
    margin-top: 0; }

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

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

.radio-inline,
.checkbox-inline {
  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], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm, .input-group-sm > .form-control, .input-group-sm > .form-control-inline, .input-group-sm > select.time_picker,
.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: 2px; }

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

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

.input-lg, .input-group-lg > .form-control, .input-group-lg > .form-control-inline, .input-group-lg > select.time_picker,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px; }

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

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

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .form-control-inline, .has-feedback select.time_picker {
    padding-right: 40px; }

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .form-control-inline + .form-control-feedback, .input-group-lg > select.time_picker + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .form-control-inline + .form-control-feedback, .input-group-sm > select.time_picker + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .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 {
  color: #3c763d; }
.has-success .form-control, .has-success .form-control-inline, .has-success select.time_picker {
  border-color: #3c763d;
  -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, .has-success .form-control-inline:focus, .has-success select.time_picker:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }
.has-warning .form-control, .has-warning .form-control-inline, .has-warning select.time_picker {
  border-color: #8a6d3b;
  -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, .has-warning .form-control-inline:focus, .has-warning select.time_picker:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }
.has-error .form-control, .has-error .form-control-inline, .has-error select.time_picker {
  border-color: #a94442;
  -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, .has-error .form-control-inline:focus, .has-error select.time_picker:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

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

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

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control, .form-inline .form-control-inline, .navbar-form .form-control-inline, .form-inline select.time_picker, .navbar-form select.time_picker {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .navbar-form .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .navbar-form .input-group .form-control,
    .form-inline .input-group .form-control-inline,
    .navbar-form .input-group .form-control-inline,
    .form-inline .input-group select.time_picker,
    .navbar-form .input-group select.time_picker {
      width: auto; }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control, .form-inline .input-group > .form-control-inline, .navbar-form .input-group > .form-control-inline, .form-inline .input-group > select.time_picker, .navbar-form .input-group > select.time_picker {
    width: 100%; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .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: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px; }
.form-horizontal .form-group {
  margin-left: -11px;
  margin-right: -11px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 11px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    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;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }
  .btn-primary .badge {
    color: #428bca;
    background-color: #fff; }

.btn-success, .gldp-flatwhite .full {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .gldp-flatwhite .full:hover, .btn-success:focus, .gldp-flatwhite .full:focus, .btn-success:active, .gldp-flatwhite .full:active, .btn-success.active, .gldp-flatwhite .active.full, .open > .btn-success.dropdown-toggle, .gldp-flatwhite .open > .dropdown-toggle.full {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .gldp-flatwhite .full:active, .btn-success.active, .gldp-flatwhite .active.full, .open > .btn-success.dropdown-toggle, .gldp-flatwhite .open > .dropdown-toggle.full {
    background-image: none; }
  .btn-success.disabled, .gldp-flatwhite .disabled.full, .btn-success.disabled:hover, .gldp-flatwhite .disabled.full:hover, .btn-success.disabled:focus, .gldp-flatwhite .disabled.full:focus, .btn-success.disabled:active, .gldp-flatwhite .disabled.full:active, .btn-success.disabled.active, .gldp-flatwhite .disabled.active.full, .btn-success[disabled], .gldp-flatwhite [disabled].full, .btn-success[disabled]:hover, .gldp-flatwhite [disabled].full:hover, .btn-success[disabled]:focus, .gldp-flatwhite [disabled].full:focus, .btn-success[disabled]:active, .gldp-flatwhite [disabled].full:active, .btn-success[disabled].active, .gldp-flatwhite [disabled].active.full, fieldset[disabled] .btn-success, fieldset[disabled] .gldp-flatwhite .full, .gldp-flatwhite fieldset[disabled] .full, fieldset[disabled] .btn-success:hover, fieldset[disabled] .gldp-flatwhite .full:hover, .gldp-flatwhite fieldset[disabled] .full:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .gldp-flatwhite .full:focus, .gldp-flatwhite fieldset[disabled] .full:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .gldp-flatwhite .full:active, .gldp-flatwhite fieldset[disabled] .full:active, fieldset[disabled] .btn-success.active, fieldset[disabled] .gldp-flatwhite .active.full, .gldp-flatwhite fieldset[disabled] .active.full {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge, .gldp-flatwhite .full .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning, .gldp-flatwhite .some {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .gldp-flatwhite .some:hover, .btn-warning:focus, .gldp-flatwhite .some:focus, .btn-warning:active, .gldp-flatwhite .some:active, .btn-warning.active, .gldp-flatwhite .active.some, .open > .btn-warning.dropdown-toggle, .gldp-flatwhite .open > .dropdown-toggle.some {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .gldp-flatwhite .some:active, .btn-warning.active, .gldp-flatwhite .active.some, .open > .btn-warning.dropdown-toggle, .gldp-flatwhite .open > .dropdown-toggle.some {
    background-image: none; }
  .btn-warning.disabled, .gldp-flatwhite .disabled.some, .btn-warning.disabled:hover, .gldp-flatwhite .disabled.some:hover, .btn-warning.disabled:focus, .gldp-flatwhite .disabled.some:focus, .btn-warning.disabled:active, .gldp-flatwhite .disabled.some:active, .btn-warning.disabled.active, .gldp-flatwhite .disabled.active.some, .btn-warning[disabled], .gldp-flatwhite [disabled].some, .btn-warning[disabled]:hover, .gldp-flatwhite [disabled].some:hover, .btn-warning[disabled]:focus, .gldp-flatwhite [disabled].some:focus, .btn-warning[disabled]:active, .gldp-flatwhite [disabled].some:active, .btn-warning[disabled].active, .gldp-flatwhite [disabled].active.some, fieldset[disabled] .btn-warning, fieldset[disabled] .gldp-flatwhite .some, .gldp-flatwhite fieldset[disabled] .some, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .gldp-flatwhite .some:hover, .gldp-flatwhite fieldset[disabled] .some:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .gldp-flatwhite .some:focus, .gldp-flatwhite fieldset[disabled] .some:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .gldp-flatwhite .some:active, .gldp-flatwhite fieldset[disabled] .some:active, fieldset[disabled] .btn-warning.active, fieldset[disabled] .gldp-flatwhite .active.some, .gldp-flatwhite fieldset[disabled] .active.some {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge, .gldp-flatwhite .some .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger, .gldp-flatwhite .empty {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .gldp-flatwhite .empty:hover, .btn-danger:focus, .gldp-flatwhite .empty:focus, .btn-danger:active, .gldp-flatwhite .empty:active, .btn-danger.active, .gldp-flatwhite .active.empty, .open > .btn-danger.dropdown-toggle, .gldp-flatwhite .open > .dropdown-toggle.empty {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .gldp-flatwhite .empty:active, .btn-danger.active, .gldp-flatwhite .active.empty, .open > .btn-danger.dropdown-toggle, .gldp-flatwhite .open > .dropdown-toggle.empty {
    background-image: none; }
  .btn-danger.disabled, .gldp-flatwhite .disabled.empty, .btn-danger.disabled:hover, .gldp-flatwhite .disabled.empty:hover, .btn-danger.disabled:focus, .gldp-flatwhite .disabled.empty:focus, .btn-danger.disabled:active, .gldp-flatwhite .disabled.empty:active, .btn-danger.disabled.active, .gldp-flatwhite .disabled.active.empty, .btn-danger[disabled], .gldp-flatwhite [disabled].empty, .btn-danger[disabled]:hover, .gldp-flatwhite [disabled].empty:hover, .btn-danger[disabled]:focus, .gldp-flatwhite [disabled].empty:focus, .btn-danger[disabled]:active, .gldp-flatwhite [disabled].empty:active, .btn-danger[disabled].active, .gldp-flatwhite [disabled].active.empty, fieldset[disabled] .btn-danger, fieldset[disabled] .gldp-flatwhite .empty, .gldp-flatwhite fieldset[disabled] .empty, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .gldp-flatwhite .empty:hover, .gldp-flatwhite fieldset[disabled] .empty:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .gldp-flatwhite .empty:focus, .gldp-flatwhite fieldset[disabled] .empty:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .gldp-flatwhite .empty:active, .gldp-flatwhite fieldset[disabled] .empty:active, fieldset[disabled] .btn-danger.active, fieldset[disabled] .gldp-flatwhite .active.empty, .gldp-flatwhite fieldset[disabled] .active.empty {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge, .gldp-flatwhite .empty .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #4083a9;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .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: #205f82;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px; }

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

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

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

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

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

.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: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

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

.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -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: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

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

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

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

.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.42857;
  color: #999999; }

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: 0; }

.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:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-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-lg.btn-group > .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.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, .input-group .form-control-inline, .input-group select.time_picker {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .form-control-inline,
.input-group select.time_picker {
  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),
  .input-group .form-control-inline:not(:first-child):not(:last-child),
  .input-group select.time_picker: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: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #d6d6d6;
  border-radius: 2px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 3px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group .form-control-inline:first-child, .input-group select.time_picker: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 .form-control-inline:last-child, .input-group select.time_picker: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 {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .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: #eeeeee; }
    .nav > li.disabled > a {
      color: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #4083a9; }
  .nav .nav-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 2px 2px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 2px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 2px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 11px;
  padding-left: 11px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .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: 340px; }
  @media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -11px;
  margin-left: -11px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .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: 16px 11px;
  font-size: 17px;
  line-height: 18px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -11px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 11px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px; }
  .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: 8px -11px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 18px; }
        .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: 16px;
          padding-bottom: 16px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -11px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -11px;
  margin-right: -11px;
  padding: 10px 11px;
  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: 9px;
  margin-bottom: 9px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @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-form.navbar-right:last-child {
        margin-right: -11px; } }

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

.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 11px;
      margin-right: 11px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        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: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #999999; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #999999; }
  .navbar-inverse .navbar-nav > li > a {
    color: #999999; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #999999; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #999999; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #999999; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 2px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #4083a9;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #205f82;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    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: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .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: #999999;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

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

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

.label-primary {
  background-color: #428bca; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #4083a9;
    background-color: #fff; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron {
    border-radius: 3px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 58.5px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #555; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #4083a9; }

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -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: 18px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -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 {
  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 {
  -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[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px; }
.progress-bar[aria-valuenow="0"] {
  color: #999999;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none; }

.progress-bar-success {
  background-color: #5cb85c; }
  .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: #5bc0de; }
  .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: #f0ad4e; }
  .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: #d9534f; }
  .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,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }
.media > .pull-right {
  margin-left: 10px; }

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999; }
  .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: #999999; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca; }
  .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 {
    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: #e1edf7; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

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

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -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-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }

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

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px; }
  .panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }

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

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 1px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 1px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #e4e4e4; }
.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-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 18px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse .panel-body {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #428bca; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #428bca; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -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: 3px; }

.well-sm {
  padding: 9px;
  border-radius: 2px; }

.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    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: auto;
  overflow-y: scroll;
  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-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -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: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

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

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

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

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .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; } }
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #222;
  border-radius: 2px; }

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 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: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    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 {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(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, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(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: #fff;
    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%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .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: -15px;
    margin-left: -15px;
    font-size: 30px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix: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;
  visibility: hidden !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; }

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

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

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

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

  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; } }
.input-lg, .input-group-lg > .form-control, .input-group-lg > .form-control-inline, .input-group-lg > select.time_picker,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px; }

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

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

.input-sm, .input-group-sm > .form-control, .input-group-sm > .form-control-inline, .input-group-sm > select.time_picker,
.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: 2px; }

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

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

body,
html {
  padding: 0;
  margin: 0; }

body:before, body:after {
  content: " ";
  display: table; }
body:after {
  clear: both; }

.ie8 body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-weight: 300; }

h1,
h2,
h3,
h4,
h5,
h6 {
  outline: none; }

a,
a:hover {
  text-decoration: none; }

@media (min-width: 768px) {
  a:focus {
    outline: none; } }
.no-animation {
  -webkit-animation-duration: 0s !important;
  -moz-animation-duration: 0s !important;
  -o-animation-duration: 0s !important;
  animation-duration: 0s !important; }

.page-header,
.page-header h1 {
  margin: 0; }

.page-header {
  background: #fafafa;
  border-bottom: 1px solid #e4e4e4;
  margin: -18px -18px 18px -18px;
  padding: 20px 18px 20px 18px; }
  .page-header:before, .page-header:after {
    content: " ";
    display: table; }
  .page-header:after {
    clear: both; }

.page-header h1 {
  color: #666;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px; }

.page-header-icon {
  font-size: 21px;
  line-height: 21px; }

#small-screen-width-point {
  display: block; }

#tablet-screen-width-point {
  display: none; }

@media (min-width: 480px) {
  #small-screen-width-point {
    display: none !important; }

  #tablet-screen-width-point {
    display: block; } }
@media (min-width: 768px) {
  #tablet-screen-width-point {
    display: none !important; } }
body:before, body:after,
#main-menu:before,
#main-menu:after,
#content-wrapper:before,
#content-wrapper:after,
#main-wrapper:before,
#main-wrapper:after {
  content: " ";
  display: table; }
body:after,
#main-menu:after,
#content-wrapper:after,
#main-wrapper:after {
  clear: both; }

#main-wrapper {
  width: 100%;
  overflow: hidden !important; }

#content-wrapper {
  left: 0;
  padding: 64px 18px 18px 18px;
  width: 100%;
  position: relative; }

#main-menu-bg {
  display: block;
  left: 0;
  height: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 499; }

@media (max-width: 480px) {
  .animate-mm-sm #main-navbar .navbar-inner,
  .animate-mm-sm #main-menu-toggle,
  .animate-mm-sm #main-wrapper,
  .animate-mm-sm #main-menu,
  .animate-mm-sm #content-wrapper,
  .animate-mm-sm #main-menu-bg {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .animate-mm-sm #main-navbar .navbar-header {
    -webkit-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s; } }
@media (min-width: 480px) and (max-width: 768px) {
  .animate-mm-md #main-navbar .navbar-inner,
  .animate-mm-md #main-menu-toggle,
  .animate-mm-md #main-wrapper,
  .animate-mm-md #main-menu,
  .animate-mm-md #content-wrapper,
  .animate-mm-md #main-menu-bg {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .animate-mm-md #main-navbar .navbar-header {
    -webkit-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s; } }
@media (min-width: 768px) {
  .animate-mm-lg #main-navbar .navbar-inner,
  .animate-mm-lg #main-menu-toggle,
  .animate-mm-lg #main-wrapper,
  .animate-mm-lg #main-menu,
  .animate-mm-lg #content-wrapper,
  .animate-mm-lg #main-menu-bg {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .animate-mm-lg #main-navbar .navbar-header {
    -webkit-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s; } }
.disable-mm-animation #main-navbar .navbar-inner,
.disable-mm-animation #main-menu-toggle,
.disable-mm-animation #main-wrapper,
.disable-mm-animation #main-menu,
.disable-mm-animation #content-wrapper,
.disable-mm-animation #main-menu-bg,
.disable-mm-animation #main-navbar .navbar-header {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.dont-animate-mm-content #main-menu .animated {
  -webkit-animation-duration: 0s !important;
  -moz-animation-duration: 0s !important;
  -o-animation-duration: 0s !important;
  -ms-animation-duration: 0s !important;
  animation-duration: 0s !important; }

@media (max-width: 480px) {
  .dont-animate-mm-content-sm #main-menu .animated {
    -webkit-animation-duration: 0s !important;
    -moz-animation-duration: 0s !important;
    -o-animation-duration: 0s !important;
    -ms-animation-duration: 0s !important;
    animation-duration: 0s !important; } }
@media (min-width: 480px) and (max-width: 768px) {
  .dont-animate-mm-content-md #main-menu .animated {
    -webkit-animation-duration: 0s !important;
    -moz-animation-duration: 0s !important;
    -o-animation-duration: 0s !important;
    -ms-animation-duration: 0s !important;
    animation-duration: 0s !important; } }
@media (min-width: 768px) {
  .dont-animate-mm-content-lg #main-menu .animated {
    -webkit-animation-duration: 0s !important;
    -moz-animation-duration: 0s !important;
    -o-animation-duration: 0s !important;
    -ms-animation-duration: 0s !important;
    animation-duration: 0s !important; } }
.main-navbar-fixed #main-navbar {
  position: fixed !important; }

#main-navbar {
  border: none;
  border-radius: 0;
  left: 0;
  min-height: 46px;
  right: 0;
  position: absolute;
  top: 0 !important;
  z-index: 1030; }
  #main-navbar .navbar-inner {
    min-height: 46px;
    width: 100%;
    position: relative;
    left: 0; }
  #main-navbar .navbar-header {
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1032; }
  #main-navbar .navbar-brand {
    display: inline-block;
    float: none;
    font-size: 14px;
    line-height: 46px;
    height: auto !important;
    padding: 0 0 0 14px; }
  #main-navbar #main-menu-toggle,
  #main-navbar .navbar-toggle {
    background: none;
    border: none;
    display: block;
    font-size: 11px;
    margin: 0;
    outline: none !important;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0 !important;
    z-index: 1033; }
    #main-navbar #main-menu-toggle .navbar-icon,
    #main-navbar .navbar-toggle .navbar-icon {
      font-size: 14px;
      line-height: 46px; }
  #main-navbar #main-menu-toggle {
    height: 46px;
    left: 0;
    overflow: hidden;
    width: 56px;
    z-index: 1034; }
    #main-navbar #main-menu-toggle .navbar-icon {
      left: 20px;
      margin: -23px 0 0 0;
      padding: 0;
      position: absolute;
      z-index: 1035;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      #main-navbar #main-menu-toggle .navbar-icon:after {
        content: "\f0da";
        display: block;
        font-size: 10px;
        line-height: 46px;
        position: absolute;
        right: -8px;
        top: 0; }
    .main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
      left: 26px; }
    .main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
      content: "\f0d9";
      right: 16px; }
    #main-navbar #main-menu-toggle .hide-menu-text {
      left: 51px;
      line-height: 46px;
      margin-top: -23px;
      opacity: 0;
      position: absolute;
      z-index: 1035; }
      .ie8 #main-navbar #main-menu-toggle .hide-menu-text {
        left: 53px; }
  #main-navbar .navbar-toggle {
    padding: 0 17px;
    right: 0; }
    #main-navbar .navbar-toggle:not(.collapsed) {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    #main-navbar .navbar-toggle .navbar-icon {
      display: inline-block; }
  #main-navbar li .divider {
    display: none; }
  #main-navbar li .nav-header {
    display: none; }
  #main-navbar li a {
    line-height: 42px;
    padding-top: 0;
    padding-bottom: 0; }
    #main-navbar li a:hover {
      background: none; }
    #main-navbar li a:active, #main-navbar li a:focus {
      background: none; }
  #main-navbar .navbar-collapse {
    height: auto;
    max-height: inherit;
    padding-left: 0;
    padding-right: 0;
    z-index: 1031; }
    #main-navbar .navbar-collapse, #main-navbar .navbar-collapse.collapse {
      overflow: visible; }
    #main-navbar .navbar-collapse.collapsing, #main-navbar .navbar-collapse.in {
      overflow: hidden; }
  #main-navbar .navbar-nav {
    margin: 0; }
    #main-navbar .navbar-nav.pull-right {
      width: 100%; }
    #main-navbar .navbar-nav > li:before, #main-navbar .navbar-nav > li:after {
      content: " ";
      display: table; }
    #main-navbar .navbar-nav > li:after {
      clear: both; }
  #main-navbar .dropdown-menu {
    padding: 0; }
  #main-navbar form.navbar-form {
    border: none;
    margin: 0;
    width: 100%; }
    #main-navbar form.navbar-form .form-group {
      margin: 0; }
    #main-navbar form.navbar-form .form-control, #main-navbar form.navbar-form .form-control-inline, #main-navbar form.navbar-form select.time_picker {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition: background 0.2s;
      -o-transition: background 0.2s;
      transition: background 0.2s; }
  #main-navbar .user-menu > img {
    border-radius: 25px;
    display: inline-block;
    height: 20px;
    margin: -2px 0 0 0;
    width: 20px; }
  #main-navbar .user-menu > span {
    display: inline-block;
    margin-left: 7px; }

.mme #main-navbar {
  overflow: hidden; }
  .mme #main-navbar #main-menu-toggle {
    width: 80%; }
    .mme #main-navbar #main-menu-toggle .navbar-icon {
      left: 26px; }
    .mme #main-navbar #main-menu-toggle .navbar-icon:after {
      content: "\f0d9";
      right: 16px; }
    .mme #main-navbar #main-menu-toggle .hide-menu-text {
      opacity: 1;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }

.mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
  left: 20px; }
.mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
  content: "\f0da";
  right: -8px; }

@media (max-width: 768px) {
  #main-navbar .dropdown > a:after {
    content: "\f078";
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-size: 10px;
    position: relative; }
  #main-navbar .dropdown.open {
    border-bottom: none; }
    #main-navbar .dropdown.open > a:after {
      content: "\f077"; } }
@media (min-width: 768px) {
  #main-navbar {
    overflow: visible !important; }
    #main-navbar .navbar-header {
      width: auto;
      z-index: 1033; }
    #main-navbar .navbar-brand {
      padding-right: 14px; }
    #main-navbar #main-menu-toggle {
      width: 56px !important; }
      #main-navbar #main-menu-toggle .navbar-icon {
        left: 26px; }
        #main-navbar #main-menu-toggle .navbar-icon:after {
          content: "\f0d9";
          right: 16px; }
    .main-menu-right #main-navbar #main-menu-toggle .navbar-icon, .mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
      left: 20px; }
    .main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after, .mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
      content: "\f0da";
      right: -8px; }
    #main-navbar .navbar-toggle {
      display: none !important; }
    #main-navbar .hide-menu-text {
      opacity: 0 !important;
      -webkit-transition: none !important;
      -o-transition: none !important;
      transition: none !important; }
    #main-navbar .right {
      left: 0;
      padding-right: 16px;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1031; }
    #main-navbar li {
      border: none; }
      #main-navbar li .divider {
        display: block; }
      #main-navbar li a {
        line-height: 46px; }
    #main-navbar .navbar-collapse {
      height: auto !important;
      overflow: visible !important;
      padding: 0 !important; }
    #main-navbar .navbar-nav,
    #main-navbar .navbar-form {
      position: relative;
      z-index: 1032; }
    #main-navbar .navbar-nav {
      margin: 0; }
      #main-navbar .navbar-nav > li > a {
        height: 46px;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
      #main-navbar .navbar-nav.pull-right {
        width: auto; }
    #main-navbar .dropdown > a:after {
      display: none; }
    #main-navbar .dropdown.open {
      border-bottom: none; }
    #main-navbar .dropdown-menu .badge {
      padding-left: 6px;
      padding-right: 6px; }
    #main-navbar .dropdown-menu > li > a {
      line-height: 32px;
      margin: 0; }
    #main-navbar .pull-right .dropdown-menu {
      float: right;
      left: auto;
      right: 0; }
    #main-navbar form.navbar-form {
      height: 46px; }
      #main-navbar form.navbar-form .form-control, #main-navbar form.navbar-form .form-control-inline, #main-navbar form.navbar-form select.time_picker {
        height: 30px;
        line-height: 20px;
        margin-top: 8px;
        padding-bottom: 5px;
        padding-top: 5px;
        width: 150px; }
    #main-navbar .user-menu > span {
      display: none; }
    #main-navbar .user-menu > img {
      height: 25px;
      margin-top: -3px;
      width: 25px; }

  .mmc #main-navbar #main-menu-toggle .navbar-icon,
  .mme.mmc #main-navbar #main-menu-toggle .navbar-icon {
    left: 20px; }
  .mmc #main-navbar #main-menu-toggle .navbar-icon:after,
  .mme.mmc #main-navbar #main-menu-toggle .navbar-icon:after {
    content: "\f0da";
    right: -8px; }

  .main-menu-right.mmc #main-navbar #main-menu-toggle .navbar-icon,
  .main-menu-right.mme.mmc #main-navbar #main-menu-toggle .navbar-icon {
    left: 26px; }
  .main-menu-right.mmc #main-navbar #main-menu-toggle .navbar-icon:after,
  .main-menu-right.mme.mmc #main-navbar #main-menu-toggle .navbar-icon:after {
    content: "\f0d9";
    right: 16px; } }
@media (min-width: 992px) {
  .mmc #main-navbar .navbar-header {
    width: auto; }
  #main-navbar .user-menu > span {
    display: inline-block; }

  .no-main-menu #main-navbar .navbar-header,
  .main-menu-right #main-navbar .navbar-header {
    width: auto; } }
#main-navbar-collapse .iScrollVerticalScrollbar {
  margin-right: 2px !important;
  width: 4px !important; }
  #main-navbar-collapse .iScrollVerticalScrollbar .iScrollIndicator {
    background: rgba(255, 255, 255, 0.2) !important;
    border: none !important; }

.main-menu-fixed #main-menu {
  height: 100%;
  margin: 0;
  position: fixed;
  padding-bottom: 0; }

#main-menu .navigation ul.get-height {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important; }

#main-menu-bg {
  left: -80%;
  width: 80%; }

#main-menu {
  display: block;
  height: 100%;
  left: -80%;
  position: fixed;
  top: 0;
  width: 80%;
  z-index: 500;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #main-menu .navigation,
  #main-menu .mmc-dropdown-open-ul {
    padding: 46px 0 0 0; }
    #main-menu .navigation,
    #main-menu .navigation ul,
    #main-menu .mmc-dropdown-open-ul,
    #main-menu .mmc-dropdown-open-ul ul {
      display: block; }
    #main-menu .navigation li,
    #main-menu .mmc-dropdown-open-ul li {
      display: block; }
    #main-menu .navigation a,
    #main-menu .mmc-dropdown-open-ul a {
      display: block;
      font-size: 13px;
      line-height: 20px;
      padding: 11px 14px;
      text-decoration: none; }
      #main-menu .navigation a, #main-menu .navigation a:active, #main-menu .navigation a:focus, #main-menu .navigation a:hover,
      #main-menu .mmc-dropdown-open-ul a,
      #main-menu .mmc-dropdown-open-ul a:active,
      #main-menu .mmc-dropdown-open-ul a:focus,
      #main-menu .mmc-dropdown-open-ul a:hover {
        outline: none !important; }
    #main-menu .navigation .menu-icon,
    #main-menu .mmc-dropdown-open-ul .menu-icon {
      display: inline-block;
      margin-right: 5px;
      line-height: 20px;
      height: 20px;
      width: 20px;
      text-align: center;
      font-size: 14px; }
    #main-menu .navigation .badge,
    #main-menu .navigation .label,
    #main-menu .mmc-dropdown-open-ul .badge,
    #main-menu .mmc-dropdown-open-ul .label {
      display: block;
      line-height: 16px;
      float: right;
      font-size: 11px;
      height: auto;
      margin: 2px 0 0 5px;
      padding: 0 5px;
      position: relative;
      width: auto !important;
      z-index: 501;
      border: none; }
  #main-menu .mm-dropdown {
    position: relative; }
    #main-menu .mm-dropdown > a {
      padding-right: 30px; }
      #main-menu .mm-dropdown > a:before {
        content: "\f105";
        display: block;
        font-family: FontAwesome;
        font-size: 12px;
        line-height: 10px;
        height: 10px;
        width: 10px;
        right: 14px;
        top: 17px;
        margin: 0;
        position: absolute;
        text-align: center;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
    #main-menu .mm-dropdown > ul > li > a {
      padding-left: 40px; }
    #main-menu .mm-dropdown > ul > .mm-dropdown > ul > li > a {
      padding-left: 60px; }
    #main-menu .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > li > a {
      padding-left: 80px; }
    #main-menu .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > li > a {
      padding-left: 100px; }
    #main-menu .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > li > a {
      padding-left: 120px; }
    #main-menu .mm-dropdown .badge,
    #main-menu .mm-dropdown .label {
      line-height: 16px;
      margin-top: 2px; }
  #main-menu .mm-dropdown ul,
  #main-menu .mmc-dropdown-open-ul,
  #main-menu .mmc-dropdown-open-ul ul {
    display: none;
    overflow: hidden;
    padding: 0; }
    #main-menu .mm-dropdown ul li,
    #main-menu .mmc-dropdown-open-ul li,
    #main-menu .mmc-dropdown-open-ul ul li {
      padding-left: 0; }
    #main-menu .mm-dropdown ul .menu-icon,
    #main-menu .mmc-dropdown-open-ul .menu-icon,
    #main-menu .mmc-dropdown-open-ul ul .menu-icon {
      margin-left: -5px; }
    #main-menu .mm-dropdown ul a,
    #main-menu .mmc-dropdown-open-ul a,
    #main-menu .mmc-dropdown-open-ul ul a {
      padding-bottom: 8px;
      padding-top: 8px; }
      #main-menu .mm-dropdown ul a:before,
      #main-menu .mmc-dropdown-open-ul a:before,
      #main-menu .mmc-dropdown-open-ul ul a:before {
        top: 14px; }
  #main-menu .mm-dropdown.open > a:before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  #main-menu .mm-dropdown.open > ul {
    display: block; }
  #main-menu .mmc-dropdown-open-ul {
    display: block !important;
    left: 100%;
    margin: 0 !important;
    padding-bottom: 0;
    padding-left: 0 !important;
    position: absolute;
    top: 0;
    width: 240px;
    z-index: 502; }
    #main-menu .mmc-dropdown-open-ul > .mmc-title {
      display: block; }
    #main-menu .mmc-dropdown-open-ul.top {
      bottom: 0;
      padding-top: 0;
      top: auto; }
  #main-menu .mmc-title {
    display: none;
    line-height: 42px;
    padding: 0 18px;
    position: relative; }
  #main-menu .mmc-dropdown-delay {
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s; }
  #main-menu .menu-content {
    margin-top: 15px;
    padding: 20px;
    border-top: 1px solid;
    overflow: hidden; }
  #main-menu .menu-content.top {
    border-bottom: 1px solid;
    border-top: none;
    margin-bottom: -47px;
    margin-top: 0;
    padding-top: 66px; }
  #main-menu > .slimScrollDiv > .slimScrollBar,
  #main-menu > .slimScrollDiv > .slimScrollRail {
    display: none !important; }

@media (min-width: 480px) {
  #main-menu-bg {
    left: 0;
    width: 56px; }

  #main-menu {
    height: auto;
    left: 0;
    overflow: visible;
    position: absolute;
    width: 56px; }
    #main-menu .navigation > li {
      width: auto; }
      #main-menu .navigation > li > a {
        text-align: center; }
        #main-menu .navigation > li > a > .menu-icon {
          margin: 0; }
        #main-menu .navigation > li > a > .badge,
        #main-menu .navigation > li > a > .label {
          display: none; }
        #main-menu .navigation > li > a > .mm-text {
          display: none; }
    #main-menu .navigation > .mm-dropdown > a {
      padding-right: 14px; }
      #main-menu .navigation > .mm-dropdown > a:before {
        right: 7px; }
      .main-menu-right #main-menu .navigation > .mm-dropdown > a:before {
        content: "\f104";
        left: 7px;
        right: auto; }
    #main-menu .navigation > .mm-dropdown.open > ul {
      display: none; }
    #main-menu .navigation > .mm-dropdown.open > a:before {
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
    #main-menu .menu-content {
      display: none; }

  .mme #main-menu-bg {
    width: 240px; }
  .mme #main-menu {
    overflow: hidden;
    width: 240px; }
    .mme #main-menu .navigation > li {
      width: 240px; }
      .mme #main-menu .navigation > li > a {
        text-align: left; }
        .mme #main-menu .navigation > li > a:before {
          right: 14px; }
        .mme #main-menu .navigation > li > a > .menu-icon {
          margin-right: 5px; }
        .mme #main-menu .navigation > li > a > .badge,
        .mme #main-menu .navigation > li > a > .label {
          display: block; }
        .mme #main-menu .navigation > li > a > .mm-text {
          display: inline; }
    .mme #main-menu .navigation > .mm-dropdown > a {
      padding-right: 30px; }
    .mme #main-menu .navigation > .mm-dropdown.open > ul {
      display: block; }
    .mme #main-menu .navigation > .mm-dropdown.open > a:before {
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .mme #main-menu .menu-content {
      display: block; }

  .mme.main-menu-right #main-menu .navigation > .mm-dropdown > a:before {
    content: "\f105";
    left: auto;
    right: 14px; } }
@media (min-width: 768px) {
  .mme #main-menu,
  #main-menu,
  .mme #main-menu-bg,
  #main-menu-bg {
    overflow: hidden;
    width: 240px; }

  .mmc #main-menu,
  .mme.mmc #main-menu,
  .mmc #main-menu-bg,
  .mme.mmc #main-menu-bg {
    overflow: visible;
    width: 56px; }

  #main-menu ul.navigation > li {
    width: 240px; }
    #main-menu ul.navigation > li > a {
      text-align: left; }
      #main-menu ul.navigation > li > a > .menu-icon {
        margin-right: 5px; }
      #main-menu ul.navigation > li > a > .badge,
      #main-menu ul.navigation > li > a > .label {
        display: block; }
      #main-menu ul.navigation > li > a > .mm-text {
        display: inline; }
  #main-menu ul.navigation > .mm-dropdown > a {
    padding-right: 30px; }
    #main-menu ul.navigation > .mm-dropdown > a:before, .main-menu-right #main-menu ul.navigation > .mm-dropdown > a:before {
      content: "\f105";
      left: auto;
      right: 14px; }
  #main-menu ul.navigation > .mm-dropdown.open > ul {
    display: block; }
  #main-menu ul.navigation > .mm-dropdown.open > a:before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  #main-menu .menu-content {
    display: block; }

  .mmc #main-menu {
    overflow: visible; }
    .mmc #main-menu ul.navigation > li {
      width: auto; }
      .mmc #main-menu ul.navigation > li > a {
        text-align: center; }
        .mmc #main-menu ul.navigation > li > a > .menu-icon {
          margin: 0;
          text-align: center; }
        .mmc #main-menu ul.navigation > li > a > .badge,
        .mmc #main-menu ul.navigation > li > a > .label {
          display: none; }
        .mmc #main-menu ul.navigation > li > a > .mm-text {
          display: none; }
    .mmc #main-menu ul.navigation > .mm-dropdown > a {
      padding-right: 14px; }
      .mmc #main-menu ul.navigation > .mm-dropdown > a:before {
        right: 7px; }
    .mmc #main-menu ul.navigation > .mm-dropdown.open > ul {
      display: none; }
    .mmc #main-menu ul.navigation > .mm-dropdown.open > a:before {
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
    .mmc #main-menu .menu-content {
      display: none !important; }

  .mmc.main-menu-right #main-menu ul.navigation > .mm-dropdown > a:before {
    content: "\f104";
    left: 7px;
    right: auto; } }
.mme #main-navbar {
  position: fixed; }

#main-navbar .navbar-header {
  padding-left: 56px; }

.mme #main-navbar .navbar-inner,
.mme #content-wrapper {
  left: 80%; }

.mme #main-navbar .navbar-header {
  padding-left: 0; }

.mme #main-menu,
.mme #main-menu-bg {
  left: 0%; }

@media (min-width: 480px) {
  #main-wrapper {
    padding-left: 56px; }

  .mme #main-navbar {
    position: absolute; }

  .mme #content-wrapper {
    left: 184px; }
  .mme #main-navbar .navbar-inner {
    left: 240px;
    padding-left: 0; }
  .mme #main-navbar #main-menu-toggle {
    width: 240px; } }
@media (min-width: 768px) {
  .mme #main-wrapper,
  #main-wrapper {
    padding-left: 240px; }

  .mme #content-wrapper,
  .mmc.mme #content-wrapper {
    left: 0; }

  .mme #main-navbar .navbar-inner {
    left: 0; }

  .mmc #main-wrapper {
    padding-left: 56px; }

  #main-navbar .navbar-header {
    padding-left: 56px !important; } }
@media (min-width: 768px) {
  #main-navbar .navbar-header {
    width: 240px; } }
.main-menu-right #main-menu-bg {
  left: auto;
  right: -80%; }
.main-menu-right #main-menu {
  left: auto;
  right: -80%; }
  .main-menu-right #main-menu .mmc-dropdown-open-ul {
    left: auto;
    right: 100%; }
.main-menu-right #main-navbar .navbar-header {
  padding-left: 0; }
.main-menu-right #main-navbar .navbar-inner {
  left: auto;
  right: 0; }
.main-menu-right #main-navbar #main-menu-toggle {
  left: auto;
  right: 0; }
.main-menu-right #main-navbar .navbar-toggle {
  right: 56px; }
.main-menu-right #content-wrapper {
  left: auto;
  right: 0; }
.main-menu-right.mme #main-navbar .navbar-inner, .main-menu-right.mme #content-wrapper {
  left: auto;
  right: 80%; }
.main-menu-right.mme #main-menu, .main-menu-right.mme #main-menu-bg {
  left: auto;
  right: 0%; }
.main-menu-right.mme #main-navbar .navbar-toggle {
  right: 0; }

@media (min-width: 480px) {
  .main-menu-right #main-wrapper {
    padding-left: 0;
    padding-right: 56px; }
  .main-menu-right #main-menu,
  .main-menu-right #main-menu-bg {
    left: auto;
    right: 0; }
  .main-menu-right.mme #content-wrapper {
    left: auto;
    right: 184px; }
  .main-menu-right.mme #main-navbar .navbar-inner {
    left: auto;
    right: 240px; }
  .main-menu-right.mme #main-navbar #main-menu-toggle {
    width: 240px; } }
@media (min-width: 768px) {
  .main-menu-right.mme #main-wrapper,
  .main-menu-right #main-wrapper {
    padding-left: 0;
    padding-right: 240px; }
  .main-menu-right.mme #content-wrapper,
  .main-menu-right #content-wrapper {
    right: 0; }
  .main-menu-right #main-navbar .navbar-inner, .main-menu-right.mme #main-navbar .navbar-inner, .main-menu-right.mme.mmc #main-navbar .navbar-inner {
    right: 0;
    margin-right: 56px;
    width: auto; }
  .main-menu-right.mmc #main-wrapper, .main-menu-right.mme.mmc #main-wrapper {
    padding-right: 56px;
    padding-left: 0; }
  .main-menu-right #main-navbar .navbar-header {
    padding-left: 0 !important; } }
body.no-main-menu #main-menu,
body.no-main-menu #main-menu-bg {
  display: none !important; }
body.no-main-menu #main-menu-toggle {
  display: none !important; }
body.no-main-menu #main-wrapper {
  padding: 0 !important; }
body.no-main-menu #content-wrapper {
  left: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  right: 0 !important; }
body.no-main-menu #main-navbar .navbar-header {
  padding: 0 !important; }
body.no-main-menu #main-navbar .navbar-inner {
  left: 0 !important;
  margin: 0 !important;
  right: 0 !important; }

.navbar .label,
.navbar .badge,
.navbar .dropdown-menu > li > a > .label,
.navbar .dropdown-menu > li > a > .badge {
  font-size: 11px;
  padding: 0 4px;
  line-height: 16px;
  top: -1px;
  position: relative; }
.navbar .nav-icon-btn.dropdown > a:after {
  display: none !important; }
.navbar .dropdown-menu > li > a > .badge {
  line-height: 14px; }
.navbar .nav-icon-btn > a {
  width: auto; }
.navbar .nav-icon-btn > a .label,
.navbar .nav-icon-btn > a .badge {
  display: inline-block; }
.navbar .nav-icon-btn > a .small-screen-text {
  display: inline-block; }
.navbar .nav-icon-btn .label,
.navbar .nav-icon-btn .badge,
.navbar .dropdown-menu .label.pull-right,
.navbar .dropdown-menu .badge.pull-right {
  float: right;
  top: 13px; }
.navbar .nav-icon-btn.nav-icon-btn-success .label {
  background: #5ebd5e; }
.navbar .nav-icon-btn.nav-icon-btn-warning .label {
  background: #f4b04f; }
.navbar .nav-icon-btn.nav-icon-btn-danger .label {
  background: #e66454; }
.navbar .nav-icon-btn.nav-icon-btn-info .label {
  background: #5bc0de; }

@media (max-width: 768px) {
  .navbar .nav-icon-btn.dropdown > .dropdown-menu {
    display: none !important; } }
@media (min-width: 768px) {
  .navbar .dropdown-menu .label.pull-right,
  .navbar .dropdown-menu .badge.pull-right {
    top: 8px; }
  .navbar .dropdown-menu > li > a > .label,
  .navbar .dropdown-menu > li > a > .badge {
    font-size: 10px;
    line-height: 13px;
    top: 1px;
    padding-left: 4px !important;
    padding-right: 4px !important; }
  .navbar .dropdown-menu > li > a > .label {
    padding-top: 1px;
    padding-bottom: 1px; }
  .navbar .nav-icon-btn {
    font-size: 13px; }
    .navbar .nav-icon-btn > a {
      text-align: center;
      width: 46px; }
    .navbar .nav-icon-btn > a .nav-icon {
      display: inline-block;
      font-size: 12px;
      margin: 0 !important; }
    .navbar .nav-icon-btn > a .label,
    .navbar .nav-icon-btn > a .badge {
      font-size: 8px;
      padding: 0 2px;
      line-height: 10px;
      position: absolute;
      display: block;
      right: 10px; }
    .navbar .nav-icon-btn > a .small-screen-text {
      display: none; } }
.btn {
  text-shadow: none;
  line-height: 15px;
  font-weight: 400;
  padding: 7px 12px;
  outline: none !important; }
  .btn, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn > .fa-caret-down {
    font-size: 12px; }

.btn-lg, .btn-group-lg > .btn {
  font-size: 15px;
  line-height: 19px;
  padding: 9px 18px; }

.btn-sm, .btn-group-sm > .btn {
  font-size: 12px;
  line-height: 15px;
  padding: 4px 9px; }
  .btn-sm > .fa-caret-down, .btn-group-sm > .btn > .fa-caret-down {
    font-size: 10px; }

.btn-xs, .btn-group-xs > .btn {
  font-size: 11px;
  line-height: 12px;
  padding: 4px 7px; }
  .btn-xs > .fa-caret-down, .btn-group-xs > .btn > .fa-caret-down {
    font-size: 10px; }

.btn.btn-flat {
  border-bottom-width: 3px; }
  .btn.btn-flat:focus {
    border-bottom-width: 3px; }
  .btn.btn-flat:active {
    border-bottom-width: 1px !important;
    margin-top: 2px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-flat.btn-lg, .btn-group-lg > .btn.btn-flat {
    border-bottom-width: 3px; }
    .btn.btn-flat.btn-lg:active, .btn-group-lg > .btn.btn-flat:active {
      margin-top: 2px; }
  .btn.btn-flat.btn-xs, .btn-group-xs > .btn.btn-flat {
    border-bottom-width: 2px; }
    .btn.btn-flat.btn-xs:active, .btn-group-xs > .btn.btn-flat:active {
      margin-top: 1px; }

.btn.btn-outline,
.btn.btn-outline.btn-flat,
.btn.btn-outline.btn-primary,
.btn.btn-outline.btn-flat.btn-primary {
  background: none;
  color: #555;
  background: url("../images/pixel-admin/blank.png") \9; }
  .btn.btn-outline, .btn.btn-outline:focus, .btn-group > .btn.btn-outline, .btn-group > .btn.btn-outline:focus, .input-group-btn > .btn.btn-outline, .input-group-btn > .btn.btn-outline:focus,
  .btn.btn-outline.btn-flat,
  .btn.btn-outline.btn-flat:focus, .btn-group >
  .btn.btn-outline.btn-flat, .btn-group >
  .btn.btn-outline.btn-flat:focus, .input-group-btn >
  .btn.btn-outline.btn-flat, .input-group-btn >
  .btn.btn-outline.btn-flat:focus,
  .btn.btn-outline.btn-primary,
  .btn.btn-outline.btn-primary:focus, .btn-group >
  .btn.btn-outline.btn-primary, .btn-group >
  .btn.btn-outline.btn-primary:focus, .input-group-btn >
  .btn.btn-outline.btn-primary, .input-group-btn >
  .btn.btn-outline.btn-primary:focus,
  .btn.btn-outline.btn-flat.btn-primary,
  .btn.btn-outline.btn-flat.btn-primary:focus, .btn-group >
  .btn.btn-outline.btn-flat.btn-primary, .btn-group >
  .btn.btn-outline.btn-flat.btn-primary:focus, .input-group-btn >
  .btn.btn-outline.btn-flat.btn-primary, .input-group-btn >
  .btn.btn-outline.btn-flat.btn-primary:focus {
    background: none;
    border-color: #e0e0e0;
    border-color: rgba(0, 0, 0, 0.12);
    background: url("../images/pixel-admin/blank.png") \9; }

.btn.btn-outline.dark,
.btn.btn-outline.dark.btn-primary {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  background: url("../images/pixel-admin/blank.png") \9; }
  .btn.btn-outline.dark, .btn.btn-outline.dark:focus,
  .btn.btn-outline.dark.btn-primary,
  .btn.btn-outline.dark.btn-primary:focus {
    border-color: #595959;
    border-color: rgba(255, 255, 255, 0.12); }
  .btn.btn-outline.dark:hover, .btn.btn-outline.dark:active,
  .btn.btn-outline.dark.btn-primary:hover,
  .btn.btn-outline.dark.btn-primary:active {
    border-color: transparent !important; }

.btn.btn-rounded {
  border-radius: 9999px; }

.btn-rounded.btn-flat {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent; }
  .btn-rounded.btn-flat, .btn-rounded.btn-flat:hover, .btn-rounded.btn-flat:focus {
    border-bottom-width: 2px; }
  .btn-rounded.btn-flat.btn-lg, .btn-group-lg > .btn-rounded.btn-flat.btn, .btn-rounded.btn-flat.btn-lg:hover, .btn-group-lg > .btn-rounded.btn-flat.btn:hover, .btn-rounded.btn-flat.btn-lg:focus, .btn-group-lg > .btn-rounded.btn-flat.btn:focus {
    border-bottom-width: 3px; }
  .btn-rounded.btn-flat:active {
    margin-top: 1px; }
  .btn-rounded.btn-flat.btn:hover, .btn-rounded.btn-flat.btn-outline.btn:hover, .btn-rounded.btn-flat.btn:focus {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent; }
  .btn-rounded.btn-flat.btn-outline:focus {
    border-color: #e0e0e0;
    border-color: rgba(0, 0, 0, 0.12); }
  .btn-rounded.btn-flat.btn-outline.dark:focus {
    border-color: #595959;
    border-color: rgba(255, 255, 255, 0.12); }

.btn, .btn-default {
  color: #555; }
  .btn, .btn:focus, .btn-default, .btn-default:focus {
    border-color: #dddddd;
    border-bottom-color: #cecece;
    background: #f4f4f4;
    background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 0%, #eaeaea 100%);
    background-repeat: repeat-x; }
  .btn:hover, .btn-default:hover {
    color: #555;
    border-color: #d5d5d5;
    border-bottom-color: #bcbcbc;
    background: #eaeaea !important;
    background-image: -webkit-linear-gradient(top, #efefef 0%, #e5e5e5 100%) !important;
    background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%) !important;
    background-repeat: repeat-x; }
  .btn:active, .btn.active, .open .btn.dropdown-toggle, .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
    background: none;
    background: #ebebeb !important;
    border-color: #c6c6c6;
    border-bottom-color: #c6c6c6 !important;
    color: #555;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .btn.btn-flat, .btn-default.btn-flat {
    background: #ececec; }
    .btn.btn-flat:hover, .btn.btn-flat:active, .btn.btn-flat.active, .open .btn.btn-flat.dropdown-toggle, .btn-default.btn-flat:hover, .btn-default.btn-flat:active, .btn-default.btn-flat.active, .open .btn-default.btn-flat.dropdown-toggle {
      background: #ececec !important;
      color: #555; }
  .btn.btn-outline:hover, .btn.btn-outline.btn-flat:hover, .btn-default.btn-outline:hover, .btn-default.btn-outline.btn-flat:hover {
    color: #555;
    border-color: #d5d5d5;
    border-bottom-color: #bcbcbc; }
  .btn.btn-outline:active, .btn.btn-outline.btn-flat:active, .btn-default.btn-outline:active, .btn-default.btn-outline.btn-flat:active {
    border-color: #c6c6c6; }
  .btn-group .btn, .btn-group .btn:focus, .input-group-btn .btn, .input-group-btn .btn:focus, .btn-group .btn-default, .btn-group .btn-default:focus, .input-group-btn .btn-default, .input-group-btn .btn-default:focus {
    border-left-color: #d5d5d5;
    border-right-color: #d5d5d5; }
  .btn-group .btn:hover, .btn-group.open .btn.dropdown-toggle, .input-group-btn .btn:hover, .input-group-btn.open .btn.dropdown-toggle, .btn-group .btn-default:hover, .btn-group.open .btn-default.dropdown-toggle, .input-group-btn .btn-default:hover, .input-group-btn.open .btn-default.dropdown-toggle {
    border-color: #d5d5d5;
    border-bottom-color: #bcbcbc; }
  .btn-group .btn:active, .btn-group .btn.active, .input-group-btn .btn:active, .input-group-btn .btn.active, .btn-group .btn-default:active, .btn-group .btn-default.active, .input-group-btn .btn-default:active, .input-group-btn .btn-default.active {
    border-left-color: #c6c6c6;
    border-right-color: #c6c6c6; }

.btn-info {
  color: #fff; }
  .btn-info, .btn-info:focus {
    border-color: #46b8da;
    border-bottom-color: #2caed5;
    background: #5bc0de;
    background-image: -webkit-linear-gradient(top, #5fc2df 0%, #46b8da 100%);
    background-image: linear-gradient(to bottom, #5fc2df 0%, #46b8da 100%);
    background-repeat: repeat-x; }
  .btn-info:hover {
    color: #fff;
    border-color: #39b3d7;
    border-bottom-color: #2596b8;
    background: #46b8da !important;
    background-image: -webkit-linear-gradient(top, #53bddc 0%, #39b3d7 100%) !important;
    background-image: linear-gradient(to bottom, #53bddc 0%, #39b3d7 100%) !important;
    background-repeat: repeat-x; }
  .btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
    background: none;
    background: #4ab9db !important;
    border-color: #28a4c9;
    border-bottom-color: #28a4c9 !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .btn-info.btn-flat {
    background: #4ebbdb; }
    .btn-info.btn-flat:hover, .btn-info.btn-flat:active, .btn-info.btn-flat.active, .open .btn-info.btn-flat.dropdown-toggle {
      background: #4ebbdb !important;
      color: #fff; }
  .btn-info.btn-outline:hover, .btn-info.btn-outline.btn-flat:hover {
    color: #fff;
    border-color: #39b3d7;
    border-bottom-color: #2596b8; }
  .btn-info.btn-outline:active, .btn-info.btn-outline.btn-flat:active {
    border-color: #28a4c9; }
  .btn-group .btn-info, .btn-group .btn-info:focus, .input-group-btn .btn-info, .input-group-btn .btn-info:focus {
    border-left-color: #39b3d7;
    border-right-color: #39b3d7; }
  .btn-group .btn-info:hover, .btn-group.open .btn-info.dropdown-toggle, .input-group-btn .btn-info:hover, .input-group-btn.open .btn-info.dropdown-toggle {
    border-color: #39b3d7;
    border-bottom-color: #2596b8; }
  .btn-group .btn-info:active, .btn-group .btn-info.active, .input-group-btn .btn-info:active, .input-group-btn .btn-info.active {
    border-left-color: #28a4c9;
    border-right-color: #28a4c9; }

.btn-success, .gldp-flatwhite .full {
  color: #fff; }
  .btn-success, .gldp-flatwhite .full, .btn-success:focus, .gldp-flatwhite .full:focus {
    border-color: #4cb64c;
    border-bottom-color: #42a142;
    background: #5ebd5e;
    background-image: -webkit-linear-gradient(top, #62be62 0%, #4cb64c 100%);
    background-image: linear-gradient(to bottom, #62be62 0%, #4cb64c 100%);
    background-repeat: repeat-x; }
  .btn-success:hover, .gldp-flatwhite .full:hover {
    color: #fff;
    border-color: #46ac46;
    border-bottom-color: #388838;
    background: #4cb64c !important;
    background-image: -webkit-linear-gradient(top, #57ba57 0%, #46ac46 100%) !important;
    background-image: linear-gradient(to bottom, #57ba57 0%, #46ac46 100%) !important;
    background-repeat: repeat-x; }
  .btn-success:active, .gldp-flatwhite .full:active, .btn-success.active, .gldp-flatwhite .active.full, .open .btn-success.dropdown-toggle, .open .gldp-flatwhite .dropdown-toggle.full, .gldp-flatwhite .open .dropdown-toggle.full {
    background: none;
    background: #50b750 !important;
    border-color: #3e963e;
    border-bottom-color: #3e963e !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .btn-success.btn-flat, .gldp-flatwhite .btn-flat.full {
    background: #53b953; }
    .btn-success.btn-flat:hover, .gldp-flatwhite .btn-flat.full:hover, .btn-success.btn-flat:active, .gldp-flatwhite .btn-flat.full:active, .btn-success.btn-flat.active, .gldp-flatwhite .btn-flat.active.full, .open .btn-success.btn-flat.dropdown-toggle, .open .gldp-flatwhite .btn-flat.dropdown-toggle.full, .gldp-flatwhite .open .btn-flat.dropdown-toggle.full {
      background: #53b953 !important;
      color: #fff; }
  .btn-success.btn-outline:hover, .gldp-flatwhite .btn-outline.full:hover, .btn-success.btn-outline.btn-flat:hover, .gldp-flatwhite .btn-outline.btn-flat.full:hover {
    color: #fff;
    border-color: #46ac46;
    border-bottom-color: #388838; }
  .btn-success.btn-outline:active, .gldp-flatwhite .btn-outline.full:active, .btn-success.btn-outline.btn-flat:active, .gldp-flatwhite .btn-outline.btn-flat.full:active {
    border-color: #3e963e; }
  .btn-group .btn-success, .btn-group .gldp-flatwhite .full, .gldp-flatwhite .btn-group .full, .btn-group .btn-success:focus, .btn-group .gldp-flatwhite .full:focus, .gldp-flatwhite .btn-group .full:focus, .input-group-btn .btn-success, .input-group-btn .gldp-flatwhite .full, .gldp-flatwhite .input-group-btn .full, .input-group-btn .btn-success:focus, .input-group-btn .gldp-flatwhite .full:focus, .gldp-flatwhite .input-group-btn .full:focus {
    border-left-color: #46ac46;
    border-right-color: #46ac46; }
  .btn-group .btn-success:hover, .btn-group .gldp-flatwhite .full:hover, .gldp-flatwhite .btn-group .full:hover, .btn-group.open .btn-success.dropdown-toggle, .btn-group.open .gldp-flatwhite .dropdown-toggle.full, .gldp-flatwhite .btn-group.open .dropdown-toggle.full, .input-group-btn .btn-success:hover, .input-group-btn .gldp-flatwhite .full:hover, .gldp-flatwhite .input-group-btn .full:hover, .input-group-btn.open .btn-success.dropdown-toggle, .input-group-btn.open .gldp-flatwhite .dropdown-toggle.full, .gldp-flatwhite .input-group-btn.open .dropdown-toggle.full {
    border-color: #46ac46;
    border-bottom-color: #388838; }
  .btn-group .btn-success:active, .btn-group .gldp-flatwhite .full:active, .gldp-flatwhite .btn-group .full:active, .btn-group .btn-success.active, .btn-group .gldp-flatwhite .active.full, .gldp-flatwhite .btn-group .active.full, .input-group-btn .btn-success:active, .input-group-btn .gldp-flatwhite .full:active, .gldp-flatwhite .input-group-btn .full:active, .input-group-btn .btn-success.active, .input-group-btn .gldp-flatwhite .active.full, .gldp-flatwhite .input-group-btn .active.full {
    border-left-color: #3e963e;
    border-right-color: #3e963e; }

.btn-warning, .gldp-flatwhite .some {
  color: #fff; }
  .btn-warning, .gldp-flatwhite .some, .btn-warning:focus, .gldp-flatwhite .some:focus {
    border-color: #f19a1f;
    border-bottom-color: #e38b0e;
    background: #f4b04f;
    background-image: -webkit-linear-gradient(top, #f4b254 0%, #f3a537 100%);
    background-image: linear-gradient(to bottom, #f4b254 0%, #f3a537 100%);
    background-repeat: repeat-x; }
  .btn-warning:hover, .gldp-flatwhite .some:hover {
    color: #fff;
    border-color: #f09411;
    border-bottom-color: #c2770c;
    background: #f3a537 !important;
    background-image: -webkit-linear-gradient(top, #f3ac45 0%, #f29f29 100%) !important;
    background-image: linear-gradient(to bottom, #f3ac45 0%, #f29f29 100%) !important;
    background-repeat: repeat-x; }
  .btn-warning:active, .gldp-flatwhite .some:active, .btn-warning.active, .gldp-flatwhite .active.some, .open .btn-warning.dropdown-toggle, .open .gldp-flatwhite .dropdown-toggle.some, .gldp-flatwhite .open .dropdown-toggle.some {
    background: none;
    background: #f3a73c !important;
    border-color: #d5830d;
    border-bottom-color: #d5830d !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .btn-warning.btn-flat, .gldp-flatwhite .btn-flat.some {
    background: #f3aa41; }
    .btn-warning.btn-flat:hover, .gldp-flatwhite .btn-flat.some:hover, .btn-warning.btn-flat:active, .gldp-flatwhite .btn-flat.some:active, .btn-warning.btn-flat.active, .gldp-flatwhite .btn-flat.active.some, .open .btn-warning.btn-flat.dropdown-toggle, .open .gldp-flatwhite .btn-flat.dropdown-toggle.some, .gldp-flatwhite .open .btn-flat.dropdown-toggle.some {
      background: #f3aa41 !important;
      color: #fff; }
  .btn-warning.btn-outline:hover, .gldp-flatwhite .btn-outline.some:hover, .btn-warning.btn-outline.btn-flat:hover, .gldp-flatwhite .btn-outline.btn-flat.some:hover {
    color: #fff;
    border-color: #f09411;
    border-bottom-color: #c2770c; }
  .btn-warning.btn-outline:active, .gldp-flatwhite .btn-outline.some:active, .btn-warning.btn-outline.btn-flat:active, .gldp-flatwhite .btn-outline.btn-flat.some:active {
    border-color: #d5830d; }
  .btn-group .btn-warning, .btn-group .gldp-flatwhite .some, .gldp-flatwhite .btn-group .some, .btn-group .btn-warning:focus, .btn-group .gldp-flatwhite .some:focus, .gldp-flatwhite .btn-group .some:focus, .input-group-btn .btn-warning, .input-group-btn .gldp-flatwhite .some, .gldp-flatwhite .input-group-btn .some, .input-group-btn .btn-warning:focus, .input-group-btn .gldp-flatwhite .some:focus, .gldp-flatwhite .input-group-btn .some:focus {
    border-left-color: #f09411;
    border-right-color: #f09411; }
  .btn-group .btn-warning:hover, .btn-group .gldp-flatwhite .some:hover, .gldp-flatwhite .btn-group .some:hover, .btn-group.open .btn-warning.dropdown-toggle, .btn-group.open .gldp-flatwhite .dropdown-toggle.some, .gldp-flatwhite .btn-group.open .dropdown-toggle.some, .input-group-btn .btn-warning:hover, .input-group-btn .gldp-flatwhite .some:hover, .gldp-flatwhite .input-group-btn .some:hover, .input-group-btn.open .btn-warning.dropdown-toggle, .input-group-btn.open .gldp-flatwhite .dropdown-toggle.some, .gldp-flatwhite .input-group-btn.open .dropdown-toggle.some {
    border-color: #f09411;
    border-bottom-color: #c2770c; }
  .btn-group .btn-warning:active, .btn-group .gldp-flatwhite .some:active, .gldp-flatwhite .btn-group .some:active, .btn-group .btn-warning.active, .btn-group .gldp-flatwhite .active.some, .gldp-flatwhite .btn-group .active.some, .input-group-btn .btn-warning:active, .input-group-btn .gldp-flatwhite .some:active, .gldp-flatwhite .input-group-btn .some:active, .input-group-btn .btn-warning.active, .input-group-btn .gldp-flatwhite .active.some, .gldp-flatwhite .input-group-btn .active.some {
    border-left-color: #d5830d;
    border-right-color: #d5830d; }

.btn-danger, .gldp-flatwhite .empty {
  color: #fff; }
  .btn-danger, .gldp-flatwhite .empty, .btn-danger:focus, .gldp-flatwhite .empty:focus {
    border-color: #e3503e;
    border-bottom-color: #df3823;
    background: #e66454;
    background-image: -webkit-linear-gradient(top, #e76858 0%, #e3503e 100%);
    background-image: linear-gradient(to bottom, #e76858 0%, #e3503e 100%);
    background-repeat: repeat-x; }
  .btn-danger:hover, .gldp-flatwhite .empty:hover {
    color: #fff;
    border-color: #e14430;
    border-bottom-color: #c22e1c;
    background: #e3503e !important;
    background-image: -webkit-linear-gradient(top, #e55c4b 0%, #e14430 100%) !important;
    background-image: linear-gradient(to bottom, #e55c4b 0%, #e14430 100%) !important;
    background-repeat: repeat-x; }
  .btn-danger:active, .gldp-flatwhite .empty:active, .btn-danger.active, .gldp-flatwhite .active.empty, .open .btn-danger.dropdown-toggle, .open .gldp-flatwhite .dropdown-toggle.empty, .gldp-flatwhite .open .dropdown-toggle.empty {
    background: none;
    background: #e35442 !important;
    border-color: #d4331f;
    border-bottom-color: #d4331f !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .btn-danger.btn-flat, .gldp-flatwhite .btn-flat.empty {
    background: #e45847; }
    .btn-danger.btn-flat:hover, .gldp-flatwhite .btn-flat.empty:hover, .btn-danger.btn-flat:active, .gldp-flatwhite .btn-flat.empty:active, .btn-danger.btn-flat.active, .gldp-flatwhite .btn-flat.active.empty, .open .btn-danger.btn-flat.dropdown-toggle, .open .gldp-flatwhite .btn-flat.dropdown-toggle.empty, .gldp-flatwhite .open .btn-flat.dropdown-toggle.empty {
      background: #e45847 !important;
      color: #fff; }
  .btn-danger.btn-outline:hover, .gldp-flatwhite .btn-outline.empty:hover, .btn-danger.btn-outline.btn-flat:hover, .gldp-flatwhite .btn-outline.btn-flat.empty:hover {
    color: #fff;
    border-color: #e14430;
    border-bottom-color: #c22e1c; }
  .btn-danger.btn-outline:active, .gldp-flatwhite .btn-outline.empty:active, .btn-danger.btn-outline.btn-flat:active, .gldp-flatwhite .btn-outline.btn-flat.empty:active {
    border-color: #d4331f; }
  .btn-group .btn-danger, .btn-group .gldp-flatwhite .empty, .gldp-flatwhite .btn-group .empty, .btn-group .btn-danger:focus, .btn-group .gldp-flatwhite .empty:focus, .gldp-flatwhite .btn-group .empty:focus, .input-group-btn .btn-danger, .input-group-btn .gldp-flatwhite .empty, .gldp-flatwhite .input-group-btn .empty, .input-group-btn .btn-danger:focus, .input-group-btn .gldp-flatwhite .empty:focus, .gldp-flatwhite .input-group-btn .empty:focus {
    border-left-color: #e14430;
    border-right-color: #e14430; }
  .btn-group .btn-danger:hover, .btn-group .gldp-flatwhite .empty:hover, .gldp-flatwhite .btn-group .empty:hover, .btn-group.open .btn-danger.dropdown-toggle, .btn-group.open .gldp-flatwhite .dropdown-toggle.empty, .gldp-flatwhite .btn-group.open .dropdown-toggle.empty, .input-group-btn .btn-danger:hover, .input-group-btn .gldp-flatwhite .empty:hover, .gldp-flatwhite .input-group-btn .empty:hover, .input-group-btn.open .btn-danger.dropdown-toggle, .input-group-btn.open .gldp-flatwhite .dropdown-toggle.empty, .gldp-flatwhite .input-group-btn.open .dropdown-toggle.empty {
    border-color: #e14430;
    border-bottom-color: #c22e1c; }
  .btn-group .btn-danger:active, .btn-group .gldp-flatwhite .empty:active, .gldp-flatwhite .btn-group .empty:active, .btn-group .btn-danger.active, .btn-group .gldp-flatwhite .active.empty, .gldp-flatwhite .btn-group .active.empty, .input-group-btn .btn-danger:active, .input-group-btn .gldp-flatwhite .empty:active, .gldp-flatwhite .input-group-btn .empty:active, .input-group-btn .btn-danger.active, .input-group-btn .gldp-flatwhite .active.empty, .gldp-flatwhite .input-group-btn .active.empty {
    border-left-color: #d4331f;
    border-right-color: #d4331f; }

.btn.btn-outline.disabled,
.btn.btn-outline[disabled] {
  background: none !important;
  color: #555 !important; }
  .btn.btn-outline.disabled, .btn.btn-outline.disabled:active, .btn.btn-outline.disabled.active, .btn.btn-outline.disabled:hover, .btn.btn-outline.disabled:visited, .btn.btn-outline.disabled:link, .btn.btn-outline.disabled:focus,
  .btn.btn-outline[disabled],
  .btn.btn-outline[disabled]:active,
  .btn.btn-outline[disabled].active,
  .btn.btn-outline[disabled]:hover,
  .btn.btn-outline[disabled]:visited,
  .btn.btn-outline[disabled]:link,
  .btn.btn-outline[disabled]:focus {
    background: none !important;
    border-color: #e0e0e0 !important;
    border-color: rgba(0, 0, 0, 0.12) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: url("../images/pixel-admin/blank.png") \9; }

.btn.btn-flat.disabled:active,
.btn.btn-flat[disabled]:active {
  margin-top: 0 !important;
  border-bottom-width: 3px !important; }

.btn.btn-flat.btn-rounded.disabled:active,
.btn.btn-flat.btn-rounded[disabled]:active {
  border-bottom-width: 2px !important; }

.btn.btn-labeled {
  position: relative; }
  .btn.btn-labeled .btn-label {
    display: block;
    float: left;
    margin: -8px 12px -8px -13px;
    padding: 8px 10px;
    position: relative;
    background: rgba(0, 0, 0, 0.06);
    line-height: 15px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px; }
  .btn.btn-labeled .btn-label.icon {
    font-size: 14px; }
  .btn.btn-labeled.btn-lg .btn-label, .btn-group-lg > .btn.btn-labeled .btn-label {
    margin: -10px 18px -10px -19px;
    padding: 10px 13px;
    line-height: 19px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .btn.btn-labeled.btn-lg .btn-label.icon, .btn-group-lg > .btn.btn-labeled .btn-label.icon {
    font-size: 15px; }
  .btn.btn-labeled.btn-sm .btn-label, .btn-group-sm > .btn.btn-labeled .btn-label {
    margin: -5px 9px -5px -10px;
    padding: 5px 7px;
    line-height: 15px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px; }
  .btn.btn-labeled.btn-sm .btn-label.icon, .btn-group-sm > .btn.btn-labeled .btn-label.icon {
    font-size: 11px; }
  .btn.btn-labeled.btn-xs .btn-label, .btn-group-xs > .btn.btn-labeled .btn-label {
    margin: -5px 9px -5px -8px;
    padding: 5px 6px;
    line-height: 12px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px; }
  .btn.btn-labeled.btn-xs .btn-label.icon, .btn-group-xs > .btn.btn-labeled .btn-label.icon {
    font-size: 11px; }

.btn.btn-rounded.btn-labeled .btn-label,
.btn.btn-lg.btn-rounded.btn-labeled .btn-label,
.btn-group-lg > .btn.btn-rounded.btn-labeled .btn-label,
.btn.btn-sm.btn-rounded.btn-labeled .btn-label,
.btn-group-sm > .btn.btn-rounded.btn-labeled .btn-label,
.btn.btn-xs.btn-rounded.btn-labeled .btn-label,
.btn-group-xs > .btn.btn-rounded.btn-labeled .btn-label {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px; }

@-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 {
  background-color: rgba(0, 0, 0, 0.06);
  height: 13px; }

.progress-bar {
  background: none;
  border: 1px solid;
  -webkit-box-shadow: none;
  box-shadow: none; }

.progress .progress-bar.progress-bar-info {
  background: #5bc0de;
  border-color: #42b6d9; }

.progress.progress-striped .progress-bar.progress-bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }

.progress .progress-bar.progress-bar-success {
  background: #5ebd5e;
  border-color: #49b349; }

.progress.progress-striped .progress-bar.progress-bar-success {
  background-color: #5ebd5e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }

.progress .progress-bar.progress-bar-warning {
  background: #f4b04f;
  border-color: #f2a332; }

.progress.progress-striped .progress-bar.progress-bar-warning {
  background-color: #f4b04f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }

.progress .progress-bar.progress-bar-danger {
  background: #e66454;
  border-color: #e24c39; }

.progress.progress-striped .progress-bar.progress-bar-danger {
  background-color: #e66454;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }

.label {
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  padding: 0 6px;
  display: inline-block;
  font-weight: 600; }
  .label.pull-right {
    margin: 0; }

h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
  font-size: 75%;
  padding: .2em .5em; }

.label.label-tag {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  margin-left: 12px;
  padding: 0 5px;
  position: relative;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
  .label.label-tag:before {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 12px 10px 0;
    border-color: transparent #b0b0b0 transparent transparent;
    -webkit-transform: rotate(360deg);
    margin-left: -17px;
    top: -1px; }
  .label.label-tag:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 99px;
    margin: -12px 0 0 -10px; }

.ie8 .label.label-tag:after {
  display: none !important; }

.label {
  background: #b0b0b0; }
  .label[href]:hover, .label[href]:focus {
    background-color: #979797; }
  .label.label-tag {
    border: 1px solid #b0b0b0; }
    .label.label-tag:before {
      border-color: transparent #b0b0b0 transparent transparent; }
    .label.label-tag[href]:hover, .label.label-tag[href]:focus {
      border-color: #979797; }
    .label.label-tag[href]:hover:before, .label.label-tag[href]:focus:before {
      border-color: transparent #979797 transparent transparent; }
    .right-to-left .label.label-tag:before {
      border-color: transparent transparent transparent #b0b0b0; }
    .right-to-left .label.label-tag[href]:hover:before, .right-to-left .label.label-tag[href]:focus:before {
      border-color: transparent transparent transparent #979797; }
    .ie8 .right-to-left .label.label-tag:before, .ie9 .right-to-left .label.label-tag:before {
      border-color: transparent #b0b0b0 transparent transparent; }
    .ie8 .right-to-left .label.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-tag[href]:focus:before {
      border-color: transparent #979797 transparent transparent; }

.label.label-success {
  background: #5ebd5e; }
  .label.label-success[href]:hover, .label.label-success[href]:focus {
    background-color: #43a543; }
  .label.label-success.label-tag {
    border: 1px solid #5ebd5e; }
    .label.label-success.label-tag:before {
      border-color: transparent #5ebd5e transparent transparent; }
    .label.label-success.label-tag[href]:hover, .label.label-success.label-tag[href]:focus {
      border-color: #43a543; }
    .label.label-success.label-tag[href]:hover:before, .label.label-success.label-tag[href]:focus:before {
      border-color: transparent #43a543 transparent transparent; }
    .right-to-left .label.label-success.label-tag:before {
      border-color: transparent transparent transparent #5ebd5e; }
    .right-to-left .label.label-success.label-tag[href]:hover:before, .right-to-left .label.label-success.label-tag[href]:focus:before {
      border-color: transparent transparent transparent #43a543; }
    .ie8 .right-to-left .label.label-success.label-tag:before, .ie9 .right-to-left .label.label-success.label-tag:before {
      border-color: transparent #5ebd5e transparent transparent; }
    .ie8 .right-to-left .label.label-success.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-success.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-success.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-success.label-tag[href]:focus:before {
      border-color: transparent #43a543 transparent transparent; }

.label.label-warning {
  background: #f4b04f; }
  .label.label-warning[href]:hover, .label.label-warning[href]:focus {
    background-color: #f19a1f; }
  .label.label-warning.label-tag {
    border: 1px solid #f4b04f; }
    .label.label-warning.label-tag:before {
      border-color: transparent #f4b04f transparent transparent; }
    .label.label-warning.label-tag[href]:hover, .label.label-warning.label-tag[href]:focus {
      border-color: #f19a1f; }
    .label.label-warning.label-tag[href]:hover:before, .label.label-warning.label-tag[href]:focus:before {
      border-color: transparent #f19a1f transparent transparent; }
    .right-to-left .label.label-warning.label-tag:before {
      border-color: transparent transparent transparent #f4b04f; }
    .right-to-left .label.label-warning.label-tag[href]:hover:before, .right-to-left .label.label-warning.label-tag[href]:focus:before {
      border-color: transparent transparent transparent #f19a1f; }
    .ie8 .right-to-left .label.label-warning.label-tag:before, .ie9 .right-to-left .label.label-warning.label-tag:before {
      border-color: transparent #f4b04f transparent transparent; }
    .ie8 .right-to-left .label.label-warning.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-warning.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-warning.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-warning.label-tag[href]:focus:before {
      border-color: transparent #f19a1f transparent transparent; }

.label.label-danger {
  background: #e66454; }
  .label.label-danger[href]:hover, .label.label-danger[href]:focus {
    background-color: #df3c28; }
  .label.label-danger.label-tag {
    border: 1px solid #e66454; }
    .label.label-danger.label-tag:before {
      border-color: transparent #e66454 transparent transparent; }
    .label.label-danger.label-tag[href]:hover, .label.label-danger.label-tag[href]:focus {
      border-color: #df3c28; }
    .label.label-danger.label-tag[href]:hover:before, .label.label-danger.label-tag[href]:focus:before {
      border-color: transparent #df3c28 transparent transparent; }
    .right-to-left .label.label-danger.label-tag:before {
      border-color: transparent transparent transparent #e66454; }
    .right-to-left .label.label-danger.label-tag[href]:hover:before, .right-to-left .label.label-danger.label-tag[href]:focus:before {
      border-color: transparent transparent transparent #df3c28; }
    .ie8 .right-to-left .label.label-danger.label-tag:before, .ie9 .right-to-left .label.label-danger.label-tag:before {
      border-color: transparent #e66454 transparent transparent; }
    .ie8 .right-to-left .label.label-danger.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-danger.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-danger.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-danger.label-tag[href]:focus:before {
      border-color: transparent #df3c28 transparent transparent; }

.label.label-info {
  background: #5bc0de; }
  .label.label-info[href]:hover, .label.label-info[href]:focus {
    background-color: #31b0d5; }
  .label.label-info.label-tag {
    border: 1px solid #5bc0de; }
    .label.label-info.label-tag:before {
      border-color: transparent #5bc0de transparent transparent; }
    .label.label-info.label-tag[href]:hover, .label.label-info.label-tag[href]:focus {
      border-color: #31b0d5; }
    .label.label-info.label-tag[href]:hover:before, .label.label-info.label-tag[href]:focus:before {
      border-color: transparent #31b0d5 transparent transparent; }
    .right-to-left .label.label-info.label-tag:before {
      border-color: transparent transparent transparent #5bc0de; }
    .right-to-left .label.label-info.label-tag[href]:hover:before, .right-to-left .label.label-info.label-tag[href]:focus:before {
      border-color: transparent transparent transparent #31b0d5; }
    .ie8 .right-to-left .label.label-info.label-tag:before, .ie9 .right-to-left .label.label-info.label-tag:before {
      border-color: transparent #5bc0de transparent transparent; }
    .ie8 .right-to-left .label.label-info.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-info.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-info.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-info.label-tag[href]:focus:before {
      border-color: transparent #31b0d5 transparent transparent; }

.badge {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  padding: 0 8px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }
  .badge.pull-right {
    margin: 0; }

.badge {
  background: #b0b0b0;
  border: 1px solid #b0b0b0; }
  .badge[href]:hover, .badge[href]:focus {
    background-color: #979797;
    border-color: #979797; }

.badge.badge-success {
  background: #5ebd5e;
  border: 1px solid #5ebd5e; }
  .badge.badge-success[href]:hover, .badge.badge-success[href]:focus {
    background-color: #43a543;
    border-color: #43a543; }

.badge.badge-warning {
  background: #f4b04f;
  border: 1px solid #f4b04f; }
  .badge.badge-warning[href]:hover, .badge.badge-warning[href]:focus {
    background-color: #f19a1f;
    border-color: #f19a1f; }

.badge.badge-danger {
  background: #e66454;
  border: 1px solid #e66454; }
  .badge.badge-danger[href]:hover, .badge.badge-danger[href]:focus {
    background-color: #df3c28;
    border-color: #df3c28; }

.badge.badge-info {
  background: #5bc0de;
  border: 1px solid #5bc0de; }
  .badge.badge-info[href]:hover, .badge.badge-info[href]:focus {
    background-color: #31b0d5;
    border-color: #31b0d5; }

.breadcrumb {
  background: none;
  margin-bottom: 18px;
  position: relative; }
  .breadcrumb li + li:before {
    color: #ccc;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 7px;
    display: inline-block;
    line-height: 8px;
    top: -1px;
    left: -1px;
    position: relative;
    padding: 0;
    height: 8px;
    width: 15px;
    text-align: center; }
  .breadcrumb li,
  .breadcrumb li a {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    height: 18px; }
    .breadcrumb li:hover,
    .breadcrumb li a:hover {
      color: #555; }
  .breadcrumb li.active {
    padding-left: 16px;
    position: relative; }
    .breadcrumb li.active:before {
      position: absolute;
      top: 50%;
      margin-top: -3px;
      left: 0; }
  .breadcrumb li.active,
  .breadcrumb li.active a {
    color: #555;
    text-decoration: none; }
  .breadcrumb.breadcrumb-dark > li + li:before {
    color: #fff;
    color: rgba(255, 255, 255, 0.4); }
  .breadcrumb.breadcrumb-dark li,
  .breadcrumb.breadcrumb-dark li a {
    color: #fff;
    color: rgba(255, 255, 255, 0.6); }
    .breadcrumb.breadcrumb-dark li:hover,
    .breadcrumb.breadcrumb-dark li a:hover {
      color: #fff; }
  .breadcrumb.breadcrumb-dark li.active,
  .breadcrumb.breadcrumb-dark li.active a {
    color: #fff; }
  .breadcrumb.breadcrumb-no-padding {
    padding-left: 0;
    padding-right: 0; }
  .breadcrumb.breadcrumb-page {
    border-radius: 0;
    margin-left: -18px;
    margin-right: -18px;
    margin-top: -18px;
    padding-left: 18px;
    padding-right: 18px; }

.breadcrumb-label {
  float: left;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  padding-right: 15px;
  margin: 1px 0 -1px 0; }

.alert {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
  background-size: 20px 20px; }
  .alert .close {
    top: 0; }

.alert.alert-danger {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
  background-size: 20px 20px; }

.alert.alert-success {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
  background-size: 20px 20px; }

.alert.alert-info {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  background-size: 20px 20px; }

.alert.alert-dark {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: none;
  border-color: #f19a1f;
  background-color: #f4b04f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 20px 20px; }

.alert.alert-danger.alert-dark {
  background: none;
  border-color: #df3c28;
  background-color: #e66454;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.04)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.04)), color-stop(0.75, rgba(255, 255, 255, 0.04)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 20px 20px; }

.alert.alert-success.alert-dark {
  background: none;
  border-color: #43a543;
  background-color: #5ebd5e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 20px 20px; }

.alert.alert-info.alert-dark {
  background: none;
  border-color: #31b0d5;
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 20px 20px; }

.alert.alert-page {
  margin: -18px -18px 18px -18px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  padding-left: 18px;
  padding-right: 18px; }

.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  border-top-color: #e4e4e4; }
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th {
  font-weight: 600; }
.table tbody + tbody {
  border-top-color: #e4e4e4; }

.table-bordered {
  border-color: #e4e4e4; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border-color: #e4e4e4; }

.table-header {
  background: #fff;
  position: relative;
  border: 1px solid #e4e4e4;
  margin-bottom: -1px;
  padding: 10px 15px 10px 15px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
  .table-header .table-caption {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    padding: 0; }

.table-footer {
  min-height: 40px;
  margin-top: -19px;
  position: relative;
  border: 1px solid #e4e4e4;
  line-height: 20px;
  padding: 10px 15px 10px 15px;
  background: #fafafa;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.table-light,
.table-success,
.table-danger,
.table-warning,
.table-info,
.table-primary {
  margin-bottom: 20px; }

.table-light table {
  border-top-color: #dbdbdb !important; }
.table-light thead,
.table-light thead tr,
.table-light thead th,
.table-light .table-header {
  border-color: #dbdbdb !important;
  color: #555; }
.table-light thead tr,
.table-light thead th {
  background: #ebebeb; }
.table-light .table-header {
  background: #fafafa; }

.table-success table {
  border-top-color: #518d51 !important; }
.table-success thead,
.table-success thead tr,
.table-success thead th,
.table-success .table-header {
  border-color: #518d51 !important;
  color: #fff; }
.table-success thead tr,
.table-success thead th {
  background: #53a953; }
.table-success .table-header {
  background: #5ebd5e; }

.table-danger table {
  border-top-color: #ca4433 !important; }
.table-danger thead,
.table-danger thead tr,
.table-danger thead th,
.table-danger .table-header {
  border-color: #ca4433 !important;
  color: #fff; }
.table-danger thead tr,
.table-danger thead th {
  background: #d95342; }
.table-danger .table-header {
  background: #e66454; }

.table-warning table {
  border-top-color: #de9328 !important; }
.table-warning thead,
.table-warning thead tr,
.table-warning thead th,
.table-warning .table-header {
  border-color: #de9328 !important;
  color: #fff; }
.table-warning thead tr,
.table-warning thead th {
  background: #e9a23b; }
.table-warning .table-header {
  background: #f4b04f; }

.table-info table {
  border-top-color: #3da1bf !important; }
.table-info thead,
.table-info thead tr,
.table-info thead th,
.table-info .table-header {
  border-color: #3da1bf !important;
  color: #fff; }
.table-info thead tr,
.table-info thead th {
  background: #4bb1d0; }
.table-info .table-header {
  background: #5bc0de; }

.nav-tabs > li > a > .badge,
.nav-tabs > li > a > .label,
.nav-pills > li > a > .badge,
.nav-pills > li > a > .label {
  position: relative;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
  margin: 0 -5px -100px 5px;
  padding: 0 6px;
  line-height: 14px;
  top: 0; }
.nav-tabs > li > a > .label,
.nav-pills > li > a > .label {
  padding-left: 4px;
  padding-right: 4px; }
.nav-tabs > li > a > .badge.badge-success,
.nav-tabs > li > a > .label.label-success,
.nav-pills > li > a > .badge.badge-success,
.nav-pills > li > a > .label.label-success {
  background-color: #5ebd5e; }
.nav-tabs > li > a > .badge.badge-warning,
.nav-tabs > li > a > .label.label-warning,
.nav-pills > li > a > .badge.badge-warning,
.nav-pills > li > a > .label.label-warning {
  background-color: #f4b04f; }
.nav-tabs > li > a > .badge.badge-danger,
.nav-tabs > li > a > .label.label-danger,
.nav-pills > li > a > .badge.badge-danger,
.nav-pills > li > a > .label.label-danger {
  background-color: #e66454; }
.nav-tabs > li > a > .badge.badge-info,
.nav-tabs > li > a > .label.label-info,
.nav-pills > li > a > .badge.badge-info,
.nav-pills > li > a > .label.label-info {
  background-color: #5bc0de; }

.nav-tabs:not(.nav-tabs-simple) > li.active > a > .badge, .nav-tabs:not(.nav-tabs-simple) > li.active > a > .label,
.nav-pills > li.active > a > .badge,
.nav-pills > li.active > a > .label {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  color: #fff; }

.nav-tabs.nav-justified > li > a,
.nav-pills.nav-justified > li > a {
  margin: 0; }

.nav-tabs.nav-tabs-sm > li > a > .badge,
.nav-tabs.nav-tabs-sm > li > a > .label {
  margin-left: 4px;
  margin-right: -4px; }

.nav-tabs.nav-tabs-xs > li > a {
  font-size: 12px; }
  .nav-tabs.nav-tabs-xs > li > a > .badge,
  .nav-tabs.nav-tabs-xs > li > a > .label {
    padding-left: 4px;
    padding-right: 4px;
    line-height: 13px;
    font-size: 10px;
    margin-left: 3px;
    margin-right: -3px;
    top: -1px; }
  .nav-tabs.nav-tabs-xs > li > a > .label {
    padding-left: 3px;
    padding-right: 3px; }

.nav-tabs {
  border-bottom: 2px solid #e4e4e4; }
  .nav-tabs > li > a {
    background-color: #f3f3f3;
    background-color: rgba(0, 0, 0, 0.05);
    border: 0;
    border-bottom: 2px solid #e4e4e4;
    color: #777;
    margin: 0 6px -1px 0;
    padding: 8px 20px; }
    .nav-tabs > li > a:hover, .nav-tabs > li > a:active {
      background-color: rgba(0, 0, 0, 0.06);
      border-bottom-color: #d7d7d7;
      color: #555; }
    .nav-tabs > li > a > .fa-caret-down {
      font-size: 12px; }
  .nav-tabs > li.dropdown.open > a:focus {
    border-bottom: 2px solid #e4e4e4; }
  .nav-tabs li.active > a, .nav-tabs li.active > a:hover, .nav-tabs li.active > a:focus {
    border: none;
    color: #fff; }
  .nav-tabs.nav-justified > li > a {
    border-bottom: 2px solid #e4e4e4;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important; }
  .nav-tabs.nav-stacked > li > a {
    margin: 0;
    border-bottom-width: 1px !important; }
  .nav-tabs.nav-stacked > li:last-child > a {
    border-bottom-width: 0 !important; }
  .nav-tabs.nav-stacked > li:last-child.active > a {
    border-bottom-width: 2px !important;
    margin-bottom: -3px; }
  .nav-tabs.nav-stacked > li:not(:first-child):not(:last-child) > a {
    border-radius: 0; }

.nav-tabs.nav-tabs-simple > li > a {
  background-color: transparent !important;
  margin-right: 0; }
.nav-tabs.nav-tabs-simple > li.active > a {
  color: #555 !important; }

.nav-tabs.nav-tabs-sm > li > a {
  padding: 6px 15px; }

.nav-tabs.nav-tabs-xs > li > a {
  padding: 4px 15px; }

.tab-content {
  padding: 15px 0; }
  .tab-content.tab-content-bordered {
    border: 1px solid #d7d7d7;
    border-top: none;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

.nav-pills > li > a {
  color: #777;
  background-color: #f3f3f3;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  padding: 8px 20px; }
  .nav-pills > li > a:hover {
    background-color: rgba(0, 0, 0, 0.06);
    color: #555; }
  .nav-pills > li > a > .fa-caret-down {
    font-size: 12px; }
  .nav-pills > li > a > .badge,
  .nav-pills > li > a > .label {
    top: -1px; }
.nav-pills > li {
  margin-left: 0;
  margin-right: 6px; }
  .nav-pills > li + li {
    margin-left: 0; }
.nav-pills.nav-stacked > li {
  margin: 0 0 4px 0; }

.dropdown-menu {
  border: 2px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none; }

ul.dropdown-menu {
  border: 2px solid #ccc;
  padding: 5px 0; }
  ul.dropdown-menu > li > a {
    margin: 0 -2px;
    padding: 5px 18px; }
    ul.dropdown-menu > li > a > .label,
    ul.dropdown-menu > li > a > .badge {
      position: relative;
      padding-left: 4px;
      padding-right: 4px;
      line-height: 13px;
      font-size: 10px;
      top: 1px; }
    ul.dropdown-menu > li > a > .label {
      padding-top: 1px;
      padding-bottom: 1px; }
  ul.dropdown-menu .divider {
    border-width: 2px;
    margin: 5px 0; }
  ul.dropdown-menu .dropdown-header {
    font-size: 11px;
    font-weight: 600;
    margin: 0 -2px;
    padding: 6px 18px 3px 18px;
    text-transform: uppercase; }
  ul.dropdown-menu .dropdown-icon {
    display: inline-block;
    font-size: 14px; }

.nav .dropdown > .dropdown-toggle .nav-icon {
  font-size: 12px;
  display: inline-block;
  margin-right: 8px; }

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

.btn-group-lg .btn {
  font-size: 15px;
  line-height: 19px;
  padding: 9px 18px; }

.btn-group-sm .btn {
  font-size: 12px;
  line-height: 15px;
  padding: 4px 9px; }
  .btn-group-sm .btn > .fa-caret-down {
    font-size: 10px; }

.btn-group-xs .btn {
  font-size: 11px;
  line-height: 12px;
  padding: 4px 7px; }
  .btn-group-xs .btn > .fa-caret-down {
    font-size: 10px; }

.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  border: 1px solid #e4e4e4;
  color: #7b7b7b;
  margin-right: 5px;
  border-radius: 2px; }
.pagination > li > a:hover {
  background-color: transparent;
  color: #555; }
.pagination > li.active > a,
.pagination > li.active > span {
  color: #fff;
  font-weight: 600; }
.pagination > li.disabled > a:hover {
  border-color: #e4e4e4 !important; }
.pagination.pagination-xs li a, .pagination.pagination-xs li span {
  font-size: 10px;
  padding: 4px 8px; }

.pager li > a,
.pager li > span {
  background-color: transparent;
  border-color: #e4e4e4;
  color: #7b7b7b; }
.pager li > a:hover {
  background-color: transparent;
  color: #555; }
.pager li.disabled > a {
  background-color: transparent; }
.pager li.disabled > a:hover {
  background-color: transparent;
  border-color: #e4e4e4 !important; }
.pager.pager-xs li a, .pager.pager-xs li span {
  font-size: 11px;
  padding: 4px 8px; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: transparent; }

.list-group-item {
  padding-bottom: 10px;
  padding-top: 10px;
  border-color: #e4e4e4; }
  .list-group-item > .badge {
    line-height: 16px;
    padding-left: 5px;
    padding-right: 5px; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .list-group-item > .label {
    line-height: 16px;
    padding-left: 5px;
    padding-right: 5px; }
  .list-group-item > .label + .label {
    margin-right: 5px; }

.list-group-icon {
  width: 26px;
  color: #aaa;
  font-size: 14px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #555;
    margin-top: 5px; }
    a.list-group-item .list-group-item-heading + .list-group-item-text {
      margin-bottom: 5px; }
  a.list-group-item .list-group-item-text {
    color: #6f6f6f; }
  a.list-group-item:hover, a.list-group-item:focus {
    background: rgba(0, 0, 0, 0.04); }
  a.list-group-item.active {
    color: #fff; }
    a.list-group-item.active .list-group-item-heading {
      color: inherit; }
    a.list-group-item.active .badge {
      background: #fff;
      background: rgba(0, 0, 0, 0.25);
      border-color: transparent;
      color: #fff; }

.ie8 a.list-group-item.active .badge {
  color: #555; }

.form-inline .form-control, .navbar-form .form-control, .form-inline .form-control-inline, .navbar-form .form-control-inline, .form-inline select.time_picker, .navbar-form select.time_picker {
  margin-bottom: 10px; }
.form-inline .checkbox label, .navbar-form .checkbox label,
.form-inline .radio label,
.navbar-form .radio label {
  margin-bottom: 0; }
@media (min-width: 768px) {
  .form-inline .form-control, .navbar-form .form-control, .form-inline .form-control-inline, .navbar-form .form-control-inline, .form-inline select.time_picker, .navbar-form select.time_picker {
    margin-bottom: 0;
    width: auto; } }

@media (min-width: 768px) {
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; } }
.form-horizontal .checkbox,
.form-horizontal .radio {
  margin-top: 0px;
  margin-bottom: 0px; }
.form-horizontal .control-label {
  padding-top: 0;
  margin-bottom: 5px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px; } }
.radio,
.checkbox {
  padding-left: 20px; }

legend {
  color: #666;
  font-size: 16.9px;
  padding-bottom: 7px; }

label {
  font-weight: 600;
  margin-left: 0;
  margin-bottom: 5px; }

optgroup {
  font-weight: 600; }

.form-control, .form-control-inline, select.time_picker {
  border-top-color: #c2c2c2;
  -webkit-box-shadow: none;
  box-shadow: none; }

.help-block {
  margin-bottom: 0; }

.form-group:before, .form-group:after {
  content: " ";
  display: table; }
.form-group:after {
  clear: both; }

.form-group.has-error .checkbox .help-block,
.form-group.has-error .radio .help-block,
.form-group.has-error .checkbox + .help-block,
.form-group.has-error .radio + .help-block {
  position: relative;
  top: 5px; }
  .form-group.has-error .checkbox .help-block:before, .form-group.has-error .checkbox .help-block:after,
  .form-group.has-error .radio .help-block:before,
  .form-group.has-error .radio .help-block:after,
  .form-group.has-error .checkbox + .help-block:before,
  .form-group.has-error .checkbox + .help-block:after,
  .form-group.has-error .radio + .help-block:before,
  .form-group.has-error .radio + .help-block:after {
    display: none; }

.checkbox label,
.radio label {
  display: block;
  padding-left: 0;
  margin-bottom: 0; }
  .checkbox label:before, .checkbox label:after,
  .radio label:before,
  .radio label:after {
    content: " ";
    display: table; }
  .checkbox label:after,
  .radio label:after {
    clear: both; }

.has-feedback .form-control-feedback {
  position: absolute;
  top: 21px;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px; }

.has-feedback .form-control, .has-feedback .form-control-inline, .has-feedback select.time_picker {
  padding-right: 32px; }

.form-bordered .form-group {
  border-top: 1px solid #e4e4e4;
  padding-top: 15px; }

.checkbox,
.radio {
  margin-top: 0; }

.has-warning .help-block, .has-error .help-block, .has-success .help-block {
  display: block;
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 2px;
  margin-top: 2px;
  position: relative; }
  .has-warning .help-block:before, .has-warning .help-block:after, .has-error .help-block:before, .has-error .help-block:after, .has-success .help-block:before, .has-success .help-block:after {
    content: "";
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent; }
  .has-warning .help-block:before, .has-error .help-block:before, .has-success .help-block:before {
    border-bottom: solid;
    border-width: 7px;
    left: 16px;
    top: -7px; }
  .has-warning .help-block:after, .has-error .help-block:after, .has-success .help-block:after {
    border-bottom: 6px solid;
    left: 17px;
    top: -6px; }
.has-warning.simple .help-block, .has-error.simple .help-block, .has-success.simple .help-block {
  background: none !important;
  border: none;
  padding: 3px 0; }
  .has-warning.simple .help-block:before, .has-warning.simple .help-block:after, .has-error.simple .help-block:before, .has-error.simple .help-block:after, .has-success.simple .help-block:before, .has-success.simple .help-block:after {
    display: none; }

.has-feedback:not(.form-group) {
  position: relative; }
  .has-feedback:not(.form-group) .form-control-feedback {
    top: 0; }

.has-warning .control-label {
  color: #555; }
.has-warning .help-block {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
  background-size: 20px 20px; }
  .has-warning .help-block:before {
    border-bottom-color: #f1cc7e; }
  .has-warning .help-block:after {
    border-bottom-color: #f9f2cc; }
.has-warning .form-control, .has-warning .form-control-inline, .has-warning select.time_picker {
  border-color: #eebf5e;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .has-warning .form-control:focus, .has-warning .form-control-inline:focus, .has-warning select.time_picker:focus, .has-warning .form-control.focus, .has-warning .focus.form-control-inline, .has-warning select.focus.time_picker {
    border-color: #e9ad30 !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
.has-warning .input-group-addon {
  color: #af8640;
  border-color: #f6deac;
  background-color: #f9f1c7; }
.has-warning .form-control-feedback {
  color: #e9ad30; }

.has-error .control-label {
  color: #555; }
.has-error .help-block {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
  background-size: 20px 20px; }
  .has-error .help-block:before {
    border-bottom-color: #dda7b0; }
  .has-error .help-block:after {
    border-bottom-color: #f3e2e2; }
.has-error .form-control, .has-error .form-control-inline, .has-error select.time_picker {
  border-color: #d38e99;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .has-error .form-control:focus, .has-error .form-control-inline:focus, .has-error select.time_picker:focus, .has-error .form-control.focus, .has-error .focus.form-control-inline, .has-error select.focus.time_picker {
    border-color: #c46978 !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #ebccd1;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #c46978; }

.has-success .control-label {
  color: #555; }
.has-success .help-block {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
  background-size: 20px 20px; }
  .has-success .help-block:before {
    border-bottom-color: #b5d899; }
  .has-success .help-block:after {
    border-bottom-color: #e2f1dc; }
.has-success .form-control, .has-success .form-control-inline, .has-success select.time_picker {
  border-color: #a3ce7f;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .has-success .form-control:focus, .has-success .form-control-inline:focus, .has-success select.time_picker:focus, .has-success .form-control.focus, .has-success .focus.form-control-inline, .has-success select.focus.time_picker {
    border-color: #88c05b !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
.has-success .input-group-addon {
  color: #468847;
  border-color: #d0e6be;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #88c05b; }

.has-warning.dark .control-label {
  color: #555; }
.has-warning.dark .help-block {
  background: #f4b04f;
  border-color: #f19a1f;
  color: #fff;
  background-size: 20px 20px; }
  .has-warning.dark .help-block:before {
    border-bottom-color: #d0800d; }
  .has-warning.dark .help-block:after {
    border-bottom-color: #f4b254; }
.has-warning.dark .form-control, .has-warning.dark .form-control-inline, .has-warning.dark select.time_picker {
  border-color: #f4b04f;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .has-warning.dark .form-control:focus, .has-warning.dark .form-control-inline:focus, .has-warning.dark select.time_picker:focus, .has-warning.dark .form-control.focus, .has-warning.dark .focus.form-control-inline, .has-warning.dark select.focus.time_picker {
    border-color: #f19a1f !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
.has-warning.dark .input-group-addon {
  color: #fff;
  border-color: #f19a1f;
  background-color: #f4b04f; }
.has-warning.dark .form-control-feedback {
  color: #f19a1f; }
.has-warning.dark .help-block {
  background: #f4b04f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px; }

.has-error.dark .control-label {
  color: #555; }
.has-error.dark .help-block {
  background: #e66454;
  border-color: #df3c28;
  color: #fff;
  background-size: 20px 20px; }
  .has-error.dark .help-block:before {
    border-bottom-color: #b92c1b; }
  .has-error.dark .help-block:after {
    border-bottom-color: #e76858; }
.has-error.dark .form-control, .has-error.dark .form-control-inline, .has-error.dark select.time_picker {
  border-color: #e66454;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .has-error.dark .form-control:focus, .has-error.dark .form-control-inline:focus, .has-error.dark select.time_picker:focus, .has-error.dark .form-control.focus, .has-error.dark .focus.form-control-inline, .has-error.dark select.focus.time_picker {
    border-color: #df3c28 !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
.has-error.dark .input-group-addon {
  color: #fff;
  border-color: #df3c28;
  background-color: #e66454; }
.has-error.dark .form-control-feedback {
  color: #df3c28; }
.has-error.dark .help-block {
  background: #e66454;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.04)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.04)), color-stop(0.75, rgba(255, 255, 255, 0.04)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-size: 20px 20px; }

.has-success.dark .control-label {
  color: #555; }
.has-success.dark .help-block {
  background: #5ebd5e;
  border-color: #43a543;
  color: #fff;
  background-size: 20px 20px; }
  .has-success.dark .help-block:before {
    border-bottom-color: #358035; }
  .has-success.dark .help-block:after {
    border-bottom-color: #62be62; }
.has-success.dark .form-control, .has-success.dark .form-control-inline, .has-success.dark select.time_picker {
  border-color: #5ebd5e;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .has-success.dark .form-control:focus, .has-success.dark .form-control-inline:focus, .has-success.dark select.time_picker:focus, .has-success.dark .form-control.focus, .has-success.dark .focus.form-control-inline, .has-success.dark select.focus.time_picker {
    border-color: #43a543 !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
.has-success.dark .input-group-addon {
  color: #fff;
  border-color: #43a543;
  background-color: #5ebd5e; }
.has-success.dark .form-control-feedback {
  color: #43a543; }
.has-success.dark .help-block {
  background: #5ebd5e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px; }

.has-warning.simple .help-block {
  color: #f29f29 !important; }

.has-error.simple .help-block {
  color: #e14430 !important; }

.has-success.simple .help-block {
  color: #46ac46 !important; }

.gt-ie8 input.px {
  position: absolute !important;
  left: -1000000px !important;
  margin: 0 !important;
  padding: 0 !important; }
  .gt-ie8 input.px + .lbl {
    position: relative;
    padding-left: 1px;
    display: inline-block; }
    .gt-ie8 input.px + .lbl:before {
      content: "";
      opacity: 1;
      border: 1px solid #bbb;
      background: #fff;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 15px;
      height: 15px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      cursor: pointer; }
    .gt-ie8 input.px + .lbl:after {
      display: none;
      position: absolute; }
  .gt-ie8 input.px:checked + .lbl:after {
    display: block; }
  .gt-ie8 input.px + .lbl:before, .gt-ie8 input.px + .lbl:after {
    margin: 2px 3px -3px -20px !important; }
.gt-ie8 input[type="checkbox"].px + .lbl:before {
  border-radius: 2px; }
.gt-ie8 input[type="checkbox"].px + .lbl:after {
  content: "\f00c";
  top: 1px;
  left: 1px;
  width: 13px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  font-family: FontAwesome;
  text-align: center; }
.gt-ie8 input[type="radio"].px + .lbl:before {
  border-radius: 999999px; }
.gt-ie8 input[type="radio"].px + .lbl:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 999px;
  top: 5px;
  left: 5px; }
.gt-ie8 input.px:disabled, .gt-ie8 input.px:disabled + .lbl, .gt-ie8 input.px:disabled + .lbl:before, .gt-ie8 input.px:disabled + .lbl:after,
.gt-ie8 input.px.disabled,
.gt-ie8 input.px.disabled + .lbl,
.gt-ie8 input.px.disabled + .lbl:before,
.gt-ie8 input.px.disabled + .lbl:after {
  cursor: not-allowed !important; }
.gt-ie8 input.px:disabled + .lbl:before,
.gt-ie8 input.px.disabled + .lbl:before {
  background: #eee !important;
  border-color: #d6d6d6 !important; }
.gt-ie8 input.px:disabled + .lbl:after,
.gt-ie8 input.px.disabled + .lbl:after {
  opacity: .5 !important; }

@media (min-width: 768px) {
  .gt-ie8 .form-inline .radio input.px + .lbl, .gt-ie8 .navbar-form .radio input.px + .lbl,
  .gt-ie8 .form-inline .checkbox input.px + .lbl,
  .gt-ie8 .navbar-form .checkbox input.px + .lbl {
    margin-left: 20px; } }
.px-single {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0;
  font-weight: 400 !important; }
  .px-single input.px {
    margin: 0 !important; }
    .px-single input.px + .lbl:before, .px-single input.px + .lbl:after {
      margin: 0 !important; }
  .px-single input.px + .lbl {
    padding: 0 !important;
    width: 15px !important;
    height: 15px !important; }

.input-group-btn > .btn {
  line-height: 16px;
  margin: 0; }

.input-group input {
  position: relative;
  z-index: 3; }

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

.input-group-addon > .fa {
  font-size: 14px; }

.input-group > input + .input-group-btn .btn:first-child {
  border-left-width: 0; }

.input-group-addon.no-background {
  background: #fff !important; }

.panel,
.panel-default {
  border-color: #e4e4e4;
  margin-bottom: 22px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .panel .alert-page,
  .panel-default .alert-page {
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 2px;
    font-size: 12px;
    margin: -2px -1px 0 -1px !important;
    padding: 8px 15px;
    position: relative; }

.panel-heading {
  background: #fafafa;
  border-bottom: 2px solid #ececec;
  padding-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 11px;
  position: relative; }
  .panel-heading .nav-tabs {
    border-bottom-color: transparent;
    bottom: -2px;
    position: absolute;
    right: 9px; }
    .panel-heading .nav-tabs > li > a {
      border-bottom-color: transparent; }

.panel-body {
  background: #fff;
  margin: 0;
  padding: 20px; }
  .panel-body > li {
    list-style: none;
    margin: 0;
    padding: 0; }

.panel-footer {
  background: #fff;
  border-top: 1px solid #ececec;
  padding-left: 20px;
  padding-right: 20px; }

.panel-title {
  color: #555;
  font-size: 14px;
  line-height: 20px; }

.panel-title-icon {
  display: inline-block;
  font-size: 14px;
  margin-right: 7px; }

.panel-heading-controls {
  margin-top: -2px;
  margin-bottom: -200px;
  float: right; }
  .panel-heading-controls > * {
    display: block;
    float: left; }
    .panel-heading-controls > * + * {
      margin-left: 4px; }
  .panel-heading-controls > .btn,
  .panel-heading-controls > .btn-group {
    margin-top: -4px; }
  .panel-heading-controls > .btn.btn-sm, .btn-group-sm.panel-heading-controls > .btn,
  .panel-heading-controls > .btn-group.btn-group-sm {
    margin-top: -1px; }
  .panel-heading-controls > .btn.btn-xs, .btn-group-xs.panel-heading-controls > .btn,
  .panel-heading-controls > .btn-group.btn-group-xs {
    margin-top: 0; }
  .panel-heading-controls > .progress {
    height: 6px;
    margin-top: 8px; }
  .panel-heading-controls > .label, .panel-heading-controls .badge {
    margin-bottom: -10px;
    margin-top: 1px; }
  .panel-heading-controls > .pagination {
    margin: -5px 0 0 0; }
  .panel-heading-controls > .pagination.pagination-sm {
    margin-top: -3px; }
  .panel-heading-controls > .pagination.pagination-xs {
    margin-top: -1px; }
  .panel-heading-controls > .pager {
    margin: -4px 0 0 0; }
  .panel-heading-controls > .pager.pager-xs {
    margin: -1px 0 0 0; }
  .panel-heading-controls > .form-control, .panel-heading-controls > .form-control-inline, .panel-heading-controls > select.time_picker,
  .panel-heading-controls .input-group {
    margin-top: -2px; }
  .panel-heading-controls > .form-control, .panel-heading-controls > .form-control-inline, .panel-heading-controls > select.time_picker,
  .panel-heading-controls .input-group .form-control,
  .panel-heading-controls .input-group .form-control-inline,
  .panel-heading-controls .input-group select.time_picker,
  .panel-heading-controls .input-group .btn {
    height: 26px;
    padding: 3px 8px; }
  .panel-heading-controls > .panel-heading-icon {
    font-size: 14px;
    margin-top: 1px; }
  .panel-heading-controls > .switcher {
    margin-top: 1px; }

.panel-heading-text {
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  margin-top: 1px; }

.panel-dark .panel-heading-controls .btn {
  border-color: transparent; }
.panel-dark .panel-heading-controls .btn.btn-outline {
  border-width: 1px;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.12); }
  .panel-dark .panel-heading-controls .btn.btn-outline:hover {
    border-color: transparent !important; }
.panel-dark .panel-heading-controls > .form-control, .panel-dark .panel-heading-controls > .form-control-inline, .panel-dark .panel-heading-controls > select.time_picker {
  border-color: transparent !important; }
.panel-dark .panel-heading-controls > .pagination li a,
.panel-dark .panel-heading-controls > .pagination li span,
.panel-dark .panel-heading-controls > .pager li a,
.panel-dark .panel-heading-controls > .pager li span {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  color: rgba(255, 255, 255, 0.7); }
.panel-dark .panel-heading-controls > .pagination li a:hover,
.panel-dark .panel-heading-controls > .pager li a:hover {
  color: #fff;
  border-color: #fff; }
.panel-dark .panel-heading-controls > .pagination li.active a,
.panel-dark .panel-heading-controls > .pagination li.active a:hover,
.panel-dark .panel-heading-controls > .pagination li.active span,
.panel-dark .panel-heading-controls > .pager li.active a,
.panel-dark .panel-heading-controls > .pager li.active a:hover,
.panel-dark .panel-heading-controls > .pager li.active span {
  background: #fff;
  border-color: #fff; }
.panel-dark .panel-heading-controls > .pagination li.disabled a,
.panel-dark .panel-heading-controls > .pagination li.disabled span,
.panel-dark .panel-heading-controls > .pager li.disabled a,
.panel-dark .panel-heading-controls > .pager li.disabled span {
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.3) !important; }
.panel-dark .panel-heading-controls .input-group .form-control, .panel-dark .panel-heading-controls .input-group .form-control-inline, .panel-dark .panel-heading-controls .input-group select.time_picker {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: #d5d5d5; }

.panel-dark .panel-heading .nav-tabs > li > a {
  background: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  color: rgba(255, 255, 255, 0.8); }
  .panel-dark .panel-heading .nav-tabs > li > a:hover {
    color: #fff; }
.panel-dark .panel-heading .nav-tabs > li.active > a,
.panel-dark .panel-heading .nav-tabs > li.active > a:hover,
.panel-dark .panel-heading .nav-tabs > li.active > a:focus {
  background: #fff;
  border-bottom-color: #fff;
  color: #555; }

.panel.panel-dark.panel-body-colorful table,
.panel.panel-dark.panel-body-colorful .list-group {
  color: #fff; }

.panel-warning {
  border-color: #f6deac !important; }
  .panel-warning .panel-heading {
    background: #f9f1c7;
    border-color: #f6deac;
    color: #af8640;
    background-size: 20px 20px; }
    .panel-warning .panel-heading .panel-title {
      color: #af8640; }
    .panel-warning .panel-heading .panel-heading-text a {
      color: #af8640;
      text-decoration: underline; }
      .panel-warning .panel-heading .panel-heading-text a:hover {
        color: #c49e5e; }
  .panel-warning.panel-body-colorful .panel-body {
    background: #f9f1c7;
    color: #af8640; }
  .panel-warning.panel-body-colorful .panel-footer {
    background: #f9f1c7;
    border-color: #f6deac;
    color: #af8640; }

.panel-danger {
  border-color: #ebccd1 !important; }
  .panel-danger .panel-heading {
    background: #f2dede;
    border-color: #ebccd1;
    color: #b94a48;
    background-size: 20px 20px; }
    .panel-danger .panel-heading .panel-title {
      color: #b94a48; }
    .panel-danger .panel-heading .panel-heading-text a {
      color: #b94a48;
      text-decoration: underline; }
      .panel-danger .panel-heading .panel-heading-text a:hover {
        color: #c76e6d; }
  .panel-danger.panel-body-colorful .panel-body {
    background: #f2dede;
    color: #b94a48; }
  .panel-danger.panel-body-colorful .panel-footer {
    background: #f2dede;
    border-color: #ebccd1;
    color: #b94a48; }

.panel-success {
  border-color: #d0e6be !important; }
  .panel-success .panel-heading {
    background: #dff0d8;
    border-color: #d0e6be;
    color: #468847;
    background-size: 20px 20px; }
    .panel-success .panel-heading .panel-title {
      color: #468847; }
    .panel-success .panel-heading .panel-heading-text a {
      color: #468847;
      text-decoration: underline; }
      .panel-success .panel-heading .panel-heading-text a:hover {
        color: #58a959; }
  .panel-success.panel-body-colorful .panel-body {
    background: #dff0d8;
    color: #468847; }
  .panel-success.panel-body-colorful .panel-footer {
    background: #dff0d8;
    border-color: #d0e6be;
    color: #468847; }

.panel-info {
  border-color: #bce8f1 !important; }
  .panel-info .panel-heading {
    background: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
    background-size: 20px 20px; }
    .panel-info .panel-heading .panel-title {
      color: #3a87ad; }
    .panel-info .panel-heading .panel-heading-text a {
      color: #3a87ad;
      text-decoration: underline; }
      .panel-info .panel-heading .panel-heading-text a:hover {
        color: #54a0c6; }
  .panel-info.panel-body-colorful .panel-body {
    background: #d9edf7;
    color: #3a87ad; }
  .panel-info.panel-body-colorful .panel-footer {
    background: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad; }

.panel-warning.panel-dark {
  border-color: #f4b04f !important; }
  .panel-warning.panel-dark .panel-heading {
    background: #f4b04f;
    border-color: #f4b04f;
    color: #fff; }
    .panel-warning.panel-dark .panel-heading .panel-title {
      color: #fff; }
    .panel-warning.panel-dark .panel-heading .panel-heading-text {
      color: white; }
      .panel-warning.panel-dark .panel-heading .panel-heading-text a {
        color: white;
        text-decoration: underline; }
        .panel-warning.panel-dark .panel-heading .panel-heading-text a:hover {
          color: #fff; }
  .panel-warning.panel-dark .panel-heading-controls li.active a,
  .panel-warning.panel-dark .panel-heading-controls li.active span {
    color: #f4b04f !important; }
  .panel-warning.panel-dark.panel-body-colorful .panel-heading,
  .panel-warning.panel-dark.panel-body-colorful table,
  .panel-warning.panel-dark.panel-body-colorful table tr,
  .panel-warning.panel-dark.panel-body-colorful table th,
  .panel-warning.panel-dark.panel-body-colorful table td,
  .panel-warning.panel-dark.panel-body-colorful .list-group-item {
    border-color: #f6c175; }
  .panel-warning.panel-dark.panel-body-colorful,
  .panel-warning.panel-dark.panel-body-colorful .panel-body,
  .panel-warning.panel-dark.panel-body-colorful .list-group-item {
    background: #f4b04f;
    color: #fff; }
  .panel-warning.panel-dark.panel-body-colorful .panel-footer {
    background: #f4b04f;
    border-color: #f6c175;
    color: #fff; }

.panel-danger.panel-dark {
  border-color: #e66454 !important; }
  .panel-danger.panel-dark .panel-heading {
    background: #e66454;
    border-color: #e66454;
    color: #fff; }
    .panel-danger.panel-dark .panel-heading .panel-title {
      color: #fff; }
    .panel-danger.panel-dark .panel-heading .panel-heading-text {
      color: #fffdfd; }
      .panel-danger.panel-dark .panel-heading .panel-heading-text a {
        color: #fffdfd;
        text-decoration: underline; }
        .panel-danger.panel-dark .panel-heading .panel-heading-text a:hover {
          color: #fff; }
  .panel-danger.panel-dark .panel-heading-controls li.active a,
  .panel-danger.panel-dark .panel-heading-controls li.active span {
    color: #e66454 !important; }
  .panel-danger.panel-dark.panel-body-colorful .panel-heading,
  .panel-danger.panel-dark.panel-body-colorful table,
  .panel-danger.panel-dark.panel-body-colorful table tr,
  .panel-danger.panel-dark.panel-body-colorful table th,
  .panel-danger.panel-dark.panel-body-colorful table td,
  .panel-danger.panel-dark.panel-body-colorful .list-group-item {
    border-color: #eb8478; }
  .panel-danger.panel-dark.panel-body-colorful,
  .panel-danger.panel-dark.panel-body-colorful .panel-body,
  .panel-danger.panel-dark.panel-body-colorful .list-group-item {
    background: #e66454;
    color: #fff; }
  .panel-danger.panel-dark.panel-body-colorful .panel-footer {
    background: #e66454;
    border-color: #eb8478;
    color: #fff; }

.panel-success.panel-dark {
  border-color: #5ebd5e !important; }
  .panel-success.panel-dark .panel-heading {
    background: #5ebd5e;
    border-color: #5ebd5e;
    color: #fff; }
    .panel-success.panel-dark .panel-heading .panel-title {
      color: #fff; }
    .panel-success.panel-dark .panel-heading .panel-heading-text {
      color: #e7f5e7; }
      .panel-success.panel-dark .panel-heading .panel-heading-text a {
        color: #e7f5e7;
        text-decoration: underline; }
        .panel-success.panel-dark .panel-heading .panel-heading-text a:hover {
          color: #fff; }
  .panel-success.panel-dark .panel-heading-controls li.active a,
  .panel-success.panel-dark .panel-heading-controls li.active span {
    color: #5ebd5e !important; }
  .panel-success.panel-dark.panel-body-colorful .panel-heading,
  .panel-success.panel-dark.panel-body-colorful table,
  .panel-success.panel-dark.panel-body-colorful table tr,
  .panel-success.panel-dark.panel-body-colorful table th,
  .panel-success.panel-dark.panel-body-colorful table td,
  .panel-success.panel-dark.panel-body-colorful .list-group-item {
    border-color: #7bc97b; }
  .panel-success.panel-dark.panel-body-colorful,
  .panel-success.panel-dark.panel-body-colorful .panel-body,
  .panel-success.panel-dark.panel-body-colorful .list-group-item {
    background: #5ebd5e;
    color: #fff; }
  .panel-success.panel-dark.panel-body-colorful .panel-footer {
    background: #5ebd5e;
    border-color: #7bc97b;
    color: #fff; }

.panel-info.panel-dark {
  border-color: #5bc0de !important; }
  .panel-info.panel-dark .panel-heading {
    background: #5bc0de;
    border-color: #5bc0de;
    color: #fff; }
    .panel-info.panel-dark .panel-heading .panel-title {
      color: #fff; }
    .panel-info.panel-dark .panel-heading .panel-heading-text {
      color: #fcfefe; }
      .panel-info.panel-dark .panel-heading .panel-heading-text a {
        color: #fcfefe;
        text-decoration: underline; }
        .panel-info.panel-dark .panel-heading .panel-heading-text a:hover {
          color: #fff; }
  .panel-info.panel-dark .panel-heading-controls li.active a,
  .panel-info.panel-dark .panel-heading-controls li.active span {
    color: #5bc0de !important; }
  .panel-info.panel-dark.panel-body-colorful .panel-heading,
  .panel-info.panel-dark.panel-body-colorful table,
  .panel-info.panel-dark.panel-body-colorful table tr,
  .panel-info.panel-dark.panel-body-colorful table th,
  .panel-info.panel-dark.panel-body-colorful table td,
  .panel-info.panel-dark.panel-body-colorful .list-group-item {
    border-color: #7dcde5; }
  .panel-info.panel-dark.panel-body-colorful,
  .panel-info.panel-dark.panel-body-colorful .panel-body,
  .panel-info.panel-dark.panel-body-colorful .list-group-item {
    background: #5bc0de;
    color: #fff; }
  .panel-info.panel-dark.panel-body-colorful .panel-footer {
    background: #5bc0de;
    border-color: #7dcde5;
    color: #fff; }

.panel-transparent {
  background: none !important;
  border: none !important; }
  .panel-transparent .panel-heading {
    background: none !important; }
  .panel-transparent .panel-body {
    background: none !important; }
  .panel-transparent .panel-footer {
    background: none !important;
    border: none !important; }

.well {
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: none;
  box-shadow: none; }

.popover {
  border: 3px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none; }
  .popover.top .arrow {
    border-top: none; }
    .popover.top .arrow:after {
      border-top-color: rgba(0, 0, 0, 0.2);
      border-width: 7px 8px 0 8px;
      bottom: 1px; }
  .popover.bottom .arrow {
    border-bottom: none; }
    .popover.bottom .arrow:after {
      border-bottom-color: rgba(0, 0, 0, 0.2);
      border-width: 0 8px 7px 8px;
      top: 1px; }
  .popover.left .arrow {
    border-left: none; }
    .popover.left .arrow:after {
      border-left-color: rgba(0, 0, 0, 0.2);
      border-width: 8px 0 8px 7px;
      bottom: -9px;
      right: 1px; }
  .popover.right .arrow {
    border-right: none; }
    .popover.right .arrow:after {
      border-right-color: rgba(0, 0, 0, 0.2);
      border-width: 8px 7px 8px 0;
      bottom: -9px;
      left: 1px; }

.popover-colorful + .popover {
  border-width: 1px; }
  .popover-colorful + .popover.top {
    margin-bottom: 8px; }
  .popover-colorful + .popover.left {
    margin-right: 8px; }
  .popover-colorful + .popover.top .arrow:after {
    bottom: 3px; }
  .popover-colorful + .popover.bottom .arrow:after {
    top: 3px; }
  .popover-colorful + .popover.left .arrow:after {
    right: 3px; }
  .popover-colorful + .popover.right .arrow:after {
    left: 3px; }

.popover-title {
  background-color: rgba(0, 0, 0, 0.06);
  border-bottom-color: #ddd;
  border-radius: 0; }

.ie8 .popover.top.in {
  margin-top: -30px; }

.ie8 .popover.left.in {
  margin-left: -30px; }

.ie8 .popover .arrow {
  display: none !important; }

.popover-warning + .popover .popover-title {
  background: #f9f1c7;
  border-bottom-color: #f6deac;
  color: #af8640; }
.popover-warning.popover-colorful + .popover {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640; }
  .popover-warning.popover-colorful + .popover.top .arrow:after {
    border-top-color: #f6deac; }
  .popover-warning.popover-colorful + .popover.bottom .arrow:after {
    border-bottom-color: #f6deac; }
  .popover-warning.popover-colorful + .popover.left .arrow:after {
    border-left-color: #f6deac; }
  .popover-warning.popover-colorful + .popover.right .arrow:after {
    border-right-color: #f6deac; }

.popover-danger + .popover .popover-title {
  background: #f2dede;
  border-bottom-color: #ebccd1;
  color: #b94a48; }
.popover-danger.popover-colorful + .popover {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48; }
  .popover-danger.popover-colorful + .popover.top .arrow:after {
    border-top-color: #ebccd1; }
  .popover-danger.popover-colorful + .popover.bottom .arrow:after {
    border-bottom-color: #ebccd1; }
  .popover-danger.popover-colorful + .popover.left .arrow:after {
    border-left-color: #ebccd1; }
  .popover-danger.popover-colorful + .popover.right .arrow:after {
    border-right-color: #ebccd1; }

.popover-success + .popover .popover-title {
  background: #dff0d8;
  border-bottom-color: #d0e6be;
  color: #468847; }
.popover-success.popover-colorful + .popover {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847; }
  .popover-success.popover-colorful + .popover.top .arrow:after {
    border-top-color: #d0e6be; }
  .popover-success.popover-colorful + .popover.bottom .arrow:after {
    border-bottom-color: #d0e6be; }
  .popover-success.popover-colorful + .popover.left .arrow:after {
    border-left-color: #d0e6be; }
  .popover-success.popover-colorful + .popover.right .arrow:after {
    border-right-color: #d0e6be; }

.popover-info + .popover .popover-title {
  background: #d9edf7;
  border-bottom-color: #bce8f1;
  color: #3a87ad; }
.popover-info.popover-colorful + .popover {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad; }
  .popover-info.popover-colorful + .popover.top .arrow:after {
    border-top-color: #bce8f1; }
  .popover-info.popover-colorful + .popover.bottom .arrow:after {
    border-bottom-color: #bce8f1; }
  .popover-info.popover-colorful + .popover.left .arrow:after {
    border-left-color: #bce8f1; }
  .popover-info.popover-colorful + .popover.right .arrow:after {
    border-right-color: #bce8f1; }

.popover-warning.popover-dark + .popover .popover-title {
  background: #f4b04f;
  border-bottom-color: #f4b04f;
  color: #fff; }
.popover-warning.popover-dark.popover-colorful + .popover {
  background: #f4b04f;
  border-color: #f4b04f;
  color: #fff; }
  .popover-warning.popover-dark.popover-colorful + .popover .popover-title {
    border-bottom-color: #f6c175;
    border-bottom-width: 2px; }
  .popover-warning.popover-dark.popover-colorful + .popover.top .arrow:after {
    border-top-color: #f4b04f; }
  .popover-warning.popover-dark.popover-colorful + .popover.bottom .arrow:after {
    border-bottom-color: #f4b04f; }
  .popover-warning.popover-dark.popover-colorful + .popover.left .arrow:after {
    border-left-color: #f4b04f; }
  .popover-warning.popover-dark.popover-colorful + .popover.right .arrow:after {
    border-right-color: #f4b04f; }

.popover-danger.popover-dark + .popover .popover-title {
  background: #e66454;
  border-bottom-color: #e66454;
  color: #fff; }
.popover-danger.popover-dark.popover-colorful + .popover {
  background: #e66454;
  border-color: #e66454;
  color: #fff; }
  .popover-danger.popover-dark.popover-colorful + .popover .popover-title {
    border-bottom-color: #eb8478;
    border-bottom-width: 2px; }
  .popover-danger.popover-dark.popover-colorful + .popover.top .arrow:after {
    border-top-color: #e66454; }
  .popover-danger.popover-dark.popover-colorful + .popover.bottom .arrow:after {
    border-bottom-color: #e66454; }
  .popover-danger.popover-dark.popover-colorful + .popover.left .arrow:after {
    border-left-color: #e66454; }
  .popover-danger.popover-dark.popover-colorful + .popover.right .arrow:after {
    border-right-color: #e66454; }

.popover-success.popover-dark + .popover .popover-title {
  background: #5ebd5e;
  border-bottom-color: #5ebd5e;
  color: #fff; }
.popover-success.popover-dark.popover-colorful + .popover {
  background: #5ebd5e;
  border-color: #5ebd5e;
  color: #fff; }
  .popover-success.popover-dark.popover-colorful + .popover .popover-title {
    border-bottom-color: #7bc97b;
    border-bottom-width: 2px; }
  .popover-success.popover-dark.popover-colorful + .popover.top .arrow:after {
    border-top-color: #5ebd5e; }
  .popover-success.popover-dark.popover-colorful + .popover.bottom .arrow:after {
    border-bottom-color: #5ebd5e; }
  .popover-success.popover-dark.popover-colorful + .popover.left .arrow:after {
    border-left-color: #5ebd5e; }
  .popover-success.popover-dark.popover-colorful + .popover.right .arrow:after {
    border-right-color: #5ebd5e; }

.popover-info.popover-dark + .popover .popover-title {
  background: #5bc0de;
  border-bottom-color: #5bc0de;
  color: #fff; }
.popover-info.popover-dark.popover-colorful + .popover {
  background: #5bc0de;
  border-color: #5bc0de;
  color: #fff; }
  .popover-info.popover-dark.popover-colorful + .popover .popover-title {
    border-bottom-color: #7dcde5;
    border-bottom-width: 2px; }
  .popover-info.popover-dark.popover-colorful + .popover.top .arrow:after {
    border-top-color: #5bc0de; }
  .popover-info.popover-dark.popover-colorful + .popover.bottom .arrow:after {
    border-bottom-color: #5bc0de; }
  .popover-info.popover-dark.popover-colorful + .popover.left .arrow:after {
    border-left-color: #5bc0de; }
  .popover-info.popover-dark.popover-colorful + .popover.right .arrow:after {
    border-right-color: #5bc0de; }

.tooltip-inner {
  background-color: #222;
  font-size: 12px;
  padding: 4px 10px; }

.tooltip.top .tooltip-arrow {
  border-top-color: #222; }
.tooltip.top-left .tooltip-arrow {
  border-top-color: #222; }
.tooltip.top-right .tooltip-arrow {
  border-top-color: #222; }
.tooltip.right .tooltip-arrow {
  border-right-color: #222; }
.tooltip.left .tooltip-arrow {
  border-left-color: #222; }
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #222; }
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #222; }
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #222; }

.tooltip-warning + .tooltip .tooltip-inner {
  background-color: #f19a1f; }
.tooltip-warning + .tooltip.top .tooltip-arrow {
  border-top-color: #f19a1f; }
.tooltip-warning + .tooltip.top-left .tooltip-arrow {
  border-top-color: #f19a1f; }
.tooltip-warning + .tooltip.top-right .tooltip-arrow {
  border-top-color: #f19a1f; }
.tooltip-warning + .tooltip.right .tooltip-arrow {
  border-right-color: #f19a1f; }
.tooltip-warning + .tooltip.left .tooltip-arrow {
  border-left-color: #f19a1f; }
.tooltip-warning + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f19a1f; }
.tooltip-warning + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #f19a1f; }
.tooltip-warning + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #f19a1f; }

.tooltip-danger + .tooltip .tooltip-inner {
  background-color: #df3c28; }
.tooltip-danger + .tooltip.top .tooltip-arrow {
  border-top-color: #df3c28; }
.tooltip-danger + .tooltip.top-left .tooltip-arrow {
  border-top-color: #df3c28; }
.tooltip-danger + .tooltip.top-right .tooltip-arrow {
  border-top-color: #df3c28; }
.tooltip-danger + .tooltip.right .tooltip-arrow {
  border-right-color: #df3c28; }
.tooltip-danger + .tooltip.left .tooltip-arrow {
  border-left-color: #df3c28; }
.tooltip-danger + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #df3c28; }
.tooltip-danger + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #df3c28; }
.tooltip-danger + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #df3c28; }

.tooltip-success + .tooltip .tooltip-inner {
  background-color: #43a543; }
.tooltip-success + .tooltip.top .tooltip-arrow {
  border-top-color: #43a543; }
.tooltip-success + .tooltip.top-left .tooltip-arrow {
  border-top-color: #43a543; }
.tooltip-success + .tooltip.top-right .tooltip-arrow {
  border-top-color: #43a543; }
.tooltip-success + .tooltip.right .tooltip-arrow {
  border-right-color: #43a543; }
.tooltip-success + .tooltip.left .tooltip-arrow {
  border-left-color: #43a543; }
.tooltip-success + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #43a543; }
.tooltip-success + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #43a543; }
.tooltip-success + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #43a543; }

.tooltip-info + .tooltip .tooltip-inner {
  background-color: #31b0d5; }
.tooltip-info + .tooltip.top .tooltip-arrow {
  border-top-color: #31b0d5; }
.tooltip-info + .tooltip.top-left .tooltip-arrow {
  border-top-color: #31b0d5; }
.tooltip-info + .tooltip.top-right .tooltip-arrow {
  border-top-color: #31b0d5; }
.tooltip-info + .tooltip.right .tooltip-arrow {
  border-right-color: #31b0d5; }
.tooltip-info + .tooltip.left .tooltip-arrow {
  border-left-color: #31b0d5; }
.tooltip-info + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #31b0d5; }
.tooltip-info + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #31b0d5; }
.tooltip-info + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #31b0d5; }

.modal-dialog {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s; }

.modal-content {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .modal-content:before, .modal-content:after {
    content: " ";
    display: table; }
  .modal-content:after {
    clear: both; }

.modal-header {
  background: #f8f8f8;
  padding: 12px 20px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }

.modal-dialog .close {
  color: #555;
  font-size: 20px;
  margin-top: 3px; }
  .modal-dialog .close.fa-times {
    font-size: 15px;
    margin-top: 2px; }

.modal-footer {
  padding: 12px 20px;
  margin-top: 0;
  background: #fff;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

@media (min-width: 480px) {
  .modal-alert .modal-dialog {
    width: 350px; } }
.modal-alert .modal-header,
.modal-alert .modal-title,
.modal-alert .modal-body,
.modal-alert .modal-footer {
  background: none;
  border: none;
  margin: 0;
  padding: 0 20px;
  text-align: center !important; }
.modal-alert .modal-header {
  color: #fff;
  margin-bottom: 20px;
  padding: 25px 0 18px 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 4px solid rgba(0, 0, 0, 0.08); }
  .modal-alert .modal-header .fa {
    font-size: 90px; }
.modal-alert .modal-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px; }
.modal-alert .modal-body {
  color: #888; }
.modal-alert .modal-footer {
  margin: 25px 0 20px 0; }
.modal-alert.modal-info .modal-header {
  background: #5bc0de; }
.modal-alert.modal-danger .modal-header {
  background: #e66454; }
.modal-alert.modal-warning .modal-header {
  background: #f4b04f; }
.modal-alert.modal-success .modal-header {
  background: #5ebd5e; }

.panel-group .panel-heading {
  padding: 0; }

.accordion-toggle {
  color: #555;
  display: block;
  line-height: 22px;
  padding: 9px 35px 9px 20px;
  position: relative; }
  .accordion-toggle:hover, .accordion-toggle.collapsed:hover {
    background: rgba(0, 0, 0, 0.015);
    color: #555;
    text-decoration: none; }
    .accordion-toggle:hover:after, .accordion-toggle.collapsed:hover:after {
      color: #888; }
  .accordion-toggle:after {
    color: #aaa;
    content: "\f146";
    display: block;
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 36px;
    position: absolute;
    top: 3px;
    right: 15px; }
  .accordion-toggle.collapsed {
    color: #777; }
    .accordion-toggle.collapsed:after {
      content: "\f0fe"; }

.panel-group.panel-group-success .accordion-toggle {
  background: #5ebd5e;
  color: #fff; }
.panel-group.panel-group-success .accordion-toggle:after,
.panel-group.panel-group-success .accordion-toggle:hover:after,
.panel-group.panel-group-success .accordion-toggle.collapsed:hover:after {
  color: #fff; }
.panel-group.panel-group-success .panel,
.panel-group.panel-group-success .panel-heading,
.panel-group.panel-group-success .panel-body, .panel-group.panel-group-success.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #5ebd5e; }

.panel-group.panel-group-danger .accordion-toggle {
  background: #e66454;
  color: #fff; }
.panel-group.panel-group-danger .accordion-toggle:after,
.panel-group.panel-group-danger .accordion-toggle:hover:after,
.panel-group.panel-group-danger .accordion-toggle.collapsed:hover:after {
  color: #fff; }
.panel-group.panel-group-danger .panel,
.panel-group.panel-group-danger .panel-heading,
.panel-group.panel-group-danger .panel-body, .panel-group.panel-group-danger.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #e66454; }

.panel-group.panel-group-warning .accordion-toggle {
  background: #f4b04f;
  color: #fff; }
.panel-group.panel-group-warning .accordion-toggle:after,
.panel-group.panel-group-warning .accordion-toggle:hover:after,
.panel-group.panel-group-warning .accordion-toggle.collapsed:hover:after {
  color: #fff; }
.panel-group.panel-group-warning .panel,
.panel-group.panel-group-warning .panel-heading,
.panel-group.panel-group-warning .panel-body, .panel-group.panel-group-warning.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #f4b04f; }

.panel-group.panel-group-info .accordion-toggle {
  background: #5bc0de;
  color: #fff; }
.panel-group.panel-group-info .accordion-toggle:after,
.panel-group.panel-group-info .accordion-toggle:hover:after,
.panel-group.panel-group-info .accordion-toggle.collapsed:hover:after {
  color: #fff; }
.panel-group.panel-group-info .panel,
.panel-group.panel-group-info .panel-heading,
.panel-group.panel-group-info .panel-body, .panel-group.panel-group-info.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #5bc0de; }

.note {
  background: #fafafa;
  border-left: 3px solid #ddd;
  border-right: 0 solid #ddd;
  margin-bottom: 20px;
  padding: 20px; }
  .note h1,
  .note h2,
  .note h3,
  .note h4,
  .note h5,
  .note h6 {
    margin-top: 0; }

.note.note-success {
  border-color: #5ebd5e;
  background: #f4faf2; }
  .note.note-success h1,
  .note.note-success h2,
  .note.note-success h3,
  .note.note-success h4,
  .note.note-success h5,
  .note.note-success h6 {
    color: #5ebd5e; }

.note.note-danger {
  border-color: #e66454;
  background: #fbf4f4; }
  .note.note-danger h1,
  .note.note-danger h2,
  .note.note-danger h3,
  .note.note-danger h4,
  .note.note-danger h5,
  .note.note-danger h6 {
    color: #e66454; }

.note.note-warning {
  border-color: #f4b04f;
  background: #fbf7de; }
  .note.note-warning h1,
  .note.note-warning h2,
  .note.note-warning h3,
  .note.note-warning h4,
  .note.note-warning h5,
  .note.note-warning h6 {
    color: #f4b04f; }

.note.note-info {
  border-color: #5bc0de;
  background: #f6fbfd; }
  .note.note-info h1,
  .note.note-info h2,
  .note.note-info h3,
  .note.note-info h4,
  .note.note-info h5,
  .note.note-info h6 {
    color: #5bc0de; }

.counter,
.counter-separated {
  display: inline-block; }
  .counter span,
  .counter-separated span {
    background: #444444;
    border: 1px solid #333;
    border-radius: 2px;
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding: 0 6px;
    position: relative;
    text-align: center; }
    .counter span:before,
    .counter-separated span:before {
      background: #333;
      content: " ";
      display: block;
      font-size: 0px;
      height: 1px;
      left: 0;
      position: absolute;
      top: 50%;
      width: 100%; }
  .counter.counter-sm span,
  .counter-separated.counter-sm span {
    font-size: 16px;
    line-height: 22px;
    padding: 0 4px; }
  .counter.counter-lg span,
  .counter-separated.counter-lg span {
    font-size: 24px;
    line-height: 34px;
    padding: 0 6px; }

.counter-separated span {
  padding: 0 5px; }
  .counter-separated span + span {
    margin-left: 4px; }
.counter-separated.counter-sm span {
  padding: 0 4px; }
  .counter-separated.counter-sm span + span {
    margin-left: 3px; }

.btn-pa-purple {
  color: #fff; }
  .btn-pa-purple:focus {
    color: #fff; }
  .btn-pa-purple.btn-outline:focus {
    color: #555; }
  .btn-pa-purple.btn-outline.dark:focus {
    color: #fff;
    color: rgba(255, 255, 255, 0.8); }
  .btn-pa-purple, .btn-pa-purple:focus {
    border-color: #78658b;
    border-bottom-color: #695879;
    background: #857198;
    background-image: -webkit-linear-gradient(top, #88749a 0%, #78658b 100%);
    background-image: linear-gradient(to bottom, #88749a 0%, #78658b 100%);
    background-repeat: repeat-x; }
  .btn-pa-purple:hover {
    color: #fff;
    border-color: #715e82;
    border-bottom-color: #574964;
    background: #78658b !important;
    background-image: -webkit-linear-gradient(top, #806b94 0%, #715e82 100%) !important;
    background-image: linear-gradient(to bottom, #806b94 0%, #715e82 100%) !important;
    background-repeat: repeat-x; }
  .btn-pa-purple:active, .btn-pa-purple.active, .open .btn-pa-purple.dropdown-toggle {
    background: none;
    background: #7b678e !important;
    border-color: #615170;
    border-bottom-color: #615170 !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .btn-pa-purple.btn-flat {
    background: #7d6991; }
    .btn-pa-purple.btn-flat:hover, .btn-pa-purple.btn-flat:active, .btn-pa-purple.btn-flat.active, .open .btn-pa-purple.btn-flat.dropdown-toggle {
      background: #7d6991 !important;
      color: #fff; }
  .btn-pa-purple.btn-outline:hover, .btn-pa-purple.btn-outline.btn-flat:hover {
    color: #fff;
    border-color: #715e82;
    border-bottom-color: #574964; }
  .btn-pa-purple.btn-outline:active, .btn-pa-purple.btn-outline.btn-flat:active {
    border-color: #615170; }
  .btn-group .btn-pa-purple, .btn-group .btn-pa-purple:focus, .input-group-btn .btn-pa-purple, .input-group-btn .btn-pa-purple:focus {
    border-left-color: #715e82;
    border-right-color: #715e82; }
  .btn-group .btn-pa-purple:hover, .btn-group.open .btn-pa-purple.dropdown-toggle, .input-group-btn .btn-pa-purple:hover, .input-group-btn.open .btn-pa-purple.dropdown-toggle {
    border-color: #715e82;
    border-bottom-color: #574964; }
  .btn-group .btn-pa-purple:active, .btn-group .btn-pa-purple.active, .input-group-btn .btn-pa-purple:active, .input-group-btn .btn-pa-purple.active {
    border-left-color: #615170;
    border-right-color: #615170; }

.badge.badge-pa-purple {
  background: #857198;
  border: 1px solid #857198; }
  .badge.badge-pa-purple[href]:hover, .badge.badge-pa-purple[href]:focus {
    background-color: #6b5a7c;
    border-color: #6b5a7c; }

.label.label-pa-purple {
  background: #857198; }
  .label.label-pa-purple[href]:hover, .label.label-pa-purple[href]:focus {
    background-color: #6b5a7c; }
  .label.label-pa-purple.label-tag {
    border: 1px solid #857198; }
    .label.label-pa-purple.label-tag:before {
      border-color: transparent #857198 transparent transparent; }
    .label.label-pa-purple.label-tag[href]:hover, .label.label-pa-purple.label-tag[href]:focus {
      border-color: #6b5a7c; }
    .label.label-pa-purple.label-tag[href]:hover:before, .label.label-pa-purple.label-tag[href]:focus:before {
      border-color: transparent #6b5a7c transparent transparent; }
    .right-to-left .label.label-pa-purple.label-tag:before {
      border-color: transparent transparent transparent #857198; }
    .right-to-left .label.label-pa-purple.label-tag[href]:hover:before, .right-to-left .label.label-pa-purple.label-tag[href]:focus:before {
      border-color: transparent transparent transparent #6b5a7c; }
    .ie8 .right-to-left .label.label-pa-purple.label-tag:before, .ie9 .right-to-left .label.label-pa-purple.label-tag:before {
      border-color: transparent #857198 transparent transparent; }
    .ie8 .right-to-left .label.label-pa-purple.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-pa-purple.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-pa-purple.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-pa-purple.label-tag[href]:focus:before {
      border-color: transparent #6b5a7c transparent transparent; }

.alert.alert-pa-purple {
  color: #fff;
  background: none;
  border-color: #6b5a7c;
  background-color: #857198;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 20px 20px; }

.progress .progress-bar.progress-bar-pa-purple {
  background: #857198;
  border-color: #766388; }

.progress.progress-striped .progress-bar.progress-bar-pa-purple {
  background-color: #857198;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }

.dropdown-menu.dropdown-menu-pa-purple > li > a:hover,
.dropdown-menu.dropdown-menu-pa-purple > li.active > a {
  background: #857198; }
.dropdown-menu.dropdown-menu-pa-purple > li > a:hover {
  color: #fff; }

.nav-tabs.nav-tabs-pa-purple > li.active > a, .nav-tabs.nav-tabs-pa-purple > li.active > a:hover, .nav-tabs.nav-tabs-pa-purple > li.active > a:focus {
  background: #857198;
  border-bottom: 2px solid #78658b; }
.nav-tabs.nav-tabs-pa-purple .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #78658b; }

.nav-pills.nav-pills-pa-purple > li.active > a, .nav-pills.nav-pills-pa-purple > li.active > a:hover, .nav-pills.nav-pills-pa-purple > li.active > a:focus {
  background: #857198; }

.table-pa-purple table {
  border-top-color: #666567 !important; }
.table-pa-purple thead,
.table-pa-purple thead tr,
.table-pa-purple thead th,
.table-pa-purple .table-header {
  border-color: #666567 !important;
  color: #fff; }
.table-pa-purple thead tr,
.table-pa-purple thead th {
  background: #756c7e; }
.table-pa-purple .table-header {
  background: #857198; }

.list-group.list-group-pa-purple a.list-group-item.active {
  background: #857198;
  border-color: #857198; }
  .list-group.list-group-pa-purple a.list-group-item.active .list-group-item-text {
    color: #ebe7ee; }

.panel.panel-pa-purple {
  border-color: #857198 !important; }
  .panel.panel-pa-purple .panel-heading {
    background: #857198;
    border-color: #857198;
    color: #fff; }
    .panel.panel-pa-purple .panel-heading .panel-title {
      color: #fff; }
    .panel.panel-pa-purple .panel-heading .panel-heading-text {
      color: #e6e1e9; }
      .panel.panel-pa-purple .panel-heading .panel-heading-text a {
        color: #e6e1e9;
        text-decoration: underline; }
        .panel.panel-pa-purple .panel-heading .panel-heading-text a:hover {
          color: #fff; }
  .panel.panel-pa-purple .panel-heading-controls li.active a,
  .panel.panel-pa-purple .panel-heading-controls li.active span {
    color: #857198 !important; }
  .panel.panel-pa-purple.panel-body-colorful .panel-heading,
  .panel.panel-pa-purple.panel-body-colorful table,
  .panel.panel-pa-purple.panel-body-colorful table tr,
  .panel.panel-pa-purple.panel-body-colorful table th,
  .panel.panel-pa-purple.panel-body-colorful table td,
  .panel.panel-pa-purple.panel-body-colorful .list-group-item {
    border-color: #9989a9; }
  .panel.panel-pa-purple.panel-body-colorful,
  .panel.panel-pa-purple.panel-body-colorful .panel-body,
  .panel.panel-pa-purple.panel-body-colorful .list-group-item {
    background: #857198;
    color: #fff; }
  .panel.panel-pa-purple.panel-body-colorful .panel-footer {
    background: #857198;
    border-color: #9989a9;
    color: #fff; }

.popover-pa-purple + .popover .popover-title {
  background: #857198;
  border-bottom-color: #857198;
  color: #fff; }
.popover-pa-purple.popover-colorful + .popover {
  background: #857198;
  border-color: #857198;
  color: #fff; }
  .popover-pa-purple.popover-colorful + .popover .popover-title {
    border-bottom-color: #9989a9;
    border-bottom-width: 2px; }
  .popover-pa-purple.popover-colorful + .popover.top .arrow:after {
    border-top-color: #857198; }
  .popover-pa-purple.popover-colorful + .popover.bottom .arrow:after {
    border-bottom-color: #857198; }
  .popover-pa-purple.popover-colorful + .popover.left .arrow:after {
    border-left-color: #857198; }
  .popover-pa-purple.popover-colorful + .popover.right .arrow:after {
    border-right-color: #857198; }

.tooltip-pa-purple + .tooltip .tooltip-inner {
  background-color: #6b5a7c; }
.tooltip-pa-purple + .tooltip.top .tooltip-arrow {
  border-top-color: #6b5a7c; }
.tooltip-pa-purple + .tooltip.top-left .tooltip-arrow {
  border-top-color: #6b5a7c; }
.tooltip-pa-purple + .tooltip.top-right .tooltip-arrow {
  border-top-color: #6b5a7c; }
.tooltip-pa-purple + .tooltip.right .tooltip-arrow {
  border-right-color: #6b5a7c; }
.tooltip-pa-purple + .tooltip.left .tooltip-arrow {
  border-left-color: #6b5a7c; }
.tooltip-pa-purple + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #6b5a7c; }
.tooltip-pa-purple + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #6b5a7c; }
.tooltip-pa-purple + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #6b5a7c; }

.panel-group.panel-group-pa-purple .accordion-toggle {
  background: #857198;
  color: #fff; }
.panel-group.panel-group-pa-purple .accordion-toggle:after,
.panel-group.panel-group-pa-purple .accordion-toggle:hover:after,
.panel-group.panel-group-pa-purple .accordion-toggle.collapsed:hover:after {
  color: #fff; }
.panel-group.panel-group-pa-purple .panel,
.panel-group.panel-group-pa-purple .panel-heading,
.panel-group.panel-group-pa-purple .panel-body, .panel-group.panel-group-pa-purple.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #857198; }

.switcher-pa-purple .switcher-state-on {
  background: #857198 !important; }

.ui-slider.ui-slider-pa-purple .ui-slider-handle.ui-state-active:before {
  background: #857198; }
.ui-slider.ui-slider-pa-purple .ui-slider-range {
  background: #857198; }

.bg-pa-purple {
  background: #857198 !important; }
  .bg-pa-purple[href]:hover {
    background: #7d7089 !important; }
  .bg-pa-purple.darken {
    background: #7d7089 !important; }
    .bg-pa-purple.darken[href]:hover {
      background: #756a81 !important; }
  .bg-pa-purple.darker {
    background: #756a81 !important; }
    .bg-pa-purple.darker[href]:hover {
      background: #6e6378 !important; }
  .bg-pa-purple, .bg-pa-purple:hover, .bg-pa-purple:active, .bg-pa-purple:focus,
  .bg-pa-purple a,
  .bg-pa-purple a:focus {
    color: #fff; }
  .bg-pa-purple a:hover,
  .bg-pa-purple a:active {
    color: #d9d9d9; }
  .bg-pa-purple[href]:hover,
  .bg-pa-purple [href]:hover {
    color: #fff; }
  .bg-pa-purple * {
    border-color: #9786a7; }

.text-pa-purple, .text-pa-purple:hover, .text-pa-purple:active, .text-pa-purple:focus,
.text-pa-purple a,
.text-pa-purple a:focus {
  color: #857198; }
.text-pa-purple a:hover,
.text-pa-purple a:active {
  color: #5f4f6d; }

.btn-light-green {
  color: #fff; }
  .btn-light-green:focus {
    color: #fff; }
  .btn-light-green.btn-outline:focus {
    color: #555; }
  .btn-light-green.btn-outline.dark:focus {
    color: #fff;
    color: rgba(255, 255, 255, 0.8); }
  .btn-light-green, .btn-light-green:focus {
    border-color: #98c66b;
    border-bottom-color: #89bd54;
    background: #a5cd7d;
    background-image: -webkit-linear-gradient(top, #a8ce81 0%, #98c66b 100%);
    background-image: linear-gradient(to bottom, #a8ce81 0%, #98c66b 100%);
    background-repeat: repeat-x; }
  .btn-light-green:hover {
    color: #fff;
    border-color: #91c260;
    border-bottom-color: #77ac42;
    background: #98c66b !important;
    background-image: -webkit-linear-gradient(top, #a0ca76 0%, #91c260 100%) !important;
    background-image: linear-gradient(to bottom, #a0ca76 0%, #91c260 100%) !important;
    background-repeat: repeat-x; }
  .btn-light-green:active, .btn-light-green.active, .open .btn-light-green.dropdown-toggle {
    background: none;
    background: #9bc76e !important;
    border-color: #81b949;
    border-bottom-color: #81b949 !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .btn-light-green.btn-flat {
    background: #9dc972; }
    .btn-light-green.btn-flat:hover, .btn-light-green.btn-flat:active, .btn-light-green.btn-flat.active, .open .btn-light-green.btn-flat.dropdown-toggle {
      background: #9dc972 !important;
      color: #fff; }
  .btn-light-green.btn-outline:hover, .btn-light-green.btn-outline.btn-flat:hover {
    color: #fff;
    border-color: #91c260;
    border-bottom-color: #77ac42; }
  .btn-light-green.btn-outline:active, .btn-light-green.btn-outline.btn-flat:active {
    border-color: #81b949; }
  .btn-group .btn-light-green, .btn-group .btn-light-green:focus, .input-group-btn .btn-light-green, .input-group-btn .btn-light-green:focus {
    border-left-color: #91c260;
    border-right-color: #91c260; }
  .btn-group .btn-light-green:hover, .btn-group.open .btn-light-green.dropdown-toggle, .input-group-btn .btn-light-green:hover, .input-group-btn.open .btn-light-green.dropdown-toggle {
    border-color: #91c260;
    border-bottom-color: #77ac42; }
  .btn-group .btn-light-green:active, .btn-group .btn-light-green.active, .input-group-btn .btn-light-green:active, .input-group-btn .btn-light-green.active {
    border-left-color: #81b949;
    border-right-color: #81b949; }

.badge.badge-light-green {
  background: #a5cd7d;
  border: 1px solid #a5cd7d; }
  .badge.badge-light-green[href]:hover, .badge.badge-light-green[href]:focus {
    background-color: #8cbf58;
    border-color: #8cbf58; }

.label.label-light-green {
  background: #a5cd7d; }
  .label.label-light-green[href]:hover, .label.label-light-green[href]:focus {
    background-color: #8cbf58; }
  .label.label-light-green.label-tag {
    border: 1px solid #a5cd7d; }
    .label.label-light-green.label-tag:before {
      border-color: transparent #a5cd7d transparent transparent; }
    .label.label-light-green.label-tag[href]:hover, .label.label-light-green.label-tag[href]:focus {
      border-color: #8cbf58; }
    .label.label-light-green.label-tag[href]:hover:before, .label.label-light-green.label-tag[href]:focus:before {
      border-color: transparent #8cbf58 transparent transparent; }
    .right-to-left .label.label-light-green.label-tag:before {
      border-color: transparent transparent transparent #a5cd7d; }
    .right-to-left .label.label-light-green.label-tag[href]:hover:before, .right-to-left .label.label-light-green.label-tag[href]:focus:before {
      border-color: transparent transparent transparent #8cbf58; }
    .ie8 .right-to-left .label.label-light-green.label-tag:before, .ie9 .right-to-left .label.label-light-green.label-tag:before {
      border-color: transparent #a5cd7d transparent transparent; }
    .ie8 .right-to-left .label.label-light-green.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-light-green.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-light-green.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-light-green.label-tag[href]:focus:before {
      border-color: transparent #8cbf58 transparent transparent; }

.alert.alert-light-green {
  color: #fff;
  background: none;
  border-color: #8cbf58;
  background-color: #a5cd7d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 20px 20px; }

.progress .progress-bar.progress-bar-light-green {
  background: #a5cd7d;
  border-color: #96c567; }

.progress.progress-striped .progress-bar.progress-bar-light-green {
  background-color: #a5cd7d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }

.dropdown-menu.dropdown-menu-light-green > li > a:hover,
.dropdown-menu.dropdown-menu-light-green > li.active > a {
  background: #a5cd7d; }
.dropdown-menu.dropdown-menu-light-green > li > a:hover {
  color: #fff; }

.nav-tabs.nav-tabs-light-green > li.active > a, .nav-tabs.nav-tabs-light-green > li.active > a:hover, .nav-tabs.nav-tabs-light-green > li.active > a:focus {
  background: #a5cd7d;
  border-bottom: 2px solid #98c66b; }
.nav-tabs.nav-tabs-light-green .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #98c66b; }

.nav-pills.nav-pills-light-green > li.active > a, .nav-pills.nav-pills-light-green > li.active > a:hover, .nav-pills.nav-pills-light-green > li.active > a:focus {
  background: #a5cd7d; }

.table-light-green table {
  border-top-color: #86aa63 !important; }
.table-light-green thead,
.table-light-green thead tr,
.table-light-green thead th,
.table-light-green .table-header {
  border-color: #86aa63 !important;
  color: #fff; }
.table-light-green thead tr,
.table-light-green thead th {
  background: #96bc6f; }
.table-light-green .table-header {
  background: #a5cd7d; }

.list-group.list-group-light-green a.list-group-item.active {
  background: #a5cd7d;
  border-color: #a5cd7d; }
  .list-group.list-group-light-green a.list-group-item.active .list-group-item-text {
    color: white; }

.panel.panel-light-green {
  border-color: #a5cd7d !important; }
  .panel.panel-light-green .panel-heading {
    background: #a5cd7d;
    border-color: #a5cd7d;
    color: #fff; }
    .panel.panel-light-green .panel-heading .panel-title {
      color: #fff; }
    .panel.panel-light-green .panel-heading .panel-heading-text {
      color: white; }
      .panel.panel-light-green .panel-heading .panel-heading-text a {
        color: white;
        text-decoration: underline; }
        .panel.panel-light-green .panel-heading .panel-heading-text a:hover {
          color: #fff; }
  .panel.panel-light-green .panel-heading-controls li.active a,
  .panel.panel-light-green .panel-heading-controls li.active span {
    color: #a5cd7d !important; }
  .panel.panel-light-green.panel-body-colorful .panel-heading,
  .panel.panel-light-green.panel-body-colorful table,
  .panel.panel-light-green.panel-body-colorful table tr,
  .panel.panel-light-green.panel-body-colorful table th,
  .panel.panel-light-green.panel-body-colorful table td,
  .panel.panel-light-green.panel-body-colorful .list-group-item {
    border-color: #b9d89a; }
  .panel.panel-light-green.panel-body-colorful,
  .panel.panel-light-green.panel-body-colorful .panel-body,
  .panel.panel-light-green.panel-body-colorful .list-group-item {
    background: #a5cd7d;
    color: #fff; }
  .panel.panel-light-green.panel-body-colorful .panel-footer {
    background: #a5cd7d;
    border-color: #b9d89a;
    color: #fff; }

.popover-light-green + .popover .popover-title {
  background: #a5cd7d;
  border-bottom-color: #a5cd7d;
  color: #fff; }
.popover-light-green.popover-colorful + .popover {
  background: #a5cd7d;
  border-color: #a5cd7d;
  color: #fff; }
  .popover-light-green.popover-colorful + .popover .popover-title {
    border-bottom-color: #b9d89a;
    border-bottom-width: 2px; }
  .popover-light-green.popover-colorful + .popover.top .arrow:after {
    border-top-color: #a5cd7d; }
  .popover-light-green.popover-colorful + .popover.bottom .arrow:after {
    border-bottom-color: #a5cd7d; }
  .popover-light-green.popover-colorful + .popover.left .arrow:after {
    border-left-color: #a5cd7d; }
  .popover-light-green.popover-colorful + .popover.right .arrow:after {
    border-right-color: #a5cd7d; }

.tooltip-light-green + .tooltip .tooltip-inner {
  background-color: #8cbf58; }
.tooltip-light-green + .tooltip.top .tooltip-arrow {
  border-top-color: #8cbf58; }
.tooltip-light-green + .tooltip.top-left .tooltip-arrow {
  border-top-color: #8cbf58; }
.tooltip-light-green + .tooltip.top-right .tooltip-arrow {
  border-top-color: #8cbf58; }
.tooltip-light-green + .tooltip.right .tooltip-arrow {
  border-right-color: #8cbf58; }
.tooltip-light-green + .tooltip.left .tooltip-arrow {
  border-left-color: #8cbf58; }
.tooltip-light-green + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #8cbf58; }
.tooltip-light-green + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #8cbf58; }
.tooltip-light-green + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #8cbf58; }

.panel-group.panel-group-light-green .accordion-toggle {
  background: #a5cd7d;
  color: #fff; }
.panel-group.panel-group-light-green .accordion-toggle:after,
.panel-group.panel-group-light-green .accordion-toggle:hover:after,
.panel-group.panel-group-light-green .accordion-toggle.collapsed:hover:after {
  color: #fff; }
.panel-group.panel-group-light-green .panel,
.panel-group.panel-group-light-green .panel-heading,
.panel-group.panel-group-light-green .panel-body, .panel-group.panel-group-light-green.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #a5cd7d; }

.switcher-light-green .switcher-state-on {
  background: #a5cd7d !important; }

.ui-slider.ui-slider-light-green .ui-slider-handle.ui-state-active:before {
  background: #a5cd7d; }
.ui-slider.ui-slider-light-green .ui-slider-range {
  background: #a5cd7d; }

.bg-light-green {
  background: #a5cd7d !important; }
  .bg-light-green[href]:hover {
    background: #9dc378 !important; }
  .bg-light-green.darken {
    background: #9dc378 !important; }
    .bg-light-green.darken[href]:hover {
      background: #96be6d !important; }
  .bg-light-green.darker {
    background: #96be6d !important; }
    .bg-light-green.darker[href]:hover {
      background: #8eb963 !important; }
  .bg-light-green, .bg-light-green:hover, .bg-light-green:active, .bg-light-green:focus,
  .bg-light-green a,
  .bg-light-green a:focus {
    color: #fff; }
  .bg-light-green a:hover,
  .bg-light-green a:active {
    color: #d9d9d9; }
  .bg-light-green[href]:hover,
  .bg-light-green [href]:hover {
    color: #fff; }
  .bg-light-green * {
    border-color: #b7d797; }

.text-light-green, .text-light-green:hover, .text-light-green:active, .text-light-green:focus,
.text-light-green a,
.text-light-green a:focus {
  color: #a5cd7d; }
.text-light-green a:hover,
.text-light-green a:active {
  color: #7fb746; }

.btn-dark-gray {
  color: #fff; }
  .btn-dark-gray:focus {
    color: #fff; }
  .btn-dark-gray.btn-outline:focus {
    color: #555; }
  .btn-dark-gray.btn-outline.dark:focus {
    color: #fff;
    color: rgba(255, 255, 255, 0.8); }
  .btn-dark-gray, .btn-dark-gray:focus {
    border-color: #2d2d30;
    border-bottom-color: #1e1e20;
    background: #39393d;
    background-image: -webkit-linear-gradient(top, #3b3b40 0%, #2d2d30 100%);
    background-image: linear-gradient(to bottom, #3b3b40 0%, #2d2d30 100%);
    background-repeat: repeat-x; }
  .btn-dark-gray:hover {
    color: #fff;
    border-color: #252528;
    border-bottom-color: #0d0d0e;
    background: #2d2d30 !important;
    background-image: -webkit-linear-gradient(top, #343438 0%, #252528 100%) !important;
    background-image: linear-gradient(to bottom, #343438 0%, #252528 100%) !important;
    background-repeat: repeat-x; }
  .btn-dark-gray:active, .btn-dark-gray.active, .open .btn-dark-gray.dropdown-toggle {
    background: none;
    background: #2f2f32 !important;
    border-color: #171718;
    border-bottom-color: #171718 !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .btn-dark-gray.btn-flat {
    background: #323235; }
    .btn-dark-gray.btn-flat:hover, .btn-dark-gray.btn-flat:active, .btn-dark-gray.btn-flat.active, .open .btn-dark-gray.btn-flat.dropdown-toggle {
      background: #323235 !important;
      color: #fff; }
  .btn-dark-gray.btn-outline:hover, .btn-dark-gray.btn-outline.btn-flat:hover {
    color: #fff;
    border-color: #252528;
    border-bottom-color: #0d0d0e; }
  .btn-dark-gray.btn-outline:active, .btn-dark-gray.btn-outline.btn-flat:active {
    border-color: #171718; }
  .btn-group .btn-dark-gray, .btn-group .btn-dark-gray:focus, .input-group-btn .btn-dark-gray, .input-group-btn .btn-dark-gray:focus {
    border-left-color: #252528;
    border-right-color: #252528; }
  .btn-group .btn-dark-gray:hover, .btn-group.open .btn-dark-gray.dropdown-toggle, .input-group-btn .btn-dark-gray:hover, .input-group-btn.open .btn-dark-gray.dropdown-toggle {
    border-color: #252528;
    border-bottom-color: #0d0d0e; }
  .btn-group .btn-dark-gray:active, .btn-group .btn-dark-gray.active, .input-group-btn .btn-dark-gray:active, .input-group-btn .btn-dark-gray.active {
    border-left-color: #171718;
    border-right-color: #171718; }

.badge.badge-dark-gray {
  background: #39393d;
  border: 1px solid #39393d; }
  .badge.badge-dark-gray[href]:hover, .badge.badge-dark-gray[href]:focus {
    background-color: #202023;
    border-color: #202023; }

.label.label-dark-gray {
  background: #39393d; }
  .label.label-dark-gray[href]:hover, .label.label-dark-gray[href]:focus {
    background-color: #202023; }
  .label.label-dark-gray.label-tag {
    border: 1px solid #39393d; }
    .label.label-dark-gray.label-tag:before {
      border-color: transparent #39393d transparent transparent; }
    .label.label-dark-gray.label-tag[href]:hover, .label.label-dark-gray.label-tag[href]:focus {
      border-color: #202023; }
    .label.label-dark-gray.label-tag[href]:hover:before, .label.label-dark-gray.label-tag[href]:focus:before {
      border-color: transparent #202023 transparent transparent; }
    .right-to-left .label.label-dark-gray.label-tag:before {
      border-color: transparent transparent transparent #39393d; }
    .right-to-left .label.label-dark-gray.label-tag[href]:hover:before, .right-to-left .label.label-dark-gray.label-tag[href]:focus:before {
      border-color: transparent transparent transparent #202023; }
    .ie8 .right-to-left .label.label-dark-gray.label-tag:before, .ie9 .right-to-left .label.label-dark-gray.label-tag:before {
      border-color: transparent #39393d transparent transparent; }
    .ie8 .right-to-left .label.label-dark-gray.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-dark-gray.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-dark-gray.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-dark-gray.label-tag[href]:focus:before {
      border-color: transparent #202023 transparent transparent; }

.alert.alert-dark-gray {
  color: #fff;
  background: none;
  border-color: #202023;
  background-color: #39393d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 20px 20px; }

.progress .progress-bar.progress-bar-dark-gray {
  background: #39393d;
  border-color: #2a2a2d; }

.progress.progress-striped .progress-bar.progress-bar-dark-gray {
  background-color: #39393d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }

.dropdown-menu.dropdown-menu-dark-gray > li > a:hover,
.dropdown-menu.dropdown-menu-dark-gray > li.active > a {
  background: #39393d; }
.dropdown-menu.dropdown-menu-dark-gray > li > a:hover {
  color: #fff; }

.nav-tabs.nav-tabs-dark-gray > li.active > a, .nav-tabs.nav-tabs-dark-gray > li.active > a:hover, .nav-tabs.nav-tabs-dark-gray > li.active > a:focus {
  background: #39393d;
  border-bottom: 2px solid #2d2d30; }
.nav-tabs.nav-tabs-dark-gray .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #2d2d30; }

.nav-pills.nav-pills-dark-gray > li.active > a, .nav-pills.nav-pills-dark-gray > li.active > a:hover, .nav-pills.nav-pills-dark-gray > li.active > a:focus {
  background: #39393d; }

.table-dark-gray table {
  border-top-color: #1c1c1c !important; }
.table-dark-gray thead,
.table-dark-gray thead tr,
.table-dark-gray thead th,
.table-dark-gray .table-header {
  border-color: #1c1c1c !important;
  color: #fff; }
.table-dark-gray thead tr,
.table-dark-gray thead th {
  background: #2c2c2c; }
.table-dark-gray .table-header {
  background: #39393d; }

.list-group.list-group-dark-gray a.list-group-item.active {
  background: #39393d;
  border-color: #39393d; }
  .list-group.list-group-dark-gray a.list-group-item.active .list-group-item-text {
    color: #9e9ea4; }

.panel.panel-dark-gray {
  border-color: #39393d !important; }
  .panel.panel-dark-gray .panel-heading {
    background: #39393d;
    border-color: #39393d;
    color: #fff; }
    .panel.panel-dark-gray .panel-heading .panel-title {
      color: #fff; }
    .panel.panel-dark-gray .panel-heading .panel-heading-text {
      color: #99999f; }
      .panel.panel-dark-gray .panel-heading .panel-heading-text a {
        color: #99999f;
        text-decoration: underline; }
        .panel.panel-dark-gray .panel-heading .panel-heading-text a:hover {
          color: #fff; }
  .panel.panel-dark-gray .panel-heading-controls li.active a,
  .panel.panel-dark-gray .panel-heading-controls li.active span {
    color: #39393d !important; }
  .panel.panel-dark-gray.panel-body-colorful .panel-heading,
  .panel.panel-dark-gray.panel-body-colorful table,
  .panel.panel-dark-gray.panel-body-colorful table tr,
  .panel.panel-dark-gray.panel-body-colorful table th,
  .panel.panel-dark-gray.panel-body-colorful table td,
  .panel.panel-dark-gray.panel-body-colorful .list-group-item {
    border-color: #4d4d52; }
  .panel.panel-dark-gray.panel-body-colorful,
  .panel.panel-dark-gray.panel-body-colorful .panel-body,
  .panel.panel-dark-gray.panel-body-colorful .list-group-item {
    background: #39393d;
    color: #fff; }
  .panel.panel-dark-gray.panel-body-colorful .panel-footer {
    background: #39393d;
    border-color: #4d4d52;
    color: #fff; }

.popover-dark-gray + .popover .popover-title {
  background: #39393d;
  border-bottom-color: #39393d;
  color: #fff; }
.popover-dark-gray.popover-colorful + .popover {
  background: #39393d;
  border-color: #39393d;
  color: #fff; }
  .popover-dark-gray.popover-colorful + .popover .popover-title {
    border-bottom-color: #4d4d52;
    border-bottom-width: 2px; }
  .popover-dark-gray.popover-colorful + .popover.top .arrow:after {
    border-top-color: #39393d; }
  .popover-dark-gray.popover-colorful + .popover.bottom .arrow:after {
    border-bottom-color: #39393d; }
  .popover-dark-gray.popover-colorful + .popover.left .arrow:after {
    border-left-color: #39393d; }
  .popover-dark-gray.popover-colorful + .popover.right .arrow:after {
    border-right-color: #39393d; }

.tooltip-dark-gray + .tooltip .tooltip-inner {
  background-color: #202023; }
.tooltip-dark-gray + .tooltip.top .tooltip-arrow {
  border-top-color: #202023; }
.tooltip-dark-gray + .tooltip.top-left .tooltip-arrow {
  border-top-color: #202023; }
.tooltip-dark-gray + .tooltip.top-right .tooltip-arrow {
  border-top-color: #202023; }
.tooltip-dark-gray + .tooltip.right .tooltip-arrow {
  border-right-color: #202023; }
.tooltip-dark-gray + .tooltip.left .tooltip-arrow {
  border-left-color: #202023; }
.tooltip-dark-gray + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #202023; }
.tooltip-dark-gray + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #202023; }
.tooltip-dark-gray + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #202023; }

.panel-group.panel-group-dark-gray .accordion-toggle {
  background: #39393d;
  color: #fff; }
.panel-group.panel-group-dark-gray .accordion-toggle:after,
.panel-group.panel-group-dark-gray .accordion-toggle:hover:after,
.panel-group.panel-group-dark-gray .accordion-toggle.collapsed:hover:after {
  color: #fff; }
.panel-group.panel-group-dark-gray .panel,
.panel-group.panel-group-dark-gray .panel-heading,
.panel-group.panel-group-dark-gray .panel-body, .panel-group.panel-group-dark-gray.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #39393d; }

.switcher-dark-gray .switcher-state-on {
  background: #39393d !important; }

.ui-slider.ui-slider-dark-gray .ui-slider-handle.ui-state-active:before {
  background: #39393d; }
.ui-slider.ui-slider-dark-gray .ui-slider-range {
  background: #39393d; }

.bg-dark-gray {
  background: #39393d !important; }
  .bg-dark-gray[href]:hover {
    background: #333333 !important; }
  .bg-dark-gray.darken {
    background: #333333 !important; }
    .bg-dark-gray.darken[href]:hover {
      background: #2c2c2c !important; }
  .bg-dark-gray.darker {
    background: #2c2c2c !important; }
    .bg-dark-gray.darker[href]:hover {
      background: #242424 !important; }
  .bg-dark-gray, .bg-dark-gray:hover, .bg-dark-gray:active, .bg-dark-gray:focus,
  .bg-dark-gray a,
  .bg-dark-gray a:focus {
    color: #fff; }
  .bg-dark-gray a:hover,
  .bg-dark-gray a:active {
    color: #d9d9d9; }
  .bg-dark-gray[href]:hover,
  .bg-dark-gray [href]:hover {
    color: #fff; }
  .bg-dark-gray * {
    border-color: #4a4a4f; }

.text-dark-gray, .text-dark-gray:hover, .text-dark-gray:active, .text-dark-gray:focus,
.text-dark-gray a,
.text-dark-gray a:focus {
  color: #39393d; }
.text-dark-gray a:hover,
.text-dark-gray a:active {
  color: #141415; }

.btn-facebook {
  color: #fff; }
  .btn-facebook:focus {
    color: #fff; }
  .btn-facebook.btn-outline:focus {
    color: #555; }
  .btn-facebook.btn-outline.dark:focus {
    color: #fff;
    color: rgba(255, 255, 255, 0.8); }
  .btn-facebook, .btn-facebook:focus {
    border-color: #4c669c;
    border-bottom-color: #425887;
    background: #5571ac;
    background-image: -webkit-linear-gradient(top, #5874ae 0%, #4c669c 100%);
    background-image: linear-gradient(to bottom, #5874ae 0%, #4c669c 100%);
    background-repeat: repeat-x; }
  .btn-facebook:hover {
    color: #fff;
    border-color: #475f91;
    border-bottom-color: #36486f;
    background: #4c669c !important;
    background-image: -webkit-linear-gradient(top, #516ca6 0%, #475f91 100%) !important;
    background-image: linear-gradient(to bottom, #516ca6 0%, #475f91 100%) !important;
    background-repeat: repeat-x; }
  .btn-facebook:active, .btn-facebook.active, .open .btn-facebook.dropdown-toggle {
    background: none;
    background: #4e689f !important;
    border-color: #3d517d;
    border-bottom-color: #3d517d !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .btn-facebook.btn-flat {
    background: #4f6aa2; }
    .btn-facebook.btn-flat:hover, .btn-facebook.btn-flat:active, .btn-facebook.btn-flat.active, .open .btn-facebook.btn-flat.dropdown-toggle {
      background: #4f6aa2 !important;
      color: #fff; }
  .btn-facebook.btn-outline:hover, .btn-facebook.btn-outline.btn-flat:hover {
    color: #fff;
    border-color: #475f91;
    border-bottom-color: #36486f; }
  .btn-facebook.btn-outline:active, .btn-facebook.btn-outline.btn-flat:active {
    border-color: #3d517d; }
  .btn-group .btn-facebook, .btn-group .btn-facebook:focus, .input-group-btn .btn-facebook, .input-group-btn .btn-facebook:focus {
    border-left-color: #475f91;
    border-right-color: #475f91; }
  .btn-group .btn-facebook:hover, .btn-group.open .btn-facebook.dropdown-toggle, .input-group-btn .btn-facebook:hover, .input-group-btn.open .btn-facebook.dropdown-toggle {
    border-color: #475f91;
    border-bottom-color: #36486f; }
  .btn-group .btn-facebook:active, .btn-group .btn-facebook.active, .input-group-btn .btn-facebook:active, .input-group-btn .btn-facebook.active {
    border-left-color: #3d517d;
    border-right-color: #3d517d; }

.stat-panel {
  background: #fff;
  border-radius: 2px;
  display: table;
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
  table-layout: fixed !important;
  width: 100%; }

.stat-rows {
  display: table;
  height: 100%;
  table-layout: fixed !important;
  width: 100%; }

.stat-cell,
.stat-row {
  float: none !important; }

.stat-row {
  display: table-row !important;
  float: none;
  width: 100%; }

.stat-cell {
  display: table-cell !important;
  overflow: hidden;
  padding: 20px;
  position: relative; }
  .stat-cell > * {
    position: relative; }
  .stat-cell .fa {
    line-height: 1.42857; }
  .stat-cell .bg-icon {
    bottom: 0;
    color: rgba(0, 0, 0, 0.05);
    font-size: 100px;
    line-height: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 120px; }
  .stat-cell .bg-icon.bg-icon-left {
    left: 0;
    right: auto; }

a.stat-cell:hover {
  text-decoration: none; }

.stats-sparklines {
  display: inline-block;
  margin-bottom: -2px;
  position: relative;
  width: 100%; }

.stat-counters {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%; }
  .stat-counters > .stat-cell {
    display: table-cell;
    float: none; }
    .stat-counters > .stat-cell + .stat-cell {
      border-left: 1px solid #e4e4e4; }

.stat-counters[class*='bg-'] {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2); }
  .stat-counters[class*='bg-'] .stat-cell {
    border-color: #fff;
    border-color: rgba(0, 0, 0, 0.2); }

[class*='bg-'] .bg-icon {
  color: rgba(0, 0, 0, 0.08); }

.ie8 .stat-cell .bg-icon {
  display: none !important; }

.bordered {
  border: 1px solid #e4e4e4; }

.bordered[class*='bg-'],
[class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2); }

.border-t {
  border-top: 1px solid #e4e4e4; }

.no-border {
  border-width: 0 !important; }

.no-border-hr {
  border-left-width: 0 !important;
  border-right-width: 0 !important; }

.no-border-vr {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important; }

.no-border-t {
  border-top-width: 0 !important; }

body:not(.right-to-left) .no-border-r {
  border-right-width: 0 !important; }

.no-border-b {
  border-bottom-width: 0 !important; }

body:not(.right-to-left) .no-border-l {
  border-left-width: 0 !important; }

.no-grid-gutter-h {
  margin-left: -18px !important;
  margin-right: -18px !important; }

.panel-wide {
  margin-left: -20px !important;
  margin-right: -20px !important; }

.grid-gutter-margin-b {
  margin-bottom: 22px; }

.no-margin {
  margin: 0 !important; }

.no-margin-hr {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.no-margin-vr {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.no-margin-b {
  margin-bottom: 0 !important; }

.no-margin-t {
  margin-top: 0 !important; }

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

.panel-padding {
  padding: 20px !important; }

.grid-gutter-padding-h {
  padding-left: 18px;
  padding-right: 18px; }

.tab-content-padding {
  padding: 15px 0 !important; }

.panel-padding-h {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.padding-sm {
  padding: 10px 15px !important; }

.padding-sm-hr {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.padding-xs-hr {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.padding-sm-vr {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.padding-xs-vr {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-hr {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.no-padding-vr {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.no-padding-b {
  padding-bottom: 0 !important; }

.no-padding-t {
  padding-top: 0 !important; }

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

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

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

@media (min-width: 768px) {
  .text-left-sm {
    text-align: left; }

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

  .text-right-sm {
    text-align: right; } }
@media (min-width: 992px) {
  .text-left-md {
    text-align: left; }

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

  .text-right-md {
    text-align: right; } }
@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left; }

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

  .text-right-lg {
    text-align: right; } }
.valign-top,
.valign-top td,
.valign-top th {
  vertical-align: top !important; }

.valign-middle,
.valign-middle td,
.valign-middle th {
  vertical-align: middle !important; }

.valign-bottom,
.valign-bottom td,
.valign-bottom th {
  vertical-align: bottom !important; }

.text-xs {
  font-size: 11px; }

.text-sm {
  font-size: 12px; }

.text-bg {
  font-size: 17px; }

.text-lg {
  font-size: 23px; }

.text-xlg {
  font-size: 30px; }

.text-slg {
  font-size: 50px; }

.text-slim {
  font-weight: 300 !important; }

.text-normal {
  font-weight: 400 !important; }

.text-semibold {
  font-weight: 600 !important; }

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

.text-default, .text-default:hover, .text-default:active, .text-default:focus,
.text-default a,
.text-default a:focus {
  color: #829091; }
.text-default a:hover,
.text-default a:active {
  color: #5d6869; }

.text-success, .text-success:hover, .text-success:active, .text-success:focus,
.text-success a,
.text-success a:focus {
  color: #46ac46; }
.text-success a:hover,
.text-success a:active {
  color: #307630; }

.text-danger, .text-danger:hover, .text-danger:active, .text-danger:focus,
.text-danger a,
.text-danger a:focus {
  color: #e14430; }
.text-danger a:hover,
.text-danger a:active {
  color: #ac2919; }

.text-warning, .text-warning:hover, .text-warning:active, .text-warning:focus,
.text-warning a,
.text-warning a:focus {
  color: #f29f29; }
.text-warning a:hover,
.text-warning a:active {
  color: #c2770c; }

.text-info, .text-info:hover, .text-info:active, .text-info:focus,
.text-info a,
.text-info a:focus {
  color: #39b3d7; }
.text-info a:hover,
.text-info a:active {
  color: #2185a3; }

.text-light-gray, .text-light-gray:hover, .text-light-gray:active, .text-light-gray:focus,
.text-light-gray a,
.text-light-gray a:focus {
  color: #bbb; }
.text-light-gray a:hover,
.text-light-gray a:active {
  color: #959595; }

.bg-default {
  background: #98a3a4 !important; }
  .bg-default[href]:hover {
    background: #969797 !important; }
  .bg-default.darken {
    background: #969797 !important; }
    .bg-default.darken[href]:hover {
      background: #8e8f8f !important; }
  .bg-default.darker {
    background: #8e8f8f !important; }
    .bg-default.darker[href]:hover {
      background: #878787 !important; }
  .bg-default, .bg-default:hover, .bg-default:active, .bg-default:focus,
  .bg-default a,
  .bg-default a:focus {
    color: #fff; }
  .bg-default a:hover,
  .bg-default a:active {
    color: #d9d9d9; }
  .bg-default[href]:hover,
  .bg-default [href]:hover {
    color: #fff; }
  .bg-default * {
    border-color: #abb4b5; }

.bg-success {
  background: #5ebd5e !important; }
  .bg-success[href]:hover {
    background: #5ab15a !important; }
  .bg-success.darken {
    background: #5ab15a !important; }
    .bg-success.darken[href]:hover {
      background: #51ab51 !important; }
  .bg-success.darker {
    background: #51ab51 !important; }
    .bg-success.darker[href]:hover {
      background: #4ca14c !important; }
  .bg-success, .bg-success:hover, .bg-success:active, .bg-success:focus,
  .bg-success a,
  .bg-success a:focus {
    color: #fff; }
  .bg-success a:hover,
  .bg-success a:active {
    color: #d9d9d9; }
  .bg-success[href]:hover,
  .bg-success [href]:hover {
    color: #fff; }
  .bg-success * {
    border-color: #77c777; }

.bg-danger {
  background: #e66454 !important; }
  .bg-danger[href]:hover {
    background: #de5d4d !important; }
  .bg-danger.darken {
    background: #de5d4d !important; }
    .bg-danger.darken[href]:hover {
      background: #db5140 !important; }
  .bg-danger.darker {
    background: #db5140 !important; }
    .bg-danger.darker[href]:hover {
      background: #d94533 !important; }
  .bg-danger, .bg-danger:hover, .bg-danger:active, .bg-danger:focus,
  .bg-danger a,
  .bg-danger a:focus {
    color: #fff; }
  .bg-danger a:hover,
  .bg-danger a:active {
    color: #d9d9d9; }
  .bg-danger[href]:hover,
  .bg-danger [href]:hover {
    color: #fff; }
  .bg-danger * {
    border-color: #eb8073; }

.bg-warning {
  background: #f4b04f !important; }
  .bg-warning[href]:hover {
    background: #eda847 !important; }
  .bg-warning.darken {
    background: #eda847 !important; }
    .bg-warning.darken[href]:hover {
      background: #eca239 !important; }
  .bg-warning.darker {
    background: #eca239 !important; }
    .bg-warning.darker[href]:hover {
      background: #ea9b2b !important; }
  .bg-warning, .bg-warning:hover, .bg-warning:active, .bg-warning:focus,
  .bg-warning a,
  .bg-warning a:focus {
    color: #fff; }
  .bg-warning a:hover,
  .bg-warning a:active {
    color: #d9d9d9; }
  .bg-warning[href]:hover,
  .bg-warning [href]:hover {
    color: #fff; }
  .bg-warning * {
    border-color: #f6bf71; }

.bg-info {
  background: #5bc0de !important; }
  .bg-info[href]:hover {
    background: #55b8d5 !important; }
  .bg-info.darken {
    background: #55b8d5 !important; }
    .bg-info.darken[href]:hover {
      background: #48b3d2 !important; }
  .bg-info.darker {
    background: #48b3d2 !important; }
    .bg-info.darker[href]:hover {
      background: #3cadcf !important; }
  .bg-info, .bg-info:hover, .bg-info:active, .bg-info:focus,
  .bg-info a,
  .bg-info a:focus {
    color: #fff; }
  .bg-info a:hover,
  .bg-info a:active {
    color: #d9d9d9; }
  .bg-info[href]:hover,
  .bg-info [href]:hover {
    color: #fff; }
  .bg-info * {
    border-color: #79cbe4; }

.bg-panel {
  background: #fafafa; }

.no-bg {
  background: none !important; }

.rounded {
  border-radius: 999999px !important; }

.no-border-radius {
  border-radius: 0 !important; }

@media (min-width: 768px) {
  .col-sm-auto {
    width: auto; } }
@media (min-width: 992px) {
  .col-md-auto {
    width: auto; } }
@media (min-width: 1200px) {
  .col-lg-auto {
    width: auto; } }
#main-navbar .navbar-brand {
  font-size: 13px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  #main-navbar .navbar-brand:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  #main-navbar .navbar-brand div {
    display: inline-block;
    position: relative;
    margin-right: 4px;
    top: 4px; }
    #main-navbar .navbar-brand div, #main-navbar .navbar-brand div img {
      height: 18px;
      width: 18px; }
    #main-navbar .navbar-brand div img {
      display: block; }

.right-to-left #main-navbar .navbar-brand div {
  margin-right: 0;
  margin-left: 4px; }

#menu-content-demo {
  white-space: nowrap !important;
  position: relative;
  padding-left: 86px !important; }
  #menu-content-demo img {
    width: 54px;
    height: 54px;
    display: block;
    position: absolute;
    left: -68px;
    top: 1px;
    border-radius: 999999px; }
  #menu-content-demo .text-bg {
    color: #fff;
    margin-bottom: 6px; }
  #menu-content-demo .btn {
    width: 26px !important;
    height: 22px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    display: inline-block !important;
    opacity: .8;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }
    #menu-content-demo .btn:hover {
      opacity: 1; }
  #menu-content-demo > div {
    margin: 6px 0;
    position: relative; }
  #menu-content-demo .close {
    position: absolute;
    top: -15px;
    right: -5px;
    text-shadow: none;
    color: #fff;
    color: rgba(255, 255, 255, 0.2);
    opacity: 1;
    font-weight: 300;
    font-size: 18px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    #menu-content-demo .close:hover {
      color: #fff; }

.theme-clean #menu-content-demo .text-bg,
.theme-white #menu-content-demo .text-bg {
  color: #444; }
.theme-clean #menu-content-demo .close,
.theme-white #menu-content-demo .close {
  color: #ccc; }
  .theme-clean #menu-content-demo .close:hover,
  .theme-white #menu-content-demo .close:hover {
    color: #888; }

.right-to-left #menu-content-demo {
  padding-left: 20px !important;
  padding-right: 86px !important; }
  .right-to-left #menu-content-demo img {
    left: auto;
    right: -68px; }
  .right-to-left #menu-content-demo .close {
    left: -20px;
    right: auto; }

@media (min-width: 480px) {
  #menu-content-demo > div {
    width: 120px; }

  #menu-content-demo .close {
    right: -20px; } }
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-slider {
  background: #d7d7d7;
  border-radius: 20px;
  position: relative;
  text-align: left; }

.ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  cursor: default;
  border-radius: 1000px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #fcfcfc 0%, #eaeaea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCFCFC', endColorstr='#FFEAEAEA', GradientType=0); }
  .ui-slider-handle:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 1000px;
    background: red;
    z-index: 3;
    top: 4px;
    left: 4px;
    background: #bbb; }

.ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
  border-radius: 1000px; }

/* For IE8 - See #6727 */
.ui-state-disabled .ui-slider-handle,
.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: 6px; }

.ui-slider-horizontal .ui-slider-handle {
  top: -4px;
  margin-left: -7px; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: 6px;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -4px;
  margin-left: 0;
  margin-bottom: -7px; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-slider.ui-slider-info .ui-slider-handle.ui-state-active:before {
  background: #5bc0de; }
.ui-slider.ui-slider-info .ui-slider-range {
  background: #5bc0de; }

.ui-slider.ui-slider-success .ui-slider-handle.ui-state-active:before {
  background: #5ebd5e; }
.ui-slider.ui-slider-success .ui-slider-range {
  background: #5ebd5e; }

.ui-slider.ui-slider-warning .ui-slider-handle.ui-state-active:before {
  background: #f4b04f; }
.ui-slider.ui-slider-warning .ui-slider-range {
  background: #f4b04f; }

.ui-slider.ui-slider-danger .ui-slider-handle.ui-state-active:before {
  background: #e66454; }
.ui-slider.ui-slider-danger .ui-slider-range {
  background: #e66454; }

.ui-accordion {
  margin-top: -3px; }

.ui-accordion-header {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #777;
  cursor: pointer;
  margin: 5px 0 0 0;
  min-height: 0;
  padding: 0 15px;
  position: relative; }
  .ui-accordion-header.ui-state-active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
    .ui-accordion-header.ui-state-active:after {
      content: "\f146"; }
  .ui-accordion-header:hover, .ui-accordion-header.ui-state-active:hover {
    background: #f1f1f1;
    color: #555;
    text-decoration: none; }
    .ui-accordion-header:hover:after, .ui-accordion-header.ui-state-active:hover:after {
      color: #888; }
  .ui-accordion-header:after {
    color: #aaa;
    content: "\f0fe";
    display: block;
    float: right;
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 36px;
    position: relative; }

.ui-accordion-header,
.ui-accordion-header > span {
  color: #555;
  display: block;
  font-size: 13px;
  line-height: 36px; }

.ui-accordion-content {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  overflow: auto;
  padding: 15px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
  .ui-accordion-content:before, .ui-accordion-content:after {
    content: " ";
    display: table; }
  .ui-accordion-content:after {
    clear: both; }

.ui-autocomplete {
  position: absolute;
  cursor: default;
  border: 2px solid #ccc;
  padding: 5px 0;
  border-radius: 2px; }
  .ui-autocomplete > li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
  .ui-autocomplete > li > a {
    color: #555;
    cursor: pointer !important;
    display: block;
    margin: 0 -2px;
    padding: 5px 18px;
    text-decoration: none; }
    .ui-autocomplete > li > a:hover {
      text-decoration: none; }

.ui-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 2px;
  display: none;
  float: left;
  font-size: 13px;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  z-index: 1000; }
  .ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute; }
  .ui-menu .ui-menu-item {
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    margin: 0;
    padding: 0;
    width: 100%;
    /* support: IE10, see #8844 */ }
    .ui-menu .ui-menu-item a {
      clear: both;
      color: #555;
      cursor: pointer;
      display: block;
      font-weight: normal;
      line-height: 1.428571429;
      margin: 0 -2px;
      min-height: 0;
      /* support: IE7 */
      padding: 5px 18px;
      text-decoration: none;
      white-space: nowrap; }
      .ui-menu .ui-menu-item a:hover, .ui-menu .ui-menu-item a:focus {
        color: #fff;
        text-decoration: none; }
      .ui-menu .ui-menu-item a[aria-haspopup="true"]:after {
        content: "\f0da";
        display: block;
        float: right;
        font-family: FontAwesome; }
  .ui-menu .divider,
  .ui-menu .ui-menu-divider {
    background-color: #e5e5e5;
    border-width: 2px;
    height: 1px;
    margin: 5px 0;
    overflow: hidden; }
  .ui-menu .disabled,
  .ui-menu .ui-state-disabled {
    font-weight: normal; }
    .ui-menu .disabled a, .ui-menu .disabled:hover a, .ui-menu .disabled:focus a,
    .ui-menu .ui-state-disabled a,
    .ui-menu .ui-state-disabled:hover a,
    .ui-menu .ui-state-disabled:focus a {
      background: transparent !important;
      color: #999 !important;
      cursor: not-allowed; }

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  color: #fff; }

.ui-spinner {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  padding-right: 32px; }

.ui-spinner-button {
  display: block;
  position: absolute;
  text-align: center;
  line-height: 15px;
  font-weight: 400;
  width: 20px;
  height: 15px;
  top: 0;
  right: 0;
  font-family: FontAwesome;
  cursor: pointer;
  text-decoration: none !important;
  border-color: #cfcece !important;
  border-left: 1px solid;
  margin: 1px 1px 1px 0;
  color: #555; }
  .ui-spinner-button, .ui-spinner-button:focus {
    border-color: #dddddd;
    border-bottom-color: #cecece;
    background: #f4f4f4;
    background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 0%, #eaeaea 100%);
    background-repeat: repeat-x; }
  .ui-spinner-button:hover {
    color: #555;
    border-color: #d5d5d5;
    border-bottom-color: #bcbcbc;
    background: #eaeaea !important;
    background-image: -webkit-linear-gradient(top, #efefef 0%, #e5e5e5 100%) !important;
    background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%) !important;
    background-repeat: repeat-x; }
  .ui-spinner-button:active, .ui-spinner-button.active, .open .ui-spinner-button.dropdown-toggle {
    background: none;
    background: #ebebeb !important;
    border-color: #c6c6c6;
    border-bottom-color: #c6c6c6 !important;
    color: #555;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .ui-spinner-button.btn-flat {
    background: #ececec; }
    .ui-spinner-button.btn-flat:hover, .ui-spinner-button.btn-flat:active, .ui-spinner-button.btn-flat.active, .open .ui-spinner-button.btn-flat.dropdown-toggle {
      background: #ececec !important;
      color: #555; }
  .ui-spinner-button.btn-outline:hover, .ui-spinner-button.btn-outline.btn-flat:hover {
    color: #555;
    border-color: #d5d5d5;
    border-bottom-color: #bcbcbc; }
  .ui-spinner-button.btn-outline:active, .ui-spinner-button.btn-outline.btn-flat:active {
    border-color: #c6c6c6; }
  .btn-group .ui-spinner-button, .btn-group .ui-spinner-button:focus, .input-group-btn .ui-spinner-button, .input-group-btn .ui-spinner-button:focus {
    border-left-color: #d5d5d5;
    border-right-color: #d5d5d5; }
  .btn-group .ui-spinner-button:hover, .btn-group.open .ui-spinner-button.dropdown-toggle, .input-group-btn .ui-spinner-button:hover, .input-group-btn.open .ui-spinner-button.dropdown-toggle {
    border-color: #d5d5d5;
    border-bottom-color: #bcbcbc; }
  .btn-group .ui-spinner-button:active, .btn-group .ui-spinner-button.active, .input-group-btn .ui-spinner-button:active, .input-group-btn .ui-spinner-button.active {
    border-left-color: #c6c6c6;
    border-right-color: #c6c6c6; }
  .ui-spinner-button span {
    display: none; }
  .ui-spinner-button:after {
    content: "\f0d8";
    font-size: 12px; }

.ui-spinner-button.ui-spinner-down {
  top: 15px;
  margin-top: 0;
  border-top: 1px solid;
  height: 16px; }
  .ui-spinner-button.ui-spinner-down:after {
    content: "\f0d7"; }

.ui-spinner-disabled .ui-spinner-button {
  cursor: not-allowed;
  pointer-events: none;
  background: #eee;
  opacity: 0.65;
  filter: alpha(opacity=65); }

.ui-progressbar {
  background-color: rgba(0, 0, 0, 0.06);
  height: 13px;
  overflow: hidden;
  text-align: left;
  -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); }

.ui-progressbar .ui-progressbar-value {
  background: none;
  border: 1px solid;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  height: 100%; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background: none; }

.ui-progressbar.ui-progressbar-warning .ui-progressbar-value {
  border-color: #f2a332;
  background-color: #f4b04f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }

.ui-progressbar.ui-progressbar-success .ui-progressbar-value {
  border-color: #49b349;
  background-color: #5ebd5e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }

.ui-progressbar.ui-progressbar-danger .ui-progressbar-value {
  border-color: #e24c39;
  background-color: #e66454;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }

.ui-progressbar.ui-progressbar-info .ui-progressbar-value {
  border-color: #42b6d9;
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }

.ui-tabs-nav {
  border-bottom: 2px solid #e4e4e4 !important; }

.ui-tabs-nav.nav-tabs-simple > .ui-tabs-active > a {
  color: #555 !important; }

.ui-tabs-nav:not(.nav-tabs-simple) > .ui-tabs-active > a > .badge,
.ui-tabs-nav:not(.nav-tabs-simple) > .ui-tabs-active > a > .label {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff; }

.ui-datepicker {
  background-clip: padding-box;
  background-color: #fff;
  border: 4px solid;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  top: 0;
  width: auto !important;
  z-index: 1010;
  white-space: normal; }
  .ui-datepicker table {
    width: 210px; }
  .ui-datepicker th,
  .ui-datepicker td {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px; }
  .ui-datepicker td {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee; }
    .ui-datepicker td a {
      color: #555555;
      display: block;
      height: 100%;
      text-decoration: none;
      width: 100%; }
      .ui-datepicker td a:hover {
        background: #f3f3f3; }
    .ui-datepicker td.ui-datepicker-today a {
      background: #f3f3f3;
      font-weight: 700; }
  .ui-datepicker tr td:last-child {
    border-right: none; }
  .ui-datepicker th {
    color: #fff;
    font-weight: 600; }
  .ui-datepicker .ui-state-active {
    color: #fff !important;
    text-decoration: none; }

.ui-datepicker-prev,
.ui-datepicker-next {
  color: #fff;
  cursor: pointer;
  display: block;
  height: 35px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  text-decoration: none !important;
  width: 35px; }
  .ui-datepicker-prev span,
  .ui-datepicker-next span {
    display: none; }
  .ui-datepicker-prev:hover,
  .ui-datepicker-next:hover {
    background: rgba(255, 255, 255, 0.2); }
  .ui-datepicker-prev:after,
  .ui-datepicker-next:after {
    color: #fff;
    font-family: FontAwesome; }

.ui-datepicker-prev {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  left: 0; }
  .ui-datepicker-prev:after {
    content: "\f053"; }

.ui-datepicker-next {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  right: 0; }
  .ui-datepicker-next:after {
    content: "\f054"; }

.ui-datepicker-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 210px; }
  .ui-datepicker-title select {
    background: none;
    border: none;
    color: #fff; }
    .ui-datepicker-title select:first-child {
      margin-right: 5px; }

.ui-datepicker-buttonpane {
  background: #eee;
  padding: 5px 7px;
  text-align: right; }
  .ui-datepicker-buttonpane button {
    font-size: 12px;
    line-height: 15px;
    padding: 4px 9px;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
    outline: none !important;
    border: 1px solid #cfcece;
    border-radius: 2px;
    color: #555; }
    .ui-datepicker-buttonpane button, .ui-datepicker-buttonpane button:focus {
      border-color: #dddddd;
      border-bottom-color: #cecece;
      background: #f4f4f4;
      background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
      background-image: linear-gradient(to bottom, #f4f4f4 0%, #eaeaea 100%);
      background-repeat: repeat-x; }
    .ui-datepicker-buttonpane button:hover {
      color: #555;
      border-color: #d5d5d5;
      border-bottom-color: #bcbcbc;
      background: #eaeaea !important;
      background-image: -webkit-linear-gradient(top, #efefef 0%, #e5e5e5 100%) !important;
      background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%) !important;
      background-repeat: repeat-x; }
    .ui-datepicker-buttonpane button:active, .ui-datepicker-buttonpane button.active, .open .ui-datepicker-buttonpane button.dropdown-toggle {
      background: none;
      background: #ebebeb !important;
      border-color: #c6c6c6;
      border-bottom-color: #c6c6c6 !important;
      color: #555;
      -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
    .ui-datepicker-buttonpane button.btn-flat {
      background: #ececec; }
      .ui-datepicker-buttonpane button.btn-flat:hover, .ui-datepicker-buttonpane button.btn-flat:active, .ui-datepicker-buttonpane button.btn-flat.active, .open .ui-datepicker-buttonpane button.btn-flat.dropdown-toggle {
        background: #ececec !important;
        color: #555; }
    .ui-datepicker-buttonpane button.btn-outline:hover, .ui-datepicker-buttonpane button.btn-outline.btn-flat:hover {
      color: #555;
      border-color: #d5d5d5;
      border-bottom-color: #bcbcbc; }
    .ui-datepicker-buttonpane button.btn-outline:active, .ui-datepicker-buttonpane button.btn-outline.btn-flat:active {
      border-color: #c6c6c6; }
    .btn-group .ui-datepicker-buttonpane button, .btn-group .ui-datepicker-buttonpane button:focus, .input-group-btn .ui-datepicker-buttonpane button, .input-group-btn .ui-datepicker-buttonpane button:focus {
      border-left-color: #d5d5d5;
      border-right-color: #d5d5d5; }
    .btn-group .ui-datepicker-buttonpane button:hover, .btn-group.open .ui-datepicker-buttonpane button.dropdown-toggle, .input-group-btn .ui-datepicker-buttonpane button:hover, .input-group-btn.open .ui-datepicker-buttonpane button.dropdown-toggle {
      border-color: #d5d5d5;
      border-bottom-color: #bcbcbc; }
    .btn-group .ui-datepicker-buttonpane button:active, .btn-group .ui-datepicker-buttonpane button.active, .input-group-btn .ui-datepicker-buttonpane button:active, .input-group-btn .ui-datepicker-buttonpane button.active {
      border-left-color: #c6c6c6;
      border-right-color: #c6c6c6; }
  .ui-datepicker-buttonpane button + button {
    margin-left: 5px; }

.ui-datepicker-group {
  float: left;
  width: 210px; }
  .ui-datepicker-group + .ui-datepicker-group .ui-datepicker-title, .ui-datepicker-group + .ui-datepicker-group table {
    border-left: 1px solid rgba(0, 0, 0, 0.2); }

.ui-datepicker-row-break:before, .ui-datepicker-row-break:after {
  content: " ";
  display: table; }
.ui-datepicker-row-break:after {
  clear: both; }

.ui-tooltip {
  background-color: #222;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  max-width: 300px;
  padding: 4px 10px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 9999; }

body .ui-tooltip {
  border-width: 0; }

.switcher {
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.switcher-inner {
  display: block;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  word-spacing: 0; }

.switcher-state-on,
.switcher-state-off {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.switcher-state-on {
  margin-left: -100%; }

.switcher.checked .switcher-state-on {
  margin-left: 0; }

.switcher-toggler {
  left: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.switcher.checked .switcher-toggler {
  left: 100%; }

.switcher > input[type="checkbox"] {
  left: -100000px;
  position: absolute;
  visibility: hidden; }

.switcher + .styled-pseudo-checkbox {
  display: none !important; }

/******************************************************************
 ******************************************************************
 ******************************************************************/
.switcher {
  height: 24px;
  width: 60px; }

.switcher-toggler {
  background: #fff;
  border-radius: 9999px;
  height: 20px;
  margin-left: 1px;
  margin-top: 2px;
  width: 20px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); }

.switcher-inner {
  border-radius: 9999px; }

.switcher-state-on,
.switcher-state-off {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 24px; }

.switcher-state-on {
  background: #5ebd5e;
  padding-right: 20px; }

.switcher-state-off {
  background: #444;
  padding-left: 20px; }

.switcher.checked .switcher-toggler {
  margin-left: -21px; }

.switcher-theme-square .switcher-inner {
  border-radius: 3px; }
.switcher-theme-square .switcher-toggler {
  border-radius: 2px;
  margin-left: 2px; }
.switcher-theme-square.switcher.checked .switcher-toggler {
  margin-left: -22px; }

.switcher-theme-modern.switcher {
  height: 8px;
  width: 44px; }
.switcher-theme-modern .switcher-toggler {
  height: 20px;
  margin-left: -3px;
  margin-top: -6px;
  width: 20px;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 15px 1px rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 15px 1px rgba(255, 255, 255, 0.8) inset;
  background-image: -webkit-linear-gradient(top, #efefef 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, #efefef 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFEF', endColorstr='#FFE5E5E5', GradientType=0); }
.switcher-theme-modern .switcher-inner {
  font-size: 0;
  line-height: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1); }
.switcher-theme-modern .switcher-state-on,
.switcher-theme-modern .switcher-state-off {
  border-radius: 9999px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset; }
.switcher-theme-modern .switcher-state-on {
  padding-right: 17px; }
.switcher-theme-modern .switcher-state-off {
  padding-left: 17px; }
.switcher-theme-modern.switcher.checked .switcher-toggler {
  margin-left: -17px; }

.switcher-sm {
  width: 42px;
  height: 21px; }
  .switcher-sm .switcher-toggler {
    height: 17px;
    width: 17px;
    margin-left: 1px; }
  .switcher-sm .switcher-state-on,
  .switcher-sm .switcher-state-off {
    font-size: 8px;
    line-height: 21px; }
  .switcher-sm .switcher-state-on {
    padding-right: 17px; }
  .switcher-sm .switcher-state-off {
    padding-left: 17px; }
  .switcher-sm.checked .switcher-toggler {
    margin-left: -18px; }
  .switcher-sm.switcher-theme-square .switcher-inner {
    border-radius: 3px; }
  .switcher-sm.switcher-theme-square .switcher-toggler {
    margin-left: 2px; }
  .switcher-sm.switcher-theme-square.switcher.checked .switcher-toggler {
    margin-left: -19px; }
  .switcher-sm.switcher.switcher-theme-modern {
    width: 34px;
    height: 6px; }
    .switcher-sm.switcher.switcher-theme-modern .switcher-toggler {
      height: 17px;
      width: 17px;
      margin-top: -6px;
      margin-left: -3px; }
    .switcher-sm.switcher.switcher-theme-modern .switcher-state-on {
      padding-right: 15px; }
    .switcher-sm.switcher.switcher-theme-modern .switcher-state-off {
      padding-left: 15px; }
    .switcher-sm.switcher.switcher-theme-modern.switcher.checked .switcher-toggler {
      margin-left: -15px; }

.switcher-lg {
  width: 70px;
  height: 30px; }
  .switcher-lg .switcher-toggler {
    height: 26px;
    width: 26px;
    margin-left: 1px; }
  .switcher-lg .switcher-state-on,
  .switcher-lg .switcher-state-off {
    font-size: 13px;
    line-height: 30px; }
  .switcher-lg .switcher-state-on {
    padding-right: 26px; }
  .switcher-lg .switcher-state-off {
    padding-left: 26px; }
  .switcher-lg.checked .switcher-toggler {
    margin-left: -27px; }
  .switcher-lg.switcher-theme-square .switcher-inner {
    border-radius: 3px; }
  .switcher-lg.switcher-theme-square .switcher-toggler {
    margin-left: 2px; }
  .switcher-lg.switcher-theme-square.switcher.checked .switcher-toggler {
    margin-left: -28px; }
  .switcher-lg.switcher.switcher-theme-modern {
    width: 56px;
    height: 10px; }
    .switcher-lg.switcher.switcher-theme-modern .switcher-toggler {
      height: 26px;
      width: 26px;
      margin-top: -8px;
      margin-left: -3px; }
    .switcher-lg.switcher.switcher-theme-modern .switcher-state-on {
      padding-right: 26px; }
    .switcher-lg.switcher.switcher-theme-modern .switcher-state-off {
      padding-left: 26px; }
    .switcher-lg.switcher.switcher-theme-modern.switcher.checked .switcher-toggler {
      margin-left: -24px; }

.switcher.disabled {
  cursor: not-allowed !important;
  opacity: .5 !important;
  filter: alpha(opacity=50); }

.switcher-success .switcher-state-on {
  background: #5ebd5e !important; }

.switcher-warning .switcher-state-on {
  background: #f4b04f !important; }

.switcher-danger .switcher-state-on {
  background: #e66454 !important; }

.switcher-info .switcher-state-on {
  background: #5bc0de !important; }

.limiter-label {
  color: #888;
  padding-top: 3px;
  font-size: 12px; }

.limiter-count {
  font-weight: 600;
  color: #555; }

.expanding-input {
  position: relative; }

.expanding-input-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  cursor: pointer; }

.expanding-input-placeholder {
  padding: 7px 13px;
  color: #999;
  font-size: 13px;
  line-height: 1.42857; }

.expanding-input-hidden {
  display: none; }

.expanding-input.expanded .expanding-input-hidden,
.expanding-input.expanded .expanding-input-content {
  display: block; }
  .expanding-input.expanded .expanding-input-hidden:before, .expanding-input.expanded .expanding-input-hidden:after,
  .expanding-input.expanded .expanding-input-content:before,
  .expanding-input.expanded .expanding-input-content:after {
    content: " ";
    display: table; }
  .expanding-input.expanded .expanding-input-hidden:after,
  .expanding-input.expanded .expanding-input-content:after {
    clear: both; }

.expanding-input.expanding-input-sm .expanding-input-placeholder {
  padding: 6px 11px;
  font-size: 12px;
  line-height: 1.5; }

.expanding-input.expanding-input-lg .expanding-input-placeholder {
  padding: 11px 17px;
  font-size: 17px;
  line-height: 1.33; }

.pxajs .wizard-pane {
  display: none; }

.wizard-wrapper + .wizard-content.panel {
  margin-top: -1px; }

.wizard.freeze .wizard-steps > li {
  cursor: default !important; }

.modal-content > .wizard .wizard-wrapper {
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none; }

.wizard-wrapper {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  white-space: nowrap;
  width: auto;
  position: relative;
  overflow: hidden; }

.wizard-steps {
  cursor: default;
  display: block !important;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  -webkit-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .wizard-steps > li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0;
    padding: 0 10px 0 50px;
    vertical-align: middle; }
    .wizard-steps > li + li:before {
      background: #e4e4e4;
      bottom: 0;
      content: "";
      margin-left: -51px;
      position: absolute;
      top: 0;
      width: 1px; }
  .wizard-steps > li.completed {
    cursor: pointer; }
  .wizard-steps > li.active .wizard-step-caption, .wizard-steps > li.completed .wizard-step-caption {
    color: #555; }
  .wizard-steps > li.active .wizard-step-description, .wizard-steps > li.completed .wizard-step-description {
    color: #888; }
  .wizard-steps > li.active .wizard-step-number, .wizard-steps > li.completed .wizard-step-number {
    border-color: #555;
    color: #555; }
  .wizard-steps .wizard-step-number:after {
    display: none; }

.wizard-step-number,
.wizard-steps > li.completed .wizard-step-number:after {
  background: #fff;
  border-radius: 9999px;
  display: block;
  font-size: 14px;
  line-height: 26px;
  position: absolute;
  text-align: center; }

.wizard-step-number {
  border: 2px solid #bbb;
  color: #bbb;
  font-weight: 700;
  height: 30px;
  margin-left: -40px;
  margin-top: -15px;
  top: 50%;
  width: 30px; }

.wizard-steps > li.completed .wizard-step-number {
  font-size: 0; }

.wizard-steps > li.completed .wizard-step-number:after {
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  height: 26px;
  left: 0;
  width: 26px;
  top: 0; }

.wizard-step-caption,
.wizard-step-description {
  color: #bbb;
  display: inline-block;
  line-height: 14px;
  white-space: normal; }

.wizard-step-caption {
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
  vertical-align: middle; }

.wizard-step-description {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
  position: relative; }

.wizard-content {
  padding: 20px; }
  .wizard-content:before, .wizard-content:after {
    content: " ";
    display: table; }
  .wizard-content:after {
    clear: both; }

.pixel-file-input {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  line-height: 18px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-top-color: #c2c2c2;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s; }

.pixel-file-input > input[type=file] {
  visibility: hidden;
  position: absolute;
  display: block;
  left: -10000px; }

.pfi-filename {
  white-space: nowrap; }

.pfi-actions {
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  padding: 0 5px 0 10px;
  background: #fff;
  white-space: nowrap; }
  .pfi-actions > * + * {
    margin-left: 4px; }

.pfi-clear {
  display: none; }

.pfi-placeholder {
  color: #aaa;
  font-style: italic; }

.select2-container:before, .select2-container:after,
.select2-drop:before,
.select2-drop:after,
.select2-choices:before,
.select2-choices:after,
.select2-search-field:before,
.select2-search-field:after,
.select2-search-field input:before,
.select2-search-field input:after,
.select2-search:before,
.select2-search:after,
.select2-search input:before,
.select2-search input:after {
  content: " ";
  display: table; }
.select2-container:after,
.select2-drop:after,
.select2-choices:after,
.select2-search-field:after,
.select2-search-field input:after,
.select2-search:after,
.select2-search input:after {
  clear: both; }

.select2-container,
.select2-container.form-control,
.select2-container.form-control-inline,
select.select2-container.time_picker {
  border: none;
  margin: 0;
  padding: 0; }

.select2-container {
  display: inline-block;
  height: auto !important;
  position: relative;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 100%; }
  .select2-container .select2-choice {
    background-clip: padding-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d6d6d6;
    border-top-color: #c2c2c2;
    border-radius: 2px;
    color: #555555;
    display: block;
    font-size: 13px;
    line-height: 1.42857;
    height: 32px;
    overflow: hidden;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .select2-container .select2-choice > .select2-chosen {
      display: block;
      margin-right: 26px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-choice .select2-search-choice-close {
      border: 0;
      color: #888;
      cursor: pointer;
      display: none;
      font-size: 11px;
      line-height: 30px;
      height: 30px;
      right: 18px;
      width: 24px; }
      .select2-container .select2-choice .select2-search-choice-close:hover {
        color: #aaa;
        cursor: pointer; }
    .select2-container .select2-choice .select2-arrow {
      display: block;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 26px; }
      .select2-container .select2-choice .select2-arrow b {
        color: #555555;
        display: block;
        font-family: FontAwesome;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.42857;
        height: 100%;
        margin-top: 1px;
        padding: 6px 0;
        text-align: center;
        width: 100%; }
        .select2-container .select2-choice .select2-arrow b:before {
          content: "\f0d7"; }
  .select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
    border-radius: 0 0 2px 2px; }
  .select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px; }
  .select2-container.select2-allowclear .select2-choice .select2-search-choice-close {
    display: block; }

.select2-drop {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  color: #555555;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 9999; }
  .select2-drop.select2-drop-above {
    border-bottom: 0;
    border-top: 1px solid #aaa;
    border-radius: 2px 2px 0 0;
    margin-bottom: -1px;
    margin-top: 1px; }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }
  .select2-drop-auto-width .select2-search {
    padding-top: 4px; }

.select2-drop-active {
  border-top: none; }

.select2-search {
  display: block;
  margin: 0;
  min-height: 17px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000; }
  .select2-search:after {
    color: #888;
    content: "\f002";
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    text-align: center;
    position: absolute;
    right: 9px;
    top: 10px;
    width: 30px; }
  .select2-search input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #d6d6d6;
    border-top-color: #c2c2c2;
    border-radius: 2px;
    color: #555555;
    font-size: 12px;
    line-height: 15px;
    height: auto !important;
    margin-top: 8px;
    min-height: 17px;
    outline: none !important;
    padding: 4px 9px;
    padding-right: 30px;
    position: relative;
    width: 100%;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none; }

.select2-dropdown-open .select2-choice {
  border-bottom-color: #aaa;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .select2-dropdown-open .select2-choice .select2-arrow b:before {
    content: "\f0d8"; }

.select2-results {
  margin: 8px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent; }
  .select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0; }
    .select2-results ul.select2-result-sub > li .select2-result-label {
      padding-left: 20px; }
    .select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
      padding-left: 40px; }
    .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
      padding-left: 60px; }
    .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
      padding-left: 80px; }
    .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
      padding-left: 100px; }
    .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
      padding-left: 110px; }
    .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
      padding-left: 120px; }
  .select2-results li {
    background-image: none;
    display: block;
    list-style: none; }
    .select2-results li em {
      background: #feffde;
      font-style: normal; }
    .select2-results li.select2-result-with-children > .select2-result-label {
      font-weight: 600; }
  .select2-results .select2-result-label {
    cursor: pointer;
    margin: 0;
    min-height: 1em;
    padding: 5px 7px 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .select2-results .select2-highlighted {
    color: #fff; }
    .select2-results .select2-highlighted em {
      background: transparent; }
    .select2-results .select2-highlighted ul {
      background: #fff;
      color: #555; }
  .select2-results .select2-no-results,
  .select2-results .select2-searching,
  .select2-results .select2-selection-limit {
    color: #999;
    display: block;
    font-style: italic; }
  .select2-results .select2-disabled,
  .select2-results .select2-disabled.select2-highlighted {
    color: #888;
    cursor: default;
    display: block; }
  .select2-results .select2-selected {
    display: none; }

.select2-more-results {
  display: block; }

.select2-container.select2-container-disabled .select2-choice {
  background-color: #eeeeee;
  cursor: default; }
  .select2-container.select2-container-disabled .select2-choice .select2-arrow:before {
    display: none !important; }
  .select2-container.select2-container-disabled .select2-choice abbr {
    display: none; }

.select2-container-multi .select2-choices {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-top-color: #c2c2c2;
  border-radius: 2px;
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 5px 5px 0 0;
  position: relative;
  width: 100%;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .select2-container-multi .select2-choices li {
    display: block;
    float: left;
    list-style: none; }
  .select2-container-multi .select2-choices .select2-search-field {
    display: block;
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .select2-container-multi .select2-choices .select2-search-field input {
      background: transparent !important;
      border: 0;
      color: #555555;
      font-size: 13px;
      line-height: 1.42857;
      margin-top: -5px;
      padding: 6px 12px;
      outline: 0; }
  .select2-container-multi .select2-choices .select2-search-choice {
    border-radius: 2px;
    color: #fff;
    cursor: default;
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 5px 5px;
    padding: 0 20px 0 6px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
      cursor: default; }
    .select2-container-multi .select2-choices .select2-search-choice + .select2-search-field input {
      padding-left: 6px;
      padding-right: 0; }
.select2-container-multi.select2-container-active .select2-choices {
  outline: none; }

.select2-locked {
  padding: 0 6px !important; }

.select2-default {
  color: #999 !important; }

.select2-search-choice-close {
  display: block;
  color: #fff;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 0;
  width: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .select2-search-choice-close:before {
    content: "\f00d"; }
  .select2-search-choice-close:hover {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none; }

.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #eeeeee;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  opacity: .7;
  padding: 0 6px; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  background: none;
  display: none; }

.select2-drop-mask {
  border: 0;
  left: 0;
  height: auto;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  padding: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

.select2-container-multi .select2-choices .select2-search-choice {
  background: #b0b0b0; }
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #979797; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #b0b0b0 !important; }

.select2-success .select2-container-multi .select2-choices .select2-search-choice {
  background: #5ebd5e; }
.select2-success .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #43a543; }
.select2-success .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #5ebd5e !important; }

.select2-warning .select2-container-multi .select2-choices .select2-search-choice {
  background: #f4b04f; }
.select2-warning .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #f19a1f; }
.select2-warning .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #f4b04f !important; }

.select2-danger .select2-container-multi .select2-choices .select2-search-choice {
  background: #e66454; }
.select2-danger .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #df3c28; }
.select2-danger .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #e66454 !important; }

.select2-info .select2-container-multi .select2-choices .select2-search-choice {
  background: #5bc0de; }
.select2-info .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #31b0d5; }
.select2-info .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #5bc0de !important; }

.has-warning .select2-choice,
.has-warning .select2-choices,
.has-warning.simple .select2-choice,
.has-warning.simple .select2-choices {
  border-color: #eebf5e; }

.has-error .select2-choice,
.has-error .select2-choices,
.has-error.simple .select2-choice,
.has-error.simple .select2-choices {
  border-color: #d38e99; }

.has-success .select2-choice,
.has-success .select2-choices,
.has-success.simple .select2-choice,
.has-success.simple .select2-choices {
  border-color: #a3ce7f; }

.has-warning.dark .select2-choice,
.has-warning.dark .select2-choices {
  border-color: #f4b04f; }

.has-error.dark .select2-choice,
.has-error.dark .select2-choices {
  border-color: #e66454; }

.has-success.dark .select2-choice,
.has-success.dark .select2-choices {
  border-color: #5ebd5e; }

.datepicker-dropdown {
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  left: 0;
  margin-top: 10px;
  top: 0;
  z-index: 400;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .datepicker-dropdown.datepicker-orient-bottom {
    margin-top: -10px; }
  .datepicker-dropdown:after {
    border-bottom: 10px solid rgba(0, 0, 0, 0.2);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 0;
    content: '';
    display: block;
    position: absolute; }
  .datepicker-dropdown.datepicker-orient-left:after {
    left: 10.5px; }
  .datepicker-dropdown.datepicker-orient-right:after {
    right: 10.5px; }
  .datepicker-dropdown.datepicker-orient-top:after {
    top: -13px; }
  .datepicker-dropdown.datepicker-orient-bottom:after {
    border-bottom: 0;
    border-top: 10px solid rgba(0, 0, 0, 0.2);
    bottom: -13px; }

.modal .datepicker-dropdown {
  z-index: 1040; }

.datepicker {
  direction: ltr;
  padding: 0;
  width: auto !important; }
  .datepicker.datepicker-inline {
    border: 1px solid #eee;
    display: inline-block;
    position: relative; }
  .datepicker > div {
    display: none; }
  .datepicker.days div.datepicker-days, .datepicker.months div.datepicker-months, .datepicker.years div.datepicker-years {
    display: block; }
  .datepicker div.datepicker-months td,
  .datepicker div.datepicker-years td {
    width: 210px !important; }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .datepicker td {
    line-height: 32px;
    padding: 0 !important;
    text-align: center;
    width: 30px; }
  .table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent; }
  .datepicker table tr td {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee; }
    .datepicker table tr td:last-child {
      border-right: none; }
    .datepicker table tr td.day:hover {
      background: #f3f3f3;
      cursor: pointer;
      position: relative; }
    .datepicker table tr td.old, .datepicker table tr td.new {
      color: #bbb; }
    .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
      background: none;
      color: #eee;
      cursor: default; }
    .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
      background: #f3f3f3;
      font-weight: 700 !important; }
    .datepicker table tr td.today:hover:hover {
      color: #555; }
    .datepicker table tr td.today.active:hover {
      color: #fff; }
    .datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
      background: #f3f3f3; }
    .datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
      background: #f3f3f3;
      font-weight: 700; }
    .datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
      color: #fff !important; }
    .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
      color: #fff !important; }
    .datepicker table tr td span {
      border-radius: 2px;
      cursor: pointer;
      display: block;
      float: left;
      line-height: 54px;
      margin: 1%;
      width: 23%; }
      .datepicker table tr td span:hover {
        background: #eee; }
      .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: none;
        color: #eee;
        cursor: default; }
      .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        color: #fff !important;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
      .datepicker table tr td span.old, .datepicker table tr td span.new {
        color: #eee; }
  .datepicker thead tr:first-child th,
  .datepicker tfoot tr th {
    cursor: pointer; }
  .datepicker th,
  .datepicker td,
  .datepicker tr {
    border-top: none !important;
    text-align: center !important; }
  .datepicker thead th,
  .datepicker tfoot th {
    font-weight: 600;
    padding: 0 !important; }
  .datepicker thead th {
    border-bottom: none !important;
    color: #fff;
    font-weight: 600;
    line-height: 35px !important;
    height: 35px !important;
    padding: 0 !important;
    text-align: center; }
  .datepicker thead tr:first-child {
    border-bottom: 1px solid !important; }
    .datepicker thead tr:first-child th:hover {
      background: rgba(255, 255, 255, 0.2); }
  .datepicker thead tr:last-child {
    border-bottom: none !important; }
  .datepicker thead th.prev,
  .datepicker thead th.next {
    color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    position: absolute;
    width: 36px !important; }
    .datepicker thead th.prev:after,
    .datepicker thead th.next:after {
      bottom: 0;
      color: #fff;
      display: block;
      font-family: FontAwesome;
      font-size: 14px;
      font-weight: normal;
      left: 0;
      line-height: 35px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 36px; }
  .datepicker thead th.prev {
    left: 0;
    border-right: 1px solid; }
    .datepicker thead th.prev:after {
      content: "\f053"; }
  .datepicker thead th.next {
    border-left: 1px solid;
    right: 0; }
    .datepicker thead th.next:after {
      content: "\f054"; }
  .datepicker tfoot th:hover {
    background: #eee; }
  .datepicker tbody td,
  .datepicker tfoot th {
    line-height: 32px !important; }
  .datepicker > .datepicker-days tbody .cw {
    background: #f8f8f8 !important;
    color: #aaa;
    font-size: 8px;
    font-weight: 600; }
  .datepicker > .datepicker-days thead tr:first-child th.cw {
    background-color: transparent;
    cursor: default; }
    .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
      left: 30px;
      border-left: 1px solid; }
  .datepicker > .datepicker-days thead tr:last-child th.cw + th {
    border-left: 1px solid; }

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

.date .input-group-addon {
  cursor: pointer; }

.bootstrap-timepicker {
  position: relative; }
  .bootstrap-timepicker .input-group-addon {
    cursor: pointer; }

.bootstrap-timepicker-widget .modal-footer {
  margin-top: 0 !important; }
.bootstrap-timepicker-widget.dropdown-menu {
  left: 0;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  z-index: 400;
  margin: 10px 0 0;
  width: 200px;
  padding: 10px;
  right: auto;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-bottom {
    margin-top: 0; }
  .bootstrap-timepicker-widget.dropdown-menu.open {
    display: block; }
  .bootstrap-timepicker-widget.dropdown-menu:after {
    border-bottom: 10px solid rgba(0, 0, 0, 0.2);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 0;
    content: '';
    display: block;
    position: absolute; }
  .bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-left:after {
    left: 10.5px; }
  .bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-right:after {
    right: 10.5px; }
  .bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top:after {
    top: -13px; }
  .bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-bottom:after {
    border-bottom: 0;
    border-top: 10px solid rgba(0, 0, 0, 0.2);
    bottom: -13px; }
.bootstrap-timepicker-widget span.bootstrap-timepicker-hour,
.bootstrap-timepicker-widget span.bootstrap-timepicker-minute,
.bootstrap-timepicker-widget span.bootstrap-timepicker-second,
.bootstrap-timepicker-widget span.bootstrap-timepicker-meridian {
  line-height: 32px;
  font-weight: 600; }
.bootstrap-timepicker-widget .timepicker-increment {
  margin-bottom: 5px; }
.bootstrap-timepicker-widget .timepicker-decrement {
  margin-top: 5px; }
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
  padding: 0; }
  .bootstrap-timepicker-widget table td {
    text-align: center;
    height: auto;
    margin: 0;
    padding: 0;
    min-width: 20px; }
    .bootstrap-timepicker-widget table td.separator {
      width: 10px;
      text-align: center; }
    .bootstrap-timepicker-widget table td a,
    .bootstrap-timepicker-widget table td input {
      border-radius: 2px !important; }
    .bootstrap-timepicker-widget table td a {
      width: 100%;
      display: inline-block;
      margin: 0;
      padding: 0;
      border: 1px solid #eee;
      color: #666;
      text-decoration: none;
      line-height: 32px;
      text-align: center; }
      .bootstrap-timepicker-widget table td a:hover {
        color: #fff; }
      .bootstrap-timepicker-widget table td a .fa {
        margin: 0 !important;
        padding: 0 !important; }
    .bootstrap-timepicker-widget table td input {
      position: relative;
      margin: 0;
      padding-left: 0;
      padding-right: 0;
      text-align: center; }

.modal .bootstrap-timepicker-widget.dropdown-menu {
  z-index: 1040; }

.datepaginator {
  font-size: 12px; }

.pagination {
  margin: 0px;
  padding: 0px;
  white-space: nowrap; }

.pagination a.dp-item,
.pagination a.dp-nav {
  margin: 0;
  text-align: center; }
  .pagination a.dp-item:hover,
  .pagination a.dp-nav:hover {
    z-index: 403 !important; }

.pagination a.dp-item {
  padding: 10px 0;
  border-radius: 0;
  margin: 0 0 0 -1px; }

.pagination a.dp-nav {
  margin: 0px;
  font-family: FontAwesome;
  padding: 17px 0;
  line-height: 20px; }
  .pagination a.dp-nav i {
    display: none; }

.pagination a.dp-nav.dp-nav-right {
  margin: 0 0 0 -1px; }

.pagination a.dp-nav:before {
  display: none !important; }

.pagination a.dp-nav.dp-nav-left:after {
  content: "\f053"; }

.pagination a.dp-nav.dp-nav-right:after {
  content: "\f054"; }

.pagination a.dp-off,
.pagination a.dp-off:hover {
  background-color: #F9F9F9;
  z-index: 400; }

.pagination a.dp-today {
  color: #ffffff !important;
  z-index: 401; }

.pagination a.dp-selected {
  color: #ffffff !important;
  z-index: 402; }

#dp-calendar {
  font-family: FontAwesome;
  position: absolute;
  line-height: 18px;
  top: 4px;
  right: 0;
  font-style: normal !important;
  display: block;
  font-size: 14px;
  padding: 0 8px 0 18px; }
  #dp-calendar:after {
    content: "\f073" !important; }
  #dp-calendar:before {
    display: none !important; }

.datepaginator-sm {
  font-size: 10px; }

.pagination a.dp-item.dp-item-sm {
  padding: 10px 0; }

.pagination a.dp-nav.dp-nav-sm {
  padding: 14px 0; }

.datepaginator-lg {
  font-size: 14px; }

.pagination a.dp-item.dp-item-lg {
  padding: 15px 0; }

.pagination a.dp-nav.dp-nav-lg {
  padding: 25px 0;
  font-size: 13px; }

.modal .pagination a.dp-item:hover,
.modal .pagination a.dp-nav:hover {
  z-index: 1043 !important; }
.modal .pagination a.dp-off,
.modal .pagination a.dp-off:hover {
  z-index: 1040; }
.modal .pagination a.dp-today {
  z-index: 1041; }
.modal .pagination a.dp-selected {
  z-index: 1042; }

.nav-tabs,
.nav-pills {
  position: relative; }

.tabdrop {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.tabdrop > .dropdown-toggle {
  cursor: pointer !important;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 12px; }
  .tabdrop > .dropdown-toggle > .fa {
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 !important; }
  .tabdrop > .dropdown-toggle > .caret {
    border: none;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 10px;
    height: auto;
    margin-left: 5px;
    position: relative;
    top: -1px;
    width: auto; }
    .tabdrop > .dropdown-toggle > .caret:after {
      content: "\f0d7"; }

.minicolors {
  position: relative; }
  .minicolors input[type=hidden] + .minicolors-swatch {
    height: 32px;
    position: static;
    cursor: pointer; }
  .minicolors .minicolors-grid {
    position: relative;
    float: right;
    width: 150px;
    height: 150px;
    background: url("../images/plugins/jquery.minicolors.png") -120px 0;
    cursor: crosshair;
    margin: 1px; }
  .minicolors .minicolors-grid-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: none; }

.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background: url("../images/plugins/jquery.minicolors.png") -80px 0;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block; }

.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.minicolors-panel {
  display: none;
  position: absolute;
  background: #fff;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin-top: 10px;
  z-index: 400;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .minicolors-panel.minicolors-visible {
    display: block; }
  .minicolors-panel:after {
    border-bottom: 10px solid rgba(0, 0, 0, 0.2);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 0;
    content: '';
    display: block;
    position: absolute; }

.modal .minicolors-panel {
  z-index: 1040; }

.minicolors-slider,
.minicolors-opacity-slider {
  position: relative;
  float: right;
  width: 20px;
  height: 150px;
  background: white url("../images/plugins/jquery.minicolors.png") 0 0;
  cursor: row-resize;
  margin: 1px 1px 1px 0; }

.minicolors-with-opacity .minicolors-opacity-slider {
  display: block; }
.minicolors-with-opacity .minicolors-slider {
  margin-right: 22px; }

.minicolors-opacity-slider {
  background-position: -40px 0;
  position: absolute;
  right: 0;
  top: 0;
  display: none; }

.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0; }
.minicolors-slider-saturation .minicolors-grid-inner {
  background: url("../images/plugins/jquery.minicolors.png") -270px 0; }
.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0; }

.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0; }
.minicolors-slider-brightness .minicolors-grid-inner {
  background: black; }
.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0; }

.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0; }
.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0; }

.minicolors-position-top .minicolors-panel {
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 10px; }
  .minicolors-position-top .minicolors-panel:after {
    border-bottom: 0;
    border-top: 10px solid rgba(0, 0, 0, 0.2);
    bottom: -13px; }

.minicolors-position-right .minicolors-panel {
  right: 0; }
  .minicolors-position-right .minicolors-panel:after {
    right: 2.5px; }

.minicolors-position-bottom .minicolors-panel {
  top: auto; }
  .minicolors-position-bottom .minicolors-panel:after {
    top: -13px; }

.minicolors-position-left .minicolors-panel {
  left: 0; }
  .minicolors-position-left .minicolors-panel:after {
    left: 2.5px; }

.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none; }
  .minicolors-grid .minicolors-picker > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: solid 2px white;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.minicolors-inline {
  display: inline-block; }
  .minicolors-inline .minicolors-panel {
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
    z-index: auto;
    display: inline-block;
    border: none;
    margin: 0;
    background: none; }
    .minicolors-inline .minicolors-panel:after {
      display: none !important; }

.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px; }
.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px; }
.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block; }
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 5px; }
.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  padding-left: inherit; }

.minicolors-theme-bootstrap .minicolors-swatch {
  top: 3px;
  left: 3px;
  width: 26px;
  bottom: 3px;
  border-radius: 2px; }
.minicolors-theme-bootstrap .minicolors-input {
  padding-left: 40px; }
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 3px; }
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 40px;
  padding-left: 12px; }

.editableform {
  margin-bottom: 0; }
  .editableform .control-group {
    margin-bottom: 0;
    white-space: nowrap;
    line-height: 20px; }
  .editableform .form-control, .editableform .form-control-inline, .editableform select.time_picker {
    width: auto; }

.editable-buttons {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
  zoom: 1;
  *display: inline; }
  .editable-buttons.editable-buttons-bottom {
    display: block;
    margin-top: 7px;
    margin-left: 0; }
  .editable-buttons button.ui-button-icon-only {
    height: 24px;
    width: 30px; }

.editable-input {
  vertical-align: top;
  display: inline-block;
  width: auto;
  white-space: normal;
  zoom: 1;
  *display: inline; }

.editableform-loading {
  background: url("../images/plugins/bootstrap-editable/loading.gif") center center no-repeat;
  height: 25px;
  width: auto;
  min-width: 25px; }

.editable-inline .editableform-loading {
  background-position: left 5px; }

.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal; }

.editable-error-block.ui-state-error {
  padding: 3px; }

.editable-error {
  color: red; }

.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px; }

.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0; }
.editable-checklist label {
  white-space: nowrap; }

.editable-wysihtml5 {
  width: 566px;
  height: 250px; }

.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right; }

.editable-clear-x {
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;
  font-size: 13px;
  line-height: 13px;
  font-family: FontAwesome;
  cursor: pointer;
  top: 50%;
  right: 6px;
  margin-top: -6px; }
  .editable-clear-x:after {
    content: '\f057'; }
  .editable-clear-x:hover {
    opacity: 1; }

.editable-pre-wrapped {
  white-space: pre-wrap; }

.editable-container.editable-popup {
  max-width: none !important; }
.editable-container.popover {
  width: auto; }
.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  zoom: 1;
  *display: inline; }
.editable-container .ui-widget {
  font-size: inherit;
  z-index: 9990; }

.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc; }

.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none; }

.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  text-decoration: none; }

.editable-unsaved {
  font-weight: bold; }

.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out; }

.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block; }

.editable-buttons .editable-submit,
.editable-buttons .editable-cancel {
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;
  line-height: 20px; }
  .editable-buttons .editable-submit i,
  .editable-buttons .editable-cancel i {
    display: none; }
.editable-buttons .editable-cancel {
  color: #555;
  margin-left: 5px; }
.editable-buttons .editable-submit:after {
  content: "\f00c"; }
.editable-buttons .editable-cancel:after {
  content: "\f00d"; }

.editable-input > .select2-container {
  max-width: 300px; }

.editable-date.well {
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 0; }

.editable[data-type="address"] + .editable-container .editable-input {
  width: 260px; }
.editable[data-type="address"] + .editable-container .editable-buttons {
  position: relative;
  top: 2px; }

.editable-address {
  margin-top: 2px; }
  .editable-address label {
    width: 100%; }
  .editable-address label span,
  .editable-address input {
    display: block;
    float: left;
    margin: 0; }
  .editable-address label span {
    width: 25%;
    padding: 0 10px 0 0;
    line-height: 32px;
    text-align: right;
    position: relative; }
  .editable-address input {
    width: 75% !important; }

.editable-address + .editable-address {
  margin-top: 6px; }

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0; }

.tt-dropdown-menu {
  border: 2px solid #ccc;
  padding: 5px 0;
  min-width: 160px;
  margin-top: 2px;
  background-color: #fff;
  border-radius: 2px; }

.tt-suggestion {
  display: block;
  margin: 0 -2px;
  padding: 5px 18px; }

.tt-suggestion p {
  margin: 0; }

.tt-suggestion.tt-is-under-cursor a,
.tt-suggestion.tt-is-under-cursor {
  color: #fff; }

@media (min-width: 480px) {
  .bootbox.bootbox-sm .modal-dialog {
    width: 300px; } }
.bootbox .modal-footer {
  margin-top: 0; }

.dataTables_wrapper .table-header {
  margin-bottom: -7px;
  padding: 13px 0 13px 15px; }
  .dataTables_wrapper .table-header .table-caption {
    float: left;
    line-height: 20px;
    padding: 5px 10px 5px 0;
    width: auto; }
.dataTables_wrapper .table-footer {
  margin-top: -7px;
  padding-right: 10px; }
.dataTables_wrapper .DT-label {
  color: #888;
  line-height: 29px; }

.DT-search,
.DT-per-page {
  display: inline-block; }

.DT-lf-right {
  float: right;
  white-space: nowrap; }

.DT-search {
  line-height: 30px;
  margin-right: 10px; }
  .DT-search,
  .DT-search input {
    width: 130px !important; }
  .DT-search label,
  .DT-search input {
    margin-bottom: 0 !important;
    margin-top: 0 !important; }

.DT-per-page {
  border-right: 1px solid #eee;
  margin-right: 10px;
  height: 30px;
  padding-right: 10px;
  white-space: nowrap; }
  .DT-per-page select {
    display: inline-block !important;
    width: auto !important; }

.DT-label {
  float: left;
  font-size: 12px; }

.DT-pagination {
  float: right; }

.dataTables_paginate .pagination > li > a,
.dataTables_paginate .pagination > li > span {
  font-size: 12px;
  padding: 5px 10px; }

table.dataTable {
  clear: both;
  margin-bottom: 6px !important;
  margin-top: 6px !important;
  max-width: none !important; }
  table.dataTable thead .sorting,
  table.dataTable thead .sorting_asc,
  table.dataTable thead .sorting_desc,
  table.dataTable thead .sorting_asc_disabled,
  table.dataTable thead .sorting_desc_disabled {
    cursor: pointer; }
  table.dataTable thead .sorting:after {
    content: "\f0dc";
    display: block; }
  table.dataTable thead .sorting_asc {
    background: rgba(0, 0, 0, 0.05); }
    table.dataTable thead .sorting_asc:after {
      content: "\f0dd";
      display: block; }
  table.dataTable thead .sorting_desc {
    background: rgba(0, 0, 0, 0.05); }
    table.dataTable thead .sorting_desc:after {
      content: "\f0de";
      display: block; }
  table.dataTable thead .sorting_asc_disabled:after {
    content: "\f0dd";
    display: block;
    opacity: .3; }
  table.dataTable thead .sorting_desc_disabled:after {
    content: "\f0de";
    display: block;
    opacity: .3; }
  table.dataTable th {
    position: relative; }
    table.dataTable th:after {
      display: none;
      font-family: FontAwesome;
      font-size: 11px;
      font-weight: normal !important;
      line-height: 20px;
      height: 20px;
      position: absolute;
      right: 0;
      top: 8px;
      width: 20px; }
    table.dataTable th:active {
      outline: none; }

div.dataTables_scrollHead table {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0 !important; }
  div.dataTables_scrollHead table thead tr:last-child th:first-child,
  div.dataTables_scrollHead table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }

div.dataTables_scrollBody table {
  margin-bottom: 0 !important;
  border-top: none; }
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot table {
  border-top: none; }

.table-primary .dataTables_wrapper .table-header input,
.table-primary .dataTables_wrapper .table-header select,
.table-success .dataTables_wrapper .table-header input,
.table-success .dataTables_wrapper .table-header select,
.table-danger .dataTables_wrapper .table-header input,
.table-danger .dataTables_wrapper .table-header select,
.table-warning .dataTables_wrapper .table-header input,
.table-warning .dataTables_wrapper .table-header select,
.table-info .dataTables_wrapper .table-header input,
.table-info .dataTables_wrapper .table-header select {
  border: none !important; }

.table-success .dataTables_wrapper .DT-per-page {
  border-color: #518d51 !important; }

.table-danger .dataTables_wrapper .DT-per-page {
  border-color: #ca4433 !important; }

.table-warning .dataTables_wrapper .DT-per-page {
  border-color: #de9328 !important; }

.table-info .dataTables_wrapper .DT-per-page {
  border-color: #3da1bf !important; }

#growls {
  position: fixed;
  right: 0;
  top: 10px;
  z-index: 5000; }

.main-navbar-fixed #growls {
  top: 46px; }

.main-menu-right #growls {
  left: 0;
  right: auto; }

.growl {
  border-radius: 4px;
  margin: 10px;
  position: relative;
  opacity: 0.95;
  filter: alpha(opacity=95);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .growl .growl-title {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 2px; }
  .growl .growl-message {
    font-size: 13px; }
  .growl .growl-close {
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: helvetica, verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin-top: -2px; }
  .growl.growl-incoming {
    opacity: 0;
    filter: alpha(opacity=0); }
  .growl.growl-outgoing {
    opacity: 0;
    filter: alpha(opacity=0); }
  .growl.growl-small {
    padding: 6px 8px;
    width: 200px; }
    .growl.growl-small .growl-title {
      font-size: 13px;
      margin-bottom: 0; }
    .growl.growl-small .growl-message {
      font-size: 11px; }
  .growl.growl-medium {
    padding: 10px;
    width: 250px; }
  .growl.growl-large {
    padding: 15px;
    width: 300px; }
  .growl.growl-default {
    background: #7f8c8d;
    color: #fff; }
  .growl.growl-error {
    background: #e66454;
    color: #fff; }
  .growl.growl-notice {
    background: #5ebd5e;
    color: #fff; }
  .growl.growl-warning {
    background: #f4b04f;
    color: #fff; }

.dz-browser-not-supported .dz-message {
  display: none !important; }
.dz-browser-not-supported.dropzone-box {
  min-height: auto !important;
  border: none !important;
  border-radius: 0 !important;
  width: auto !important;
  cursor: default !important;
  padding: 0 !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.dropzone-box {
  position: relative;
  min-height: 284px;
  border: 3px dashed #ddd;
  border-radius: 3px;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  padding: 0 15px 15px 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.dz-default.dz-message {
  color: #555;
  font-size: 20px;
  font-weight: 600;
  display: block;
  min-height: 70px;
  width: 300px;
  position: absolute;
  padding-left: 90px;
  padding-top: 12px;
  line-height: 22px;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  margin-left: -150px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.dz-text-small {
  font-size: 14px;
  font-weight: 400; }

.dropzone-box .fa.fa-cloud-upload {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 70px;
  font-size: 32px;
  background: #eee;
  color: #aaa;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.dropzone-box:hover .fa.fa-cloud-upload {
  color: #fff; }

.dz-started .dz-default.dz-message {
  display: none; }

.dz-started:hover .fa.fa-cloud-upload {
  background: #eee !important;
  color: #aaa !important; }

.dz-preview {
  width: 160px;
  padding: 6px 10px 10px 10px;
  margin: 15px 0 0 15px;
  display: inline-block;
  cursor: default;
  border: 1px solid #ddd;
  border-radius: 2px;
  vertical-align: top; }

.dz-filename {
  color: #555;
  overflow: hidden;
  padding-bottom: 2px; }

.dz-size {
  padding-bottom: 8px; }

.dz-thumbnail {
  width: 138px;
  height: 120px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden; }

.dz-thumbnail > img {
  max-width: 100%;
  max-height: 120px; }

.dz-preview .progress,
.dz-preview .progess-bar {
  height: 8px; }

.dz-preview .progress {
  margin: 8px 0 0 0; }

.dz-size {
  font-style: italic;
  color: #aaa;
  font-size: 11px; }

.dz-size span {
  font-weight: 600; }

.dz-remove {
  line-height: 30px;
  display: block;
  margin: 8px -11px -11px -11px;
  text-align: center;
  color: #666;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid transparent;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
  .dz-remove:hover {
    background: #e66454;
    color: #fff;
    border-top-color: transparent;
    text-decoration: none; }

.dz-thumbnail-wrapper {
  margin: 0 -10px;
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  position: relative; }

.dz-nopreview {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #888; }

.dz-thumbnail img[src] + .dz-nopreview {
  display: none; }

.dz-error-mark,
.dz-success-mark,
.dz-error-message {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }

.dz-error-mark .fa,
.dz-success-mark .fa {
  line-height: 140px;
  font-size: 50px;
  color: #fff;
  font-weight: 400; }

.dz-error-mark .fa {
  color: #fa6b59; }

.dz-success-mark .fa {
  color: #9ed441; }

.dz-error-message {
  color: #fff;
  font-weight: 600;
  padding: 20px 10px 0 10px; }

.dz-error .dz-error-mark {
  display: block; }
.dz-error .dz-error-message {
  display: none; }
.dz-error:hover .dz-error-mark {
  display: none; }
.dz-error:hover .dz-error-message {
  display: block; }

.dz-success .dz-success-mark {
  display: block; }

/* Layout
 ------------------------------------------*/
.note-editor {
  border: 1px solid #d6d6d6;
  background: #fff;
  /* dropzone */
  /* fullscreen mode */
  /* codeview mode */
  /* toolbar */
  /* note handle */
  /* dialog */
  /* editable */
  /* codeable */
  /* dropdown-menu for toolbar and popover */
  /* color palette for toolbar and popover */ }
  .note-editor .note-dropzone {
    position: absolute;
    display: none;
    z-index: 1;
    border: 2px dashed lightskyblue;
    color: lightskyblue;
    background-color: white;
    opacity: 0.95;
    pointer-event: none; }
    .note-editor .note-dropzone .note-dropzone-message {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      font-size: 28px;
      font-weight: bold; }
    .note-editor .note-dropzone.hover {
      border: 2px dashed #098ddf;
      color: #098ddf; }
  .note-editor.dragover .note-dropzone {
    display: table; }
  .note-editor.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050; }
    .note-editor.fullscreen .note-editable {
      background-color: white; }
    .note-editor.fullscreen .note-resizebar {
      display: none; }
  .note-editor.codeview .note-editable {
    display: none; }
  .note-editor.codeview .note-codable {
    display: block; }
  .note-editor .note-toolbar {
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #d6d6d6; }
    .note-editor .note-toolbar .fa {
      font-size: 14px;
      margin: 0 !important; }
    .note-editor .note-toolbar > .btn-group {
      margin-top: 5px;
      margin-left: 0;
      margin-right: 5px; }
      .note-editor .note-toolbar > .btn-group > .btn {
        padding-top: 5px;
        padding-bottom: 5px; }
    .note-editor .note-toolbar .dropdown-menu {
      white-space: nowrap; }
      .note-editor .note-toolbar .dropdown-menu .btn-group {
        float: none; }
      .note-editor .note-toolbar .dropdown-menu > li > a {
        cursor: pointer; }
    .note-editor .note-toolbar .note-table .dropdown-menu {
      min-width: 0;
      padding: 5px; }
      .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
        font-size: 18px; }
        .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
          position: absolute !important;
          z-index: 3;
          width: 10em;
          height: 10em;
          cursor: pointer; }
        .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
          position: relative !important;
          z-index: 1;
          width: 5em;
          height: 5em;
          background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }
        .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
          position: absolute !important;
          z-index: 2;
          width: 1em;
          height: 1em;
          background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }
    .note-editor .note-toolbar .note-style h1, .note-editor .note-toolbar .note-style h2, .note-editor .note-toolbar .note-style h3, .note-editor .note-toolbar .note-style h4, .note-editor .note-toolbar .note-style h5, .note-editor .note-toolbar .note-style h6, .note-editor .note-toolbar .note-style blockquote {
      margin: 0; }
    .note-editor .note-toolbar .note-color .dropdown-toggle {
      width: 20px;
      padding-left: 5px; }
    .note-editor .note-toolbar .note-color .dropdown-menu {
      min-width: 290px;
      white-space: nowrap; }
      .note-editor .note-toolbar .note-color .dropdown-menu .btn-group {
        margin: 0; }
        .note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
          margin: 0 5px; }
        .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
          font-size: 12px;
          margin: 2px 7px;
          text-align: center;
          border-bottom: 1px solid #eee; }
        .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
          font-size: 12px;
          margin: 5px;
          padding: 0 3px;
          cursor: pointer;
          border-radus: 5px; }
        .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
          background: #eee; }
    .note-editor .note-toolbar .note-para .dropdown-menu {
      min-width: 216px;
      padding: 5px; }
      .note-editor .note-toolbar .note-para .dropdown-menu > div:first-child {
        margin-right: 5px; }
  .note-editor .note-statusbar {
    background-color: #f5f5f5; }
    .note-editor .note-statusbar .note-resizebar {
      height: 8px;
      width: 100%;
      border-top: 1px solid #d6d6d6;
      cursor: s-resize; }
      .note-editor .note-statusbar .note-resizebar .note-icon-bar {
        width: 20px;
        margin: 1px auto;
        border-top: 1px solid #d6d6d6; }
  .note-editor .note-popover .popover {
    max-width: none; }
    .note-editor .note-popover .popover .popover-content {
      padding: 5px; }
      .note-editor .note-popover .popover .popover-content a {
        display: inline-block;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        /* for FF */
        vertical-align: middle;
        /* for FF */ }
      .note-editor .note-popover .popover .popover-content .btn-group + .btn-group {
        margin-left: 5px; }
    .note-editor .note-popover .popover .arrow {
      left: 20px; }
  .note-editor .note-handle {
    /* control selection */ }
    .note-editor .note-handle .note-control-selection {
      position: absolute;
      display: none;
      border: 1px solid black; }
      .note-editor .note-handle .note-control-selection > div {
        position: absolute; }
      .note-editor .note-handle .note-control-selection .note-control-selection-bg {
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.3;
        filter: alpha(opacity=30); }
      .note-editor .note-handle .note-control-selection .note-control-holder {
        width: 7px;
        height: 7px;
        border: 1px solid black; }
      .note-editor .note-handle .note-control-selection .note-control-sizing {
        width: 7px;
        height: 7px;
        border: 1px solid black;
        background-color: white; }
      .note-editor .note-handle .note-control-selection .note-control-nw {
        top: -5px;
        left: -5px;
        border-right: none;
        border-bottom: none; }
      .note-editor .note-handle .note-control-selection .note-control-ne {
        top: -5px;
        right: -5px;
        border-bottom: none;
        border-left: none; }
      .note-editor .note-handle .note-control-selection .note-control-sw {
        bottom: -5px;
        left: -5px;
        border-top: none;
        border-right: none; }
      .note-editor .note-handle .note-control-selection .note-control-se {
        right: -5px;
        bottom: -5px;
        cursor: se-resize; }
      .note-editor .note-handle .note-control-selection .note-control-selection-info {
        right: 0;
        bottom: 0;
        padding: 5px;
        margin: 5px;
        color: white;
        background-color: black;
        font-size: 12px;
        border-radus: 5px;
        opacity: 0.7;
        filter: alpha(opacity=70); }
  .note-editor .note-dialog > div {
    display: none;
    /* BS2's hide pacth. */ }
  .note-editor .note-dialog .note-image-dialog .note-dropzone {
    min-height: 100px;
    font-size: 30px;
    line-height: 4;
    /* vertical-align */
    color: lightgray;
    text-align: center;
    border: 4px dashed lightgray;
    margin-bottom: 10px; }
  .note-editor .note-dialog .note-help-dialog {
    font-size: 12px;
    color: #ccc;
    background-color: #222 !important;
    opacity: 0.9;
    filter: alpha(opacity=90);
    /* BS2's background pacth. */
    background: transparent;
    border: none; }
    .note-editor .note-dialog .note-help-dialog .modal-content {
      background: transparent;
      border: 1px solid white;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 5px; }
    .note-editor .note-dialog .note-help-dialog a {
      font-size: 12px;
      color: white; }
    .note-editor .note-dialog .note-help-dialog .title {
      color: white;
      font-size: 14px;
      font-weight: bold;
      padding-bottom: 5px;
      border-bottom: white 1px solid; }
    .note-editor .note-dialog .note-help-dialog .modal-close {
      font-size: 14px;
      color: #dd0;
      cursor: pointer; }
    .note-editor .note-dialog .note-help-dialog .note-shortcut-layout {
      width: 100%; }
      .note-editor .note-dialog .note-help-dialog .note-shortcut-layout td {
        vertical-align: top; }
    .note-editor .note-dialog .note-help-dialog .note-shortcut {
      margin-top: 8px; }
      .note-editor .note-dialog .note-help-dialog .note-shortcut th {
        text-align: left;
        font-size: 13px;
        color: #dd0; }
      .note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child {
        min-width: 110px;
        font-family: "Courier New";
        color: #dd0;
        text-align: right;
        padding-right: 10px; }
  .note-editor .note-editable {
    padding: 10px;
    overflow: auto;
    outline: none; }
  .note-editor .note-editable[contenteditable="false"] {
    background-color: #e5e5e5; }
  .note-editor .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    border: none;
    box-shadow: none;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    resize: none;
    direction: ltr !important;
    /* override BS2 default style */
    border-radius: 0;
    margin-bottom: 0; }
  .note-editor .CodeMirror {
    direction: ltr !important; }
  .note-editor .dropdown-menu {
    min-width: 90px;
    /* dropdown-menu right position */
    /* http://forrst.com/posts/Bootstrap_right_positioned_dropdown-2KB */
    /* dropdown-menu for selectbox */ }
    .note-editor .dropdown-menu.right {
      right: 0;
      left: auto; }
      .note-editor .dropdown-menu.right::before {
        right: 9px;
        left: auto !important; }
      .note-editor .dropdown-menu.right::after {
        right: 10px;
        left: auto !important; }
    .note-editor .dropdown-menu li a i {
      color: deepskyblue;
      visibility: hidden; }
    .note-editor .dropdown-menu li a.checked i {
      visibility: visible; }
  .note-editor .note-fontsize-10 {
    font-size: 10px; }
  .note-editor .note-color-palette {
    line-height: 1; }
    .note-editor .note-color-palette div .note-color-btn {
      width: 17px;
      height: 17px;
      padding: 0;
      margin: 0;
      border: 1px solid #fff; }
    .note-editor .note-color-palette div .note-color-btn:hover {
      border: 1px solid #000; }

.md-editor {
  display: block;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .md-editor > .md-header, .md-editor .md-footer {
    display: block;
    padding: 6px 4px;
    background: #f5f5f5; }
  .md-editor > .md-header {
    margin: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
    .md-editor > .md-header .btn {
      padding-top: 5px;
      padding-bottom: 5px; }
      .md-editor > .md-header .btn .fa {
        font-size: 14px; }
  .md-editor > .md-preview {
    border-top: 1px dashed #e4e4e4;
    min-height: 10px;
    padding: 6px 12px; }
  .md-editor > textarea {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 13px;
    outline: 0;
    margin: 0;
    display: block;
    padding: 6px 12px;
    width: 100%;
    border: 0;
    border-top: 1px dashed #e4e4e4;
    border-radius: 0;
    background: #fff; }
  .md-editor.active {
    border-color: #66afe9; }

.jqstooltip {
  width: auto !important;
  height: auto !important;
  color: #fff !important;
  border-radius: 2px;
  background-color: #222 !important;
  font-size: 11px !important;
  padding: 4px 10px !important; }

.pie-chart {
  display: inline-block !important;
  position: relative !important; }
  .pie-chart:before, .pie-chart:after {
    content: " ";
    display: table; }
  .pie-chart:after {
    clear: both; }

.pie-chart-label {
  display: block !important;
  width: 100%;
  text-align: center;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute !important;
  top: 50%;
  font-weight: 300;
  font-size: 17px; }

.morris-hover {
  position: absolute;
  z-index: 1000; }
  .morris-hover.morris-default-style {
    text-align: center;
    border-radius: 2px;
    background-color: #222;
    font-size: 11px;
    padding: 4px 10px; }
    .morris-hover.morris-default-style .morris-hover-row-label {
      font-weight: bold;
      margin: 4px 0;
      color: #aaa; }
    .morris-hover.morris-default-style .morris-hover-point {
      white-space: nowrap;
      margin: 2px 0; }

.pa-flot-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; }
  .pa-flot-container:before, .pa-flot-container:after {
    content: " ";
    display: table; }
  .pa-flot-container:after {
    clear: both; }

.pa-flot-graph {
  width: auto;
  height: auto; }

.pa-flot-info {
  width: auto;
  margin-bottom: 20px;
  background: #f4f4f4;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 2px; }
  .pa-flot-info:before, .pa-flot-info:after {
    content: " ";
    display: table; }
  .pa-flot-info:after {
    clear: both; }
  .pa-flot-info span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    cursor: default;
    padding-left: 24px;
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
    color: #646464; }
  .pa-flot-info i {
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    top: 12px;
    left: 10px;
    border-radius: 9999px; }

.pa-flot-tooltip {
  position: absolute;
  display: none;
  padding: 5px 10px;
  font-size: 12px;
  background: #222;
  color: #fff;
  border-radius: 2px; }

.tickLabel {
  font-size: 12px;
  color: #666; }

.yAxis .tickLabel:first-child,
.yAxis .tickLabel:last-child {
  display: none; }

.pieLabel > div {
  font-size: 12px !important; }

.slimScrollBar {
  width: 6px !important;
  opacity: .3 !important; }

.slimScrollRail {
  width: 6px !important; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > .form-control-inline, .input-group-lg > select.time_picker,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px; }

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

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

.input-sm, .input-group-sm > .form-control, .input-group-sm > .form-control-inline, .input-group-sm > select.time_picker,
.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: 2px; }

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

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

.theme-default {
  background: #f6f6f6; }
.theme-default .page-header {
  background: #f6f6f6;
  border-color: #e9e9e9; }
.theme-default .table,
.theme-default .panel,
.theme-default hr {
  border-color: #e2e2e2; }
.theme-default .bordered {
  border-color: #e2e2e2; }
.theme-default .bordered[class*='bg-'],
.theme-default [class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2); }
.theme-default .panel.panel-transparent > .panel-heading {
  border-bottom-color: #e2e2e2 !important; }
.theme-default .breadcrumb-page {
  background: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 6px;
  padding-top: 6px; }
.theme-default #main-navbar {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05); }
  .theme-default #main-navbar .navbar-header {
    background: #fff; }
    .theme-default #main-navbar .navbar-header a {
      color: #555; }
  .theme-default #main-navbar .navbar-brand {
    color: #555; }
  .theme-default #main-navbar .navbar-toggle,
  .theme-default #main-navbar #main-menu-toggle {
    color: #555; }
  .theme-default #main-navbar #main-menu-toggle {
    background: #f8f8f8; }
    .theme-default #main-navbar #main-menu-toggle .fa:before {
      color: #555; }
  .theme-default #main-navbar .navbar-collapse {
    border-top: 1px solid #f1f1f1;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .theme-default #main-navbar .dropdown > a,
  .theme-default #main-navbar .dropdown-menu > li > a,
  .theme-default #main-navbar .nav > li > a {
    color: #555; }
  .theme-default #main-navbar li + li,
  .theme-default #main-navbar .nav + .nav,
  .theme-default #main-navbar .nav + .right {
    border-top: 1px solid #f1f1f1; }
  .theme-default #main-navbar .dropdown.open > a {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #dfdfdf;
    margin-top: -1px;
    background: #f6f6f6;
    color: #555; }
  .theme-default #main-navbar form.navbar-form {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .theme-default #main-navbar form.navbar-form .form-control, .theme-default #main-navbar form.navbar-form .form-control-inline, .theme-default #main-navbar form.navbar-form select.time_picker {
      background: #f8f8f8;
      border: none;
      color: #999; }
      .theme-default #main-navbar form.navbar-form .form-control:focus, .theme-default #main-navbar form.navbar-form .form-control-inline:focus, .theme-default #main-navbar form.navbar-form select.time_picker:focus {
        color: #555;
        -webkit-box-shadow: none;
        box-shadow: none; }
@media (min-width: 768px) {
  .theme-default #main-navbar .navbar-header {
    background: #fff; }
  .theme-default #main-navbar .navbar-collapse {
    background: #fff;
    border: none; }
    .theme-default #main-navbar .navbar-collapse > div > .navbar-nav {
      border-left: 1px solid #f1f1f1; }
  .theme-default #main-navbar .right > .navbar-nav > li {
    border-left: 1px solid #f1f1f1;
    border-right: none; }
  .theme-default #main-navbar .navbar-nav > li {
    border-right: 1px solid #f1f1f1; }
    .theme-default #main-navbar .navbar-nav > li > a {
      color: #555; }
    .theme-default #main-navbar .navbar-nav > li > a:hover, .theme-default #main-navbar .navbar-nav > li.active > a, .theme-default #main-navbar .navbar-nav > li.dropdown.open > a {
      background: #f8f8f8;
      border-top: none !important;
      border-bottom: none !important; }
  .theme-default #main-navbar li + li,
  .theme-default #main-navbar .nav + .nav,
  .theme-default #main-navbar .nav + .right {
    border-top: none; }
  .theme-default #main-navbar .dropdown.open > a {
    margin: 0;
    border-top: none; }
  .theme-default #main-navbar .dropdown-menu {
    background: #fff;
    padding: 5px 0; }
    .theme-default #main-navbar .dropdown-menu .divider {
      background-color: #f1f1f1; }
    .theme-default #main-navbar .dropdown-menu > li > a {
      color: #555; }
      .theme-default #main-navbar .dropdown-menu > li > a:hover {
        background: #f1f1f1; }
  .theme-default #main-navbar .widget-notifications a {
    color: !important; }
  .theme-default #main-navbar .widget-notifications .notification,
  .theme-default #main-navbar .widget-notifications .notifications-link {
    border-color: #f1f1f1;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .theme-default #main-navbar .widget-notifications .notification-description {
    color: #999; }
  .theme-default #main-navbar .widget-notifications .notification-ago {
    color: #bbb; }
  .theme-default #main-navbar .widget-notifications .notifications-link:hover {
    background: #f1f1f1; }
  .theme-default #main-navbar .widget-messages-alt a {
    color: !important; }
  .theme-default #main-navbar .widget-messages-alt .message,
  .theme-default #main-navbar .widget-messages-alt .messages-link {
    border-color: #f1f1f1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .theme-default #main-navbar .widget-messages-alt .message-subject {
    color: #555 !important; }
  .theme-default #main-navbar .widget-messages-alt .message-description {
    color: #aaa; }
    .theme-default #main-navbar .widget-messages-alt .message-description a {
      color: #888; }
  .theme-default #main-navbar .widget-messages-alt .messages-link:hover {
    background: #f1f1f1; }
  .theme-default.main-menu-right #main-navbar .navbar-header, .theme-default.mmc #main-navbar .navbar-header {
    background: #fff; }
  .theme-default.main-menu-right #main-navbar .navbar-header {
    border-right: 1px solid #f1f1f1; } }
@media (min-width: 768px) {
  .theme-default.right-to-left #main-navbar .right > .navbar-nav > li {
    border-right: 1px solid #f1f1f1;
    border-left: none; } }
.theme-default #main-menu-bg {
  background-color: #23272d; }
.theme-default #main-menu .navigation a,
.theme-default #main-menu .mmc-dropdown-open-ul a {
  color: #808b9c;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .theme-default #main-menu .navigation a:after,
  .theme-default #main-menu .mmc-dropdown-open-ul a:after {
    content: "";
    top: 0;
    bottom: 0;
    width: 4px;
    position: absolute;
    right: auto;
    background: #1a7ab9;
    display: none;
    left: 0; }
  .theme-default #main-menu .navigation a:hover,
  .theme-default #main-menu .mmc-dropdown-open-ul a:hover {
    color: #fff; }
    .theme-default #main-menu .navigation a:hover:after,
    .theme-default #main-menu .mmc-dropdown-open-ul a:hover:after {
      display: block !important; }
.theme-default #main-menu li.active > a {
  background: #181b1f;
  color: #fff; }
  .theme-default #main-menu li.active > a .menu-icon {
    color: #1d89cf; }
  .theme-default #main-menu li.active > a:after {
    display: block; }
.theme-default #main-menu .mm-dropdown.active > a {
  background: none; }
.theme-default #main-menu .mm-dropdown.active > a:after {
  display: none; }
.theme-default #main-menu .mm-dropdown > ul,
.theme-default #main-menu .mmc-dropdown-open-ul {
  background: #2a2e36; }
.theme-default #main-menu .mmc-dropdown-open-ul .mmc-title {
  background: #181b1f;
  color: #fff; }
.theme-default #main-menu .mmc-dropdown-open > a {
  background: #181b1f !important; }
  .theme-default #main-menu .mmc-dropdown-open > a,
  .theme-default #main-menu .mmc-dropdown-open > a .menu-icon {
    color: #fff !important; }
  .theme-default #main-menu .mmc-dropdown-open > a:hover:after {
    display: none !important; }
.theme-default #main-menu .menu-content {
  border-color: #2e333b; }
  .theme-default #main-menu .menu-content .btn-outline {
    border-color: #2e333b;
    color: #808b9c; }
    .theme-default #main-menu .menu-content .btn-outline:hover {
      color: #fff; }
.theme-default .mmc-dropdown-open .mm-dropdown.open > a, .theme-default.mme #main-menu .mm-dropdown.open > a {
  color: #fff; }
@media (min-width: 768px) {
  .theme-default #main-menu .mm-dropdown.open > a {
    color: #fff; }
  .theme-default.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #808b9c; } }
.theme-default.right-to-left #main-menu .navigation a:after {
  left: auto;
  right: 0; }
.theme-default #main-navbar .navbar-brand div,
.theme-default .demo-logo {
  background: #1d89cf; }
.theme-default #main-navbar .navbar-header a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600; }
.theme-default.page-signin .signin-info, .theme-default.page-signup .signup-header {
  background: #1d89cf;
  background: rgba(29, 137, 207, 0.8); }
.theme-default .timeline:before,
.theme-default .timeline:after,
.theme-default .tl-header,
.theme-default .tl-icon {
  background: #dddddd; }
.theme-default .tl-header,
.theme-default .tl-icon {
  box-shadow: 0 0 0 4px #f6f6f6; }
.theme-default .tl-entry:before {
  background: #1d89cf;
  box-shadow: 0 0 0 3px #f6f6f6; }
.theme-default .tl-body:before {
  border-color: transparent #e2e2e2 transparent transparent; }
@media (min-width: 768px) {
  .theme-default .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #e2e2e2; }
  .theme-default.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #e2e2e2 transparent transparent; } }
.theme-default.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #e2e2e2; }
.theme-default.page-mail .mail-nav,
.theme-default.page-mail .mail-nav:before {
  background: #f6f6f6; }
.theme-default.page-mail .mail-nav .sections li.active .label,
.theme-default.page-mail .mail-nav .sections li.active .badge {
  background: #1d89cf; }
.theme-default.page-mail .mail-nav,
.theme-default.page-mail .mail-nav .compose-btn,
.theme-default.page-mail .mail-nav .sections li.active,
.theme-default.page-mail .mail-nav:before {
  border-color: #e2e2e2; }
.theme-default.page-mail .mail-nav .navigation.open .sections li.active {
  background: #ececec; }
.theme-default.page-mail .mail-nav li.divider {
  background: #e2e2e2; }
.theme-default.page-mail .mail-nav .sections li.active a {
  color: #444444; }
.theme-default.page-mail .mail-nav .sections li.active:after {
  color: #aaaaaa; }
.theme-default.page-mail .mail-nav .sections a {
  color: #6a6a6a; }
.theme-default.page-mail .mail-nav-header {
  color: #aaaaaa; }
.theme-default.page-mail .mail-nav .add-more a {
  color: #aaaaaa; }
@media (min-width: 992px) {
  .theme-default.page-mail .mail-nav .navigation .sections li.active {
    background: #ececec; }
  .theme-default.page-mail .mail-nav .sections a:hover {
    color: #444444; } }
.theme-default .nav-icon-btn.nav-icon-btn-primary .label {
  background: #1d89cf; }
.theme-default .btn-primary {
  color: #fff; }
  .theme-default .btn-primary, .theme-default .btn-primary:focus {
    border-color: #1a7ab9;
    border-bottom-color: #16689e;
    background: #1d89cf;
    background-image: -webkit-linear-gradient(top, #1e8cd3 0%, #1a7ab9 100%);
    background-image: linear-gradient(to bottom, #1e8cd3 0%, #1a7ab9 100%);
    background-repeat: repeat-x; }
  .theme-default .btn-primary:hover {
    color: #fff;
    border-color: #1871ab;
    border-bottom-color: #12547e;
    background: #1a7ab9 !important;
    background-image: -webkit-linear-gradient(top, #1c83c6 0%, #1871ab 100%) !important;
    background-image: linear-gradient(to bottom, #1c83c6 0%, #1871ab 100%) !important;
    background-repeat: repeat-x; }
  .theme-default .btn-primary:active, .theme-default .btn-primary.active, .open .theme-default .btn-primary.dropdown-toggle {
    background: none;
    background: #1a7dbd !important;
    border-color: #146090;
    border-bottom-color: #146090 !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .theme-default .btn-primary.btn-flat {
    background: #1b80c2; }
    .theme-default .btn-primary.btn-flat:hover, .theme-default .btn-primary.btn-flat:active, .theme-default .btn-primary.btn-flat.active, .open .theme-default .btn-primary.btn-flat.dropdown-toggle {
      background: #1b80c2 !important;
      color: #fff; }
  .theme-default .btn-primary.btn-outline:hover, .theme-default .btn-primary.btn-outline.btn-flat:hover {
    color: #fff;
    border-color: #1871ab;
    border-bottom-color: #12547e; }
  .theme-default .btn-primary.btn-outline:active, .theme-default .btn-primary.btn-outline.btn-flat:active {
    border-color: #146090; }
  .btn-group .theme-default .btn-primary, .btn-group .theme-default .btn-primary:focus, .input-group-btn .theme-default .btn-primary, .input-group-btn .theme-default .btn-primary:focus {
    border-left-color: #1871ab;
    border-right-color: #1871ab; }
  .btn-group .theme-default .btn-primary:hover, .btn-group.open .theme-default .btn-primary.dropdown-toggle, .input-group-btn .theme-default .btn-primary:hover, .input-group-btn.open .theme-default .btn-primary.dropdown-toggle {
    border-color: #1871ab;
    border-bottom-color: #12547e; }
  .btn-group .theme-default .btn-primary:active, .btn-group .theme-default .btn-primary.active, .input-group-btn .theme-default .btn-primary:active, .input-group-btn .theme-default .btn-primary.active {
    border-left-color: #146090;
    border-right-color: #146090; }
.theme-default .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #146090 !important;
  background: none;
  background: #1a7dbd !important; }
.theme-default .progress-bar {
  background: #1d89cf;
  border-color: #1977b4; }
.theme-default .progress-striped .progress-bar {
  background-color: #1d89cf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }
.theme-default .label.label-primary {
  background: #1d89cf; }
  .theme-default .label.label-primary[href]:hover, .theme-default .label.label-primary[href]:focus {
    background-color: #176ba2; }
  .theme-default .label.label-primary.label-tag {
    border: 1px solid #1d89cf; }
    .theme-default .label.label-primary.label-tag:before {
      border-color: transparent #1d89cf transparent transparent; }
    .theme-default .label.label-primary.label-tag[href]:hover, .theme-default .label.label-primary.label-tag[href]:focus {
      border-color: #176ba2; }
    .theme-default .label.label-primary.label-tag[href]:hover:before, .theme-default .label.label-primary.label-tag[href]:focus:before {
      border-color: transparent #176ba2 transparent transparent; }
    .right-to-left .theme-default .label.label-primary.label-tag:before {
      border-color: transparent transparent transparent #1d89cf; }
    .right-to-left .theme-default .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-default .label.label-primary.label-tag[href]:focus:before {
      border-color: transparent transparent transparent #176ba2; }
    .ie8 .right-to-left .theme-default .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-default .label.label-primary.label-tag:before {
      border-color: transparent #1d89cf transparent transparent; }
    .ie8 .right-to-left .theme-default .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-default .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-default .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-default .label.label-primary.label-tag[href]:focus:before {
      border-color: transparent #176ba2 transparent transparent; }
.theme-default.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #1d89cf; }
.theme-default.right-to-left .label.label-primary.label-tag:hover:before, .theme-default.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #176ba2; }
.ie8 .theme-default.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-default.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #1d89cf transparent transparent; }
.ie8 .theme-default.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-default.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-default.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-default.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #176ba2 transparent transparent; }
.theme-default .badge.badge-primary {
  background: #1d89cf;
  border: 1px solid #1d89cf; }
  .theme-default .badge.badge-primary[href]:hover, .theme-default .badge.badge-primary[href]:focus {
    background-color: #176ba2;
    border-color: #176ba2; }
.theme-default .table-primary table {
  border-top-color: #23638c !important; }
.theme-default .table-primary thead,
.theme-default .table-primary thead tr,
.theme-default .table-primary thead th,
.theme-default .table-primary .table-header {
  border-color: #23638c !important;
  color: #fff; }
.theme-default .table-primary thead tr,
.theme-default .table-primary thead th {
  background: #2175ac; }
.theme-default .table-primary .table-header {
  background: #1d89cf; }
.theme-default .nav-tabs > li.active > a, .theme-default .nav-tabs > li.active > a:hover, .theme-default .nav-tabs > li.active > a:focus {
  background: #1d89cf;
  border-bottom: 2px solid #1a7ab9; }
.theme-default .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #1a7ab9; }
.theme-default .nav-pills > li.active > a, .theme-default .nav-pills > li.active > a:hover, .theme-default .nav-pills > li.active > a:focus {
  background: #1d89cf; }
.theme-default .dropdown-menu > li > a:hover,
.theme-default .dropdown-menu > li.active > a {
  background: #1d89cf; }
.theme-default .dropdown-menu > li > a:hover {
  color: #fff; }
.theme-default .btn-group .btn-primary,
.theme-default .btn-group .btn-primary:focus,
.theme-default .input-group-btn .btn-primary,
.theme-default .input-group-btn .btn-primary:focus {
  border-left-color: #1871ab;
  border-right-color: #1871ab; }
.theme-default .btn-group .btn-primary:hover,
.theme-default .btn-group.open .btn-primary.dropdown-toggle,
.theme-default .input-group-btn .btn-primary:hover,
.theme-default .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #146090; }
.theme-default .btn-group .btn-primary:active,
.theme-default .btn-group .btn-primary.active,
.theme-default .input-group-btn .btn-primary:active,
.theme-default .input-group-btn .btn-primary.active {
  border-left-color: #146090;
  border-right-color: #146090; }
.theme-default .pagination > li > a:hover {
  border-color: #1d89cf; }
.theme-default .pagination > li.active > a,
.theme-default .pagination > li.active > a:hover,
.theme-default .pagination > li.active > a:focus,
.theme-default .pagination > li.active > span {
  background: #1d89cf;
  border-color: #1d89cf; }
.theme-default .pager li > a:hover {
  border-color: #1d89cf; }
.theme-default a.list-group-item.active {
  background: #1d89cf;
  border-color: #1d89cf; }
  .theme-default a.list-group-item.active .list-group-item-text {
    color: #c2e2f6; }
.theme-default .form-control:focus, .theme-default .form-control-inline:focus, .theme-default select.time_picker:focus,
.theme-default .form-control.focus,
.theme-default .focus.form-control-inline,
.theme-default select.focus.time_picker {
  border-color: #1d89cf;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
.gt-ie8 .theme-default input.px:focus + .lbl:before, .gt-ie8 .theme-default input.px + .lbl:hover:before {
  border-color: #1d89cf; }
.gt-ie8 .theme-default input[type="checkbox"].px + .lbl:after {
  color: #1d89cf; }
.gt-ie8 .theme-default input[type="radio"].px + .lbl:after {
  background: #1d89cf; }
.theme-default .text-primary, .theme-default .text-primary:hover, .theme-default .text-primary:active, .theme-default .text-primary:focus,
.theme-default .text-primary a,
.theme-default .text-primary a:focus {
  color: #1d89cf; }
.theme-default .text-primary a:hover,
.theme-default .text-primary a:active {
  color: #145d8c; }
.theme-default .bg-primary {
  background: #1d89cf !important; }
  .theme-default .bg-primary[href]:hover {
    background: #227fbb !important; }
  .theme-default .bg-primary.darken {
    background: #227fbb !important; }
    .theme-default .bg-primary.darken[href]:hover {
      background: #1f76ae !important; }
  .theme-default .bg-primary.darker {
    background: #1f76ae !important; }
    .theme-default .bg-primary.darker[href]:hover {
      background: #1d6da1 !important; }
  .theme-default .bg-primary, .theme-default .bg-primary:hover, .theme-default .bg-primary:active, .theme-default .bg-primary:focus,
  .theme-default .bg-primary a,
  .theme-default .bg-primary a:focus {
    color: #fff; }
  .theme-default .bg-primary a:hover,
  .theme-default .bg-primary a:active {
    color: #d9d9d9; }
  .theme-default .bg-primary[href]:hover,
  .theme-default .bg-primary [href]:hover {
    color: #fff; }
  .theme-default .bg-primary * {
    border-color: #2e9be2; }
.theme-default .ui-slider-handle.ui-state-active:before {
  background: #1d89cf; }
.theme-default .ui-slider-range {
  background: #1d89cf; }
.theme-default .ui-autocomplete > li > a:hover,
.theme-default .ui-autocompletev > li.active > a {
  background: #1d89cf; }
.theme-default .ui-autocomplete > li > a:hover {
  color: #fff; }
.theme-default .ui-autocomplete .ui-state-focus {
  background: #1d89cf;
  color: #fff; }
.theme-default .ui-menu .ui-menu-item a:hover,
.theme-default .ui-menu .ui-menu-item a.ui-state-focus,
.theme-default .ui-menu .ui-menu-item a.ui-state-active {
  background: #1d89cf; }
.theme-default .ui-progressbar-value {
  border-color: #1977b4;
  background-color: #1d89cf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }
.theme-default .ui-tabs-nav > .ui-tabs-active > a, .theme-default .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-default .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #1d89cf;
  border-bottom: 2px solid #1a7ab9; }
.theme-default .ui-datepicker .ui-state-active {
  background: #1d89cf !important; }
.theme-default .ui-datepicker-title {
  background: #1d89cf; }
.theme-default .ui-datepicker th {
  background: #2f76a4; }
.theme-default .ui-datepicker-buttonpane button.ui-priority-primary {
  color: #fff; }
  .theme-default .ui-datepicker-buttonpane button.ui-priority-primary, .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:focus {
    border-color: #1a7ab9;
    border-bottom-color: #16689e;
    background: #1d89cf;
    background-image: -webkit-linear-gradient(top, #1e8cd3 0%, #1a7ab9 100%);
    background-image: linear-gradient(to bottom, #1e8cd3 0%, #1a7ab9 100%);
    background-repeat: repeat-x; }
  .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:hover {
    color: #fff;
    border-color: #1871ab;
    border-bottom-color: #12547e;
    background: #1a7ab9 !important;
    background-image: -webkit-linear-gradient(top, #1c83c6 0%, #1871ab 100%) !important;
    background-image: linear-gradient(to bottom, #1c83c6 0%, #1871ab 100%) !important;
    background-repeat: repeat-x; }
  .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.active, .open .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
    background: none;
    background: #1a7dbd !important;
    border-color: #146090;
    border-bottom-color: #146090 !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat {
    background: #1b80c2; }
    .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:hover, .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:active, .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.active, .open .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.dropdown-toggle {
      background: #1b80c2 !important;
      color: #fff; }
  .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:hover, .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:hover {
    color: #fff;
    border-color: #1871ab;
    border-bottom-color: #12547e; }
  .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:active, .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:active {
    border-color: #146090; }
  .btn-group .theme-default .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-default .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:focus {
    border-left-color: #1871ab;
    border-right-color: #1871ab; }
  .btn-group .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
    border-color: #1871ab;
    border-bottom-color: #12547e; }
  .btn-group .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.active {
    border-left-color: #146090;
    border-right-color: #146090; }
.theme-default .select2-drop-active,
.theme-default .select2-container-multi.select2-container-active .select2-choices,
.theme-default .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #1d89cf; }
.theme-default .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #1d89cf; }
.theme-default .select2-container-active .select2-choice,
.theme-default .select2-container-active .select2-choices {
  border: 1px solid #1d89cf; }
.theme-default .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-default .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #1d89cf;
  border-top-color: #aaa; }
.theme-default .select2-results .select2-highlighted {
  background: #1d89cf; }
.theme-default .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #1d89cf; }
.theme-default .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #176ba2; }
.theme-default .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #1d89cf !important; }
.theme-default .switcher-primary .switcher-state-on {
  background: #1d89cf !important; }
.theme-default .pixel-file-input:hover {
  border-color: #1d89cf; }
.theme-default .datepicker table tr td.selected, .theme-default .datepicker table tr td.selected:hover, .theme-default .datepicker table tr td.selected.disabled, .theme-default .datepicker table tr td.selected.disabled:hover {
  background: #1d89cf; }
.theme-default .datepicker table tr td.active, .theme-default .datepicker table tr td.active:hover, .theme-default .datepicker table tr td.active.disabled, .theme-default .datepicker table tr td.active.disabled:hover {
  background: #1d89cf; }
.theme-default .datepicker table tr td span.active, .theme-default .datepicker table tr td span.active:hover, .theme-default .datepicker table tr td span.active.disabled, .theme-default .datepicker table tr td span.active.disabled:hover {
  background: #1d89cf; }
.theme-default .datepicker thead tr {
  background: #2f76a4; }
  .theme-default .datepicker thead tr:first-child {
    background: #1d89cf !important;
    border-bottom-color: #30607f !important; }
.theme-default .datepicker thead th.prev,
.theme-default .datepicker thead th.next {
  background: #1d89cf; }
.theme-default .datepicker thead th.prev {
  border-color: #30607f; }
.theme-default .datepicker thead th.next {
  border-color: #30607f; }
.theme-default .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #30607f; }
.theme-default .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #30607f; }
.theme-default .bootstrap-timepicker-widget table td a:hover {
  background: #1d89cf;
  border-color: #1d89cf; }
.theme-default .pagination a.dp-today,
.theme-default .pagination a.dp-today:hover {
  background: #3ba1e4;
  border-color: #2597e0; }
.theme-default .pagination a.dp-today:hover {
  border-color: #1d89cf !important; }
.theme-default .pagination a.dp-selected {
  background: #1d89cf !important;
  border-color: #1d89cf !important; }
.theme-default .tt-suggestion.tt-is-under-cursor {
  background: #1d89cf; }
.theme-default .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #23638c !important; }
.theme-default .dropzone-box.dz-drag-hover {
  border-color: #1d89cf; }
.theme-default .dropzone-box:hover .fa.fa-cloud-upload {
  background: #1d89cf; }
.theme-default .md-editor.active {
  border-color: #1d89cf; }
.theme-default .widget-rating .active a {
  color: #1d89cf; }

.theme-q {
  background: #edece7; }
.theme-q .page-header {
  background: #f3f5f9;
  border-color: #dcdfe0; }
.theme-q .table,
.theme-q .panel,
.theme-q hr {
  border-color: #cfd5d7; }
.theme-q .bordered {
  border-color: #cfd5d7; }
.theme-q .bordered[class*='bg-'],
.theme-q [class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2); }
.theme-q .panel.panel-transparent > .panel-heading {
  border-bottom-color: #cfd5d7 !important; }
.theme-q .breadcrumb-page {
  background: #f3f5f9;
  border-bottom: 1px solid #dcdfe0;
  padding-bottom: 6px;
  padding-top: 6px; }
.theme-q .panel .form-group:last-of-type {
  margin-bottom: 0; }
.theme-q #main-navbar {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 1px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 1px 0 rgba(0, 0, 0, 0.04); }
  .theme-q #main-navbar .navbar-header {
    background: #fff; }
    .theme-q #main-navbar .navbar-header a {
      color: #555; }
  .theme-q #main-navbar .navbar-collapse {
    border-top: 1px solid #f1f1f1;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .theme-q #main-navbar .dropdown > a,
  .theme-q #main-navbar .dropdown-menu > li > a,
  .theme-q #main-navbar .nav > li > a {
    color: #555; }
  .theme-q #main-navbar .navbar-toggle {
    color: #555; }
  .theme-q #main-navbar #main-menu-toggle {
    background: #ed3624;
    color: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
    .theme-q #main-navbar #main-menu-toggle .fa:before {
      color: #fff; }
  .theme-q #main-navbar li + li,
  .theme-q #main-navbar .nav + .nav,
  .theme-q #main-navbar .nav + .right {
    border-top: 1px solid #f1f1f1; }
  .theme-q #main-navbar .dropdown.open > a {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #dfdfdf;
    margin-top: -1px;
    background: #f6f6f6; }
  .theme-q #main-navbar form.navbar-form {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .theme-q #main-navbar form.navbar-form .form-control, .theme-q #main-navbar form.navbar-form .form-control-inline, .theme-q #main-navbar form.navbar-form select.time_picker {
      background: #fff;
      border-color: #ddd;
      border-radius: 999999px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .theme-q #main-navbar form.navbar-form .form-control:focus, .theme-q #main-navbar form.navbar-form .form-control-inline:focus, .theme-q #main-navbar form.navbar-form select.time_picker:focus {
        background: #fff;
        border-color: #ed3624; }
@media (min-width: 768px) {
  .theme-q #main-navbar .navbar-header {
    background: #ed3624; }
    .theme-q #main-navbar .navbar-header a {
      color: #fff; }
  .theme-q #main-navbar .navbar-collapse {
    background: #fff;
    border: none; }
  .theme-q #main-navbar #main-menu-toggle {
    background: #ef4c3c; }
  .theme-q #main-navbar li + li,
  .theme-q #main-navbar .nav + .nav,
  .theme-q #main-navbar .nav + .right {
    border-top: none; }
  .theme-q #main-navbar .nav > li > a:hover {
    color: #555;
    background: #f8f8f8; }
  .theme-q #main-navbar .dropdown.open > a {
    border-top: none;
    border-bottom: none;
    margin: 0;
    background: #f8f8f8;
    color: #555; }
  .theme-q #main-navbar .dropdown-menu {
    border-top: none;
    margin-top: 1px;
    border-width: 2px;
    padding: 5px 0; }
    .theme-q #main-navbar .dropdown-menu li > a {
      color: #555;
      margin: 0 -2px; }
      .theme-q #main-navbar .dropdown-menu li > a:hover {
        background: #ed3624;
        color: #fff; }
  .theme-q #main-navbar .widget-notifications a {
    color: !important; }
  .theme-q #main-navbar .widget-notifications .notification,
  .theme-q #main-navbar .widget-notifications .notifications-link {
    border-color: #f1f1f1;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .theme-q #main-navbar .widget-notifications .notification-description {
    color: #999; }
  .theme-q #main-navbar .widget-notifications .notification-ago {
    color: #bbb; }
  .theme-q #main-navbar .widget-notifications .notifications-link:hover {
    background: #f1f1f1; }
  .theme-q #main-navbar .widget-messages-alt a {
    color: !important; }
  .theme-q #main-navbar .widget-messages-alt .message,
  .theme-q #main-navbar .widget-messages-alt .messages-link {
    border-color: #f1f1f1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .theme-q #main-navbar .widget-messages-alt .message-subject {
    color: #555 !important; }
  .theme-q #main-navbar .widget-messages-alt .message-description {
    color: #aaa; }
    .theme-q #main-navbar .widget-messages-alt .message-description a {
      color: #888; }
  .theme-q #main-navbar .widget-messages-alt .messages-link:hover {
    background: #f1f1f1; }
  .theme-q.mmc #main-navbar #main-menu-toggle {
    background: #ed3624; }
  .theme-q.mmc #main-navbar .navbar-header {
    background: #fff; }
    .theme-q.mmc #main-navbar .navbar-header a {
      color: #555; } }
.theme-q.main-menu-right #main-navbar .navbar-header, .theme-q.no-main-menu #main-navbar .navbar-header, .theme-q.no-main-menu #main-navbar .navbar-header {
  background: #fff; }
  .theme-q.main-menu-right #main-navbar .navbar-header a, .theme-q.no-main-menu #main-navbar .navbar-header a, .theme-q.no-main-menu #main-navbar .navbar-header a {
    color: #555; }
.theme-q #main-menu-bg,
.theme-q .mmc-dropdown-open-ul {
  background: #3d3d3d; }
.theme-q #main-menu .navigation li a,
.theme-q #main-menu .mmc-dropdown-open-ul li a {
  color: #999999;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }
  .theme-q #main-menu .navigation li a:hover,
  .theme-q #main-menu .mmc-dropdown-open-ul li a:hover {
    color: #fff; }
.theme-q #main-menu .navigation li.active > a,
.theme-q #main-menu .mmc-dropdown-open-ul li.active > a {
  color: #fff;
  background: #303030; }
.theme-q #main-menu .navigation > .mm-dropdown.open,
.theme-q #main-menu .mmc-dropdown-open-ul > .mm-dropdown.open {
  border-bottom: 1px solid #3d3d3d; }
.theme-q #main-menu .mm-dropdown.active > a {
  background: none !important;
  color: #fff !important; }
  .theme-q #main-menu .mm-dropdown.active > a:after {
    display: none !important; }
.theme-q #main-menu .mm-dropdown > ul,
.theme-q #main-menu .mmc-dropdown-open-ul {
  background: #303030; }
  .theme-q #main-menu .mm-dropdown > ul li.active > a,
  .theme-q #main-menu .mmc-dropdown-open-ul li.active > a {
    background: #292929; }
.theme-q #main-menu .mmc-dropdown-open > a {
  color: #fff !important; }
.theme-q #main-menu .mmc-title {
  color: #fff;
  background: #3d3d3d; }
.theme-q #main-menu .menu-content {
  border-color: #4a4a4a; }
  .theme-q #main-menu .menu-content .btn-outline {
    border-color: #4a4a4a;
    color: #999999; }
    .theme-q #main-menu .menu-content .btn-outline:hover {
      color: #fff; }
.theme-q .mmc-dropdown-open .mm-dropdown.open > a, .theme-q.mme #main-menu .mm-dropdown.open > a {
  color: #fff !important; }
@media (min-width: 768px) {
  .theme-q #main-menu .mm-dropdown.open > a {
    color: #fff; }
  .theme-q.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #969696; } }
.theme-q #main-menu .navigation li.active > a, .theme-q.right-to-left.main-menu-right #main-menu .navigation li.active > a {
  position: relative; }
  .theme-q #main-menu .navigation li.active > a:after, .theme-q.right-to-left.main-menu-right #main-menu .navigation li.active > a:after {
    content: "";
    top: 0;
    bottom: 0;
    width: 4px;
    position: absolute;
    right: auto;
    left: 0;
    background: #ed3624; }
.theme-q.main-menu-right #main-menu .navigation li.active > a:after, .theme-q.right-to-left #main-menu .navigation li.active > a:after {
  left: auto;
  right: 0; }
.theme-q .demo-logo {
  background: #ed3624; }
.theme-q #main-navbar .navbar-brand div {
  background: #ee3f2d; }
.theme-q #main-navbar .navbar-header a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600; }
.theme-q.page-signin .signin-info, .theme-q.page-signup .signup-header {
  background: #ed3624;
  background: rgba(237, 54, 36, 0.8); }
.theme-q .timeline:before,
.theme-q .timeline:after,
.theme-q .tl-header,
.theme-q .tl-icon {
  background: #e2e0d8; }
.theme-q .tl-header,
.theme-q .tl-icon {
  box-shadow: 0 0 0 4px #edece7; }
.theme-q .tl-entry:before {
  background: #ed3624;
  box-shadow: 0 0 0 3px #edece7; }
.theme-q .tl-body:before {
  border-color: transparent #cfd5d7 transparent transparent; }
@media (min-width: 768px) {
  .theme-q .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #cfd5d7; }
  .theme-q.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #cfd5d7 transparent transparent; } }
.theme-q.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #cfd5d7; }
.theme-q.page-mail .mail-nav,
.theme-q.page-mail .mail-nav:before {
  background: #edece7; }
.theme-q.page-mail .mail-nav .sections li.active .label,
.theme-q.page-mail .mail-nav .sections li.active .badge {
  background: #ed3624; }
.theme-q.page-mail .mail-nav,
.theme-q.page-mail .mail-nav .compose-btn,
.theme-q.page-mail .mail-nav .sections li.active,
.theme-q.page-mail .mail-nav:before {
  border-color: #cfd5d7; }
.theme-q.page-mail .mail-nav .navigation.open .sections li.active {
  background: #e4e3e1; }
.theme-q.page-mail .mail-nav li.divider {
  background: #cfd5d7; }
.theme-q.page-mail .mail-nav .sections li.active a {
  color: #383838; }
.theme-q.page-mail .mail-nav .sections li.active:after {
  color: #9e9e9e; }
.theme-q.page-mail .mail-nav .sections a {
  color: #5e5e5e; }
.theme-q.page-mail .mail-nav-header {
  color: #9e9e9e; }
.theme-q.page-mail .mail-nav .add-more a {
  color: #9e9e9e; }
@media (min-width: 992px) {
  .theme-q.page-mail .mail-nav .navigation .sections li.active {
    background: #e4e3e1; }
  .theme-q.page-mail .mail-nav .sections a:hover {
    color: #383838; } }
.theme-q .nav-icon-btn.nav-icon-btn-primary .label {
  background: #ed3624; }
.theme-q .btn-primary {
  color: #fff; }
  .theme-q .btn-primary, .theme-q .btn-primary:focus {
    border-color: #e52613;
    border-bottom-color: #c82110;
    background: #ed3624;
    background-image: -webkit-linear-gradient(top, #ed3a29 0%, #e52613 100%);
    background-image: linear-gradient(to bottom, #ed3a29 0%, #e52613 100%);
    background-repeat: repeat-x; }
  .theme-q .btn-primary:hover {
    color: #fff;
    border-color: #d72312;
    border-bottom-color: #a71c0e;
    background: #e52613 !important;
    background-image: -webkit-linear-gradient(top, #ec2d1b 0%, #d72312 100%) !important;
    background-image: linear-gradient(to bottom, #ec2d1b 0%, #d72312 100%) !important;
    background-repeat: repeat-x; }
  .theme-q .btn-primary:active, .theme-q .btn-primary.active, .open .theme-q .btn-primary.dropdown-toggle {
    background: none;
    background: #e92613 !important;
    border-color: #ba1f0f;
    border-bottom-color: #ba1f0f !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .theme-q .btn-primary.btn-flat {
    background: #ec2916; }
    .theme-q .btn-primary.btn-flat:hover, .theme-q .btn-primary.btn-flat:active, .theme-q .btn-primary.btn-flat.active, .open .theme-q .btn-primary.btn-flat.dropdown-toggle {
      background: #ec2916 !important;
      color: #fff; }
  .theme-q .btn-primary.btn-outline:hover, .theme-q .btn-primary.btn-outline.btn-flat:hover {
    color: #fff;
    border-color: #d72312;
    border-bottom-color: #a71c0e; }
  .theme-q .btn-primary.btn-outline:active, .theme-q .btn-primary.btn-outline.btn-flat:active {
    border-color: #ba1f0f; }
  .btn-group .theme-q .btn-primary, .btn-group .theme-q .btn-primary:focus, .input-group-btn .theme-q .btn-primary, .input-group-btn .theme-q .btn-primary:focus {
    border-left-color: #d72312;
    border-right-color: #d72312; }
  .btn-group .theme-q .btn-primary:hover, .btn-group.open .theme-q .btn-primary.dropdown-toggle, .input-group-btn .theme-q .btn-primary:hover, .input-group-btn.open .theme-q .btn-primary.dropdown-toggle {
    border-color: #d72312;
    border-bottom-color: #a71c0e; }
  .btn-group .theme-q .btn-primary:active, .btn-group .theme-q .btn-primary.active, .input-group-btn .theme-q .btn-primary:active, .input-group-btn .theme-q .btn-primary.active {
    border-left-color: #ba1f0f;
    border-right-color: #ba1f0f; }
.theme-q .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #ba1f0f !important;
  background: none;
  background: #e92613 !important; }
.theme-q .progress-bar {
  background: #ed3624;
  border-color: #e02512; }
.theme-q .progress-striped .progress-bar {
  background-color: #ed3624;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }
.theme-q .label.label-primary {
  background: #ed3624; }
  .theme-q .label.label-primary[href]:hover, .theme-q .label.label-primary[href]:focus {
    background-color: #cd2211; }
  .theme-q .label.label-primary.label-tag {
    border: 1px solid #ed3624; }
    .theme-q .label.label-primary.label-tag:before {
      border-color: transparent #ed3624 transparent transparent; }
    .theme-q .label.label-primary.label-tag[href]:hover, .theme-q .label.label-primary.label-tag[href]:focus {
      border-color: #cd2211; }
    .theme-q .label.label-primary.label-tag[href]:hover:before, .theme-q .label.label-primary.label-tag[href]:focus:before {
      border-color: transparent #cd2211 transparent transparent; }
    .right-to-left .theme-q .label.label-primary.label-tag:before {
      border-color: transparent transparent transparent #ed3624; }
    .right-to-left .theme-q .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-q .label.label-primary.label-tag[href]:focus:before {
      border-color: transparent transparent transparent #cd2211; }
    .ie8 .right-to-left .theme-q .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-q .label.label-primary.label-tag:before {
      border-color: transparent #ed3624 transparent transparent; }
    .ie8 .right-to-left .theme-q .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-q .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-q .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-q .label.label-primary.label-tag[href]:focus:before {
      border-color: transparent #cd2211 transparent transparent; }
.theme-q.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #ed3624; }
.theme-q.right-to-left .label.label-primary.label-tag:hover:before, .theme-q.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #cd2211; }
.ie8 .theme-q.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-q.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #ed3624 transparent transparent; }
.ie8 .theme-q.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-q.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-q.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-q.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #cd2211 transparent transparent; }
.theme-q .badge.badge-primary {
  background: #ed3624;
  border: 1px solid #ed3624; }
  .theme-q .badge.badge-primary[href]:hover, .theme-q .badge.badge-primary[href]:focus {
    background-color: #cd2211;
    border-color: #cd2211; }
.theme-q .table-primary table {
  border-top-color: #b42d20 !important; }
.theme-q .table-primary thead,
.theme-q .table-primary thead tr,
.theme-q .table-primary thead th,
.theme-q .table-primary .table-header {
  border-color: #b42d20 !important;
  color: #fff; }
.theme-q .table-primary thead tr,
.theme-q .table-primary thead th {
  background: #d62d1c; }
.theme-q .table-primary .table-header {
  background: #ed3624; }
.theme-q .nav-tabs > li.active > a, .theme-q .nav-tabs > li.active > a:hover, .theme-q .nav-tabs > li.active > a:focus {
  background: #ed3624;
  border-bottom: 2px solid #e52613; }
.theme-q .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #e52613; }
.theme-q .nav-pills > li.active > a, .theme-q .nav-pills > li.active > a:hover, .theme-q .nav-pills > li.active > a:focus {
  background: #ed3624; }
.theme-q .dropdown-menu > li > a:hover,
.theme-q .dropdown-menu > li.active > a {
  background: #ed3624; }
.theme-q .dropdown-menu > li > a:hover {
  color: #fff; }
.theme-q .btn-group .btn-primary,
.theme-q .btn-group .btn-primary:focus,
.theme-q .input-group-btn .btn-primary,
.theme-q .input-group-btn .btn-primary:focus {
  border-left-color: #d72312;
  border-right-color: #d72312; }
.theme-q .btn-group .btn-primary:hover,
.theme-q .btn-group.open .btn-primary.dropdown-toggle,
.theme-q .input-group-btn .btn-primary:hover,
.theme-q .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #ba1f0f; }
.theme-q .btn-group .btn-primary:active,
.theme-q .btn-group .btn-primary.active,
.theme-q .input-group-btn .btn-primary:active,
.theme-q .input-group-btn .btn-primary.active {
  border-left-color: #ba1f0f;
  border-right-color: #ba1f0f; }
.theme-q .pagination > li > a:hover {
  border-color: #ed3624; }
.theme-q .pagination > li.active > a,
.theme-q .pagination > li.active > a:hover,
.theme-q .pagination > li.active > a:focus,
.theme-q .pagination > li.active > span {
  background: #ed3624;
  border-color: #ed3624; }
.theme-q .pager li > a:hover {
  border-color: #ed3624; }
.theme-q a.list-group-item.active {
  background: #ed3624;
  border-color: #ed3624; }
  .theme-q a.list-group-item.active .list-group-item-text {
    color: #fce3e1; }
.theme-q .form-control:focus, .theme-q .form-control-inline:focus, .theme-q select.time_picker:focus,
.theme-q .form-control.focus,
.theme-q .focus.form-control-inline,
.theme-q select.focus.time_picker {
  border-color: #ed3624;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
.gt-ie8 .theme-q input.px:focus + .lbl:before, .gt-ie8 .theme-q input.px + .lbl:hover:before {
  border-color: #ed3624; }
.gt-ie8 .theme-q input[type="checkbox"].px + .lbl:after {
  color: #ed3624; }
.gt-ie8 .theme-q input[type="radio"].px + .lbl:after {
  background: #ed3624; }
.theme-q .text-primary, .theme-q .text-primary:hover, .theme-q .text-primary:active, .theme-q .text-primary:focus,
.theme-q .text-primary a,
.theme-q .text-primary a:focus {
  color: #ed3624; }
.theme-q .text-primary a:hover,
.theme-q .text-primary a:active {
  color: #b61e0f; }
.theme-q .bg-primary {
  background: #ed3624 !important; }
  .theme-q .bg-primary[href]:hover {
    background: #e42f1d !important; }
  .theme-q .bg-primary.darken {
    background: #e42f1d !important; }
    .theme-q .bg-primary.darken[href]:hover {
      background: #d92b1a !important; }
  .theme-q .bg-primary.darker {
    background: #d92b1a !important; }
    .theme-q .bg-primary.darker[href]:hover {
      background: #cb2818 !important; }
  .theme-q .bg-primary, .theme-q .bg-primary:hover, .theme-q .bg-primary:active, .theme-q .bg-primary:focus,
  .theme-q .bg-primary a,
  .theme-q .bg-primary a:focus {
    color: #fff; }
  .theme-q .bg-primary a:hover,
  .theme-q .bg-primary a:active {
    color: #d9d9d9; }
  .theme-q .bg-primary[href]:hover,
  .theme-q .bg-primary [href]:hover {
    color: #fff; }
  .theme-q .bg-primary * {
    border-color: #f05445; }
.theme-q .ui-slider-handle.ui-state-active:before {
  background: #ed3624; }
.theme-q .ui-slider-range {
  background: #ed3624; }
.theme-q .ui-autocomplete > li > a:hover,
.theme-q .ui-autocompletev > li.active > a {
  background: #ed3624; }
.theme-q .ui-autocomplete > li > a:hover {
  color: #fff; }
.theme-q .ui-autocomplete .ui-state-focus {
  background: #ed3624;
  color: #fff; }
.theme-q .ui-menu .ui-menu-item a:hover,
.theme-q .ui-menu .ui-menu-item a.ui-state-focus,
.theme-q .ui-menu .ui-menu-item a.ui-state-active {
  background: #ed3624; }
.theme-q .ui-progressbar-value {
  border-color: #e02512;
  background-color: #ed3624;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }
.theme-q .ui-tabs-nav > .ui-tabs-active > a, .theme-q .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-q .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #ed3624;
  border-bottom: 2px solid #e52613; }
.theme-q .ui-datepicker .ui-state-active {
  background: #ed3624 !important; }
.theme-q .ui-datepicker-title {
  background: #ed3624; }
.theme-q .ui-datepicker th {
  background: #cc3a2c; }
.theme-q .ui-datepicker-buttonpane button.ui-priority-primary {
  color: #fff; }
  .theme-q .ui-datepicker-buttonpane button.ui-priority-primary, .theme-q .ui-datepicker-buttonpane button.ui-priority-primary:focus {
    border-color: #e52613;
    border-bottom-color: #c82110;
    background: #ed3624;
    background-image: -webkit-linear-gradient(top, #ed3a29 0%, #e52613 100%);
    background-image: linear-gradient(to bottom, #ed3a29 0%, #e52613 100%);
    background-repeat: repeat-x; }
  .theme-q .ui-datepicker-buttonpane button.ui-priority-primary:hover {
    color: #fff;
    border-color: #d72312;
    border-bottom-color: #a71c0e;
    background: #e52613 !important;
    background-image: -webkit-linear-gradient(top, #ec2d1b 0%, #d72312 100%) !important;
    background-image: linear-gradient(to bottom, #ec2d1b 0%, #d72312 100%) !important;
    background-repeat: repeat-x; }
  .theme-q .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.active, .open .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
    background: none;
    background: #e92613 !important;
    border-color: #ba1f0f;
    border-bottom-color: #ba1f0f !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat {
    background: #ec2916; }
    .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:hover, .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:active, .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.active, .open .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.dropdown-toggle {
      background: #ec2916 !important;
      color: #fff; }
  .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:hover, .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:hover {
    color: #fff;
    border-color: #d72312;
    border-bottom-color: #a71c0e; }
  .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:active, .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:active {
    border-color: #ba1f0f; }
  .btn-group .theme-q .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-q .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-q .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-q .ui-datepicker-buttonpane button.ui-priority-primary:focus {
    border-left-color: #d72312;
    border-right-color: #d72312; }
  .btn-group .theme-q .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-q .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
    border-color: #d72312;
    border-bottom-color: #a71c0e; }
  .btn-group .theme-q .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-q .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.active {
    border-left-color: #ba1f0f;
    border-right-color: #ba1f0f; }
.theme-q .select2-drop-active,
.theme-q .select2-container-multi.select2-container-active .select2-choices,
.theme-q .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #ed3624; }
.theme-q .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #ed3624; }
.theme-q .select2-container-active .select2-choice,
.theme-q .select2-container-active .select2-choices {
  border: 1px solid #ed3624; }
.theme-q .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-q .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #ed3624;
  border-top-color: #aaa; }
.theme-q .select2-results .select2-highlighted {
  background: #ed3624; }
.theme-q .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #ed3624; }
.theme-q .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #cd2211; }
.theme-q .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #ed3624 !important; }
.theme-q .switcher-primary .switcher-state-on {
  background: #ed3624 !important; }
.theme-q .pixel-file-input:hover {
  border-color: #ed3624; }
.theme-q .datepicker table tr td.selected, .theme-q .datepicker table tr td.selected:hover, .theme-q .datepicker table tr td.selected.disabled, .theme-q .datepicker table tr td.selected.disabled:hover {
  background: #ed3624; }
.theme-q .datepicker table tr td.active, .theme-q .datepicker table tr td.active:hover, .theme-q .datepicker table tr td.active.disabled, .theme-q .datepicker table tr td.active.disabled:hover {
  background: #ed3624; }
.theme-q .datepicker table tr td span.active, .theme-q .datepicker table tr td span.active:hover, .theme-q .datepicker table tr td span.active.disabled, .theme-q .datepicker table tr td span.active.disabled:hover {
  background: #ed3624; }
.theme-q .datepicker thead tr {
  background: #cc3a2c; }
  .theme-q .datepicker thead tr:first-child {
    background: #ed3624 !important;
    border-bottom-color: #a43a30 !important; }
.theme-q .datepicker thead th.prev,
.theme-q .datepicker thead th.next {
  background: #ed3624; }
.theme-q .datepicker thead th.prev {
  border-color: #a43a30; }
.theme-q .datepicker thead th.next {
  border-color: #a43a30; }
.theme-q .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #a43a30; }
.theme-q .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #a43a30; }
.theme-q .bootstrap-timepicker-widget table td a:hover {
  background: #ed3624;
  border-color: #ed3624; }
.theme-q .pagination a.dp-today,
.theme-q .pagination a.dp-today:hover {
  background: #f16153;
  border-color: #ef4c3c; }
.theme-q .pagination a.dp-today:hover {
  border-color: #ed3624 !important; }
.theme-q .pagination a.dp-selected {
  background: #ed3624 !important;
  border-color: #ed3624 !important; }
.theme-q .tt-suggestion.tt-is-under-cursor {
  background: #ed3624; }
.theme-q .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #b42d20 !important; }
.theme-q .dropzone-box.dz-drag-hover {
  border-color: #ed3624; }
.theme-q .dropzone-box:hover .fa.fa-cloud-upload {
  background: #ed3624; }
.theme-q .md-editor.active {
  border-color: #ed3624; }
.theme-q .widget-rating .active a {
  color: #ed3624; }

.theme-joe {
  background: #edece7; }
.theme-joe .page-header {
  background: #f3f5f9;
  border-color: #dcdfe0; }
.theme-joe .table,
.theme-joe .panel,
.theme-joe hr {
  border-color: #cfd5d7; }
.theme-joe .bordered {
  border-color: #cfd5d7; }
.theme-joe .bordered[class*='bg-'],
.theme-joe [class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2); }
.theme-joe .panel.panel-transparent > .panel-heading {
  border-bottom-color: #cfd5d7 !important; }
.theme-joe .breadcrumb-page {
  background: #f3f5f9;
  border-bottom: 1px solid #dcdfe0;
  padding-bottom: 6px;
  padding-top: 6px; }
.theme-joe .panel .form-group:last-of-type {
  margin-bottom: 0; }
.theme-joe #main-navbar {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 1px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 1px 0 rgba(0, 0, 0, 0.04); }
  .theme-joe #main-navbar .navbar-header {
    background: #fff; }
    .theme-joe #main-navbar .navbar-header a {
      color: #555; }
  .theme-joe #main-navbar .navbar-collapse {
    border-top: 1px solid #f1f1f1;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .theme-joe #main-navbar .dropdown > a,
  .theme-joe #main-navbar .dropdown-menu > li > a,
  .theme-joe #main-navbar .nav > li > a {
    color: #555; }
  .theme-joe #main-navbar .navbar-toggle {
    color: #555; }
  .theme-joe #main-navbar #main-menu-toggle {
    background: #119f8a;
    color: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
    .theme-joe #main-navbar #main-menu-toggle .fa:before {
      color: #fff; }
  .theme-joe #main-navbar li + li,
  .theme-joe #main-navbar .nav + .nav,
  .theme-joe #main-navbar .nav + .right {
    border-top: 1px solid #f1f1f1; }
  .theme-joe #main-navbar .dropdown.open > a {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #dfdfdf;
    margin-top: -1px;
    background: #f6f6f6; }
  .theme-joe #main-navbar form.navbar-form {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .theme-joe #main-navbar form.navbar-form .form-control, .theme-joe #main-navbar form.navbar-form .form-control-inline, .theme-joe #main-navbar form.navbar-form select.time_picker {
      background: #fff;
      border-color: #ddd;
      border-radius: 999999px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .theme-joe #main-navbar form.navbar-form .form-control:focus, .theme-joe #main-navbar form.navbar-form .form-control-inline:focus, .theme-joe #main-navbar form.navbar-form select.time_picker:focus {
        background: #fff;
        border-color: #119f8a; }
@media (min-width: 768px) {
  .theme-joe #main-navbar .navbar-header {
    background: #119f8a; }
    .theme-joe #main-navbar .navbar-header a {
      color: #fff; }
  .theme-joe #main-navbar .navbar-collapse {
    background: #fff;
    border: none; }
  .theme-joe #main-navbar #main-menu-toggle {
    background: #13b69e; }
  .theme-joe #main-navbar li + li,
  .theme-joe #main-navbar .nav + .nav,
  .theme-joe #main-navbar .nav + .right {
    border-top: none; }
  .theme-joe #main-navbar .nav > li > a:hover {
    color: #555;
    background: #f8f8f8; }
  .theme-joe #main-navbar .dropdown.open > a {
    border-top: none;
    border-bottom: none;
    margin: 0;
    background: #f8f8f8;
    color: #555; }
  .theme-joe #main-navbar .dropdown-menu {
    border-top: none;
    margin-top: 1px;
    border-width: 2px;
    padding: 5px 0; }
    .theme-joe #main-navbar .dropdown-menu li > a {
      color: #555;
      margin: 0 -2px; }
      .theme-joe #main-navbar .dropdown-menu li > a:hover {
        background: #119f8a;
        color: #fff; }
  .theme-joe #main-navbar .widget-notifications a {
    color: !important; }
  .theme-joe #main-navbar .widget-notifications .notification,
  .theme-joe #main-navbar .widget-notifications .notifications-link {
    border-color: #f1f1f1;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .theme-joe #main-navbar .widget-notifications .notification-description {
    color: #999; }
  .theme-joe #main-navbar .widget-notifications .notification-ago {
    color: #bbb; }
  .theme-joe #main-navbar .widget-notifications .notifications-link:hover {
    background: #f1f1f1; }
  .theme-joe #main-navbar .widget-messages-alt a {
    color: !important; }
  .theme-joe #main-navbar .widget-messages-alt .message,
  .theme-joe #main-navbar .widget-messages-alt .messages-link {
    border-color: #f1f1f1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .theme-joe #main-navbar .widget-messages-alt .message-subject {
    color: #555 !important; }
  .theme-joe #main-navbar .widget-messages-alt .message-description {
    color: #aaa; }
    .theme-joe #main-navbar .widget-messages-alt .message-description a {
      color: #888; }
  .theme-joe #main-navbar .widget-messages-alt .messages-link:hover {
    background: #f1f1f1; }
  .theme-joe.mmc #main-navbar #main-menu-toggle {
    background: #119f8a; }
  .theme-joe.mmc #main-navbar .navbar-header {
    background: #fff; }
    .theme-joe.mmc #main-navbar .navbar-header a {
      color: #555; } }
.theme-joe.main-menu-right #main-navbar .navbar-header, .theme-joe.no-main-menu #main-navbar .navbar-header, .theme-joe.no-main-menu #main-navbar .navbar-header {
  background: #fff; }
  .theme-joe.main-menu-right #main-navbar .navbar-header a, .theme-joe.no-main-menu #main-navbar .navbar-header a, .theme-joe.no-main-menu #main-navbar .navbar-header a {
    color: #555; }
.theme-joe #main-menu-bg,
.theme-joe .mmc-dropdown-open-ul {
  background: #3d3d3d; }
.theme-joe #main-menu .navigation li a,
.theme-joe #main-menu .mmc-dropdown-open-ul li a {
  color: #999999;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }
  .theme-joe #main-menu .navigation li a:hover,
  .theme-joe #main-menu .mmc-dropdown-open-ul li a:hover {
    color: #fff; }
.theme-joe #main-menu .navigation li.active > a,
.theme-joe #main-menu .mmc-dropdown-open-ul li.active > a {
  color: #fff;
  background: #303030; }
.theme-joe #main-menu .navigation > .mm-dropdown.open,
.theme-joe #main-menu .mmc-dropdown-open-ul > .mm-dropdown.open {
  border-bottom: 1px solid #3d3d3d; }
.theme-joe #main-menu .mm-dropdown.active > a {
  background: none !important;
  color: #fff !important; }
  .theme-joe #main-menu .mm-dropdown.active > a:after {
    display: none !important; }
.theme-joe #main-menu .mm-dropdown > ul,
.theme-joe #main-menu .mmc-dropdown-open-ul {
  background: #303030; }
  .theme-joe #main-menu .mm-dropdown > ul li.active > a,
  .theme-joe #main-menu .mmc-dropdown-open-ul li.active > a {
    background: #292929; }
.theme-joe #main-menu .mmc-dropdown-open > a {
  color: #fff !important; }
.theme-joe #main-menu .mmc-title {
  color: #fff;
  background: #3d3d3d; }
.theme-joe #main-menu .menu-content {
  border-color: #4a4a4a; }
  .theme-joe #main-menu .menu-content .btn-outline {
    border-color: #4a4a4a;
    color: #999999; }
    .theme-joe #main-menu .menu-content .btn-outline:hover {
      color: #fff; }
.theme-joe .mmc-dropdown-open .mm-dropdown.open > a, .theme-joe.mme #main-menu .mm-dropdown.open > a {
  color: #fff !important; }
@media (min-width: 768px) {
  .theme-joe #main-menu .mm-dropdown.open > a {
    color: #fff; }
  .theme-joe.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #969696; } }
.theme-joe #main-menu .navigation li.active > a, .theme-joe.right-to-left.main-menu-right #main-menu .navigation li.active > a {
  position: relative; }
  .theme-joe #main-menu .navigation li.active > a:after, .theme-joe.right-to-left.main-menu-right #main-menu .navigation li.active > a:after {
    content: "";
    top: 0;
    bottom: 0;
    width: 4px;
    position: absolute;
    right: auto;
    left: 0;
    background: #119f8a; }
.theme-joe.main-menu-right #main-menu .navigation li.active > a:after, .theme-joe.right-to-left #main-menu .navigation li.active > a:after {
  left: auto;
  right: 0; }
.theme-joe .demo-logo {
  background: #119f8a; }
.theme-joe #main-navbar .navbar-brand div {
  background: #12a892; }
.theme-joe #main-navbar .navbar-header a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600; }
.theme-joe.page-signin .signin-info, .theme-joe.page-signup .signup-header {
  background: #119f8a;
  background: rgba(17, 159, 138, 0.8); }
.theme-joe .timeline:before,
.theme-joe .timeline:after,
.theme-joe .tl-header,
.theme-joe .tl-icon {
  background: #e2e0d8; }
.theme-joe .tl-header,
.theme-joe .tl-icon {
  box-shadow: 0 0 0 4px #edece7; }
.theme-joe .tl-entry:before {
  background: #119f8a;
  box-shadow: 0 0 0 3px #edece7; }
.theme-joe .tl-body:before {
  border-color: transparent #cfd5d7 transparent transparent; }
@media (min-width: 768px) {
  .theme-joe .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #cfd5d7; }
  .theme-joe.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #cfd5d7 transparent transparent; } }
.theme-joe.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #cfd5d7; }
.theme-joe.page-mail .mail-nav,
.theme-joe.page-mail .mail-nav:before {
  background: #edece7; }
.theme-joe.page-mail .mail-nav .sections li.active .label,
.theme-joe.page-mail .mail-nav .sections li.active .badge {
  background: #119f8a; }
.theme-joe.page-mail .mail-nav,
.theme-joe.page-mail .mail-nav .compose-btn,
.theme-joe.page-mail .mail-nav .sections li.active,
.theme-joe.page-mail .mail-nav:before {
  border-color: #cfd5d7; }
.theme-joe.page-mail .mail-nav .navigation.open .sections li.active {
  background: #e4e3e1; }
.theme-joe.page-mail .mail-nav li.divider {
  background: #cfd5d7; }
.theme-joe.page-mail .mail-nav .sections li.active a {
  color: #383838; }
.theme-joe.page-mail .mail-nav .sections li.active:after {
  color: #9e9e9e; }
.theme-joe.page-mail .mail-nav .sections a {
  color: #5e5e5e; }
.theme-joe.page-mail .mail-nav-header {
  color: #9e9e9e; }
.theme-joe.page-mail .mail-nav .add-more a {
  color: #9e9e9e; }
@media (min-width: 992px) {
  .theme-joe.page-mail .mail-nav .navigation .sections li.active {
    background: #e4e3e1; }
  .theme-joe.page-mail .mail-nav .sections a:hover {
    color: #383838; } }
.theme-joe .nav-icon-btn.nav-icon-btn-primary .label {
  background: #119f8a; }
.theme-joe .btn-primary {
  color: #fff; }
  .theme-joe .btn-primary, .theme-joe .btn-primary:focus {
    border-color: #0f8876;
    border-bottom-color: #0c6c5e;
    background: #119f8a;
    background-image: -webkit-linear-gradient(top, #11a48e 0%, #0f8876 100%);
    background-image: linear-gradient(to bottom, #11a48e 0%, #0f8876 100%);
    background-repeat: repeat-x; }
  .theme-joe .btn-primary:hover {
    color: #fff;
    border-color: #0d7a6a;
    border-bottom-color: #084c42;
    background: #0f8876 !important;
    background-image: -webkit-linear-gradient(top, #109682 0%, #0d7a6a 100%) !important;
    background-image: linear-gradient(to bottom, #109682 0%, #0d7a6a 100%) !important;
    background-repeat: repeat-x; }
  .theme-joe .btn-primary:active, .theme-joe .btn-primary.active, .open .theme-joe .btn-primary.dropdown-toggle {
    background: none;
    background: #0f8d7a !important;
    border-color: #0a5e52;
    border-bottom-color: #0a5e52 !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .theme-joe .btn-primary.btn-flat {
    background: #10917e; }
    .theme-joe .btn-primary.btn-flat:hover, .theme-joe .btn-primary.btn-flat:active, .theme-joe .btn-primary.btn-flat.active, .open .theme-joe .btn-primary.btn-flat.dropdown-toggle {
      background: #10917e !important;
      color: #fff; }
  .theme-joe .btn-primary.btn-outline:hover, .theme-joe .btn-primary.btn-outline.btn-flat:hover {
    color: #fff;
    border-color: #0d7a6a;
    border-bottom-color: #084c42; }
  .theme-joe .btn-primary.btn-outline:active, .theme-joe .btn-primary.btn-outline.btn-flat:active {
    border-color: #0a5e52; }
  .btn-group .theme-joe .btn-primary, .btn-group .theme-joe .btn-primary:focus, .input-group-btn .theme-joe .btn-primary, .input-group-btn .theme-joe .btn-primary:focus {
    border-left-color: #0d7a6a;
    border-right-color: #0d7a6a; }
  .btn-group .theme-joe .btn-primary:hover, .btn-group.open .theme-joe .btn-primary.dropdown-toggle, .input-group-btn .theme-joe .btn-primary:hover, .input-group-btn.open .theme-joe .btn-primary.dropdown-toggle {
    border-color: #0d7a6a;
    border-bottom-color: #084c42; }
  .btn-group .theme-joe .btn-primary:active, .btn-group .theme-joe .btn-primary.active, .input-group-btn .theme-joe .btn-primary:active, .input-group-btn .theme-joe .btn-primary.active {
    border-left-color: #0a5e52;
    border-right-color: #0a5e52; }
.theme-joe .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #0a5e52 !important;
  background: none;
  background: #0f8d7a !important; }
.theme-joe .progress-bar {
  background: #119f8a;
  border-color: #0e8372; }
.theme-joe .progress-striped .progress-bar {
  background-color: #119f8a;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }
.theme-joe .label.label-primary {
  background: #119f8a; }
  .theme-joe .label.label-primary[href]:hover, .theme-joe .label.label-primary[href]:focus {
    background-color: #0c7162; }
  .theme-joe .label.label-primary.label-tag {
    border: 1px solid #119f8a; }
    .theme-joe .label.label-primary.label-tag:before {
      border-color: transparent #119f8a transparent transparent; }
    .theme-joe .label.label-primary.label-tag[href]:hover, .theme-joe .label.label-primary.label-tag[href]:focus {
      border-color: #0c7162; }
    .theme-joe .label.label-primary.label-tag[href]:hover:before, .theme-joe .label.label-primary.label-tag[href]:focus:before {
      border-color: transparent #0c7162 transparent transparent; }
    .right-to-left .theme-joe .label.label-primary.label-tag:before {
      border-color: transparent transparent transparent #119f8a; }
    .right-to-left .theme-joe .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-joe .label.label-primary.label-tag[href]:focus:before {
      border-color: transparent transparent transparent #0c7162; }
    .ie8 .right-to-left .theme-joe .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-joe .label.label-primary.label-tag:before {
      border-color: transparent #119f8a transparent transparent; }
    .ie8 .right-to-left .theme-joe .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-joe .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-joe .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-joe .label.label-primary.label-tag[href]:focus:before {
      border-color: transparent #0c7162 transparent transparent; }
.theme-joe.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #119f8a; }
.theme-joe.right-to-left .label.label-primary.label-tag:hover:before, .theme-joe.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #0c7162; }
.ie8 .theme-joe.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-joe.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #119f8a transparent transparent; }
.ie8 .theme-joe.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-joe.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-joe.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-joe.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #0c7162 transparent transparent; }
.theme-joe .badge.badge-primary {
  background: #119f8a;
  border: 1px solid #119f8a; }
  .theme-joe .badge.badge-primary[href]:hover, .theme-joe .badge.badge-primary[href]:focus {
    background-color: #0c7162;
    border-color: #0c7162; }
.theme-joe .table-primary table {
  border-top-color: #145f54 !important; }
.theme-joe .table-primary thead,
.theme-joe .table-primary thead tr,
.theme-joe .table-primary thead th,
.theme-joe .table-primary .table-header {
  border-color: #145f54 !important;
  color: #fff; }
.theme-joe .table-primary thead tr,
.theme-joe .table-primary thead th {
  background: #147e6e; }
.theme-joe .table-primary .table-header {
  background: #119f8a; }
.theme-joe .nav-tabs > li.active > a, .theme-joe .nav-tabs > li.active > a:hover, .theme-joe .nav-tabs > li.active > a:focus {
  background: #119f8a;
  border-bottom: 2px solid #0f8876; }
.theme-joe .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #0f8876; }
.theme-joe .nav-pills > li.active > a, .theme-joe .nav-pills > li.active > a:hover, .theme-joe .nav-pills > li.active > a:focus {
  background: #119f8a; }
.theme-joe .dropdown-menu > li > a:hover,
.theme-joe .dropdown-menu > li.active > a {
  background: #119f8a; }
.theme-joe .dropdown-menu > li > a:hover {
  color: #fff; }
.theme-joe .btn-group .btn-primary,
.theme-joe .btn-group .btn-primary:focus,
.theme-joe .input-group-btn .btn-primary,
.theme-joe .input-group-btn .btn-primary:focus {
  border-left-color: #0d7a6a;
  border-right-color: #0d7a6a; }
.theme-joe .btn-group .btn-primary:hover,
.theme-joe .btn-group.open .btn-primary.dropdown-toggle,
.theme-joe .input-group-btn .btn-primary:hover,
.theme-joe .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #0a5e52; }
.theme-joe .btn-group .btn-primary:active,
.theme-joe .btn-group .btn-primary.active,
.theme-joe .input-group-btn .btn-primary:active,
.theme-joe .input-group-btn .btn-primary.active {
  border-left-color: #0a5e52;
  border-right-color: #0a5e52; }
.theme-joe .pagination > li > a:hover {
  border-color: #119f8a; }
.theme-joe .pagination > li.active > a,
.theme-joe .pagination > li.active > a:hover,
.theme-joe .pagination > li.active > a:focus,
.theme-joe .pagination > li.active > span {
  background: #119f8a;
  border-color: #119f8a; }
.theme-joe .pager li > a:hover {
  border-color: #119f8a; }
.theme-joe a.list-group-item.active {
  background: #119f8a;
  border-color: #119f8a; }
  .theme-joe a.list-group-item.active .list-group-item-text {
    color: #8af2e3; }
.theme-joe .form-control:focus, .theme-joe .form-control-inline:focus, .theme-joe select.time_picker:focus,
.theme-joe .form-control.focus,
.theme-joe .focus.form-control-inline,
.theme-joe select.focus.time_picker {
  border-color: #119f8a;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
.gt-ie8 .theme-joe input.px:focus + .lbl:before, .gt-ie8 .theme-joe input.px + .lbl:hover:before {
  border-color: #119f8a; }
.gt-ie8 .theme-joe input[type="checkbox"].px + .lbl:after {
  color: #119f8a; }
.gt-ie8 .theme-joe input[type="radio"].px + .lbl:after {
  background: #119f8a; }
.theme-joe .text-primary, .theme-joe .text-primary:hover, .theme-joe .text-primary:active, .theme-joe .text-primary:focus,
.theme-joe .text-primary a,
.theme-joe .text-primary a:focus {
  color: #119f8a; }
.theme-joe .text-primary a:hover,
.theme-joe .text-primary a:active {
  color: #0a5a4e; }
.theme-joe .bg-primary {
  background: #119f8a !important; }
  .theme-joe .bg-primary[href]:hover {
    background: #148c7b !important; }
  .theme-joe .bg-primary.darken {
    background: #148c7b !important; }
    .theme-joe .bg-primary.darken[href]:hover {
      background: #127f6f !important; }
  .theme-joe .bg-primary.darker {
    background: #127f6f !important; }
    .theme-joe .bg-primary.darker[href]:hover {
      background: #107263 !important; }
  .theme-joe .bg-primary, .theme-joe .bg-primary:hover, .theme-joe .bg-primary:active, .theme-joe .bg-primary:focus,
  .theme-joe .bg-primary a,
  .theme-joe .bg-primary a:focus {
    color: #fff; }
  .theme-joe .bg-primary a:hover,
  .theme-joe .bg-primary a:active {
    color: #d9d9d9; }
  .theme-joe .bg-primary[href]:hover,
  .theme-joe .bg-primary [href]:hover {
    color: #fff; }
  .theme-joe .bg-primary * {
    border-color: #14bfa6; }
.theme-joe .ui-slider-handle.ui-state-active:before {
  background: #119f8a; }
.theme-joe .ui-slider-range {
  background: #119f8a; }
.theme-joe .ui-autocomplete > li > a:hover,
.theme-joe .ui-autocompletev > li.active > a {
  background: #119f8a; }
.theme-joe .ui-autocomplete > li > a:hover {
  color: #fff; }
.theme-joe .ui-autocomplete .ui-state-focus {
  background: #119f8a;
  color: #fff; }
.theme-joe .ui-menu .ui-menu-item a:hover,
.theme-joe .ui-menu .ui-menu-item a.ui-state-focus,
.theme-joe .ui-menu .ui-menu-item a.ui-state-active {
  background: #119f8a; }
.theme-joe .ui-progressbar-value {
  border-color: #0e8372;
  background-color: #119f8a;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }
.theme-joe .ui-tabs-nav > .ui-tabs-active > a, .theme-joe .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-joe .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #119f8a;
  border-bottom: 2px solid #0f8876; }
.theme-joe .ui-datepicker .ui-state-active {
  background: #119f8a !important; }
.theme-joe .ui-datepicker-title {
  background: #119f8a; }
.theme-joe .ui-datepicker th {
  background: #1e796b; }
.theme-joe .ui-datepicker-buttonpane button.ui-priority-primary {
  color: #fff; }
  .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary, .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary:focus {
    border-color: #0f8876;
    border-bottom-color: #0c6c5e;
    background: #119f8a;
    background-image: -webkit-linear-gradient(top, #11a48e 0%, #0f8876 100%);
    background-image: linear-gradient(to bottom, #11a48e 0%, #0f8876 100%);
    background-repeat: repeat-x; }
  .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary:hover {
    color: #fff;
    border-color: #0d7a6a;
    border-bottom-color: #084c42;
    background: #0f8876 !important;
    background-image: -webkit-linear-gradient(top, #109682 0%, #0d7a6a 100%) !important;
    background-image: linear-gradient(to bottom, #109682 0%, #0d7a6a 100%) !important;
    background-repeat: repeat-x; }
  .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.active, .open .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
    background: none;
    background: #0f8d7a !important;
    border-color: #0a5e52;
    border-bottom-color: #0a5e52 !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat {
    background: #10917e; }
    .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:hover, .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:active, .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.active, .open .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.dropdown-toggle {
      background: #10917e !important;
      color: #fff; }
  .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:hover, .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:hover {
    color: #fff;
    border-color: #0d7a6a;
    border-bottom-color: #084c42; }
  .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:active, .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:active {
    border-color: #0a5e52; }
  .btn-group .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary:focus {
    border-left-color: #0d7a6a;
    border-right-color: #0d7a6a; }
  .btn-group .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
    border-color: #0d7a6a;
    border-bottom-color: #084c42; }
  .btn-group .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.active {
    border-left-color: #0a5e52;
    border-right-color: #0a5e52; }
.theme-joe .select2-drop-active,
.theme-joe .select2-container-multi.select2-container-active .select2-choices,
.theme-joe .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #119f8a; }
.theme-joe .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #119f8a; }
.theme-joe .select2-container-active .select2-choice,
.theme-joe .select2-container-active .select2-choices {
  border: 1px solid #119f8a; }
.theme-joe .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-joe .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #119f8a;
  border-top-color: #aaa; }
.theme-joe .select2-results .select2-highlighted {
  background: #119f8a; }
.theme-joe .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #119f8a; }
.theme-joe .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #0c7162; }
.theme-joe .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #119f8a !important; }
.theme-joe .switcher-primary .switcher-state-on {
  background: #119f8a !important; }
.theme-joe .pixel-file-input:hover {
  border-color: #119f8a; }
.theme-joe .datepicker table tr td.selected, .theme-joe .datepicker table tr td.selected:hover, .theme-joe .datepicker table tr td.selected.disabled, .theme-joe .datepicker table tr td.selected.disabled:hover {
  background: #119f8a; }
.theme-joe .datepicker table tr td.active, .theme-joe .datepicker table tr td.active:hover, .theme-joe .datepicker table tr td.active.disabled, .theme-joe .datepicker table tr td.active.disabled:hover {
  background: #119f8a; }
.theme-joe .datepicker table tr td span.active, .theme-joe .datepicker table tr td span.active:hover, .theme-joe .datepicker table tr td span.active.disabled, .theme-joe .datepicker table tr td span.active.disabled:hover {
  background: #119f8a; }
.theme-joe .datepicker thead tr {
  background: #1e796b; }
  .theme-joe .datepicker thead tr:first-child {
    background: #119f8a !important;
    border-bottom-color: #1c564e !important; }
.theme-joe .datepicker thead th.prev,
.theme-joe .datepicker thead th.next {
  background: #119f8a; }
.theme-joe .datepicker thead th.prev {
  border-color: #1c564e; }
.theme-joe .datepicker thead th.next {
  border-color: #1c564e; }
.theme-joe .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #1c564e; }
.theme-joe .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #1c564e; }
.theme-joe .bootstrap-timepicker-widget table td a:hover {
  background: #119f8a;
  border-color: #119f8a; }
.theme-joe .pagination a.dp-today,
.theme-joe .pagination a.dp-today:hover {
  background: #16cdb2;
  border-color: #13b69e; }
.theme-joe .pagination a.dp-today:hover {
  border-color: #119f8a !important; }
.theme-joe .pagination a.dp-selected {
  background: #119f8a !important;
  border-color: #119f8a !important; }
.theme-joe .tt-suggestion.tt-is-under-cursor {
  background: #119f8a; }
.theme-joe .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #145f54 !important; }
.theme-joe .dropzone-box.dz-drag-hover {
  border-color: #119f8a; }
.theme-joe .dropzone-box:hover .fa.fa-cloud-upload {
  background: #119f8a; }
.theme-joe .md-editor.active {
  border-color: #119f8a; }
.theme-joe .widget-rating .active a {
  color: #119f8a; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > .form-control-inline, .input-group-lg > select.time_picker,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px; }

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

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

.input-sm, .input-group-sm > .form-control, .input-group-sm > .form-control-inline, .input-group-sm > select.time_picker,
.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: 2px; }

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

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

.theme-default {
  background: #f6f6f6; }
.theme-default .page-header {
  background: #f6f6f6;
  border-color: #e9e9e9; }
.theme-default .table,
.theme-default .panel,
.theme-default hr {
  border-color: #e2e2e2; }
.theme-default .bordered {
  border-color: #e2e2e2; }
.theme-default .bordered[class*='bg-'],
.theme-default [class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2); }
.theme-default .panel.panel-transparent > .panel-heading {
  border-bottom-color: #e2e2e2 !important; }
.theme-default .breadcrumb-page {
  background: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 6px;
  padding-top: 6px; }
.theme-default #main-navbar {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05); }
  .theme-default #main-navbar .navbar-header {
    background: #fff; }
    .theme-default #main-navbar .navbar-header a {
      color: #555; }
  .theme-default #main-navbar .navbar-brand {
    color: #555; }
  .theme-default #main-navbar .navbar-toggle,
  .theme-default #main-navbar #main-menu-toggle {
    color: #555; }
  .theme-default #main-navbar #main-menu-toggle {
    background: #f8f8f8; }
    .theme-default #main-navbar #main-menu-toggle .fa:before {
      color: #555; }
  .theme-default #main-navbar .navbar-collapse {
    border-top: 1px solid #f1f1f1;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .theme-default #main-navbar .dropdown > a,
  .theme-default #main-navbar .dropdown-menu > li > a,
  .theme-default #main-navbar .nav > li > a {
    color: #555; }
  .theme-default #main-navbar li + li,
  .theme-default #main-navbar .nav + .nav,
  .theme-default #main-navbar .nav + .right {
    border-top: 1px solid #f1f1f1; }
  .theme-default #main-navbar .dropdown.open > a {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #dfdfdf;
    margin-top: -1px;
    background: #f6f6f6;
    color: #555; }
  .theme-default #main-navbar form.navbar-form {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .theme-default #main-navbar form.navbar-form .form-control, .theme-default #main-navbar form.navbar-form .form-control-inline, .theme-default #main-navbar form.navbar-form select.time_picker {
      background: #f8f8f8;
      border: none;
      color: #999; }
      .theme-default #main-navbar form.navbar-form .form-control:focus, .theme-default #main-navbar form.navbar-form .form-control-inline:focus, .theme-default #main-navbar form.navbar-form select.time_picker:focus {
        color: #555;
        -webkit-box-shadow: none;
        box-shadow: none; }
@media (min-width: 768px) {
  .theme-default #main-navbar .navbar-header {
    background: #fff; }
  .theme-default #main-navbar .navbar-collapse {
    background: #fff;
    border: none; }
    .theme-default #main-navbar .navbar-collapse > div > .navbar-nav {
      border-left: 1px solid #f1f1f1; }
  .theme-default #main-navbar .right > .navbar-nav > li {
    border-left: 1px solid #f1f1f1;
    border-right: none; }
  .theme-default #main-navbar .navbar-nav > li {
    border-right: 1px solid #f1f1f1; }
    .theme-default #main-navbar .navbar-nav > li > a {
      color: #555; }
    .theme-default #main-navbar .navbar-nav > li > a:hover, .theme-default #main-navbar .navbar-nav > li.active > a, .theme-default #main-navbar .navbar-nav > li.dropdown.open > a {
      background: #f8f8f8;
      border-top: none !important;
      border-bottom: none !important; }
  .theme-default #main-navbar li + li,
  .theme-default #main-navbar .nav + .nav,
  .theme-default #main-navbar .nav + .right {
    border-top: none; }
  .theme-default #main-navbar .dropdown.open > a {
    margin: 0;
    border-top: none; }
  .theme-default #main-navbar .dropdown-menu {
    background: #fff;
    padding: 5px 0; }
    .theme-default #main-navbar .dropdown-menu .divider {
      background-color: #f1f1f1; }
    .theme-default #main-navbar .dropdown-menu > li > a {
      color: #555; }
      .theme-default #main-navbar .dropdown-menu > li > a:hover {
        background: #f1f1f1; }
  .theme-default #main-navbar .widget-notifications a {
    color: !important; }
  .theme-default #main-navbar .widget-notifications .notification,
  .theme-default #main-navbar .widget-notifications .notifications-link {
    border-color: #f1f1f1;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .theme-default #main-navbar .widget-notifications .notification-description {
    color: #999; }
  .theme-default #main-navbar .widget-notifications .notification-ago {
    color: #bbb; }
  .theme-default #main-navbar .widget-notifications .notifications-link:hover {
    background: #f1f1f1; }
  .theme-default #main-navbar .widget-messages-alt a {
    color: !important; }
  .theme-default #main-navbar .widget-messages-alt .message,
  .theme-default #main-navbar .widget-messages-alt .messages-link {
    border-color: #f1f1f1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .theme-default #main-navbar .widget-messages-alt .message-subject {
    color: #555 !important; }
  .theme-default #main-navbar .widget-messages-alt .message-description {
    color: #aaa; }
    .theme-default #main-navbar .widget-messages-alt .message-description a {
      color: #888; }
  .theme-default #main-navbar .widget-messages-alt .messages-link:hover {
    background: #f1f1f1; }
  .theme-default.main-menu-right #main-navbar .navbar-header, .theme-default.mmc #main-navbar .navbar-header {
    background: #fff; }
  .theme-default.main-menu-right #main-navbar .navbar-header {
    border-right: 1px solid #f1f1f1; } }
@media (min-width: 768px) {
  .theme-default.right-to-left #main-navbar .right > .navbar-nav > li {
    border-right: 1px solid #f1f1f1;
    border-left: none; } }
.theme-default #main-menu-bg {
  background-color: #23272d; }
.theme-default #main-menu .navigation a,
.theme-default #main-menu .mmc-dropdown-open-ul a {
  color: #808b9c;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .theme-default #main-menu .navigation a:after,
  .theme-default #main-menu .mmc-dropdown-open-ul a:after {
    content: "";
    top: 0;
    bottom: 0;
    width: 4px;
    position: absolute;
    right: auto;
    background: #1a7ab9;
    display: none;
    left: 0; }
  .theme-default #main-menu .navigation a:hover,
  .theme-default #main-menu .mmc-dropdown-open-ul a:hover {
    color: #fff; }
    .theme-default #main-menu .navigation a:hover:after,
    .theme-default #main-menu .mmc-dropdown-open-ul a:hover:after {
      display: block !important; }
.theme-default #main-menu li.active > a {
  background: #181b1f;
  color: #fff; }
  .theme-default #main-menu li.active > a .menu-icon {
    color: #1d89cf; }
  .theme-default #main-menu li.active > a:after {
    display: block; }
.theme-default #main-menu .mm-dropdown.active > a {
  background: none; }
.theme-default #main-menu .mm-dropdown.active > a:after {
  display: none; }
.theme-default #main-menu .mm-dropdown > ul,
.theme-default #main-menu .mmc-dropdown-open-ul {
  background: #2a2e36; }
.theme-default #main-menu .mmc-dropdown-open-ul .mmc-title {
  background: #181b1f;
  color: #fff; }
.theme-default #main-menu .mmc-dropdown-open > a {
  background: #181b1f !important; }
  .theme-default #main-menu .mmc-dropdown-open > a,
  .theme-default #main-menu .mmc-dropdown-open > a .menu-icon {
    color: #fff !important; }
  .theme-default #main-menu .mmc-dropdown-open > a:hover:after {
    display: none !important; }
.theme-default #main-menu .menu-content {
  border-color: #2e333b; }
  .theme-default #main-menu .menu-content .btn-outline {
    border-color: #2e333b;
    color: #808b9c; }
    .theme-default #main-menu .menu-content .btn-outline:hover {
      color: #fff; }
.theme-default .mmc-dropdown-open .mm-dropdown.open > a, .theme-default.mme #main-menu .mm-dropdown.open > a {
  color: #fff; }
@media (min-width: 768px) {
  .theme-default #main-menu .mm-dropdown.open > a {
    color: #fff; }
  .theme-default.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #808b9c; } }
.theme-default.right-to-left #main-menu .navigation a:after {
  left: auto;
  right: 0; }
.theme-default #main-navbar .navbar-brand div,
.theme-default .demo-logo {
  background: #1d89cf; }
.theme-default #main-navbar .navbar-header a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600; }
.theme-default.page-signin .signin-info, .theme-default.page-signup .signup-header {
  background: #1d89cf;
  background: rgba(29, 137, 207, 0.8); }
.theme-default .timeline:before,
.theme-default .timeline:after,
.theme-default .tl-header,
.theme-default .tl-icon {
  background: #dddddd; }
.theme-default .tl-header,
.theme-default .tl-icon {
  box-shadow: 0 0 0 4px #f6f6f6; }
.theme-default .tl-entry:before {
  background: #1d89cf;
  box-shadow: 0 0 0 3px #f6f6f6; }
.theme-default .tl-body:before {
  border-color: transparent #e2e2e2 transparent transparent; }
@media (min-width: 768px) {
  .theme-default .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #e2e2e2; }
  .theme-default.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #e2e2e2 transparent transparent; } }
.theme-default.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #e2e2e2; }
.theme-default.page-mail .mail-nav,
.theme-default.page-mail .mail-nav:before {
  background: #f6f6f6; }
.theme-default.page-mail .mail-nav .sections li.active .label,
.theme-default.page-mail .mail-nav .sections li.active .badge {
  background: #1d89cf; }
.theme-default.page-mail .mail-nav,
.theme-default.page-mail .mail-nav .compose-btn,
.theme-default.page-mail .mail-nav .sections li.active,
.theme-default.page-mail .mail-nav:before {
  border-color: #e2e2e2; }
.theme-default.page-mail .mail-nav .navigation.open .sections li.active {
  background: #ececec; }
.theme-default.page-mail .mail-nav li.divider {
  background: #e2e2e2; }
.theme-default.page-mail .mail-nav .sections li.active a {
  color: #444444; }
.theme-default.page-mail .mail-nav .sections li.active:after {
  color: #aaaaaa; }
.theme-default.page-mail .mail-nav .sections a {
  color: #6a6a6a; }
.theme-default.page-mail .mail-nav-header {
  color: #aaaaaa; }
.theme-default.page-mail .mail-nav .add-more a {
  color: #aaaaaa; }
@media (min-width: 992px) {
  .theme-default.page-mail .mail-nav .navigation .sections li.active {
    background: #ececec; }
  .theme-default.page-mail .mail-nav .sections a:hover {
    color: #444444; } }
.theme-default .nav-icon-btn.nav-icon-btn-primary .label {
  background: #1d89cf; }
.theme-default .btn-primary {
  color: #fff; }
  .theme-default .btn-primary, .theme-default .btn-primary:focus {
    border-color: #1a7ab9;
    border-bottom-color: #16689e;
    background: #1d89cf;
    background-image: -webkit-linear-gradient(top, #1e8cd3 0%, #1a7ab9 100%);
    background-image: linear-gradient(to bottom, #1e8cd3 0%, #1a7ab9 100%);
    background-repeat: repeat-x; }
  .theme-default .btn-primary:hover {
    color: #fff;
    border-color: #1871ab;
    border-bottom-color: #12547e;
    background: #1a7ab9 !important;
    background-image: -webkit-linear-gradient(top, #1c83c6 0%, #1871ab 100%) !important;
    background-image: linear-gradient(to bottom, #1c83c6 0%, #1871ab 100%) !important;
    background-repeat: repeat-x; }
  .theme-default .btn-primary:active, .theme-default .btn-primary.active, .open .theme-default .btn-primary.dropdown-toggle {
    background: none;
    background: #1a7dbd !important;
    border-color: #146090;
    border-bottom-color: #146090 !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .theme-default .btn-primary.btn-flat {
    background: #1b80c2; }
    .theme-default .btn-primary.btn-flat:hover, .theme-default .btn-primary.btn-flat:active, .theme-default .btn-primary.btn-flat.active, .open .theme-default .btn-primary.btn-flat.dropdown-toggle {
      background: #1b80c2 !important;
      color: #fff; }
  .theme-default .btn-primary.btn-outline:hover, .theme-default .btn-primary.btn-outline.btn-flat:hover {
    color: #fff;
    border-color: #1871ab;
    border-bottom-color: #12547e; }
  .theme-default .btn-primary.btn-outline:active, .theme-default .btn-primary.btn-outline.btn-flat:active {
    border-color: #146090; }
  .btn-group .theme-default .btn-primary, .btn-group .theme-default .btn-primary:focus, .input-group-btn .theme-default .btn-primary, .input-group-btn .theme-default .btn-primary:focus {
    border-left-color: #1871ab;
    border-right-color: #1871ab; }
  .btn-group .theme-default .btn-primary:hover, .btn-group.open .theme-default .btn-primary.dropdown-toggle, .input-group-btn .theme-default .btn-primary:hover, .input-group-btn.open .theme-default .btn-primary.dropdown-toggle {
    border-color: #1871ab;
    border-bottom-color: #12547e; }
  .btn-group .theme-default .btn-primary:active, .btn-group .theme-default .btn-primary.active, .input-group-btn .theme-default .btn-primary:active, .input-group-btn .theme-default .btn-primary.active {
    border-left-color: #146090;
    border-right-color: #146090; }
.theme-default .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #146090 !important;
  background: none;
  background: #1a7dbd !important; }
.theme-default .progress-bar {
  background: #1d89cf;
  border-color: #1977b4; }
.theme-default .progress-striped .progress-bar {
  background-color: #1d89cf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }
.theme-default .label.label-primary {
  background: #1d89cf; }
  .theme-default .label.label-primary[href]:hover, .theme-default .label.label-primary[href]:focus {
    background-color: #176ba2; }
  .theme-default .label.label-primary.label-tag {
    border: 1px solid #1d89cf; }
    .theme-default .label.label-primary.label-tag:before {
      border-color: transparent #1d89cf transparent transparent; }
    .theme-default .label.label-primary.label-tag[href]:hover, .theme-default .label.label-primary.label-tag[href]:focus {
      border-color: #176ba2; }
    .theme-default .label.label-primary.label-tag[href]:hover:before, .theme-default .label.label-primary.label-tag[href]:focus:before {
      border-color: transparent #176ba2 transparent transparent; }
    .right-to-left .theme-default .label.label-primary.label-tag:before {
      border-color: transparent transparent transparent #1d89cf; }
    .right-to-left .theme-default .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-default .label.label-primary.label-tag[href]:focus:before {
      border-color: transparent transparent transparent #176ba2; }
    .ie8 .right-to-left .theme-default .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-default .label.label-primary.label-tag:before {
      border-color: transparent #1d89cf transparent transparent; }
    .ie8 .right-to-left .theme-default .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-default .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-default .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-default .label.label-primary.label-tag[href]:focus:before {
      border-color: transparent #176ba2 transparent transparent; }
.theme-default.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #1d89cf; }
.theme-default.right-to-left .label.label-primary.label-tag:hover:before, .theme-default.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #176ba2; }
.ie8 .theme-default.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-default.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #1d89cf transparent transparent; }
.ie8 .theme-default.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-default.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-default.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-default.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #176ba2 transparent transparent; }
.theme-default .badge.badge-primary {
  background: #1d89cf;
  border: 1px solid #1d89cf; }
  .theme-default .badge.badge-primary[href]:hover, .theme-default .badge.badge-primary[href]:focus {
    background-color: #176ba2;
    border-color: #176ba2; }
.theme-default .table-primary table {
  border-top-color: #23638c !important; }
.theme-default .table-primary thead,
.theme-default .table-primary thead tr,
.theme-default .table-primary thead th,
.theme-default .table-primary .table-header {
  border-color: #23638c !important;
  color: #fff; }
.theme-default .table-primary thead tr,
.theme-default .table-primary thead th {
  background: #2175ac; }
.theme-default .table-primary .table-header {
  background: #1d89cf; }
.theme-default .nav-tabs > li.active > a, .theme-default .nav-tabs > li.active > a:hover, .theme-default .nav-tabs > li.active > a:focus {
  background: #1d89cf;
  border-bottom: 2px solid #1a7ab9; }
.theme-default .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #1a7ab9; }
.theme-default .nav-pills > li.active > a, .theme-default .nav-pills > li.active > a:hover, .theme-default .nav-pills > li.active > a:focus {
  background: #1d89cf; }
.theme-default .dropdown-menu > li > a:hover,
.theme-default .dropdown-menu > li.active > a {
  background: #1d89cf; }
.theme-default .dropdown-menu > li > a:hover {
  color: #fff; }
.theme-default .btn-group .btn-primary,
.theme-default .btn-group .btn-primary:focus,
.theme-default .input-group-btn .btn-primary,
.theme-default .input-group-btn .btn-primary:focus {
  border-left-color: #1871ab;
  border-right-color: #1871ab; }
.theme-default .btn-group .btn-primary:hover,
.theme-default .btn-group.open .btn-primary.dropdown-toggle,
.theme-default .input-group-btn .btn-primary:hover,
.theme-default .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #146090; }
.theme-default .btn-group .btn-primary:active,
.theme-default .btn-group .btn-primary.active,
.theme-default .input-group-btn .btn-primary:active,
.theme-default .input-group-btn .btn-primary.active {
  border-left-color: #146090;
  border-right-color: #146090; }
.theme-default .pagination > li > a:hover {
  border-color: #1d89cf; }
.theme-default .pagination > li.active > a,
.theme-default .pagination > li.active > a:hover,
.theme-default .pagination > li.active > a:focus,
.theme-default .pagination > li.active > span {
  background: #1d89cf;
  border-color: #1d89cf; }
.theme-default .pager li > a:hover {
  border-color: #1d89cf; }
.theme-default a.list-group-item.active {
  background: #1d89cf;
  border-color: #1d89cf; }
  .theme-default a.list-group-item.active .list-group-item-text {
    color: #c2e2f6; }
.theme-default .form-control:focus, .theme-default .form-control-inline:focus, .theme-default select.time_picker:focus,
.theme-default .form-control.focus,
.theme-default .focus.form-control-inline,
.theme-default select.focus.time_picker {
  border-color: #1d89cf;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
.gt-ie8 .theme-default input.px:focus + .lbl:before, .gt-ie8 .theme-default input.px + .lbl:hover:before {
  border-color: #1d89cf; }
.gt-ie8 .theme-default input[type="checkbox"].px + .lbl:after {
  color: #1d89cf; }
.gt-ie8 .theme-default input[type="radio"].px + .lbl:after {
  background: #1d89cf; }
.theme-default .text-primary, .theme-default .text-primary:hover, .theme-default .text-primary:active, .theme-default .text-primary:focus,
.theme-default .text-primary a,
.theme-default .text-primary a:focus {
  color: #1d89cf; }
.theme-default .text-primary a:hover,
.theme-default .text-primary a:active {
  color: #145d8c; }
.theme-default .bg-primary {
  background: #1d89cf !important; }
  .theme-default .bg-primary[href]:hover {
    background: #227fbb !important; }
  .theme-default .bg-primary.darken {
    background: #227fbb !important; }
    .theme-default .bg-primary.darken[href]:hover {
      background: #1f76ae !important; }
  .theme-default .bg-primary.darker {
    background: #1f76ae !important; }
    .theme-default .bg-primary.darker[href]:hover {
      background: #1d6da1 !important; }
  .theme-default .bg-primary, .theme-default .bg-primary:hover, .theme-default .bg-primary:active, .theme-default .bg-primary:focus,
  .theme-default .bg-primary a,
  .theme-default .bg-primary a:focus {
    color: #fff; }
  .theme-default .bg-primary a:hover,
  .theme-default .bg-primary a:active {
    color: #d9d9d9; }
  .theme-default .bg-primary[href]:hover,
  .theme-default .bg-primary [href]:hover {
    color: #fff; }
  .theme-default .bg-primary * {
    border-color: #2e9be2; }
.theme-default .ui-slider-handle.ui-state-active:before {
  background: #1d89cf; }
.theme-default .ui-slider-range {
  background: #1d89cf; }
.theme-default .ui-autocomplete > li > a:hover,
.theme-default .ui-autocompletev > li.active > a {
  background: #1d89cf; }
.theme-default .ui-autocomplete > li > a:hover {
  color: #fff; }
.theme-default .ui-autocomplete .ui-state-focus {
  background: #1d89cf;
  color: #fff; }
.theme-default .ui-menu .ui-menu-item a:hover,
.theme-default .ui-menu .ui-menu-item a.ui-state-focus,
.theme-default .ui-menu .ui-menu-item a.ui-state-active {
  background: #1d89cf; }
.theme-default .ui-progressbar-value {
  border-color: #1977b4;
  background-color: #1d89cf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }
.theme-default .ui-tabs-nav > .ui-tabs-active > a, .theme-default .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-default .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #1d89cf;
  border-bottom: 2px solid #1a7ab9; }
.theme-default .ui-datepicker .ui-state-active {
  background: #1d89cf !important; }
.theme-default .ui-datepicker-title {
  background: #1d89cf; }
.theme-default .ui-datepicker th {
  background: #2f76a4; }
.theme-default .ui-datepicker-buttonpane button.ui-priority-primary {
  color: #fff; }
  .theme-default .ui-datepicker-buttonpane button.ui-priority-primary, .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:focus {
    border-color: #1a7ab9;
    border-bottom-color: #16689e;
    background: #1d89cf;
    background-image: -webkit-linear-gradient(top, #1e8cd3 0%, #1a7ab9 100%);
    background-image: linear-gradient(to bottom, #1e8cd3 0%, #1a7ab9 100%);
    background-repeat: repeat-x; }
  .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:hover {
    color: #fff;
    border-color: #1871ab;
    border-bottom-color: #12547e;
    background: #1a7ab9 !important;
    background-image: -webkit-linear-gradient(top, #1c83c6 0%, #1871ab 100%) !important;
    background-image: linear-gradient(to bottom, #1c83c6 0%, #1871ab 100%) !important;
    background-repeat: repeat-x; }
  .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.active, .open .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
    background: none;
    background: #1a7dbd !important;
    border-color: #146090;
    border-bottom-color: #146090 !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat {
    background: #1b80c2; }
    .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:hover, .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:active, .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.active, .open .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.dropdown-toggle {
      background: #1b80c2 !important;
      color: #fff; }
  .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:hover, .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:hover {
    color: #fff;
    border-color: #1871ab;
    border-bottom-color: #12547e; }
  .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:active, .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:active {
    border-color: #146090; }
  .btn-group .theme-default .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-default .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:focus {
    border-left-color: #1871ab;
    border-right-color: #1871ab; }
  .btn-group .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
    border-color: #1871ab;
    border-bottom-color: #12547e; }
  .btn-group .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.active {
    border-left-color: #146090;
    border-right-color: #146090; }
.theme-default .select2-drop-active,
.theme-default .select2-container-multi.select2-container-active .select2-choices,
.theme-default .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #1d89cf; }
.theme-default .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #1d89cf; }
.theme-default .select2-container-active .select2-choice,
.theme-default .select2-container-active .select2-choices {
  border: 1px solid #1d89cf; }
.theme-default .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-default .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #1d89cf;
  border-top-color: #aaa; }
.theme-default .select2-results .select2-highlighted {
  background: #1d89cf; }
.theme-default .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #1d89cf; }
.theme-default .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #176ba2; }
.theme-default .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #1d89cf !important; }
.theme-default .switcher-primary .switcher-state-on {
  background: #1d89cf !important; }
.theme-default .pixel-file-input:hover {
  border-color: #1d89cf; }
.theme-default .datepicker table tr td.selected, .theme-default .datepicker table tr td.selected:hover, .theme-default .datepicker table tr td.selected.disabled, .theme-default .datepicker table tr td.selected.disabled:hover {
  background: #1d89cf; }
.theme-default .datepicker table tr td.active, .theme-default .datepicker table tr td.active:hover, .theme-default .datepicker table tr td.active.disabled, .theme-default .datepicker table tr td.active.disabled:hover {
  background: #1d89cf; }
.theme-default .datepicker table tr td span.active, .theme-default .datepicker table tr td span.active:hover, .theme-default .datepicker table tr td span.active.disabled, .theme-default .datepicker table tr td span.active.disabled:hover {
  background: #1d89cf; }
.theme-default .datepicker thead tr {
  background: #2f76a4; }
  .theme-default .datepicker thead tr:first-child {
    background: #1d89cf !important;
    border-bottom-color: #30607f !important; }
.theme-default .datepicker thead th.prev,
.theme-default .datepicker thead th.next {
  background: #1d89cf; }
.theme-default .datepicker thead th.prev {
  border-color: #30607f; }
.theme-default .datepicker thead th.next {
  border-color: #30607f; }
.theme-default .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #30607f; }
.theme-default .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #30607f; }
.theme-default .bootstrap-timepicker-widget table td a:hover {
  background: #1d89cf;
  border-color: #1d89cf; }
.theme-default .pagination a.dp-today,
.theme-default .pagination a.dp-today:hover {
  background: #3ba1e4;
  border-color: #2597e0; }
.theme-default .pagination a.dp-today:hover {
  border-color: #1d89cf !important; }
.theme-default .pagination a.dp-selected {
  background: #1d89cf !important;
  border-color: #1d89cf !important; }
.theme-default .tt-suggestion.tt-is-under-cursor {
  background: #1d89cf; }
.theme-default .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #23638c !important; }
.theme-default .dropzone-box.dz-drag-hover {
  border-color: #1d89cf; }
.theme-default .dropzone-box:hover .fa.fa-cloud-upload {
  background: #1d89cf; }
.theme-default .md-editor.active {
  border-color: #1d89cf; }
.theme-default .widget-rating .active a {
  color: #1d89cf; }

.theme-q {
  background: #edece7; }
.theme-q .page-header {
  background: #f3f5f9;
  border-color: #dcdfe0; }
.theme-q .table,
.theme-q .panel,
.theme-q hr {
  border-color: #cfd5d7; }
.theme-q .bordered {
  border-color: #cfd5d7; }
.theme-q .bordered[class*='bg-'],
.theme-q [class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2); }
.theme-q .panel.panel-transparent > .panel-heading {
  border-bottom-color: #cfd5d7 !important; }
.theme-q .breadcrumb-page {
  background: #f3f5f9;
  border-bottom: 1px solid #dcdfe0;
  padding-bottom: 6px;
  padding-top: 6px; }
.theme-q .panel .form-group:last-of-type {
  margin-bottom: 0; }
.theme-q #main-navbar {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 1px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 1px 0 rgba(0, 0, 0, 0.04); }
  .theme-q #main-navbar .navbar-header {
    background: #fff; }
    .theme-q #main-navbar .navbar-header a {
      color: #555; }
  .theme-q #main-navbar .navbar-collapse {
    border-top: 1px solid #f1f1f1;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .theme-q #main-navbar .dropdown > a,
  .theme-q #main-navbar .dropdown-menu > li > a,
  .theme-q #main-navbar .nav > li > a {
    color: #555; }
  .theme-q #main-navbar .navbar-toggle {
    color: #555; }
  .theme-q #main-navbar #main-menu-toggle {
    background: #ed3624;
    color: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
    .theme-q #main-navbar #main-menu-toggle .fa:before {
      color: #fff; }
  .theme-q #main-navbar li + li,
  .theme-q #main-navbar .nav + .nav,
  .theme-q #main-navbar .nav + .right {
    border-top: 1px solid #f1f1f1; }
  .theme-q #main-navbar .dropdown.open > a {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #dfdfdf;
    margin-top: -1px;
    background: #f6f6f6; }
  .theme-q #main-navbar form.navbar-form {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .theme-q #main-navbar form.navbar-form .form-control, .theme-q #main-navbar form.navbar-form .form-control-inline, .theme-q #main-navbar form.navbar-form select.time_picker {
      background: #fff;
      border-color: #ddd;
      border-radius: 999999px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .theme-q #main-navbar form.navbar-form .form-control:focus, .theme-q #main-navbar form.navbar-form .form-control-inline:focus, .theme-q #main-navbar form.navbar-form select.time_picker:focus {
        background: #fff;
        border-color: #ed3624; }
@media (min-width: 768px) {
  .theme-q #main-navbar .navbar-header {
    background: #ed3624; }
    .theme-q #main-navbar .navbar-header a {
      color: #fff; }
  .theme-q #main-navbar .navbar-collapse {
    background: #fff;
    border: none; }
  .theme-q #main-navbar #main-menu-toggle {
    background: #ef4c3c; }
  .theme-q #main-navbar li + li,
  .theme-q #main-navbar .nav + .nav,
  .theme-q #main-navbar .nav + .right {
    border-top: none; }
  .theme-q #main-navbar .nav > li > a:hover {
    color: #555;
    background: #f8f8f8; }
  .theme-q #main-navbar .dropdown.open > a {
    border-top: none;
    border-bottom: none;
    margin: 0;
    background: #f8f8f8;
    color: #555; }
  .theme-q #main-navbar .dropdown-menu {
    border-top: none;
    margin-top: 1px;
    border-width: 2px;
    padding: 5px 0; }
    .theme-q #main-navbar .dropdown-menu li > a {
      color: #555;
      margin: 0 -2px; }
      .theme-q #main-navbar .dropdown-menu li > a:hover {
        background: #ed3624;
        color: #fff; }
  .theme-q #main-navbar .widget-notifications a {
    color: !important; }
  .theme-q #main-navbar .widget-notifications .notification,
  .theme-q #main-navbar .widget-notifications .notifications-link {
    border-color: #f1f1f1;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .theme-q #main-navbar .widget-notifications .notification-description {
    color: #999; }
  .theme-q #main-navbar .widget-notifications .notification-ago {
    color: #bbb; }
  .theme-q #main-navbar .widget-notifications .notifications-link:hover {
    background: #f1f1f1; }
  .theme-q #main-navbar .widget-messages-alt a {
    color: !important; }
  .theme-q #main-navbar .widget-messages-alt .message,
  .theme-q #main-navbar .widget-messages-alt .messages-link {
    border-color: #f1f1f1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .theme-q #main-navbar .widget-messages-alt .message-subject {
    color: #555 !important; }
  .theme-q #main-navbar .widget-messages-alt .message-description {
    color: #aaa; }
    .theme-q #main-navbar .widget-messages-alt .message-description a {
      color: #888; }
  .theme-q #main-navbar .widget-messages-alt .messages-link:hover {
    background: #f1f1f1; }
  .theme-q.mmc #main-navbar #main-menu-toggle {
    background: #ed3624; }
  .theme-q.mmc #main-navbar .navbar-header {
    background: #fff; }
    .theme-q.mmc #main-navbar .navbar-header a {
      color: #555; } }
.theme-q.main-menu-right #main-navbar .navbar-header, .theme-q.no-main-menu #main-navbar .navbar-header, .theme-q.no-main-menu #main-navbar .navbar-header {
  background: #fff; }
  .theme-q.main-menu-right #main-navbar .navbar-header a, .theme-q.no-main-menu #main-navbar .navbar-header a, .theme-q.no-main-menu #main-navbar .navbar-header a {
    color: #555; }
.theme-q #main-menu-bg,
.theme-q .mmc-dropdown-open-ul {
  background: #3d3d3d; }
.theme-q #main-menu .navigation li a,
.theme-q #main-menu .mmc-dropdown-open-ul li a {
  color: #999999;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }
  .theme-q #main-menu .navigation li a:hover,
  .theme-q #main-menu .mmc-dropdown-open-ul li a:hover {
    color: #fff; }
.theme-q #main-menu .navigation li.active > a,
.theme-q #main-menu .mmc-dropdown-open-ul li.active > a {
  color: #fff;
  background: #303030; }
.theme-q #main-menu .navigation > .mm-dropdown.open,
.theme-q #main-menu .mmc-dropdown-open-ul > .mm-dropdown.open {
  border-bottom: 1px solid #3d3d3d; }
.theme-q #main-menu .mm-dropdown.active > a {
  background: none !important;
  color: #fff !important; }
  .theme-q #main-menu .mm-dropdown.active > a:after {
    display: none !important; }
.theme-q #main-menu .mm-dropdown > ul,
.theme-q #main-menu .mmc-dropdown-open-ul {
  background: #303030; }
  .theme-q #main-menu .mm-dropdown > ul li.active > a,
  .theme-q #main-menu .mmc-dropdown-open-ul li.active > a {
    background: #292929; }
.theme-q #main-menu .mmc-dropdown-open > a {
  color: #fff !important; }
.theme-q #main-menu .mmc-title {
  color: #fff;
  background: #3d3d3d; }
.theme-q #main-menu .menu-content {
  border-color: #4a4a4a; }
  .theme-q #main-menu .menu-content .btn-outline {
    border-color: #4a4a4a;
    color: #999999; }
    .theme-q #main-menu .menu-content .btn-outline:hover {
      color: #fff; }
.theme-q .mmc-dropdown-open .mm-dropdown.open > a, .theme-q.mme #main-menu .mm-dropdown.open > a {
  color: #fff !important; }
@media (min-width: 768px) {
  .theme-q #main-menu .mm-dropdown.open > a {
    color: #fff; }
  .theme-q.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #969696; } }
.theme-q #main-menu .navigation li.active > a, .theme-q.right-to-left.main-menu-right #main-menu .navigation li.active > a {
  position: relative; }
  .theme-q #main-menu .navigation li.active > a:after, .theme-q.right-to-left.main-menu-right #main-menu .navigation li.active > a:after {
    content: "";
    top: 0;
    bottom: 0;
    width: 4px;
    position: absolute;
    right: auto;
    left: 0;
    background: #ed3624; }
.theme-q.main-menu-right #main-menu .navigation li.active > a:after, .theme-q.right-to-left #main-menu .navigation li.active > a:after {
  left: auto;
  right: 0; }
.theme-q .demo-logo {
  background: #ed3624; }
.theme-q #main-navbar .navbar-brand div {
  background: #ee3f2d; }
.theme-q #main-navbar .navbar-header a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600; }
.theme-q.page-signin .signin-info, .theme-q.page-signup .signup-header {
  background: #ed3624;
  background: rgba(237, 54, 36, 0.8); }
.theme-q .timeline:before,
.theme-q .timeline:after,
.theme-q .tl-header,
.theme-q .tl-icon {
  background: #e2e0d8; }
.theme-q .tl-header,
.theme-q .tl-icon {
  box-shadow: 0 0 0 4px #edece7; }
.theme-q .tl-entry:before {
  background: #ed3624;
  box-shadow: 0 0 0 3px #edece7; }
.theme-q .tl-body:before {
  border-color: transparent #cfd5d7 transparent transparent; }
@media (min-width: 768px) {
  .theme-q .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #cfd5d7; }
  .theme-q.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #cfd5d7 transparent transparent; } }
.theme-q.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #cfd5d7; }
.theme-q.page-mail .mail-nav,
.theme-q.page-mail .mail-nav:before {
  background: #edece7; }
.theme-q.page-mail .mail-nav .sections li.active .label,
.theme-q.page-mail .mail-nav .sections li.active .badge {
  background: #ed3624; }
.theme-q.page-mail .mail-nav,
.theme-q.page-mail .mail-nav .compose-btn,
.theme-q.page-mail .mail-nav .sections li.active,
.theme-q.page-mail .mail-nav:before {
  border-color: #cfd5d7; }
.theme-q.page-mail .mail-nav .navigation.open .sections li.active {
  background: #e4e3e1; }
.theme-q.page-mail .mail-nav li.divider {
  background: #cfd5d7; }
.theme-q.page-mail .mail-nav .sections li.active a {
  color: #383838; }
.theme-q.page-mail .mail-nav .sections li.active:after {
  color: #9e9e9e; }
.theme-q.page-mail .mail-nav .sections a {
  color: #5e5e5e; }
.theme-q.page-mail .mail-nav-header {
  color: #9e9e9e; }
.theme-q.page-mail .mail-nav .add-more a {
  color: #9e9e9e; }
@media (min-width: 992px) {
  .theme-q.page-mail .mail-nav .navigation .sections li.active {
    background: #e4e3e1; }
  .theme-q.page-mail .mail-nav .sections a:hover {
    color: #383838; } }
.theme-q .nav-icon-btn.nav-icon-btn-primary .label {
  background: #ed3624; }
.theme-q .btn-primary {
  color: #fff; }
  .theme-q .btn-primary, .theme-q .btn-primary:focus {
    border-color: #e52613;
    border-bottom-color: #c82110;
    background: #ed3624;
    background-image: -webkit-linear-gradient(top, #ed3a29 0%, #e52613 100%);
    background-image: linear-gradient(to bottom, #ed3a29 0%, #e52613 100%);
    background-repeat: repeat-x; }
  .theme-q .btn-primary:hover {
    color: #fff;
    border-color: #d72312;
    border-bottom-color: #a71c0e;
    background: #e52613 !important;
    background-image: -webkit-linear-gradient(top, #ec2d1b 0%, #d72312 100%) !important;
    background-image: linear-gradient(to bottom, #ec2d1b 0%, #d72312 100%) !important;
    background-repeat: repeat-x; }
  .theme-q .btn-primary:active, .theme-q .btn-primary.active, .open .theme-q .btn-primary.dropdown-toggle {
    background: none;
    background: #e92613 !important;
    border-color: #ba1f0f;
    border-bottom-color: #ba1f0f !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .theme-q .btn-primary.btn-flat {
    background: #ec2916; }
    .theme-q .btn-primary.btn-flat:hover, .theme-q .btn-primary.btn-flat:active, .theme-q .btn-primary.btn-flat.active, .open .theme-q .btn-primary.btn-flat.dropdown-toggle {
      background: #ec2916 !important;
      color: #fff; }
  .theme-q .btn-primary.btn-outline:hover, .theme-q .btn-primary.btn-outline.btn-flat:hover {
    color: #fff;
    border-color: #d72312;
    border-bottom-color: #a71c0e; }
  .theme-q .btn-primary.btn-outline:active, .theme-q .btn-primary.btn-outline.btn-flat:active {
    border-color: #ba1f0f; }
  .btn-group .theme-q .btn-primary, .btn-group .theme-q .btn-primary:focus, .input-group-btn .theme-q .btn-primary, .input-group-btn .theme-q .btn-primary:focus {
    border-left-color: #d72312;
    border-right-color: #d72312; }
  .btn-group .theme-q .btn-primary:hover, .btn-group.open .theme-q .btn-primary.dropdown-toggle, .input-group-btn .theme-q .btn-primary:hover, .input-group-btn.open .theme-q .btn-primary.dropdown-toggle {
    border-color: #d72312;
    border-bottom-color: #a71c0e; }
  .btn-group .theme-q .btn-primary:active, .btn-group .theme-q .btn-primary.active, .input-group-btn .theme-q .btn-primary:active, .input-group-btn .theme-q .btn-primary.active {
    border-left-color: #ba1f0f;
    border-right-color: #ba1f0f; }
.theme-q .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #ba1f0f !important;
  background: none;
  background: #e92613 !important; }
.theme-q .progress-bar {
  background: #ed3624;
  border-color: #e02512; }
.theme-q .progress-striped .progress-bar {
  background-color: #ed3624;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }
.theme-q .label.label-primary {
  background: #ed3624; }
  .theme-q .label.label-primary[href]:hover, .theme-q .label.label-primary[href]:focus {
    background-color: #cd2211; }
  .theme-q .label.label-primary.label-tag {
    border: 1px solid #ed3624; }
    .theme-q .label.label-primary.label-tag:before {
      border-color: transparent #ed3624 transparent transparent; }
    .theme-q .label.label-primary.label-tag[href]:hover, .theme-q .label.label-primary.label-tag[href]:focus {
      border-color: #cd2211; }
    .theme-q .label.label-primary.label-tag[href]:hover:before, .theme-q .label.label-primary.label-tag[href]:focus:before {
      border-color: transparent #cd2211 transparent transparent; }
    .right-to-left .theme-q .label.label-primary.label-tag:before {
      border-color: transparent transparent transparent #ed3624; }
    .right-to-left .theme-q .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-q .label.label-primary.label-tag[href]:focus:before {
      border-color: transparent transparent transparent #cd2211; }
    .ie8 .right-to-left .theme-q .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-q .label.label-primary.label-tag:before {
      border-color: transparent #ed3624 transparent transparent; }
    .ie8 .right-to-left .theme-q .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-q .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-q .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-q .label.label-primary.label-tag[href]:focus:before {
      border-color: transparent #cd2211 transparent transparent; }
.theme-q.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #ed3624; }
.theme-q.right-to-left .label.label-primary.label-tag:hover:before, .theme-q.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #cd2211; }
.ie8 .theme-q.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-q.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #ed3624 transparent transparent; }
.ie8 .theme-q.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-q.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-q.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-q.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #cd2211 transparent transparent; }
.theme-q .badge.badge-primary {
  background: #ed3624;
  border: 1px solid #ed3624; }
  .theme-q .badge.badge-primary[href]:hover, .theme-q .badge.badge-primary[href]:focus {
    background-color: #cd2211;
    border-color: #cd2211; }
.theme-q .table-primary table {
  border-top-color: #b42d20 !important; }
.theme-q .table-primary thead,
.theme-q .table-primary thead tr,
.theme-q .table-primary thead th,
.theme-q .table-primary .table-header {
  border-color: #b42d20 !important;
  color: #fff; }
.theme-q .table-primary thead tr,
.theme-q .table-primary thead th {
  background: #d62d1c; }
.theme-q .table-primary .table-header {
  background: #ed3624; }
.theme-q .nav-tabs > li.active > a, .theme-q .nav-tabs > li.active > a:hover, .theme-q .nav-tabs > li.active > a:focus {
  background: #ed3624;
  border-bottom: 2px solid #e52613; }
.theme-q .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #e52613; }
.theme-q .nav-pills > li.active > a, .theme-q .nav-pills > li.active > a:hover, .theme-q .nav-pills > li.active > a:focus {
  background: #ed3624; }
.theme-q .dropdown-menu > li > a:hover,
.theme-q .dropdown-menu > li.active > a {
  background: #ed3624; }
.theme-q .dropdown-menu > li > a:hover {
  color: #fff; }
.theme-q .btn-group .btn-primary,
.theme-q .btn-group .btn-primary:focus,
.theme-q .input-group-btn .btn-primary,
.theme-q .input-group-btn .btn-primary:focus {
  border-left-color: #d72312;
  border-right-color: #d72312; }
.theme-q .btn-group .btn-primary:hover,
.theme-q .btn-group.open .btn-primary.dropdown-toggle,
.theme-q .input-group-btn .btn-primary:hover,
.theme-q .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #ba1f0f; }
.theme-q .btn-group .btn-primary:active,
.theme-q .btn-group .btn-primary.active,
.theme-q .input-group-btn .btn-primary:active,
.theme-q .input-group-btn .btn-primary.active {
  border-left-color: #ba1f0f;
  border-right-color: #ba1f0f; }
.theme-q .pagination > li > a:hover {
  border-color: #ed3624; }
.theme-q .pagination > li.active > a,
.theme-q .pagination > li.active > a:hover,
.theme-q .pagination > li.active > a:focus,
.theme-q .pagination > li.active > span {
  background: #ed3624;
  border-color: #ed3624; }
.theme-q .pager li > a:hover {
  border-color: #ed3624; }
.theme-q a.list-group-item.active {
  background: #ed3624;
  border-color: #ed3624; }
  .theme-q a.list-group-item.active .list-group-item-text {
    color: #fce3e1; }
.theme-q .form-control:focus, .theme-q .form-control-inline:focus, .theme-q select.time_picker:focus,
.theme-q .form-control.focus,
.theme-q .focus.form-control-inline,
.theme-q select.focus.time_picker {
  border-color: #ed3624;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
.gt-ie8 .theme-q input.px:focus + .lbl:before, .gt-ie8 .theme-q input.px + .lbl:hover:before {
  border-color: #ed3624; }
.gt-ie8 .theme-q input[type="checkbox"].px + .lbl:after {
  color: #ed3624; }
.gt-ie8 .theme-q input[type="radio"].px + .lbl:after {
  background: #ed3624; }
.theme-q .text-primary, .theme-q .text-primary:hover, .theme-q .text-primary:active, .theme-q .text-primary:focus,
.theme-q .text-primary a,
.theme-q .text-primary a:focus {
  color: #ed3624; }
.theme-q .text-primary a:hover,
.theme-q .text-primary a:active {
  color: #b61e0f; }
.theme-q .bg-primary {
  background: #ed3624 !important; }
  .theme-q .bg-primary[href]:hover {
    background: #e42f1d !important; }
  .theme-q .bg-primary.darken {
    background: #e42f1d !important; }
    .theme-q .bg-primary.darken[href]:hover {
      background: #d92b1a !important; }
  .theme-q .bg-primary.darker {
    background: #d92b1a !important; }
    .theme-q .bg-primary.darker[href]:hover {
      background: #cb2818 !important; }
  .theme-q .bg-primary, .theme-q .bg-primary:hover, .theme-q .bg-primary:active, .theme-q .bg-primary:focus,
  .theme-q .bg-primary a,
  .theme-q .bg-primary a:focus {
    color: #fff; }
  .theme-q .bg-primary a:hover,
  .theme-q .bg-primary a:active {
    color: #d9d9d9; }
  .theme-q .bg-primary[href]:hover,
  .theme-q .bg-primary [href]:hover {
    color: #fff; }
  .theme-q .bg-primary * {
    border-color: #f05445; }
.theme-q .ui-slider-handle.ui-state-active:before {
  background: #ed3624; }
.theme-q .ui-slider-range {
  background: #ed3624; }
.theme-q .ui-autocomplete > li > a:hover,
.theme-q .ui-autocompletev > li.active > a {
  background: #ed3624; }
.theme-q .ui-autocomplete > li > a:hover {
  color: #fff; }
.theme-q .ui-autocomplete .ui-state-focus {
  background: #ed3624;
  color: #fff; }
.theme-q .ui-menu .ui-menu-item a:hover,
.theme-q .ui-menu .ui-menu-item a.ui-state-focus,
.theme-q .ui-menu .ui-menu-item a.ui-state-active {
  background: #ed3624; }
.theme-q .ui-progressbar-value {
  border-color: #e02512;
  background-color: #ed3624;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }
.theme-q .ui-tabs-nav > .ui-tabs-active > a, .theme-q .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-q .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #ed3624;
  border-bottom: 2px solid #e52613; }
.theme-q .ui-datepicker .ui-state-active {
  background: #ed3624 !important; }
.theme-q .ui-datepicker-title {
  background: #ed3624; }
.theme-q .ui-datepicker th {
  background: #cc3a2c; }
.theme-q .ui-datepicker-buttonpane button.ui-priority-primary {
  color: #fff; }
  .theme-q .ui-datepicker-buttonpane button.ui-priority-primary, .theme-q .ui-datepicker-buttonpane button.ui-priority-primary:focus {
    border-color: #e52613;
    border-bottom-color: #c82110;
    background: #ed3624;
    background-image: -webkit-linear-gradient(top, #ed3a29 0%, #e52613 100%);
    background-image: linear-gradient(to bottom, #ed3a29 0%, #e52613 100%);
    background-repeat: repeat-x; }
  .theme-q .ui-datepicker-buttonpane button.ui-priority-primary:hover {
    color: #fff;
    border-color: #d72312;
    border-bottom-color: #a71c0e;
    background: #e52613 !important;
    background-image: -webkit-linear-gradient(top, #ec2d1b 0%, #d72312 100%) !important;
    background-image: linear-gradient(to bottom, #ec2d1b 0%, #d72312 100%) !important;
    background-repeat: repeat-x; }
  .theme-q .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.active, .open .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
    background: none;
    background: #e92613 !important;
    border-color: #ba1f0f;
    border-bottom-color: #ba1f0f !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat {
    background: #ec2916; }
    .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:hover, .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:active, .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.active, .open .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.dropdown-toggle {
      background: #ec2916 !important;
      color: #fff; }
  .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:hover, .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:hover {
    color: #fff;
    border-color: #d72312;
    border-bottom-color: #a71c0e; }
  .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:active, .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:active {
    border-color: #ba1f0f; }
  .btn-group .theme-q .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-q .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-q .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-q .ui-datepicker-buttonpane button.ui-priority-primary:focus {
    border-left-color: #d72312;
    border-right-color: #d72312; }
  .btn-group .theme-q .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-q .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
    border-color: #d72312;
    border-bottom-color: #a71c0e; }
  .btn-group .theme-q .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-q .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-q .ui-datepicker-buttonpane button.ui-priority-primary.active {
    border-left-color: #ba1f0f;
    border-right-color: #ba1f0f; }
.theme-q .select2-drop-active,
.theme-q .select2-container-multi.select2-container-active .select2-choices,
.theme-q .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #ed3624; }
.theme-q .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #ed3624; }
.theme-q .select2-container-active .select2-choice,
.theme-q .select2-container-active .select2-choices {
  border: 1px solid #ed3624; }
.theme-q .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-q .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #ed3624;
  border-top-color: #aaa; }
.theme-q .select2-results .select2-highlighted {
  background: #ed3624; }
.theme-q .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #ed3624; }
.theme-q .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #cd2211; }
.theme-q .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #ed3624 !important; }
.theme-q .switcher-primary .switcher-state-on {
  background: #ed3624 !important; }
.theme-q .pixel-file-input:hover {
  border-color: #ed3624; }
.theme-q .datepicker table tr td.selected, .theme-q .datepicker table tr td.selected:hover, .theme-q .datepicker table tr td.selected.disabled, .theme-q .datepicker table tr td.selected.disabled:hover {
  background: #ed3624; }
.theme-q .datepicker table tr td.active, .theme-q .datepicker table tr td.active:hover, .theme-q .datepicker table tr td.active.disabled, .theme-q .datepicker table tr td.active.disabled:hover {
  background: #ed3624; }
.theme-q .datepicker table tr td span.active, .theme-q .datepicker table tr td span.active:hover, .theme-q .datepicker table tr td span.active.disabled, .theme-q .datepicker table tr td span.active.disabled:hover {
  background: #ed3624; }
.theme-q .datepicker thead tr {
  background: #cc3a2c; }
  .theme-q .datepicker thead tr:first-child {
    background: #ed3624 !important;
    border-bottom-color: #a43a30 !important; }
.theme-q .datepicker thead th.prev,
.theme-q .datepicker thead th.next {
  background: #ed3624; }
.theme-q .datepicker thead th.prev {
  border-color: #a43a30; }
.theme-q .datepicker thead th.next {
  border-color: #a43a30; }
.theme-q .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #a43a30; }
.theme-q .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #a43a30; }
.theme-q .bootstrap-timepicker-widget table td a:hover {
  background: #ed3624;
  border-color: #ed3624; }
.theme-q .pagination a.dp-today,
.theme-q .pagination a.dp-today:hover {
  background: #f16153;
  border-color: #ef4c3c; }
.theme-q .pagination a.dp-today:hover {
  border-color: #ed3624 !important; }
.theme-q .pagination a.dp-selected {
  background: #ed3624 !important;
  border-color: #ed3624 !important; }
.theme-q .tt-suggestion.tt-is-under-cursor {
  background: #ed3624; }
.theme-q .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #b42d20 !important; }
.theme-q .dropzone-box.dz-drag-hover {
  border-color: #ed3624; }
.theme-q .dropzone-box:hover .fa.fa-cloud-upload {
  background: #ed3624; }
.theme-q .md-editor.active {
  border-color: #ed3624; }
.theme-q .widget-rating .active a {
  color: #ed3624; }

.theme-joe {
  background: #edece7; }
.theme-joe .page-header {
  background: #f3f5f9;
  border-color: #dcdfe0; }
.theme-joe .table,
.theme-joe .panel,
.theme-joe hr {
  border-color: #cfd5d7; }
.theme-joe .bordered {
  border-color: #cfd5d7; }
.theme-joe .bordered[class*='bg-'],
.theme-joe [class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2); }
.theme-joe .panel.panel-transparent > .panel-heading {
  border-bottom-color: #cfd5d7 !important; }
.theme-joe .breadcrumb-page {
  background: #f3f5f9;
  border-bottom: 1px solid #dcdfe0;
  padding-bottom: 6px;
  padding-top: 6px; }
.theme-joe .panel .form-group:last-of-type {
  margin-bottom: 0; }
.theme-joe #main-navbar {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 1px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 1px 0 rgba(0, 0, 0, 0.04); }
  .theme-joe #main-navbar .navbar-header {
    background: #fff; }
    .theme-joe #main-navbar .navbar-header a {
      color: #555; }
  .theme-joe #main-navbar .navbar-collapse {
    border-top: 1px solid #f1f1f1;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .theme-joe #main-navbar .dropdown > a,
  .theme-joe #main-navbar .dropdown-menu > li > a,
  .theme-joe #main-navbar .nav > li > a {
    color: #555; }
  .theme-joe #main-navbar .navbar-toggle {
    color: #555; }
  .theme-joe #main-navbar #main-menu-toggle {
    background: #119f8a;
    color: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
    .theme-joe #main-navbar #main-menu-toggle .fa:before {
      color: #fff; }
  .theme-joe #main-navbar li + li,
  .theme-joe #main-navbar .nav + .nav,
  .theme-joe #main-navbar .nav + .right {
    border-top: 1px solid #f1f1f1; }
  .theme-joe #main-navbar .dropdown.open > a {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #dfdfdf;
    margin-top: -1px;
    background: #f6f6f6; }
  .theme-joe #main-navbar form.navbar-form {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .theme-joe #main-navbar form.navbar-form .form-control, .theme-joe #main-navbar form.navbar-form .form-control-inline, .theme-joe #main-navbar form.navbar-form select.time_picker {
      background: #fff;
      border-color: #ddd;
      border-radius: 999999px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .theme-joe #main-navbar form.navbar-form .form-control:focus, .theme-joe #main-navbar form.navbar-form .form-control-inline:focus, .theme-joe #main-navbar form.navbar-form select.time_picker:focus {
        background: #fff;
        border-color: #119f8a; }
@media (min-width: 768px) {
  .theme-joe #main-navbar .navbar-header {
    background: #119f8a; }
    .theme-joe #main-navbar .navbar-header a {
      color: #fff; }
  .theme-joe #main-navbar .navbar-collapse {
    background: #fff;
    border: none; }
  .theme-joe #main-navbar #main-menu-toggle {
    background: #13b69e; }
  .theme-joe #main-navbar li + li,
  .theme-joe #main-navbar .nav + .nav,
  .theme-joe #main-navbar .nav + .right {
    border-top: none; }
  .theme-joe #main-navbar .nav > li > a:hover {
    color: #555;
    background: #f8f8f8; }
  .theme-joe #main-navbar .dropdown.open > a {
    border-top: none;
    border-bottom: none;
    margin: 0;
    background: #f8f8f8;
    color: #555; }
  .theme-joe #main-navbar .dropdown-menu {
    border-top: none;
    margin-top: 1px;
    border-width: 2px;
    padding: 5px 0; }
    .theme-joe #main-navbar .dropdown-menu li > a {
      color: #555;
      margin: 0 -2px; }
      .theme-joe #main-navbar .dropdown-menu li > a:hover {
        background: #119f8a;
        color: #fff; }
  .theme-joe #main-navbar .widget-notifications a {
    color: !important; }
  .theme-joe #main-navbar .widget-notifications .notification,
  .theme-joe #main-navbar .widget-notifications .notifications-link {
    border-color: #f1f1f1;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .theme-joe #main-navbar .widget-notifications .notification-description {
    color: #999; }
  .theme-joe #main-navbar .widget-notifications .notification-ago {
    color: #bbb; }
  .theme-joe #main-navbar .widget-notifications .notifications-link:hover {
    background: #f1f1f1; }
  .theme-joe #main-navbar .widget-messages-alt a {
    color: !important; }
  .theme-joe #main-navbar .widget-messages-alt .message,
  .theme-joe #main-navbar .widget-messages-alt .messages-link {
    border-color: #f1f1f1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .theme-joe #main-navbar .widget-messages-alt .message-subject {
    color: #555 !important; }
  .theme-joe #main-navbar .widget-messages-alt .message-description {
    color: #aaa; }
    .theme-joe #main-navbar .widget-messages-alt .message-description a {
      color: #888; }
  .theme-joe #main-navbar .widget-messages-alt .messages-link:hover {
    background: #f1f1f1; }
  .theme-joe.mmc #main-navbar #main-menu-toggle {
    background: #119f8a; }
  .theme-joe.mmc #main-navbar .navbar-header {
    background: #fff; }
    .theme-joe.mmc #main-navbar .navbar-header a {
      color: #555; } }
.theme-joe.main-menu-right #main-navbar .navbar-header, .theme-joe.no-main-menu #main-navbar .navbar-header, .theme-joe.no-main-menu #main-navbar .navbar-header {
  background: #fff; }
  .theme-joe.main-menu-right #main-navbar .navbar-header a, .theme-joe.no-main-menu #main-navbar .navbar-header a, .theme-joe.no-main-menu #main-navbar .navbar-header a {
    color: #555; }
.theme-joe #main-menu-bg,
.theme-joe .mmc-dropdown-open-ul {
  background: #3d3d3d; }
.theme-joe #main-menu .navigation li a,
.theme-joe #main-menu .mmc-dropdown-open-ul li a {
  color: #999999;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }
  .theme-joe #main-menu .navigation li a:hover,
  .theme-joe #main-menu .mmc-dropdown-open-ul li a:hover {
    color: #fff; }
.theme-joe #main-menu .navigation li.active > a,
.theme-joe #main-menu .mmc-dropdown-open-ul li.active > a {
  color: #fff;
  background: #303030; }
.theme-joe #main-menu .navigation > .mm-dropdown.open,
.theme-joe #main-menu .mmc-dropdown-open-ul > .mm-dropdown.open {
  border-bottom: 1px solid #3d3d3d; }
.theme-joe #main-menu .mm-dropdown.active > a {
  background: none !important;
  color: #fff !important; }
  .theme-joe #main-menu .mm-dropdown.active > a:after {
    display: none !important; }
.theme-joe #main-menu .mm-dropdown > ul,
.theme-joe #main-menu .mmc-dropdown-open-ul {
  background: #303030; }
  .theme-joe #main-menu .mm-dropdown > ul li.active > a,
  .theme-joe #main-menu .mmc-dropdown-open-ul li.active > a {
    background: #292929; }
.theme-joe #main-menu .mmc-dropdown-open > a {
  color: #fff !important; }
.theme-joe #main-menu .mmc-title {
  color: #fff;
  background: #3d3d3d; }
.theme-joe #main-menu .menu-content {
  border-color: #4a4a4a; }
  .theme-joe #main-menu .menu-content .btn-outline {
    border-color: #4a4a4a;
    color: #999999; }
    .theme-joe #main-menu .menu-content .btn-outline:hover {
      color: #fff; }
.theme-joe .mmc-dropdown-open .mm-dropdown.open > a, .theme-joe.mme #main-menu .mm-dropdown.open > a {
  color: #fff !important; }
@media (min-width: 768px) {
  .theme-joe #main-menu .mm-dropdown.open > a {
    color: #fff; }
  .theme-joe.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #969696; } }
.theme-joe #main-menu .navigation li.active > a, .theme-joe.right-to-left.main-menu-right #main-menu .navigation li.active > a {
  position: relative; }
  .theme-joe #main-menu .navigation li.active > a:after, .theme-joe.right-to-left.main-menu-right #main-menu .navigation li.active > a:after {
    content: "";
    top: 0;
    bottom: 0;
    width: 4px;
    position: absolute;
    right: auto;
    left: 0;
    background: #119f8a; }
.theme-joe.main-menu-right #main-menu .navigation li.active > a:after, .theme-joe.right-to-left #main-menu .navigation li.active > a:after {
  left: auto;
  right: 0; }
.theme-joe .demo-logo {
  background: #119f8a; }
.theme-joe #main-navbar .navbar-brand div {
  background: #12a892; }
.theme-joe #main-navbar .navbar-header a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600; }
.theme-joe.page-signin .signin-info, .theme-joe.page-signup .signup-header {
  background: #119f8a;
  background: rgba(17, 159, 138, 0.8); }
.theme-joe .timeline:before,
.theme-joe .timeline:after,
.theme-joe .tl-header,
.theme-joe .tl-icon {
  background: #e2e0d8; }
.theme-joe .tl-header,
.theme-joe .tl-icon {
  box-shadow: 0 0 0 4px #edece7; }
.theme-joe .tl-entry:before {
  background: #119f8a;
  box-shadow: 0 0 0 3px #edece7; }
.theme-joe .tl-body:before {
  border-color: transparent #cfd5d7 transparent transparent; }
@media (min-width: 768px) {
  .theme-joe .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #cfd5d7; }
  .theme-joe.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #cfd5d7 transparent transparent; } }
.theme-joe.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #cfd5d7; }
.theme-joe.page-mail .mail-nav,
.theme-joe.page-mail .mail-nav:before {
  background: #edece7; }
.theme-joe.page-mail .mail-nav .sections li.active .label,
.theme-joe.page-mail .mail-nav .sections li.active .badge {
  background: #119f8a; }
.theme-joe.page-mail .mail-nav,
.theme-joe.page-mail .mail-nav .compose-btn,
.theme-joe.page-mail .mail-nav .sections li.active,
.theme-joe.page-mail .mail-nav:before {
  border-color: #cfd5d7; }
.theme-joe.page-mail .mail-nav .navigation.open .sections li.active {
  background: #e4e3e1; }
.theme-joe.page-mail .mail-nav li.divider {
  background: #cfd5d7; }
.theme-joe.page-mail .mail-nav .sections li.active a {
  color: #383838; }
.theme-joe.page-mail .mail-nav .sections li.active:after {
  color: #9e9e9e; }
.theme-joe.page-mail .mail-nav .sections a {
  color: #5e5e5e; }
.theme-joe.page-mail .mail-nav-header {
  color: #9e9e9e; }
.theme-joe.page-mail .mail-nav .add-more a {
  color: #9e9e9e; }
@media (min-width: 992px) {
  .theme-joe.page-mail .mail-nav .navigation .sections li.active {
    background: #e4e3e1; }
  .theme-joe.page-mail .mail-nav .sections a:hover {
    color: #383838; } }
.theme-joe .nav-icon-btn.nav-icon-btn-primary .label {
  background: #119f8a; }
.theme-joe .btn-primary {
  color: #fff; }
  .theme-joe .btn-primary, .theme-joe .btn-primary:focus {
    border-color: #0f8876;
    border-bottom-color: #0c6c5e;
    background: #119f8a;
    background-image: -webkit-linear-gradient(top, #11a48e 0%, #0f8876 100%);
    background-image: linear-gradient(to bottom, #11a48e 0%, #0f8876 100%);
    background-repeat: repeat-x; }
  .theme-joe .btn-primary:hover {
    color: #fff;
    border-color: #0d7a6a;
    border-bottom-color: #084c42;
    background: #0f8876 !important;
    background-image: -webkit-linear-gradient(top, #109682 0%, #0d7a6a 100%) !important;
    background-image: linear-gradient(to bottom, #109682 0%, #0d7a6a 100%) !important;
    background-repeat: repeat-x; }
  .theme-joe .btn-primary:active, .theme-joe .btn-primary.active, .open .theme-joe .btn-primary.dropdown-toggle {
    background: none;
    background: #0f8d7a !important;
    border-color: #0a5e52;
    border-bottom-color: #0a5e52 !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .theme-joe .btn-primary.btn-flat {
    background: #10917e; }
    .theme-joe .btn-primary.btn-flat:hover, .theme-joe .btn-primary.btn-flat:active, .theme-joe .btn-primary.btn-flat.active, .open .theme-joe .btn-primary.btn-flat.dropdown-toggle {
      background: #10917e !important;
      color: #fff; }
  .theme-joe .btn-primary.btn-outline:hover, .theme-joe .btn-primary.btn-outline.btn-flat:hover {
    color: #fff;
    border-color: #0d7a6a;
    border-bottom-color: #084c42; }
  .theme-joe .btn-primary.btn-outline:active, .theme-joe .btn-primary.btn-outline.btn-flat:active {
    border-color: #0a5e52; }
  .btn-group .theme-joe .btn-primary, .btn-group .theme-joe .btn-primary:focus, .input-group-btn .theme-joe .btn-primary, .input-group-btn .theme-joe .btn-primary:focus {
    border-left-color: #0d7a6a;
    border-right-color: #0d7a6a; }
  .btn-group .theme-joe .btn-primary:hover, .btn-group.open .theme-joe .btn-primary.dropdown-toggle, .input-group-btn .theme-joe .btn-primary:hover, .input-group-btn.open .theme-joe .btn-primary.dropdown-toggle {
    border-color: #0d7a6a;
    border-bottom-color: #084c42; }
  .btn-group .theme-joe .btn-primary:active, .btn-group .theme-joe .btn-primary.active, .input-group-btn .theme-joe .btn-primary:active, .input-group-btn .theme-joe .btn-primary.active {
    border-left-color: #0a5e52;
    border-right-color: #0a5e52; }
.theme-joe .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #0a5e52 !important;
  background: none;
  background: #0f8d7a !important; }
.theme-joe .progress-bar {
  background: #119f8a;
  border-color: #0e8372; }
.theme-joe .progress-striped .progress-bar {
  background-color: #119f8a;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }
.theme-joe .label.label-primary {
  background: #119f8a; }
  .theme-joe .label.label-primary[href]:hover, .theme-joe .label.label-primary[href]:focus {
    background-color: #0c7162; }
  .theme-joe .label.label-primary.label-tag {
    border: 1px solid #119f8a; }
    .theme-joe .label.label-primary.label-tag:before {
      border-color: transparent #119f8a transparent transparent; }
    .theme-joe .label.label-primary.label-tag[href]:hover, .theme-joe .label.label-primary.label-tag[href]:focus {
      border-color: #0c7162; }
    .theme-joe .label.label-primary.label-tag[href]:hover:before, .theme-joe .label.label-primary.label-tag[href]:focus:before {
      border-color: transparent #0c7162 transparent transparent; }
    .right-to-left .theme-joe .label.label-primary.label-tag:before {
      border-color: transparent transparent transparent #119f8a; }
    .right-to-left .theme-joe .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-joe .label.label-primary.label-tag[href]:focus:before {
      border-color: transparent transparent transparent #0c7162; }
    .ie8 .right-to-left .theme-joe .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-joe .label.label-primary.label-tag:before {
      border-color: transparent #119f8a transparent transparent; }
    .ie8 .right-to-left .theme-joe .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-joe .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-joe .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-joe .label.label-primary.label-tag[href]:focus:before {
      border-color: transparent #0c7162 transparent transparent; }
.theme-joe.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #119f8a; }
.theme-joe.right-to-left .label.label-primary.label-tag:hover:before, .theme-joe.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #0c7162; }
.ie8 .theme-joe.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-joe.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #119f8a transparent transparent; }
.ie8 .theme-joe.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-joe.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-joe.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-joe.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #0c7162 transparent transparent; }
.theme-joe .badge.badge-primary {
  background: #119f8a;
  border: 1px solid #119f8a; }
  .theme-joe .badge.badge-primary[href]:hover, .theme-joe .badge.badge-primary[href]:focus {
    background-color: #0c7162;
    border-color: #0c7162; }
.theme-joe .table-primary table {
  border-top-color: #145f54 !important; }
.theme-joe .table-primary thead,
.theme-joe .table-primary thead tr,
.theme-joe .table-primary thead th,
.theme-joe .table-primary .table-header {
  border-color: #145f54 !important;
  color: #fff; }
.theme-joe .table-primary thead tr,
.theme-joe .table-primary thead th {
  background: #147e6e; }
.theme-joe .table-primary .table-header {
  background: #119f8a; }
.theme-joe .nav-tabs > li.active > a, .theme-joe .nav-tabs > li.active > a:hover, .theme-joe .nav-tabs > li.active > a:focus {
  background: #119f8a;
  border-bottom: 2px solid #0f8876; }
.theme-joe .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #0f8876; }
.theme-joe .nav-pills > li.active > a, .theme-joe .nav-pills > li.active > a:hover, .theme-joe .nav-pills > li.active > a:focus {
  background: #119f8a; }
.theme-joe .dropdown-menu > li > a:hover,
.theme-joe .dropdown-menu > li.active > a {
  background: #119f8a; }
.theme-joe .dropdown-menu > li > a:hover {
  color: #fff; }
.theme-joe .btn-group .btn-primary,
.theme-joe .btn-group .btn-primary:focus,
.theme-joe .input-group-btn .btn-primary,
.theme-joe .input-group-btn .btn-primary:focus {
  border-left-color: #0d7a6a;
  border-right-color: #0d7a6a; }
.theme-joe .btn-group .btn-primary:hover,
.theme-joe .btn-group.open .btn-primary.dropdown-toggle,
.theme-joe .input-group-btn .btn-primary:hover,
.theme-joe .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #0a5e52; }
.theme-joe .btn-group .btn-primary:active,
.theme-joe .btn-group .btn-primary.active,
.theme-joe .input-group-btn .btn-primary:active,
.theme-joe .input-group-btn .btn-primary.active {
  border-left-color: #0a5e52;
  border-right-color: #0a5e52; }
.theme-joe .pagination > li > a:hover {
  border-color: #119f8a; }
.theme-joe .pagination > li.active > a,
.theme-joe .pagination > li.active > a:hover,
.theme-joe .pagination > li.active > a:focus,
.theme-joe .pagination > li.active > span {
  background: #119f8a;
  border-color: #119f8a; }
.theme-joe .pager li > a:hover {
  border-color: #119f8a; }
.theme-joe a.list-group-item.active {
  background: #119f8a;
  border-color: #119f8a; }
  .theme-joe a.list-group-item.active .list-group-item-text {
    color: #8af2e3; }
.theme-joe .form-control:focus, .theme-joe .form-control-inline:focus, .theme-joe select.time_picker:focus,
.theme-joe .form-control.focus,
.theme-joe .focus.form-control-inline,
.theme-joe select.focus.time_picker {
  border-color: #119f8a;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
.gt-ie8 .theme-joe input.px:focus + .lbl:before, .gt-ie8 .theme-joe input.px + .lbl:hover:before {
  border-color: #119f8a; }
.gt-ie8 .theme-joe input[type="checkbox"].px + .lbl:after {
  color: #119f8a; }
.gt-ie8 .theme-joe input[type="radio"].px + .lbl:after {
  background: #119f8a; }
.theme-joe .text-primary, .theme-joe .text-primary:hover, .theme-joe .text-primary:active, .theme-joe .text-primary:focus,
.theme-joe .text-primary a,
.theme-joe .text-primary a:focus {
  color: #119f8a; }
.theme-joe .text-primary a:hover,
.theme-joe .text-primary a:active {
  color: #0a5a4e; }
.theme-joe .bg-primary {
  background: #119f8a !important; }
  .theme-joe .bg-primary[href]:hover {
    background: #148c7b !important; }
  .theme-joe .bg-primary.darken {
    background: #148c7b !important; }
    .theme-joe .bg-primary.darken[href]:hover {
      background: #127f6f !important; }
  .theme-joe .bg-primary.darker {
    background: #127f6f !important; }
    .theme-joe .bg-primary.darker[href]:hover {
      background: #107263 !important; }
  .theme-joe .bg-primary, .theme-joe .bg-primary:hover, .theme-joe .bg-primary:active, .theme-joe .bg-primary:focus,
  .theme-joe .bg-primary a,
  .theme-joe .bg-primary a:focus {
    color: #fff; }
  .theme-joe .bg-primary a:hover,
  .theme-joe .bg-primary a:active {
    color: #d9d9d9; }
  .theme-joe .bg-primary[href]:hover,
  .theme-joe .bg-primary [href]:hover {
    color: #fff; }
  .theme-joe .bg-primary * {
    border-color: #14bfa6; }
.theme-joe .ui-slider-handle.ui-state-active:before {
  background: #119f8a; }
.theme-joe .ui-slider-range {
  background: #119f8a; }
.theme-joe .ui-autocomplete > li > a:hover,
.theme-joe .ui-autocompletev > li.active > a {
  background: #119f8a; }
.theme-joe .ui-autocomplete > li > a:hover {
  color: #fff; }
.theme-joe .ui-autocomplete .ui-state-focus {
  background: #119f8a;
  color: #fff; }
.theme-joe .ui-menu .ui-menu-item a:hover,
.theme-joe .ui-menu .ui-menu-item a.ui-state-focus,
.theme-joe .ui-menu .ui-menu-item a.ui-state-active {
  background: #119f8a; }
.theme-joe .ui-progressbar-value {
  border-color: #0e8372;
  background-color: #119f8a;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }
.theme-joe .ui-tabs-nav > .ui-tabs-active > a, .theme-joe .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-joe .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #119f8a;
  border-bottom: 2px solid #0f8876; }
.theme-joe .ui-datepicker .ui-state-active {
  background: #119f8a !important; }
.theme-joe .ui-datepicker-title {
  background: #119f8a; }
.theme-joe .ui-datepicker th {
  background: #1e796b; }
.theme-joe .ui-datepicker-buttonpane button.ui-priority-primary {
  color: #fff; }
  .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary, .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary:focus {
    border-color: #0f8876;
    border-bottom-color: #0c6c5e;
    background: #119f8a;
    background-image: -webkit-linear-gradient(top, #11a48e 0%, #0f8876 100%);
    background-image: linear-gradient(to bottom, #11a48e 0%, #0f8876 100%);
    background-repeat: repeat-x; }
  .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary:hover {
    color: #fff;
    border-color: #0d7a6a;
    border-bottom-color: #084c42;
    background: #0f8876 !important;
    background-image: -webkit-linear-gradient(top, #109682 0%, #0d7a6a 100%) !important;
    background-image: linear-gradient(to bottom, #109682 0%, #0d7a6a 100%) !important;
    background-repeat: repeat-x; }
  .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.active, .open .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
    background: none;
    background: #0f8d7a !important;
    border-color: #0a5e52;
    border-bottom-color: #0a5e52 !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset; }
  .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat {
    background: #10917e; }
    .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:hover, .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:active, .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.active, .open .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.dropdown-toggle {
      background: #10917e !important;
      color: #fff; }
  .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:hover, .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:hover {
    color: #fff;
    border-color: #0d7a6a;
    border-bottom-color: #084c42; }
  .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:active, .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:active {
    border-color: #0a5e52; }
  .btn-group .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary:focus {
    border-left-color: #0d7a6a;
    border-right-color: #0d7a6a; }
  .btn-group .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
    border-color: #0d7a6a;
    border-bottom-color: #084c42; }
  .btn-group .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-joe .ui-datepicker-buttonpane button.ui-priority-primary.active {
    border-left-color: #0a5e52;
    border-right-color: #0a5e52; }
.theme-joe .select2-drop-active,
.theme-joe .select2-container-multi.select2-container-active .select2-choices,
.theme-joe .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #119f8a; }
.theme-joe .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #119f8a; }
.theme-joe .select2-container-active .select2-choice,
.theme-joe .select2-container-active .select2-choices {
  border: 1px solid #119f8a; }
.theme-joe .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-joe .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #119f8a;
  border-top-color: #aaa; }
.theme-joe .select2-results .select2-highlighted {
  background: #119f8a; }
.theme-joe .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #119f8a; }
.theme-joe .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #0c7162; }
.theme-joe .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #119f8a !important; }
.theme-joe .switcher-primary .switcher-state-on {
  background: #119f8a !important; }
.theme-joe .pixel-file-input:hover {
  border-color: #119f8a; }
.theme-joe .datepicker table tr td.selected, .theme-joe .datepicker table tr td.selected:hover, .theme-joe .datepicker table tr td.selected.disabled, .theme-joe .datepicker table tr td.selected.disabled:hover {
  background: #119f8a; }
.theme-joe .datepicker table tr td.active, .theme-joe .datepicker table tr td.active:hover, .theme-joe .datepicker table tr td.active.disabled, .theme-joe .datepicker table tr td.active.disabled:hover {
  background: #119f8a; }
.theme-joe .datepicker table tr td span.active, .theme-joe .datepicker table tr td span.active:hover, .theme-joe .datepicker table tr td span.active.disabled, .theme-joe .datepicker table tr td span.active.disabled:hover {
  background: #119f8a; }
.theme-joe .datepicker thead tr {
  background: #1e796b; }
  .theme-joe .datepicker thead tr:first-child {
    background: #119f8a !important;
    border-bottom-color: #1c564e !important; }
.theme-joe .datepicker thead th.prev,
.theme-joe .datepicker thead th.next {
  background: #119f8a; }
.theme-joe .datepicker thead th.prev {
  border-color: #1c564e; }
.theme-joe .datepicker thead th.next {
  border-color: #1c564e; }
.theme-joe .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #1c564e; }
.theme-joe .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #1c564e; }
.theme-joe .bootstrap-timepicker-widget table td a:hover {
  background: #119f8a;
  border-color: #119f8a; }
.theme-joe .pagination a.dp-today,
.theme-joe .pagination a.dp-today:hover {
  background: #16cdb2;
  border-color: #13b69e; }
.theme-joe .pagination a.dp-today:hover {
  border-color: #119f8a !important; }
.theme-joe .pagination a.dp-selected {
  background: #119f8a !important;
  border-color: #119f8a !important; }
.theme-joe .tt-suggestion.tt-is-under-cursor {
  background: #119f8a; }
.theme-joe .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #145f54 !important; }
.theme-joe .dropzone-box.dz-drag-hover {
  border-color: #119f8a; }
.theme-joe .dropzone-box:hover .fa.fa-cloud-upload {
  background: #119f8a; }
.theme-joe .md-editor.active {
  border-color: #119f8a; }
.theme-joe .widget-rating .active a {
  color: #119f8a; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > .form-control-inline, .input-group-lg > select.time_picker,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px; }

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

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

.input-sm, .input-group-sm > .form-control, .input-group-sm > .form-control-inline, .input-group-sm > select.time_picker,
.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: 2px; }

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

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

.page-invoice .invoice {
  padding: 0 20px; }
  .page-invoice .invoice hr {
    border: none;
    border-bottom: 3px solid #f1f1f1;
    margin: 0 -20px; }
.page-invoice .invoice-header {
  background: #f7f7f7;
  border-bottom: 8px solid #f1f1f1;
  margin: 0 -20px;
  padding: 20px;
  position: relative; }
  .page-invoice .invoice-header:before, .page-invoice .invoice-header:after {
    content: " ";
    display: table; }
  .page-invoice .invoice-header:after {
    clear: both; }
  .page-invoice .invoice-header h3 {
    font-size: 19px;
    font-weight: 600;
    height: 55px;
    line-height: 23px;
    margin: 0 0 0 40px;
    padding: 0;
    word-wrap: none; }
  .page-invoice .invoice-header small {
    color: #a0a0a0;
    font-size: 12px; }
  .page-invoice .invoice-header .invoice-logo {
    display: block;
    height: 26px;
    width: 26px;
    margin: 12px 0 0 -40px;
    position: absolute; }
  .page-invoice .invoice-header address {
    border-left: 5px solid #e8e8e8;
    color: #959595;
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding-left: 10px;
    margin-top: 5px; }
.page-invoice .invoice-date {
  font-size: 16px;
  font-weight: 600;
  margin-top: -5px; }
.page-invoice .invoice-info,
.page-invoice .invoice-table {
  padding: 30px 0; }
  .page-invoice .invoice-info:before, .page-invoice .invoice-info:after,
  .page-invoice .invoice-table:before,
  .page-invoice .invoice-table:after {
    content: " ";
    display: table; }
  .page-invoice .invoice-info:after,
  .page-invoice .invoice-table:after {
    clear: both; }
.page-invoice .invoice-recipient {
  font-size: 14px;
  line-height: 19px;
  height: 60px;
  padding-left: 70px; }
  .page-invoice .invoice-recipient:before {
    background: #f7f7f7;
    border-radius: 999px;
    color: #888888;
    content: "TO";
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 52px;
    line-height: 52px;
    margin: 4px 0 0 -70px;
    position: absolute;
    text-align: center;
    width: 52px; }
.page-invoice .invoice-total {
  background: #f7f7f7;
  color: #888888;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  white-space: nowrap;
  margin-top: 20px; }
  .page-invoice .invoice-total span {
    display: block;
    float: right;
    color: #555;
    font-size: 24px; }
.page-invoice .invoice-description {
  color: #aaa;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  padding-top: 4px; }
.page-invoice table {
  width: 100%; }
  .page-invoice table thead {
    background: #f7f7f7;
    color: #888;
    font-size: 12px; }
  .page-invoice table tbody tr {
    font-size: 14px; }
    .page-invoice table tbody tr + tr {
      border-top: 1px solid #f1f1f1; }
  .page-invoice table th,
  .page-invoice table td {
    border-left: 1px solid #fff;
    font-weight: 600;
    padding: 7px 0 7px 15px;
    text-align: left;
    vertical-align: top; }
  .page-invoice table td {
    padding-bottom: 20px;
    padding-top: 20px; }

@media (min-width: 768px) {
  .page-invoice .invoice {
    padding: 0 40px; }
    .page-invoice .invoice hr {
      border: none;
      border-bottom: 3px solid #f1f1f1;
      margin: 0 -40px; }
  .page-invoice .invoice-header {
    padding: 40px;
    margin: 0 -40px; }
    .page-invoice .invoice-header h3 {
      float: left; }
    .page-invoice .invoice-header address {
      margin: 6px 0 0 30px;
      float: left; }
  .page-invoice .invoice-date {
    float: right;
    margin-top: 6px; }
  .page-invoice .invoice-recipient,
  .page-invoice .invoice-total {
    width: 50%; }
  .page-invoice .invoice-recipient {
    float: left; }
  .page-invoice .invoice-total {
    float: right;
    margin-top: 0; } }
body.page-invoice.page-invoice-print,
body.page-invoice.page-invoice-print * {
  color: #000000 !important; }

.page-invoice.page-invoice-print .invoice {
  min-width: 768px;
  padding: 0 40px; }
  .page-invoice.page-invoice-print .invoice hr {
    border-bottom: 1px solid #aaa;
    margin: 0 -40px; }
.page-invoice.page-invoice-print .invoice-header {
  padding: 40px;
  margin: 0 -40px;
  background: none;
  border-bottom: 2px solid #aaa; }
  .page-invoice.page-invoice-print .invoice-header h3 {
    float: left;
    margin: 0 !important; }
  .page-invoice.page-invoice-print .invoice-header address {
    margin: 6px 0 0 30px;
    float: left; }
  .page-invoice.page-invoice-print .invoice-header .invoice-logo {
    display: none !important; }
.page-invoice.page-invoice-print .invoice-date {
  float: right;
  margin-top: 6px; }
.page-invoice.page-invoice-print .invoice-recipient,
.page-invoice.page-invoice-print .invoice-total {
  width: 50%; }
.page-invoice.page-invoice-print .invoice-recipient {
  float: left; }
  .page-invoice.page-invoice-print .invoice-recipient:before {
    color: #000;
    background: none; }
.page-invoice.page-invoice-print .invoice-total {
  float: right;
  margin-top: 0;
  background: none;
  text-align: right; }
  .page-invoice.page-invoice-print .invoice-total span {
    margin-left: 15px; }
.page-invoice.page-invoice-print table thead {
  background: none;
  border-bottom: 1px solid #aaa; }

.page-pricing .page-pricing-header {
  margin: -22px -22px 22px -22px;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .page-pricing .page-pricing-header img {
    left: 0;
    position: absolute;
    width: 100%; }
  .page-pricing .page-pricing-header .bg-overlay {
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .page-pricing .page-pricing-header .page-pricing-header-content {
    position: relative; }
    .page-pricing .page-pricing-header .page-pricing-header-content h1.page-title {
      padding: 40px 0 0 0;
      color: #fff;
      margin: 0 0 -40px 0; }
    .page-pricing .page-pricing-header .page-pricing-header-content .slogan {
      padding: 60px 0 40px 0;
      color: #fff; }
      .page-pricing .page-pricing-header .page-pricing-header-content .slogan h3,
      .page-pricing .page-pricing-header .page-pricing-header-content .slogan h4 {
        padding: 0;
        margin: 0; }
      .page-pricing .page-pricing-header .page-pricing-header-content .slogan h3 {
        line-height: 30px;
        font-weight: 600; }
      .page-pricing .page-pricing-header .page-pricing-header-content .slogan h4 {
        padding-top: 10px;
        font-weight: 300; }
.page-pricing .plans-panel {
  margin: 0 auto; }
.page-pricing .plans-container {
  position: relative;
  margin: -1px; }
  .page-pricing .plans-container:before, .page-pricing .plans-container:after {
    content: " ";
    display: table; }
  .page-pricing .plans-container:after {
    clear: both; }
.page-pricing .plan-col {
  text-align: center;
  padding: 0;
  position: relative;
  margin-bottom: 22px; }
.page-pricing .plan-header {
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  line-height: 50px;
  white-space: nowrap;
  position: relative; }
.page-pricing .plan-pricing {
  white-space: nowrap;
  padding: 20px 0; }
.page-pricing .plan-currency {
  font-size: 24px;
  font-weight: 300; }
.page-pricing .plan-value {
  font-size: 44px;
  font-weight: 300; }
.page-pricing .plan-period {
  font-size: 18px;
  display: inline-block;
  margin-left: 5px;
  font-weight: 300; }
.page-pricing .plan-features {
  padding: 0;
  margin: 0;
  border-top: none; }
  .page-pricing .plan-features > li,
  .page-pricing .plan-features > a {
    margin: 0;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 300;
    display: block; }
  .page-pricing .plan-features > li {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-top: 0; }
  .page-pricing .plan-features > a {
    margin-top: -1px;
    font-size: 13px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
.page-pricing .trial {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  color: #888;
  line-height: 23px; }
  .page-pricing .trial a {
    font-size: 15px; }

.ie8 .page-pricing .page-pricing-header .bg-overlay {
  display: none !important; }

@media (min-width: 768px) {
  .page-pricing .plans-panel {
    background: #fafafa;
    border: 1px solid #e4e4e4;
    margin-bottom: 22px; }
  .page-pricing .plan-col {
    margin-bottom: 0; }
  .page-pricing .plan-col + .plan-col .plan-features > li {
    border-left-width: 0;
    -webkit-box-shadow: -1px 0 0 #e4e4e4;
    box-shadow: -1px 0 0 #e4e4e4; }
  .page-pricing .plan-col + .plan-col .plan-features > a {
    margin-left: -1px; } }
html body.page-signin {
  background: #666 !important; }

#page-signin-bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20; }
  #page-signin-bg img {
    width: 100%; }
  #page-signin-bg .overlay {
    background: rgba(0, 0, 0, 0.25);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.page-signin .signin-container {
  border-radius: 2px;
  display: block;
  margin: 20px 14px;
  position: relative;
  z-index: 999; }
.page-signin .signin-info {
  background: #444;
  display: block;
  overflow: hidden;
  padding: 20px 30px;
  text-align: center; }
  .page-signin .signin-info .logo {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    opacity: 1; }
    .page-signin .signin-info .logo[href]:hover {
      opacity: .7; }
  .page-signin .signin-info .slogan {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px; }
  .page-signin .signin-info ul {
    display: none; }
.page-signin .signin-form {
  background: #fff;
  display: block;
  padding: 30px;
  position: relative; }
.page-signin .password-reset-form {
  background: #fff;
  bottom: 0;
  display: none;
  left: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1020; }
  .page-signin .password-reset-form .header {
    background: #f4f4f4;
    border-bottom: 1px solid #ddd;
    margin: -30px -30px 30px -30px;
    padding: 20px 20px; }
    .page-signin .password-reset-form .header .signin-text {
      margin: 0; }
      .page-signin .password-reset-form .header .signin-text span {
        background: #f4f4f4; }
      .page-signin .password-reset-form .header .signin-text:before {
        display: none; }
    .page-signin .password-reset-form .header .close {
      margin-top: 2px; }
  .page-signin .password-reset-form .form-group.w-icon .signin-form-icon {
    z-index: 1025; }
.page-signin .form-actions {
  margin-top: 15px; }
  .page-signin .form-actions .signin-btn {
    border: none;
    border-radius: 999999px;
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    outline: 0 !important;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .page-signin .form-actions .signin-btn:hover {
      background: #444 !important; }
  .page-signin .form-actions a.forgot-password {
    border-bottom: 1px dashed #bbb;
    color: #999;
    display: inline-block;
    font-size: 11px;
    margin-left: 10px;
    padding-bottom: 1px; }
    .page-signin .form-actions a.forgot-password:hover {
      color: #555;
      text-decoration: none; }
.page-signin .form-group {
  margin: 0;
  position: relative; }
.page-signin .form-group + .form-group {
  margin: 10px 0 0 0; }
.page-signin .form-group.w-icon .signin-form-icon {
  border-right: 1px solid #d6d6d6;
  bottom: 9px;
  color: #d6d6d6;
  display: block;
  font-size: 14px;
  left: 0;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 9px;
  width: 40px;
  z-index: 1002;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
.page-signin .form-group.w-icon input[type="text"],
.page-signin .form-group.w-icon input[type="password"] {
  font-size: 15px;
  padding-left: 56px; }
  .page-signin .form-group.w-icon input[type="text"]:focus + .signin-form-icon,
  .page-signin .form-group.w-icon input[type="password"]:focus + .signin-form-icon {
    color: #888; }
.page-signin .signin-text {
  color: #777;
  display: block;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 25px;
  position: relative;
  text-align: center; }
  .page-signin .signin-text span {
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    position: relative; }
  .page-signin .signin-text:before {
    background: #e4e4e4;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%; }
.page-signin .signin-with {
  background: #f4f4f4;
  border-top: 1px solid #ddd;
  margin: 30px -30px -30px -30px;
  padding: 20px 30px 20px 30px; }
.page-signin .signin-with-btn {
  border-radius: 2px;
  color: #fff;
  display: block;
  font-weight: 300;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .page-signin .signin-with-btn span {
    font-weight: 600; }
  .page-signin .signin-with-btn + .signin-with-btn {
    margin-top: 10px; }
  .page-signin .signin-with-btn:hover {
    background: #444 !important; }
.page-signin .not-a-member {
  color: #fff;
  display: block;
  font-size: 14px;
  margin: -20px 0 0 0;
  padding: 20px 0;
  position: relative;
  text-align: center;
  z-index: 999; }
  .page-signin .not-a-member a {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .page-signin .not-a-member a:hover {
      opacity: .6; }

@media (min-width: 480px) {
  .page-signin .form-actions {
    margin-top: 15px; }
    .page-signin .form-actions .signin-btn {
      padding-left: 40px;
      padding-right: 40px;
      width: auto; } }
@media (min-width: 768px) {
  .page-signin .signin-container {
    display: table;
    margin: 80px auto;
    width: 650px;
    table-layout: fixed; }
  .page-signin .signin-info {
    display: table-cell;
    padding: 30px;
    text-align: left;
    vertical-align: top;
    width: 40%; }
    .page-signin .signin-info ul {
      color: #fff;
      display: block;
      font-size: 13px;
      font-weight: 300;
      margin: 30px 0 0 0;
      padding: 0; }
      .page-signin .signin-info ul li {
        list-style: none;
        margin: 0;
        padding: 7px 0; }
      .page-signin .signin-info ul .signin-icon {
        display: block;
        float: left;
        font-size: 14px;
        line-height: 18px;
        margin-right: 6px;
        text-align: center;
        width: 24px; }
  .page-signin .signin-form {
    display: table-cell;
    vertical-align: top;
    width: 60%; }
  .page-signin .not-a-member {
    margin: -80px 0 80px; } }
html body.page-signup {
  background: #666 !important; }

#page-signup-bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20; }
  #page-signup-bg img {
    width: 100%; }
  #page-signup-bg .overlay {
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.page-signup .signup-container {
  border-radius: 2px;
  display: block;
  margin: 20px 14px;
  position: relative;
  z-index: 999; }
.page-signup .signup-header {
  background: #444;
  display: block;
  overflow: hidden;
  padding: 20px 30px;
  text-align: center; }
  .page-signup .signup-header .logo {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    opacity: 1; }
    .page-signup .signup-header .logo[href]:hover {
      opacity: .7; }
  .page-signup .signup-header .slogan {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px; }
.page-signup .signup-form {
  background: #fff;
  display: block;
  padding: 30px 20px;
  position: relative; }
.page-signup .form-actions {
  margin-top: 15px; }
  .page-signup .form-actions .signup-btn {
    border: none;
    border-radius: 999999px;
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    outline: 0 !important;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .page-signup .form-actions .signup-btn:hover {
      background: #444 !important; }
  .page-signup .form-actions a.forgot-password {
    border-bottom: 1px dashed #bbb;
    color: #999;
    display: inline-block;
    font-size: 11px;
    margin-left: 10px;
    padding-bottom: 1px; }
    .page-signup .form-actions a.forgot-password:hover {
      color: #555;
      text-decoration: none; }
.page-signup .form-group {
  margin: 0;
  position: relative; }
.page-signup .form-group + .form-group {
  margin: 10px 0 0 0; }
.page-signup .form-group.w-icon .signup-form-icon {
  border-right: 1px solid #d6d6d6;
  bottom: 9px;
  color: #d6d6d6;
  display: block;
  font-size: 14px;
  left: 0;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 9px;
  width: 40px;
  z-index: 1002;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
.page-signup .form-group.w-icon input[type="text"],
.page-signup .form-group.w-icon input[type="password"] {
  font-size: 15px;
  padding-left: 56px; }
  .page-signup .form-group.w-icon input[type="text"]:focus + .signup-form-icon,
  .page-signup .form-group.w-icon input[type="password"]:focus + .signup-form-icon {
    color: #888; }
.page-signup .signup-text {
  color: #777;
  display: block;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 25px;
  position: relative;
  text-align: center; }
  .page-signup .signup-text span {
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    position: relative; }
  .page-signup .signup-text:before {
    background: #e4e4e4;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%; }
.page-signup .signup-with {
  background: #f4f4f4;
  border-top: 1px solid #ddd;
  margin: 30px -20px -30px -20px;
  padding: 20px 20px 20px 20px; }
.page-signup .signup-with-btn {
  border-radius: 2px;
  color: #fff;
  display: block;
  font-weight: 300;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .page-signup .signup-with-btn span {
    font-weight: 600; }
  .page-signup .signup-with-btn + .signup-with-btn {
    margin-top: 10px; }
  .page-signup .signup-with-btn:hover {
    background: #444 !important; }
.page-signup .have-account {
  color: #fff;
  display: block;
  font-size: 14px;
  margin: -20px 0 0 0;
  padding: 20px 0;
  position: relative;
  text-align: center;
  z-index: 999; }
  .page-signup .have-account a {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .page-signup .have-account a:hover {
      opacity: .6; }

@media (min-width: 480px) {
  .page-signup .signup-container {
    margin-left: auto;
    margin-right: auto;
    width: 380px;
    margin: 80px auto; }
  .page-signup .signup-form {
    padding: 30px; }
  .page-signup .signup-with {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px; }
  .page-signup .have-account {
    margin: -80px 0 20px; } }
.page-signin-alt {
  padding-bottom: 40px; }
  .page-signin-alt .signin-header {
    background: #fff;
    padding: 16px 0 16px 16px;
    position: relative;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05); }
    .page-signin-alt .signin-header .logo {
      color: #555;
      font-size: 16px;
      height: 24px;
      line-height: 24px;
      width: 24px;
      opacity: 1;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .page-signin-alt .signin-header .logo[href]:hover {
        opacity: .6; }
    .page-signin-alt .signin-header .btn {
      position: absolute;
      right: 16px;
      top: 12px; }
    .page-signin-alt .signin-header .demo-logo {
      display: inline-block;
      height: 24px;
      line-height: 24px; }
  .page-signin-alt .form-header {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin: 40px 0; }
  .page-signin-alt .panel {
    margin: 0 16px;
    padding: 20px; }
  .page-signin-alt .signin-password {
    position: relative; }
    .page-signin-alt .signin-password input {
      padding-right: 70px; }
    .page-signin-alt .signin-password .forgot {
      position: absolute;
      right: 10px;
      top: 10px;
      color: #555;
      background: #f1f1f1;
      border-radius: 2px;
      line-height: 25px;
      padding: 0 7px;
      font-size: 12px; }
      .page-signin-alt .signin-password .forgot:hover {
        text-decoration: underline; }
  .page-signin-alt .signin-with {
    margin: 0 14px;
    padding: 20px;
    text-align: center; }
    .page-signin-alt .signin-with .header {
      font-size: 16px;
      font-weight: 300;
      text-align: center;
      margin: 0 0 20px 0; }
    .page-signin-alt .signin-with .btn {
      padding-left: 0;
      padding-right: 0;
      width: 40px;
      text-align: center; }

@media (min-width: 480px) {
  .page-signin-alt .signin-header {
    padding-left: 0;
    text-align: center; }
  .page-signin-alt .panel {
    width: 360px;
    margin: 0 auto;
    padding: 27px; }
  .page-signin-alt .signin-with {
    width: 360px;
    margin: 0 auto; } }
.page-signup-alt {
  padding-bottom: 40px; }
  .page-signup-alt .signup-header {
    background: #fff;
    padding: 16px 0 16px 16px;
    position: relative;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05); }
    .page-signup-alt .signup-header .logo {
      color: #555;
      font-size: 16px;
      height: 24px;
      line-height: 24px;
      width: 24px;
      opacity: 1;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .page-signup-alt .signup-header .logo[href]:hover {
        opacity: .6; }
    .page-signup-alt .signup-header .btn {
      position: absolute;
      right: 16px;
      top: 12px; }
    .page-signup-alt .signup-header .demo-logo {
      display: inline-block;
      height: 24px;
      line-height: 24px; }
  .page-signup-alt .form-header {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin: 40px 0; }
  .page-signup-alt .panel {
    margin: 0 16px;
    padding: 20px; }
  .page-signup-alt .signup-with {
    margin: 0 14px;
    padding: 20px;
    text-align: center; }
    .page-signup-alt .signup-with .header {
      font-size: 16px;
      font-weight: 300;
      text-align: center;
      margin: 0 0 20px 0; }
    .page-signup-alt .signup-with .btn {
      padding-left: 0;
      padding-right: 0;
      width: 40px;
      text-align: center; }

@media (min-width: 480px) {
  .page-signup-alt .signup-header {
    padding-left: 0;
    text-align: center; }
  .page-signup-alt .panel {
    width: 360px;
    margin: 0 auto;
    padding: 27px; }
  .page-signup-alt .signup-with {
    width: 360px;
    margin: 0 auto; } }
.page-search .search-text {
  color: #888;
  font-size: 15px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 22px; }
.page-search .search-tabs {
  margin-bottom: -2px; }
  .page-search .search-tabs:before, .page-search .search-tabs:after {
    content: " ";
    display: table; }
  .page-search .search-tabs:after {
    clear: both; }
.page-search .search-form {
  background: #fafafa;
  margin: -1px;
  padding: 16px 20px;
  position: relative; }
  .page-search .search-form .input-group-addon {
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-width: 0; }
  .page-search .search-form input[type="text"] {
    border-bottom-width: 0;
    border-top-width: 0; }
  .page-search .search-form button {
    border-bottom-width: 0;
    border-right-width: 0;
    border-top-width: 0; }
.page-search .search-classic {
  margin: -20px;
  padding: 0; }
  .page-search .search-classic li {
    list-style: none;
    margin: 0;
    padding: 20px; }
    .page-search .search-classic li > * + * {
      margin-top: 10px; }
  .page-search .search-classic li + li {
    border-top: 1px solid #e4e4e4; }
  .page-search .search-classic .search-title,
  .page-search .search-classic .search-tags,
  .page-search .search-classic .search-content,
  .page-search .search-classic .search-url {
    display: block; }
  .page-search .search-classic .search-title {
    font-size: 15px;
    font-weight: 600; }
  .page-search .search-classic .search-tags:before, .page-search .search-classic .search-tags:after {
    content: " ";
    display: table; }
  .page-search .search-classic .search-tags:after {
    clear: both; }
  .page-search .search-classic .search-tags span,
  .page-search .search-classic .search-tags a {
    display: block;
    float: left;
    line-height: 17px; }
  .page-search .search-classic .search-tags .search-tags-text {
    color: #aaa;
    font-size: 10px;
    font-weight: 600;
    margin-right: 10px;
    text-transform: uppercase; }
  .page-search .search-classic .search-tags .label,
  .page-search .search-classic .search-tags .badge {
    font-size: 10px; }
    .page-search .search-classic .search-tags .label + .label, .page-search .search-classic .search-tags .label + .badge,
    .page-search .search-classic .search-tags .badge + .label,
    .page-search .search-classic .search-tags .badge + .badge {
      margin-left: 5px; }
  .page-search .search-classic .search-url {
    color: #3a8b54;
    font-size: 11px;
    margin-top: 4px; }
.page-search .search-users {
  margin: -20px; }
  .page-search .search-users table {
    margin: 0; }
    .page-search .search-users table th,
    .page-search .search-users table td {
      padding-bottom: 14px;
      padding-top: 14px;
      vertical-align: middle; }
  .page-search .search-users .avatar {
    border-radius: 999999px;
    height: 30px;
    width: 30px; }
.page-search .search-messages {
  margin-bottom: -20px;
  margin-top: -20px; }
  .page-search .search-messages .message {
    padding-bottom: 12px;
    padding-top: 12px; }
    .page-search .search-messages .message .date {
      top: 12px; }

.page-404 {
  background: #f4b04f !important; }

.page-500 {
  background: #e66454 !important; }
  .page-500 .error-text {
    margin-bottom: 80px !important; }

.page-404,
.page-500 {
  text-align: center; }
  .page-404 .header,
  .page-500 .header {
    background: #fff;
    padding: 20px 0;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1); }
    .page-404 .header .logo,
    .page-500 .header .logo {
      color: #555;
      font-size: 16px;
      height: 24px;
      line-height: 24px;
      width: 24px;
      opacity: .6;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .page-404 .header .logo[href]:hover,
      .page-500 .header .logo[href]:hover {
        opacity: 1; }
    .page-404 .header .demo-logo,
    .page-500 .header .demo-logo {
      display: inline-block;
      height: 24px;
      line-height: 24px;
      background: #555 !important; }
  .page-404 .error-code,
  .page-500 .error-code {
    color: #fff;
    font-size: 120px;
    font-weight: 700;
    line-height: 140px;
    margin-top: 60px;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.1); }
  .page-404 .error-text,
  .page-500 .error-text {
    color: #fff;
    color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-weight: 600;
    padding: 0 20px; }
    .page-404 .error-text .oops,
    .page-500 .error-text .oops {
      font-size: 50px; }
    .page-404 .error-text .hr,
    .page-500 .error-text .hr {
      background: #fff;
      background: rgba(0, 0, 0, 0.2);
      display: inline-block;
      height: 5px;
      margin: 20px 0;
      width: 40px; }
    .page-404 .error-text .solve,
    .page-500 .error-text .solve {
      display: inline-block;
      font-size: 16px;
      font-weight: 400;
      margin-top: 15px; }
  .page-404 .search-form,
  .page-500 .search-form {
    display: inline-block;
    margin: 50px 0 80px 0; }
    .page-404 .search-form .search-input,
    .page-404 .search-form .search-btn,
    .page-500 .search-form .search-input,
    .page-500 .search-form .search-btn {
      border: none;
      border-radius: 3px;
      display: block;
      float: left;
      font-size: 15px;
      height: 46px;
      line-height: 20px;
      padding: 13px 0; }
      .page-404 .search-form .search-input, .page-404 .search-form .search-input:active, .page-404 .search-form .search-input:focus,
      .page-404 .search-form .search-btn,
      .page-404 .search-form .search-btn:active,
      .page-404 .search-form .search-btn:focus,
      .page-500 .search-form .search-input,
      .page-500 .search-form .search-input:active,
      .page-500 .search-form .search-input:focus,
      .page-500 .search-form .search-btn,
      .page-500 .search-form .search-btn:active,
      .page-500 .search-form .search-btn:focus {
        outline: 0 !important;
        outline-offset: 0 !important; }
    .page-404 .search-form .search-input,
    .page-500 .search-form .search-input {
      background: #fff;
      color: #555;
      padding-left: 12px;
      padding-right: 12px;
      width: 220px; }
    .page-404 .search-form .search-btn,
    .page-500 .search-form .search-btn {
      background: #444;
      background: rgba(0, 0, 0, 0.2);
      color: #fff;
      font-size: 13px;
      margin-left: 10px;
      padding-left: 12px;
      padding-right: 12px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .page-404 .search-form .search-btn:hover,
      .page-500 .search-form .search-btn:hover {
        background: rgba(0, 0, 0, 0.5); }
      .page-404 .search-form .search-btn:active,
      .page-500 .search-form .search-btn:active {
        background: rgba(0, 0, 0, 0.7); }

.timeline {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px; }
  .timeline:before, .timeline:after {
    content: "";
    display: block;
    position: absolute;
    left: 30px;
    bottom: 0; }
  .timeline:before {
    width: 4px;
    top: 0;
    margin-left: -2px; }
  .timeline:after {
    width: 12px;
    height: 12px;
    margin-left: -6px;
    border-radius: 999999px; }

.tl-header {
  position: relative;
  width: 140px;
  padding: 8px 0;
  text-align: center;
  left: 0;
  margin-left: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 14px;
  border-radius: 2px; }

.tl-header.now {
  margin-top: 0; }

.tl-entry {
  margin-left: 30px;
  margin-right: 0;
  padding-left: 36px;
  padding-right: 0;
  position: relative;
  margin-bottom: 40px; }
  .tl-entry:before, .tl-entry:after {
    content: " ";
    display: table; }
  .tl-entry:after {
    clear: both; }
  .tl-entry:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    left: -3px;
    right: auto;
    border-radius: 999999px;
    top: 20px; }

.tl-body {
  position: relative;
  padding: 15px;
  margin: 0; }
  .tl-body:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 9px 8px 0;
    position: absolute;
    left: -9px;
    right: auto;
    top: 15px; }
  .tl-body:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 8px 7px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -8px;
    right: auto;
    top: 16px; }

.tl-time {
  position: absolute;
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  text-align: right;
  white-space: nowrap;
  color: #888;
  top: -22px;
  font-size: 13px; }

.tl-icon {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 999999px;
  left: -20px;
  right: auto;
  top: 4px;
  text-align: center;
  font-size: 14px;
  overflow: hidden; }

.tl-icon img {
  height: 100%;
  display: block; }

.tl-wide {
  margin: 0 -15px; }

@media (min-width: 768px) {
  .timeline:before,
  .timeline:after {
    left: 100px; }

  .tl-header {
    left: 100px;
    margin-left: -70px; }

  .tl-entry {
    margin-left: 100px;
    margin-bottom: 20px; }

  .tl-time {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 32px;
    top: 14px; }

  .timeline.centered:before, .timeline.centered:after {
    left: 50%;
    right: auto; }
  .timeline.centered .tl-header {
    left: 50%;
    right: auto; }
  .timeline.centered .tl-entry {
    margin-left: 50%;
    margin-right: 0; }
  .timeline.centered .tl-entry.left {
    margin-left: 0;
    margin-right: 50%;
    padding-left: 0;
    padding-right: 36px; }
  .timeline.centered .tl-entry.left:before {
    left: auto;
    right: -3px; }
  .timeline.centered .tl-entry.left .tl-body:before {
    border-width: 8px 0 8px 9px;
    left: auto;
    right: -9px; }
  .timeline.centered .tl-entry.left .tl-body:after {
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #fff;
    left: auto;
    right: -8px; }
  .timeline.centered .tl-entry.left .tl-time {
    left: 100%;
    right: auto;
    margin-left: 32px;
    margin-right: 0; }
  .timeline.centered .tl-entry.left .tl-icon {
    left: auto;
    right: -20px; } }
.page-mail {
  background: #fff !important; }
  .page-mail #content-wrapper {
    padding: 0; }
  .page-mail .mail-nav {
    border: 0px solid;
    border-bottom-width: 1px; }
    .page-mail .mail-nav .navigation {
      overflow: hidden;
      position: relative;
      padding-top: 46px;
      height: 46px; }
      .page-mail .mail-nav .navigation.open {
        height: auto; }
        .page-mail .mail-nav .navigation.open li.active:after {
          -ms-transform: rotate(90deg);
          /* IE 9 */
          -webkit-transform: rotate(90deg);
          /* Chrome, Safari, Opera */
          transform: rotate(90deg); }
    .page-mail .mail-nav .sections {
      margin: 10px 0;
      padding: 0; }
      .page-mail .mail-nav .sections li {
        list-style: none;
        margin: 0;
        padding: 0;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        .page-mail .mail-nav .sections li.active {
          position: absolute;
          top: 0;
          width: 100%;
          border-bottom: 1px solid; }
          .page-mail .mail-nav .sections li.active a {
            line-height: 46px;
            font-size: 15px; }
          .page-mail .mail-nav .sections li.active:after {
            content: "\f105";
            font-family: FontAwesome;
            position: absolute;
            display: block;
            right: 16px;
            top: 8px;
            font-size: 20px;
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s; }
        .page-mail .mail-nav .sections li.active .label, .page-mail .mail-nav .sections li.active .badge {
          margin-top: 13px;
          margin-right: 36px; }
      .page-mail .mail-nav .sections .label,
      .page-mail .mail-nav .sections .badge {
        margin-top: 8px;
        margin-right: 16px; }
      .page-mail .mail-nav .sections a {
        display: block;
        padding: 0 0 0 16px;
        line-height: 36px;
        font-size: 14px; }
  .page-mail .compose-btn {
    margin-top: 46px;
    border-bottom: 1px solid;
    padding: 16px; }
  .page-mail .mail-select-folder {
    display: none; }
  .page-mail .mail-select-folder.active {
    display: block; }
  .page-mail .m-nav-icon {
    width: 16px;
    margin-right: 10px;
    text-align: center;
    display: inline-block; }
  .page-mail .mail-nav-header {
    margin-top: 25px;
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 16px;
    font-weight: 600; }
  .page-mail .mail-nav-lbl {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    margin-right: 10px; }
  .page-mail .mail-nav .add-more a {
    font-size: 12px; }
  .page-mail .mail-nav li.divider {
    padding: 0;
    height: 1px;
    margin: 9px 0 3px 0; }
  .page-mail .mail-controls {
    border-bottom: 1px solid #efefef;
    padding: 12px 16px; }
  .page-mail .mail-controls .btn-group + .btn-group {
    margin-left: 12px; }
  .page-mail .mail-controls .btn {
    font-size: 14px;
    line-height: 14px; }
  .page-mail .mail-controls .btn .fa-caret-down {
    position: relative;
    top: -1px; }
  .page-mail .mail-controls .pages {
    line-height: 30px;
    margin-right: 13px;
    color: #bbb; }
  @media (min-width: 992px) {
    .page-mail .mail-controls .wide-btns .btn {
      width: 60px;
      text-align: center;
      display: inline-block; } }
  .page-mail .mail-container-header {
    display: none;
    border-bottom: 1px solid #efefef;
    line-height: 35px;
    padding: 14px 16px;
    font-size: 20px;
    font-weight: 300; }
  .page-mail .mail-container-header.show {
    display: block; }

@media (min-width: 992px) {
  .page-mail #content-wrapper {
    position: static; }
  .page-mail .mail-nav {
    width: 200px;
    border-bottom: 0;
    position: absolute;
    height: auto;
    min-height: 100%;
    border-right-width: 1px; }
    .page-mail .mail-nav.fixed {
      position: fixed; }
      .page-mail .mail-nav.fixed:before {
        display: none !important; }
    .page-mail .mail-nav:before {
      content: "";
      display: block;
      top: 0;
      bottom: 0;
      position: fixed;
      width: 200px;
      border-right: 1px solid;
      z-index: -1; }
    .page-mail .mail-nav .navigation {
      height: auto !important;
      padding-top: 0; }
      .page-mail .mail-nav .navigation .label {
        font-size: 10px;
        line-height: 16px;
        padding: 0 4px;
        margin-top: 11px !important;
        margin-right: 16px !important; }
      .page-mail .mail-nav .navigation li:after {
        display: none !important; }
    .page-mail .mail-nav .sections li.active {
      position: static;
      top: auto;
      border: none; }
    .page-mail .mail-nav .sections a,
    .page-mail .mail-nav .sections li.active a {
      font-size: 13px;
      line-height: 36px; }
  .page-mail .mail-select-folder {
    display: none !important; }
  .page-mail .mail-container {
    margin-left: 200px;
    min-height: 400px; }
  .page-mail .mail-container-header {
    display: block;
    margin-top: 46px; } }
.page-mail .mail-list {
  margin: 16px;
  padding: 0; }
.page-mail .mail-item {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 12px 14px 12px 46px; }
.page-mail .mail-item:nth-child(2n-1) {
  background: #f6f6f6; }
.page-mail .m-chck,
.page-mail .m-star {
  position: absolute; }
.page-mail .m-chck {
  left: 15px;
  top: 14px; }
.page-mail .m-star {
  left: 15px;
  top: 35px; }
  .page-mail .m-star a {
    font-size: 15px;
    color: #bbb; }
    .page-mail .m-star a:before {
      content: "\f006";
      font-family: FontAwesome; }
    .page-mail .m-star a:hover {
      color: #ffab00; }
.page-mail .m-from,
.page-mail .m-subject {
  margin-right: 80px; }
.page-mail .m-from a {
  color: #444; }
.page-mail .m-subject {
  margin-top: 5px; }
  .page-mail .m-subject a {
    color: #777; }
.page-mail .m-date {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 80px;
  text-align: right;
  color: #aaa; }
.page-mail .mail-item.starred .m-star a:before {
  content: "\f005";
  color: #ffab00; }
.page-mail .unread .m-from,
.page-mail .unread .m-subject {
  font-weight: 700; }

@media (min-width: 992px) {
  .page-mail .mail-item {
    padding-left: 220px;
    padding-right: 100px; }
  .page-mail .m-star {
    left: 40px;
    top: 11px; }
  .page-mail .m-from {
    position: absolute;
    overflow: hidden;
    width: 140px;
    left: 70px; }
  .page-mail .m-subject {
    margin-top: 0;
    overflow: hidden; }
  .page-mail .m-date {
    width: 150px; } }
.page-mail .m-details-star {
  color: #ffab00;
  margin-right: 12px;
  position: relative;
  display: block;
  float: left;
  top: 1px; }
  .page-mail .m-details-star, .page-mail .m-details-star > * {
    font-size: 15px; }
  .page-mail .m-details-star > * {
    line-height: 20px; }
.page-mail .label {
  position: relative;
  vertical-align: middle;
  top: -1px; }
.page-mail .mail-info {
  padding: 14px 16px;
  border-bottom: 1px solid #efefef; }
  .page-mail .mail-info:before, .page-mail .mail-info:after {
    content: " ";
    display: table; }
  .page-mail .mail-info:after {
    clear: both; }
  .page-mail .mail-info .avatar {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 999999px;
    float: left; }
  .page-mail .mail-info .from {
    display: block;
    float: left;
    margin-left: 10px; }
  .page-mail .mail-info .name,
  .page-mail .mail-info .name a {
    color: #555;
    font-size: 14px; }
  .page-mail .mail-info .email,
  .page-mail .mail-info .email a {
    color: #aaa; }
  .page-mail .mail-info .date {
    display: block;
    float: right;
    font-size: 14px;
    color: #aaa;
    margin-top: 9px; }
.page-mail .mail-message-body {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 16px; }
.page-mail .mail-attachments {
  padding: 20px 16px;
  margin: 20px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }
  .page-mail .mail-attachments li {
    list-style: none;
    margin: 0;
    padding: 10px; }
  .page-mail .mail-attachments li:nth-child(2n-1) {
    background: #f6f6f6; }
.page-mail .message-details-reply {
  margin: 0 16px 50px 16px; }

.page-mail .new-mail-form {
  margin: 0 0 50px 0;
  padding: 20px 16px; }

.page-faq .accordion-toggle {
  color: #555; }
.page-faq .form-faq {
  margin-top: 18px; }

.page-profile .profile-full-name {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  padding-top: 15px;
  padding-bottom: 20px;
  position: relative;
  border-bottom-width: 2px;
  margin-bottom: 0;
  text-align: center; }
.page-profile .profile-content .tab-content {
  background: #fff; }
.page-profile .profile-block {
  margin-bottom: 18px;
  text-align: center; }
.page-profile .profile-photo {
  padding: 6px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 999999px; }
.page-profile .profile-photo img {
  display: block;
  max-width: 100%;
  border-radius: 999999px; }
.page-profile .left-col > .panel .panel-heading {
  padding-left: 10px;
  padding-right: 10px; }
.page-profile .left-col > .panel .panel-body {
  padding: 10px;
  padding-bottom: 0; }
.page-profile .left-col .list-group-item {
  background: none !important;
  border: none;
  padding-bottom: 0;
  margin-top: 7px;
  padding-left: 10px;
  padding-right: 10px; }
.page-profile .profile-skills .label {
  display: block;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px; }
.page-profile .profile-list-icon {
  width: 24px;
  text-align: center;
  font-size: 14px; }
.page-profile .tl-header,
.page-profile .tl-icon,
.page-profile .tl-entry:before {
  box-shadow: 0 0 0 4px #fff !important; }
.page-profile .widget-followers {
  margin: -20px; }
  .page-profile .widget-followers .follower {
    padding: 13px 20px; }
.page-profile .profile-content-hr {
  margin-top: 30px;
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .page-profile .left-col {
    float: left;
    width: 220px; }
  .page-profile .right-col {
    overflow: hidden;
    padding-left: 20px; }
  .page-profile .profile-content {
    margin-top: 0; }
  .page-profile .profile-full-name {
    padding-left: 240px;
    padding-bottom: 50px;
    text-align: left; }
  .page-profile .profile-row {
    margin-top: -36px; }
  .page-profile .profile-block {
    margin-top: -70px; }

  .profile-content-hr {
    display: none; } }
.input-lg, .input-group-lg > .form-control, .input-group-lg > .form-control-inline, .input-group-lg > select.time_picker,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px; }

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

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

.input-sm, .input-group-sm > .form-control, .input-group-sm > .form-control-inline, .input-group-sm > select.time_picker,
.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: 2px; }

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

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

.widget-support-tickets .ticket {
  padding: 0 0 14px 0; }
  .widget-support-tickets .ticket + .ticket {
    padding-top: 13px;
    border-top: 1px solid;
    border-top-color: #e4e4e4; }
  .widget-support-tickets .ticket:last-child {
    padding-bottom: 0; }
.widget-support-tickets a.ticket-title {
  display: block;
  font-size: 14px;
  padding: 0 90px 0 0;
  line-height: 20px; }
  .widget-support-tickets a.ticket-title i {
    display: inline-block;
    font-size: 11px;
    margin: 0 5px 0 0;
    top: -1px;
    position: relative;
    text-decoration: none; }
  .widget-support-tickets a.ticket-title span {
    display: inline-block;
    color: #aaa;
    padding-left: 4px;
    text-decoration: none !important; }
.widget-support-tickets .ticket-label {
  display: block;
  float: right;
  font-size: 10px;
  line-height: 18px;
  margin: 2px 0 0 0;
  padding: 0 5px;
  position: relative; }
.widget-support-tickets .ticket-info {
  color: #aaa;
  font-size: 12px; }
  .widget-support-tickets .ticket-info a {
    color: #555; }
    .widget-support-tickets .ticket-info a:hover {
      color: #888; }

.panel.widget-support-tickets .ticket,
.panel .widget-support-tickets .ticket {
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px; }

.widget-comments .comment {
  padding: 0 0 10px 0; }
  .widget-comments .comment + .comment {
    padding-top: 10px;
    border-top: 1px solid;
    border-top-color: #e4e4e4; }
  .widget-comments .comment:last-child {
    padding-bottom: 0; }
.widget-comments .comment-avatar {
  display: block;
  float: left;
  height: 32px;
  margin-top: 5px;
  width: 32px;
  border-radius: 99999px; }
.widget-comments .comment-body {
  margin-left: 45px; }
.widget-comments .comment-by,
.widget-comments .actions {
  color: #aaa;
  display: block; }
.widget-comments .comment-by {
  font-style: italic; }
  .widget-comments .comment-by a {
    font-style: normal; }
.widget-comments .comment-text {
  padding: 4px 0; }
.widget-comments .comment-actions i {
  display: inline-block;
  margin-right: 5px;
  text-decoration: none; }
.widget-comments .comment-actions,
.widget-comments .comment-actions a {
  color: #aaa;
  font-size: 12px; }
.widget-comments .comment-actions a {
  margin-right: 10px;
  display: inline-block; }
  .widget-comments .comment-actions a:hover {
    color: #555; }

.panel.widget-comments .comment,
.panel .widget-comments .comment {
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px; }

.widget-article-comments .comment {
  padding-top: 13px; }
.widget-article-comments .comment:first-child {
  padding-top: 0; }
.widget-article-comments .comment > .comment {
  margin-left: 26px !important; }
.widget-article-comments .comment-avatar {
  border-radius: 999999px;
  display: block;
  float: left;
  height: 32px;
  position: relative;
  width: 32px; }
.widget-article-comments .comment-heading {
  font-size: 12px;
  padding-bottom: 2px; }
  .widget-article-comments .comment-heading span {
    color: #aaa;
    display: inline-block;
    font-size: 11px;
    margin-left: 5px; }
.widget-article-comments .comment-body {
  float: none;
  margin-left: 46px;
  position: relative; }
  .widget-article-comments .comment-body:before {
    border-color: transparent #e4e4e4 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    content: "";
    display: block;
    height: 0px;
    left: -6px;
    position: absolute;
    top: 11px;
    width: 0px; }
.widget-article-comments .comment-text {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  padding: 7px 12px 8px 12px; }
.widget-article-comments .comment-footer {
  display: block;
  font-size: 12px;
  padding: 4px 12px 0 12px; }
  .widget-article-comments .comment-footer,
  .widget-article-comments .comment-footer a {
    color: #aaa; }
  .widget-article-comments .comment-footer a:hover {
    color: #555; }
  .widget-article-comments .comment-footer i {
    font-size: 13px; }

.panel.widget-article-comments .comment,
.panel .widget-article-comments .comment {
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px; }

.widget-threads .thread {
  padding: 0 0 14px 0; }
  .widget-threads .thread + .thread {
    padding-top: 13px;
    border-top: 1px solid;
    border-top-color: #e4e4e4; }
  .widget-threads .thread:last-child {
    padding-bottom: 0; }
.widget-threads .thread-avatar {
  display: block;
  float: left;
  height: 32px;
  margin-top: 2px;
  width: 32px;
  border-radius: 999999px; }
.widget-threads .thread-body {
  margin-left: 42px; }
.widget-threads .thread-time {
  float: right;
  font-size: 12px;
  color: #aaa; }
.widget-threads .thread-info {
  color: #aaa;
  font-size: 12px; }
  .widget-threads .thread-info a {
    color: #555; }
    .widget-threads .thread-info a:hover {
      color: #888; }

.panel.widget-threads .thread,
.panel .widget-threads .thread {
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px; }

.widget-chat .message + .message {
  padding-top: 15px; }
.widget-chat .message-avatar {
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  border-radius: 2px; }
.widget-chat .message-body {
  margin-left: 55px; }
.widget-chat .message-heading {
  font-size: 12px;
  color: #aaa; }
.widget-chat .message-text {
  background: #f4f4f4;
  margin-top: 4px;
  padding: 10px 15px 12px 15px;
  border-radius: 2px;
  position: relative; }
  .widget-chat .message-text:before {
    border-color: transparent #f4f4f4 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    content: "";
    display: block;
    height: 0px;
    left: -6px;
    position: absolute;
    top: 6px;
    width: 0px; }
.widget-chat .message.right .message-avatar {
  float: right; }
.widget-chat .message.right .message-body {
  margin-left: 0;
  margin-right: 55px; }
.widget-chat .message.right .message-text:before {
  border-color: transparent transparent transparent #f4f4f4;
  border-width: 6px 0 6px 6px;
  left: auto;
  right: -6px; }
.widget-chat .chat-controls {
  width: 100%;
  position: relative; }
  .widget-chat .chat-controls .chat-controls-input {
    margin-right: 90px; }
  .widget-chat .chat-controls .chat-controls-btn {
    position: absolute;
    right: 20px;
    width: 80px;
    top: 10px; }

.panel.widget-chat .message,
.panel .widget-chat .message {
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px; }

.widget-profile .panel-heading {
  padding-top: 18px;
  padding-bottom: 16px;
  overflow: hidden;
  position: relative; }
  .widget-profile .panel-heading:before, .widget-profile .panel-heading:after {
    content: " ";
    display: table; }
  .widget-profile .panel-heading:after {
    clear: both; }
.widget-profile .widget-profile-avatar {
  width: 52px;
  height: 52px;
  border-radius: 999999px;
  float: left;
  margin-right: 12px; }
.widget-profile .widget-profile-header {
  float: none;
  overflow: hidden;
  position: relative;
  margin-top: 3px; }
  .widget-profile .widget-profile-header span {
    font-size: 18px;
    font-weight: 300;
    display: inline-block; }
.widget-profile .widget-profile-bg-icon {
  bottom: -23px;
  width: 100%;
  right: 5px;
  text-align: right;
  position: absolute; }
  .widget-profile .widget-profile-bg-icon > * {
    font-size: 100px;
    color: rgba(255, 255, 255, 0.3); }
.widget-profile .widget-profile-counters {
  text-align: center; }
  .widget-profile .widget-profile-counters > div {
    padding: 15px 0;
    font-size: 11px; }
    .widget-profile .widget-profile-counters > div span {
      font-size: 18px;
      font-weight: 700;
      color: #555; }
  .widget-profile .widget-profile-counters > div + div {
    border-left: 1px solid #e4e4e4; }
.widget-profile .widget-profile-input {
  border: none;
  border-radius: 0; }
.widget-profile .widget-profile-text {
  padding: 10px 15px; }
.widget-profile .widget-profile-counters + .widget-profile-input,
.widget-profile .widget-profile-counters + .widget-profile-text,
.widget-profile .widget-profile-input + .widget-profile-counters,
.widget-profile .widget-profile-input + .widget-profile-text,
.widget-profile .widget-profile-text + .widget-profile-input,
.widget-profile .widget-profile-text + .widget-profile-counters {
  border-top: 1px solid #e4e4e4 !important; }

.panel-dark .widget-profile .widget-profile-header,
.panel-dark.widget-profile .widget-profile-header {
  color: #fff;
  color: rgba(255, 255, 255, 0.8); }
  .panel-dark .widget-profile .widget-profile-header a,
  .panel-dark.widget-profile .widget-profile-header a {
    color: #fff;
    color: rgba(255, 255, 255, 0.8); }
    .panel-dark .widget-profile .widget-profile-header a:hover,
    .panel-dark.widget-profile .widget-profile-header a:hover {
      color: #fff; }
  .panel-dark .widget-profile .widget-profile-header span,
  .panel-dark.widget-profile .widget-profile-header span {
    color: #fff; }

.widget-profile.widget-profile-centered {
  text-align: center; }
  .widget-profile.widget-profile-centered .widget-profile-avatar {
    width: 70px;
    height: 70px;
    float: none;
    margin: 0 auto 8px auto;
    display: block; }

.ie8 .widget-profile-bg-icon {
  display: none !important; }

.widget-messages .message {
  padding: 9px 0;
  position: relative; }
  .widget-messages .message:before, .widget-messages .message:after {
    content: " ";
    display: table; }
  .widget-messages .message:after {
    clear: both; }
  .widget-messages .message > * {
    line-height: 19px; }
  .widget-messages .message .action-checkbox,
  .widget-messages .message .from {
    display: block;
    float: left; }
  .widget-messages .message .action-checkbox {
    width: 20px; }
    .widget-messages .message .action-checkbox > label,
    .widget-messages .message .action-checkbox > input {
      display: inline-block;
      margin: 0;
      position: relative; }
    .widget-messages .message .action-checkbox > label,
    .widget-messages .message .action-checkbox > input {
      vertical-align: middle; }
    .widget-messages .message .action-checkbox > input,
    .widget-messages .message .action-checkbox > label {
      top: -1px; }
  .widget-messages .message .from {
    min-width: 115px;
    max-width: 180px;
    width: 25%;
    padding-left: 5px;
    overflow: hidden;
    color: #555; }
    .widget-messages .message .from:hover {
      color: #888; }
  .widget-messages .message .title {
    display: block;
    float: none;
    overflow: hidden;
    padding-right: 60px; }
  .widget-messages .message .date {
    display: block;
    position: absolute;
    color: #888;
    width: 50px;
    right: 0;
    text-align: right;
    top: 9px; }
  .widget-messages .message .message-title-icon {
    font-weight: 400 !important;
    color: #555;
    display: inline-block;
    margin-right: 7px;
    font-size: 14px;
    text-decoration: none !important; }
  .widget-messages .message.unread .title {
    font-weight: 600; }
.widget-messages .message + .message {
  border-top: 1px solid;
  border-top-color: #e4e4e4; }

.panel.widget-messages .message,
.panel .widget-messages .message {
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px; }
  .panel.widget-messages .message .date,
  .panel .widget-messages .message .date {
    right: 20px; }

.widget-tasks .task {
  padding: 8px 0;
  position: relative;
  background: #fff; }
  .widget-tasks .task:before, .widget-tasks .task:after {
    content: " ";
    display: table; }
  .widget-tasks .task:after {
    clear: both; }
  .widget-tasks .task .action-checkbox,
  .widget-tasks .task .task-title {
    display: block;
    line-height: 21px; }
  .widget-tasks .task .action-checkbox {
    float: left;
    width: 20px; }
    .widget-tasks .task .action-checkbox > label,
    .widget-tasks .task .action-checkbox > input {
      display: inline-block;
      margin: 0;
      position: relative; }
    .widget-tasks .task .action-checkbox > label,
    .widget-tasks .task .action-checkbox > input {
      vertical-align: middle; }
    .widget-tasks .task .action-checkbox > input,
    .widget-tasks .task .action-checkbox > label {
      top: -1px; }
  .widget-tasks .task .task-title {
    color: #444;
    text-decoration: none;
    float: none;
    overflow: hidden; }
    .widget-tasks .task .task-title span {
      display: inline-block;
      color: #aaa;
      margin-left: 5px;
      font-size: 12px;
      font-style: italic; }
  .widget-tasks .task.completed a {
    color: #999;
    text-decoration: line-through; }
    .widget-tasks .task.completed a span {
      display: none; }
  .widget-tasks .task .label {
    display: block;
    position: absolute;
    right: 0; }
  .widget-tasks .task .task-sort-icon {
    color: #bbb;
    cursor: move;
    display: block;
    float: left;
    position: relative;
    margin: -8px 6px -8px 0;
    padding: 8px 12px;
    line-height: 21px; }
.widget-tasks .task + .task {
  border-top: 1px solid;
  border-top-color: #e4e4e4; }
.widget-tasks .task.ui-sortable-helper {
  background: #f1f6f7; }

.panel.widget-tasks .task,
.panel .widget-tasks .task {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 -20px; }
  .panel.widget-tasks .task .label,
  .panel .widget-tasks .task .label {
    right: 20px; }
  .panel.widget-tasks .task .task-sort-icon,
  .panel .widget-tasks .task .task-sort-icon {
    margin-left: -11px; }

.widget-rating,
.widget-rating li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block; }
  .widget-rating a,
  .widget-rating li a {
    display: block;
    color: #bbb;
    text-decoration: none;
    text-align: center;
    font-size: 15px; }
    .widget-rating a:before,
    .widget-rating li a:before {
      content: "\f005";
      font-family: FontAwesome; }

.widget-maps {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .widget-maps img {
    max-width: none !important; }
  .widget-maps label {
    display: inline !important;
    width: auto !important; }
  .widget-maps .gmnoprint {
    line-height: normal !important; }

.widget-notifications .notification {
  position: relative;
  padding: 7px 12px; }
.widget-notifications .notification + .notification {
  border-top: 1px solid #e4e4e4; }
.widget-notifications .notifications-list {
  overflow: hidden;
  position: relative; }
.widget-notifications .notification-title,
.widget-notifications .notification-description,
.widget-notifications .notification-ago {
  display: block;
  margin-right: 35px; }
.widget-notifications .notification-title {
  font-size: 11px;
  font-weight: 700;
  padding-bottom: 1px; }
.widget-notifications .notification-description {
  font-size: 11px;
  color: #666; }
.widget-notifications .notification-ago {
  font-size: 11px;
  font-style: italic;
  color: #bbb; }
.widget-notifications .notification-icon {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -13px 12px 0 0;
  font-size: 14px; }
.widget-notifications .notifications-link {
  text-align: center;
  padding: 8px 0 !important;
  border-top: 1px solid #e4e4e4;
  display: block;
  text-decoration: none !important;
  font-size: 10px;
  font-weight: 800;
  color: #999;
  line-height: 18px !important;
  height: auto !important; }
  .widget-notifications .notifications-link:hover {
    background: #f4f4f4;
    color: #555; }

.widget-messages-alt .message {
  position: relative;
  padding: 10px 12px; }
.widget-messages-alt .message + .message {
  border-top: 1px solid #e4e4e4; }
.widget-messages-alt .messages-list {
  overflow: hidden;
  position: relative; }
.widget-messages-alt .message-avatar {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 999999px;
  top: 50%;
  margin-top: -16px;
  left: 12px; }
.widget-messages-alt .message-subject, .widget-messages-alt .message-subject a,
.widget-messages-alt .message-description,
.widget-messages-alt .message-description a {
  line-height: 17px !important; }
.widget-messages-alt .message-subject {
  display: block;
  padding-left: 42px;
  margin-bottom: 2px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.widget-messages-alt .message-description {
  display: block;
  padding-left: 42px;
  font-size: 11px;
  color: #aaa;
  height: auto !important; }
  .widget-messages-alt .message-description a {
    color: #555; }
    .widget-messages-alt .message-description a:hover {
      color: #888; }
.widget-messages-alt .messages-link {
  text-align: center;
  padding: 8px 0 !important;
  border-top: 1px solid #e4e4e4;
  display: block;
  text-decoration: none !important;
  font-size: 10px;
  font-weight: 800;
  color: #999;
  line-height: 18px !important;
  height: auto !important; }
  .widget-messages-alt .messages-link:hover {
    background: #f4f4f4;
    color: #555; }

.widget-followers .follower {
  padding: 0 0 10px 0;
  position: relative; }
  .widget-followers .follower + .follower {
    border-top: 1px solid;
    border-top-color: #e4e4e4;
    padding-top: 10px; }
  .widget-followers .follower:last-child {
    padding-bottom: 0; }
.widget-followers .follower-avatar {
  border-radius: 99999px;
  display: block;
  float: left;
  height: 32px;
  margin-right: 10px;
  margin-top: 2px;
  width: 32px; }
.widget-followers .follower-controls {
  float: right;
  margin-top: 4px; }
.widget-followers .follower-controls .btn > i {
  font-size: 14px;
  position: relative;
  top: 1px; }
.widget-followers .body {
  line-height: 17px; }
.widget-followers .follower-name {
  color: #333;
  font-size: 13px; }
.widget-followers .follower-username {
  color: #aaa;
  font-size: 12px; }

.panel.widget-followers .follower,
.panel .widget-followers .follower {
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px; }

.input-group .input-group-addon.active {
  color: #fff;
  background: #4cb64c;
  border-color: #46ac46; }
.input-group .input-group-addon label,
.input-group .input-group-addon .control-label {
  margin-bottom: 0; }

.datepicker {
  width: 100% !important; }

.form-button {
  margin-top: 23px; }

.form-group img.preview {
  display: block;
  width: 320px; }

.disabled-input {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #eeeeee; }

.panel-headers.sticky {
  position: fixed;
  top: 46px; }

.page-header-fixed .page-header {
  position: fixed;
  top: 64px;
  z-index: 1020;
  left: 240px;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
.page-header-fixed #content-wrapper {
  padding-top: 136px; }
.page-header-fixed.mmc .page-header {
  left: 56px; }
.page-header-fixed .panel-headers.sticky {
  position: fixed;
  top: 119px; }

@media (min-width: 768px) {
  .grid-embeds > div, .grid-2-embeds > div, .grid-3-embeds > div, .grid-4-embeds > div {
    margin: 0;
    padding: 0;
    float: left; }
  .grid-embeds iframe, .grid-2-embeds iframe, .grid-3-embeds iframe, .grid-4-embeds iframe {
    display: inline;
    margin: 0;
    padding: 0; }
  .grid-embeds:after, .grid-2-embeds:after, .grid-3-embeds:after, .grid-4-embeds:after {
    content: '';
    display: block;
    clear: both; }

  .grid-2-embeds > div {
    width: 50%;
    max-width: 50%;
    width: 50%; }
  .grid-2-embeds iframe {
    width: 50%;
    max-width: 50%;
    width: 50%; }

  .grid-3-embeds > div {
    width: 33.3%;
    max-width: 33.3%;
    width: 33.3%; }
  .grid-3-embeds iframe {
    width: 33.3%;
    max-width: 33.3%;
    width: 33.3%; }

  .grid-4-embeds > div {
    width: 25%;
    max-width: 25%;
    width: 25%; }
  .grid-4-embeds iframe {
    width: 25%;
    max-width: 25%;
    width: 25%; } }
.hidden {
  display: none !important;
  visibility: hidden !important; }

.clearfix {
  clear: both; }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.center-embed iframe, .center-embed blockquote, .center-embed .instagram-media {
  display: block;
  margin: 0 auto !important; }
.center-embed .instagram-media {
  position: relative !important; }

.aspect-ratio-div {
  position: relative; }
  .aspect-ratio-div iframe, .aspect-ratio-div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/**
 * Everything grid related goes here
**/
.grid {
  font-size: 1em;
  font-size: 4vw; }
  .grid:before, .grid:after {
    content: " ";
    display: table; }
  .grid:after {
    clear: both; }
  .grid {
    *zoom: 1; }

.aspect {
  position: relative;
  padding-top: 56.25%; }

.grid-item {
  display: block;
  font-family: "Cervo", Helvetica, Arial, sans-serif;
  letter-spacing: -0.03em;
  font-size: 1.4em;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  -ms-transition: opacity 0.3s, -ms-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s; }
  .grid-item.hidden {
    display: none; }
  .grid-item.fadeout {
    opacity: 0;
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  .grid-item.animate-in {
    animation: grid-item-in 1 0.3s; }
  .grid-item .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ed3624;
    color: white;
    text-decoration: none;
    overflow: hidden; }
  .grid-item .inner,
  .grid-item .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .grid-item .image {
    width: 37.5%;
    height: 100%;
    float: left;
    position: relative; }
  .grid-item .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }
    .grid-item .background img {
      display: block;
      width: 100%; }
    .grid-item .background .background-icon {
      position: absolute;
      top: calc(50% - 50px);
      left: calc(50% - 50px);
      font-size: 100px; }
  .grid-item .content {
    position: relative;
    padding: 0.3em;
    height: 100%; }
  .grid-item .image ~ .content {
    margin-left: 37.5%;
    text-align: right; }
  .grid-item:nth-child(odd) .image {
    float: right; }
  .grid-item:nth-child(odd) .image ~ .content {
    margin-left: 0;
    margin-right: 37.5%;
    text-align: left; }
  .grid-item .title-bar {
    font-weight: 600;
    display: block;
    border-bottom: 1px dashed white;
    padding: 0 10px 0.03em 10px;
    margin: 0 -10px 0.15em -10px; }
  .grid-item .title-bar {
    text-transform: uppercase; }
  .grid-item .author-bar {
    display: block;
    font-weight: 600;
    font-size: 0.85em;
    color: black;
    text-transform: uppercase;
    height: 2.5em;
    line-height: 1em; }
    .grid-item .author-bar .profile-picture {
      width: 1.9em;
      height: auto;
      float: left;
      margin: 0.1em 0.35em 0 0; }
    .grid-item .author-bar .fullname {
      color: #ed3624;
      display: block; }
    .grid-item .author-bar .username {
      color: #3d3d3d;
      display: block; }
  .grid-item .subtitle {
    display: block;
    font-family: "Cervo", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .grid-item .icon {
    position: absolute;
    bottom: 0.3em;
    right: 0.3em;
    background: #ed3624;
    color: #3d3d3d;
    font-size: 0.8em;
    font-weight: 600; }
    .grid-item .icon:before {
      float: right;
      color: white;
      font-size: 1.4em;
      margin: -0.25em 0 0 0.2em; }
  .grid-item .body-center {
    white-space: nowrap; }
    .grid-item .body-center:after {
      content: ' ';
      height: 59%;
      display: inline-block;
      vertical-align: middle; }
  .grid-item .body {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: 1.2em; }
  .grid-item .published-at {
    display: block;
    font-size: 0.6em;
    letter-spacing: default; }
  .grid-item .overlay-title {
    position: absolute;
    bottom: -50px;
    left: -50px;
    right: -50px;
    padding: 1em 60px 60px;
    text-transform: uppercase;
    background: black;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,1+100 */
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.5)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
    .grid-item .overlay-title .title-wrap {
      margin-right: 3em;
      display: block;
      font-size: 0.9em; }
    .grid-item .overlay-title .program {
      position: absolute;
      margin: 0 0 0 60px;
      top: 0.3em;
      left: 0;
      font-size: 0.6em;
      padding: 0.12em 0.4em 0;
      background: #7CBAF7; }
      .grid-item .overlay-title .program.red {
        background: #ed3624; }
      .grid-item .overlay-title .program.yellow {
        background: #F9F3C5; }
      .grid-item .overlay-title .program.purple {
        background: #FC68B6; }
      .grid-item .overlay-title .program.green {
        background: #A8D832; }
      .grid-item .overlay-title .program.blue {
        background: #7CBAF7; }
      .grid-item .overlay-title .program.white {
        background: #ffffff; }
      .grid-item .overlay-title .program.carbon {
        background: #3d3d3d; }
    .grid-item .overlay-title .title-icon {
      width: 0.9em;
      float: left;
      text-align: right;
      margin-right: 0.2em;
      line-height: 0.95em; }
      .grid-item .overlay-title .title-icon:before {
        font-size: 0.75em; }
      .grid-item .overlay-title .title-icon ~ .program {
        left: 2em; }
      .grid-item .overlay-title .title-icon ~ .title-wrap {
        margin-left: 1.33em; }
    .grid-item .overlay-title .date-wrap {
      position: absolute;
      bottom: 60px;
      right: 60px;
      padding-right: 0.25em; }
    .grid-item .overlay-title .article-date {
      font-size: 0.6em;
      color: inherit; }
  .grid-item .time-clock {
    top: 0.05em;
    background-image: url(/assets/clock-empty-white-8ba45d14467229b00fa8736ca98d1a6d56e3312a2bc2b86ef5eb6f554074cc46.svg); }
    .grid-item .time-clock .clock-hour {
      background-image: url(/assets/clock-hour-white-ed2c9bb3f8c10ab76e12b658e432d8cc71a3c183d742a5872e8c72304188a6cb.svg); }
    .grid-item .time-clock .clock-minute {
      background-image: url(/assets/clock-minute-white-50f9b8ec05732a6ea646c365f1496e64c112ad7b9054ed0348ba3ddb40b2e715.svg); }

.homepage-header .inner, .homepage-header
.icon {
  background-color: #F9F3C5; }

.instagram-tile .image,
.edition-track-tile .image {
  width: 56.25%; }
.instagram-tile .image ~ .content,
.edition-track-tile .image ~ .content {
  margin-left: 56.25%; }
.instagram-tile:nth-child(odd) .image ~ .content,
.edition-track-tile:nth-child(odd) .image ~ .content {
  margin-right: 56.25%; }

.title-tile .inner,
.date-tile .inner {
  background: #7CBAF7; }
.title-tile .title,
.date-tile .title {
  margin: 0;
  position: absolute;
  width: 50%;
  left: 50%;
  top: 50%;
  text-align: center;
  font-weight: 600;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .title-tile .title.wide,
  .date-tile .title.wide {
    width: 80%; }
  .title-tile .title span:nth-child(even),
  .date-tile .title span:nth-child(even) {
    color: #ed3624; }

.date-tile .inner {
  background: #ed3624; }

.mgp-tile .inner {
  background: #ed3624; }
.mgp-tile .mgp-title {
  margin: 0;
  font-size: 1em;
  position: absolute;
  width: 56.25%;
  top: 100%;
  left: 3%;
  text-align: center;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top; }
.mgp-tile .song {
  cursor: pointer;
  float: left;
  width: 40%;
  margin: 4% 0 0 4%; }
  .mgp-tile .song:first-of-type {
    margin-left: 12%; }
  .mgp-tile .song .cover {
    position: relative;
    padding-top: 100%; }
    .mgp-tile .song .cover img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .mgp-tile .song .artist {
    display: block;
    font-weight: bold;
    font-size: 0.6em; }
  .mgp-tile .song .track {
    display: block;
    font-size: 0.5em; }
.mgp-tile .mgp-button {
  position: relative;
  line-height: 1.4em;
  font-size: 0.9em;
  text-align: center;
  background: #ffffff; }
  .mgp-tile .mgp-button .text {
    position: relative;
    color: #3d3d3d;
    z-index: 2; }
    .mgp-tile .mgp-button .text:before, .mgp-tile .mgp-button .text:after {
      content: '\0000a0'; }
  .mgp-tile .mgp-button .progress {
    display: block;
    position: absolute;
    background: #F9F3C5;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    -moz-transition: linear width 0.2s;
    -ms-transition: linear width 0.2s;
    -o-transition: linear width 0.2s;
    -webkit-transition: linear width 0.2s;
    transition: linear width 0.2s; }
.mgp-tile.voted .mgp-button, .mgp-tile.finished .mgp-button {
  cursor: auto; }
.mgp-tile.voted .cover, .mgp-tile.finished .cover {
  opacity: 0.8; }
.mgp-tile.voted .song.voted .cover, .mgp-tile.finished .song.voted .cover {
  opacity: 1; }
.mgp-tile.finished .cover {
  opacity: 0.6; }
.mgp-tile.finished .song.winner .cover {
  opacity: 1; }

.grid-item.edition-track-tile .image ~ .content {
  text-align: center; }

.edition-track-tile .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
.edition-track-tile .title-bar,
.edition-track-tile .subtitle {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }
.edition-track-tile .hitlist-position {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  min-height: 5em;
  position: relative; }
  .edition-track-tile .hitlist-position .current {
    display: block;
    font-size: 4em;
    font-weight: bold;
    position: absolute;
    top: 50%;
    line-height: 1em;
    margin-top: -0.58em;
    left: 0;
    width: 100%; }
  .edition-track-tile .hitlist-position .previous {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 0.8em;
    color: #570e07;
    line-height: 0.9em;
    text-transform: uppercase; }
    .edition-track-tile .hitlist-position .previous:before {
      color: white;
      font-size: 0.7em;
      display: inline-block;
      vertical-align: bottom;
      margin: -0.08em 0.2em 0 0; }

.grid-item .cover-buttons {
  position: absolute;
  bottom: 1em;
  width: 100%;
  text-align: center; }
  .grid-item .cover-buttons a {
    position: relative;
    background: #3d3d3d;
    border: 0.1em solid white;
    color: white;
    border-radius: 100%;
    width: 2em;
    height: 2em;
    line-height: 1.8em;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden; }
    .grid-item .cover-buttons a .progress {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      background: #636363;
      width: 0;
      z-index: 1;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .grid-item .cover-buttons a:before {
      position: relative;
      z-index: 2; }
    .grid-item .cover-buttons a.play {
      position: relative;
      padding-left: 0.1em; }
      .grid-item .cover-buttons a.play.playing:before {
        background: white;
        position: absolute;
        top: 30%;
        left: 30%;
        width: 40%;
        height: 40%;
        border-radius: 13%;
        text-indent: -999px;
        overflow: hidden; }
    .grid-item .cover-buttons a.active {
      background: #ed3624; }

[data-role="grid-show-more"] {
  display: block;
  padding-top: 1em;
  clear: both;
  font-family: "Cervo", Helvetica, Arial, sans-serif;
  letter-spacing: -0.03em;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  color: black; }
  [data-role="grid-show-more"] .qi-arrow-down-alt {
    color: #ed3624; }

@media screen and (max-width: 599px) {
  .container .grid-item .inner {
    margin: 2px 0; } }
@media screen and (min-width: 600px) {
  #visual-radio-preview {
    display: block; }

  .grid {
    padding: 2px;
    font-size: 2vw; }

  .homepage-header {
    padding-bottom: 0; }

  .homepage-grid {
    padding-top: 0; }

  .grid-item {
    width: 50%;
    float: left; }
    .grid-item .inner {
      margin: 2px; }
    .grid-item .background {
      margin: -2px;
      -moz-transition: transform 0.3s;
      -ms-transition: transform 0.3s;
      -o-transition: transform 0.3s;
      -webkit-transition: transform 0.3s;
      transition: transform 0.3s; }
    .grid-item .overlay-title {
      -moz-transition: transform 0.3s;
      -ms-transition: transform 0.3s;
      -o-transition: transform 0.3s;
      -webkit-transition: transform 0.3s;
      transition: transform 0.3s; }

  .grid-item:hover .background {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

  .grid-item.edition-track-tile .image {
    float: right; }
  .grid-item.edition-track-tile .image ~ .content {
    margin-left: 0;
    margin-right: 56.25%; } }
@media screen and (min-width: 900px) {
  .grid {
    font-size: 1.3vw; }

  .container .grid {
    font-size: 1em; }

  .grid-item {
    width: 33.3%;
    font-size: 1.5em; }

  .homepage-header .grid-item {
    width: 50%;
    font-size: 2em; }

  .grid-item .cover-buttons {
    font-size: 1.1em; }
    .grid-item .cover-buttons a.rate {
      font-size: 0.8em; }
    .grid-item .cover-buttons a.play {
      font-size: 1em;
      padding-left: 0.1em;
      height: 2.2em;
      width: 2.2em;
      line-height: 2.1em; }
  .grid-item:first-child .cover-buttons {
    font-size: 1em; } }
@media screen and (min-width: 900px) and (max-width: 1499px) {
  .homepage-grid .grid-item:nth-of-type(11n+1),
  .homepage-grid .grid-item:nth-of-type(11n+4),
  .homepage-grid .grid-item:nth-of-type(11n+6),
  .homepage-grid .grid-item:nth-of-type(11n+7),
  .homepage-grid .grid-item:nth-of-type(11n+9),
  .programs-grid .grid-item:nth-of-type(11n+1),
  .programs-grid .grid-item:nth-of-type(11n+4),
  .programs-grid .grid-item:nth-of-type(11n+6),
  .programs-grid .grid-item:nth-of-type(11n+7),
  .programs-grid .grid-item:nth-of-type(11n+9) {
    clear: left; }
  .homepage-grid .grid-item:last-child,
  .programs-grid .grid-item:last-child {
    clear: none; }
  .homepage-grid .grid-item:nth-of-type(11n+8) .aspect,
  .programs-grid .grid-item:nth-of-type(11n+8) .aspect {
    margin-top: -28.125%; }
  .homepage-grid .grid-item:nth-of-type(11n+1),
  .homepage-grid .grid-item:nth-of-type(11n+8),
  .programs-grid .grid-item:nth-of-type(11n+1),
  .programs-grid .grid-item:nth-of-type(11n+8) {
    width: 66.6%;
    font-size: 3em; }
  .homepage-grid .grid-item:nth-of-type(11n+4),
  .homepage-grid .grid-item:nth-of-type(11n+5),
  .programs-grid .grid-item:nth-of-type(11n+4),
  .programs-grid .grid-item:nth-of-type(11n+5) {
    width: 50%;
    font-size: 2em; }

  .hitlist-grid .grid-item:first-child,
  .news-grid .grid-item:first-child,
  .events-grid .grid-item:first-child {
    width: 66.6%;
    font-size: 3em; }
  .hitlist-grid .grid-item:nth-of-type(4),
  .news-grid .grid-item:nth-of-type(4),
  .events-grid .grid-item:nth-of-type(4) {
    clear: left; }
  .hitlist-grid .grid-item.hidden ~ .grid-item:nth-child(4),
  .news-grid .grid-item.hidden ~ .grid-item:nth-child(4),
  .events-grid .grid-item.hidden ~ .grid-item:nth-child(4) {
    clear: none; }
  .hitlist-grid.filtered .grid-item,
  .news-grid.filtered .grid-item,
  .events-grid.filtered .grid-item {
    width: 33.3%;
    font-size: 1.5em; } }
@media screen and (min-width: 1500px) {
  .homepage-grid .grid-item:nth-of-type(16n+1),
  .homepage-grid .grid-item:nth-of-type(16n+4),
  .homepage-grid .grid-item:nth-of-type(16n+9),
  .homepage-grid .grid-item:nth-of-type(16n+12),
  .homepage-grid .grid-item:nth-of-type(16n+14),
  .programs-grid .grid-item:nth-of-type(16n+1),
  .programs-grid .grid-item:nth-of-type(16n+4),
  .programs-grid .grid-item:nth-of-type(16n+9),
  .programs-grid .grid-item:nth-of-type(16n+12),
  .programs-grid .grid-item:nth-of-type(16n+14) {
    clear: left; }
  .homepage-grid .grid-item:last-child,
  .programs-grid .grid-item:last-child {
    clear: none; }
  .homepage-grid .grid-item:nth-of-type(16n+16) .aspect,
  .programs-grid .grid-item:nth-of-type(16n+16) .aspect {
    margin-top: -28.125%; }
  .homepage-grid .grid-item:nth-of-type(16n+4),
  .homepage-grid .grid-item:nth-of-type(16n+16),
  .programs-grid .grid-item:nth-of-type(16n+4),
  .programs-grid .grid-item:nth-of-type(16n+16) {
    width: 50%;
    font-size: 2.25em; }
  .homepage-grid .grid-item:nth-of-type(16n+5),
  .homepage-grid .grid-item:nth-of-type(16n+6),
  .homepage-grid .grid-item:nth-of-type(16n+7),
  .homepage-grid .grid-item:nth-of-type(16n+8),
  .homepage-grid .grid-item:nth-of-type(16n+12),
  .homepage-grid .grid-item:nth-of-type(16n+13),
  .homepage-grid .grid-item:nth-of-type(16n+14),
  .homepage-grid .grid-item:nth-of-type(16n+15),
  .programs-grid .grid-item:nth-of-type(16n+5),
  .programs-grid .grid-item:nth-of-type(16n+6),
  .programs-grid .grid-item:nth-of-type(16n+7),
  .programs-grid .grid-item:nth-of-type(16n+8),
  .programs-grid .grid-item:nth-of-type(16n+12),
  .programs-grid .grid-item:nth-of-type(16n+13),
  .programs-grid .grid-item:nth-of-type(16n+14),
  .programs-grid .grid-item:nth-of-type(16n+15) {
    width: 25%;
    font-size: 1.1em; }

  .hitlist-grid .grid-item,
  .news-grid .grid-item,
  .events-grid .grid-item {
    width: 25%;
    font-size: 1.1em; }
  .hitlist-grid .grid-item:first-child,
  .news-grid .grid-item:first-child,
  .events-grid .grid-item:first-child {
    width: 50%;
    font-size: 2.25em; }
  .hitlist-grid .grid-item:nth-of-type(6),
  .news-grid .grid-item:nth-of-type(6),
  .events-grid .grid-item:nth-of-type(6) {
    clear: left; }
  .hitlist-grid .grid-item.hidden ~ .grid-item:nth-child(6),
  .news-grid .grid-item.hidden ~ .grid-item:nth-child(6),
  .events-grid .grid-item.hidden ~ .grid-item:nth-child(6) {
    clear: none; }
  .hitlist-grid.filtered .grid-item,
  .news-grid.filtered .grid-item,
  .events-grid.filtered .grid-item {
    width: 25%;
    font-size: 1.1em; } }
.navbar-brand img {
  height: 18px; }

.signin-info .logo img {
  height: 32px; }

.favorite, .favorite:visited, .favorite:hover, .favorite:link {
  color: #aaa; }

.theme-dust .widget-chat.panel {
  border-color: rgba(214, 214, 214, 0); }
.theme-dust .widget-chat .panel-footer {
  border-top: 1px solid rgba(236, 236, 236, 0); }
.theme-dust .widget-chat p {
  margin: 0; }

.panel.social .list-group-item {
  background-color: inherit; }

.timeline p, .message p {
  margin: 0; }

textarea.form-control, textarea.form-control-inline {
  height: 150px; }

.panel-collapsible > .panel-heading {
  cursor: pointer; }

.collapse-chevron {
  transition: transform 0.2s ease; }

[data-toggle="collapse"]:not(.collapsed) .collapse-chevron {
  transform: rotate(180deg); }

.panel .thumbnail {
  margin-bottom: 0; }

.btn.btn-with-icon {
  margin-left: .3em; }

.form-control-inline, select.time_picker {
  min-width: 0;
  width: auto;
  display: inline; }

label.time_picker {
  display: block; }

.ui-menu {
  z-index: 9000; }
  .ui-menu .ui-menu-item a.btn.btn-danger, .ui-menu .ui-menu-item .gldp-flatwhite a.btn.empty, .gldp-flatwhite .ui-menu .ui-menu-item a.btn.empty {
    color: #ffffff;
    display: inline-block; }

.ui-datepicker, .bootstrap-timepicker-widget {
  z-index: 19000 !important; }

.votelist-fields {
  display: none; }
  .votelist-fields.visible {
    display: block; }

.answer-fields, .radio-images-fields {
  display: none; }
  .answer-fields.visible, .radio-images-fields.visible {
    display: block; }

.list-item .preview .grid-item {
  width: 100%; }
  .list-item .preview .grid-item .overlay-title {
    font-size: 0.75em; }
.list-item .preview img {
  width: 100%; }

.list-item-striped:nth-child(even), .dl-striped:nth-child(even) {
  background-color: #eee; }

.big-redactor .redactor-editor {
  height: 300px; }

.table th.fit, .table td.fit {
  white-space: nowrap;
  width: 1%; }

.modal {
  z-index: 1054; }

.medialaan-video {
  width: 480px;
  height: 270px;
  margin: 5px 0 10px;
  background-color: black;
  color: white;
  text-align: center;
  padding: 115px 0; }
  .medialaan-video:before {
    content: "Medialaan player"; }

.video-placeholder {
  position: relative; }

.cropper.thumbnail .upload-image {
  display: none; }
.cropper.thumbnail.active {
  border: 1px solid #676767;
  box-shadow: 0 0 50px #dddddd; }
  .cropper.thumbnail.active .upload-image {
    display: block; }
.cropper.thumbnail h3 {
  text-align: center;
  font-weight: 200; }
.cropper.thumbnail img {
  width: 100%; }

.gldp-flatwhite .monyear {
  background-color: #857197;
  color: white;
  font-weight: 500; }
.gldp-flatwhite .dow {
  background-color: #787878;
  color: white; }
.gldp-flatwhite .next-arrow, .gldp-flatwhite .prev-arrow {
  text-shadow: initial; }

.redactor-wrapper {
  margin: -20px -20px 0; }

.ui-datepicker-calendar .unselectable {
  opacity: 0.3 !important; }

.cms-list-preview {
  width: 33.3%;
  /* whatever width you want */
  display: inline-block;
  position: relative; }

.cms-list-preview:after {
  padding-top: 56.25%;
  /* 16:9 ratio */
  display: block;
  content: ''; }

.cms-list-preview-main {
  padding: 6%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  left: 0;
  /* fill parent */
  background-color: #ed3624;
  /* let's see it! */
  color: white; }

.cms-content-sort-column-active.direction-asc span::before {
  content: "\f0de";
  font-family: "FontAwesome";
  padding: 6px; }

.cms-content-sort-column-active.direction-desc span::before {
  content: "\f0dd";
  font-family: "FontAwesome";
  padding: 6px; }

.cms-content-sort-column span::before {
  content: "\f0dc";
  font-family: "FontAwesome";
  padding: 6px; }

#content-wrapper {
  min-height: 875px; }

.content-title.redactor-layer {
  padding: 3px 12px; }
  .content-title.redactor-layer p {
    margin-bottom: 0; }

.banner-group {
  padding: 0; }

.banner * {
  max-width: 700px; }

.fake-background {
  background: #edece7;
  padding-top: 22px;
  margin: 0 -20px -42px -20px; }
/*
	Redactor II

	http://imperavi.com/redactor/

	Copyright (c) 2009-2017, Imperavi Oy.
	License: http://imperavi.com/redactor/license/
*/

@font-face {
  font-family: 'Redactor';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBkUAAAC8AAAAYGNtYXAXVtKuAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZnzExC8AAAF4AAAcJGhlYWQMgV4/AAAdnAAAADZoaGVhB7gD6QAAHdQAAAAkaG10eKYBDw8AAB34AAAAsGxvY2GR7orEAAAeqAAAAFptYXhwADQApgAAHwQAAAAgbmFtZVDOJQoAAB8kAAABknBvc3QAAwAAAAAguAAAACAAAwP0AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpJwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Sf//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAADAAAAgAQAAwAADwAjADMAABMhMhYdARQGIyEiJj0BNDYDITIWHQEUBiMhOAExIiY9ATQ2MxMhMhYdARQGIyEiJj0BNDa7AooZIiIZ/XYZIiJnA4oZIiIZ/HYYIyIZgAKKGSIiGf12GSIiAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAAADAAAAgAQAAwAAEAAkADUAABMhMhYdARQGIyEiJj0BNDYzESEyFh0BFAYjITgBMSImPQE0NjMRITIWHQEUBiMhIiY9ATQ2MzsCyhkiIhn9NhkiIhkDihkiIhn8dhgjIhkCyhkiIhn9NhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAAAAwAAAIAEAAMAAA8AIwAzAAATITIWHQEUBiMhIiY9ATQ2AyEyFh0BFAYjITgBMSImPQE0NjMTITIWHQEUBiMhIiY9ATQ2+wLKGSIiGf02GSIipwOKGSIiGfx2GCMiGcACyhkiIhn9NhkiIgMAIhkKGSIiGQoZIv8AIhkJGSIiGAoZIv8AIhkKGSIiGQoZIgAAAwEZAEcC5wMAACUALgBLAAAlPgE1NCY1NjQ1NCYnPgE3PAE1NCYnLgEjKgEjIgcRMzIWMzI2NwMyFRQjIiM1MwM6ATMyFhceARUcARUcARUUBgcOASMiJiMiJzUzAp8hJwEBSDckMAEhGyFRLQIFAjiIzwMGAzBYJMpqdx8cRgcFCQUcNBYPEhUSFjQcBAkEFiZAgBlKLAEEAQMHAz1dEBFFKwEDASY/FhgbBv1OAR8bAhZPWqb+/w4ODSgXAgUCAgQCGSwODg8BA+MAAgDAAAADQAOAACcAMwAAJSImJzEnBw4BIzgBMSoBIyImJxE+ATM6ATMhOgEzMhYXEQ4BIyoBIwERNz4BMzIWFzEXEQMACxMI2toIEwsBAgEYIgICIhgBAgECAAECARgiAgIiGAECAf5AmgcUCgsTCJsABwWOjgYGIBcDERggIRf88BchAxD9mGUGBgYGZQJoAAAAAAUAQAAAA8ADgAAPABMAIQAvAD0AAAEhIgYVERQWMyEyNjURNCYDIREhBSEyFhUUBiMhIiY1NDYXITIWFRQGIyEiJjU0NhchMhYVFAYjISImNTQ2A0D9gDVLSzUCgDVLSzX9gAKA/gABgBslJRv+gBslJRsBgBslJRv+gBslJRsBgBslJRv+gBslJQOASzX9gDVLSzUCgDVL/QACgEAlGxslJRsbJcAlGxslJRsbJcAlGxslJRsbJQADAEAAAAPAA4AADwATAE4AAAEhIgYVERQWMyEyNjURNCYDIREhAzEHDgEjOAExKgEjIiYnNDY3MTcjMCIxIiYnNDY3MTc+ATM4ATE6ATMyFhcUBgcxBzMwMjEyFhcUBgcDQP2ANUtLNQKANUtLNf2AAoCIwAUQCQEBAQ4UAgQElOkCDhUBBATABRAJAQEBDhQCBASU6QIOFQEEBAOASzX9gDVLSzUCgDVL/QACgP6t4AYHEg4FCgStEg4FCgTgBgcSDgUKBK0SDgUKBAABAIAAPAOAAwEAbQAAASMuAS8BLgEnLgEnLgE1MDQ1PAE1NDY3PgEzOgEzHgEXHgEXNy4BIyoBByoBIyIGBw4BFRwBFRwBFRQWFx4BHwEhFSEXHgEVHAEVFAYHDgEjKgEjLgEnLgEnBx4BMzoBMzIWMzI2Nz4BNy4BJxcDgPQSKBc7FSMRCA0FBQUPDQ0jEwIEAhMkEQ8cDRocQiQHDgYBBAImRBoZHQ8NEzAdMf6dAcQECQoSDxEqGAEEARMkEREgDiEfTCkCBAMCBwMsTiAdIgEBCAfUAYASHQsbChUNBhIKCxcNAQEBAQEUIg0LDgEGBgUNCFEREwEbGBc/JQEDAQECAhw1FxgmCxdABA4hEQEBARYmDg4QAQcGBRALVxUWAR0aF0QoFCYSAgACAEAAAAPAA4AAGgA2AAABBzMyFhUUBisBIiY9ATQ2MzIWHQE3HgEXFDY/ASMiJjU0NjsBMhYdARQGIyImPQEHLgEnNAY3AcDnRxMaGhOzExoaExIb5hgiBgZ650cTGhoTsxMaGhMSG+YYIgYGBgFA5hsSExoaE7MTGhoTR+cFIxcKD/rmGxITGhoTsxMaGhNH5wUjFwoPBgAAAAADAEAAQAPAA4AAFwAaAB4AAAEjFTMRIREzNSMiBhURFBYzITI2NRE0JgEHISczESMDQICA/YCAgDVLSzUCgDVLS/6LgAEAqlRUAoCA/sABQIBLNf7ANUtLNQFANUsBANog/roAAwBAAAADwAOAAAMAEwAbAAABMycHASEiBhURFBYzITI2NRE0JgMnIwcjEzMTAbiNRkcBiP2ANUtLNQKANUtL5yvIKHPoLuoBgdHRAf9LNf2ANUtLNQKANUv9QHNzAkD9wAAAAAQAPwDAA78C/wAHAAoAaACVAAAlAyMDMzczFycjNwERMDQ1NCYnLgEnLgEnLgEjKgExOAExIgYHBgcGBwYHFT4BNz4BMzoBMzIWFx4BFTAUHQEjJiIjIgYHDgEVHAEVOAEVFBYXHgEXHgEXHgEzOgEzOAExMjY3PgE3FzMnDgEHDgEHKgEjIiYnLgEnLgEnLgE1OAExNDA1NDY3PgE3PgE3PgEzOgE7ARUCQOou6XMpyCtJjEYCgAYFBA8JChcNDh4PAQIKEwoRERAQDwwNHxEQIRACBAIQHgwKC04DBwQfOBgTFwQEAwsHCBMKDBoOAQIBEiIQER8NATtCDR4RDBoOAQEBBw4GBgkEBAUCAgEDAgMIBgYOCAkUCwEBAVPAAj/9wXNzwNH+egEEAgEOGgwLEwgHDAMEBAEBAgQDBAQFOwYKBAQECwkKGg8CASEBEg8OLBoBAgIBCxUKCREHBwsEBAUIBggWDjNoDBYIBwcBAwICBgQECAUFCwUBAQcOBgYLBAUHAgMCQwAAAAcAPwBAA9EDQAAHAAoADgASABYAGgAeAAAlAyMDMzczFycjNyUzESMTFwcnNwcXNwM3JwcXJzcXAkDqLulzKcgrSYxGAcFAQCQttS2tLbUtrS21La0ttS3AAj/9wXNzwNHv/QAC8S21LbUttS390y21LbUttS0AAAEAwABAA0ADQAAqAAABISoBIyIGBw4BBw4BBw4BFRwBFRQWFx4BFx4BFx4BMzoBMxEzETMRMxEzA0D+YAIFAhgsFRMjDw4WCAYHCQcIFw4OIRMVLRgCBAFcgFxoA0AHBgYUDAwdERAiEgIFAhMkEBEdDA0VBwcI/nMCq/1VAqsAAv/xALMEBALcAAUACwAAAS0BJwkBAQ0BFwkBAZ//AAEAUf6jAV0BCQEA/wBQAV3+owEAyMZO/uz+6wHcyMZNARQBFAAGAEAAQAPAA0AAAwAcAB8AIgAyAEIAAAERIREFOgEzMhYXDgEjKgEjKgEjIiYnPgEzOgEzBzcXMTcXASEyFh0BFAYjISImPQE0NhMhMhYdARQGIyEiJj0BNDYBAAIA/qsBAgIVHgMDHhUCAgEBAwEVHwICHxUBAwFcTUh0bf22AwoZIiIZ/PYZIiIZAwoZIiIZ/PYZIiICgP6AAYBKHBQVGxsVFBz2UFCAgAIAIhkKGSIiGQoZIv2AIhkKGSIiGQoZIgAABwBAAIADwAMAAA8AIwAzADcAUABTAFYAAAEzMhYdARQGKwEiJj0BNDYTMzIWHQEUBisBOAExIiY9ATQ2MwEhMhYdARQGIyEiJj0BNDYDESERBTAyMzIWFw4BIyoBMSoBMSImJz4BMzAyMwc3FyM3FwK7yhkiIhnKGSIiGckZIiIZyRgjIhn9wAMKGSIiGfz2GSIiIgHA/tYBARQdAQEdFAEBAQEUHQEBHRQBAVFDQANoYAMAIhkKGSIiGQoZIv8AIhkJGSIiGAoZIv8AIhkKGSIiGQoZIgIA/oABgEocFBQcHBQUHPZQUICAAAAHAEAAgAPAAwAADwAmADYAOgBNAFAAUwAAEzMyFh0BFAYrASImPQE0NhMzMhYdARQwMRQGIzgBMSMiJj0BNDYzESEyFh0BFAYjISImPQE0NgERIREFMDIzMhYXDgEjIiYnPgEzOgEzBzcXJzcXe8oZIiIZyhkiIhnKGSIiGcoZIiIZAwoZIiIZ/PYZIiIBngHA/tYBARQdAQMdFRQdAwEdFAEBAVFEQARlYwMAIhkKGSIiGQoZIv8AIhkJARkiIhkKGSL/ACIZChkiIhkKGSICAP6AAYBKHBQUGxsUFBz2T1ABgIAAAAAABAAAAAAEAAOAAAMAHAAfACIAABMRIREFOgEzMhYXDgEjKgEjKgEjIiYnPgEzOgEzAzcXNRsBAAQA/VQBAQEvQwEBQy8BAQEBAQEvQwEBQy8BAQG3m5Ho2gOA/IADgKxBLy9BQS8uQv3Ft7sEASf+1AAAAAAFAAAAgAQAAwAAEAAkADQANwA7AAATITIWHQEUBiMhIiY9ATQ2MwEhMhYdARQGIyE4ATEiJj0BNDYzESEyFh0BFAYjISImPQE0NicHEQczFSM7A4oZIiIZ/HYZIiIZAcAByRkiIhn+NxgjIhkByhkiIhn+NhkiIqLAgICAAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIaEBQIBAAAACAMAAAAOAA4AAGgA1AAAlKgEjIi4CJzQ+AjMyHgIVDgMjKgEjNToBMzI+Ajc0LgIjIg4CFR4DMzoBMwIgAQMBR35eNwFhfHIREXJ8YQE3Xn5HAQMBAQIBNV5HKQFLXlUKClVeSwEpR141AQIBADVdfEdHv614eK2/R0d8XTVVKEZdNTWThV5ehZM1NV1GKAABAbMASAKMAvYAAwAAJRMjAwITeV96SAKu/VIAAQAAAYEEAAIAABMAABMhMhYdARQGIyE4ATEiJj0BNDYzOwOKGSIiGfx2GCMiGQIAIhkJGSIiGAoZIgAAAwAAAL8EAALBACwAMABhAAAlIiYnNzMeATMyFjMyNjcuASMqASMOAQcnNT4BMzI2MzIeAhcOAyMiJiMBIRUhJw4BBycVDgEVFBYXFTMeATMyNjcXFQ4BIyIGIyIuAic+AzMyFjMyFhcHIy4BJwLcKUshAj0TKxcECQRAXggHX0AECQQXLBQ7IEooBAkFNmFKLgQELkphNgUJBP6SASX+20kXLBQ6EhMTEjwTKxcYLBQ7IEooBAkFNmFKLgQELkphNgUJBChLIQI9EysXwBQSWggKAVQ+P1UBCgkBWxEUAShFXjU2XkYoAQFAgNMBCgkBKREtGRotESgICgoJAVsRFAEoRV41Nl5GKAEUEloJCQEAAAAABQAaAIAEAAMAAA8AIwAzADwAYwAAASEyFh0BFAYjISImPQE0NhMhMhYdARQGIyE4ATEiJj0BNDYzESEyFh0BFAYjISImPQE0NgM1Iw4BDwE3FRM1Izc+ATc0NjU0JicuASMiBiM4ATEiBgcOAQcXPgEzMhUOAQ8BFQE7AooZIiIZ/XYZIiIZAooZIiIZ/XYYIyIZAooZIiIZ/XYZIiKdEA4kFAEvVVYvCg0CAQsJCxkOAgICChQICA0EGwUVDCACCwlJAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAQjlEBsKJxyl/oAkRw4gEgEBAQwWBwgJAQUGBQ0JFgsOGhAbC2kMAAAFAAAAgAQAAwAAEAAkADQANwA7AAATITIWHQEUBiMhIiY9ATQ2MwEhMhYdARQGIyE4ATEiJj0BNDYzESEyFh0BFAYjISImPQE0NiUXERUzFSM7A4oZIiIZ/HYZIiIZAcAByRkiIhn+NxgjIhkByhkiIhn+NhkiIv4ewICAAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIaEBQIBAAAAGAAD/wAQAA8AAEwAnACsALwAzADcAAAEiDgIVFB4CMzI+AjU0LgIDIi4CNTQ+AjMyHgIVFA4CASEVIREhFSEbARcDNxMXAwIAaruLUFCLu2pqu4tQUIu7alCLaTw8aYtQUItpPDxpi/7wAYD+gAGA/oBASjZKSko3SwPAUIu7amq7i1BQi7tqaruLUPyAPGmLUFCLaTw8aYtQUItpPAFAQAEAQP7bAeUb/hsbAeUa/hoAAAAFAAAAgAQAAwAAEAAtAD4AWwBvAAATITIWHQEUBiMhIiY9ATQ2MwEzMjAxMhYVOAExFRQwMRQGIzgBMSMiJj0BNDYzASEyFh0BFAYjISImPQE0NjMBMzIwMTIWFTgBMRUUMDEUBiM4ATEjIiY9ATQ2MzsBMhYdARQGKwE4ATEiJj0BNDYzOwOKGSIiGfx2GSIiGQEACQEZIiIZChkiIhn/AAOKGSIiGfx2GSIiGQHACQEZIiIZChkiIhnACRkiIhkJGCMiGQMAIhkKGSIiGQoZIv8AIhkJARkiIhkKGSL/ACIZChkiIhkKGSIBACIZCQEZIiIZChkiIhkJGSIiGAoZIgAAAAEAwACAA0ADAABBAAA3MDIxMjY1OAExNTQ2MyEHDgEVFBYzMjY3MTc+ATU0Ji8BLgEjIgYVFBYfASE4ATEiDgIVOAExFTgBMRQWMzgBMegBEBhdQwEHhAYGGBAIDwXIBgYGBsgFDwgQGAYGhP74MldBJhcRgBcRoEJehAUOCRAYBwXIBQ8ICA8FyAYGFxEIDgaEJUJXMqARFwAAAAIAQAAAA4ADgAAbADcAAAEHMzIWFRQGKwEiJj0BNDYzMhYdATceARcUNgcBNyMiJjU0NjsBMhYdARQGIyImPQEHLgEnNAY3A4DnRxMaGhOzExoaExIb5hgiBgYG/MDnRxMaGhOzExoaExIb5hgiBgYGA0DmGxITGhoTsxMaGhNH5wUjFwoPBv0A5hsSExoaE7MTGhoTR+cFIxcKDwYAAAABAIAAPgN/A0AAowAAJSIjBz4BNz4BNz4BNz4BNTwBNTwBNTQmJy4BJy4BJy4BIyoBIyoBIyIGBw4BBw4BBw4BFRwBFTgBMRQWFx4BFx4BFx4BFyciKwEVMBQxFBYXHgEzOgExITUuAScuAScuAScuATU8ATE8ATU0Njc+ATc+ATc+ATMyFhceARceARceARUcARUwFBUUBgcOAQcOAQcOAQ8BIToBMTI2Nz4BNTA0MTUC9hcXLRksFBMiDw4XCAgJEA8OKBgaOiAiSSYBAgEBAgEmSSIhOxkZKA4OEAkICBcPDiITFCwXKxcWigYGBQ8IAQEBGRUmEBIdDA0VBwcICwoKGxERJxYWMhkaMRgVKBERGwkKCwgHBxQNDB4RESUVAQEZAQEJDgYFBqgFCRgPDyQUFS4YGjYcAQEBAQEBJkcgHzcXFiMMDA4ODQwkFxc3HyBHJgECAR03GhkuFBQkDw8YCQVAAQgOBQUGkQMQDAweERIpFxcyGgEBAQMBHDQYFiYPDxcICAgICAgXDw8mFhg0HAEDAQEBGjIYFikSER4MDA8EjwYFBQ4IAUAAAAACARUAFgPpAp0ACwA1AAAlJzcjBycjFwczNxcFNSM3PgE3PAE1NCYnLgEjKgEjMCIjIgYHDgEHFz4BNz4BMzIVDgEPARUCzLurXXVqXZ2rYXKAAYGPUhAVAxANECcVAgQCAQEQHQ0LEQQfBQ0ICBMLOQMSD3PI8OWhoeXwq6uwLYAWNB0CAwETIQwLDQgHBhQMGwkNBQUGMxowE7AKAAAAAgEVAMgD6QONAAsANQAAJSc3IwcnIxcHMzcXATUjNz4BNzwBNTQmJy4BIyoBIyoBIyIGBw4BBxc+ATc+ATcyFQ4BDwEVAsy7q111al2dq2FygAGBj1IQFQMQDREoFgEDAQEBARAdDQsRBCAEDQgIFAo5AhMPcsjw5aGh5fCrqwFQLYAWNB0CAwETIQwNDggHBhQMGwgOBQUFATMbLxSwCgAAAAAGAEAAQAPAAwAAAwAHAAsADwATABcAABMhFSElIRUhBSEVISUhFSEFIRUhJSEVIUABov5eAd4Bov5e/iIBov5eAd4Bov5e/iIBov5eAd4Bov5eAwDAwMBAwMDAQMDAwAACAIAAQQOAA0AALQBbAAABMhYVMBQVFAYHNQchMhYVFAYjIRceARUcATEUBiMiJic1Jy4BNTQ2NzE3PgEzATEXHgEVFAYHMQcOASMiJjUwNDE0NjcxNyEGJjU0NjMhJy4BNTwBMTQ2MzIWFwEQFBwIBg4CLBQcHBT91A4HBxwUCxEGYAYICAZgBhELAgBgBwcHB2AGEQsUHAgGDv3WFBwcFAIsDgcHHBQLEQYDQCYaAQEMFgoBEyYaGiYTCRYMAQEaJgoIAYAJFw0MFwqACAv+bYAJFw0MFwqACAolGwENFgkTASYaGiYTCRYMAQEaJgoIAAAABAEAAIADAQMAAAMABwALAA8AAAEnNxcXNycHAwcXNzcXBycBKSnrKcMq7CnDKespwyrsKQIAJ9km2ibaJv6mJton2SfZJwAAAgDQ/8ADEAMOADIANgAAARwBFRQWFx4BMzI2MzoBMzI2Nz4BNTwBNREjERwBFRQGBw4BIyoBIyoBIyImNTQ2NREjAzUhFQESHxseSyoFCgUCBwMsTR8cIVgUERIxGwIEAgIDAzVLAVhCAkABTAMHAylJGhgcAR0aGkgqAwYDAb/+RgEEAhsvEhEUSzUCAwIBtvy3ODgAAAABAMAAgANAAwAAMAAAJSImPQE0JiMhFx4BFRQGIyImJzEnLgE1NDY/AT4BMzIWFRQGBzEHITIeAh0BFAYjAxgQF15C/veEBgYYEAgPBcgGBgYGyAUPCBAYBgaEAQgyV0EmFxGAFxGgQl6EBQ4JEBgHBcgFDwgIDwXIBgYXEQgOBoQmQVgxoBEXAAAAAAYAAACABAADAAAPACMAMwBDAGAAcAAAEyEyFh0BFAYjISImPQE0NhMhMhYdARQGIyE4ATEiJj0BNDYzESEyFh0BFAYjISImPQE0NiMzMhYdARQGKwEiJj0BNDYTMzIwMTIWFTgBMRUUMDEUBiM4ATEjIiY9ATQ2MxEzMhYdARQGKwEiJj0BNDb7AsoZIiIZ/TYZIiIZAsoZIiIZ/TYYIyIZAsoZIiIZ/TYZIiKnChkiIhkKGSIiGQkBGSIiGQoZIiIZChkiIhkKGSIiAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIhkKGSIiGQoZIgEAIhkJARkiIhkKGSIBACIZChkiIhkKGSIAAAQAAABABAADQAAXACcASABLAAABISIOAhURFB4CMyEyPgI1ETQuAhMUBiMhIiY1ETQ2MyEyFhUFMQcOASMwIjEqASMiJic1PgEzOgEzMhYXIxceARUUBgcnNycDAP4ANV1GKChGXTUCADVdRigoRl1LSzX+ADVLSzUCADVL/umaBg0IAQECARIbAgIbEgECAQgOBwGaCg0NCoAICwNAKEZdNf8ANV1GKChGXTUBADVdRij+ADVLSzUBADVLSzWjVgMEGRKqEhkEBFUEEwwLEwQdBQYAAQAAAAEAAL19wCtfDzz1AAsEAAAAAADUtozhAAAAANS2jOH/8f/ABAQDwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAP/x//wEBAABAAAAAAAAAAAAAAAAAAAALAQAAAAAAAAAAAAAAAIAAAAEAAAABAAAAAQAAAAEAAEZBAAAwAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAD8EAAA/BAAAwAQA//EEAABABAAAQAQAAEAEAAAABAAAAAQAAMAEAAGzBAAAAAQAAAAEAAAaBAAAAAQAAAAEAAAABAAAwAQAAEAEAACABAABFQQAARUEAABABAAAgAQAAQAEAADQBAAAwAQAAAAEAAAAAAAAAAAKABQAHgBmALAA+AFeAagCBAJqAwADTgOAA7IEeAS0BPQFFgV4Be4GYgacBvAHOAdGB2QH7gh2CMoJJAmmCfQKRAscC2wLvgvuDGgMjAzYDR4NqA4SAAAAAQAAACwApAAHAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAgAAAABAAAAAAACAAcAaQABAAAAAAADAAgAOQABAAAAAAAEAAgAfgABAAAAAAAFAAsAGAABAAAAAAAGAAgAUQABAAAAAAAKABoAlgADAAEECQABABAACAADAAEECQACAA4AcAADAAEECQADABAAQQADAAEECQAEABAAhgADAAEECQAFABYAIwADAAEECQAGABAAWQADAAEECQAKADQAsFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZ3VsYXIAUgBlAGcAdQBsAGEAclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AckZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="re-icon-"], [class*=" re-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Redactor' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.re-icon-aligncenter:before {
  content: "\e900"; }

.re-icon-alignment:before,
.re-icon-alignleft:before {
  content: "\e901"; }

.re-icon-alignright:before {
  content: "\e902"; }

.re-icon-bold:before {
  content: "\e903"; }

.re-icon-bookmark:before {
  content: "\e904"; }

.re-icon-clips:before {
  content: "\e905"; }

.re-icon-codesnippets:before {
  content: "\e906"; }

.re-icon-deleted:before {
  content: "\e907"; }

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

.re-icon-file:before {
  content: "\e909"; }

.re-icon-fontcolor:before {
  content: "\e90a"; }

.re-icon-fontfamily:before {
  content: "\e90b"; }

.re-icon-fontsize:before {
  content: "\e90c"; }

.re-icon-format:before {
  content: "\e90d"; }

.re-icon-html:before {
  content: "\e90e"; }

.re-icon-imagecenter:before {
  content: "\e90f"; }

.re-icon-imageleft:before {
  content: "\e910"; }

.re-icon-imageright:before {
  content: "\e911"; }

.re-icon-image:before {
  content: "\e912"; }

.re-icon-indent:before {
  content: "\e913"; }

.re-icon-inline:before {
  content: "\e914"; }

.re-icon-italic:before {
  content: "\e915"; }

.re-icon-horizontalrule:before {
  content: "\e916"; }

.re-icon-link:before {
  content: "\e917"; }

.re-icon-ol:before,
.re-icon-ordered:before {
  content: "\e918"; }

.re-icon-outdent:before {
  content: "\e919"; }

.re-icon-properties:before {
  content: "\e91a"; }

.re-icon-readmore:before {
  content: "\e91b"; }

.re-icon-redo:before {
  content: "\e91c"; }

.re-icon-retract:before {
  content: "\e91d"; }

.re-icon-specialcharacters:before {
  content: "\e91e"; }

.re-icon-sub:before {
  content: "\e91f"; }

.re-icon-sup:before {
  content: "\e920"; }

.re-icon-table:before {
  content: "\e921"; }

.re-icon-textdirection:before {
  content: "\e922"; }

.re-icon-toggle:before {
  content: "\e923"; }

.re-icon-underline:before {
  content: "\e924"; }

.re-icon-undo:before {
  content: "\e925"; }

.re-icon-ul:before,
.re-icon-lists:before,
.re-icon-unordered:before {
  content: "\e926"; }

.re-icon-video:before {
  content: "\e927"; }

.redactor-box {
  position: relative;
  overflow: visible; }

.redactor-layer,
.redactor-box {
  background: #fff; }

.redactor-layer,
.redactor-box,
.redactor-box textarea {
  z-index: auto; }

.redactor-link-tooltip {
  z-index: 1050; }

.redactor-toolbar {
  z-index: 100; }

.redactor-box-fullscreen {
  z-index: 1051; }

.redactor-air,
.redactor-dropdown {
  z-index: 1052; }

#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
  z-index: 1053; }

.redactor-body-fullscreen .redactor-link-tooltip {
  z-index: 1099; }

.redactor-box-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.redactor-placeholder:after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: attr(placeholder);
  display: block;
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal !important; }

.redactor-layer {
  position: relative;
  overflow: auto;
  margin: 0;
  padding: 24px 20px;
  padding-top: 20px;
  outline: none;
  white-space: normal;
  border: 1px solid rgba(0, 0, 0, 0.07); }

.redactor-relative {
  position: relative; }

.redactor-in {
  cursor: text; }

.redactor-layer:focus,
.redactor-in:focus {
  outline: none; }

.redactor-in h1:empty,
.redactor-in h2:empty,
.redactor-in h3:empty,
.redactor-in h4:empty,
.redactor-in h5:empty,
.redactor-in h6:empty,
.redactor-in p:empty,
.redactor-in blockquote:empty {
  min-height: 24px; }

.redactor-in strong:empty, .redactor-in b:empty, .redactor-in em:empty, .redactor-in i:empty, .redactor-in sup:empty, .redactor-in sub:empty, .redactor-in u:empty, .redactor-in ins:empty {
  display: inline-block;
  min-width: 1px;
  min-height: 1rem; }

.redactor-in table {
  empty-cells: show; }

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

.redactor-script-tag {
  display: none; }

.redactor-layer-img-edit img {
  cursor: pointer; }

.redactor-voice-label {
  display: none; }

.redactor-voice-alert {
  position: absolute;
  left: -3000px; }

.redactor-toolbar-box {
  position: relative; }
  .redactor-toolbar-box .re-button-tooltip {
    display: none;
    position: absolute;
    white-space: nowrap;
    z-index: 101;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 2px;
    padding: 3px 8px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-family: Consolas, Menlo, Monaco, "Courier New", monospace; }

.redactor-toolbar {
  position: relative;
  padding: 0 !important;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }
  .redactor-toolbar:after {
    content: "";
    display: table;
    clear: both; }

.redactor-toolbar.redactor-toolbar-overflow {
  overflow-y: auto;
  white-space: nowrap;
  height: 48px; }

.redactor-toolbar li a {
  color: rgba(0, 0, 0, 0.8); }
  .redactor-toolbar li a:hover {
    outline: none;
    background-color: #3d79f2;
    color: #fff; }
  .redactor-toolbar li a:active, .redactor-toolbar li a.redactor-act {
    outline: none;
    background-color: #eee;
    color: #444; }

.redactor-toolbar li a.redactor-button-disabled {
  opacity: 0.3; }
  .redactor-toolbar li a.redactor-button-disabled:hover {
    color: #333;
    outline: none;
    background-color: transparent !important;
    cursor: default; }

.redactor-toolbar li a.redactor-button-focus {
  color: #fff;
  background: #000; }

.redactor-toolbar.redactor-toolbar-external {
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none; }

.redactor-air {
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  padding: 0;
  max-width: 576px;
  min-width: 200px;
  border-radius: 4px;
  border: none; }

.redactor-air li a {
  color: rgba(255, 255, 255, 0.75); }
  .redactor-air li a:hover {
    outline: none;
    background-color: #1f78d8;
    color: #fff; }
  .redactor-air li a:active, .redactor-air li a.redactor-act {
    outline: none;
    background-color: #333;
    color: rgba(255, 255, 255, 0.5); }

.redactor-air li a.redactor-button-disabled {
  opacity: .3; }
  .redactor-air li a.redactor-button-disabled:hover {
    color: rgba(255, 255, 255, 0.3);
    outline: none;
    background-color: transparent !important;
    cursor: default; }

.redactor-air li a.redactor-button-focus {
  color: #333;
  background: #eee; }

.redactor-air,
.redactor-toolbar {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  margin: 0 !important;
  list-style: none !important;
  line-height: 1 !important; }

.redactor-air li,
.redactor-toolbar li {
  vertical-align: top;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  list-style: none !important; }

.redactor-air li a,
.redactor-toolbar li a {
  box-sizing: border-box;
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 16px;
  padding-top: 17px;
  padding-bottom: 15px;
  cursor: pointer;
  outline: none;
  border: none;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  position: relative; }
  .redactor-air li a.re-button-icon,
  .redactor-toolbar li a.re-button-icon {
    padding: 16px;
    font-size: 16px; }

.redactor-toolbar li a {
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

.redactor-toolbar li:last-child a {
  border-right: none; }

.redactor-link-tooltip {
  border-radius: 3px;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  position: absolute;
  padding: 16px;
  line-height: 1;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.95);
  color: #555 !important;
  font-size: 14px; }

.redactor-link-tooltip a {
  font-size: 14px;
  color: #ccc;
  margin: 0 8px;
  text-decoration: none; }
  .redactor-link-tooltip a:hover {
    color: #fff; }

.redactor-structure h1, .redactor-structure h2, .redactor-structure h3, .redactor-structure h4, .redactor-structure h5, .redactor-structure h6, .redactor-structure div {
  position: relative; }
  .redactor-structure h1:before, .redactor-structure h2:before, .redactor-structure h3:before, .redactor-structure h4:before, .redactor-structure h5:before, .redactor-structure h6:before, .redactor-structure div:before {
    width: 24px;
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    opacity: .3;
    left: -28px;
    text-align: right; }

.redactor-structure h1:before {
  content: "h1"; }

.redactor-structure h2:before {
  content: "h2"; }

.redactor-structure h3:before {
  content: "h3"; }

.redactor-structure h4:before {
  content: "h4"; }

.redactor-structure h5:before {
  content: "h5"; }

.redactor-structure h6:before {
  content: "h6"; }

.redactor-structure div:before {
  content: "div"; }

#redactor-image-box {
  position: relative;
  max-width: 100%;
  display: inline-block;
  line-height: 0;
  outline: 3px solid #1f78d8;
  box-shadow: 0 0 12px #1f78d8; }

#redactor-image-editter {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -18px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 7px 10px;
  cursor: pointer; }

#redactor-image-resizer {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  line-height: 1;
  cursor: nw-resize;
  bottom: -5px;
  right: -6px;
  border: 2px solid #000;
  background-color: rgba(255, 255, 255, 0.9);
  width: 10px;
  height: 10px; }

#redactor-droparea {
  position: relative;
  overflow: hidden;
  padding: 64px 24px;
  border: 3px dashed rgba(0, 0, 0, 0.1); }

#redactor-droparea.drag-hover {
  background: rgba(200, 222, 250, 0.75); }

#redactor-droparea.drag-drop {
  background: rgba(250, 248, 200, 0.5); }

#redactor-droparea-placeholder {
  text-align: center;
  font-size: 12px;
  margin-left: 64px;
  color: rgba(0, 0, 0, 0.7); }

.redactor-image-dragover {
  outline: 2px solid #3d79f2; }

#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px; }

#redactor-progress span {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3d58a8;
  background-size: 40px 40px; }

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

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

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

.redactor-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes redactorSlideUp {
  to {
    padding-top: 0;
    padding-bottom: 0;
    height: 0; } }

@keyframes redactorSlideUp {
  to {
    padding-top: 0;
    padding-bottom: 0;
    height: 0; } }

.redactor-slideUp {
  overflow: hidden;
  -webkit-animation-name: redactorSlideUp;
  animation-name: redactorSlideUp; }

@-webkit-keyframes redactorSlideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

@keyframes redactorSlideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

.redactor-slideDown {
  overflow: hidden;
  -webkit-animation-name: redactorSlideDown;
  animation-name: redactorSlideDown; }

@-webkit-keyframes redactorFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes redactorFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.redactor-fadeIn {
  -webkit-animation-name: redactorFadeIn;
  animation-name: redactorFadeIn; }

@-webkit-keyframes redactorFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes redactorFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.redactor-fadeOut {
  -webkit-animation-name: redactorFadeOut;
  animation-name: redactorFadeOut; }

.redactor-dropdown {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  min-width: 220px;
  max-height: 254px;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  overflow: auto;
  list-style: none; }

.redactor-dropdown li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .redactor-dropdown li:last-child {
    border-bottom: none; }
  .redactor-dropdown li:hover {
    background-color: #3d79f2; }
    .redactor-dropdown li:hover a {
      color: #fff !important;
      text-decoration: none; }
  .redactor-dropdown li.redactor-dropdown-link-inactive {
    background: none; }
    .redactor-dropdown li.redactor-dropdown-link-inactive a,
    .redactor-dropdown li.redactor-dropdown-link-inactive a:hover {
      background: none;
      cursor: default;
      color: #000 !important;
      opacity: 0.4;
      background: none; }

.redactor-dropdown a {
  display: block;
  padding: 12px 10px;
  color: #000;
  text-decoration: none; }
  .redactor-dropdown a span {
    padding: 2px 4px 1px 4px;
    display: inline-block;
    border-radius: 3px;
    line-height: 1; }
  .redactor-dropdown a:focus {
    outline: none; }
  .redactor-dropdown a.selected {
    background-color: #000;
    color: #fff; }
  .redactor-dropdown a.redactor-dropdown-link-selected {
    color: #fff;
    background: #000; }

.redactor-dropdown-box-inline .redactor-dropdown-marked span {
  background-color: #ffd61e;
  color: #000;
  text-decoration: none; }

.redactor-dropdown-box-inline .redactor-dropdown-code span {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  background: rgba(0, 0, 0, 0.05); }

.redactor-dropdown-box-inline .redactor-dropdown-sample span {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  background: #46a9fc;
  color: rgba(255, 255, 255, 0.9); }

.redactor-dropdown-box-inline .redactor-dropdown-variable span {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  color: rgba(0, 0, 0, 0.5); }

.redactor-dropdown-box-inline .redactor-dropdown-shortcut span {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  background: #000;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap; }

.redactor-dropdown-box-inline .redactor-dropdown-cite span {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic; }

.redactor-dropdown-box-inline .redactor-dropdown-sup span,
.redactor-dropdown-box-inline .redactor-dropdown-sub span {
  font-size: 12px; }

.redactor-dropdown-box-format .redactor-dropdown-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic; }

.redactor-dropdown-box-format .redactor-dropdown-pre {
  font-family: monospace, sans-serif; }

.redactor-dropdown-box-format .redactor-dropdown-h1,
.redactor-dropdown-box-format .redactor-dropdown-h2,
.redactor-dropdown-box-format .redactor-dropdown-h3,
.redactor-dropdown-box-format .redactor-dropdown-h4,
.redactor-dropdown-box-format .redactor-dropdown-h5,
.redactor-dropdown-box-format .redactor-dropdown-h6 {
  line-height: 24px;
  font-weight: bold; }

.redactor-dropdown-box-format .redactor-dropdown-h1 {
  font-size: 40px;
  line-height: 32px; }

.redactor-dropdown-box-format .redactor-dropdown-h2 {
  font-size: 32px;
  line-height: 32px; }

.redactor-dropdown-box-format .redactor-dropdown-h3 {
  font-size: 24px; }

.redactor-dropdown-box-format .redactor-dropdown-h4 {
  font-size: 21px; }

.redactor-dropdown-box-format .redactor-dropdown-h5 {
  font-size: 18px; }

.redactor-dropdown-box-format .redactor-dropdown-h6 {
  font-size: 16px; }

#redactor-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95); }

#redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto; }

#redactor-modal {
  position: relative;
  margin: auto;
  margin-top: 16px;
  padding: 0;
  background: #fff;
  color: #000;
  border-radius: 5px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 14px; }
  @media (max-width: 768px) {
    #redactor-modal {
      font-size: 16px !important; } }
  #redactor-modal #redactor-modal-header {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  #redactor-modal #redactor-modal-close {
    position: absolute;
    top: 10px;
    right: 4px;
    width: 30px;
    height: 40px;
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
    font-size: 30px;
    font-weight: 300;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 0;
    border: 0;
    background: none;
    outline: none; }
    #redactor-modal #redactor-modal-close:hover {
      color: #000; }
  #redactor-modal #redactor-modal-body {
    overflow: auto;
    padding: 40px 48px 24px 48px; }
    #redactor-modal #redactor-modal-body section {
      margin-bottom: 24px; }
    #redactor-modal #redactor-modal-body label {
      font-weight: normal;
      font-size: 15px;
      display: block;
      margin-bottom: 4px;
      color: rgba(0, 0, 0, 0.8); }
      #redactor-modal #redactor-modal-body label .desc {
        color: rgba(0, 0, 0, 0.5); }
      #redactor-modal #redactor-modal-body label.checkbox {
        font-size: inherit; }
    @media (max-width: 768px) {
      #redactor-modal #redactor-modal-body {
        padding: 24px; } }
  #redactor-modal select,
  #redactor-modal input[type="text"],
  #redactor-modal input[type="password"],
  #redactor-modal input[type="email"],
  #redactor-modal input[type="url"],
  #redactor-modal input[type="number"],
  #redactor-modal textarea {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 8px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: white;
    box-shadow: none;
    color: #333;
    width: 100%;
    font-size: 16px;
    font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif; }
    #redactor-modal select:focus,
    #redactor-modal input[type="text"]:focus,
    #redactor-modal input[type="password"]:focus,
    #redactor-modal input[type="email"]:focus,
    #redactor-modal input[type="url"]:focus,
    #redactor-modal input[type="number"]:focus,
    #redactor-modal textarea:focus {
      -moz-transition: border 0.3s ease-in;
      transition: border 0.3s ease-in;
      outline: none;
      border-color: #1f78d8; }
  #redactor-modal textarea {
    display: block;
    line-height: 1.4em; }
  #redactor-modal button {
    padding: 0 20px;
    margin: 0;
    margin-bottom: 8px;
    margin-right: 8px;
    height: 40px;
    line-height: 38px;
    outline: none;
    border: 2px solid transparent;
    border-radius: 3px;
    background-color: #eee;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    cursor: pointer;
    vertical-align: middle;
    -webkit-appearance: none; }
    #redactor-modal button:hover {
      color: #777;
      background: none;
      background-color: #f5f5f5;
      text-decoration: none; }
    #redactor-modal button.redactor-modal-button-offset {
      margin-left: 24px; }
    #redactor-modal button#redactor-modal-button-delete {
      background: none;
      border-color: #f23d3d;
      color: #f23d3d; }
      #redactor-modal button#redactor-modal-button-delete:hover {
        color: rgba(255, 255, 255, 0.6);
        background-color: #f23d3d; }
    #redactor-modal button#redactor-modal-button-action {
      background: none;
      color: #fff;
      background-color: #1c86f2; }
      #redactor-modal button#redactor-modal-button-action:hover {
        color: rgba(255, 255, 255, 0.6);
        background-color: #4ca0f5; }
  #redactor-modal .redactor-group:after {
    content: "";
    display: table;
    clear: both; }
  #redactor-modal .redactor-modal-tab-side {
    float: left;
    width: 26%;
    margin-right: 6%; }
  #redactor-modal .redactor-modal-tab-area {
    float: left;
    width: 66%; }
  @media (max-width: 768px) {
    #redactor-modal .redactor-modal-tab-side {
      float: none;
      width: auto;
      margin-right: 0;
      margin-bottom: 24px; }
    #redactor-modal .redactor-modal-tab-area {
      float: none;
      width: auto; } }

#redactor-modal-tabber {
  margin-bottom: 40px;
  font-size: 12px; }
  #redactor-modal-tabber a {
    border: 1px solid #ddd;
    line-height: 1;
    padding: 8px 15px;
    margin-right: -1px;
    text-decoration: none;
    color: #000; }
    #redactor-modal-tabber a:hover {
      background-color: #1f78d8;
      border-color: #1f78d8;
      color: #fff; }
    #redactor-modal-tabber a.active {
      cursor: default;
      background-color: rgba(0, 0, 0, 0.05);
      border-color: #ddd;
      color: rgba(0, 0, 0, 0.5); }

#redactor-modal-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow-x: auto; }
  #redactor-modal-list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    #redactor-modal-list li:last-child {
      border-bottom: none; }
  #redactor-modal-list a {
    padding: 16px 4px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    display: block;
    position: relative; }
    #redactor-modal-list a:hover {
      background-color: #eee; }

.redactor-styles {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333; }
  .redactor-styles[dir="rtl"] {
    direction: rtl;
    unicode-bidi: embed; }
    .redactor-styles[dir="rtl"] ul li,
    .redactor-styles[dir="rtl"] ol li {
      text-align: right; }
    .redactor-styles[dir="rtl"] ul,
    .redactor-styles[dir="rtl"] ol,
    .redactor-styles[dir="rtl"] ul ul,
    .redactor-styles[dir="rtl"] ol ol,
    .redactor-styles[dir="rtl"] ul ol,
    .redactor-styles[dir="rtl"] ol ul {
      margin: 0 24px 0 0; }
  @media (max-width: 768px) {
    .redactor-styles {
      font-size: 16px; } }
  .redactor-styles a {
    color: #256bc9; }
    .redactor-styles a:focus, .redactor-styles a:hover {
      color: #e21e3b; }
  .redactor-styles h1,
  .redactor-styles h2,
  .redactor-styles h3,
  .redactor-styles h4,
  .redactor-styles h5,
  .redactor-styles h6 {
    font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    font-weight: bold;
    color: #222;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    margin-bottom: 12px; }
  .redactor-styles h1 {
    font-size: 40px;
    line-height: 44px; }
  .redactor-styles h2 {
    font-size: 32px;
    line-height: 36px; }
  .redactor-styles h3 {
    font-size: 24px;
    line-height: 32px; }
  .redactor-styles h4 {
    font-size: 21px;
    line-height: 24px; }
  .redactor-styles h5 {
    font-size: 18px;
    line-height: 24px; }
  .redactor-styles h6 {
    font-size: 16px;
    line-height: 24px; }
  .redactor-styles p,
  .redactor-styles ul,
  .redactor-styles ol,
  .redactor-styles dl,
  .redactor-styles blockquote,
  .redactor-styles hr,
  .redactor-styles pre,
  .redactor-styles table,
  .redactor-styles figure,
  .redactor-styles address {
    padding: 0;
    margin: 0; }
  .redactor-styles p + h2,
  .redactor-styles p + h3,
  .redactor-styles p + h4,
  .redactor-styles p + h5,
  .redactor-styles p + h6,
  .redactor-styles ul + h2,
  .redactor-styles ul + h3,
  .redactor-styles ul + h4,
  .redactor-styles ul + h5,
  .redactor-styles ul + h6,
  .redactor-styles ol + h2,
  .redactor-styles ol + h3,
  .redactor-styles ol + h4,
  .redactor-styles ol + h5,
  .redactor-styles ol + h6,
  .redactor-styles dl + h2,
  .redactor-styles dl + h3,
  .redactor-styles dl + h4,
  .redactor-styles dl + h5,
  .redactor-styles dl + h6,
  .redactor-styles blockquote + h2,
  .redactor-styles blockquote + h3,
  .redactor-styles blockquote + h4,
  .redactor-styles blockquote + h5,
  .redactor-styles blockquote + h6,
  .redactor-styles hr + h2,
  .redactor-styles hr + h3,
  .redactor-styles hr + h4,
  .redactor-styles hr + h5,
  .redactor-styles hr + h6,
  .redactor-styles pre + h2,
  .redactor-styles pre + h3,
  .redactor-styles pre + h4,
  .redactor-styles pre + h5,
  .redactor-styles pre + h6,
  .redactor-styles table + h2,
  .redactor-styles table + h3,
  .redactor-styles table + h4,
  .redactor-styles table + h5,
  .redactor-styles table + h6,
  .redactor-styles form + h2,
  .redactor-styles form + h3,
  .redactor-styles form + h4,
  .redactor-styles form + h5,
  .redactor-styles form + h6,
  .redactor-styles figure + h2,
  .redactor-styles figure + h3,
  .redactor-styles figure + h4,
  .redactor-styles figure + h5,
  .redactor-styles figure + h6 {
    margin-top: 24px; }
  .redactor-styles ul,
  .redactor-styles ol,
  .redactor-styles ul ul,
  .redactor-styles ol ol,
  .redactor-styles ul ol,
  .redactor-styles ol ul {
    margin: 0 0 0 24px; }
  .redactor-styles ul li,
  .redactor-styles ol li {
    text-align: left; }
  .redactor-styles ol ol li {
    list-style-type: lower-alpha; }
  .redactor-styles ol ol ol li {
    list-style-type: lower-roman; }
  .redactor-styles p,
  .redactor-styles ul,
  .redactor-styles ol,
  .redactor-styles dl,
  .redactor-styles blockquote,
  .redactor-styles hr,
  .redactor-styles pre,
  .redactor-styles table,
  .redactor-styles figure,
  .redactor-styles address {
    margin-bottom: 16px; }
  .redactor-styles blockquote {
    position: relative;
    font-style: italic;
    color: rgba(0, 0, 0, 0.6); }
    .redactor-styles blockquote cite {
      font-size: 80%; }
  @media (min-width: 768px) {
    .redactor-styles blockquote {
      padding-left: 24px;
      border-left: 1px solid rgba(0, 0, 0, 0.1); } }
  .redactor-styles address {
    font-style: normal; }
  .redactor-styles dl dt {
    font-weight: bold; }
  .redactor-styles dd {
    margin-left: 24px; }
  .redactor-styles cite {
    color: rgba(0, 0, 0, 0.5);
    font-style: italic; }
  .redactor-styles s,
  .redactor-styles del {
    text-decoration: line-through; }
  .redactor-styles abbr[title],
  .redactor-styles dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help; }
  .redactor-styles strong,
  .redactor-styles b {
    font-weight: bold; }
  .redactor-styles em,
  .redactor-styles i {
    font-style: italic; }
  .redactor-styles sub,
  .redactor-styles sup {
    font-size: 10px;
    line-height: 0;
    position: relative;
    margin-left: .2rem; }
  .redactor-styles sup {
    top: -.4rem; }
  .redactor-styles sub {
    bottom: -.2rem; }
  .redactor-styles figcaption {
    margin: 4px 0;
    font-size: 12px;
    font-style: italic;
    text-align: left; }
  .redactor-styles ins,
  .redactor-styles u {
    text-decoration: underline; }
  .redactor-styles mark {
    background-color: #ffd61e;
    color: #000;
    text-decoration: none; }
  .redactor-styles pre,
  .redactor-styles code,
  .redactor-styles kbd,
  .redactor-styles samp,
  .redactor-styles var,
  .redactor-styles output {
    font-size: 90%;
    font-style: normal;
    font-family: Consolas, Menlo, Monaco, "Courier New", monospace; }
  .redactor-styles pre {
    margin-top: 16px;
    font-size: 90%;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.75);
    overflow: auto;
    background: rgba(0, 0, 0, 0.03);
    padding: 16px 20px;
    word-wrap: normal; }
  .redactor-styles mark,
  .redactor-styles code,
  .redactor-styles samp,
  .redactor-styles kbd {
    padding: 2px 4px 1px 4px;
    display: inline-block;
    line-height: 1;
    border-radius: 3px; }
  .redactor-styles code {
    background: rgba(0, 0, 0, 0.05); }
  .redactor-styles pre code {
    font-size: 100%;
    border: none;
    padding: 0;
    background: none;
    line-height: 24px; }
  .redactor-styles var {
    color: rgba(0, 0, 0, 0.5); }
  .redactor-styles samp {
    background: #46a9fc;
    color: rgba(255, 255, 255, 0.9); }
  .redactor-styles kbd {
    background: #000;
    color: rgba(255, 255, 255, 0.85);
    white-space: nowrap; }
  .redactor-styles hr {
    display: block;
    box-sizing: content-box;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .redactor-styles img,
  .redactor-styles video,
  .redactor-styles audio,
  .redactor-styles embed,
  .redactor-styles object {
    max-width: 100%; }
  .redactor-styles img,
  .redactor-styles video,
  .redactor-styles embed,
  .redactor-styles object {
    height: auto !important; }
  .redactor-styles img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic; }
  .redactor-styles table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%; }
    .redactor-styles table caption {
      text-transform: uppercase;
      padding: 0;
      color: rgba(0, 0, 0, 0.5);
      font-size: 11px; }
    .redactor-styles table th,
    .redactor-styles table td {
      border: 1px solid #eee;
      padding: 16px;
      padding-bottom: 15px; }
    .redactor-styles table tfoot th,
    .redactor-styles table tfoot td {
      color: rgba(0, 0, 0, 0.5); }
  .redactor-styles .video-container {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 16px; }
    .redactor-styles .video-container iframe,
    .redactor-styles .video-container object,
    .redactor-styles .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot');
  src: url('/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix') format('embedded-opentype'), url('/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2') format('woff2'), url('/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff') format('woff'), url('/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf') format('truetype'), url('/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
td.orderHandle .fa {
  display: none;
}

table.edit_mode td.orderHandle .fa {
  display: inline;
}
.tab-content {
  padding: 20px;
  background-color: white; }

.sticky {
  position: fixed;
  top: 46px;
  z-index: 100;
  padding-top: 20px;
  background-color: #edece7; }

.tab-general {
  background-color: inherit; }
  .tab-general .panel {
    margin: 0 -20px 20px; }
    .tab-general .panel:first-child {
      margin-top: -20px; }

.tabs-wrapper .nav-tabs > li.active > a, .tabs-wrapper .nav-tabs > li.active > a:hover, .tabs-wrapper .nav-tabs > li.active > a:focus {
  background: white;
  color: #777;
  border-bottom: 2px solid white; }
.tabs-wrapper.disabled {
  opacity: 0.3; }

.tab-content.tab-general {
  background-color: white; }
  .tab-content.tab-general h3 {
    margin: 50px -20px 20px;
    padding: 0px 20px 6px;
    border-bottom: 1px solid #d6d6d6;
    font-weight: 200;
    font-size: 2.5em; }
    .tab-content.tab-general h3:first-child {
      margin-top: 0px; }
