﻿/*------------------------------------------------------------------
[Bootstrap CSS : Lines #28 to #7279]
[Template CSS : From line #7280]

--------------------------------------------------------------------

[General elements style]

[Fonts]

[Structure]

* Main Wrapper / .am-wrapper
	+ Top header / .am-top-header
	+ Left sidebar / .am-left-sidebar
	+ Left sidebar / .am-right-sidebar
	+ Main content / .am-content
		- Page header / .page-head
		- Page aside / .page-aside
	+ Splash screen / .am-splash-screen
	+ Footer / #footer
	+ Scroll Top Button / #am-scroll-top

[Forms]
	- Switch button / .switch-button

[Elements]
	- Widgets / .widget
	- Colors / .clr-*
	- Color swatch / .color-swatch
	- Notifications / #gritter-notice-wrapper
	- Grid / .bs-grid-block
	- Icons / .icon-container
	- Code / pre

[Custom pages]
	- Login / .login-container
	- Error pages / .error-container
	- Page 404 / .error-container
	- Sign up / .sign-up
	- Forgot password / .forgot-password
	- Gallery / .gallery-container
	- Full calendar / .full-calendar
	- Profile page / .user-profile

[Bootstrap elements]
	- Images / .img-rounded
	- Code / pre
	- Buttons / .btn
	- Panels / .panel
	- Dropdown menu / .dropdown-menu
	- Accordions / .panel-group.accordion
	- Tabs / .nav-tabs
	- Modals / .modal, .md-modal
	- Alerts / .alert
	- Tables / .table
	- Badges / .badge
	- Label / .label
	- List group / .list-group-item
	- Contextual colors / .text-*
	- Progress bars / .progress
	- Forms / .form-*
	- Forms / .form-*

[Plugins]
	- nanoScroller / .nano
	- DropZone / .dropzone
	- Wizard / .wizard
	- Nestable list / .wdd-list
	- Bootstrap dateTime Picker / .datetimepicker
	- Select2 / .select2-container
	- Bootstrap slider / .slider
	- Summernote / .note-editor
	- Bootstrap Markdown / .md-editor
	- Parsley / .parsley
	- dataTables / .dataTable

[Helper classes]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Bootstrap CSS]
*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/fonts/glyphicons-halflings-regular.eot');
  src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #f0f0f0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1188FF;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0062c3;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #eeb60e;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #1188FF;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #006edd;
}
.text-success {
  color: #ffffff;
}
a.text-success:hover,
a.text-success:focus {
  color: #e6e6e6;
}
.text-info {
  color: #ffffff;
}
a.text-info:hover,
a.text-info:focus {
  color: #e6e6e6;
}
.text-warning {
  color: #ffffff;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e6e6e6;
}
.text-danger {
  color: #ffffff;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
  background-color: #1188FF;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #006edd;
}
.bg-success {
  background-color: #56b33b;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #448d2e;
}
.bg-info {
  background-color: #174fd9;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #123eab;
}
.bg-warning {
  background-color: #eeb60e;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #be910b;
}
.bg-danger {
  background-color: #ba1818;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #8d1212;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.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.42857143;
  color: #777777;
}
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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #666666;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 12px 10px;
  padding-bottom: 12px 10px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f0f0f0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 7px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #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.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  color: #ffffff;
}
.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 {
  color: #ffffff;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #56b33b;
}
.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: #4da035;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  color: #ffffff;
}
.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 {
  color: #ffffff;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #174fd9;
}
.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: #1547c2;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  color: #ffffff;
}
.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 {
  color: #ffffff;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #eeb60e;
}
.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: #d6a40d;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  color: #ffffff;
}
.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 {
  color: #ffffff;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ba1818;
}
.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: #a31515;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  color: #ffffff;
}
.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 {
  color: #ffffff;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #777777;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #777777;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eaeaea;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #1188FF;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(17, 136, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(17, 136, 255, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 44px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 51px;
  }
}
.form-group {
  margin-bottom: 20px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 31px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 30px;
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 51px;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.6333333;
  border-radius: 0;
}
select.input-lg {
  height: 51px;
  line-height: 51px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 51px;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.6333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 51px;
  line-height: 51px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 51px;
  min-height: 33px;
  padding: 13px 16px;
  font-size: 15px;
  line-height: 1.6333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 55px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 51px;
  height: 51px;
  line-height: 51px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #ffffff;
}
.has-success .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #56b33b;
}
.has-success .form-control-feedback {
  color: #ffffff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ffffff;
}
.has-warning .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #eeb60e;
}
.has-warning .form-control-feedback {
  color: #ffffff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ffffff;
}
.has-error .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ba1818;
}
.has-error .form-control-feedback {
  color: #ffffff;
}
.has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 13px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #555555;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  border-color: #aad4ff;
  color: #555555;
  background-color: #fff;
  border-color: #fff;
}
.btn-default:focus,
.btn-default.focus {
  color: #555555;
  background-color: #e6e6e6;
  border-color: #2a95ff;
}
.btn-default:hover {
  color: #555555;
  background-color: #e6e6e6;
  border-color: #6db6ff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #555555;
  background-color: #e6e6e6;
  border-color: #6db6ff;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #555555;
  background-color: #d4d4d4;
  border-color: #2a95ff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #aad4ff;
}
.btn-default .badge {
  color: #fff;
  background-color: #555555;
}
.btn-default:focus,
.btn-default.focus {
  color: #555555;
  background-color: #fff;
  border-color: #fff;
}
.btn-default:hover {
  color: #555555;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #555555;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #555555;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-default .badge {
  color: #fff;
  background-color: #555555;
}
.btn-primary {
  border-color: #0069d3;
  color: #fff;
  background-color: #1188FF;
  border-color: #1188FF;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #006edd;
  border-color: #002a53;
}
.btn-primary:hover {
  color: #fff;
  background-color: #006edd;
  border-color: #004b96;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #006edd;
  border-color: #004b96;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #005db9;
  border-color: #002a53;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #1188FF;
  border-color: #0069d3;
}
.btn-primary .badge {
  color: #1188FF;
  background-color: #fff;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #1188FF;
  border-color: #1188FF;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2b95ff;
  border-color: #2b95ff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #007bf7;
  border-color: #007bf7;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #007bf7;
  border-color: #007bf7;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1188FF;
  border-color: #1188FF;
}
.btn-primary .badge {
  color: #1188FF;
  background-color: #fff;
}
.btn-success {
  border-color: #4da035;
  color: #fff;
  background-color: #56b33b;
  border-color: #56b33b;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #448d2e;
  border-color: #1f4015;
}
.btn-success:hover {
  color: #fff;
  background-color: #448d2e;
  border-color: #377226;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #448d2e;
  border-color: #377226;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #377226;
  border-color: #1f4015;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #56b33b;
  border-color: #4da035;
}
.btn-success .badge {
  color: #56b33b;
  background-color: #fff;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #56b33b;
  border-color: #56b33b;
}
.btn-success:hover {
  color: #fff;
  background-color: #62c246;
  border-color: #62c246;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #4da035;
  border-color: #4da035;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #4da035;
  border-color: #4da035;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #56b33b;
  border-color: #56b33b;
}
.btn-success .badge {
  color: #56b33b;
  background-color: #fff;
}
.btn-info {
  border-color: #113ba2;
  color: #fff;
  background-color: #174fd9;
  border-color: #174fd9;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #123eab;
  border-color: #05112e;
}
.btn-info:hover {
  color: #fff;
  background-color: #123eab;
  border-color: #0b276a;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #123eab;
  border-color: #0b276a;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #0f328b;
  border-color: #05112e;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #174fd9;
  border-color: #113ba2;
}
.btn-info .badge {
  color: #174fd9;
  background-color: #fff;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #174fd9;
  border-color: #174fd9;
}
.btn-info:hover {
  color: #fff;
  background-color: #225be8;
  border-color: #225be8;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #1547c2;
  border-color: #1547c2;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #1547c2;
  border-color: #1547c2;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #174fd9;
  border-color: #174fd9;
}
.btn-info .badge {
  color: #174fd9;
  background-color: #fff;
}
.btn-warning {
  border-color: #b48a0b;
  color: #fff;
  background-color: #eeb60e;
  border-color: #eeb60e;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #be910b;
  border-color: #3c2e04;
}
.btn-warning:hover {
  color: #fff;
  background-color: #be910b;
  border-color: #7a5e07;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #be910b;
  border-color: #7a5e07;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #9c7709;
  border-color: #3c2e04;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #eeb60e;
  border-color: #b48a0b;
}
.btn-warning .badge {
  color: #eeb60e;
  background-color: #fff;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #eeb60e;
  border-color: #eeb60e;
}
.btn-warning:hover {
  color: #fff;
  background-color: #f2be23;
  border-color: #f2be23;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #d6a40d;
  border-color: #d6a40d;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d6a40d;
  border-color: #d6a40d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eeb60e;
  border-color: #eeb60e;
}
.btn-warning .badge {
  color: #eeb60e;
  background-color: #fff;
}
.btn-danger {
  border-color: #841111;
  color: #fff;
  background-color: #ba1818;
  border-color: #ba1818;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #8d1212;
  border-color: #130202;
}
.btn-danger:hover {
  color: #fff;
  background-color: #8d1212;
  border-color: #4e0a0a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #8d1212;
  border-color: #4e0a0a;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #6d0e0e;
  border-color: #130202;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #ba1818;
  border-color: #841111;
}
.btn-danger .badge {
  color: #ba1818;
  background-color: #fff;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ba1818;
  border-color: #ba1818;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d11b1b;
  border-color: #d11b1b;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #a31515;
  border-color: #a31515;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #a31515;
  border-color: #a31515;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ba1818;
  border-color: #ba1818;
}
.btn-danger .badge {
  color: #ba1818;
  background-color: #fff;
}
.btn-link {
  color: #1188FF;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0062c3;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.6333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 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: 0;
  -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.42857143;
  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: #1188FF;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 51px;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.6333333;
  border-radius: 0;
  height: 54px;
  padding: 12px 14px;
  font-size: 16px;
  font-weight: 300;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 51px;
  line-height: 51px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 9px;
  line-height: 1.5;
  border-radius: 0;
  height: 33px;
  font-size: 12px;
  padding: 4px 12px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 8px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #777777;
  text-align: center;
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 9px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 12px 16px;
  font-size: 15px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  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: #1188FF;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f0f0f0;
  border: 1px solid #ffffff;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f0f0f0;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.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: #1188FF;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f0f0f0;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 16px 15px;
  font-size: 15px;
  line-height: 18px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > 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-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #1188FF;
  border-color: #0077ef;
}
.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: #ffffff;
  background-color: #0280ff;
}
.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: #0077ef;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #0280ff;
  color: #ffffff;
}
@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: #ffffff;
    background-color: #0280ff;
  }
  .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,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.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: #080808;
}
.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: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a: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: #080808;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #1188FF;
  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: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #0062c3;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #1188FF;
  border-color: #1188FF;
  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: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.6333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #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: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #1188FF;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #006edd;
}
.label-success {
  background-color: #56b33b;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #448d2e;
}
.label-info {
  background-color: #174fd9;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #123eab;
}
.label-warning {
  background-color: #eeb60e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #be910b;
}
.label-danger {
  background-color: #ba1818;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #8d1212;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  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.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #1188FF;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: 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,
.container-fluid .jumbotron {
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 59px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1188FF;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.alert {
  padding: 18px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 38px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #56b33b;
  border-color: #56b33b;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #4da035;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #174fd9;
  border-color: #174fd9;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #1547c2;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #eeb60e;
  border-color: #eeb60e;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #d6a40d;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #ba1818;
  border-color: #ba1818;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #a31515;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 0;
  -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: #1188FF;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #56b33b;
}
.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: #174fd9;
}
.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: #eeb60e;
}
.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: #ba1818;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #1188FF;
  border-color: #1188FF;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ddeeff;
}
.list-group-item-success {
  color: #ffffff;
  background-color: #56b33b;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #ffffff;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #ffffff;
  background-color: #4da035;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-info {
  color: #ffffff;
  background-color: #174fd9;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #ffffff;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #ffffff;
  background-color: #1547c2;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-warning {
  color: #ffffff;
  background-color: #eeb60e;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #ffffff;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #ffffff;
  background-color: #d6a40d;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-danger {
  color: #ffffff;
  background-color: #ba1818;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #ffffff;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #a31515;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.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: 0;
  -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 20px 20px;
}
.panel-heading {
  padding: 20px 20px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 20px 20px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px 20px 20px;
  padding-right: 15px 20px 20px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #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: transparent;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #1188FF;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #1188FF;
  border-color: #1188FF;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1188FF;
}
.panel-primary > .panel-heading .badge {
  color: #1188FF;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1188FF;
}
.panel-success {
  border-color: #56b33b;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #56b33b;
  border-color: #56b33b;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #56b33b;
}
.panel-success > .panel-heading .badge {
  color: #56b33b;
  background-color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #56b33b;
}
.panel-info {
  border-color: #174fd9;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #174fd9;
  border-color: #174fd9;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #174fd9;
}
.panel-info > .panel-heading .badge {
  color: #174fd9;
  background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #174fd9;
}
.panel-warning {
  border-color: #eeb60e;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #eeb60e;
  border-color: #eeb60e;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeb60e;
}
.panel-warning > .panel-heading .badge {
  color: #eeb60e;
  background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eeb60e;
}
.panel-danger {
  border-color: #ba1818;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #ba1818;
  border-color: #ba1818;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ba1818;
}
.panel-danger > .panel-heading .badge {
  color: #ba1818;
  background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ba1818;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -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: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.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: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -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;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -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: 1070;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.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: #999999;
  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: #999999;
  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: #999999;
  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: #999999;
  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 {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #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%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*------------------------------------------------------------------
[General elements style]
*/
html {
  height: 100%;
  overflow-x: hidden;
}
body {
  padding: 0;
  background-color: #f0f0f0;
  height: 100%;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
p {
  font-size: inherit;
  line-height: 21px;
}
button:focus {
  outline: none !important;
}
/*------------------------------------------------------------------
[Fonts]
*/
/*------------------------------------------------------------------
[Fonts - Raleway]
*/
@font-face {
  font-family: "Raleway";
  src: url('/fonts/raleway/thin/raleway-thin.eot');
  src: url('/fonts/raleway/thin/raleway-thin.eot?#iefix') format('embedded-opentype'), url('/fonts/raleway/thin/raleway-thin.woff') format('woff'), url('/fonts/raleway/thin/raleway-thin.ttf') format('truetype'), url('/fonts/raleway/thin/raleway-thin.svg#ralewaythin') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url('/fonts/raleway/extralight/raleway-extralight.eot');
  src: url('/fonts/raleway/extralight/raleway-extralight.eot?#iefix') format('embedded-opentype'), url('/fonts/raleway/extralight/raleway-extralight.woff') format('woff'), url('/fonts/raleway/extralight/raleway-extralight.ttf') format('truetype'), url('/fonts/raleway/extralight/raleway-extralight.svg#ralewayextralight') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url('/fonts/raleway/light/raleway-light.eot');
  src: url('/fonts/raleway/light/raleway-light.eot?#iefix') format('embedded-opentype'), url('/fonts/raleway/light/raleway-light.woff') format('woff'), url('/fonts/raleway/light/raleway-light.ttf') format('truetype'), url('/fonts/raleway/light/raleway-light.svg#ralewaylight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url('/fonts/raleway/regular/raleway-regular.eot');
  src: url('/fonts/raleway/regular/raleway-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/raleway/regular/raleway-regular.woff') format('woff'), url('/fonts/raleway/regular/raleway-regular.ttf') format('truetype'), url('/fonts/raleway/regular/raleway-regular.svg#ralewayregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url('/fonts/raleway/medium/raleway-medium.eot');
  src: url('/fonts/raleway/medium/raleway-medium.eot?#iefix') format('embedded-opentype'), url('/fonts/raleway/medium/raleway-medium.woff') format('woff'), url('/fonts/raleway/medium/raleway-medium.ttf') format('truetype'), url('/fonts/raleway/medium/raleway-medium.svg#ralewaymedium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url('/fonts/raleway/semibold/raleway-semibold.eot');
  src: url('/fonts/raleway/semibold/raleway-semibold.eot?#iefix') format('embedded-opentype'), url('/fonts/raleway/semibold/raleway-semibold.woff') format('woff'), url('/fonts/raleway/semibold/raleway-semibold.ttf') format('truetype'), url('/fonts/raleway/semibold/raleway-semibold.svg#ralewaysemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url('/fonts/raleway/bold/raleway-bold.eot');
  src: url('/fonts/raleway/bold/raleway-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/raleway/bold/raleway-bold.woff') format('woff'), url('/fonts/raleway/bold/raleway-bold.ttf') format('truetype'), url('/fonts/raleway/bold/raleway-bold.svg#ralewaybold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url('/fonts/raleway/extrabold/raleway-extrabold.eot');
  src: url('/fonts/raleway/extrabold/raleway-extrabold.eot?#iefix') format('embedded-opentype'), url('/fonts/raleway/extrabold/raleway-extrabold.woff') format('woff'), url('/fonts/raleway/extrabold/raleway-extrabold.ttf') format('truetype'), url('/fonts/raleway/extrabold/raleway-extrabold.svg#ralewayextrabold') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url('/fonts/raleway/heavy/raleway-heavy.eot');
  src: url('/fonts/raleway/heavy/raleway-heavy.eot?#iefix') format('embedded-opentype'), url('/fonts/raleway/heavy/raleway-heavy.woff') format('woff'), url('/fonts/raleway/heavy/raleway-heavy.ttf') format('truetype'), url('/fonts/raleway/heavy/raleway-heavy.svg#ralewayheavy') format('svg');
  font-weight: 900;
  font-style: normal;
}
/*------------------------------------------------------------------
[Fonts - Open Sans]
*/
/* Open Sans Webfont Kit
 * -------------------------- */
/* Light 300
 * -------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/light/opensans-light-webfont.eot');
  src: url('/fonts/open-sans/light/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/open-sans/light/opensans-light-webfont.woff') format('woff'), url('/fonts/open-sans/light/opensans-light-webfont.ttf') format('truetype'), url('/fonts/open-sans/light/opensans-light-webfont.svg#OpenSansLight') format('svg');
  font-weight: 300;
  font-style: normal;
}
/* Light 300 Italic
 * -------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/light-italic/opensans-light-italic-webfont.eot');
  src: url('/fonts/open-sans/light-italic/opensans-light-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/open-sans/light-italic/opensans-light-italic-webfont.woff') format('woff'), url('/fonts/open-sans/light-italic/opensans-light-italic-webfont.ttf') format('truetype'), url('/fonts/open-sans/light-italic/opensans-light-italic-webfont.svg#OpenSansLightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
}
/* Regular 400
 * -------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/regular/opensans-regular-webfont.eot');
  src: url('/fonts/open-sans/regular/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/open-sans/regular/opensans-regular-webfont.woff') format('woff'), url('/fonts/open-sans/regular/opensans-regular-webfont.ttf') format('truetype'), url('/fonts/open-sans/regular/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Regular 400 Italic
 * -------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/italic/opensans-italic-webfont.eot');
  src: url('/fonts/open-sans/italic/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/open-sans/italic/opensans-italic-webfont.woff') format('woff'), url('/fonts/open-sans/italic/opensans-italic-webfont.ttf') format('truetype'), url('/fonts/open-sans/italic/opensans-italic-webfont.svg#OpenSansItalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
/* Semibold 600
 * -------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/semibold/opensans-semibold-webfont.eot');
  src: url('/fonts/open-sans/semibold/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/open-sans/semibold/opensans-semibold-webfont.woff') format('woff'), url('/fonts/open-sans/semibold/opensans-semibold-webfont.ttf') format('truetype'), url('/fonts/open-sans/semibold/opensans-semibold-webfont.svg#OpenSansSemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
/* Semi-Bold 600 Italic
 * -------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/semibold-italic/opensans-semibold-italic-webfont.eot');
  src: url('/fonts/open-sans/semibold-italic/opensans-semibold-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/open-sans/semibold-italic/opensans-semibold-italic-webfont.woff') format('woff'), url('/fonts/open-sans/semibold-italic/opensans-semibold-italic-webfont.ttf') format('truetype'), url('/fonts/open-sans/semibold-italic/opensans-semibold-italic-webfont.svg#OpenSansSemiboldItalic') format('svg');
  font-weight: 600;
  font-style: italic;
}
/* Bold 700
 * -------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/bold/opensans-bold-webfont.eot');
  src: url('/fonts/open-sans/bold/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/open-sans/bold/opensans-bold-webfont.woff') format('woff'), url('/fonts/open-sans/bold/opensans-bold-webfont.ttf') format('truetype'), url('/fonts/open-sans/bold/opensans-bold-webfont.svg#OpenSansBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* Bold 700 Italic
 * -------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/bold-italic/opensans-bold-italic-webfont.eot');
  src: url('/fonts/open-sans/bold-italic/opensans-bold-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/open-sans/bold-italic/opensans-bold-italic-webfont.woff') format('woff'), url('/fonts/open-sans/bold-italic/opensans-bold-italic-webfont.ttf') format('truetype'), url('/fonts/open-sans/bold-italic/opensans-bold-italic-webfont.svg#OpenSansItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}
/* Extrabold 800
 * -------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/extrabold/opensans-extrabold-webfont.eot');
  src: url('/fonts/open-sans/extrabold/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/open-sans/extrabold/opensans-extrabold-webfont.woff') format('woff'), url('/fonts/open-sans/extrabold/opensans-extrabold-webfont.ttf') format('truetype'), url('/fonts/open-sans/extrabold/opensans-extrabold-webfont.svg#OpenSansExtrabold') format('svg');
  font-weight: 800;
  font-style: normal;
}
/* Extra-Bold 800 Italic
 * -------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/extrabold-italic/opensans-extrabold-italic-webfont.eot');
  src: url('/fonts/open-sans/extrabold-italic/opensans-extrabold-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/open-sans/extrabold-italic/opensans-extrabold-italic-webfont.woff') format('woff'), url('/fonts/open-sans/extrabold-italic/opensans-extrabold-italic-webfont.ttf') format('truetype'), url('/fonts/open-sans/extrabold-italic/opensans-extrabold-italic-webfont.svg#OpenSansExtraboldItalic') format('svg');
  font-weight: 800;
  font-style: italic;
}
/*------------------------------------------------------------------
	[Main wrapper]
*/
.am-wrapper {
  min-height: 100%;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .am-wrapper {
    padding-top: 0;
    overflow-x: hidden;
  }
}
/*------------------------------------------------------------------
	[Top header]
*/
.am-top-header {
  background-color: #1188FF;
  border: 0;
  margin-bottom: 0;
}
.am-animate .am-top-header {
  transition: all 0.35s ease;
}
.am-top-header .navbar-header .navbar-brand {
  background-color: #fff;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 80px;
  height: 80px;
  width: 100px;
  background-image: url("/Images//logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 20px;
  border-bottom: 1px solid #474646;
}
@media (max-width: 767px) {
  .am-top-header .navbar-header .navbar-brand {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .am-top-header .navbar-header .navbar-brand {
    margin-right: 10px;
  }
}
.am-nosidebar-left .am-top-header .navbar-header .navbar-brand {
  background-color: transparent;
  border-bottom-width: 0;
  margin-left: 0;
  margin-right: 10px;
  width: 180px;
  background-image: url("/Images//logo-full.png");
}
@media (min-width: 768px) and (max-width: 991px) {
  .am-nosidebar-left .am-top-header .navbar-header .navbar-brand {
    margin-right: 0;
    padding-left: 0;
    width: 160px;
  }
}
.am-top-header .navbar-header .am-toggle-left-sidebar {
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
  display: none;
  padding: 0 18px;
  border-width: 0;
  line-height: 70px;
}
.am-top-header .navbar-header .am-toggle-left-sidebar .icon-bar {
  display: inline-block;
  background-color: transparent;
  height: auto;
  width: auto;
  vertical-align: middle;
}
.am-top-header .navbar-header .am-toggle-left-sidebar .icon-bar span {
  display: block;
  width: 25px;
  height: 1px;
  margin-top: 6px;
  background-color: #ffffff;
}
.am-top-header .navbar-header .am-toggle-left-sidebar .icon-bar span:first-child {
  margin-top: 0;
}
.am-top-header .navbar-header .am-toggle-left-sidebar:hover,
.am-top-header .navbar-header .am-toggle-left-sidebar:focus {
  background-color: transparent;
}
@media (max-width: 767px) {
  .am-top-header .navbar-header .am-toggle-left-sidebar {
    display: block;
  }
}
.am-top-header .navbar-header .page-title {
  display: none;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 19px;
  line-height: 70px;
}
@media (max-width: 767px) {
  .am-top-header .navbar-header .page-title {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .am-top-header .navbar-header {
    text-align: center;
  }
}
.am-top-header .navbar-collapse {
  padding-right: 20px;
}
.am-top-header .navbar-collapse .navbar-nav > li > a {
  line-height: 80px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  padding: 0 18px;
  outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .am-top-header .navbar-collapse .navbar-nav > li > a {
    padding: 0 12px;
  }
}
.am-top-header .navbar-collapse .navbar-nav > li.dropdown > a .angle-down {
  font-size: 27px;
  vertical-align: middle;
}
.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
  border: 0;
  border-radius: 3px;
  margin-top: 2px;
}
.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a {
  font-size: 12px;
  font-weight: 300;
  color: #504e4e;
  padding: 10px 20px;
  min-width: 175px;
}
.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a:hover {
  background-color: #1188FF;
  color: #ffffff;
}
.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a:focus,
.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a:active {
  background-color: transparent;
  color: #504e4e;
}
.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu:after {
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -8px;
  content: "";
  display: inline-block;
  left: 42px;
  margin-left: -6px;
  position: absolute;
}
.am-top-header .navbar-collapse .navbar-nav.am-nav-right > li:first-child > a {
  padding-left: 15px;
}
.am-top-header .navbar-collapse .am-user-nav {
  margin-right: 0;
}
.am-top-header .navbar-collapse .am-user-nav > li.dropdown > a {
  padding-left: 16px;
  padding-right: 4px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a {
    padding-left: 10px;
  }
}
.am-top-header .navbar-collapse .am-user-nav > li.dropdown > a img {
  max-width: 43px;
  max-height: 43px;
  border-radius: 50%;
}
.am-top-header .navbar-collapse .am-user-nav > li.dropdown > a .user-name {
  margin-left: 8px;
  display: none;
}
.am-top-header .navbar-collapse .am-user-nav > li.dropdown .dropdown-menu li a .icon {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 6px;
}
.am-top-header .navbar-collapse .am-user-nav > li.dropdown .dropdown-menu:after {
  left: auto;
  right: 20px;
}
.am-top-header .navbar-collapse .am-icons-nav {
  margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .am-top-header .navbar-collapse .am-icons-nav {
    margin-right: 10px;
  }
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a {
  padding: 0 9px;
  position: relative;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a .icon {
  font-size: 28px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.8);
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a .indicator {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 9px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections {
  width: 300px;
  border-radius: 5px;
  left: auto;
  margin-right: -150px;
  right: 50%;
  padding-bottom: 0;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .title,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .title,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .title {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  color: #8a8a8a;
  text-align: center;
  padding: 3px 0 7px;
  border-bottom: 1px solid #ebebeb;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .title .badge,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .title .badge,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .title .badge {
  font-weight: 600;
  font-size: 10px;
  line-height: 9px;
  vertical-align: middle;
  margin-left: 4px;
  background-color: #e4e4e4;
  color: #8a8a8a;
  min-width: 17px;
  height: 17px;
  text-align: center;
  padding: 3px 6px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .footer a,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .footer a,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .footer a {
  font-size: 13px;
  color: #8a8a8a;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
  display: block;
  outline: none;
  font-family: 'Raleway', sans-serif;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .footer a:hover,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .footer a:hover,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .footer a:hover {
  background-color: #f5f5f5;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages:after,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications:after,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections:after {
  left: 50%;
  margin-left: -8px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller {
  height: 222px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul {
  list-style: none;
  padding-left: 0;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li {
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a {
  padding: 15px;
  display: block;
  overflow: hidden;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .logo,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .logo {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: #e4e4e4;
  float: left;
  text-align: center;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .logo .icon,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .logo .icon {
  font-size: 25px;
  color: #979595;
  line-height: 36px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .user-content,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content {
  padding-left: 50px;
  line-height: 14px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .user-content .circle,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .circle {
  width: 6px;
  height: 6px;
  background: #1188FF;
  border-radius: 50%;
  float: right;
  position: relative;
  top: 6px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .user-content .name,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .name,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .user-content .text-content,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .text-content {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 13px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .user-content .text-content,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .text-content {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 16px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li > a .user-content .date,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .date {
  color: #8a8a8a;
  display: block;
  font-size: 9px;
  margin-top: 4px;
  text-transform: uppercase;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li.active,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li.active {
  background-color: rgba(17, 136, 255, 0.1);
  border-bottom: 1px solid rgba(17, 136, 255, 0.1);
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover {
  background-color: #1188FF;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a {
  color: #ffffff;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .logo,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .logo {
  background-color: #0076ec;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .logo .icon,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .logo .icon {
  color: #ffffff;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .user-content .circle,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .user-content .circle {
  background: #ffffff;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .user-content .text-content,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .user-content .text-content,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .user-content .date,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .user-content .date {
  color: #ffffff;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:last-child,
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:last-child {
  border-bottom: 0;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller {
  height: 230px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .logo {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  overflow: hidden;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .logo img {
  max-width: 100%;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .date {
  display: inline-block;
  text-transform: none;
  float: right;
  margin-top: 0;
  font-size: 10px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li > a .user-content .text-content {
  display: block;
  margin-top: 4px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .logo {
  background-color: transparent;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul {
  padding: 0;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li {
  display: block;
  overflow: hidden;
  list-style: none;
  padding: 10px 20px;
  line-height: 34px;
  border-bottom: 1px solid #ebebeb;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .logo {
  width: 35px;
  height: 35px;
  float: left;
  text-align: center;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .logo img {
  max-height: 100%;
  max-width: 100%;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field {
  padding-left: 45px;
  vertical-align: middle;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field > span {
  font-family: 'Raleway', sans-serif;
  color: #8a8a8a;
  font-weight: 500;
  font-size: 13px;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field .switch-button {
  vertical-align: middle;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li:hover {
  background-color: #f5f5f5;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li:last-child {
  border-bottom: 0;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown.open > a {
  background-color: transparent;
}
.am-top-header .navbar-collapse .am-icons-nav > li.dropdown.open > a .icon {
  color: #ffffff;
}
.am-top-header .am-toggle-right-sidebar {
  float: right;
  display: block;
  padding: 0 18px;
  line-height: 80px;
  color: #ffffff;
  margin-right: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .am-top-header .am-toggle-right-sidebar {
    margin-right: 0;
    padding-left: 5px;
    padding-right: 9px;
  }
}
.am-top-header .am-toggle-right-sidebar .icon {
  font-size: 26px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
@media (max-width: 767px) {
  .am-top-header .am-toggle-right-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 70px;
    margin-right: 0;
  }
}
.am-top-header .am-toggle-top-header-menu {
  display: none;
  text-align: center;
  background-color: #393838;
  font-size: 31px;
  line-height: 41px;
  color: #e1e1e1;
}
@media (max-width: 767px) {
  .am-top-header .am-toggle-top-header-menu {
    display: block;
  }
}
@media (min-width: 768px) {
  .am-white-header .am-top-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6;
  }
  .am-white-header .am-top-header .navbar-brand {
    background-color: #1188FF;
    border-bottom-color: #474646;
    position: relative;
    top: 1px;
  }
  .am-white-header .am-top-header .navbar-brand:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: inherit;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .am-white-header .am-top-header .navbar-collapse .navbar-nav > li > a {
    color: #555555;
  }
  .am-white-header .am-top-header .navbar-collapse .navbar-nav > li.open > a {
    background-color: #f7f7f7;
  }
  .am-white-header .am-top-header .navbar-collapse .navbar-nav > li.open .dropdown-menu {
    margin-top: 10px;
  }
  .am-white-header .am-top-header .am-icons-nav > li.dropdown > a .icon {
    color: rgba(85, 85, 85, 0.8);
  }
  .am-white-header .am-top-header .am-icons-nav > li.dropdown > a .indicator {
    background-color: #1188FF;
  }
  .am-white-header .am-top-header .am-icons-nav > li.dropdown.open > a {
    background-color: transparent;
  }
  .am-white-header .am-top-header .am-icons-nav > li.dropdown.open > a .icon {
    color: #1188FF;
  }
  .am-white-header .am-top-header .am-toggle-right-sidebar {
    color: rgba(85, 85, 85, 0.8);
  }
}
@media (max-width: 767px) {
  .am-top-header {
    position: relative;
  }
  .am-top-header .navbar-collapse {
    background-color: #3d3c3c;
    border-top-color: #353434;
    overflow: hidden;
    padding: 0;
    margin: 0;
    max-height: none;
    box-shadow: none;
    position: relative;
  }
  .am-top-header .navbar-collapse > .navbar-nav {
    margin: 0;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li > a {
    padding: 0 20px;
    line-height: 50px;
    font-size: 13px;
    position: relative;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li.open > a {
    background-color: transparent;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu {
    background-color: #484747;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a {
    color: #e1e1e1;
    padding-left: 26px;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a:hover,
  .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a:active,
  .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #e1e1e1;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a:active {
    color: #ffffff;
  }
  .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu:after {
    content: "";
    display: none;
  }
  .am-top-header .navbar-collapse > .navbar-nav.am-nav-right > li:first-child > a {
    padding-left: 20px;
  }
  .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a {
    padding: 0 15px;
    line-height: 65px;
  }
  .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a > img {
    max-height: 32px;
    max-width: 32px;
  }
  .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a .user-name {
    display: inline;
  }
  .am-top-header .navbar-collapse .am-icons-nav {
    border-top: 1px solid #353434;
    background-color: #393838;
    text-align: center;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown {
    display: inline-block;
    position: static;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a .icon {
    color: #e1e1e1;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a .indicator {
    background-color: #2b95ff;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu {
    position: absolute;
    top: 0;
    bottom: 51px;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    border-radius: 0;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li {
    height: 100%;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .title {
    display: none;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li > .list {
    background-color: #eeeeee;
    height: 100%;
    display: table-row;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li > .list .am-scroller {
    height: 100%;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .content {
    background-color: #eeeeee;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .content > ul > li {
    background-color: #eeeeee;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .footer > a {
    border-top-color: #e0e0e0;
    background-color: #ebebeb;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .footer > a:hover {
    background-color: #e6e6e6;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu:after {
    display: none;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li {
    border-bottom-color: #e0e0e0;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover {
    background-color: #eeeeee;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a {
    color: #1188FF;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .user-content .date,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .user-content .date,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .user-content .text-content,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .user-content .text-content {
    color: #8a8a8a;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .user-content .circle,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .user-content .circle {
    background-color: #1188FF;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .logo,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .logo {
    background-color: #e4e4e4;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li:hover > a .logo .icon,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li:hover > a .logo .icon {
    color: #979595;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li.active,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li.active {
    border-bottom-color: #e0e0e0;
  }
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller > .content > ul > li.active:hover,
  .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller > .content > ul > li.active:hover {
    background-color: #add6ff;
  }
  .am-top-header .container-fluid {
    padding: 0;
  }
}
/*------------------------------------------------------------------
	[Left sidebar]
*/
.am-left-sidebar {
  background-color: #3d3c3c;
  width: 100px;
  height: 100%;
  left: 0;
  position: absolute;
}
.am-left-sidebar .sidebar-elements {
  margin: 0;
  padding: 0;
}
.am-left-sidebar .sidebar-elements > li {
  border-bottom: 1px solid #474646;
  list-style: none;
}
.am-left-sidebar .sidebar-elements > li > a {
  display: block;
  padding: 15px;
  color: #e1e1e1;
  text-align: center;
  font-size: 12px;
}
.am-left-sidebar .sidebar-elements > li > a .icon {
  display: block;
  font-size: 33px;
}
.am-left-sidebar .sidebar-elements > li > a span {
  display: block;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .am-left-sidebar .sidebar-elements > li:hover,
  .am-left-sidebar .sidebar-elements > li.open {
    background-color: #424141;
  }
}
.am-left-sidebar .sidebar-elements > li.active > a {
  border-left: 2px solid #1188FF;
  padding-left: 13px;
}
.am-left-sidebar .sidebar-elements > li > ul {
  display: none;
  position: fixed;
  left: 100px;
  top: 0;
  height: 100%;
  background-color: #484747;
  z-index: 1031;
  padding: 0;
  table-layout: fixed;
  list-style: none;
  width: 280px;
}
@media (min-width: 768px) {
  .am-left-sidebar .sidebar-elements > li > ul.visible {
    display: table;
  }
  .am-left-sidebar .sidebar-elements > li > ul.hide {
    display: none;
  }
}
.am-left-sidebar .sidebar-elements > li > ul > li.title {
  color: #ffffff;
  border-bottom: 1px solid #6d6b6b;
  font-size: 26px;
  font-weight: 300;
  margin: 0 25px 0;
  padding-bottom: 18px;
  padding-top: 25px;
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items {
  display: table-row;
  height: 100%;
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller {
  display: table-cell;
  height: 100%;
}
@media (max-width: 767px) {
  .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller {
    display: block;
  }
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content {
  height: 100%;
  padding-top: 15px;
  margin-right: 0 !important;
}
@media screen and (min-width:0\0) {
  .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content {
    position: static;
    overflow: hidden;
  }
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul {
  padding: 0;
  margin: 0;
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a {
  padding: 11px 25px;
  color: #b3b3b3;
  font-size: 13px;
  display: block;
  font-weight: 300;
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a .label {
  border-radius: 2px;
  font-weight: 400;
  line-height: 10px;
  padding: 5px 10px;
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a:hover {
  background-color: #424141;
  color: #ffffff;
}
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul li.active > a {
  color: #2b95ff;
}
.am-left-sidebar .am-logo {
  display: none;
}
.am-left-sidebar:before {
  content: "";
  position: fixed;
  z-index: -1;
  width: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: inherit;
}
.am-animate .am-left-sidebar:before {
  transition: all 0.35s ease;
}
@media (max-width: 767px) {
  .am-left-sidebar:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .am-left-sidebar {
    width: 85%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    transform: translate3d(-100%, 0, 0);
    z-index: 1031;
  }
  .am-left-sidebar .sidebar-elements > li > a {
    text-align: left;
    position: relative;
  }
  .am-left-sidebar .sidebar-elements > li > a .icon {
    display: inline-block;
    font-size: 25px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .am-left-sidebar .sidebar-elements > li > a span {
    display: inline-block;
  }
  .am-left-sidebar .sidebar-elements > li.parent > a:after {
    content: '\e688';
    float: right;
    font-family: 'Stroke 7';
    font-size: 26px;
    line-height: 28px;
    color: #a1a1a1;
  }
  .am-left-sidebar .sidebar-elements > li > ul {
    position: relative;
    height: auto;
    width: 100%;
    left: 0;
  }
  .am-left-sidebar .sidebar-elements > li > ul > li.title {
    display: none;
  }
  .am-left-sidebar .sidebar-elements > li > ul > li.nav-items {
    display: block;
    height: auto;
  }
  .am-left-sidebar .sidebar-elements > li > ul > li.nav-items > .am-scroller {
    height: auto;
    overflow: visible;
  }
  .am-left-sidebar .sidebar-elements > li > ul > li.nav-items > .am-scroller > .content {
    padding-top: 0;
    overflow: visible;
    position: relative;
  }
  .am-left-sidebar .sidebar-elements > li:hover {
    background-color: inherit;
  }
  .am-left-sidebar .sidebar-elements > li:hover > ul {
    display: none;
  }
  .am-left-sidebar .sidebar-elements li.open > ul {
    display: block;
  }
  .am-left-sidebar .am-logo {
    background: url("/Images//logo-full.png") no-repeat 15px center;
    height: 70px;
    background-color: #393838;
    border-bottom: 1px solid #353434;
    display: block;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .am-left-sidebar .am-logo {
    background-image: url("/Images//logo-full-retina.png");
    background-size: 150px 39px;
  }
}
.am-animate .am-left-sidebar {
  transition: all 0.35s ease;
}
.am-fixed-sidebar .am-left-sidebar {
  margin-top: 80px;
  padding-bottom: 80px;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1031;
}
@media (max-width: 767px) {
  .am-fixed-sidebar .am-left-sidebar {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.am-fixed-sidebar .am-left-sidebar:before {
  top: 80px;
}
.am-fixed-sidebar .am-left-sidebar .nano-pane {
  width: 4px;
}
.am-fixed-sidebar .am-left-sidebar .nano-pane > .nano-slider {
  background-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  body.open-left-sidebar .am-wrapper {
    overflow: hidden;
  }
  body.open-left-sidebar .am-content,
  body.open-left-sidebar .am-top-header {
    transform: translate3d(85%, 0, 0);
  }
  body.open-left-sidebar .am-left-sidebar {
    transform: translate3d(0%, 0, 0);
  }
}
/*------------------------------------------------------------------
  [Right sidebar]
*/
.am-right-sidebar {
  overflow-y: hidden;
  position: fixed;
  width: 255px;
  height: 100%;
  top: 0;
  right: -255px;
}
.am-animate .am-right-sidebar {
  transition: all 0.35s ease;
}
@media (min-width: 768px) {
  body.open-right-sidebar .am-content {
    left: -255px;
  }
  body.open-right-sidebar .page-aside {
    left: -155px;
  }
  body.open-right-sidebar .am-top-header {
    right: 255px;
    left: -255px;
  }
  body.open-right-sidebar .am-left-sidebar {
    left: -255px;
  }
  body.open-right-sidebar .am-left-sidebar:before {
    left: -255px;
  }
  body.open-right-sidebar .am-right-sidebar {
    right: 0;
  }
}
@media (max-width: 767px) {
  body.open-right-sidebar .am-content,
  body.open-right-sidebar .am-top-header,
  body.open-right-sidebar .page-aside {
    transform: translate3d(-255px, 0, 0);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body.open-right-sidebar .am-content,
  body.open-right-sidebar .am-top-header,
  body.open-right-sidebar .page-aside {
    transform: translate3d(-85%, 0, 0);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body.open-right-sidebar .am-wrapper {
    overflow: hidden;
  }
  body.open-right-sidebar .am-right-sidebar {
    transform: translate3d(0, 0, 0);
  }
}
.am-right-sidebar {
  background-color: #484747;
}
.am-right-sidebar .sb-content {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.am-right-sidebar .user-info {
  text-align: center;
  padding: 30px 20px;
  border-bottom: 1px solid #525050;
  background-color: #424141;
}
.am-right-sidebar .user-info img {
  border-radius: 50%;
  width: 76px;
  height: 76px;
  margin-bottom: 20px;
}
.am-right-sidebar .user-info span {
  display: block;
  font-family: 'Raleway', sans-serif;
}
.am-right-sidebar .user-info span.name {
  color: #e1e1e1;
  font-size: 14px;
}
.am-right-sidebar .user-info span.name .status {
  border-radius: 50%;
  height: 7px;
  width: 7px;
  background-color: #00b777;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.am-right-sidebar .user-info span.position {
  color: #aaaaaa;
  font-size: 13px;
}
@media (max-width: 767px) {
  .am-right-sidebar .user-info {
    background-color: #3b3a3a;
    border-bottom: 0 solid #353434;
    text-align: left;
    padding: 17px 22px 21px;
  }
  .am-right-sidebar .user-info img {
    height: 36px;
    width: 36px;
    margin-bottom: 0;
    float: left;
  }
  .am-right-sidebar .user-info > span {
    padding-left: 46px;
  }
  .am-right-sidebar .user-info > span.position {
    font-size: 12px;
    line-height: 12px;
  }
}
.am-right-sidebar h2 {
  color: #e1e1e1;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px solid #6d6b6b;
  padding-left: 5px;
  margin-bottom: 25px;
  margin-top: 18px;
}
.am-right-sidebar .search {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.am-right-sidebar .search > input {
  border: 0;
  background-color: #424141;
  color: #b3b3b3;
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  padding: 15px 20px;
  outline: none;
}
.am-right-sidebar .search > span {
  position: absolute;
  color: #aaaaaa;
  right: 15px;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  cursor: pointer;
}
.am-right-sidebar .search > span:hover {
  color: #d1d1d1;
}
.am-right-sidebar .tab-navigation .nav-tabs {
  background-color: #424141;
  border-bottom: 0;
  padding: 0 15px;
}
.am-right-sidebar .tab-navigation .nav-tabs > li > a {
  background-color: transparent;
  border-width: 0;
  padding: 14px 10px;
  min-width: 40px;
}
.am-right-sidebar .tab-navigation .nav-tabs > li > a .icon {
  font-size: 25px;
  color: #aaaaaa;
}
.am-right-sidebar .tab-navigation .nav-tabs > li > a:hover {
  border: 0;
  background-color: transparent;
}
.am-right-sidebar .tab-navigation .nav-tabs > li > a:hover .icon {
  color: #ffffff;
}
.am-right-sidebar .tab-navigation .nav-tabs > li > a:focus {
  border: 0;
  background-color: transparent;
}
.am-right-sidebar .tab-navigation .nav-tabs > li.active > a .icon {
  color: #1188FF;
}
@media (max-width: 767px) {
  .am-right-sidebar .tab-navigation .nav-justified {
    display: table;
  }
  .am-right-sidebar .tab-navigation .nav-justified > li {
    display: table-cell;
  }
  .am-right-sidebar .tab-navigation .nav-justified > li > a {
    margin-bottom: 0;
    min-width: 40px;
  }
}
.am-right-sidebar .tab-panel {
  height: 100%;
  display: table-row;
}
.am-right-sidebar .tab-panel .tab-content {
  height: 100%;
  position: relative;
  width: 100%;
  padding: 0;
  background: transparent;
}
.am-right-sidebar .tab-panel .tab-content .tab-pane {
  height: 100%;
  position: relative;
  width: 100%;
}
.am-right-sidebar .tab-panel .tab-content .tab-pane > .content {
  overflow: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.am-right-sidebar .tab-panel .tab-content .announcement .nano-content,
.am-right-sidebar .tab-panel .tab-content .announcement .nano-pane {
  margin-bottom: 49px;
}
.am-right-sidebar .tab-panel .tab-content .announcement .nano-content > .content {
  padding: 10px 20px 0;
}
.am-right-sidebar .tab-panel .tab-content .announcement ul {
  list-style: none;
  padding-left: 0;
}
.am-right-sidebar .tab-panel .tab-content .announcement ul > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}
.am-right-sidebar .tab-panel .tab-content .announcement ul > li > .icon {
  position: absolute;
  left: 0;
  font-size: 16px;
  background-color: #424141;
  color: #d6d6d6;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 20px;
}
.am-right-sidebar .tab-panel .tab-content .announcement ul > li > .icon span.icon {
  vertical-align: middle;
}
.am-right-sidebar .tab-panel .tab-content .announcement ul > li .content {
  margin-left: 5px;
}
.am-right-sidebar .tab-panel .tab-content .announcement ul > li .content a {
  display: block;
  color: #ffffff;
  padding-top: 3px;
  font-size: 12px;
}
.am-right-sidebar .tab-panel .tab-content .announcement ul > li .content a:hover {
  color: #3a9cff;
}
.am-right-sidebar .tab-panel .tab-content .announcement ul > li .content span {
  display: block;
  color: #b3b3b3;
  margin-top: 5px;
  font-size: 12px;
}
.am-right-sidebar .tab-panel .tab-content .faqs .content,
.am-right-sidebar .tab-panel .tab-content .faqs .nano-pane {
  margin-bottom: 49px;
}
.am-right-sidebar .tab-panel .tab-content .faqs .content {
  padding: 10px 20px 1px;
}
.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 20px;
}
.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title {
  margin-top: 0;
}
.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title a {
  color: #ffffff;
  position: relative;
  padding: 0;
  padding-left: 35px;
  line-height: 24px;
  display: block;
}
.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title a .icon {
  background-color: #424141;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}
.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title a .icon > span {
  font-size: 26px;
  color: #d6d6d6;
  position: relative;
  top: 1px;
  display: inline-block;
  transition: all 0.3s ease;
}
.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title a .title {
  font-size: 12px;
  font-weight: 400;
}
.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title a.collapsed .icon {
  transform: none;
}
.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-heading .panel-title a.collapsed .icon > span {
  transform: rotate(-90deg);
}
.am-right-sidebar .tab-panel .tab-content .faqs .panel-group .panel .panel-collapse .panel-body {
  border-top: 0;
  color: #b3b3b3;
  padding-left: 35px;
  padding-top: 3px;
  padding-right: 0;
  padding-bottom: 0;
  font-size: 12px;
}
.am-right-sidebar .tab-panel .tab-content .ticket .content {
  padding: 10px 20px 30px;
}
.am-right-sidebar .tab-panel .tab-content .ticket form {
  margin-top: 30px;
}
.am-right-sidebar .tab-panel .tab-content .ticket form .send-ticket {
  margin-bottom: 30px;
}
.am-right-sidebar .tab-panel .tab-content .ticket form .send-ticket label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 13px;
}
.am-right-sidebar .tab-panel .tab-content .ticket form .send-ticket .form-control {
  background-color: transparent;
  border-radius: 2px;
  box-shadow: none;
  font-size: 13px;
  border: 1px solid #646262;
  color: #e1e1e1;
  height: auto;
  padding: 10px;
}
.am-right-sidebar .tab-panel .tab-content .ticket form .send-ticket textarea {
  min-height: 160px;
}
.am-right-sidebar .tab-panel .tab-content .ticket form .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .am-right-sidebar {
    width: 85%;
    right: 0;
    transform: translate3d(100%, 0, 0);
  }
  .am-right-sidebar .tab-panel .tab-content > .chat {
    width: 100%;
  }
  .am-right-sidebar .tab-panel .tab-content > .chat .chat-contacts,
  .am-right-sidebar .tab-panel .tab-content > .chat .chat-window {
    width: 100%;
  }
  .am-right-sidebar .tab-panel .tab-content > .chat .chat-window {
    left: 100%;
  }
  .am-right-sidebar .tab-panel .tab-content > .chat.chat-opened .chat-contacts {
    left: -100%;
  }
}
.am-right-sidebar .chat {
  width: 255px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
.am-content .chat.chat-scroll {
  height: 350px;
  position: relative;
  width: 100%;
}
.chat .chat-category {
  margin: 30px 20px 15px;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
  padding-left: 5px;
}
.am-right-sidebar .chat .chat-category {
  border-bottom-color: #6d6b6b;
  color: #e1e1e1;
}
.chat h2 {
  margin: 30px 20px 15px;
}
.chat .recent,
.chat .contact,
.chat .chat-contact-list {
  margin-bottom: 30px;
  font-size: 13px;
}
.am-right-sidebar .chat .recent,
.am-right-sidebar .chat .contact,
.am-right-sidebar .chat .chat-contact-list {
  font-size: 12px;
}
.chat .recent .user a,
.chat .contact .user a,
.chat .chat-contact-list .user a {
  display: block;
  padding: 14px 25px;
  overflow: hidden;
}
.am-right-sidebar .chat .recent .user a,
.am-right-sidebar .chat .contact .user a,
.am-right-sidebar .chat .chat-contact-list .user a {
  padding: 11px 25px;
}
.chat .recent .user a img,
.chat .contact .user a img,
.chat .chat-contact-list .user a img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
}
.chat .recent .user a .user-data,
.chat .contact .user a .user-data,
.chat .chat-contact-list .user a .user-data,
.chat .recent .user a .user-data2,
.chat .contact .user a .user-data2,
.chat .chat-contact-list .user a .user-data2 {
  padding-left: 40px;
  line-height: 16px;
}
.chat .recent .user a .user-data .status,
.chat .contact .user a .user-data .status,
.chat .chat-contact-list .user a .user-data .status,
.chat .recent .user a .user-data2 .status,
.chat .contact .user a .user-data2 .status,
.chat .chat-contact-list .user a .user-data2 .status {
  background-color: #00b777;
  border-radius: 50%;
  float: right;
  width: 7px;
  height: 7px;
  position: relative;
  top: 5px;
}
.chat .recent .user a .user-data .status.offline,
.chat .contact .user a .user-data .status.offline,
.chat .chat-contact-list .user a .user-data .status.offline,
.chat .recent .user a .user-data2 .status.offline,
.chat .contact .user a .user-data2 .status.offline,
.chat .chat-contact-list .user a .user-data2 .status.offline {
  background-color: #e65a5a;
}
.chat .recent .user a .user-data .status.away,
.chat .contact .user a .user-data .status.away,
.chat .chat-contact-list .user a .user-data .status.away,
.chat .recent .user a .user-data2 .status.away,
.chat .contact .user a .user-data2 .status.away,
.chat .chat-contact-list .user a .user-data2 .status.away {
  background-color: #f2c329;
}
.chat .recent .user a .user-data .name,
.chat .contact .user a .user-data .name,
.chat .chat-contact-list .user a .user-data .name,
.chat .recent .user a .user-data2 .name,
.chat .contact .user a .user-data2 .name,
.chat .chat-contact-list .user a .user-data2 .name {
  color: #555555;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
.am-right-sidebar .chat .recent .user a .user-data .name,
.am-right-sidebar .chat .contact .user a .user-data .name,
.am-right-sidebar .chat .chat-contact-list .user a .user-data .name,
.am-right-sidebar .chat .recent .user a .user-data2 .name,
.am-right-sidebar .chat .contact .user a .user-data2 .name,
.am-right-sidebar .chat .chat-contact-list .user a .user-data2 .name {
  color: #e1e1e1;
}
.chat .recent .user a .user-data .message,
.chat .contact .user a .user-data .message,
.chat .chat-contact-list .user a .user-data .message,
.chat .recent .user a .user-data2 .message,
.chat .contact .user a .user-data2 .message,
.chat .chat-contact-list .user a .user-data2 .message {
  display: block;
  color: #999999;
  font-size: 11px;
}
.chat .recent .user a .user-data2,
.chat .contact .user a .user-data2,
.chat .chat-contact-list .user a .user-data2 {
  margin-top: 7px;
}
.chat .recent .user a:hover,
.chat .contact .user a:hover,
.chat .chat-contact-list .user a:hover {
  background-color: #f7f7f7;
}
.am-right-sidebar .chat .recent .user a:hover,
.am-right-sidebar .chat .contact .user a:hover,
.am-right-sidebar .chat .chat-contact-list .user a:hover {
  background-color: #424141;
}
.chat .chat-contacts,
.chat .chat-window {
  width: 100%;
}
.am-right-sidebar .chat .chat-contacts,
.am-right-sidebar .chat .chat-window {
  width: 255px;
  height: 100%;
  display: table;
  table-layout: fixed;
  position: absolute;
  left: 0;
  transition: left 0.3s ease;
}
.am-right-sidebar .chat .chat-contacts .chat-sections {
  height: 100%;
  display: table-row;
}
.chat .chat-contacts .search {
  position: relative;
}
.am-right-sidebar .chat .chat-window {
  height: 100%;
  left: 255px;
  display: table;
  table-layout: fixed;
}
.chat .chat-window .title {
  padding: 20px 10px;
  padding-right: 20px;
  overflow: hidden;
}
.chat .chat-window .title .icon {
  font-size: 35px;
  color: #b3b3b3;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.chat .chat-window .title .user-name {
  font-size: 19px;
  line-height: 23px;
}
.chat .chat-window .title .user {
  display: inline-block;
  float: right;
  text-align: right;
  line-height: 13px;
}
.chat .chat-window .title .user img {
  height: 35px;
  width: 35x;
  border-radius: 50%;
  float: right;
  margin-left: 10px;
}
.chat .chat-window .title .user h2 {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
}
.chat .chat-window .title .user span {
  display: block;
  font-size: 12px;
  color: #999999;
}
.chat .chat-window .chat-messages {
  font-size: 13px;
  height: 274px;
}
.am-right-sidebar .chat .chat-window .chat-messages {
  height: 100%;
  display: table-row;
}
.chat .chat-window .chat-messages .content {
  outline: none;
}
.chat .chat-window .chat-messages ul {
  outline: none;
  margin: 0;
  padding: 0;
}
.chat .chat-window .chat-messages ul > li {
  display: block;
  list-style: none;
  padding: 9px 16px;
}
.chat .chat-window .chat-messages ul > li .msg {
  position: relative;
  display: inline-block;
  background-color: #1b8dff;
  color: #ffffff;
  font-size: 12px;
  padding: 7px 8px;
  border-radius: 3px;
  white-space: normal;
  text-align: left;
  margin-left: 40px;
}
.chat .chat-window .chat-messages ul > li .msg:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 7px;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #1b8dff;
  border-top: 6px solid transparent;
}
.am-right-sidebar .chat .chat-window .chat-messages ul > li .msg {
  padding: 5px 8px;
}
.chat .chat-window .chat-messages ul > li.friend .msg {
  background-color: hsl(0, 0%, 96%);
  color: #424141;
  margin-left: 0;
  margin-right: 40px;
}
.chat .chat-window .chat-messages ul > li.friend .msg:after {
  right: auto;
  left: -5px;
  border-left-width: 0;
  border-right: 5px solid hsl(0, 0%, 96%);
}
.am-right-sidebar .chat .chat-window .chat-messages ul > li.friend .msg {
  background-color: #ffffff;
}
.am-right-sidebar .chat .chat-window .chat-messages ul > li.friend .msg:after {
  border-right-color: #ffffff;
}
.chat .chat-window .chat-messages ul > li.self {
  text-align: right;
}
.chat.chat-opened .chat-contacts {
  left: -255px;
}
.chat.chat-opened .chat-window {
  left: 0;
}
.chat.chat-scroll .chat-contacts,
.chat.chat-scroll .chat-window {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
}
.chat-search {
  position: relative;
  border-top: 1px solid #ededed;
}
.chat-search > input {
  border: 0;
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  padding: 20px;
  outline: none;
}
.chat-search > span {
  position: absolute;
  color: #aaaaaa;
  right: 15px;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  cursor: pointer;
}
.chat-search > span:hover {
  color: #d1d1d1;
}
.chat-input {
  position: relative;
}
.chat-input .input-wrapper > input {
  border-width: 0;
  border-top: 1px solid #ededed;
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  padding: 20px;
  padding-left: 42px;
  padding-right: 40px;
  outline: none;
}
.am-right-sidebar .chat-input .input-wrapper > input {
  background-color: #424141;
  color: #b3b3b3;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0;
}
.chat-input .input-wrapper > span {
  position: absolute;
  color: #aaaaaa;
  right: 15px;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  cursor: pointer;
}
.chat-input .input-wrapper > span:hover {
  color: #d1d1d1;
}
.chat-input .input-wrapper .photo {
  left: 15px;
  font-size: 22px;
  top: 47%;
  right: auto;
}
/*------------------------------------------------------------------
  [Main content]
*/
.am-content {
  position: relative;
  left: 0;
  margin-left: 100px;
  min-height: 100%;
}
@media (max-width: 767px) {
  .am-content {
    margin-left: 0;
  }
}
.am-animate .am-content {
  transition: all 0.35s ease;
}
.am-nosidebar-left .am-content {
  margin-left: 0;
}
.main-content {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-content {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .main-content {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}
.am-no-padding .main-content {
  padding: 0;
}
/*------------------------------------------------------------------
  [Page head]
*/
/*Page Title*/
.page-head {
  background: none repeat scroll 0 0 #ffffff;
  padding: 20px 35px;
  position: relative;
}
.page-head h2 {
  margin-bottom: 5px;
  margin-top: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: -1px;
  font-size: 28px;
  line-height: 36px;
}
.page-head .breadcrumb {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 4px;
  font-size: 12px;
}
.am-white-header .page-head {
  background-color: #f8f8f8;
}
.am-aside .page-head {
  margin-left: 280px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-head {
    padding: 20px 25px;
  }
}
@media (max-width: 767px) {
  .page-head {
    padding: 18px 15px 20px;
  }
  .page-head h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
/*------------------------------------------------------------------
  [Page aside]
*/
.am-aside .main-content {
  margin-left: 280px;
}
@media (max-width: 767px) {
  .am-aside .main-content {
    margin-left: inherit;
  }
}
.page-aside {
  background: none repeat scroll 0 0 #ffffff;
  width: 280px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100px;
  border-right: 1px solid #e6e6e6;
  padding-top: 80px;
}
.am-animate .page-aside {
  transition: all 0.35s ease;
}
.page-aside .content {
  padding: 20px;
}
@media (max-width: 767px) {
  .page-aside {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    padding-top: 0;
    left: 0;
  }
  .page-aside .nano-content {
    position: static;
    overflow: visible;
    margin: 0 !important;
  }
}
.aside-header {
  margin-bottom: 20px;
}
.aside-header .navbar-toggle {
  background: rgba(0, 0, 0, 0.015);
  padding: 5px 6px;
}
.aside-header .navbar-toggle .icon {
  font-size: 25px;
}
.aside-header .description {
  color: #6f6f6f;
}
.aside-nav {
  display: block;
  visibility: visible;
}
.aside-nav .nav li a {
  color: #555555;
  padding: 12px 15px;
}
.aside-nav .nav li.active a {
  background-color: #f2f2f2;
}
.aside-nav .nav li .label {
  float: right;
  font-size: 12px;
  font-weight: 300;
}
.aside-nav .nav li .icon {
  font-size: 19px;
  vertical-align: middle;
  margin-right: 3px;
}
.aside-nav .title {
  color: #888888;
  margin: 5px 0 0 0;
  padding: 8px 13px 4px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .aside-nav {
    border-bottom: 1px solid #e6e6e6;
  }
  .aside-nav.collapse {
    display: none;
  }
  .aside-nav.in {
    display: block;
  }
}
/*------------------------------------------------------------------
  [Splash screen]
*/
.am-splash-screen {
  background-color: #383737;
}
.am-splash-screen .am-wrapper {
  padding-top: 0;
}
.am-splash-screen .am-wrapper .am-content {
  margin: 0;
}
.am-splash-screen .am-wrapper .am-content a {
  color: #ababab;
}
.am-splash-screen .am-wrapper .am-content a:hover {
  color: #ffffff;
}
/*------------------------------------------------------------------
	[Scroll to top button]
*/
.am-scroll-top {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 4px 9px;
  display: none;
  transition: background-color 0.2s ease;
  border-radius: 4px;
}
.am-scroll-top:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.am-scroll-top:hover,
.am-scroll-top:focus {
  color: #ffffff;
}
.am-scroll-top:before {
  content: '\e682';
  font-family: 'Stroke 7';
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
/*------------------------------------------------------------------
  [Forms]
*/
/*------------------------------------------------------------------
  [Switch button]
*/
.switch-button {
  display: inline-block;
  border-radius: 50px;
  background-color: #b3b3b3;
  width: 60px;
  height: 27px;
  padding: 2px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.switch-button input[type="checkbox"] {
  display: none;
}
.switch-button label {
  border-radius: 50%;
  border: 1px solid #ababab;
  background-color: #ffffff;
  margin: 0;
  height: 23px;
  width: 23px;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  background-clip: padding-box;
}
.switch-button label:before {
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  z-index: 0;
  content: "OFF";
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 26px;
  top: 0;
  text-align: right;
  padding-right: 10px;
  color: #ffffff;
}
.switch-button input[type="checkbox"]:checked + span {
  background-color: #1188FF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2px;
}
.switch-button input[type="checkbox"]:checked + span label {
  float: right;
  border-color: #007bf7;
}
.switch-button input[type="checkbox"]:checked + span label:before {
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  z-index: 0;
  content: "ON";
  color: #ffffff;
  left: 0;
  text-align: left;
  padding-left: 10px;
}
.switch-button.switch-button-yesno label:before {
  content: "NO";
}
.switch-button.switch-button-yesno input[type="checkbox"]:checked + span label:before {
  content: "YES";
}
.switch-button.switch-button-xs {
  height: 20px;
  width: 53px;
  line-height: 22px;
  width: 50px;
}
.switch-button.switch-button-xs label {
  height: 16px;
  width: 16px;
}
.switch-button.switch-button-xs label:before {
  line-height: 19px;
}
.switch-button.switch-button-sm {
  height: 24px;
  width: 57px;
  line-height: 26px;
}
.switch-button.switch-button-sm label {
  height: 20px;
  width: 20px;
}
.switch-button.switch-button-sm label:before {
  line-height: 23px;
}
.switch-button.switch-button-lg {
  height: 30px;
  width: 63px;
  line-height: 32px;
  width: 65px;
}
.switch-button.switch-button-lg label {
  height: 26px;
  width: 26px;
}
.switch-button.switch-button-lg label:before {
  line-height: 29px;
}
.switch-button.switch-button-success {
  background-color: #b3b3b3;
}
.switch-button.switch-button-success label {
  border-color: #ababab;
}
.switch-button.switch-button-success input[type="checkbox"]:checked + span {
  background-color: #56b33b;
}
.switch-button.switch-button-success input[type="checkbox"]:checked + span label {
  border-color: #4da035;
}
.switch-button.switch-button-info {
  background-color: #b3b3b3;
}
.switch-button.switch-button-info label {
  border-color: #ababab;
}
.switch-button.switch-button-info input[type="checkbox"]:checked + span {
  background-color: #174fd9;
}
.switch-button.switch-button-info input[type="checkbox"]:checked + span label {
  border-color: #1547c2;
}
.switch-button.switch-button-warning {
  background-color: #b3b3b3;
}
.switch-button.switch-button-warning label {
  border-color: #ababab;
}
.switch-button.switch-button-warning input[type="checkbox"]:checked + span {
  background-color: #eeb60e;
}
.switch-button.switch-button-warning input[type="checkbox"]:checked + span label {
  border-color: #d6a40d;
}
.switch-button.switch-button-danger {
  background-color: #b3b3b3;
}
.switch-button.switch-button-danger label {
  border-color: #ababab;
}
.switch-button.switch-button-danger input[type="checkbox"]:checked + span {
  background-color: #ba1818;
}
.switch-button.switch-button-danger input[type="checkbox"]:checked + span label {
  border-color: #a31515;
}
/*------------------------------------------------------------------
  [Elements]
*/
/*------------------------------------------------------------------
  [Widgets]
*/
.widget {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}
.widget > .widget-head {
  margin-bottom: 20px;
  display: block;
}
.widget > .widget-head .title {
  font-size: 16px;
  font-weight: 300;
}
.widget > .widget-head .tools {
  float: right;
}
.widget > .widget-head .tools > .icon {
  display: inline-block;
  margin-left: 5px;
  font-size: 21px;
  line-height: 23px;
  vertical-align: middle;
  cursor: pointer;
}
.widget > .widget-head .tools > .icon:hover {
  color: #1188FF;
}
.widget > .widget-head .tools > .icon.s7-close {
  font-size: 27px;
  margin-left: 1px;
  position: relative;
  top: 1px;
}
.widget > .widget-head .tools .value {
  font-size: 24px;
  line-height: 22px;
}
.widget .chart-container {
  position: relative;
}
.widget .chart-container > .counter {
  min-height: auto;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.widget .chart-container > .counter .value {
  font-size: 24px;
}
.widget .chart-container > .counter .desc {
  text-transform: uppercase;
  font-size: 11px;
  color: #b2b2b2;
}
.widget.widget-fullwidth {
  padding: 0;
}
.widget.widget-fullwidth > .widget-head {
  padding: 20px 20px 10px;
  margin-bottom: 0;
}
.widget.widget-fullwidth .chart-container > .counter {
  min-height: auto;
  left: 20px;
}
.widget.widget-small {
  margin-bottom: 20px;
}
.widget.widget-small.widget-fullwidth > .widget-head {
  padding: 20px 15px 10px;
}
/*------------------------------------------------------------------
  [Colors]
*/
.clr-primary {
  background-color: #1188FF;
}
.clr-success {
  background-color: #56b33b;
}
.clr-info {
  background-color: #174fd9;
}
.clr-warning {
  background-color: #eeb60e;
}
.clr-danger {
  background-color: #ba1818;
}
.clr-alt1 {
  background-color: #88ca92;
}
.clr-alt2 {
  background-color: #122556;
}
.clr-alt3 {
  background-color: #8B8CCC;
}
.clr-alt4 {
  background-color: #cccccc;
}
.clr-btn-default {
  background-color: #ffffff;
}
.clr-btn-default-hover {
  background-color: #f7f7f7;
}
.clr-btn-default-active {
  background-color: #ededed;
}
.clr-btn-primary {
  background-color: #1188FF;
}
.clr-btn-primary-hover {
  background-color: #2b95ff;
}
.clr-btn-primary-active {
  background-color: #007bf7;
}
.clr-btn-dark {
  background-color: #3d3c3c;
}
.clr-btn-dark-hover {
  background-color: #4a4949;
}
.clr-btn-dark-active {
  background-color: #302f2f;
}
.clr-btn-info {
  background-color: #174fd9;
}
.clr-btn-info-hover {
  background-color: #225be8;
}
.clr-btn-info-active {
  background-color: #1547c2;
}
.clr-btn-warning {
  background-color: #eeb60e;
}
.clr-btn-warning-hover {
  background-color: #f2be23;
}
.clr-btn-warning-active {
  background-color: #d6a40d;
}
.clr-btn-danger {
  background-color: #ba1818;
}
.clr-btn-danger-hover {
  background-color: #d11b1b;
}
.clr-btn-danger-active {
  background-color: #a31515;
}
.clr-btn-success {
  background-color: #56b33b;
}
.clr-btn-success-hover {
  background-color: #62c246;
}
.clr-btn-success-active {
  background-color: #4da035;
}
.clr-btn-alt1 {
  background-color: #57b465;
}
.clr-btn-alt1-hover {
  background-color: #68bc75;
}
.clr-btn-alt1-active {
  background-color: #4aa758;
}
.clr-btn-alt2 {
  background-color: #0e2045;
}
.clr-btn-alt2-hover {
  background-color: #132a5a;
}
.clr-btn-alt2-active {
  background-color: #0a1730;
}
.clr-btn-alt3 {
  background-color: #8B8CCC;
}
.clr-btn-alt3-hover {
  background-color: #9d9ed4;
}
.clr-btn-alt3-active {
  background-color: #797ac4;
}
.clr-btn-alt4 {
  background-color: #bdbdbd;
}
.clr-btn-alt4-hover {
  background-color: #c9c9c9;
}
.clr-btn-alt4-active {
  background-color: #b0b0b0;
}
/*------------------------------------------------------------------
  [Color swatch]
*/
.color-swatch {
  margin-top: 20px;
  display: inline-block;
  min-width: 230px;
  overflow: hidden;
  border-radius: 3px;
}
.color-swatch .colors {
  margin: 0;
}
.color-swatch .colors > div {
  min-height: 90px;
}
.color-swatch .desc {
  margin: 0;
}
.color-swatch .desc > div {
  text-align: center;
  background-color: #ffffff;
  line-height: 50px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #686868;
}
/*------------------------------------------------------------------
  [Notifications]
*/
#gritter-notice-wrapper {
  width: 360px;
  top: 82px;
}
.gritter-item-wrapper {
  background: url("/Scripts//jquery.gritter/images/gritter-bg.png");
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}
.gritter-item-wrapper .gritter-item {
  font-family: 'Open Sans', sans-serif;
  background: transparent;
  color: #ffffff;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.gritter-item-wrapper .gritter-item .gritter-img-container {
  display: table-cell;
  width: 26%;
  vertical-align: middle;
  text-align: center;
  background-color: #302f2f;
}
.gritter-item-wrapper .gritter-item .gritter-img-container .gritter-image {
  float: none;
}
.gritter-item-wrapper .gritter-item .gritter-content {
  width: auto;
}
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image,
.gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image {
  padding: 15px 35px 17px 15px;
  color: #d9d9d9;
  width: 267px;
  display: table-cell;
}
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-close,
.gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-close {
  display: block !important;
  top: 0;
  right: 0;
  left: auto;
  height: 30px;
  width: 35px;
  font-size: 0;
  background: transparent;
  text-indent: inherit;
  opacity: 0.4;
}
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-close:hover,
.gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-close:hover {
  opacity: 0.8;
}
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-close:after,
.gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-close:after {
  content: '\e680';
  font-family: 'Stroke 7';
  position: absolute;
  color: #ffffff;
  font-size: 24px;
  left: 5px;
  text-shadow: none;
}
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-title,
.gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-title {
  text-shadow: none;
  font-weight: 300;
  font-size: 17px;
}
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image p,
.gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image p {
  font-size: 12px;
  line-height: 19px;
}
.gritter-item-wrapper .gritter-item .gritter-content .gritter-without-image {
  border-left: 0;
}
.gritter-item-wrapper.img-rounded {
  border-radius: 0;
}
.gritter-item-wrapper.img-rounded .gritter-img-container .gritter-image {
  border-radius: 50%;
}
.gritter-item-wrapper.clean {
  background: #ffffff;
}
.gritter-item-wrapper.clean .gritter-item {
  color: #555555;
}
.gritter-item-wrapper.clean .gritter-item .gritter-img-container {
  background-color: #fafafa;
}
.gritter-item-wrapper.clean .gritter-item .gritter-content {
  color: #555555;
}
.gritter-item-wrapper.clean .gritter-item .gritter-content .gritter-close {
  opacity: 0.5;
}
.gritter-item-wrapper.clean .gritter-item .gritter-content .gritter-close:after {
  color: #555555;
}
.gritter-item-wrapper.color .gritter-item .gritter-img-container {
  background-color: transparent;
}
.gritter-item-wrapper.color .gritter-item .gritter-content {
  color: #ffffff;
}
.gritter-item-wrapper.color .gritter-item .gritter-content .gritter-close {
  opacity: 0.7;
}
.gritter-item-wrapper.color .gritter-item .gritter-content .gritter-close:hover {
  opacity: 1;
}
.gritter-item-wrapper.primary {
  background: #1188FF;
}
.gritter-item-wrapper.success {
  background: #56b33b;
}
.gritter-item-wrapper.info {
  background: #174fd9;
}
.gritter-item-wrapper.warning {
  background: #eeb60e;
}
.gritter-item-wrapper.danger {
  background: #ba1818;
}
.gritter-item-wrapper.alt1 {
  background: #88ca92;
}
.gritter-item-wrapper.alt2 {
  background: #122556;
}
.gritter-item-wrapper.alt3 {
  background: #8B8CCC;
}
.gritter-item-wrapper.alt4 {
  background: #cccccc;
}
.gritter-item-wrapper.dark {
  background: #3d3c3c;
}
.gritter-item-wrapper.facebook {
  background: #5d82d1;
}
.gritter-item-wrapper.facebook .gritter-item .gritter-img-container {
  background-color: #5179ce;
}
.gritter-item-wrapper.twitter {
  background: #50bff5;
}
.gritter-item-wrapper.twitter .gritter-item .gritter-img-container {
  background-color: #42baf4;
}
.gritter-item-wrapper.google-plus {
  background: #eb5e4c;
}
.gritter-item-wrapper.google-plus .gritter-item .gritter-img-container {
  background-color: #e9523e;
}
.gritter-item-wrapper.dribbble {
  background: #f7659c;
}
.gritter-item-wrapper.dribbble .gritter-item .gritter-img-container {
  background-color: #f65693;
}
.gritter-item-wrapper.flickr {
  background: #0063dc;
}
.gritter-item-wrapper.flickr .gritter-item .gritter-img-container {
  background-color: #005ccd;
}
.gritter-item-wrapper.linkedin {
  background: #238cc8;
}
.gritter-item-wrapper.linkedin .gritter-item .gritter-img-container {
  background-color: #2183bb;
}
.gritter-item-wrapper.youtube {
  background: #ef4e41;
}
.gritter-item-wrapper.youtube .gritter-item .gritter-img-container {
  background-color: #ee4133;
}
.gritter-item-wrapper.pinterest {
  background: #e13138;
}
.gritter-item-wrapper.pinterest .gritter-item .gritter-img-container {
  background-color: #df242b;
}
.gritter-item-wrapper.github {
  background: #333;
}
.gritter-item-wrapper.github .gritter-item .gritter-img-container {
  background-color: #2b2b2b;
}
.gritter-item-wrapper.tumblr {
  background: #426d9b;
}
.gritter-item-wrapper.tumblr .gritter-item .gritter-img-container {
  background-color: #3d6590;
}
/*------------------------------------------------------------------
  [Grid]
*/
.bs-grid-block {
  border: 2px dashed #c5c5c5;
  font-weight: 300;
  font-size: 20px;
  color: #807e7e;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px;
}
.bs-grid-block .content {
  display: table-cell;
  height: 177px;
  text-align: center;
  vertical-align: middle;
}
.bs-grid-block .content .size {
  display: block;
}
.bs-grid-block .content .device {
  line-height: 0;
}
.bs-grid-block .content .device:after {
  font-size: 15px;
}
@media (min-width: 1200px) {
  .bs-grid-block .content .device:after {
    content: 'Desktop';
    color: #1188FF;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bs-grid-block .content .device:after {
    content: 'Laptop';
    color: #1188FF;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bs-grid-block .content .device:after {
    content: 'Tablet';
    color: #8B8CCC;
  }
}
@media (max-width: 767px) {
  .bs-grid-block .content .device:after {
    content: 'Phone';
    color: #56b33b;
  }
}
/*------------------------------------------------------------------
  [Icons]
*/
.icon-container {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.icon-container .icon {
  background-color: #f5f5f5;
  border-radius: 50%;
  display: inline-block;
  height: 95px;
  width: 95px;
  margin-bottom: 15px;
  padding: 20px;
  text-align: center;
}
.icon-container .icon span {
  font-size: 55px;
  color: #646262;
}
.icon-container .class {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
/*------------------------------------------------------------------
  [Code]
*/
/* Pretty printing styles. Used with prettify.js. */
.prettyprint {
  font-size: 12px;
  line-height: 1.5;
}
/* Light Theme*/
pre {
  color: #555555;
}
pre .pln {
  color: #777777;
}
pre .str {
  color: #DD1144;
}
pre .kwd {
  color: #445588;
}
pre .com {
  color: #b8b6b1;
}
pre .typ {
  color: #008080;
}
pre .lit {
  color: #DD1144;
}
pre .pun,
pre .opn,
pre .clo {
  color: #949494;
}
pre .tag {
  color: #797ac4;
}
pre .atn {
  color: #2b95ff;
}
pre .atv {
  color: #929292;
}
pre .dec,
pre .var {
  color: #DD1144;
}
pre .fun {
  color: #445588;
}
/*Dark Theme*/
pre.am-code-dark {
  background-color: #4d4342;
  color: #FFFFFF;
}
pre.am-code-dark .pln {
  color: #ffffff;
}
pre.am-code-dark .str {
  color: #b5db99;
}
pre.am-code-dark .kwd {
  color: #e9c865;
}
pre.am-code-dark .com {
  color: #c3b8b7;
}
pre.am-code-dark .typ {
  color: #FF9787;
}
pre.am-code-dark .lit {
  color: #b5db99;
}
pre.am-code-dark .pun,
pre.am-code-dark .opn,
pre.am-code-dark .clo {
  color: #ffffff;
}
pre.am-code-dark .tag {
  color: #e9c865;
}
pre.am-code-dark .atn {
  color: #FF9787;
}
pre.am-code-dark .atv {
  color: #b5db99;
}
pre.am-code-dark .dec,
pre.am-code-dark .var {
  color: #b5db99;
}
pre.am-code-dark .fun {
  color: #e9c865;
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}
/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eee;
}
.widget-pie .chart-container {
  display: table;
  width: 100%;
  margin: 0;
}
.widget-pie .chart-container > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .widget-pie .chart-container > div {
    display: block;
  }
  .widget-pie .chart-container > div:first-child {
    margin-bottom: 25px;
  }
}
.widget-pie .chart-container .chart {
  min-height: 125px;
}
.widget-pie .chart-container .legend > div {
  background-color: transparent !important;
}
.widget-pie .chart-container .legend table {
  width: 100%;
}
.widget-pie .chart-container .legend table tr td {
  padding-bottom: 7px;
  font-size: 12px;
}
.widget-pie .chart-container .legend table tr .legendColorBox {
  width: 1%;
}
.widget-pie .chart-container .legend table tr .legendColorBox > div {
  border: 0 !important;
}
.widget-pie .chart-container .legend table tr .legendLabel {
  padding-left: 8px;
  font-size: 12px;
}
.widget-pie .chart-container .legend table tr .legendData {
  text-align: right;
}
.widget-pie .chart-info {
  border-top: 1px solid #e0e0e0;
  margin: 0;
  margin-top: 30px;
  text-align: center;
}
.widget-pie .chart-info span {
  display: block;
}
.widget-pie .chart-info span.title {
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #b2b2b2;
  font-size: 12px;
}
.widget-pie .chart-info span.number {
  font-size: 18px;
  font-weight: 300;
}
.widget-pie .chart-info > div {
  padding-top: 20px;
}
.widget-pie .chart-info > div:first-child {
  text-align: left;
  padding-left: 0;
}
.widget-pie .chart-info > div:last-child {
  text-align: right;
  padding-right: 0;
}
@media (max-width: 480px) {
  .widget-pie .chart-info {
    padding-top: 15px;
  }
  .widget-pie .chart-info > div {
    float: none;
    text-align: left !important;
    width: 100%;
    line-height: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
  .widget-pie .chart-info > div span {
    display: inline-block;
  }
  .widget-pie .chart-info > div span.title {
    margin: 0;
  }
  .widget-pie .chart-info > div span.number {
    float: right;
  }
}
.widget-pie.widget-pie-stats .chart-info > div:last-child {
  text-align: left;
}
.widget-pie.widget-pie-stats .chart-info .sparkline {
  float: right;
  margin-top: 11px;
}
@media (max-width: 480px) {
  .widget-pie.widget-pie-stats .chart-info > div {
    line-height: 25px;
  }
  .widget-pie.widget-pie-stats .chart-info > div span {
    display: block;
  }
  .widget-pie.widget-pie-stats .chart-info > div span.number {
    float: none;
  }
  .widget-pie.widget-pie-stats .chart-info > div:first-child {
    margin-bottom: 10px;
  }
}
.widget.line-chart .chart-container {
  position: relative;
  padding: 0 5px 5px 5px;
}
.widget.line-chart .chart-container > div {
  z-index: 1;
}
@media (max-width: 767px) {
  .widget.line-chart .chart-container > div {
    padding: 0 0 5px;
    min-height: 160px;
  }
}
.widget.line-chart .chart-container > .counter {
  min-height: auto;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.widget.line-chart .chart-container > .counter .value {
  font-size: 24px;
}
.widget.line-chart .chart-container > .counter .desc {
  text-transform: uppercase;
  font-size: 11px;
  color: #b2b2b2;
}
.widget.line-chart .chart-table {
  padding-top: 20px;
}
.widget.line-chart .chart-table table {
  margin: 0;
}
.widget.line-chart .chart-table table .number {
  text-align: right;
  width: 20%;
}
@media (max-width: 767px) {
  .widget.line-chart .chart-table {
    padding: 10px 0 0;
  }
}
.widget.line-chart.widget-fullwidth .chart-container {
  padding: 0;
}
.widget.line-chart.widget-fullwidth .chart-container > div .tickLabel {
  font-size: 0;
}
.widget.line-chart.widget-fullwidth .chart-container > .counter {
  min-height: auto;
  left: 20px;
}
.widget.bar-chart .chart-container {
  padding: 0 5px 5px 5px;
}
@media (max-width: 767px) {
  .widget.bar-chart .chart-container > div {
    padding: 0 0 5px;
    min-height: 160px;
  }
}
.widget.bar-chart .chart-table {
  padding-top: 20px;
}
.widget.bar-chart .chart-table table {
  margin: 0;
}
.widget.bar-chart .chart-table table .number {
  text-align: right;
  width: 20%;
}
@media (max-width: 767px) {
  .widget.bar-chart .chart-table {
    padding: 10px 0 0;
  }
}
.widget-calendar {
  padding: 0;
}
.widget-calendar .cal-container {
  width: 100%;
  display: table;
}
.widget-calendar .cal-container .cal-notes {
  display: table-cell;
  width: 40%;
  background-color: #1188FF;
  padding: 25px;
}
.widget-calendar .cal-container .cal-notes span {
  display: block;
  color: #ffffff;
}
.widget-calendar .cal-container .cal-notes span.day {
  font-size: 25px;
  font-weight: 300;
}
.widget-calendar .cal-container .cal-notes span.date {
  font-size: 15px;
  font-weight: 300;
  color: #91c8ff;
}
.widget-calendar .cal-container .cal-notes span.title {
  font-size: 14px;
  border-bottom: 1px solid #ffffff;
  margin-top: 35px;
  padding-bottom: 3px;
}
.widget-calendar .cal-container .cal-notes span.title .icon {
  float: right;
  font-size: 19px;
  line-height: 22px;
  cursor: pointer;
}
.widget-calendar .cal-container .cal-notes ul {
  padding: 0;
  list-style: none;
  padding-top: 20px;
}
.widget-calendar .cal-container .cal-notes ul li {
  padding-bottom: 10px;
  font-size: 12px;
}
.widget-calendar .cal-container .cal-notes ul li span {
  display: inline-block;
}
.widget-calendar .cal-container .cal-notes ul li span.hour {
  float: right;
}
.widget-calendar .cal-container .cal-notes ul li:last-child {
  padding-bottom: 0;
}
.widget-calendar .cal-container .cal-calendar {
  display: table-cell;
  padding: 25px;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker {
  position: relative;
  margin: 20px 0;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  cursor: default;
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  height: 1.8em;
  position: absolute;
  top: -5px;
  width: 1.8em;
  color: #555555;
  font-size: 28px;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  overflow: hidden;
  display: block;
  text-indent: -99999px;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span:after,
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after {
  cursor: pointer;
  content: "\e686";
  font-family: 'Stroke 7';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  text-indent: 0;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 2px;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 2px;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after {
  content: "\e684";
  right: 14px;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar {
  width: 100%;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar th {
  border: 0;
  padding: 3px;
  text-align: center;
  font-weight: 400;
  color: #555555;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar th span {
  font-size: 14px;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar tr td {
  border: 0;
  padding: 3px;
  text-align: center;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar tr td a {
  display: inline-block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
  color: #888888;
  width: 25px;
  height: 25px;
  line-height: 20px;
  font-size: 12px;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-active,
.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-highlight {
  background-color: #e6e6e6;
  border-radius: 50%;
}
.widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-highlight {
  background-color: #1188FF;
  color: #ffffff;
}
@media (max-width: 767px) {
  .widget-calendar .cal-container {
    display: block;
  }
  .widget-calendar .cal-container .cal-notes,
  .widget-calendar .cal-container .cal-calendar {
    display: block;
  }
  .widget-calendar .cal-container .cal-notes {
    width: 100%;
  }
  .widget-calendar .cal-container .cal-calendar .ui-datepicker {
    margin: 10px 0;
  }
}
.widget.widget-map .map-container > div {
  height: 229px;
}
.widget.widget-tile {
  padding: 24px 20px;
  margin-bottom: 20px;
}
.widget.widget-tile .data-info {
  display: inline-block;
}
.widget.widget-tile .data-info .value {
  font-size: 23px;
  font-weight: 300;
}
.widget.widget-tile .data-info .desc {
  font-size: 14px;
  line-height: 18px;
}
.widget.widget-tile .icon {
  display: inline-block;
  color: #1188FF;
  float: right;
  font-size: 45px;
  line-height: 54px;
}
.widget.widget-tile.widget-tile-wide {
  display: table;
  width: 100%;
}
.widget.widget-tile.widget-tile-wide > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.widget.widget-tile.widget-tile-wide .data-info {
  vertical-align: top;
}
.widget.widget-tile.widget-tile-wide .data-info .title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 2px;
}
.widget.widget-tile.widget-tile-wide .data-info .desc {
  color: #808080;
  font-size: 12px;
}
.widget.widget-tile.widget-tile-wide .tile-value {
  text-align: right;
}
.widget.widget-tile.widget-tile-wide .tile-value > span {
  display: block;
  padding-right: 10px;
  font-weight: 300;
  font-size: 31px;
}
.widget.widget-tile.widget-tile-wide .icon {
  float: none;
  line-height: 43px;
  vertical-align: top;
  margin-right: 5px;
}
.widget-weather {
  padding: 0;
}
.widget-weather .wt-container .wt-hour {
  background-color: #2299ff;
  color: #ffffff;
  font-size: 35px;
  font-weight: 300;
  padding: 20px;
  text-align: center;
}
.widget-weather .wt-container .wt-hour .meridian {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 8px;
  vertical-align: top;
  line-height: 38px;
}
.widget-weather .wt-container .wt-info {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.widget-weather .wt-container .wt-info .wt-day {
  display: table-cell;
  text-align: center;
  padding: 30px 0;
  border-right: 1px solid #e6e6e6;
}
.widget-weather .wt-container .wt-info .wt-day span {
  display: block;
  font-weight: 300;
  font-size: 15px;
}
.widget-weather .wt-container .wt-info .wt-day span.day {
  margin-bottom: 10px;
  color: #1188FF;
}
.widget-weather .wt-container .wt-info .wt-day span.date {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .widget-weather .wt-container .wt-info .wt-day canvas {
    height: auto !important;
    width: auto !important;
  }
}
.widget-weather .wt-container .wt-info .wt-day:last-child {
  border-right: 0;
}
.widget-weather .wt-container .wt-location {
  padding: 19px;
  font-size: 15px;
  font-weight: 300;
}
.widget-weather .wt-container .wt-location .icon {
  float: right;
  cursor: pointer;
  font-size: 20px;
}
.widget-weather .wt-container .wt-location .icon:hover {
  color: #1188FF;
}
.widget-download-list {
  padding: 0;
}
.widget-download-list > .widget-head {
  background-color: #2299ff;
  color: #ffffff;
  line-height: 33px;
  overflow: hidden;
  padding: 19px 20px;
  margin-bottom: 0;
}
.widget-download-list > .widget-head .icon {
  float: right;
  background-color: #1188FF;
  border-radius: 50%;
  font-size: 20px;
  line-height: 19px;
  padding: 8px;
  height: 35px;
  width: 35px;
}
.widget-download-list .widget-list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget-download-list .widget-list li {
  border-bottom: 1px solid #e6e6e6;
}
.widget-download-list .widget-list li a {
  padding: 21px 20px;
  color: #555555;
  display: block;
  font-weight: 300;
  font-size: 12px;
}
.widget-download-list .widget-list li a .icon {
  float: right;
  color: #1188FF;
  font-size: 20px;
}
.widget-download-list .widget-list li a:hover {
  background-color: #fafafa;
}
.widget-download-list .widget-list li:last-child {
  border: 0;
}
.widget.widget-radar > .widget-head {
  margin-bottom: 39px;
}
.widget.widget-radar .chart-container {
  margin-bottom: 20px;
}
/*------------------------------------------------------------------
  [Custom pages]
*/
/*------------------------------------------------------------------
  [Login]
*/
.login-container {
  max-width: 400px;
  margin: 80px auto;
  padding: 10px;
}
.login-container .panel-default {
  background: transparent;
  padding: 0;
  border: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.login-container .panel-default .panel-heading {
  padding: 0;
  background: transparent;
  border: 0;
  text-align: center;
  margin-bottom: 20px;
}
.login-container .panel-default .panel-heading span {
  display: block;
  color: #858383;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  margin-top: 10px;
  padding-bottom: 10px;
}
.login-container .panel-default .panel-body .form-group {
  margin: 0;
  padding: 0;
}
.login-container .panel-default .panel-body .form-group > div {
  padding: 0;
}
.login-container .panel-default .panel-body .form-group .input-group {
  border-bottom: 2px solid #4a4949;
  padding: 10px 0;
}
.login-container .panel-default .panel-body .form-group .input-group .input-group-addon {
  border: 0;
  background-color: transparent;
}
.login-container .panel-default .panel-body .form-group .input-group .input-group-addon .icon {
  font-size: 20px;
  color: #ffffff;
}
.login-container .panel-default .panel-body .form-group .input-group .form-control {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  color: #a3a2a2;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
}
.login-container .panel-default .panel-body .form-group .input-group.parsley-error {
  border-color: #e32222;
}
.login-container .panel-default .panel-body .form-group.login-submit {
  padding-top: 40px;
  padding-bottom: 15px;
}
.login-container .panel-default .panel-body .form-group.login-submit .btn {
  width: 100%;
}
.login-container .panel-default .panel-body .form-group.footer {
  margin-top: 3px;
  line-height: 35px;
  font-size: 14px;
}
.login-container .panel-default .panel-body .form-group .remember {
  text-align: right;
  color: #a3a2a2;
}
.login-container .panel-default .panel-body .form-group .remember label {
  margin: 0;
  cursor: pointer;
}
.login-container .panel-default .panel-body .form-group .remember .am-checkbox {
  display: inline-block;
  margin-left: 7px;
}
.login-container .panel-default .panel-body .form-group .remember .am-checkbox input[type="checkbox"] + label:before,
.login-container .panel-default .panel-body .form-group .remember .am-checkbox input[type="radio"] + label:before {
  border-color: #4a4949;
  background-color: transparent;
}
.login-container .panel-default .panel-body .form-group .remember .am-checkbox input[type="checkbox"] + label:hover:before,
.login-container .panel-default .panel-body .form-group .remember .am-checkbox input[type="radio"] + label:hover:before {
  border-color: #575555;
}
@media (max-width: 767px) {
  .login-container {
    margin-top: 50px;
  }
}
/*------------------------------------------------------------------
  [Error pages]
*/
.am-error .error-container {
  text-align: center;
}
.am-error .error-number {
  display: block;
  color: #ffffff;
  font-size: 130px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 120px;
  text-shadow: 6px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .am-error .error-number {
    font-size: 90px;
    margin-bottom: 10px;
    line-height: 100px;
  }
}
.am-error .error-description {
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
  color: #cccccc;
}
@media (max-width: 767px) {
  .am-error .error-description {
    font-size: 19px;
  }
}
.am-error .error-goback-text {
  font-size: 20px;
  font-weight: 300;
  color: #a6a6a6;
  margin-bottom: 30px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .am-error .error-goback-text {
    font-size: 15px;
  }
}
/*------------------------------------------------------------------
  [Page 404]
*/
.am-error-404 .error-container .error-image {
  display: inline-block;
  background: url("/Images//404-img.png") no-repeat right center;
  background-size: 387px 292px;
  width: 100%;
  max-width: 587px;
  height: 292px;
}
.am-error-404 .error-container .error-image img {
  max-width: 607px;
  max-height: 459px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .am-error-404 .error-container .error-image {
    background-image: url("/Images//404-img-2x.png");
  }
}
@media (max-width: 767px) {
  .am-error-404 .error-container .error-image {
    background-size: 190px 142px;
    max-width: 295px;
    height: 142px;
  }
}
/*------------------------------------------------------------------
  [Sign up]
*/
.sign-up {
  margin-top: 20px;
  max-width: 440px;
  margin-bottom: 20px;
  padding: 0;
}
.sign-up .panel-heading {
  margin-bottom: 15px !important;
}
.sign-up .panel-body .form-horizontal .title {
  font-size: 15px;
  color: #d9d9d9;
  text-align: center;
}
.sign-up .panel-body .form-horizontal .sign-up-form {
  margin-bottom: 25px;
}
.sign-up .panel-body .form-horizontal .sign-up-form .social-signup {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sign-up .panel-body .form-horizontal .sign-up-form .social-signup > div:first-child {
  padding-right: 8px;
}
.sign-up .panel-body .form-horizontal .sign-up-form .social-signup > div:last-child {
  padding-left: 8px;
}
.sign-up .panel-body .form-horizontal .conditions {
  color: #979595;
  margin-bottom: 25px;
}
.sign-up .panel-body .form-horizontal .conditions a {
  color: #d9d9d9;
}
.sign-up .panel-body .form-horizontal .conditions a:hover {
  color: #ffffff;
}
/*------------------------------------------------------------------
  [Forgot password]
*/
.forgot-password {
  max-width: 415px;
}
.forgot-password .panel-heading {
  margin-bottom: 0 !important;
}
.forgot-password .panel-body .form-horizontal p {
  color: #979595;
  font-size: 14px;
  margin-bottom: 25px;
}
.forgot-password .panel-body .form-horizontal p a {
  color: #d9d9d9;
}
.forgot-password .panel-body .form-horizontal p a:hover {
  color: #ffffff;
}
.forgot-password .panel-body .form-horizontal p.contact {
  margin-bottom: 30px;
}
.forgot-password .panel-body .form-horizontal .form-group {
  margin-bottom: 30px;
}
.forgot-password .out-links {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .forgot-password {
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
/*------------------------------------------------------------------
  [Gallery]
*/
.gallery-container .item {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.gallery-container .item .photo {
  background: #ffffff;
}
.gallery-container .item .photo .img {
  position: relative;
}
.gallery-container .item .photo .img img {
  width: 100%;
}
.gallery-container .item .photo .img .over {
  top: 0;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(17, 136, 255, 0.8);
  transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
}
.gallery-container .item .photo .img .over .func {
  margin-top: -80px;
  position: relative;
  top: 50%;
  text-align: center;
  transition: margin-top 200ms ease-in-out;
}
.gallery-container .item .photo .img .over .func a {
  display: inline-block;
  height: 50px;
  margin-right: 2px;
  width: 50px;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.gallery-container .item .photo .img .over .func a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.gallery-container .item .photo .img .over .func a i {
  font-size: 20px;
  color: #ffffff;
  line-height: 2.4;
}
.gallery-container .item .photo .img:hover .over {
  opacity: 1;
}
.gallery-container .item .photo .img:hover .over .func {
  margin-top: -25px;
}
.gallery-container .item .photo .description {
  line-height: 20px;
  display: table;
  width: 100%;
}
.gallery-container .item .photo .description .icon {
  display: table-cell;
  background-color: #e6e6e6;
  padding: 20px;
  vertical-align: middle;
  width: 20px;
}
.gallery-container .item .photo .description .icon a {
  color: #626262;
}
.gallery-container .item .photo .description .icon a i {
  font-size: 30px;
}
@media (max-width: 767px) {
  .gallery-container .item .photo .description .icon a i {
    font-size: 20px;
  }
}
.gallery-container .item .photo .description .icon a:hover {
  color: #1188FF;
}
@media (max-width: 767px) {
  .gallery-container .item .photo .description .icon {
    padding: 15px;
  }
}
.gallery-container .item .photo .description .desc {
  display: table-cell;
  padding: 10px 20px;
  vertical-align: middle;
}
.gallery-container .item .photo .description .desc h4 {
  margin: 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .gallery-container .item .photo .description .desc h4 {
    font-size: 15px;
  }
}
.gallery-container .item .photo .description .desc span {
  color: #8a8888;
  font-size: 12px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .gallery-container .item .photo .description .desc {
    padding: 10px;
  }
}
.gallery-container .item.w2 {
  width: 50%;
}
@media (max-width: 767px) {
  .gallery-container {
    max-width: 767px;
  }
  .gallery-container .item {
    width: 100%;
    padding: 0;
  }
  .gallery-container .item.w2 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-container .item {
    width: 50%;
  }
}
/*------------------------------------------------------------------
  [Full calendar]
*/
.full-calendar .fc-header td {
  border-bottom: 0;
  border-left: 0;
}
.full-calendar .fc-header td.fc-header-left,
.full-calendar .fc-header td.fc-header-right {
  padding: 20px 0;
}
.full-calendar .fc-header td.fc-header-left .fc-header-title {
  padding: 0 10px;
}
.full-calendar .fc-header td.fc-header-right .fc-button {
  margin: 0;
  vertical-align: middle;
  padding: 10px;
  display: inline !important;
  border-radius: 0;
}
.full-calendar .fc-header td.fc-header-right .fc-button.fc-state-default {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  color: #555555;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.full-calendar .fc-header td.fc-header-right .fc-button.fc-corner-right {
  border-right: 0;
}
.full-calendar .fc-header td.fc-header-right .fc-button.fc-state-active,
.full-calendar .fc-header td.fc-header-right .fc-button.fc-state-hover {
  background: #1b92ff;
  color: #ffffff;
  box-shadow: none;
  text-shadow: none;
}
@media (max-width: 767px) {
  .full-calendar .fc-header td.fc-header-right .fc-button {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .full-calendar .fc-header td.fc-header-right {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .full-calendar .fc-header {
    text-align: center;
  }
}
.full-calendar .fc-content .fc-event-container .fc-event {
  background: #1188FF !important;
  border-color: #0074e7 !important;
  color: #ffffff !important;
  border-radius: 0;
}
.full-calendar .fc-content .fc-border-separate .fc-today {
  background-color: #f7f7f7;
}
.full-calendar .fc-content .fc-cell-overlay {
  background-color: rgba(17, 136, 255, 0.5);
}
.full-calendar #external-events .external-event {
  margin: 2px 0;
  padding: 5px;
  background: #1188FF;
  color: #ffffff;
  font-size: 0.85em;
  cursor: pointer;
  display: inline-block;
}
.full-calendar #external-events p input {
  margin-top: 15px;
}
.full-calendar #external-events p label {
  font-weight: 300;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .full-calendar {
    max-width: 767px;
  }
  .full-calendar .fc-header .fc-header-left,
  .full-calendar .fc-header .fc-header-center,
  .full-calendar .fc-header .fc-header-right {
    text-align: center;
    display: block;
    width: 100%;
    padding: 20px;
  }
  .full-calendar .fc-header .fc-header-center {
    padding: 0;
  }
}
/*------------------------------------------------------------------
  [Profile page]
*/
.user-profile .user-display {
  margin-bottom: 30px;
}
.user-profile .user-display .photo {
  max-height: 300px;
  overflow: hidden;
}
.user-profile .user-display .photo img {
  width: 100%;
}
@media (max-width: 767px) {
  .user-profile .user-display .photo img {
    min-height: 130px;
  }
}
.user-profile .user-display .bottom {
  background-color: #ffffff;
  position: relative;
  padding: 25px 30px 25px 205px;
}
.user-profile .user-display .bottom > div {
  display: inline-block;
}
.user-profile .user-display .bottom .user-avatar {
  position: absolute;
  left: 46px;
  top: -50px;
}
.user-profile .user-display .bottom .user-avatar .status {
  background-color: #00b777;
  border: 2px solid #ffffff;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  left: 105px;
  position: absolute;
  top: 105px;
}
@media (max-width: 767px) {
  .user-profile .user-display .bottom .user-avatar .status {
    height: 13px;
    width: 13px;
    left: 53px;
    top: 51px;
  }
}
.user-profile .user-display .bottom .user-avatar img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  border: 3px solid #ffffff;
}
@media (max-width: 767px) {
  .user-profile .user-display .bottom .user-avatar img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .user-profile .user-display .bottom .user-avatar {
    left: 50%;
    top: -46px;
    margin-left: -35px;
  }
}
.user-profile .user-display .bottom .user-info {
  line-height: 20px;
}
.user-profile .user-display .bottom .user-info h4 {
  margin: 0;
  font-size: 25px;
  margin-bottom: 5px;
}
.user-profile .user-display .bottom .user-info span {
  font-size: 14px;
  font-weight: 300;
  color: #7b7b7b;
}
@media (max-width: 767px) {
  .user-profile .user-display .bottom .user-info {
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .user-profile .user-display .bottom {
    padding: 30px 30px 25px 25px;
  }
}
.user-profile .info-block .description {
  padding-bottom: 15px;
  border-bottom: 1px dashed #e6e6e6;
  display: block;
  color: #7b7b7b;
}
.user-profile .info-block table {
  width: 100%;
}
.user-profile .info-block table tr {
  line-height: 23px;
  border-bottom: 1px solid #e6e6e6;
}
.user-profile .info-block table tr td {
  padding: 15px 0;
}
.user-profile .info-block table tr td.item {
  width: 45%;
  color: #7b7b7b;
}
.user-profile .info-block table tr td.item .icon {
  float: left;
  margin-right: 5px;
  font-size: 20px;
  color: #1188FF;
}
.user-profile .info-block table tr:last-child {
  border-bottom: 0;
}
.user-profile .info-block table tr:last-child td {
  padding-bottom: 0;
}
.aside-compose {
  text-align: center;
  padding: 20px 25px;
  margin-top: 10px;
}
.email-search {
  background-color: #ffffff;
  padding: 20px 25px;
}
.email-search h3 {
  margin: 9px 0 15px 0;
}
.email-search span {
  color: #888;
  font-weight: 300;
  font-size: 16px;
}
.email-filters {
  padding: 9px 20px 10px 20px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #ffffff;
  display: table;
  width: 100%;
}
.email-filters > div {
  display: table-cell;
  vertical-align: middle;
}
.email-filters .am-select-all.am-checkbox label:before {
  margin-right: 18px;
}
.email-filters .email-filters-right {
  text-align: right;
}
.email-filters input {
  margin-right: 8px;
}
.email-list {
  background: #ffffff;
}
.email-list .item {
  border-bottom: 1px solid #e6e6e6;
  padding: 17px 20px;
  display: table;
  width: 100%;
  cursor: pointer;
  background-color: #fafafa;
  position: relative;
}
.email-list .item.unread {
  background-color: #ffffff;
}
.email-list .item.unread:after {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  top: -1px;
  bottom: -1px;
  left: 0;
  background-color: #1188FF;
}
.email-list .item.unread .from,
.email-list .item.unread .date {
  font-weight: 600;
}
.email-list .item > div {
  vertical-align: top;
  display: table-cell;
}
.email-list .item > div:first-child {
  width: 40px;
}
.email-list .item .icon {
  margin-right: 7px;
  font-size: 14px;
}
.email-list .item .from {
  font-weight: 400;
  font-size: 13px;
  margin: 0 0 3px 0;
}
.email-list .item .msg {
  margin: 0;
  color: #888888;
}
.email-list .item:hover {
  background-color: #f7f7f7;
}
.email-head {
  background-color: #ffffff;
  padding: 20px 25px 24px;
}
.email-head .icons {
  font-size: 25px;
  float: right;
}
.email-head .icons .icon {
  color: #555555;
  margin-left: 5px;
}
.email-head .icons .icon:hover {
  color: #1188FF;
}
.email-head h4 {
  margin: 12px 0 15px 0;
}
.email-head .date {
  float: right;
}
.email-head .date a {
  vertical-align: middle;
  margin-right: 5px;
}
.email-head .date .icon {
  font-size: 20px;
}
.email-body {
  background-color: #ffffff;
  border-top: 1px solid #e6e6e6;
  padding: 30px;
  font-size: 15px;
  font-weight: 300;
}
.email-body p {
  line-height: 25px;
  margin-bottom: 20px;
}
.email-subject input {
  font-weight: 300;
  font-size: 25px;
  height: auto;
  padding: 30px;
  border: 0;
  width: 100%;
}
.email-recipient {
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding: 30px 30px 10px;
}
.email-recipient label {
  padding-top: 15px;
}
.email.editor {
  background-color: #ffffff;
  padding: 30px;
}
.email.editor .note-toolbar {
  border: 0;
}
.email.editor .note-resizebar {
  background-color: #ffffff;
}
.email.editor .form-group {
  text-align: right;
  margin-top: 15px;
}
.email.editor .form-group .icon {
  font-size: 23px;
}
/*------------------------------------------------------------------
  [Bootstrap elements]
*/
/*------------------------------------------------------------------
  [Images]
*/
.img-rounded {
  border-radius: 4px;
}
/*------------------------------------------------------------------
  [Code]
*/
pre {
  padding: 20px;
  border: 0;
}
/*------------------------------------------------------------------
  [Buttons]
*/
.btn {
  border-radius: 0;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.btn-xs,
.btn-group-xs > .btn {
  font-size: 11px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.btn-rounded {
  border-radius: 3px;
}
.btn-rounded.btn-lg {
  border-radius: 5px;
}
.btn-hspace {
  margin-right: 5px;
}
.btn-vspace {
  margin-bottom: 5px;
}
.btn-space {
  margin-right: 5px;
  margin-bottom: 5px;
}
.btn-default {
  color: #555555;
  background-color: #fff;
  border-color: #aad4ff;
}
.btn-default:focus,
.btn-default.focus {
  color: #555555;
  background-color: #fff;
  border-color: #aad4ff;
}
.btn-default:hover {
  color: #555555;
  background-color: #f7f7f7;
  border-color: #90c8ff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #555555;
  background-color: #ededed;
  border-color: #77bbff;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #555555;
  background-color: #ededed;
  border-color: #77bbff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #aad4ff;
}
.btn-default .badge {
  color: #fff;
  background-color: #555555;
}
.btn-dark {
  border-color: #302f2f;
  color: #fff;
  background-color: #3d3c3c;
  border-color: #3d3c3c;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #232323;
  border-color: #000000;
}
.btn-dark:hover {
  color: #fff;
  background-color: #232323;
  border-color: #111111;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #232323;
  border-color: #111111;
}
.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
  color: #fff;
  background-color: #111111;
  border-color: #000000;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus {
  background-color: #3d3c3c;
  border-color: #302f2f;
}
.btn-dark .badge {
  color: #3d3c3c;
  background-color: #fff;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #3d3c3c;
  border-color: #3d3c3c;
}
.btn-dark:hover {
  color: #fff;
  background-color: #4a4949;
  border-color: #4a4949;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #302f2f;
  border-color: #302f2f;
}
.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
  color: #fff;
  background-color: #302f2f;
  border-color: #302f2f;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #3d3c3c;
  border-color: #3d3c3c;
}
.btn-dark .badge {
  color: #3d3c3c;
  background-color: #fff;
}
.btn-alt1 {
  border-color: #4aa758;
  color: #fff;
  background-color: #57b465;
  border-color: #57b465;
}
.btn-alt1:focus,
.btn-alt1.focus {
  color: #fff;
  background-color: #42954f;
  border-color: #234f2a;
}
.btn-alt1:hover {
  color: #fff;
  background-color: #42954f;
  border-color: #377c42;
}
.btn-alt1:active,
.btn-alt1.active,
.open > .dropdown-toggle.btn-alt1 {
  color: #fff;
  background-color: #42954f;
  border-color: #377c42;
}
.btn-alt1:active:hover,
.btn-alt1.active:hover,
.open > .dropdown-toggle.btn-alt1:hover,
.btn-alt1:active:focus,
.btn-alt1.active:focus,
.open > .dropdown-toggle.btn-alt1:focus,
.btn-alt1:active.focus,
.btn-alt1.active.focus,
.open > .dropdown-toggle.btn-alt1.focus {
  color: #fff;
  background-color: #377c42;
  border-color: #234f2a;
}
.btn-alt1:active,
.btn-alt1.active,
.open > .dropdown-toggle.btn-alt1 {
  background-image: none;
}
.btn-alt1.disabled:hover,
.btn-alt1[disabled]:hover,
fieldset[disabled] .btn-alt1:hover,
.btn-alt1.disabled:focus,
.btn-alt1[disabled]:focus,
fieldset[disabled] .btn-alt1:focus,
.btn-alt1.disabled.focus,
.btn-alt1[disabled].focus,
fieldset[disabled] .btn-alt1.focus {
  background-color: #57b465;
  border-color: #4aa758;
}
.btn-alt1 .badge {
  color: #57b465;
  background-color: #fff;
}
.btn-alt1:focus,
.btn-alt1.focus {
  color: #fff;
  background-color: #57b465;
  border-color: #57b465;
}
.btn-alt1:hover {
  color: #fff;
  background-color: #68bc75;
  border-color: #68bc75;
}
.btn-alt1:active,
.btn-alt1.active,
.open > .dropdown-toggle.btn-alt1 {
  color: #fff;
  background-color: #4aa758;
  border-color: #4aa758;
}
.btn-alt1:active:hover,
.btn-alt1.active:hover,
.open > .dropdown-toggle.btn-alt1:hover,
.btn-alt1:active:focus,
.btn-alt1.active:focus,
.open > .dropdown-toggle.btn-alt1:focus,
.btn-alt1:active.focus,
.btn-alt1.active.focus,
.open > .dropdown-toggle.btn-alt1.focus {
  color: #fff;
  background-color: #4aa758;
  border-color: #4aa758;
}
.btn-alt1:active,
.btn-alt1.active,
.open > .dropdown-toggle.btn-alt1 {
  background-image: none;
}
.btn-alt1.disabled,
.btn-alt1[disabled],
fieldset[disabled] .btn-alt1,
.btn-alt1.disabled:hover,
.btn-alt1[disabled]:hover,
fieldset[disabled] .btn-alt1:hover,
.btn-alt1.disabled:focus,
.btn-alt1[disabled]:focus,
fieldset[disabled] .btn-alt1:focus,
.btn-alt1.disabled.focus,
.btn-alt1[disabled].focus,
fieldset[disabled] .btn-alt1.focus,
.btn-alt1.disabled:active,
.btn-alt1[disabled]:active,
fieldset[disabled] .btn-alt1:active,
.btn-alt1.disabled.active,
.btn-alt1[disabled].active,
fieldset[disabled] .btn-alt1.active {
  background-color: #57b465;
  border-color: #57b465;
}
.btn-alt1 .badge {
  color: #57b465;
  background-color: #fff;
}
.btn-alt2 {
  border-color: #0a1730;
  color: #fff;
  background-color: #0e2045;
  border-color: #0e2045;
}
.btn-alt2:focus,
.btn-alt2.focus {
  color: #fff;
  background-color: #060d1b;
  border-color: #000000;
}
.btn-alt2:hover {
  color: #fff;
  background-color: #060d1b;
  border-color: #000000;
}
.btn-alt2:active,
.btn-alt2.active,
.open > .dropdown-toggle.btn-alt2 {
  color: #fff;
  background-color: #060d1b;
  border-color: #000000;
}
.btn-alt2:active:hover,
.btn-alt2.active:hover,
.open > .dropdown-toggle.btn-alt2:hover,
.btn-alt2:active:focus,
.btn-alt2.active:focus,
.open > .dropdown-toggle.btn-alt2:focus,
.btn-alt2:active.focus,
.btn-alt2.active.focus,
.open > .dropdown-toggle.btn-alt2.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-alt2:active,
.btn-alt2.active,
.open > .dropdown-toggle.btn-alt2 {
  background-image: none;
}
.btn-alt2.disabled:hover,
.btn-alt2[disabled]:hover,
fieldset[disabled] .btn-alt2:hover,
.btn-alt2.disabled:focus,
.btn-alt2[disabled]:focus,
fieldset[disabled] .btn-alt2:focus,
.btn-alt2.disabled.focus,
.btn-alt2[disabled].focus,
fieldset[disabled] .btn-alt2.focus {
  background-color: #0e2045;
  border-color: #0a1730;
}
.btn-alt2 .badge {
  color: #0e2045;
  background-color: #fff;
}
.btn-alt2:focus,
.btn-alt2.focus {
  color: #fff;
  background-color: #0e2045;
  border-color: #0e2045;
}
.btn-alt2:hover {
  color: #fff;
  background-color: #132a5a;
  border-color: #132a5a;
}
.btn-alt2:active,
.btn-alt2.active,
.open > .dropdown-toggle.btn-alt2 {
  color: #fff;
  background-color: #0a1730;
  border-color: #0a1730;
}
.btn-alt2:active:hover,
.btn-alt2.active:hover,
.open > .dropdown-toggle.btn-alt2:hover,
.btn-alt2:active:focus,
.btn-alt2.active:focus,
.open > .dropdown-toggle.btn-alt2:focus,
.btn-alt2:active.focus,
.btn-alt2.active.focus,
.open > .dropdown-toggle.btn-alt2.focus {
  color: #fff;
  background-color: #0a1730;
  border-color: #0a1730;
}
.btn-alt2:active,
.btn-alt2.active,
.open > .dropdown-toggle.btn-alt2 {
  background-image: none;
}
.btn-alt2.disabled,
.btn-alt2[disabled],
fieldset[disabled] .btn-alt2,
.btn-alt2.disabled:hover,
.btn-alt2[disabled]:hover,
fieldset[disabled] .btn-alt2:hover,
.btn-alt2.disabled:focus,
.btn-alt2[disabled]:focus,
fieldset[disabled] .btn-alt2:focus,
.btn-alt2.disabled.focus,
.btn-alt2[disabled].focus,
fieldset[disabled] .btn-alt2.focus,
.btn-alt2.disabled:active,
.btn-alt2[disabled]:active,
fieldset[disabled] .btn-alt2:active,
.btn-alt2.disabled.active,
.btn-alt2[disabled].active,
fieldset[disabled] .btn-alt2.active {
  background-color: #0e2045;
  border-color: #0e2045;
}
.btn-alt2 .badge {
  color: #0e2045;
  background-color: #fff;
}
.btn-alt3 {
  border-color: #797ac4;
  color: #fff;
  background-color: #8B8CCC;
  border-color: #8B8CCC;
}
.btn-alt3:focus,
.btn-alt3.focus {
  color: #fff;
  background-color: #6869bc;
  border-color: #3a3b84;
}
.btn-alt3:hover {
  color: #fff;
  background-color: #6869bc;
  border-color: #4f50b2;
}
.btn-alt3:active,
.btn-alt3.active,
.open > .dropdown-toggle.btn-alt3 {
  color: #fff;
  background-color: #6869bc;
  border-color: #4f50b2;
}
.btn-alt3:active:hover,
.btn-alt3.active:hover,
.open > .dropdown-toggle.btn-alt3:hover,
.btn-alt3:active:focus,
.btn-alt3.active:focus,
.open > .dropdown-toggle.btn-alt3:focus,
.btn-alt3:active.focus,
.btn-alt3.active.focus,
.open > .dropdown-toggle.btn-alt3.focus {
  color: #fff;
  background-color: #4f50b2;
  border-color: #3a3b84;
}
.btn-alt3:active,
.btn-alt3.active,
.open > .dropdown-toggle.btn-alt3 {
  background-image: none;
}
.btn-alt3.disabled:hover,
.btn-alt3[disabled]:hover,
fieldset[disabled] .btn-alt3:hover,
.btn-alt3.disabled:focus,
.btn-alt3[disabled]:focus,
fieldset[disabled] .btn-alt3:focus,
.btn-alt3.disabled.focus,
.btn-alt3[disabled].focus,
fieldset[disabled] .btn-alt3.focus {
  background-color: #8B8CCC;
  border-color: #797ac4;
}
.btn-alt3 .badge {
  color: #8B8CCC;
  background-color: #fff;
}
.btn-alt3:focus,
.btn-alt3.focus {
  color: #fff;
  background-color: #8B8CCC;
  border-color: #8B8CCC;
}
.btn-alt3:hover {
  color: #fff;
  background-color: #9d9ed4;
  border-color: #9d9ed4;
}
.btn-alt3:active,
.btn-alt3.active,
.open > .dropdown-toggle.btn-alt3 {
  color: #fff;
  background-color: #797ac4;
  border-color: #797ac4;
}
.btn-alt3:active:hover,
.btn-alt3.active:hover,
.open > .dropdown-toggle.btn-alt3:hover,
.btn-alt3:active:focus,
.btn-alt3.active:focus,
.open > .dropdown-toggle.btn-alt3:focus,
.btn-alt3:active.focus,
.btn-alt3.active.focus,
.open > .dropdown-toggle.btn-alt3.focus {
  color: #fff;
  background-color: #797ac4;
  border-color: #797ac4;
}
.btn-alt3:active,
.btn-alt3.active,
.open > .dropdown-toggle.btn-alt3 {
  background-image: none;
}
.btn-alt3.disabled,
.btn-alt3[disabled],
fieldset[disabled] .btn-alt3,
.btn-alt3.disabled:hover,
.btn-alt3[disabled]:hover,
fieldset[disabled] .btn-alt3:hover,
.btn-alt3.disabled:focus,
.btn-alt3[disabled]:focus,
fieldset[disabled] .btn-alt3:focus,
.btn-alt3.disabled.focus,
.btn-alt3[disabled].focus,
fieldset[disabled] .btn-alt3.focus,
.btn-alt3.disabled:active,
.btn-alt3[disabled]:active,
fieldset[disabled] .btn-alt3:active,
.btn-alt3.disabled.active,
.btn-alt3[disabled].active,
fieldset[disabled] .btn-alt3.active {
  background-color: #8B8CCC;
  border-color: #8B8CCC;
}
.btn-alt3 .badge {
  color: #8B8CCC;
  background-color: #fff;
}
.btn-alt4 {
  border-color: #b0b0b0;
  color: #fff;
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}
.btn-alt4:focus,
.btn-alt4.focus {
  color: #fff;
  background-color: #a3a3a3;
  border-color: #707070;
}
.btn-alt4:hover {
  color: #fff;
  background-color: #a3a3a3;
  border-color: #919191;
}
.btn-alt4:active,
.btn-alt4.active,
.open > .dropdown-toggle.btn-alt4 {
  color: #fff;
  background-color: #a3a3a3;
  border-color: #919191;
}
.btn-alt4:active:hover,
.btn-alt4.active:hover,
.open > .dropdown-toggle.btn-alt4:hover,
.btn-alt4:active:focus,
.btn-alt4.active:focus,
.open > .dropdown-toggle.btn-alt4:focus,
.btn-alt4:active.focus,
.btn-alt4.active.focus,
.open > .dropdown-toggle.btn-alt4.focus {
  color: #fff;
  background-color: #919191;
  border-color: #707070;
}
.btn-alt4:active,
.btn-alt4.active,
.open > .dropdown-toggle.btn-alt4 {
  background-image: none;
}
.btn-alt4.disabled:hover,
.btn-alt4[disabled]:hover,
fieldset[disabled] .btn-alt4:hover,
.btn-alt4.disabled:focus,
.btn-alt4[disabled]:focus,
fieldset[disabled] .btn-alt4:focus,
.btn-alt4.disabled.focus,
.btn-alt4[disabled].focus,
fieldset[disabled] .btn-alt4.focus {
  background-color: #bdbdbd;
  border-color: #b0b0b0;
}
.btn-alt4 .badge {
  color: #bdbdbd;
  background-color: #fff;
}
.btn-alt4:focus,
.btn-alt4.focus {
  color: #fff;
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}
.btn-alt4:hover {
  color: #fff;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}
.btn-alt4:active,
.btn-alt4.active,
.open > .dropdown-toggle.btn-alt4 {
  color: #fff;
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.btn-alt4:active:hover,
.btn-alt4.active:hover,
.open > .dropdown-toggle.btn-alt4:hover,
.btn-alt4:active:focus,
.btn-alt4.active:focus,
.open > .dropdown-toggle.btn-alt4:focus,
.btn-alt4:active.focus,
.btn-alt4.active.focus,
.open > .dropdown-toggle.btn-alt4.focus {
  color: #fff;
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.btn-alt4:active,
.btn-alt4.active,
.open > .dropdown-toggle.btn-alt4 {
  background-image: none;
}
.btn-alt4.disabled,
.btn-alt4[disabled],
fieldset[disabled] .btn-alt4,
.btn-alt4.disabled:hover,
.btn-alt4[disabled]:hover,
fieldset[disabled] .btn-alt4:hover,
.btn-alt4.disabled:focus,
.btn-alt4[disabled]:focus,
fieldset[disabled] .btn-alt4:focus,
.btn-alt4.disabled.focus,
.btn-alt4[disabled].focus,
fieldset[disabled] .btn-alt4.focus,
.btn-alt4.disabled:active,
.btn-alt4[disabled]:active,
fieldset[disabled] .btn-alt4:active,
.btn-alt4.disabled.active,
.btn-alt4[disabled].active,
fieldset[disabled] .btn-alt4.active {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}
.btn-alt4 .badge {
  color: #bdbdbd;
  background-color: #fff;
}
.btn-primary.btn-shade1 {
  background-color: #0280ff;
  border-color: #0280ff;
}
.btn-primary.btn-shade1:focus,
.btn-primary.btn-shade1.focus {
  background-color: #0280ff;
  border-color: #0280ff;
}
.btn-primary.btn-shade1:hover {
  background-color: #1b8dff;
  border-color: #1b8dff;
}
.btn-primary.btn-shade1:active,
.btn-primary.btn-shade1.active,
.open > .dropdown-toggle.btn-primary.btn-shade1 {
  background-color: #0079f1;
  border-color: #0079f1;
}
.btn-primary.btn-shade1:active:hover,
.btn-primary.btn-shade1.active:hover,
.open > .dropdown-toggle.btn-primary.btn-shade1:hover,
.btn-primary.btn-shade1:active:focus,
.btn-primary.btn-shade1.active:focus,
.open > .dropdown-toggle.btn-primary.btn-shade1:focus,
.btn-primary.btn-shade1:active.focus,
.btn-primary.btn-shade1.active.focus,
.open > .dropdown-toggle.btn-primary.btn-shade1.focus {
  background-color: #0079f1;
  border-color: #0079f1;
}
.btn-primary.btn-shade1.disabled,
.btn-primary.btn-shade1[disabled],
fieldset[disabled] .btn-primary.btn-shade1,
.btn-primary.btn-shade1.disabled:hover,
.btn-primary.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-primary.btn-shade1:hover,
.btn-primary.btn-shade1.disabled:focus,
.btn-primary.btn-shade1[disabled]:focus,
fieldset[disabled] .btn-primary.btn-shade1:focus,
.btn-primary.btn-shade1.disabled.focus,
.btn-primary.btn-shade1[disabled].focus,
fieldset[disabled] .btn-primary.btn-shade1.focus,
.btn-primary.btn-shade1.disabled:active,
.btn-primary.btn-shade1[disabled]:active,
fieldset[disabled] .btn-primary.btn-shade1:active,
.btn-primary.btn-shade1.disabled.active,
.btn-primary.btn-shade1[disabled].active,
fieldset[disabled] .btn-primary.btn-shade1.active {
  background-color: #0280ff;
  border-color: #0280ff;
}
.btn-primary.btn-shade1 .badge {
  color: #0280ff;
}
.btn-primary.btn-shade2 {
  background-color: #007bf7;
  border-color: #007bf7;
}
.btn-primary.btn-shade2:focus,
.btn-primary.btn-shade2.focus {
  background-color: #007bf7;
  border-color: #007bf7;
}
.btn-primary.btn-shade2:hover {
  background-color: #1188ff;
  border-color: #1188ff;
}
.btn-primary.btn-shade2:active,
.btn-primary.btn-shade2.active,
.open > .dropdown-toggle.btn-primary.btn-shade2 {
  background-color: #0074e7;
  border-color: #0074e7;
}
.btn-primary.btn-shade2:active:hover,
.btn-primary.btn-shade2.active:hover,
.open > .dropdown-toggle.btn-primary.btn-shade2:hover,
.btn-primary.btn-shade2:active:focus,
.btn-primary.btn-shade2.active:focus,
.open > .dropdown-toggle.btn-primary.btn-shade2:focus,
.btn-primary.btn-shade2:active.focus,
.btn-primary.btn-shade2.active.focus,
.open > .dropdown-toggle.btn-primary.btn-shade2.focus {
  background-color: #0074e7;
  border-color: #0074e7;
}
.btn-primary.btn-shade2.disabled,
.btn-primary.btn-shade2[disabled],
fieldset[disabled] .btn-primary.btn-shade2,
.btn-primary.btn-shade2.disabled:hover,
.btn-primary.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-primary.btn-shade2:hover,
.btn-primary.btn-shade2.disabled:focus,
.btn-primary.btn-shade2[disabled]:focus,
fieldset[disabled] .btn-primary.btn-shade2:focus,
.btn-primary.btn-shade2.disabled.focus,
.btn-primary.btn-shade2[disabled].focus,
fieldset[disabled] .btn-primary.btn-shade2.focus,
.btn-primary.btn-shade2.disabled:active,
.btn-primary.btn-shade2[disabled]:active,
fieldset[disabled] .btn-primary.btn-shade2:active,
.btn-primary.btn-shade2.disabled.active,
.btn-primary.btn-shade2[disabled].active,
fieldset[disabled] .btn-primary.btn-shade2.active {
  background-color: #007bf7;
  border-color: #007bf7;
}
.btn-primary.btn-shade2 .badge {
  color: #007bf7;
}
.btn-primary.btn-shade3 {
  background-color: #0076ec;
  border-color: #0076ec;
}
.btn-primary.btn-shade3:focus,
.btn-primary.btn-shade3.focus {
  background-color: #0076ec;
  border-color: #0076ec;
}
.btn-primary.btn-shade3:hover {
  background-color: #0783ff;
  border-color: #0783ff;
}
.btn-primary.btn-shade3:active,
.btn-primary.btn-shade3.active,
.open > .dropdown-toggle.btn-primary.btn-shade3 {
  background-color: #006edd;
  border-color: #006edd;
}
.btn-primary.btn-shade3:active:hover,
.btn-primary.btn-shade3.active:hover,
.open > .dropdown-toggle.btn-primary.btn-shade3:hover,
.btn-primary.btn-shade3:active:focus,
.btn-primary.btn-shade3.active:focus,
.open > .dropdown-toggle.btn-primary.btn-shade3:focus,
.btn-primary.btn-shade3:active.focus,
.btn-primary.btn-shade3.active.focus,
.open > .dropdown-toggle.btn-primary.btn-shade3.focus {
  background-color: #006edd;
  border-color: #006edd;
}
.btn-primary.btn-shade3.disabled,
.btn-primary.btn-shade3[disabled],
fieldset[disabled] .btn-primary.btn-shade3,
.btn-primary.btn-shade3.disabled:hover,
.btn-primary.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-primary.btn-shade3:hover,
.btn-primary.btn-shade3.disabled:focus,
.btn-primary.btn-shade3[disabled]:focus,
fieldset[disabled] .btn-primary.btn-shade3:focus,
.btn-primary.btn-shade3.disabled.focus,
.btn-primary.btn-shade3[disabled].focus,
fieldset[disabled] .btn-primary.btn-shade3.focus,
.btn-primary.btn-shade3.disabled:active,
.btn-primary.btn-shade3[disabled]:active,
fieldset[disabled] .btn-primary.btn-shade3:active,
.btn-primary.btn-shade3.disabled.active,
.btn-primary.btn-shade3[disabled].active,
fieldset[disabled] .btn-primary.btn-shade3.active {
  background-color: #0076ec;
  border-color: #0076ec;
}
.btn-primary.btn-shade3 .badge {
  color: #0076ec;
}
.btn-primary.btn-shade4 {
  background-color: #0071e2;
  border-color: #0071e2;
}
.btn-primary.btn-shade4:focus,
.btn-primary.btn-shade4.focus {
  background-color: #0071e2;
  border-color: #0071e2;
}
.btn-primary.btn-shade4:hover {
  background-color: #007efc;
  border-color: #007efc;
}
.btn-primary.btn-shade4:active,
.btn-primary.btn-shade4.active,
.open > .dropdown-toggle.btn-primary.btn-shade4 {
  background-color: #0069d3;
  border-color: #0069d3;
}
.btn-primary.btn-shade4:active:hover,
.btn-primary.btn-shade4.active:hover,
.open > .dropdown-toggle.btn-primary.btn-shade4:hover,
.btn-primary.btn-shade4:active:focus,
.btn-primary.btn-shade4.active:focus,
.open > .dropdown-toggle.btn-primary.btn-shade4:focus,
.btn-primary.btn-shade4:active.focus,
.btn-primary.btn-shade4.active.focus,
.open > .dropdown-toggle.btn-primary.btn-shade4.focus {
  background-color: #0069d3;
  border-color: #0069d3;
}
.btn-primary.btn-shade4.disabled,
.btn-primary.btn-shade4[disabled],
fieldset[disabled] .btn-primary.btn-shade4,
.btn-primary.btn-shade4.disabled:hover,
.btn-primary.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-primary.btn-shade4:hover,
.btn-primary.btn-shade4.disabled:focus,
.btn-primary.btn-shade4[disabled]:focus,
fieldset[disabled] .btn-primary.btn-shade4:focus,
.btn-primary.btn-shade4.disabled.focus,
.btn-primary.btn-shade4[disabled].focus,
fieldset[disabled] .btn-primary.btn-shade4.focus,
.btn-primary.btn-shade4.disabled:active,
.btn-primary.btn-shade4[disabled]:active,
fieldset[disabled] .btn-primary.btn-shade4:active,
.btn-primary.btn-shade4.disabled.active,
.btn-primary.btn-shade4[disabled].active,
fieldset[disabled] .btn-primary.btn-shade4.active {
  background-color: #0071e2;
  border-color: #0071e2;
}
.btn-primary.btn-shade4 .badge {
  color: #0071e2;
}
.btn-success.btn-shade1 {
  background-color: #50a737;
  border-color: #50a737;
}
.btn-success.btn-shade1:focus,
.btn-success.btn-shade1.focus {
  background-color: #50a737;
  border-color: #50a737;
}
.btn-success.btn-shade1:hover {
  background-color: #5abb3e;
  border-color: #5abb3e;
}
.btn-success.btn-shade1:active,
.btn-success.btn-shade1.active,
.open > .dropdown-toggle.btn-success.btn-shade1 {
  background-color: #4b9c33;
  border-color: #4b9c33;
}
.btn-success.btn-shade1:active:hover,
.btn-success.btn-shade1.active:hover,
.open > .dropdown-toggle.btn-success.btn-shade1:hover,
.btn-success.btn-shade1:active:focus,
.btn-success.btn-shade1.active:focus,
.open > .dropdown-toggle.btn-success.btn-shade1:focus,
.btn-success.btn-shade1:active.focus,
.btn-success.btn-shade1.active.focus,
.open > .dropdown-toggle.btn-success.btn-shade1.focus {
  background-color: #4b9c33;
  border-color: #4b9c33;
}
.btn-success.btn-shade1.disabled,
.btn-success.btn-shade1[disabled],
fieldset[disabled] .btn-success.btn-shade1,
.btn-success.btn-shade1.disabled:hover,
.btn-success.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-success.btn-shade1:hover,
.btn-success.btn-shade1.disabled:focus,
.btn-success.btn-shade1[disabled]:focus,
fieldset[disabled] .btn-success.btn-shade1:focus,
.btn-success.btn-shade1.disabled.focus,
.btn-success.btn-shade1[disabled].focus,
fieldset[disabled] .btn-success.btn-shade1.focus,
.btn-success.btn-shade1.disabled:active,
.btn-success.btn-shade1[disabled]:active,
fieldset[disabled] .btn-success.btn-shade1:active,
.btn-success.btn-shade1.disabled.active,
.btn-success.btn-shade1[disabled].active,
fieldset[disabled] .btn-success.btn-shade1.active {
  background-color: #50a737;
  border-color: #50a737;
}
.btn-success.btn-shade1 .badge {
  color: #50a737;
}
.btn-success.btn-shade2 {
  background-color: #4da035;
  border-color: #4da035;
}
.btn-success.btn-shade2:focus,
.btn-success.btn-shade2.focus {
  background-color: #4da035;
  border-color: #4da035;
}
.btn-success.btn-shade2:hover {
  background-color: #56b33b;
  border-color: #56b33b;
}
.btn-success.btn-shade2:active,
.btn-success.btn-shade2.active,
.open > .dropdown-toggle.btn-success.btn-shade2 {
  background-color: #479431;
  border-color: #479431;
}
.btn-success.btn-shade2:active:hover,
.btn-success.btn-shade2.active:hover,
.open > .dropdown-toggle.btn-success.btn-shade2:hover,
.btn-success.btn-shade2:active:focus,
.btn-success.btn-shade2.active:focus,
.open > .dropdown-toggle.btn-success.btn-shade2:focus,
.btn-success.btn-shade2:active.focus,
.btn-success.btn-shade2.active.focus,
.open > .dropdown-toggle.btn-success.btn-shade2.focus {
  background-color: #479431;
  border-color: #479431;
}
.btn-success.btn-shade2.disabled,
.btn-success.btn-shade2[disabled],
fieldset[disabled] .btn-success.btn-shade2,
.btn-success.btn-shade2.disabled:hover,
.btn-success.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-success.btn-shade2:hover,
.btn-success.btn-shade2.disabled:focus,
.btn-success.btn-shade2[disabled]:focus,
fieldset[disabled] .btn-success.btn-shade2:focus,
.btn-success.btn-shade2.disabled.focus,
.btn-success.btn-shade2[disabled].focus,
fieldset[disabled] .btn-success.btn-shade2.focus,
.btn-success.btn-shade2.disabled:active,
.btn-success.btn-shade2[disabled]:active,
fieldset[disabled] .btn-success.btn-shade2:active,
.btn-success.btn-shade2.disabled.active,
.btn-success.btn-shade2[disabled].active,
fieldset[disabled] .btn-success.btn-shade2.active {
  background-color: #4da035;
  border-color: #4da035;
}
.btn-success.btn-shade2 .badge {
  color: #4da035;
}
.btn-success.btn-shade3 {
  background-color: #499832;
  border-color: #499832;
}
.btn-success.btn-shade3:focus,
.btn-success.btn-shade3.focus {
  background-color: #499832;
  border-color: #499832;
}
.btn-success.btn-shade3:hover {
  background-color: #52ab38;
  border-color: #52ab38;
}
.btn-success.btn-shade3:active,
.btn-success.btn-shade3.active,
.open > .dropdown-toggle.btn-success.btn-shade3 {
  background-color: #448d2e;
  border-color: #448d2e;
}
.btn-success.btn-shade3:active:hover,
.btn-success.btn-shade3.active:hover,
.open > .dropdown-toggle.btn-success.btn-shade3:hover,
.btn-success.btn-shade3:active:focus,
.btn-success.btn-shade3.active:focus,
.open > .dropdown-toggle.btn-success.btn-shade3:focus,
.btn-success.btn-shade3:active.focus,
.btn-success.btn-shade3.active.focus,
.open > .dropdown-toggle.btn-success.btn-shade3.focus {
  background-color: #448d2e;
  border-color: #448d2e;
}
.btn-success.btn-shade3.disabled,
.btn-success.btn-shade3[disabled],
fieldset[disabled] .btn-success.btn-shade3,
.btn-success.btn-shade3.disabled:hover,
.btn-success.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-success.btn-shade3:hover,
.btn-success.btn-shade3.disabled:focus,
.btn-success.btn-shade3[disabled]:focus,
fieldset[disabled] .btn-success.btn-shade3:focus,
.btn-success.btn-shade3.disabled.focus,
.btn-success.btn-shade3[disabled].focus,
fieldset[disabled] .btn-success.btn-shade3.focus,
.btn-success.btn-shade3.disabled:active,
.btn-success.btn-shade3[disabled]:active,
fieldset[disabled] .btn-success.btn-shade3:active,
.btn-success.btn-shade3.disabled.active,
.btn-success.btn-shade3[disabled].active,
fieldset[disabled] .btn-success.btn-shade3.active {
  background-color: #499832;
  border-color: #499832;
}
.btn-success.btn-shade3 .badge {
  color: #499832;
}
.btn-success.btn-shade4 {
  background-color: #459030;
  border-color: #459030;
}
.btn-success.btn-shade4:focus,
.btn-success.btn-shade4.focus {
  background-color: #459030;
  border-color: #459030;
}
.btn-success.btn-shade4:hover {
  background-color: #4fa436;
  border-color: #4fa436;
}
.btn-success.btn-shade4:active,
.btn-success.btn-shade4.active,
.open > .dropdown-toggle.btn-success.btn-shade4 {
  background-color: #40852c;
  border-color: #40852c;
}
.btn-success.btn-shade4:active:hover,
.btn-success.btn-shade4.active:hover,
.open > .dropdown-toggle.btn-success.btn-shade4:hover,
.btn-success.btn-shade4:active:focus,
.btn-success.btn-shade4.active:focus,
.open > .dropdown-toggle.btn-success.btn-shade4:focus,
.btn-success.btn-shade4:active.focus,
.btn-success.btn-shade4.active.focus,
.open > .dropdown-toggle.btn-success.btn-shade4.focus {
  background-color: #40852c;
  border-color: #40852c;
}
.btn-success.btn-shade4.disabled,
.btn-success.btn-shade4[disabled],
fieldset[disabled] .btn-success.btn-shade4,
.btn-success.btn-shade4.disabled:hover,
.btn-success.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-success.btn-shade4:hover,
.btn-success.btn-shade4.disabled:focus,
.btn-success.btn-shade4[disabled]:focus,
fieldset[disabled] .btn-success.btn-shade4:focus,
.btn-success.btn-shade4.disabled.focus,
.btn-success.btn-shade4[disabled].focus,
fieldset[disabled] .btn-success.btn-shade4.focus,
.btn-success.btn-shade4.disabled:active,
.btn-success.btn-shade4[disabled]:active,
fieldset[disabled] .btn-success.btn-shade4:active,
.btn-success.btn-shade4.disabled.active,
.btn-success.btn-shade4[disabled].active,
fieldset[disabled] .btn-success.btn-shade4.active {
  background-color: #459030;
  border-color: #459030;
}
.btn-success.btn-shade4 .badge {
  color: #459030;
}
.btn-info.btn-shade1 {
  background-color: #164acb;
  border-color: #164acb;
}
.btn-info.btn-shade1:focus,
.btn-info.btn-shade1.focus {
  background-color: #164acb;
  border-color: #164acb;
}
.btn-info.btn-shade1:hover {
  background-color: #1852e2;
  border-color: #1852e2;
}
.btn-info.btn-shade1:active,
.btn-info.btn-shade1.active,
.open > .dropdown-toggle.btn-info.btn-shade1 {
  background-color: #1445bd;
  border-color: #1445bd;
}
.btn-info.btn-shade1:active:hover,
.btn-info.btn-shade1.active:hover,
.open > .dropdown-toggle.btn-info.btn-shade1:hover,
.btn-info.btn-shade1:active:focus,
.btn-info.btn-shade1.active:focus,
.open > .dropdown-toggle.btn-info.btn-shade1:focus,
.btn-info.btn-shade1:active.focus,
.btn-info.btn-shade1.active.focus,
.open > .dropdown-toggle.btn-info.btn-shade1.focus {
  background-color: #1445bd;
  border-color: #1445bd;
}
.btn-info.btn-shade1.disabled,
.btn-info.btn-shade1[disabled],
fieldset[disabled] .btn-info.btn-shade1,
.btn-info.btn-shade1.disabled:hover,
.btn-info.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-info.btn-shade1:hover,
.btn-info.btn-shade1.disabled:focus,
.btn-info.btn-shade1[disabled]:focus,
fieldset[disabled] .btn-info.btn-shade1:focus,
.btn-info.btn-shade1.disabled.focus,
.btn-info.btn-shade1[disabled].focus,
fieldset[disabled] .btn-info.btn-shade1.focus,
.btn-info.btn-shade1.disabled:active,
.btn-info.btn-shade1[disabled]:active,
fieldset[disabled] .btn-info.btn-shade1:active,
.btn-info.btn-shade1.disabled.active,
.btn-info.btn-shade1[disabled].active,
fieldset[disabled] .btn-info.btn-shade1.active {
  background-color: #164acb;
  border-color: #164acb;
}
.btn-info.btn-shade1 .badge {
  color: #164acb;
}
.btn-info.btn-shade2 {
  background-color: #1547c2;
  border-color: #1547c2;
}
.btn-info.btn-shade2:focus,
.btn-info.btn-shade2.focus {
  background-color: #1547c2;
  border-color: #1547c2;
}
.btn-info.btn-shade2:hover {
  background-color: #174fd9;
  border-color: #174fd9;
}
.btn-info.btn-shade2:active,
.btn-info.btn-shade2.active,
.open > .dropdown-toggle.btn-info.btn-shade2 {
  background-color: #1342b4;
  border-color: #1342b4;
}
.btn-info.btn-shade2:active:hover,
.btn-info.btn-shade2.active:hover,
.open > .dropdown-toggle.btn-info.btn-shade2:hover,
.btn-info.btn-shade2:active:focus,
.btn-info.btn-shade2.active:focus,
.open > .dropdown-toggle.btn-info.btn-shade2:focus,
.btn-info.btn-shade2:active.focus,
.btn-info.btn-shade2.active.focus,
.open > .dropdown-toggle.btn-info.btn-shade2.focus {
  background-color: #1342b4;
  border-color: #1342b4;
}
.btn-info.btn-shade2.disabled,
.btn-info.btn-shade2[disabled],
fieldset[disabled] .btn-info.btn-shade2,
.btn-info.btn-shade2.disabled:hover,
.btn-info.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-info.btn-shade2:hover,
.btn-info.btn-shade2.disabled:focus,
.btn-info.btn-shade2[disabled]:focus,
fieldset[disabled] .btn-info.btn-shade2:focus,
.btn-info.btn-shade2.disabled.focus,
.btn-info.btn-shade2[disabled].focus,
fieldset[disabled] .btn-info.btn-shade2.focus,
.btn-info.btn-shade2.disabled:active,
.btn-info.btn-shade2[disabled]:active,
fieldset[disabled] .btn-info.btn-shade2:active,
.btn-info.btn-shade2.disabled.active,
.btn-info.btn-shade2[disabled].active,
fieldset[disabled] .btn-info.btn-shade2.active {
  background-color: #1547c2;
  border-color: #1547c2;
}
.btn-info.btn-shade2 .badge {
  color: #1547c2;
}
.btn-info.btn-shade3 {
  background-color: #1443b9;
  border-color: #1443b9;
}
.btn-info.btn-shade3:focus,
.btn-info.btn-shade3.focus {
  background-color: #1443b9;
  border-color: #1443b9;
}
.btn-info.btn-shade3:hover {
  background-color: #164cd0;
  border-color: #164cd0;
}
.btn-info.btn-shade3:active,
.btn-info.btn-shade3.active,
.open > .dropdown-toggle.btn-info.btn-shade3 {
  background-color: #123eab;
  border-color: #123eab;
}
.btn-info.btn-shade3:active:hover,
.btn-info.btn-shade3.active:hover,
.open > .dropdown-toggle.btn-info.btn-shade3:hover,
.btn-info.btn-shade3:active:focus,
.btn-info.btn-shade3.active:focus,
.open > .dropdown-toggle.btn-info.btn-shade3:focus,
.btn-info.btn-shade3:active.focus,
.btn-info.btn-shade3.active.focus,
.open > .dropdown-toggle.btn-info.btn-shade3.focus {
  background-color: #123eab;
  border-color: #123eab;
}
.btn-info.btn-shade3.disabled,
.btn-info.btn-shade3[disabled],
fieldset[disabled] .btn-info.btn-shade3,
.btn-info.btn-shade3.disabled:hover,
.btn-info.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-info.btn-shade3:hover,
.btn-info.btn-shade3.disabled:focus,
.btn-info.btn-shade3[disabled]:focus,
fieldset[disabled] .btn-info.btn-shade3:focus,
.btn-info.btn-shade3.disabled.focus,
.btn-info.btn-shade3[disabled].focus,
fieldset[disabled] .btn-info.btn-shade3.focus,
.btn-info.btn-shade3.disabled:active,
.btn-info.btn-shade3[disabled]:active,
fieldset[disabled] .btn-info.btn-shade3:active,
.btn-info.btn-shade3.disabled.active,
.btn-info.btn-shade3[disabled].active,
fieldset[disabled] .btn-info.btn-shade3.active {
  background-color: #1443b9;
  border-color: #1443b9;
}
.btn-info.btn-shade3 .badge {
  color: #1443b9;
}
.btn-info.btn-shade4 {
  background-color: #1340af;
  border-color: #1340af;
}
.btn-info.btn-shade4:focus,
.btn-info.btn-shade4.focus {
  background-color: #1340af;
  border-color: #1340af;
}
.btn-info.btn-shade4:hover {
  background-color: #1548c7;
  border-color: #1548c7;
}
.btn-info.btn-shade4:active,
.btn-info.btn-shade4.active,
.open > .dropdown-toggle.btn-info.btn-shade4 {
  background-color: #113ba2;
  border-color: #113ba2;
}
.btn-info.btn-shade4:active:hover,
.btn-info.btn-shade4.active:hover,
.open > .dropdown-toggle.btn-info.btn-shade4:hover,
.btn-info.btn-shade4:active:focus,
.btn-info.btn-shade4.active:focus,
.open > .dropdown-toggle.btn-info.btn-shade4:focus,
.btn-info.btn-shade4:active.focus,
.btn-info.btn-shade4.active.focus,
.open > .dropdown-toggle.btn-info.btn-shade4.focus {
  background-color: #113ba2;
  border-color: #113ba2;
}
.btn-info.btn-shade4.disabled,
.btn-info.btn-shade4[disabled],
fieldset[disabled] .btn-info.btn-shade4,
.btn-info.btn-shade4.disabled:hover,
.btn-info.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-info.btn-shade4:hover,
.btn-info.btn-shade4.disabled:focus,
.btn-info.btn-shade4[disabled]:focus,
fieldset[disabled] .btn-info.btn-shade4:focus,
.btn-info.btn-shade4.disabled.focus,
.btn-info.btn-shade4[disabled].focus,
fieldset[disabled] .btn-info.btn-shade4.focus,
.btn-info.btn-shade4.disabled:active,
.btn-info.btn-shade4[disabled]:active,
fieldset[disabled] .btn-info.btn-shade4:active,
.btn-info.btn-shade4.disabled.active,
.btn-info.btn-shade4[disabled].active,
fieldset[disabled] .btn-info.btn-shade4.active {
  background-color: #1340af;
  border-color: #1340af;
}
.btn-info.btn-shade4 .badge {
  color: #1340af;
}
.btn-warning.btn-shade1 {
  background-color: #e0ab0d;
  border-color: #e0ab0d;
}
.btn-warning.btn-shade1:focus,
.btn-warning.btn-shade1.focus {
  background-color: #e0ab0d;
  border-color: #e0ab0d;
}
.btn-warning.btn-shade1:hover {
  background-color: #f1ba15;
  border-color: #f1ba15;
}
.btn-warning.btn-shade1:active,
.btn-warning.btn-shade1.active,
.open > .dropdown-toggle.btn-warning.btn-shade1 {
  background-color: #d1a00c;
  border-color: #d1a00c;
}
.btn-warning.btn-shade1:active:hover,
.btn-warning.btn-shade1.active:hover,
.open > .dropdown-toggle.btn-warning.btn-shade1:hover,
.btn-warning.btn-shade1:active:focus,
.btn-warning.btn-shade1.active:focus,
.open > .dropdown-toggle.btn-warning.btn-shade1:focus,
.btn-warning.btn-shade1:active.focus,
.btn-warning.btn-shade1.active.focus,
.open > .dropdown-toggle.btn-warning.btn-shade1.focus {
  background-color: #d1a00c;
  border-color: #d1a00c;
}
.btn-warning.btn-shade1.disabled,
.btn-warning.btn-shade1[disabled],
fieldset[disabled] .btn-warning.btn-shade1,
.btn-warning.btn-shade1.disabled:hover,
.btn-warning.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-warning.btn-shade1:hover,
.btn-warning.btn-shade1.disabled:focus,
.btn-warning.btn-shade1[disabled]:focus,
fieldset[disabled] .btn-warning.btn-shade1:focus,
.btn-warning.btn-shade1.disabled.focus,
.btn-warning.btn-shade1[disabled].focus,
fieldset[disabled] .btn-warning.btn-shade1.focus,
.btn-warning.btn-shade1.disabled:active,
.btn-warning.btn-shade1[disabled]:active,
fieldset[disabled] .btn-warning.btn-shade1:active,
.btn-warning.btn-shade1.disabled.active,
.btn-warning.btn-shade1[disabled].active,
fieldset[disabled] .btn-warning.btn-shade1.active {
  background-color: #e0ab0d;
  border-color: #e0ab0d;
}
.btn-warning.btn-shade1 .badge {
  color: #e0ab0d;
}
.btn-warning.btn-shade2 {
  background-color: #d6a40d;
  border-color: #d6a40d;
}
.btn-warning.btn-shade2:focus,
.btn-warning.btn-shade2.focus {
  background-color: #d6a40d;
  border-color: #d6a40d;
}
.btn-warning.btn-shade2:hover {
  background-color: #eeb60e;
  border-color: #eeb60e;
}
.btn-warning.btn-shade2:active,
.btn-warning.btn-shade2.active,
.open > .dropdown-toggle.btn-warning.btn-shade2 {
  background-color: #c7990c;
  border-color: #c7990c;
}
.btn-warning.btn-shade2:active:hover,
.btn-warning.btn-shade2.active:hover,
.open > .dropdown-toggle.btn-warning.btn-shade2:hover,
.btn-warning.btn-shade2:active:focus,
.btn-warning.btn-shade2.active:focus,
.open > .dropdown-toggle.btn-warning.btn-shade2:focus,
.btn-warning.btn-shade2:active.focus,
.btn-warning.btn-shade2.active.focus,
.open > .dropdown-toggle.btn-warning.btn-shade2.focus {
  background-color: #c7990c;
  border-color: #c7990c;
}
.btn-warning.btn-shade2.disabled,
.btn-warning.btn-shade2[disabled],
fieldset[disabled] .btn-warning.btn-shade2,
.btn-warning.btn-shade2.disabled:hover,
.btn-warning.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-warning.btn-shade2:hover,
.btn-warning.btn-shade2.disabled:focus,
.btn-warning.btn-shade2[disabled]:focus,
fieldset[disabled] .btn-warning.btn-shade2:focus,
.btn-warning.btn-shade2.disabled.focus,
.btn-warning.btn-shade2[disabled].focus,
fieldset[disabled] .btn-warning.btn-shade2.focus,
.btn-warning.btn-shade2.disabled:active,
.btn-warning.btn-shade2[disabled]:active,
fieldset[disabled] .btn-warning.btn-shade2:active,
.btn-warning.btn-shade2.disabled.active,
.btn-warning.btn-shade2[disabled].active,
fieldset[disabled] .btn-warning.btn-shade2.active {
  background-color: #d6a40d;
  border-color: #d6a40d;
}
.btn-warning.btn-shade2 .badge {
  color: #d6a40d;
}
.btn-warning.btn-shade3 {
  background-color: #cc9c0c;
  border-color: #cc9c0c;
}
.btn-warning.btn-shade3:focus,
.btn-warning.btn-shade3.focus {
  background-color: #cc9c0c;
  border-color: #cc9c0c;
}
.btn-warning.btn-shade3:hover {
  background-color: #e4af0d;
  border-color: #e4af0d;
}
.btn-warning.btn-shade3:active,
.btn-warning.btn-shade3.active,
.open > .dropdown-toggle.btn-warning.btn-shade3 {
  background-color: #be910b;
  border-color: #be910b;
}
.btn-warning.btn-shade3:active:hover,
.btn-warning.btn-shade3.active:hover,
.open > .dropdown-toggle.btn-warning.btn-shade3:hover,
.btn-warning.btn-shade3:active:focus,
.btn-warning.btn-shade3.active:focus,
.open > .dropdown-toggle.btn-warning.btn-shade3:focus,
.btn-warning.btn-shade3:active.focus,
.btn-warning.btn-shade3.active.focus,
.open > .dropdown-toggle.btn-warning.btn-shade3.focus {
  background-color: #be910b;
  border-color: #be910b;
}
.btn-warning.btn-shade3.disabled,
.btn-warning.btn-shade3[disabled],
fieldset[disabled] .btn-warning.btn-shade3,
.btn-warning.btn-shade3.disabled:hover,
.btn-warning.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-warning.btn-shade3:hover,
.btn-warning.btn-shade3.disabled:focus,
.btn-warning.btn-shade3[disabled]:focus,
fieldset[disabled] .btn-warning.btn-shade3:focus,
.btn-warning.btn-shade3.disabled.focus,
.btn-warning.btn-shade3[disabled].focus,
fieldset[disabled] .btn-warning.btn-shade3.focus,
.btn-warning.btn-shade3.disabled:active,
.btn-warning.btn-shade3[disabled]:active,
fieldset[disabled] .btn-warning.btn-shade3:active,
.btn-warning.btn-shade3.disabled.active,
.btn-warning.btn-shade3[disabled].active,
fieldset[disabled] .btn-warning.btn-shade3.active {
  background-color: #cc9c0c;
  border-color: #cc9c0c;
}
.btn-warning.btn-shade3 .badge {
  color: #cc9c0c;
}
.btn-warning.btn-shade4 {
  background-color: #c3950b;
  border-color: #c3950b;
}
.btn-warning.btn-shade4:focus,
.btn-warning.btn-shade4.focus {
  background-color: #c3950b;
  border-color: #c3950b;
}
.btn-warning.btn-shade4:hover {
  background-color: #dba70d;
  border-color: #dba70d;
}
.btn-warning.btn-shade4:active,
.btn-warning.btn-shade4.active,
.open > .dropdown-toggle.btn-warning.btn-shade4 {
  background-color: #b48a0b;
  border-color: #b48a0b;
}
.btn-warning.btn-shade4:active:hover,
.btn-warning.btn-shade4.active:hover,
.open > .dropdown-toggle.btn-warning.btn-shade4:hover,
.btn-warning.btn-shade4:active:focus,
.btn-warning.btn-shade4.active:focus,
.open > .dropdown-toggle.btn-warning.btn-shade4:focus,
.btn-warning.btn-shade4:active.focus,
.btn-warning.btn-shade4.active.focus,
.open > .dropdown-toggle.btn-warning.btn-shade4.focus {
  background-color: #b48a0b;
  border-color: #b48a0b;
}
.btn-warning.btn-shade4.disabled,
.btn-warning.btn-shade4[disabled],
fieldset[disabled] .btn-warning.btn-shade4,
.btn-warning.btn-shade4.disabled:hover,
.btn-warning.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-warning.btn-shade4:hover,
.btn-warning.btn-shade4.disabled:focus,
.btn-warning.btn-shade4[disabled]:focus,
fieldset[disabled] .btn-warning.btn-shade4:focus,
.btn-warning.btn-shade4.disabled.focus,
.btn-warning.btn-shade4[disabled].focus,
fieldset[disabled] .btn-warning.btn-shade4.focus,
.btn-warning.btn-shade4.disabled:active,
.btn-warning.btn-shade4[disabled]:active,
fieldset[disabled] .btn-warning.btn-shade4:active,
.btn-warning.btn-shade4.disabled.active,
.btn-warning.btn-shade4[disabled].active,
fieldset[disabled] .btn-warning.btn-shade4.active {
  background-color: #c3950b;
  border-color: #c3950b;
}
.btn-warning.btn-shade4 .badge {
  color: #c3950b;
}
.btn-danger.btn-shade1 {
  background-color: #ac1616;
  border-color: #ac1616;
}
.btn-danger.btn-shade1:focus,
.btn-danger.btn-shade1.focus {
  background-color: #ac1616;
  border-color: #ac1616;
}
.btn-danger.btn-shade1:hover {
  background-color: #c31919;
  border-color: #c31919;
}
.btn-danger.btn-shade1:active,
.btn-danger.btn-shade1.active,
.open > .dropdown-toggle.btn-danger.btn-shade1 {
  background-color: #9f1515;
  border-color: #9f1515;
}
.btn-danger.btn-shade1:active:hover,
.btn-danger.btn-shade1.active:hover,
.open > .dropdown-toggle.btn-danger.btn-shade1:hover,
.btn-danger.btn-shade1:active:focus,
.btn-danger.btn-shade1.active:focus,
.open > .dropdown-toggle.btn-danger.btn-shade1:focus,
.btn-danger.btn-shade1:active.focus,
.btn-danger.btn-shade1.active.focus,
.open > .dropdown-toggle.btn-danger.btn-shade1.focus {
  background-color: #9f1515;
  border-color: #9f1515;
}
.btn-danger.btn-shade1.disabled,
.btn-danger.btn-shade1[disabled],
fieldset[disabled] .btn-danger.btn-shade1,
.btn-danger.btn-shade1.disabled:hover,
.btn-danger.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-danger.btn-shade1:hover,
.btn-danger.btn-shade1.disabled:focus,
.btn-danger.btn-shade1[disabled]:focus,
fieldset[disabled] .btn-danger.btn-shade1:focus,
.btn-danger.btn-shade1.disabled.focus,
.btn-danger.btn-shade1[disabled].focus,
fieldset[disabled] .btn-danger.btn-shade1.focus,
.btn-danger.btn-shade1.disabled:active,
.btn-danger.btn-shade1[disabled]:active,
fieldset[disabled] .btn-danger.btn-shade1:active,
.btn-danger.btn-shade1.disabled.active,
.btn-danger.btn-shade1[disabled].active,
fieldset[disabled] .btn-danger.btn-shade1.active {
  background-color: #ac1616;
  border-color: #ac1616;
}
.btn-danger.btn-shade1 .badge {
  color: #ac1616;
}
.btn-danger.btn-shade2 {
  background-color: #a31515;
  border-color: #a31515;
}
.btn-danger.btn-shade2:focus,
.btn-danger.btn-shade2.focus {
  background-color: #a31515;
  border-color: #a31515;
}
.btn-danger.btn-shade2:hover {
  background-color: #ba1818;
  border-color: #ba1818;
}
.btn-danger.btn-shade2:active,
.btn-danger.btn-shade2.active,
.open > .dropdown-toggle.btn-danger.btn-shade2 {
  background-color: #961313;
  border-color: #961313;
}
.btn-danger.btn-shade2:active:hover,
.btn-danger.btn-shade2.active:hover,
.open > .dropdown-toggle.btn-danger.btn-shade2:hover,
.btn-danger.btn-shade2:active:focus,
.btn-danger.btn-shade2.active:focus,
.open > .dropdown-toggle.btn-danger.btn-shade2:focus,
.btn-danger.btn-shade2:active.focus,
.btn-danger.btn-shade2.active.focus,
.open > .dropdown-toggle.btn-danger.btn-shade2.focus {
  background-color: #961313;
  border-color: #961313;
}
.btn-danger.btn-shade2.disabled,
.btn-danger.btn-shade2[disabled],
fieldset[disabled] .btn-danger.btn-shade2,
.btn-danger.btn-shade2.disabled:hover,
.btn-danger.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-danger.btn-shade2:hover,
.btn-danger.btn-shade2.disabled:focus,
.btn-danger.btn-shade2[disabled]:focus,
fieldset[disabled] .btn-danger.btn-shade2:focus,
.btn-danger.btn-shade2.disabled.focus,
.btn-danger.btn-shade2[disabled].focus,
fieldset[disabled] .btn-danger.btn-shade2.focus,
.btn-danger.btn-shade2.disabled:active,
.btn-danger.btn-shade2[disabled]:active,
fieldset[disabled] .btn-danger.btn-shade2:active,
.btn-danger.btn-shade2.disabled.active,
.btn-danger.btn-shade2[disabled].active,
fieldset[disabled] .btn-danger.btn-shade2.active {
  background-color: #a31515;
  border-color: #a31515;
}
.btn-danger.btn-shade2 .badge {
  color: #a31515;
}
.btn-danger.btn-shade3 {
  background-color: #9a1414;
  border-color: #9a1414;
}
.btn-danger.btn-shade3:focus,
.btn-danger.btn-shade3.focus {
  background-color: #9a1414;
  border-color: #9a1414;
}
.btn-danger.btn-shade3:hover {
  background-color: #b11717;
  border-color: #b11717;
}
.btn-danger.btn-shade3:active,
.btn-danger.btn-shade3.active,
.open > .dropdown-toggle.btn-danger.btn-shade3 {
  background-color: #8d1212;
  border-color: #8d1212;
}
.btn-danger.btn-shade3:active:hover,
.btn-danger.btn-shade3.active:hover,
.open > .dropdown-toggle.btn-danger.btn-shade3:hover,
.btn-danger.btn-shade3:active:focus,
.btn-danger.btn-shade3.active:focus,
.open > .dropdown-toggle.btn-danger.btn-shade3:focus,
.btn-danger.btn-shade3:active.focus,
.btn-danger.btn-shade3.active.focus,
.open > .dropdown-toggle.btn-danger.btn-shade3.focus {
  background-color: #8d1212;
  border-color: #8d1212;
}
.btn-danger.btn-shade3.disabled,
.btn-danger.btn-shade3[disabled],
fieldset[disabled] .btn-danger.btn-shade3,
.btn-danger.btn-shade3.disabled:hover,
.btn-danger.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-danger.btn-shade3:hover,
.btn-danger.btn-shade3.disabled:focus,
.btn-danger.btn-shade3[disabled]:focus,
fieldset[disabled] .btn-danger.btn-shade3:focus,
.btn-danger.btn-shade3.disabled.focus,
.btn-danger.btn-shade3[disabled].focus,
fieldset[disabled] .btn-danger.btn-shade3.focus,
.btn-danger.btn-shade3.disabled:active,
.btn-danger.btn-shade3[disabled]:active,
fieldset[disabled] .btn-danger.btn-shade3:active,
.btn-danger.btn-shade3.disabled.active,
.btn-danger.btn-shade3[disabled].active,
fieldset[disabled] .btn-danger.btn-shade3.active {
  background-color: #9a1414;
  border-color: #9a1414;
}
.btn-danger.btn-shade3 .badge {
  color: #9a1414;
}
.btn-danger.btn-shade4 {
  background-color: #911313;
  border-color: #911313;
}
.btn-danger.btn-shade4:focus,
.btn-danger.btn-shade4.focus {
  background-color: #911313;
  border-color: #911313;
}
.btn-danger.btn-shade4:hover {
  background-color: #a81616;
  border-color: #a81616;
}
.btn-danger.btn-shade4:active,
.btn-danger.btn-shade4.active,
.open > .dropdown-toggle.btn-danger.btn-shade4 {
  background-color: #841111;
  border-color: #841111;
}
.btn-danger.btn-shade4:active:hover,
.btn-danger.btn-shade4.active:hover,
.open > .dropdown-toggle.btn-danger.btn-shade4:hover,
.btn-danger.btn-shade4:active:focus,
.btn-danger.btn-shade4.active:focus,
.open > .dropdown-toggle.btn-danger.btn-shade4:focus,
.btn-danger.btn-shade4:active.focus,
.btn-danger.btn-shade4.active.focus,
.open > .dropdown-toggle.btn-danger.btn-shade4.focus {
  background-color: #841111;
  border-color: #841111;
}
.btn-danger.btn-shade4.disabled,
.btn-danger.btn-shade4[disabled],
fieldset[disabled] .btn-danger.btn-shade4,
.btn-danger.btn-shade4.disabled:hover,
.btn-danger.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-danger.btn-shade4:hover,
.btn-danger.btn-shade4.disabled:focus,
.btn-danger.btn-shade4[disabled]:focus,
fieldset[disabled] .btn-danger.btn-shade4:focus,
.btn-danger.btn-shade4.disabled.focus,
.btn-danger.btn-shade4[disabled].focus,
fieldset[disabled] .btn-danger.btn-shade4.focus,
.btn-danger.btn-shade4.disabled:active,
.btn-danger.btn-shade4[disabled]:active,
fieldset[disabled] .btn-danger.btn-shade4:active,
.btn-danger.btn-shade4.disabled.active,
.btn-danger.btn-shade4[disabled].active,
fieldset[disabled] .btn-danger.btn-shade4.active {
  background-color: #911313;
  border-color: #911313;
}
.btn-danger.btn-shade4 .badge {
  color: #911313;
}
.btn-dark.btn-shade1 {
  background-color: #353434;
  border-color: #353434;
}
.btn-dark.btn-shade1:focus,
.btn-dark.btn-shade1.focus {
  background-color: #353434;
  border-color: #353434;
}
.btn-dark.btn-shade1:hover {
  background-color: #424141;
  border-color: #424141;
}
.btn-dark.btn-shade1:active,
.btn-dark.btn-shade1.active,
.open > .dropdown-toggle.btn-dark.btn-shade1 {
  background-color: #2e2d2d;
  border-color: #2e2d2d;
}
.btn-dark.btn-shade1:active:hover,
.btn-dark.btn-shade1.active:hover,
.open > .dropdown-toggle.btn-dark.btn-shade1:hover,
.btn-dark.btn-shade1:active:focus,
.btn-dark.btn-shade1.active:focus,
.open > .dropdown-toggle.btn-dark.btn-shade1:focus,
.btn-dark.btn-shade1:active.focus,
.btn-dark.btn-shade1.active.focus,
.open > .dropdown-toggle.btn-dark.btn-shade1.focus {
  background-color: #2e2d2d;
  border-color: #2e2d2d;
}
.btn-dark.btn-shade1.disabled,
.btn-dark.btn-shade1[disabled],
fieldset[disabled] .btn-dark.btn-shade1,
.btn-dark.btn-shade1.disabled:hover,
.btn-dark.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-dark.btn-shade1:hover,
.btn-dark.btn-shade1.disabled:focus,
.btn-dark.btn-shade1[disabled]:focus,
fieldset[disabled] .btn-dark.btn-shade1:focus,
.btn-dark.btn-shade1.disabled.focus,
.btn-dark.btn-shade1[disabled].focus,
fieldset[disabled] .btn-dark.btn-shade1.focus,
.btn-dark.btn-shade1.disabled:active,
.btn-dark.btn-shade1[disabled]:active,
fieldset[disabled] .btn-dark.btn-shade1:active,
.btn-dark.btn-shade1.disabled.active,
.btn-dark.btn-shade1[disabled].active,
fieldset[disabled] .btn-dark.btn-shade1.active {
  background-color: #353434;
  border-color: #353434;
}
.btn-dark.btn-shade1 .badge {
  color: #353434;
}
.btn-dark.btn-shade2 {
  background-color: #302f2f;
  border-color: #302f2f;
}
.btn-dark.btn-shade2:focus,
.btn-dark.btn-shade2.focus {
  background-color: #302f2f;
  border-color: #302f2f;
}
.btn-dark.btn-shade2:hover {
  background-color: #3d3c3c;
  border-color: #3d3c3c;
}
.btn-dark.btn-shade2:active,
.btn-dark.btn-shade2.active,
.open > .dropdown-toggle.btn-dark.btn-shade2 {
  background-color: #282828;
  border-color: #282828;
}
.btn-dark.btn-shade2:active:hover,
.btn-dark.btn-shade2.active:hover,
.open > .dropdown-toggle.btn-dark.btn-shade2:hover,
.btn-dark.btn-shade2:active:focus,
.btn-dark.btn-shade2.active:focus,
.open > .dropdown-toggle.btn-dark.btn-shade2:focus,
.btn-dark.btn-shade2:active.focus,
.btn-dark.btn-shade2.active.focus,
.open > .dropdown-toggle.btn-dark.btn-shade2.focus {
  background-color: #282828;
  border-color: #282828;
}
.btn-dark.btn-shade2.disabled,
.btn-dark.btn-shade2[disabled],
fieldset[disabled] .btn-dark.btn-shade2,
.btn-dark.btn-shade2.disabled:hover,
.btn-dark.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-dark.btn-shade2:hover,
.btn-dark.btn-shade2.disabled:focus,
.btn-dark.btn-shade2[disabled]:focus,
fieldset[disabled] .btn-dark.btn-shade2:focus,
.btn-dark.btn-shade2.disabled.focus,
.btn-dark.btn-shade2[disabled].focus,
fieldset[disabled] .btn-dark.btn-shade2.focus,
.btn-dark.btn-shade2.disabled:active,
.btn-dark.btn-shade2[disabled]:active,
fieldset[disabled] .btn-dark.btn-shade2:active,
.btn-dark.btn-shade2.disabled.active,
.btn-dark.btn-shade2[disabled].active,
fieldset[disabled] .btn-dark.btn-shade2.active {
  background-color: #302f2f;
  border-color: #302f2f;
}
.btn-dark.btn-shade2 .badge {
  color: #302f2f;
}
.btn-dark.btn-shade3 {
  background-color: #2b2a2a;
  border-color: #2b2a2a;
}
.btn-dark.btn-shade3:focus,
.btn-dark.btn-shade3.focus {
  background-color: #2b2a2a;
  border-color: #2b2a2a;
}
.btn-dark.btn-shade3:hover {
  background-color: #383737;
  border-color: #383737;
}
.btn-dark.btn-shade3:active,
.btn-dark.btn-shade3.active,
.open > .dropdown-toggle.btn-dark.btn-shade3 {
  background-color: #232323;
  border-color: #232323;
}
.btn-dark.btn-shade3:active:hover,
.btn-dark.btn-shade3.active:hover,
.open > .dropdown-toggle.btn-dark.btn-shade3:hover,
.btn-dark.btn-shade3:active:focus,
.btn-dark.btn-shade3.active:focus,
.open > .dropdown-toggle.btn-dark.btn-shade3:focus,
.btn-dark.btn-shade3:active.focus,
.btn-dark.btn-shade3.active.focus,
.open > .dropdown-toggle.btn-dark.btn-shade3.focus {
  background-color: #232323;
  border-color: #232323;
}
.btn-dark.btn-shade3.disabled,
.btn-dark.btn-shade3[disabled],
fieldset[disabled] .btn-dark.btn-shade3,
.btn-dark.btn-shade3.disabled:hover,
.btn-dark.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-dark.btn-shade3:hover,
.btn-dark.btn-shade3.disabled:focus,
.btn-dark.btn-shade3[disabled]:focus,
fieldset[disabled] .btn-dark.btn-shade3:focus,
.btn-dark.btn-shade3.disabled.focus,
.btn-dark.btn-shade3[disabled].focus,
fieldset[disabled] .btn-dark.btn-shade3.focus,
.btn-dark.btn-shade3.disabled:active,
.btn-dark.btn-shade3[disabled]:active,
fieldset[disabled] .btn-dark.btn-shade3:active,
.btn-dark.btn-shade3.disabled.active,
.btn-dark.btn-shade3[disabled].active,
fieldset[disabled] .btn-dark.btn-shade3.active {
  background-color: #2b2a2a;
  border-color: #2b2a2a;
}
.btn-dark.btn-shade3 .badge {
  color: #2b2a2a;
}
.btn-dark.btn-shade4 {
  background-color: #262525;
  border-color: #262525;
}
.btn-dark.btn-shade4:focus,
.btn-dark.btn-shade4.focus {
  background-color: #262525;
  border-color: #262525;
}
.btn-dark.btn-shade4:hover {
  background-color: #333232;
  border-color: #333232;
}
.btn-dark.btn-shade4:active,
.btn-dark.btn-shade4.active,
.open > .dropdown-toggle.btn-dark.btn-shade4 {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.btn-dark.btn-shade4:active:hover,
.btn-dark.btn-shade4.active:hover,
.open > .dropdown-toggle.btn-dark.btn-shade4:hover,
.btn-dark.btn-shade4:active:focus,
.btn-dark.btn-shade4.active:focus,
.open > .dropdown-toggle.btn-dark.btn-shade4:focus,
.btn-dark.btn-shade4:active.focus,
.btn-dark.btn-shade4.active.focus,
.open > .dropdown-toggle.btn-dark.btn-shade4.focus {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.btn-dark.btn-shade4.disabled,
.btn-dark.btn-shade4[disabled],
fieldset[disabled] .btn-dark.btn-shade4,
.btn-dark.btn-shade4.disabled:hover,
.btn-dark.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-dark.btn-shade4:hover,
.btn-dark.btn-shade4.disabled:focus,
.btn-dark.btn-shade4[disabled]:focus,
fieldset[disabled] .btn-dark.btn-shade4:focus,
.btn-dark.btn-shade4.disabled.focus,
.btn-dark.btn-shade4[disabled].focus,
fieldset[disabled] .btn-dark.btn-shade4.focus,
.btn-dark.btn-shade4.disabled:active,
.btn-dark.btn-shade4[disabled]:active,
fieldset[disabled] .btn-dark.btn-shade4:active,
.btn-dark.btn-shade4.disabled.active,
.btn-dark.btn-shade4[disabled].active,
fieldset[disabled] .btn-dark.btn-shade4.active {
  background-color: #262525;
  border-color: #262525;
}
.btn-dark.btn-shade4 .badge {
  color: #262525;
}
.btn-alt1.btn-shade1 {
  background-color: #4dae5c;
  border-color: #4dae5c;
}
.btn-alt1.btn-shade1:focus,
.btn-alt1.btn-shade1.focus {
  background-color: #4dae5c;
  border-color: #4dae5c;
}
.btn-alt1.btn-shade1:hover {
  background-color: #5eb76b;
  border-color: #5eb76b;
}
.btn-alt1.btn-shade1:active,
.btn-alt1.btn-shade1.active,
.open > .dropdown-toggle.btn-alt1.btn-shade1 {
  background-color: #49a356;
  border-color: #49a356;
}
.btn-alt1.btn-shade1:active:hover,
.btn-alt1.btn-shade1.active:hover,
.open > .dropdown-toggle.btn-alt1.btn-shade1:hover,
.btn-alt1.btn-shade1:active:focus,
.btn-alt1.btn-shade1.active:focus,
.open > .dropdown-toggle.btn-alt1.btn-shade1:focus,
.btn-alt1.btn-shade1:active.focus,
.btn-alt1.btn-shade1.active.focus,
.open > .dropdown-toggle.btn-alt1.btn-shade1.focus {
  background-color: #49a356;
  border-color: #49a356;
}
.btn-alt1.btn-shade1.disabled,
.btn-alt1.btn-shade1[disabled],
fieldset[disabled] .btn-alt1.btn-shade1,
.btn-alt1.btn-shade1.disabled:hover,
.btn-alt1.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-alt1.btn-shade1:hover,
.btn-alt1.btn-shade1.disabled:focus,
.btn-alt1.btn-shade1[disabled]:focus,
fieldset[disabled] .btn-alt1.btn-shade1:focus,
.btn-alt1.btn-shade1.disabled.focus,
.btn-alt1.btn-shade1[disabled].focus,
fieldset[disabled] .btn-alt1.btn-shade1.focus,
.btn-alt1.btn-shade1.disabled:active,
.btn-alt1.btn-shade1[disabled]:active,
fieldset[disabled] .btn-alt1.btn-shade1:active,
.btn-alt1.btn-shade1.disabled.active,
.btn-alt1.btn-shade1[disabled].active,
fieldset[disabled] .btn-alt1.btn-shade1.active {
  background-color: #4dae5c;
  border-color: #4dae5c;
}
.btn-alt1.btn-shade1 .badge {
  color: #4dae5c;
}
.btn-alt1.btn-shade2 {
  background-color: #4aa758;
  border-color: #4aa758;
}
.btn-alt1.btn-shade2:focus,
.btn-alt1.btn-shade2.focus {
  background-color: #4aa758;
  border-color: #4aa758;
}
.btn-alt1.btn-shade2:hover {
  background-color: #57b465;
  border-color: #57b465;
}
.btn-alt1.btn-shade2:active,
.btn-alt1.btn-shade2.active,
.open > .dropdown-toggle.btn-alt1.btn-shade2 {
  background-color: #469c53;
  border-color: #469c53;
}
.btn-alt1.btn-shade2:active:hover,
.btn-alt1.btn-shade2.active:hover,
.open > .dropdown-toggle.btn-alt1.btn-shade2:hover,
.btn-alt1.btn-shade2:active:focus,
.btn-alt1.btn-shade2.active:focus,
.open > .dropdown-toggle.btn-alt1.btn-shade2:focus,
.btn-alt1.btn-shade2:active.focus,
.btn-alt1.btn-shade2.active.focus,
.open > .dropdown-toggle.btn-alt1.btn-shade2.focus {
  background-color: #469c53;
  border-color: #469c53;
}
.btn-alt1.btn-shade2.disabled,
.btn-alt1.btn-shade2[disabled],
fieldset[disabled] .btn-alt1.btn-shade2,
.btn-alt1.btn-shade2.disabled:hover,
.btn-alt1.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-alt1.btn-shade2:hover,
.btn-alt1.btn-shade2.disabled:focus,
.btn-alt1.btn-shade2[disabled]:focus,
fieldset[disabled] .btn-alt1.btn-shade2:focus,
.btn-alt1.btn-shade2.disabled.focus,
.btn-alt1.btn-shade2[disabled].focus,
fieldset[disabled] .btn-alt1.btn-shade2.focus,
.btn-alt1.btn-shade2.disabled:active,
.btn-alt1.btn-shade2[disabled]:active,
fieldset[disabled] .btn-alt1.btn-shade2:active,
.btn-alt1.btn-shade2.disabled.active,
.btn-alt1.btn-shade2[disabled].active,
fieldset[disabled] .btn-alt1.btn-shade2.active {
  background-color: #4aa758;
  border-color: #4aa758;
}
.btn-alt1.btn-shade2 .badge {
  color: #4aa758;
}
.btn-alt1.btn-shade3 {
  background-color: #47a055;
  border-color: #47a055;
}
.btn-alt1.btn-shade3:focus,
.btn-alt1.btn-shade3.focus {
  background-color: #47a055;
  border-color: #47a055;
}
.btn-alt1.btn-shade3:hover {
  background-color: #50b15e;
  border-color: #50b15e;
}
.btn-alt1.btn-shade3:active,
.btn-alt1.btn-shade3.active,
.open > .dropdown-toggle.btn-alt1.btn-shade3 {
  background-color: #42954f;
  border-color: #42954f;
}
.btn-alt1.btn-shade3:active:hover,
.btn-alt1.btn-shade3.active:hover,
.open > .dropdown-toggle.btn-alt1.btn-shade3:hover,
.btn-alt1.btn-shade3:active:focus,
.btn-alt1.btn-shade3.active:focus,
.open > .dropdown-toggle.btn-alt1.btn-shade3:focus,
.btn-alt1.btn-shade3:active.focus,
.btn-alt1.btn-shade3.active.focus,
.open > .dropdown-toggle.btn-alt1.btn-shade3.focus {
  background-color: #42954f;
  border-color: #42954f;
}
.btn-alt1.btn-shade3.disabled,
.btn-alt1.btn-shade3[disabled],
fieldset[disabled] .btn-alt1.btn-shade3,
.btn-alt1.btn-shade3.disabled:hover,
.btn-alt1.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-alt1.btn-shade3:hover,
.btn-alt1.btn-shade3.disabled:focus,
.btn-alt1.btn-shade3[disabled]:focus,
fieldset[disabled] .btn-alt1.btn-shade3:focus,
.btn-alt1.btn-shade3.disabled.focus,
.btn-alt1.btn-shade3[disabled].focus,
fieldset[disabled] .btn-alt1.btn-shade3.focus,
.btn-alt1.btn-shade3.disabled:active,
.btn-alt1.btn-shade3[disabled]:active,
fieldset[disabled] .btn-alt1.btn-shade3:active,
.btn-alt1.btn-shade3.disabled.active,
.btn-alt1.btn-shade3[disabled].active,
fieldset[disabled] .btn-alt1.btn-shade3.active {
  background-color: #47a055;
  border-color: #47a055;
}
.btn-alt1.btn-shade3 .badge {
  color: #47a055;
}
.btn-alt1.btn-shade4 {
  background-color: #449951;
  border-color: #449951;
}
.btn-alt1.btn-shade4:focus,
.btn-alt1.btn-shade4.focus {
  background-color: #449951;
  border-color: #449951;
}
.btn-alt1.btn-shade4:hover {
  background-color: #4caa5a;
  border-color: #4caa5a;
}
.btn-alt1.btn-shade4:active,
.btn-alt1.btn-shade4.active,
.open > .dropdown-toggle.btn-alt1.btn-shade4 {
  background-color: #3f8e4b;
  border-color: #3f8e4b;
}
.btn-alt1.btn-shade4:active:hover,
.btn-alt1.btn-shade4.active:hover,
.open > .dropdown-toggle.btn-alt1.btn-shade4:hover,
.btn-alt1.btn-shade4:active:focus,
.btn-alt1.btn-shade4.active:focus,
.open > .dropdown-toggle.btn-alt1.btn-shade4:focus,
.btn-alt1.btn-shade4:active.focus,
.btn-alt1.btn-shade4.active.focus,
.open > .dropdown-toggle.btn-alt1.btn-shade4.focus {
  background-color: #3f8e4b;
  border-color: #3f8e4b;
}
.btn-alt1.btn-shade4.disabled,
.btn-alt1.btn-shade4[disabled],
fieldset[disabled] .btn-alt1.btn-shade4,
.btn-alt1.btn-shade4.disabled:hover,
.btn-alt1.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-alt1.btn-shade4:hover,
.btn-alt1.btn-shade4.disabled:focus,
.btn-alt1.btn-shade4[disabled]:focus,
fieldset[disabled] .btn-alt1.btn-shade4:focus,
.btn-alt1.btn-shade4.disabled.focus,
.btn-alt1.btn-shade4[disabled].focus,
fieldset[disabled] .btn-alt1.btn-shade4.focus,
.btn-alt1.btn-shade4.disabled:active,
.btn-alt1.btn-shade4[disabled]:active,
fieldset[disabled] .btn-alt1.btn-shade4:active,
.btn-alt1.btn-shade4.disabled.active,
.btn-alt1.btn-shade4[disabled].active,
fieldset[disabled] .btn-alt1.btn-shade4.active {
  background-color: #449951;
  border-color: #449951;
}
.btn-alt1.btn-shade4 .badge {
  color: #449951;
}
.btn-alt2.btn-shade1 {
  background-color: #0c1b38;
  border-color: #0c1b38;
}
.btn-alt2.btn-shade1:focus,
.btn-alt2.btn-shade1.focus {
  background-color: #0c1b38;
  border-color: #0c1b38;
}
.btn-alt2.btn-shade1:hover {
  background-color: #10244e;
  border-color: #10244e;
}
.btn-alt2.btn-shade1:active,
.btn-alt2.btn-shade1.active,
.open > .dropdown-toggle.btn-alt2.btn-shade1 {
  background-color: #09152c;
  border-color: #09152c;
}
.btn-alt2.btn-shade1:active:hover,
.btn-alt2.btn-shade1.active:hover,
.open > .dropdown-toggle.btn-alt2.btn-shade1:hover,
.btn-alt2.btn-shade1:active:focus,
.btn-alt2.btn-shade1.active:focus,
.open > .dropdown-toggle.btn-alt2.btn-shade1:focus,
.btn-alt2.btn-shade1:active.focus,
.btn-alt2.btn-shade1.active.focus,
.open > .dropdown-toggle.btn-alt2.btn-shade1.focus {
  background-color: #09152c;
  border-color: #09152c;
}
.btn-alt2.btn-shade1.disabled,
.btn-alt2.btn-shade1[disabled],
fieldset[disabled] .btn-alt2.btn-shade1,
.btn-alt2.btn-shade1.disabled:hover,
.btn-alt2.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-alt2.btn-shade1:hover,
.btn-alt2.btn-shade1.disabled:focus,
.btn-alt2.btn-shade1[disabled]:focus,
fieldset[disabled] .btn-alt2.btn-shade1:focus,
.btn-alt2.btn-shade1.disabled.focus,
.btn-alt2.btn-shade1[disabled].focus,
fieldset[disabled] .btn-alt2.btn-shade1.focus,
.btn-alt2.btn-shade1.disabled:active,
.btn-alt2.btn-shade1[disabled]:active,
fieldset[disabled] .btn-alt2.btn-shade1:active,
.btn-alt2.btn-shade1.disabled.active,
.btn-alt2.btn-shade1[disabled].active,
fieldset[disabled] .btn-alt2.btn-shade1.active {
  background-color: #0c1b38;
  border-color: #0c1b38;
}
.btn-alt2.btn-shade1 .badge {
  color: #0c1b38;
}
.btn-alt2.btn-shade2 {
  background-color: #0a1730;
  border-color: #0a1730;
}
.btn-alt2.btn-shade2:focus,
.btn-alt2.btn-shade2.focus {
  background-color: #0a1730;
  border-color: #0a1730;
}
.btn-alt2.btn-shade2:hover {
  background-color: #0e2045;
  border-color: #0e2045;
}
.btn-alt2.btn-shade2:active,
.btn-alt2.btn-shade2.active,
.open > .dropdown-toggle.btn-alt2.btn-shade2 {
  background-color: #071123;
  border-color: #071123;
}
.btn-alt2.btn-shade2:active:hover,
.btn-alt2.btn-shade2.active:hover,
.open > .dropdown-toggle.btn-alt2.btn-shade2:hover,
.btn-alt2.btn-shade2:active:focus,
.btn-alt2.btn-shade2.active:focus,
.open > .dropdown-toggle.btn-alt2.btn-shade2:focus,
.btn-alt2.btn-shade2:active.focus,
.btn-alt2.btn-shade2.active.focus,
.open > .dropdown-toggle.btn-alt2.btn-shade2.focus {
  background-color: #071123;
  border-color: #071123;
}
.btn-alt2.btn-shade2.disabled,
.btn-alt2.btn-shade2[disabled],
fieldset[disabled] .btn-alt2.btn-shade2,
.btn-alt2.btn-shade2.disabled:hover,
.btn-alt2.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-alt2.btn-shade2:hover,
.btn-alt2.btn-shade2.disabled:focus,
.btn-alt2.btn-shade2[disabled]:focus,
fieldset[disabled] .btn-alt2.btn-shade2:focus,
.btn-alt2.btn-shade2.disabled.focus,
.btn-alt2.btn-shade2[disabled].focus,
fieldset[disabled] .btn-alt2.btn-shade2.focus,
.btn-alt2.btn-shade2.disabled:active,
.btn-alt2.btn-shade2[disabled]:active,
fieldset[disabled] .btn-alt2.btn-shade2:active,
.btn-alt2.btn-shade2.disabled.active,
.btn-alt2.btn-shade2[disabled].active,
fieldset[disabled] .btn-alt2.btn-shade2.active {
  background-color: #0a1730;
  border-color: #0a1730;
}
.btn-alt2.btn-shade2 .badge {
  color: #0a1730;
}
.btn-alt2.btn-shade3 {
  background-color: #081328;
  border-color: #081328;
}
.btn-alt2.btn-shade3:focus,
.btn-alt2.btn-shade3.focus {
  background-color: #081328;
  border-color: #081328;
}
.btn-alt2.btn-shade3:hover {
  background-color: #0d1d3d;
  border-color: #0d1d3d;
}
.btn-alt2.btn-shade3:active,
.btn-alt2.btn-shade3.active,
.open > .dropdown-toggle.btn-alt2.btn-shade3 {
  background-color: #060d1b;
  border-color: #060d1b;
}
.btn-alt2.btn-shade3:active:hover,
.btn-alt2.btn-shade3.active:hover,
.open > .dropdown-toggle.btn-alt2.btn-shade3:hover,
.btn-alt2.btn-shade3:active:focus,
.btn-alt2.btn-shade3.active:focus,
.open > .dropdown-toggle.btn-alt2.btn-shade3:focus,
.btn-alt2.btn-shade3:active.focus,
.btn-alt2.btn-shade3.active.focus,
.open > .dropdown-toggle.btn-alt2.btn-shade3.focus {
  background-color: #060d1b;
  border-color: #060d1b;
}
.btn-alt2.btn-shade3.disabled,
.btn-alt2.btn-shade3[disabled],
fieldset[disabled] .btn-alt2.btn-shade3,
.btn-alt2.btn-shade3.disabled:hover,
.btn-alt2.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-alt2.btn-shade3:hover,
.btn-alt2.btn-shade3.disabled:focus,
.btn-alt2.btn-shade3[disabled]:focus,
fieldset[disabled] .btn-alt2.btn-shade3:focus,
.btn-alt2.btn-shade3.disabled.focus,
.btn-alt2.btn-shade3[disabled].focus,
fieldset[disabled] .btn-alt2.btn-shade3.focus,
.btn-alt2.btn-shade3.disabled:active,
.btn-alt2.btn-shade3[disabled]:active,
fieldset[disabled] .btn-alt2.btn-shade3:active,
.btn-alt2.btn-shade3.disabled.active,
.btn-alt2.btn-shade3[disabled].active,
fieldset[disabled] .btn-alt2.btn-shade3.active {
  background-color: #081328;
  border-color: #081328;
}
.btn-alt2.btn-shade3 .badge {
  color: #081328;
}
.btn-alt2.btn-shade4 {
  background-color: #070f1f;
  border-color: #070f1f;
}
.btn-alt2.btn-shade4:focus,
.btn-alt2.btn-shade4.focus {
  background-color: #070f1f;
  border-color: #070f1f;
}
.btn-alt2.btn-shade4:hover {
  background-color: #0b1934;
  border-color: #0b1934;
}
.btn-alt2.btn-shade4:active,
.btn-alt2.btn-shade4.active,
.open > .dropdown-toggle.btn-alt2.btn-shade4 {
  background-color: #040913;
  border-color: #040913;
}
.btn-alt2.btn-shade4:active:hover,
.btn-alt2.btn-shade4.active:hover,
.open > .dropdown-toggle.btn-alt2.btn-shade4:hover,
.btn-alt2.btn-shade4:active:focus,
.btn-alt2.btn-shade4.active:focus,
.open > .dropdown-toggle.btn-alt2.btn-shade4:focus,
.btn-alt2.btn-shade4:active.focus,
.btn-alt2.btn-shade4.active.focus,
.open > .dropdown-toggle.btn-alt2.btn-shade4.focus {
  background-color: #040913;
  border-color: #040913;
}
.btn-alt2.btn-shade4.disabled,
.btn-alt2.btn-shade4[disabled],
fieldset[disabled] .btn-alt2.btn-shade4,
.btn-alt2.btn-shade4.disabled:hover,
.btn-alt2.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-alt2.btn-shade4:hover,
.btn-alt2.btn-shade4.disabled:focus,
.btn-alt2.btn-shade4[disabled]:focus,
fieldset[disabled] .btn-alt2.btn-shade4:focus,
.btn-alt2.btn-shade4.disabled.focus,
.btn-alt2.btn-shade4[disabled].focus,
fieldset[disabled] .btn-alt2.btn-shade4.focus,
.btn-alt2.btn-shade4.disabled:active,
.btn-alt2.btn-shade4[disabled]:active,
fieldset[disabled] .btn-alt2.btn-shade4:active,
.btn-alt2.btn-shade4.disabled.active,
.btn-alt2.btn-shade4[disabled].active,
fieldset[disabled] .btn-alt2.btn-shade4.active {
  background-color: #070f1f;
  border-color: #070f1f;
}
.btn-alt2.btn-shade4 .badge {
  color: #070f1f;
}
.btn-alt3.btn-shade1 {
  background-color: #8081c7;
  border-color: #8081c7;
}
.btn-alt3.btn-shade1:focus,
.btn-alt3.btn-shade1.focus {
  background-color: #8081c7;
  border-color: #8081c7;
}
.btn-alt3.btn-shade1:hover {
  background-color: #9293cf;
  border-color: #9293cf;
}
.btn-alt3.btn-shade1:active,
.btn-alt3.btn-shade1.active,
.open > .dropdown-toggle.btn-alt3.btn-shade1 {
  background-color: #7677c3;
  border-color: #7677c3;
}
.btn-alt3.btn-shade1:active:hover,
.btn-alt3.btn-shade1.active:hover,
.open > .dropdown-toggle.btn-alt3.btn-shade1:hover,
.btn-alt3.btn-shade1:active:focus,
.btn-alt3.btn-shade1.active:focus,
.open > .dropdown-toggle.btn-alt3.btn-shade1:focus,
.btn-alt3.btn-shade1:active.focus,
.btn-alt3.btn-shade1.active.focus,
.open > .dropdown-toggle.btn-alt3.btn-shade1.focus {
  background-color: #7677c3;
  border-color: #7677c3;
}
.btn-alt3.btn-shade1.disabled,
.btn-alt3.btn-shade1[disabled],
fieldset[disabled] .btn-alt3.btn-shade1,
.btn-alt3.btn-shade1.disabled:hover,
.btn-alt3.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-alt3.btn-shade1:hover,
.btn-alt3.btn-shade1.disabled:focus,
.btn-alt3.btn-shade1[disabled]:focus,
fieldset[disabled] .btn-alt3.btn-shade1:focus,
.btn-alt3.btn-shade1.disabled.focus,
.btn-alt3.btn-shade1[disabled].focus,
fieldset[disabled] .btn-alt3.btn-shade1.focus,
.btn-alt3.btn-shade1.disabled:active,
.btn-alt3.btn-shade1[disabled]:active,
fieldset[disabled] .btn-alt3.btn-shade1:active,
.btn-alt3.btn-shade1.disabled.active,
.btn-alt3.btn-shade1[disabled].active,
fieldset[disabled] .btn-alt3.btn-shade1.active {
  background-color: #8081c7;
  border-color: #8081c7;
}
.btn-alt3.btn-shade1 .badge {
  color: #8081c7;
}
.btn-alt3.btn-shade2 {
  background-color: #797ac4;
  border-color: #797ac4;
}
.btn-alt3.btn-shade2:focus,
.btn-alt3.btn-shade2.focus {
  background-color: #797ac4;
  border-color: #797ac4;
}
.btn-alt3.btn-shade2:hover {
  background-color: #8b8ccc;
  border-color: #8b8ccc;
}
.btn-alt3.btn-shade2:active,
.btn-alt3.btn-shade2.active,
.open > .dropdown-toggle.btn-alt3.btn-shade2 {
  background-color: #6f70c0;
  border-color: #6f70c0;
}
.btn-alt3.btn-shade2:active:hover,
.btn-alt3.btn-shade2.active:hover,
.open > .dropdown-toggle.btn-alt3.btn-shade2:hover,
.btn-alt3.btn-shade2:active:focus,
.btn-alt3.btn-shade2.active:focus,
.open > .dropdown-toggle.btn-alt3.btn-shade2:focus,
.btn-alt3.btn-shade2:active.focus,
.btn-alt3.btn-shade2.active.focus,
.open > .dropdown-toggle.btn-alt3.btn-shade2.focus {
  background-color: #6f70c0;
  border-color: #6f70c0;
}
.btn-alt3.btn-shade2.disabled,
.btn-alt3.btn-shade2[disabled],
fieldset[disabled] .btn-alt3.btn-shade2,
.btn-alt3.btn-shade2.disabled:hover,
.btn-alt3.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-alt3.btn-shade2:hover,
.btn-alt3.btn-shade2.disabled:focus,
.btn-alt3.btn-shade2[disabled]:focus,
fieldset[disabled] .btn-alt3.btn-shade2:focus,
.btn-alt3.btn-shade2.disabled.focus,
.btn-alt3.btn-shade2[disabled].focus,
fieldset[disabled] .btn-alt3.btn-shade2.focus,
.btn-alt3.btn-shade2.disabled:active,
.btn-alt3.btn-shade2[disabled]:active,
fieldset[disabled] .btn-alt3.btn-shade2:active,
.btn-alt3.btn-shade2.disabled.active,
.btn-alt3.btn-shade2[disabled].active,
fieldset[disabled] .btn-alt3.btn-shade2.active {
  background-color: #797ac4;
  border-color: #797ac4;
}
.btn-alt3.btn-shade2 .badge {
  color: #797ac4;
}
.btn-alt3.btn-shade3 {
  background-color: #7273c1;
  border-color: #7273c1;
}
.btn-alt3.btn-shade3:focus,
.btn-alt3.btn-shade3.focus {
  background-color: #7273c1;
  border-color: #7273c1;
}
.btn-alt3.btn-shade3:hover {
  background-color: #8485c9;
  border-color: #8485c9;
}
.btn-alt3.btn-shade3:active,
.btn-alt3.btn-shade3.active,
.open > .dropdown-toggle.btn-alt3.btn-shade3 {
  background-color: #6869bc;
  border-color: #6869bc;
}
.btn-alt3.btn-shade3:active:hover,
.btn-alt3.btn-shade3.active:hover,
.open > .dropdown-toggle.btn-alt3.btn-shade3:hover,
.btn-alt3.btn-shade3:active:focus,
.btn-alt3.btn-shade3.active:focus,
.open > .dropdown-toggle.btn-alt3.btn-shade3:focus,
.btn-alt3.btn-shade3:active.focus,
.btn-alt3.btn-shade3.active.focus,
.open > .dropdown-toggle.btn-alt3.btn-shade3.focus {
  background-color: #6869bc;
  border-color: #6869bc;
}
.btn-alt3.btn-shade3.disabled,
.btn-alt3.btn-shade3[disabled],
fieldset[disabled] .btn-alt3.btn-shade3,
.btn-alt3.btn-shade3.disabled:hover,
.btn-alt3.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-alt3.btn-shade3:hover,
.btn-alt3.btn-shade3.disabled:focus,
.btn-alt3.btn-shade3[disabled]:focus,
fieldset[disabled] .btn-alt3.btn-shade3:focus,
.btn-alt3.btn-shade3.disabled.focus,
.btn-alt3.btn-shade3[disabled].focus,
fieldset[disabled] .btn-alt3.btn-shade3.focus,
.btn-alt3.btn-shade3.disabled:active,
.btn-alt3.btn-shade3[disabled]:active,
fieldset[disabled] .btn-alt3.btn-shade3:active,
.btn-alt3.btn-shade3.disabled.active,
.btn-alt3.btn-shade3[disabled].active,
fieldset[disabled] .btn-alt3.btn-shade3.active {
  background-color: #7273c1;
  border-color: #7273c1;
}
.btn-alt3.btn-shade3 .badge {
  color: #7273c1;
}
.btn-alt3.btn-shade4 {
  background-color: #6b6cbe;
  border-color: #6b6cbe;
}
.btn-alt3.btn-shade4:focus,
.btn-alt3.btn-shade4.focus {
  background-color: #6b6cbe;
  border-color: #6b6cbe;
}
.btn-alt3.btn-shade4:hover {
  background-color: #7d7ec6;
  border-color: #7d7ec6;
}
.btn-alt3.btn-shade4:active,
.btn-alt3.btn-shade4.active,
.open > .dropdown-toggle.btn-alt3.btn-shade4 {
  background-color: #6062b9;
  border-color: #6062b9;
}
.btn-alt3.btn-shade4:active:hover,
.btn-alt3.btn-shade4.active:hover,
.open > .dropdown-toggle.btn-alt3.btn-shade4:hover,
.btn-alt3.btn-shade4:active:focus,
.btn-alt3.btn-shade4.active:focus,
.open > .dropdown-toggle.btn-alt3.btn-shade4:focus,
.btn-alt3.btn-shade4:active.focus,
.btn-alt3.btn-shade4.active.focus,
.open > .dropdown-toggle.btn-alt3.btn-shade4.focus {
  background-color: #6062b9;
  border-color: #6062b9;
}
.btn-alt3.btn-shade4.disabled,
.btn-alt3.btn-shade4[disabled],
fieldset[disabled] .btn-alt3.btn-shade4,
.btn-alt3.btn-shade4.disabled:hover,
.btn-alt3.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-alt3.btn-shade4:hover,
.btn-alt3.btn-shade4.disabled:focus,
.btn-alt3.btn-shade4[disabled]:focus,
fieldset[disabled] .btn-alt3.btn-shade4:focus,
.btn-alt3.btn-shade4.disabled.focus,
.btn-alt3.btn-shade4[disabled].focus,
fieldset[disabled] .btn-alt3.btn-shade4.focus,
.btn-alt3.btn-shade4.disabled:active,
.btn-alt3.btn-shade4[disabled]:active,
fieldset[disabled] .btn-alt3.btn-shade4:active,
.btn-alt3.btn-shade4.disabled.active,
.btn-alt3.btn-shade4[disabled].active,
fieldset[disabled] .btn-alt3.btn-shade4.active {
  background-color: #6b6cbe;
  border-color: #6b6cbe;
}
.btn-alt3.btn-shade4 .badge {
  color: #6b6cbe;
}
.btn-alt4.btn-shade1 {
  background-color: #b5b5b5;
  border-color: #b5b5b5;
}
.btn-alt4.btn-shade1:focus,
.btn-alt4.btn-shade1.focus {
  background-color: #b5b5b5;
  border-color: #b5b5b5;
}
.btn-alt4.btn-shade1:hover {
  background-color: #c2c2c2;
  border-color: #c2c2c2;
}
.btn-alt4.btn-shade1:active,
.btn-alt4.btn-shade1.active,
.open > .dropdown-toggle.btn-alt4.btn-shade1 {
  background-color: #adadad;
  border-color: #adadad;
}
.btn-alt4.btn-shade1:active:hover,
.btn-alt4.btn-shade1.active:hover,
.open > .dropdown-toggle.btn-alt4.btn-shade1:hover,
.btn-alt4.btn-shade1:active:focus,
.btn-alt4.btn-shade1.active:focus,
.open > .dropdown-toggle.btn-alt4.btn-shade1:focus,
.btn-alt4.btn-shade1:active.focus,
.btn-alt4.btn-shade1.active.focus,
.open > .dropdown-toggle.btn-alt4.btn-shade1.focus {
  background-color: #adadad;
  border-color: #adadad;
}
.btn-alt4.btn-shade1.disabled,
.btn-alt4.btn-shade1[disabled],
fieldset[disabled] .btn-alt4.btn-shade1,
.btn-alt4.btn-shade1.disabled:hover,
.btn-alt4.btn-shade1[disabled]:hover,
fieldset[disabled] .btn-alt4.btn-shade1:hover,
.btn-alt4.btn-shade1.disabled:focus,
.btn-alt4.btn-shade1[disabled]:focus,
fieldset[disabled] .btn-alt4.btn-shade1:focus,
.btn-alt4.btn-shade1.disabled.focus,
.btn-alt4.btn-shade1[disabled].focus,
fieldset[disabled] .btn-alt4.btn-shade1.focus,
.btn-alt4.btn-shade1.disabled:active,
.btn-alt4.btn-shade1[disabled]:active,
fieldset[disabled] .btn-alt4.btn-shade1:active,
.btn-alt4.btn-shade1.disabled.active,
.btn-alt4.btn-shade1[disabled].active,
fieldset[disabled] .btn-alt4.btn-shade1.active {
  background-color: #b5b5b5;
  border-color: #b5b5b5;
}
.btn-alt4.btn-shade1 .badge {
  color: #b5b5b5;
}
.btn-alt4.btn-shade2 {
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.btn-alt4.btn-shade2:focus,
.btn-alt4.btn-shade2.focus {
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.btn-alt4.btn-shade2:hover {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}
.btn-alt4.btn-shade2:active,
.btn-alt4.btn-shade2.active,
.open > .dropdown-toggle.btn-alt4.btn-shade2 {
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
.btn-alt4.btn-shade2:active:hover,
.btn-alt4.btn-shade2.active:hover,
.open > .dropdown-toggle.btn-alt4.btn-shade2:hover,
.btn-alt4.btn-shade2:active:focus,
.btn-alt4.btn-shade2.active:focus,
.open > .dropdown-toggle.btn-alt4.btn-shade2:focus,
.btn-alt4.btn-shade2:active.focus,
.btn-alt4.btn-shade2.active.focus,
.open > .dropdown-toggle.btn-alt4.btn-shade2.focus {
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
.btn-alt4.btn-shade2.disabled,
.btn-alt4.btn-shade2[disabled],
fieldset[disabled] .btn-alt4.btn-shade2,
.btn-alt4.btn-shade2.disabled:hover,
.btn-alt4.btn-shade2[disabled]:hover,
fieldset[disabled] .btn-alt4.btn-shade2:hover,
.btn-alt4.btn-shade2.disabled:focus,
.btn-alt4.btn-shade2[disabled]:focus,
fieldset[disabled] .btn-alt4.btn-shade2:focus,
.btn-alt4.btn-shade2.disabled.focus,
.btn-alt4.btn-shade2[disabled].focus,
fieldset[disabled] .btn-alt4.btn-shade2.focus,
.btn-alt4.btn-shade2.disabled:active,
.btn-alt4.btn-shade2[disabled]:active,
fieldset[disabled] .btn-alt4.btn-shade2:active,
.btn-alt4.btn-shade2.disabled.active,
.btn-alt4.btn-shade2[disabled].active,
fieldset[disabled] .btn-alt4.btn-shade2.active {
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.btn-alt4.btn-shade2 .badge {
  color: #b0b0b0;
}
.btn-alt4.btn-shade3 {
  background-color: #ababab;
  border-color: #ababab;
}
.btn-alt4.btn-shade3:focus,
.btn-alt4.btn-shade3.focus {
  background-color: #ababab;
  border-color: #ababab;
}
.btn-alt4.btn-shade3:hover {
  background-color: #b8b8b8;
  border-color: #b8b8b8;
}
.btn-alt4.btn-shade3:active,
.btn-alt4.btn-shade3.active,
.open > .dropdown-toggle.btn-alt4.btn-shade3 {
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}
.btn-alt4.btn-shade3:active:hover,
.btn-alt4.btn-shade3.active:hover,
.open > .dropdown-toggle.btn-alt4.btn-shade3:hover,
.btn-alt4.btn-shade3:active:focus,
.btn-alt4.btn-shade3.active:focus,
.open > .dropdown-toggle.btn-alt4.btn-shade3:focus,
.btn-alt4.btn-shade3:active.focus,
.btn-alt4.btn-shade3.active.focus,
.open > .dropdown-toggle.btn-alt4.btn-shade3.focus {
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}
.btn-alt4.btn-shade3.disabled,
.btn-alt4.btn-shade3[disabled],
fieldset[disabled] .btn-alt4.btn-shade3,
.btn-alt4.btn-shade3.disabled:hover,
.btn-alt4.btn-shade3[disabled]:hover,
fieldset[disabled] .btn-alt4.btn-shade3:hover,
.btn-alt4.btn-shade3.disabled:focus,
.btn-alt4.btn-shade3[disabled]:focus,
fieldset[disabled] .btn-alt4.btn-shade3:focus,
.btn-alt4.btn-shade3.disabled.focus,
.btn-alt4.btn-shade3[disabled].focus,
fieldset[disabled] .btn-alt4.btn-shade3.focus,
.btn-alt4.btn-shade3.disabled:active,
.btn-alt4.btn-shade3[disabled]:active,
fieldset[disabled] .btn-alt4.btn-shade3:active,
.btn-alt4.btn-shade3.disabled.active,
.btn-alt4.btn-shade3[disabled].active,
fieldset[disabled] .btn-alt4.btn-shade3.active {
  background-color: #ababab;
  border-color: #ababab;
}
.btn-alt4.btn-shade3 .badge {
  color: #ababab;
}
.btn-alt4.btn-shade4 {
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}
.btn-alt4.btn-shade4:focus,
.btn-alt4.btn-shade4.focus {
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}
.btn-alt4.btn-shade4:hover {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.btn-alt4.btn-shade4:active,
.btn-alt4.btn-shade4.active,
.open > .dropdown-toggle.btn-alt4.btn-shade4 {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.btn-alt4.btn-shade4:active:hover,
.btn-alt4.btn-shade4.active:hover,
.open > .dropdown-toggle.btn-alt4.btn-shade4:hover,
.btn-alt4.btn-shade4:active:focus,
.btn-alt4.btn-shade4.active:focus,
.open > .dropdown-toggle.btn-alt4.btn-shade4:focus,
.btn-alt4.btn-shade4:active.focus,
.btn-alt4.btn-shade4.active.focus,
.open > .dropdown-toggle.btn-alt4.btn-shade4.focus {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.btn-alt4.btn-shade4.disabled,
.btn-alt4.btn-shade4[disabled],
fieldset[disabled] .btn-alt4.btn-shade4,
.btn-alt4.btn-shade4.disabled:hover,
.btn-alt4.btn-shade4[disabled]:hover,
fieldset[disabled] .btn-alt4.btn-shade4:hover,
.btn-alt4.btn-shade4.disabled:focus,
.btn-alt4.btn-shade4[disabled]:focus,
fieldset[disabled] .btn-alt4.btn-shade4:focus,
.btn-alt4.btn-shade4.disabled.focus,
.btn-alt4.btn-shade4[disabled].focus,
fieldset[disabled] .btn-alt4.btn-shade4.focus,
.btn-alt4.btn-shade4.disabled:active,
.btn-alt4.btn-shade4[disabled]:active,
fieldset[disabled] .btn-alt4.btn-shade4:active,
.btn-alt4.btn-shade4.disabled.active,
.btn-alt4.btn-shade4[disabled].active,
fieldset[disabled] .btn-alt4.btn-shade4.active {
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}
.btn-alt4.btn-shade4 .badge {
  color: #a6a6a6;
}
.btn-default.btn-facebook {
  color: #5d82d1;
}
.btn-default.btn-facebook:active,
.btn-default.btn-facebook.active,
.open > .dropdown-toggle.btn-default.btn-facebook {
  color: #5d82d1;
}
.btn-default.btn-facebook:active:hover,
.btn-default.btn-facebook.active:hover,
.open > .dropdown-toggle.btn-default.btn-facebook:hover,
.btn-default.btn-facebook:active:focus,
.btn-default.btn-facebook.active:focus,
.open > .dropdown-toggle.btn-default.btn-facebook:focus,
.btn-default.btn-facebook:active.focus,
.btn-default.btn-facebook.active.focus,
.open > .dropdown-toggle.btn-default.btn-facebook.focus {
  color: #5d82d1;
}
.btn-default.btn-twitter {
  color: #50bff5;
}
.btn-default.btn-twitter:active,
.btn-default.btn-twitter.active,
.open > .dropdown-toggle.btn-default.btn-twitter {
  color: #50bff5;
}
.btn-default.btn-twitter:active:hover,
.btn-default.btn-twitter.active:hover,
.open > .dropdown-toggle.btn-default.btn-twitter:hover,
.btn-default.btn-twitter:active:focus,
.btn-default.btn-twitter.active:focus,
.open > .dropdown-toggle.btn-default.btn-twitter:focus,
.btn-default.btn-twitter:active.focus,
.btn-default.btn-twitter.active.focus,
.open > .dropdown-toggle.btn-default.btn-twitter.focus {
  color: #50bff5;
}
.btn-default.btn-google-plus {
  color: #eb5e4c;
}
.btn-default.btn-google-plus:active,
.btn-default.btn-google-plus.active,
.open > .dropdown-toggle.btn-default.btn-google-plus {
  color: #eb5e4c;
}
.btn-default.btn-google-plus:active:hover,
.btn-default.btn-google-plus.active:hover,
.open > .dropdown-toggle.btn-default.btn-google-plus:hover,
.btn-default.btn-google-plus:active:focus,
.btn-default.btn-google-plus.active:focus,
.open > .dropdown-toggle.btn-default.btn-google-plus:focus,
.btn-default.btn-google-plus:active.focus,
.btn-default.btn-google-plus.active.focus,
.open > .dropdown-toggle.btn-default.btn-google-plus.focus {
  color: #eb5e4c;
}
.btn-default.btn-dribbble {
  color: #f7659c;
}
.btn-default.btn-dribbble:active,
.btn-default.btn-dribbble.active,
.open > .dropdown-toggle.btn-default.btn-dribbble {
  color: #f7659c;
}
.btn-default.btn-dribbble:active:hover,
.btn-default.btn-dribbble.active:hover,
.open > .dropdown-toggle.btn-default.btn-dribbble:hover,
.btn-default.btn-dribbble:active:focus,
.btn-default.btn-dribbble.active:focus,
.open > .dropdown-toggle.btn-default.btn-dribbble:focus,
.btn-default.btn-dribbble:active.focus,
.btn-default.btn-dribbble.active.focus,
.open > .dropdown-toggle.btn-default.btn-dribbble.focus {
  color: #f7659c;
}
.btn-default.btn-flickr {
  color: #0063dc;
}
.btn-default.btn-flickr:active,
.btn-default.btn-flickr.active,
.open > .dropdown-toggle.btn-default.btn-flickr {
  color: #0063dc;
}
.btn-default.btn-flickr:active:hover,
.btn-default.btn-flickr.active:hover,
.open > .dropdown-toggle.btn-default.btn-flickr:hover,
.btn-default.btn-flickr:active:focus,
.btn-default.btn-flickr.active:focus,
.open > .dropdown-toggle.btn-default.btn-flickr:focus,
.btn-default.btn-flickr:active.focus,
.btn-default.btn-flickr.active.focus,
.open > .dropdown-toggle.btn-default.btn-flickr.focus {
  color: #0063dc;
}
.btn-default.btn-linkedin {
  color: #238cc8;
}
.btn-default.btn-linkedin:active,
.btn-default.btn-linkedin.active,
.open > .dropdown-toggle.btn-default.btn-linkedin {
  color: #238cc8;
}
.btn-default.btn-linkedin:active:hover,
.btn-default.btn-linkedin.active:hover,
.open > .dropdown-toggle.btn-default.btn-linkedin:hover,
.btn-default.btn-linkedin:active:focus,
.btn-default.btn-linkedin.active:focus,
.open > .dropdown-toggle.btn-default.btn-linkedin:focus,
.btn-default.btn-linkedin:active.focus,
.btn-default.btn-linkedin.active.focus,
.open > .dropdown-toggle.btn-default.btn-linkedin.focus {
  color: #238cc8;
}
.btn-default.btn-youtube {
  color: #ef4e41;
}
.btn-default.btn-youtube:active,
.btn-default.btn-youtube.active,
.open > .dropdown-toggle.btn-default.btn-youtube {
  color: #ef4e41;
}
.btn-default.btn-youtube:active:hover,
.btn-default.btn-youtube.active:hover,
.open > .dropdown-toggle.btn-default.btn-youtube:hover,
.btn-default.btn-youtube:active:focus,
.btn-default.btn-youtube.active:focus,
.open > .dropdown-toggle.btn-default.btn-youtube:focus,
.btn-default.btn-youtube:active.focus,
.btn-default.btn-youtube.active.focus,
.open > .dropdown-toggle.btn-default.btn-youtube.focus {
  color: #ef4e41;
}
.btn-default.btn-pinterest {
  color: #e13138;
}
.btn-default.btn-pinterest:active,
.btn-default.btn-pinterest.active,
.open > .dropdown-toggle.btn-default.btn-pinterest {
  color: #e13138;
}
.btn-default.btn-pinterest:active:hover,
.btn-default.btn-pinterest.active:hover,
.open > .dropdown-toggle.btn-default.btn-pinterest:hover,
.btn-default.btn-pinterest:active:focus,
.btn-default.btn-pinterest.active:focus,
.open > .dropdown-toggle.btn-default.btn-pinterest:focus,
.btn-default.btn-pinterest:active.focus,
.btn-default.btn-pinterest.active.focus,
.open > .dropdown-toggle.btn-default.btn-pinterest.focus {
  color: #e13138;
}
.btn-default.btn-github {
  color: #333;
}
.btn-default.btn-github:active,
.btn-default.btn-github.active,
.open > .dropdown-toggle.btn-default.btn-github {
  color: #333;
}
.btn-default.btn-github:active:hover,
.btn-default.btn-github.active:hover,
.open > .dropdown-toggle.btn-default.btn-github:hover,
.btn-default.btn-github:active:focus,
.btn-default.btn-github.active:focus,
.open > .dropdown-toggle.btn-default.btn-github:focus,
.btn-default.btn-github:active.focus,
.btn-default.btn-github.active.focus,
.open > .dropdown-toggle.btn-default.btn-github.focus {
  color: #333;
}
.btn-default.btn-tumblr {
  color: #426d9b;
}
.btn-default.btn-tumblr:active,
.btn-default.btn-tumblr.active,
.open > .dropdown-toggle.btn-default.btn-tumblr {
  color: #426d9b;
}
.btn-default.btn-tumblr:active:hover,
.btn-default.btn-tumblr.active:hover,
.open > .dropdown-toggle.btn-default.btn-tumblr:hover,
.btn-default.btn-tumblr:active:focus,
.btn-default.btn-tumblr.active:focus,
.open > .dropdown-toggle.btn-default.btn-tumblr:focus,
.btn-default.btn-tumblr:active.focus,
.btn-default.btn-tumblr.active.focus,
.open > .dropdown-toggle.btn-default.btn-tumblr.focus {
  color: #426d9b;
}
.btn-social.btn-facebook {
  color: #ffffff;
  background-color: #5d82d1;
  border-color: #5d82d1;
}
.btn-social.btn-facebook:focus,
.btn-social.btn-facebook.focus {
  color: #ffffff;
  background-color: #3864c3;
  border-color: #274688;
}
.btn-social.btn-facebook:hover {
  color: #ffffff;
  background-color: #3864c3;
  border-color: #3560bc;
}
.btn-social.btn-facebook:active,
.btn-social.btn-facebook.active,
.open > .dropdown-toggle.btn-social.btn-facebook {
  color: #ffffff;
  background-color: #3864c3;
  border-color: #3560bc;
}
.btn-social.btn-facebook:active:hover,
.btn-social.btn-facebook.active:hover,
.open > .dropdown-toggle.btn-social.btn-facebook:hover,
.btn-social.btn-facebook:active:focus,
.btn-social.btn-facebook.active:focus,
.open > .dropdown-toggle.btn-social.btn-facebook:focus,
.btn-social.btn-facebook:active.focus,
.btn-social.btn-facebook.active.focus,
.open > .dropdown-toggle.btn-social.btn-facebook.focus {
  color: #ffffff;
  background-color: #3056a8;
  border-color: #274688;
}
.btn-social.btn-facebook:active,
.btn-social.btn-facebook.active,
.open > .dropdown-toggle.btn-social.btn-facebook {
  background-image: none;
}
.btn-social.btn-facebook.disabled:hover,
.btn-social.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-social.btn-facebook:hover,
.btn-social.btn-facebook.disabled:focus,
.btn-social.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-social.btn-facebook:focus,
.btn-social.btn-facebook.disabled.focus,
.btn-social.btn-facebook[disabled].focus,
fieldset[disabled] .btn-social.btn-facebook.focus {
  background-color: #5d82d1;
  border-color: #5d82d1;
}
.btn-social.btn-facebook .badge {
  color: #5d82d1;
  background-color: #ffffff;
}
.btn-social.btn-facebook:focus,
.btn-social.btn-facebook.focus {
  color: #ffffff;
  background-color: #5d82d1;
  border-color: #5d82d1;
}
.btn-social.btn-facebook:hover {
  color: #ffffff;
  background-color: #7191d7;
  border-color: #7191d7;
}
.btn-social.btn-facebook:active,
.btn-social.btn-facebook.active,
.open > .dropdown-toggle.btn-social.btn-facebook {
  color: #ffffff;
  background-color: #4973cb;
  border-color: #4973cb;
}
.btn-social.btn-facebook:active:hover,
.btn-social.btn-facebook.active:hover,
.open > .dropdown-toggle.btn-social.btn-facebook:hover,
.btn-social.btn-facebook:active:focus,
.btn-social.btn-facebook.active:focus,
.open > .dropdown-toggle.btn-social.btn-facebook:focus,
.btn-social.btn-facebook:active.focus,
.btn-social.btn-facebook.active.focus,
.open > .dropdown-toggle.btn-social.btn-facebook.focus {
  color: #ffffff;
  background-color: #4973cb;
  border-color: #4973cb;
}
.btn-social.btn-facebook:active,
.btn-social.btn-facebook.active,
.open > .dropdown-toggle.btn-social.btn-facebook {
  background-image: none;
}
.btn-social.btn-facebook.disabled,
.btn-social.btn-facebook[disabled],
fieldset[disabled] .btn-social.btn-facebook,
.btn-social.btn-facebook.disabled:hover,
.btn-social.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-social.btn-facebook:hover,
.btn-social.btn-facebook.disabled:focus,
.btn-social.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-social.btn-facebook:focus,
.btn-social.btn-facebook.disabled.focus,
.btn-social.btn-facebook[disabled].focus,
fieldset[disabled] .btn-social.btn-facebook.focus,
.btn-social.btn-facebook.disabled:active,
.btn-social.btn-facebook[disabled]:active,
fieldset[disabled] .btn-social.btn-facebook:active,
.btn-social.btn-facebook.disabled.active,
.btn-social.btn-facebook[disabled].active,
fieldset[disabled] .btn-social.btn-facebook.active {
  background-color: #5d82d1;
  border-color: #5d82d1;
}
.btn-social.btn-facebook .badge {
  color: #5d82d1;
  background-color: #ffffff;
}
.btn-social.btn-twitter {
  color: #ffffff;
  background-color: #50bff5;
  border-color: #50bff5;
}
.btn-social.btn-twitter:focus,
.btn-social.btn-twitter.focus {
  color: #ffffff;
  background-color: #20adf2;
  border-color: #0b81bb;
}
.btn-social.btn-twitter:hover {
  color: #ffffff;
  background-color: #20adf2;
  border-color: #16aaf2;
}
.btn-social.btn-twitter:active,
.btn-social.btn-twitter.active,
.open > .dropdown-toggle.btn-social.btn-twitter {
  color: #ffffff;
  background-color: #20adf2;
  border-color: #16aaf2;
}
.btn-social.btn-twitter:active:hover,
.btn-social.btn-twitter.active:hover,
.open > .dropdown-toggle.btn-social.btn-twitter:hover,
.btn-social.btn-twitter:active:focus,
.btn-social.btn-twitter.active:focus,
.open > .dropdown-toggle.btn-social.btn-twitter:focus,
.btn-social.btn-twitter:active.focus,
.btn-social.btn-twitter.active.focus,
.open > .dropdown-toggle.btn-social.btn-twitter.focus {
  color: #ffffff;
  background-color: #0d9ce1;
  border-color: #0b81bb;
}
.btn-social.btn-twitter:active,
.btn-social.btn-twitter.active,
.open > .dropdown-toggle.btn-social.btn-twitter {
  background-image: none;
}
.btn-social.btn-twitter.disabled:hover,
.btn-social.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-social.btn-twitter:hover,
.btn-social.btn-twitter.disabled:focus,
.btn-social.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-social.btn-twitter:focus,
.btn-social.btn-twitter.disabled.focus,
.btn-social.btn-twitter[disabled].focus,
fieldset[disabled] .btn-social.btn-twitter.focus {
  background-color: #50bff5;
  border-color: #50bff5;
}
.btn-social.btn-twitter .badge {
  color: #50bff5;
  background-color: #ffffff;
}
.btn-social.btn-twitter:focus,
.btn-social.btn-twitter.focus {
  color: #ffffff;
  background-color: #50bff5;
  border-color: #50bff5;
}
.btn-social.btn-twitter:hover {
  color: #ffffff;
  background-color: #68c8f6;
  border-color: #68c8f6;
}
.btn-social.btn-twitter:active,
.btn-social.btn-twitter.active,
.open > .dropdown-toggle.btn-social.btn-twitter {
  color: #ffffff;
  background-color: #38b6f4;
  border-color: #38b6f4;
}
.btn-social.btn-twitter:active:hover,
.btn-social.btn-twitter.active:hover,
.open > .dropdown-toggle.btn-social.btn-twitter:hover,
.btn-social.btn-twitter:active:focus,
.btn-social.btn-twitter.active:focus,
.open > .dropdown-toggle.btn-social.btn-twitter:focus,
.btn-social.btn-twitter:active.focus,
.btn-social.btn-twitter.active.focus,
.open > .dropdown-toggle.btn-social.btn-twitter.focus {
  color: #ffffff;
  background-color: #38b6f4;
  border-color: #38b6f4;
}
.btn-social.btn-twitter:active,
.btn-social.btn-twitter.active,
.open > .dropdown-toggle.btn-social.btn-twitter {
  background-image: none;
}
.btn-social.btn-twitter.disabled,
.btn-social.btn-twitter[disabled],
fieldset[disabled] .btn-social.btn-twitter,
.btn-social.btn-twitter.disabled:hover,
.btn-social.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-social.btn-twitter:hover,
.btn-social.btn-twitter.disabled:focus,
.btn-social.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-social.btn-twitter:focus,
.btn-social.btn-twitter.disabled.focus,
.btn-social.btn-twitter[disabled].focus,
fieldset[disabled] .btn-social.btn-twitter.focus,
.btn-social.btn-twitter.disabled:active,
.btn-social.btn-twitter[disabled]:active,
fieldset[disabled] .btn-social.btn-twitter:active,
.btn-social.btn-twitter.disabled.active,
.btn-social.btn-twitter[disabled].active,
fieldset[disabled] .btn-social.btn-twitter.active {
  background-color: #50bff5;
  border-color: #50bff5;
}
.btn-social.btn-twitter .badge {
  color: #50bff5;
  background-color: #ffffff;
}
.btn-social.btn-google-plus {
  color: #ffffff;
  background-color: #eb5e4c;
  border-color: #eb5e4c;
}
.btn-social.btn-google-plus:focus,
.btn-social.btn-google-plus.focus {
  color: #ffffff;
  background-color: #e6351e;
  border-color: #a52312;
}
.btn-social.btn-google-plus:hover {
  color: #ffffff;
  background-color: #e6351e;
  border-color: #e13019;
}
.btn-social.btn-google-plus:active,
.btn-social.btn-google-plus.active,
.open > .dropdown-toggle.btn-social.btn-google-plus {
  color: #ffffff;
  background-color: #e6351e;
  border-color: #e13019;
}
.btn-social.btn-google-plus:active:hover,
.btn-social.btn-google-plus.active:hover,
.open > .dropdown-toggle.btn-social.btn-google-plus:hover,
.btn-social.btn-google-plus:active:focus,
.btn-social.btn-google-plus.active:focus,
.open > .dropdown-toggle.btn-social.btn-google-plus:focus,
.btn-social.btn-google-plus:active.focus,
.btn-social.btn-google-plus.active.focus,
.open > .dropdown-toggle.btn-social.btn-google-plus.focus {
  color: #ffffff;
  background-color: #ca2b17;
  border-color: #a52312;
}
.btn-social.btn-google-plus:active,
.btn-social.btn-google-plus.active,
.open > .dropdown-toggle.btn-social.btn-google-plus {
  background-image: none;
}
.btn-social.btn-google-plus.disabled:hover,
.btn-social.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-social.btn-google-plus:hover,
.btn-social.btn-google-plus.disabled:focus,
.btn-social.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-social.btn-google-plus:focus,
.btn-social.btn-google-plus.disabled.focus,
.btn-social.btn-google-plus[disabled].focus,
fieldset[disabled] .btn-social.btn-google-plus.focus {
  background-color: #eb5e4c;
  border-color: #eb5e4c;
}
.btn-social.btn-google-plus .badge {
  color: #eb5e4c;
  background-color: #ffffff;
}
.btn-social.btn-google-plus:focus,
.btn-social.btn-google-plus.focus {
  color: #ffffff;
  background-color: #eb5e4c;
  border-color: #eb5e4c;
}
.btn-social.btn-google-plus:hover {
  color: #ffffff;
  background-color: #ee7363;
  border-color: #ee7363;
}
.btn-social.btn-google-plus:active,
.btn-social.btn-google-plus.active,
.open > .dropdown-toggle.btn-social.btn-google-plus {
  color: #ffffff;
  background-color: #e84935;
  border-color: #e84935;
}
.btn-social.btn-google-plus:active:hover,
.btn-social.btn-google-plus.active:hover,
.open > .dropdown-toggle.btn-social.btn-google-plus:hover,
.btn-social.btn-google-plus:active:focus,
.btn-social.btn-google-plus.active:focus,
.open > .dropdown-toggle.btn-social.btn-google-plus:focus,
.btn-social.btn-google-plus:active.focus,
.btn-social.btn-google-plus.active.focus,
.open > .dropdown-toggle.btn-social.btn-google-plus.focus {
  color: #ffffff;
  background-color: #e84935;
  border-color: #e84935;
}
.btn-social.btn-google-plus:active,
.btn-social.btn-google-plus.active,
.open > .dropdown-toggle.btn-social.btn-google-plus {
  background-image: none;
}
.btn-social.btn-google-plus.disabled,
.btn-social.btn-google-plus[disabled],
fieldset[disabled] .btn-social.btn-google-plus,
.btn-social.btn-google-plus.disabled:hover,
.btn-social.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-social.btn-google-plus:hover,
.btn-social.btn-google-plus.disabled:focus,
.btn-social.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-social.btn-google-plus:focus,
.btn-social.btn-google-plus.disabled.focus,
.btn-social.btn-google-plus[disabled].focus,
fieldset[disabled] .btn-social.btn-google-plus.focus,
.btn-social.btn-google-plus.disabled:active,
.btn-social.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-social.btn-google-plus:active,
.btn-social.btn-google-plus.disabled.active,
.btn-social.btn-google-plus[disabled].active,
fieldset[disabled] .btn-social.btn-google-plus.active {
  background-color: #eb5e4c;
  border-color: #eb5e4c;
}
.btn-social.btn-google-plus .badge {
  color: #eb5e4c;
  background-color: #ffffff;
}
.btn-social.btn-dribbble {
  color: #ffffff;
  background-color: #f7659c;
  border-color: #f7659c;
}
.btn-social.btn-dribbble:focus,
.btn-social.btn-dribbble.focus {
  color: #ffffff;
  background-color: #f4357d;
  border-color: #d20b56;
}
.btn-social.btn-dribbble:hover {
  color: #ffffff;
  background-color: #f4357d;
  border-color: #f42b77;
}
.btn-social.btn-dribbble:active,
.btn-social.btn-dribbble.active,
.open > .dropdown-toggle.btn-social.btn-dribbble {
  color: #ffffff;
  background-color: #f4357d;
  border-color: #f42b77;
}
.btn-social.btn-dribbble:active:hover,
.btn-social.btn-dribbble.active:hover,
.open > .dropdown-toggle.btn-social.btn-dribbble:hover,
.btn-social.btn-dribbble:active:focus,
.btn-social.btn-dribbble.active:focus,
.open > .dropdown-toggle.btn-social.btn-dribbble:focus,
.btn-social.btn-dribbble:active.focus,
.btn-social.btn-dribbble.active.focus,
.open > .dropdown-toggle.btn-social.btn-dribbble.focus {
  color: #ffffff;
  background-color: #f31367;
  border-color: #d20b56;
}
.btn-social.btn-dribbble:active,
.btn-social.btn-dribbble.active,
.open > .dropdown-toggle.btn-social.btn-dribbble {
  background-image: none;
}
.btn-social.btn-dribbble.disabled:hover,
.btn-social.btn-dribbble[disabled]:hover,
fieldset[disabled] .btn-social.btn-dribbble:hover,
.btn-social.btn-dribbble.disabled:focus,
.btn-social.btn-dribbble[disabled]:focus,
fieldset[disabled] .btn-social.btn-dribbble:focus,
.btn-social.btn-dribbble.disabled.focus,
.btn-social.btn-dribbble[disabled].focus,
fieldset[disabled] .btn-social.btn-dribbble.focus {
  background-color: #f7659c;
  border-color: #f7659c;
}
.btn-social.btn-dribbble .badge {
  color: #f7659c;
  background-color: #ffffff;
}
.btn-social.btn-dribbble:focus,
.btn-social.btn-dribbble.focus {
  color: #ffffff;
  background-color: #f7659c;
  border-color: #f7659c;
}
.btn-social.btn-dribbble:hover {
  color: #ffffff;
  background-color: #f87dac;
  border-color: #f87dac;
}
.btn-social.btn-dribbble:active,
.btn-social.btn-dribbble.active,
.open > .dropdown-toggle.btn-social.btn-dribbble {
  color: #ffffff;
  background-color: #f64d8c;
  border-color: #f64d8c;
}
.btn-social.btn-dribbble:active:hover,
.btn-social.btn-dribbble.active:hover,
.open > .dropdown-toggle.btn-social.btn-dribbble:hover,
.btn-social.btn-dribbble:active:focus,
.btn-social.btn-dribbble.active:focus,
.open > .dropdown-toggle.btn-social.btn-dribbble:focus,
.btn-social.btn-dribbble:active.focus,
.btn-social.btn-dribbble.active.focus,
.open > .dropdown-toggle.btn-social.btn-dribbble.focus {
  color: #ffffff;
  background-color: #f64d8c;
  border-color: #f64d8c;
}
.btn-social.btn-dribbble:active,
.btn-social.btn-dribbble.active,
.open > .dropdown-toggle.btn-social.btn-dribbble {
  background-image: none;
}
.btn-social.btn-dribbble.disabled,
.btn-social.btn-dribbble[disabled],
fieldset[disabled] .btn-social.btn-dribbble,
.btn-social.btn-dribbble.disabled:hover,
.btn-social.btn-dribbble[disabled]:hover,
fieldset[disabled] .btn-social.btn-dribbble:hover,
.btn-social.btn-dribbble.disabled:focus,
.btn-social.btn-dribbble[disabled]:focus,
fieldset[disabled] .btn-social.btn-dribbble:focus,
.btn-social.btn-dribbble.disabled.focus,
.btn-social.btn-dribbble[disabled].focus,
fieldset[disabled] .btn-social.btn-dribbble.focus,
.btn-social.btn-dribbble.disabled:active,
.btn-social.btn-dribbble[disabled]:active,
fieldset[disabled] .btn-social.btn-dribbble:active,
.btn-social.btn-dribbble.disabled.active,
.btn-social.btn-dribbble[disabled].active,
fieldset[disabled] .btn-social.btn-dribbble.active {
  background-color: #f7659c;
  border-color: #f7659c;
}
.btn-social.btn-dribbble .badge {
  color: #f7659c;
  background-color: #ffffff;
}
.btn-social.btn-flickr {
  color: #ffffff;
  background-color: #0063dc;
  border-color: #0063dc;
}
.btn-social.btn-flickr:focus,
.btn-social.btn-flickr.focus {
  color: #ffffff;
  background-color: #004ca9;
  border-color: #002a5d;
}
.btn-social.btn-flickr:hover {
  color: #ffffff;
  background-color: #004ca9;
  border-color: #00479f;
}
.btn-social.btn-flickr:active,
.btn-social.btn-flickr.active,
.open > .dropdown-toggle.btn-social.btn-flickr {
  color: #ffffff;
  background-color: #004ca9;
  border-color: #00479f;
}
.btn-social.btn-flickr:active:hover,
.btn-social.btn-flickr.active:hover,
.open > .dropdown-toggle.btn-social.btn-flickr:hover,
.btn-social.btn-flickr:active:focus,
.btn-social.btn-flickr.active:focus,
.open > .dropdown-toggle.btn-social.btn-flickr:focus,
.btn-social.btn-flickr:active.focus,
.btn-social.btn-flickr.active.focus,
.open > .dropdown-toggle.btn-social.btn-flickr.focus {
  color: #ffffff;
  background-color: #003c85;
  border-color: #002a5d;
}
.btn-social.btn-flickr:active,
.btn-social.btn-flickr.active,
.open > .dropdown-toggle.btn-social.btn-flickr {
  background-image: none;
}
.btn-social.btn-flickr.disabled:hover,
.btn-social.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-social.btn-flickr:hover,
.btn-social.btn-flickr.disabled:focus,
.btn-social.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-social.btn-flickr:focus,
.btn-social.btn-flickr.disabled.focus,
.btn-social.btn-flickr[disabled].focus,
fieldset[disabled] .btn-social.btn-flickr.focus {
  background-color: #0063dc;
  border-color: #0063dc;
}
.btn-social.btn-flickr .badge {
  color: #0063dc;
  background-color: #ffffff;
}
.btn-social.btn-flickr:focus,
.btn-social.btn-flickr.focus {
  color: #ffffff;
  background-color: #0063dc;
  border-color: #0063dc;
}
.btn-social.btn-flickr:hover {
  color: #ffffff;
  background-color: #006ef6;
  border-color: #006ef6;
}
.btn-social.btn-flickr:active,
.btn-social.btn-flickr.active,
.open > .dropdown-toggle.btn-social.btn-flickr {
  color: #ffffff;
  background-color: #0058c3;
  border-color: #0058c3;
}
.btn-social.btn-flickr:active:hover,
.btn-social.btn-flickr.active:hover,
.open > .dropdown-toggle.btn-social.btn-flickr:hover,
.btn-social.btn-flickr:active:focus,
.btn-social.btn-flickr.active:focus,
.open > .dropdown-toggle.btn-social.btn-flickr:focus,
.btn-social.btn-flickr:active.focus,
.btn-social.btn-flickr.active.focus,
.open > .dropdown-toggle.btn-social.btn-flickr.focus {
  color: #ffffff;
  background-color: #0058c3;
  border-color: #0058c3;
}
.btn-social.btn-flickr:active,
.btn-social.btn-flickr.active,
.open > .dropdown-toggle.btn-social.btn-flickr {
  background-image: none;
}
.btn-social.btn-flickr.disabled,
.btn-social.btn-flickr[disabled],
fieldset[disabled] .btn-social.btn-flickr,
.btn-social.btn-flickr.disabled:hover,
.btn-social.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-social.btn-flickr:hover,
.btn-social.btn-flickr.disabled:focus,
.btn-social.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-social.btn-flickr:focus,
.btn-social.btn-flickr.disabled.focus,
.btn-social.btn-flickr[disabled].focus,
fieldset[disabled] .btn-social.btn-flickr.focus,
.btn-social.btn-flickr.disabled:active,
.btn-social.btn-flickr[disabled]:active,
fieldset[disabled] .btn-social.btn-flickr:active,
.btn-social.btn-flickr.disabled.active,
.btn-social.btn-flickr[disabled].active,
fieldset[disabled] .btn-social.btn-flickr.active {
  background-color: #0063dc;
  border-color: #0063dc;
}
.btn-social.btn-flickr .badge {
  color: #0063dc;
  background-color: #ffffff;
}
.btn-social.btn-linkedin {
  color: #ffffff;
  background-color: #238cc8;
  border-color: #238cc8;
}
.btn-social.btn-linkedin:focus,
.btn-social.btn-linkedin.focus {
  color: #ffffff;
  background-color: #1b6e9d;
  border-color: #10405b;
}
.btn-social.btn-linkedin:hover {
  color: #ffffff;
  background-color: #1b6e9d;
  border-color: #1a6894;
}
.btn-social.btn-linkedin:active,
.btn-social.btn-linkedin.active,
.open > .dropdown-toggle.btn-social.btn-linkedin {
  color: #ffffff;
  background-color: #1b6e9d;
  border-color: #1a6894;
}
.btn-social.btn-linkedin:active:hover,
.btn-social.btn-linkedin.active:hover,
.open > .dropdown-toggle.btn-social.btn-linkedin:hover,
.btn-social.btn-linkedin:active:focus,
.btn-social.btn-linkedin.active:focus,
.open > .dropdown-toggle.btn-social.btn-linkedin:focus,
.btn-social.btn-linkedin:active.focus,
.btn-social.btn-linkedin.active.focus,
.open > .dropdown-toggle.btn-social.btn-linkedin.focus {
  color: #ffffff;
  background-color: #16587e;
  border-color: #10405b;
}
.btn-social.btn-linkedin:active,
.btn-social.btn-linkedin.active,
.open > .dropdown-toggle.btn-social.btn-linkedin {
  background-image: none;
}
.btn-social.btn-linkedin.disabled:hover,
.btn-social.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-social.btn-linkedin:hover,
.btn-social.btn-linkedin.disabled:focus,
.btn-social.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-social.btn-linkedin:focus,
.btn-social.btn-linkedin.disabled.focus,
.btn-social.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-social.btn-linkedin.focus {
  background-color: #238cc8;
  border-color: #238cc8;
}
.btn-social.btn-linkedin .badge {
  color: #238cc8;
  background-color: #ffffff;
}
.btn-social.btn-linkedin:focus,
.btn-social.btn-linkedin.focus {
  color: #ffffff;
  background-color: #238cc8;
  border-color: #238cc8;
}
.btn-social.btn-linkedin:hover {
  color: #ffffff;
  background-color: #2b9ada;
  border-color: #2b9ada;
}
.btn-social.btn-linkedin:active,
.btn-social.btn-linkedin.active,
.open > .dropdown-toggle.btn-social.btn-linkedin {
  color: #ffffff;
  background-color: #1f7db2;
  border-color: #1f7db2;
}
.btn-social.btn-linkedin:active:hover,
.btn-social.btn-linkedin.active:hover,
.open > .dropdown-toggle.btn-social.btn-linkedin:hover,
.btn-social.btn-linkedin:active:focus,
.btn-social.btn-linkedin.active:focus,
.open > .dropdown-toggle.btn-social.btn-linkedin:focus,
.btn-social.btn-linkedin:active.focus,
.btn-social.btn-linkedin.active.focus,
.open > .dropdown-toggle.btn-social.btn-linkedin.focus {
  color: #ffffff;
  background-color: #1f7db2;
  border-color: #1f7db2;
}
.btn-social.btn-linkedin:active,
.btn-social.btn-linkedin.active,
.open > .dropdown-toggle.btn-social.btn-linkedin {
  background-image: none;
}
.btn-social.btn-linkedin.disabled,
.btn-social.btn-linkedin[disabled],
fieldset[disabled] .btn-social.btn-linkedin,
.btn-social.btn-linkedin.disabled:hover,
.btn-social.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-social.btn-linkedin:hover,
.btn-social.btn-linkedin.disabled:focus,
.btn-social.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-social.btn-linkedin:focus,
.btn-social.btn-linkedin.disabled.focus,
.btn-social.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-social.btn-linkedin.focus,
.btn-social.btn-linkedin.disabled:active,
.btn-social.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-social.btn-linkedin:active,
.btn-social.btn-linkedin.disabled.active,
.btn-social.btn-linkedin[disabled].active,
fieldset[disabled] .btn-social.btn-linkedin.active {
  background-color: #238cc8;
  border-color: #238cc8;
}
.btn-social.btn-linkedin .badge {
  color: #238cc8;
  background-color: #ffffff;
}
.btn-social.btn-youtube {
  color: #ffffff;
  background-color: #ef4e41;
  border-color: #ef4e41;
}
.btn-social.btn-youtube:focus,
.btn-social.btn-youtube.focus {
  color: #ffffff;
  background-color: #e92414;
  border-color: #a3190e;
}
.btn-social.btn-youtube:hover {
  color: #ffffff;
  background-color: #e92414;
  border-color: #e02213;
}
.btn-social.btn-youtube:active,
.btn-social.btn-youtube.active,
.open > .dropdown-toggle.btn-social.btn-youtube {
  color: #ffffff;
  background-color: #e92414;
  border-color: #e02213;
}
.btn-social.btn-youtube:active:hover,
.btn-social.btn-youtube.active:hover,
.open > .dropdown-toggle.btn-social.btn-youtube:hover,
.btn-social.btn-youtube:active:focus,
.btn-social.btn-youtube.active:focus,
.open > .dropdown-toggle.btn-social.btn-youtube:focus,
.btn-social.btn-youtube:active.focus,
.btn-social.btn-youtube.active.focus,
.open > .dropdown-toggle.btn-social.btn-youtube.focus {
  color: #ffffff;
  background-color: #c81f11;
  border-color: #a3190e;
}
.btn-social.btn-youtube:active,
.btn-social.btn-youtube.active,
.open > .dropdown-toggle.btn-social.btn-youtube {
  background-image: none;
}
.btn-social.btn-youtube.disabled:hover,
.btn-social.btn-youtube[disabled]:hover,
fieldset[disabled] .btn-social.btn-youtube:hover,
.btn-social.btn-youtube.disabled:focus,
.btn-social.btn-youtube[disabled]:focus,
fieldset[disabled] .btn-social.btn-youtube:focus,
.btn-social.btn-youtube.disabled.focus,
.btn-social.btn-youtube[disabled].focus,
fieldset[disabled] .btn-social.btn-youtube.focus {
  background-color: #ef4e41;
  border-color: #ef4e41;
}
.btn-social.btn-youtube .badge {
  color: #ef4e41;
  background-color: #ffffff;
}
.btn-social.btn-youtube:focus,
.btn-social.btn-youtube.focus {
  color: #ffffff;
  background-color: #ef4e41;
  border-color: #ef4e41;
}
.btn-social.btn-youtube:hover {
  color: #ffffff;
  background-color: #f16459;
  border-color: #f16459;
}
.btn-social.btn-youtube:active,
.btn-social.btn-youtube.active,
.open > .dropdown-toggle.btn-social.btn-youtube {
  color: #ffffff;
  background-color: #ed3829;
  border-color: #ed3829;
}
.btn-social.btn-youtube:active:hover,
.btn-social.btn-youtube.active:hover,
.open > .dropdown-toggle.btn-social.btn-youtube:hover,
.btn-social.btn-youtube:active:focus,
.btn-social.btn-youtube.active:focus,
.open > .dropdown-toggle.btn-social.btn-youtube:focus,
.btn-social.btn-youtube:active.focus,
.btn-social.btn-youtube.active.focus,
.open > .dropdown-toggle.btn-social.btn-youtube.focus {
  color: #ffffff;
  background-color: #ed3829;
  border-color: #ed3829;
}
.btn-social.btn-youtube:active,
.btn-social.btn-youtube.active,
.open > .dropdown-toggle.btn-social.btn-youtube {
  background-image: none;
}
.btn-social.btn-youtube.disabled,
.btn-social.btn-youtube[disabled],
fieldset[disabled] .btn-social.btn-youtube,
.btn-social.btn-youtube.disabled:hover,
.btn-social.btn-youtube[disabled]:hover,
fieldset[disabled] .btn-social.btn-youtube:hover,
.btn-social.btn-youtube.disabled:focus,
.btn-social.btn-youtube[disabled]:focus,
fieldset[disabled] .btn-social.btn-youtube:focus,
.btn-social.btn-youtube.disabled.focus,
.btn-social.btn-youtube[disabled].focus,
fieldset[disabled] .btn-social.btn-youtube.focus,
.btn-social.btn-youtube.disabled:active,
.btn-social.btn-youtube[disabled]:active,
fieldset[disabled] .btn-social.btn-youtube:active,
.btn-social.btn-youtube.disabled.active,
.btn-social.btn-youtube[disabled].active,
fieldset[disabled] .btn-social.btn-youtube.active {
  background-color: #ef4e41;
  border-color: #ef4e41;
}
.btn-social.btn-youtube .badge {
  color: #ef4e41;
  background-color: #ffffff;
}
.btn-social.btn-pinterest {
  color: #ffffff;
  background-color: #e13138;
  border-color: #e13138;
}
.btn-social.btn-pinterest:focus,
.btn-social.btn-pinterest.focus {
  color: #ffffff;
  background-color: #c31c23;
  border-color: #801317;
}
.btn-social.btn-pinterest:hover {
  color: #ffffff;
  background-color: #c31c23;
  border-color: #ba1b21;
}
.btn-social.btn-pinterest:active,
.btn-social.btn-pinterest.active,
.open > .dropdown-toggle.btn-social.btn-pinterest {
  color: #ffffff;
  background-color: #c31c23;
  border-color: #ba1b21;
}
.btn-social.btn-pinterest:active:hover,
.btn-social.btn-pinterest.active:hover,
.open > .dropdown-toggle.btn-social.btn-pinterest:hover,
.btn-social.btn-pinterest:active:focus,
.btn-social.btn-pinterest.active:focus,
.open > .dropdown-toggle.btn-social.btn-pinterest:focus,
.btn-social.btn-pinterest:active.focus,
.btn-social.btn-pinterest.active.focus,
.open > .dropdown-toggle.btn-social.btn-pinterest.focus {
  color: #ffffff;
  background-color: #a3181d;
  border-color: #801317;
}
.btn-social.btn-pinterest:active,
.btn-social.btn-pinterest.active,
.open > .dropdown-toggle.btn-social.btn-pinterest {
  background-image: none;
}
.btn-social.btn-pinterest.disabled:hover,
.btn-social.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-social.btn-pinterest:hover,
.btn-social.btn-pinterest.disabled:focus,
.btn-social.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-social.btn-pinterest:focus,
.btn-social.btn-pinterest.disabled.focus,
.btn-social.btn-pinterest[disabled].focus,
fieldset[disabled] .btn-social.btn-pinterest.focus {
  background-color: #e13138;
  border-color: #e13138;
}
.btn-social.btn-pinterest .badge {
  color: #e13138;
  background-color: #ffffff;
}
.btn-social.btn-pinterest:focus,
.btn-social.btn-pinterest.focus {
  color: #ffffff;
  background-color: #e13138;
  border-color: #e13138;
}
.btn-social.btn-pinterest:hover {
  color: #ffffff;
  background-color: #e4474e;
  border-color: #e4474e;
}
.btn-social.btn-pinterest:active,
.btn-social.btn-pinterest.active,
.open > .dropdown-toggle.btn-social.btn-pinterest {
  color: #ffffff;
  background-color: #d92027;
  border-color: #d92027;
}
.btn-social.btn-pinterest:active:hover,
.btn-social.btn-pinterest.active:hover,
.open > .dropdown-toggle.btn-social.btn-pinterest:hover,
.btn-social.btn-pinterest:active:focus,
.btn-social.btn-pinterest.active:focus,
.open > .dropdown-toggle.btn-social.btn-pinterest:focus,
.btn-social.btn-pinterest:active.focus,
.btn-social.btn-pinterest.active.focus,
.open > .dropdown-toggle.btn-social.btn-pinterest.focus {
  color: #ffffff;
  background-color: #d92027;
  border-color: #d92027;
}
.btn-social.btn-pinterest:active,
.btn-social.btn-pinterest.active,
.open > .dropdown-toggle.btn-social.btn-pinterest {
  background-image: none;
}
.btn-social.btn-pinterest.disabled,
.btn-social.btn-pinterest[disabled],
fieldset[disabled] .btn-social.btn-pinterest,
.btn-social.btn-pinterest.disabled:hover,
.btn-social.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-social.btn-pinterest:hover,
.btn-social.btn-pinterest.disabled:focus,
.btn-social.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-social.btn-pinterest:focus,
.btn-social.btn-pinterest.disabled.focus,
.btn-social.btn-pinterest[disabled].focus,
fieldset[disabled] .btn-social.btn-pinterest.focus,
.btn-social.btn-pinterest.disabled:active,
.btn-social.btn-pinterest[disabled]:active,
fieldset[disabled] .btn-social.btn-pinterest:active,
.btn-social.btn-pinterest.disabled.active,
.btn-social.btn-pinterest[disabled].active,
fieldset[disabled] .btn-social.btn-pinterest.active {
  background-color: #e13138;
  border-color: #e13138;
}
.btn-social.btn-pinterest .badge {
  color: #e13138;
  background-color: #ffffff;
}
.btn-social.btn-github {
  color: #ffffff;
  background-color: #333;
  border-color: #333;
}
.btn-social.btn-github:focus,
.btn-social.btn-github.focus {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #000000;
}
.btn-social.btn-github:hover {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #141414;
}
.btn-social.btn-github:active,
.btn-social.btn-github.active,
.open > .dropdown-toggle.btn-social.btn-github {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #141414;
}
.btn-social.btn-github:active:hover,
.btn-social.btn-github.active:hover,
.open > .dropdown-toggle.btn-social.btn-github:hover,
.btn-social.btn-github:active:focus,
.btn-social.btn-github.active:focus,
.open > .dropdown-toggle.btn-social.btn-github:focus,
.btn-social.btn-github:active.focus,
.btn-social.btn-github.active.focus,
.open > .dropdown-toggle.btn-social.btn-github.focus {
  color: #ffffff;
  background-color: #080808;
  border-color: #000000;
}
.btn-social.btn-github:active,
.btn-social.btn-github.active,
.open > .dropdown-toggle.btn-social.btn-github {
  background-image: none;
}
.btn-social.btn-github.disabled:hover,
.btn-social.btn-github[disabled]:hover,
fieldset[disabled] .btn-social.btn-github:hover,
.btn-social.btn-github.disabled:focus,
.btn-social.btn-github[disabled]:focus,
fieldset[disabled] .btn-social.btn-github:focus,
.btn-social.btn-github.disabled.focus,
.btn-social.btn-github[disabled].focus,
fieldset[disabled] .btn-social.btn-github.focus {
  background-color: #333;
  border-color: #333;
}
.btn-social.btn-github .badge {
  color: #333;
  background-color: #ffffff;
}
.btn-social.btn-github:focus,
.btn-social.btn-github.focus {
  color: #ffffff;
  background-color: #333;
  border-color: #333;
}
.btn-social.btn-github:hover {
  color: #ffffff;
  background-color: #404040;
  border-color: #404040;
}
.btn-social.btn-github:active,
.btn-social.btn-github.active,
.open > .dropdown-toggle.btn-social.btn-github {
  color: #ffffff;
  background-color: #262626;
  border-color: #262626;
}
.btn-social.btn-github:active:hover,
.btn-social.btn-github.active:hover,
.open > .dropdown-toggle.btn-social.btn-github:hover,
.btn-social.btn-github:active:focus,
.btn-social.btn-github.active:focus,
.open > .dropdown-toggle.btn-social.btn-github:focus,
.btn-social.btn-github:active.focus,
.btn-social.btn-github.active.focus,
.open > .dropdown-toggle.btn-social.btn-github.focus {
  color: #ffffff;
  background-color: #262626;
  border-color: #262626;
}
.btn-social.btn-github:active,
.btn-social.btn-github.active,
.open > .dropdown-toggle.btn-social.btn-github {
  background-image: none;
}
.btn-social.btn-github.disabled,
.btn-social.btn-github[disabled],
fieldset[disabled] .btn-social.btn-github,
.btn-social.btn-github.disabled:hover,
.btn-social.btn-github[disabled]:hover,
fieldset[disabled] .btn-social.btn-github:hover,
.btn-social.btn-github.disabled:focus,
.btn-social.btn-github[disabled]:focus,
fieldset[disabled] .btn-social.btn-github:focus,
.btn-social.btn-github.disabled.focus,
.btn-social.btn-github[disabled].focus,
fieldset[disabled] .btn-social.btn-github.focus,
.btn-social.btn-github.disabled:active,
.btn-social.btn-github[disabled]:active,
fieldset[disabled] .btn-social.btn-github:active,
.btn-social.btn-github.disabled.active,
.btn-social.btn-github[disabled].active,
fieldset[disabled] .btn-social.btn-github.active {
  background-color: #333;
  border-color: #333;
}
.btn-social.btn-github .badge {
  color: #333;
  background-color: #ffffff;
}
.btn-social.btn-tumblr {
  color: #ffffff;
  background-color: #426d9b;
  border-color: #426d9b;
}
.btn-social.btn-tumblr:focus,
.btn-social.btn-tumblr.focus {
  color: #ffffff;
  background-color: #335477;
  border-color: #1c2e42;
}
.btn-social.btn-tumblr:hover {
  color: #ffffff;
  background-color: #335477;
  border-color: #304f70;
}
.btn-social.btn-tumblr:active,
.btn-social.btn-tumblr.active,
.open > .dropdown-toggle.btn-social.btn-tumblr {
  color: #ffffff;
  background-color: #335477;
  border-color: #304f70;
}
.btn-social.btn-tumblr:active:hover,
.btn-social.btn-tumblr.active:hover,
.open > .dropdown-toggle.btn-social.btn-tumblr:hover,
.btn-social.btn-tumblr:active:focus,
.btn-social.btn-tumblr.active:focus,
.open > .dropdown-toggle.btn-social.btn-tumblr:focus,
.btn-social.btn-tumblr:active.focus,
.btn-social.btn-tumblr.active.focus,
.open > .dropdown-toggle.btn-social.btn-tumblr.focus {
  color: #ffffff;
  background-color: #28425e;
  border-color: #1c2e42;
}
.btn-social.btn-tumblr:active,
.btn-social.btn-tumblr.active,
.open > .dropdown-toggle.btn-social.btn-tumblr {
  background-image: none;
}
.btn-social.btn-tumblr.disabled:hover,
.btn-social.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-social.btn-tumblr:hover,
.btn-social.btn-tumblr.disabled:focus,
.btn-social.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-social.btn-tumblr:focus,
.btn-social.btn-tumblr.disabled.focus,
.btn-social.btn-tumblr[disabled].focus,
fieldset[disabled] .btn-social.btn-tumblr.focus {
  background-color: #426d9b;
  border-color: #426d9b;
}
.btn-social.btn-tumblr .badge {
  color: #426d9b;
  background-color: #ffffff;
}
.btn-social.btn-tumblr:focus,
.btn-social.btn-tumblr.focus {
  color: #ffffff;
  background-color: #426d9b;
  border-color: #426d9b;
}
.btn-social.btn-tumblr:hover {
  color: #ffffff;
  background-color: #4a7aad;
  border-color: #4a7aad;
}
.btn-social.btn-tumblr:active,
.btn-social.btn-tumblr.active,
.open > .dropdown-toggle.btn-social.btn-tumblr {
  color: #ffffff;
  background-color: #3a6089;
  border-color: #3a6089;
}
.btn-social.btn-tumblr:active:hover,
.btn-social.btn-tumblr.active:hover,
.open > .dropdown-toggle.btn-social.btn-tumblr:hover,
.btn-social.btn-tumblr:active:focus,
.btn-social.btn-tumblr.active:focus,
.open > .dropdown-toggle.btn-social.btn-tumblr:focus,
.btn-social.btn-tumblr:active.focus,
.btn-social.btn-tumblr.active.focus,
.open > .dropdown-toggle.btn-social.btn-tumblr.focus {
  color: #ffffff;
  background-color: #3a6089;
  border-color: #3a6089;
}
.btn-social.btn-tumblr:active,
.btn-social.btn-tumblr.active,
.open > .dropdown-toggle.btn-social.btn-tumblr {
  background-image: none;
}
.btn-social.btn-tumblr.disabled,
.btn-social.btn-tumblr[disabled],
fieldset[disabled] .btn-social.btn-tumblr,
.btn-social.btn-tumblr.disabled:hover,
.btn-social.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-social.btn-tumblr:hover,
.btn-social.btn-tumblr.disabled:focus,
.btn-social.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-social.btn-tumblr:focus,
.btn-social.btn-tumblr.disabled.focus,
.btn-social.btn-tumblr[disabled].focus,
fieldset[disabled] .btn-social.btn-tumblr.focus,
.btn-social.btn-tumblr.disabled:active,
.btn-social.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-social.btn-tumblr:active,
.btn-social.btn-tumblr.disabled.active,
.btn-social.btn-tumblr[disabled].active,
fieldset[disabled] .btn-social.btn-tumblr.active {
  background-color: #426d9b;
  border-color: #426d9b;
}
.btn-social.btn-tumblr .badge {
  color: #426d9b;
  background-color: #ffffff;
}
.btn .icon {
  font-size: 19px;
  vertical-align: middle;
}
.btn .icon.icon-left {
  margin-right: 3px;
}
.btn .icon.icon-right {
  margin-left: 3px;
}
.btn .icon.fa {
  font-size: 15px;
}
.btn.btn-lg .icon {
  font-size: 23px;
  line-height: 25px;
}
.btn.btn-sm .icon {
  font-size: 16px;
  line-height: 16px;
}
.btn.btn-xs .icon {
  font-size: 14px;
  line-height: 16px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
/*------------------------------------------------------------------
  [Panels]
*/
.panel {
  background-color: #ffffff;
  margin-bottom: 30px;
  box-shadow: none;
  border-width: 0;
}
.panel-heading {
  font-size: 18px;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
  margin: 0 20px;
}
.panel-heading .panel-title,
.panel-heading .title,
.panel-heading > h1,
.panel-heading > h2,
.panel-heading > h3,
.panel-heading > h4,
.panel-heading > h5,
.panel-heading > h6 {
  font-size: 18px;
  font-weight: 300;
  display: block;
  margin: 0;
}
.panel-heading .tools {
  float: right;
  font-size: 0;
}
.panel-heading .tools > a {
  display: inline-block;
}
.panel-heading .tools .icon {
  display: inline-block;
  margin-left: 5px;
  font-size: 21px;
  line-height: 25px;
  vertical-align: middle;
  cursor: pointer;
}
.panel-heading .tools .icon:hover {
  color: #1188FF;
}
.panel-heading .tools .icon.s7-close {
  font-size: 27px;
  margin-left: 1px;
  position: relative;
  top: 1px;
}
.panel-heading .tools .value {
  font-size: 24px;
  line-height: 22px;
}
.panel-heading.no-border {
  border-width: 0;
}
.panel-heading-fullwidth .panel-heading,
.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-info .panel-heading,
.panel-warning .panel-heading,
.panel-danger .panel-heading,
.panel-alt1 .panel-heading,
.panel-alt2 .panel-heading,
.panel-alt3 .panel-heading,
.panel-alt4 .panel-heading,
.panel-dark .panel-heading {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.panel-heading-fullwidth .panel-heading .panel-title,
.panel-primary .panel-heading .panel-title,
.panel-success .panel-heading .panel-title,
.panel-info .panel-heading .panel-title,
.panel-warning .panel-heading .panel-title,
.panel-danger .panel-heading .panel-title,
.panel-alt1 .panel-heading .panel-title,
.panel-alt2 .panel-heading .panel-title,
.panel-alt3 .panel-heading .panel-title,
.panel-alt4 .panel-heading .panel-title,
.panel-dark .panel-heading .panel-title,
.panel-heading-fullwidth .panel-heading .title,
.panel-primary .panel-heading .title,
.panel-success .panel-heading .title,
.panel-info .panel-heading .title,
.panel-warning .panel-heading .title,
.panel-danger .panel-heading .title,
.panel-alt1 .panel-heading .title,
.panel-alt2 .panel-heading .title,
.panel-alt3 .panel-heading .title,
.panel-alt4 .panel-heading .title,
.panel-dark .panel-heading .title,
.panel-heading-fullwidth .panel-heading h1,
.panel-primary .panel-heading h1,
.panel-success .panel-heading h1,
.panel-info .panel-heading h1,
.panel-warning .panel-heading h1,
.panel-danger .panel-heading h1,
.panel-alt1 .panel-heading h1,
.panel-alt2 .panel-heading h1,
.panel-alt3 .panel-heading h1,
.panel-alt4 .panel-heading h1,
.panel-dark .panel-heading h1,
.panel-heading-fullwidth .panel-heading h2,
.panel-primary .panel-heading h2,
.panel-success .panel-heading h2,
.panel-info .panel-heading h2,
.panel-warning .panel-heading h2,
.panel-danger .panel-heading h2,
.panel-alt1 .panel-heading h2,
.panel-alt2 .panel-heading h2,
.panel-alt3 .panel-heading h2,
.panel-alt4 .panel-heading h2,
.panel-dark .panel-heading h2,
.panel-heading-fullwidth .panel-heading h3,
.panel-primary .panel-heading h3,
.panel-success .panel-heading h3,
.panel-info .panel-heading h3,
.panel-warning .panel-heading h3,
.panel-danger .panel-heading h3,
.panel-alt1 .panel-heading h3,
.panel-alt2 .panel-heading h3,
.panel-alt3 .panel-heading h3,
.panel-alt4 .panel-heading h3,
.panel-dark .panel-heading h3,
.panel-heading-fullwidth .panel-heading h4,
.panel-primary .panel-heading h4,
.panel-success .panel-heading h4,
.panel-info .panel-heading h4,
.panel-warning .panel-heading h4,
.panel-danger .panel-heading h4,
.panel-alt1 .panel-heading h4,
.panel-alt2 .panel-heading h4,
.panel-alt3 .panel-heading h4,
.panel-alt4 .panel-heading h4,
.panel-dark .panel-heading h4,
.panel-heading-fullwidth .panel-heading h5,
.panel-primary .panel-heading h5,
.panel-success .panel-heading h5,
.panel-info .panel-heading h5,
.panel-warning .panel-heading h5,
.panel-danger .panel-heading h5,
.panel-alt1 .panel-heading h5,
.panel-alt2 .panel-heading h5,
.panel-alt3 .panel-heading h5,
.panel-alt4 .panel-heading h5,
.panel-dark .panel-heading h5,
.panel-heading-fullwidth .panel-heading h6,
.panel-primary .panel-heading h6,
.panel-success .panel-heading h6,
.panel-info .panel-heading h6,
.panel-warning .panel-heading h6,
.panel-danger .panel-heading h6,
.panel-alt1 .panel-heading h6,
.panel-alt2 .panel-heading h6,
.panel-alt3 .panel-heading h6,
.panel-alt4 .panel-heading h6,
.panel-dark .panel-heading h6 {
  border-width: 0;
}
.panel-borders {
  border-width: 1px;
}
.panel-transparent {
  background-color: transparent;
}
.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-info .panel-heading,
.panel-warning .panel-heading,
.panel-danger .panel-heading,
.panel-alt1 .panel-heading,
.panel-alt2 .panel-heading,
.panel-alt3 .panel-heading,
.panel-alt4 .panel-heading,
.panel-dark .panel-heading,
.panel-full-primary .panel-heading,
.panel-full-success .panel-heading,
.panel-full-info .panel-heading,
.panel-full-warning .panel-heading,
.panel-full-danger .panel-heading,
.panel-full-alt1 .panel-heading,
.panel-full-alt2 .panel-heading,
.panel-full-alt3 .panel-heading,
.panel-full-alt4 .panel-heading,
.panel-full-dark .panel-heading {
  color: #ffffff;
}
.panel-primary .panel-heading .tools > a,
.panel-success .panel-heading .tools > a,
.panel-info .panel-heading .tools > a,
.panel-warning .panel-heading .tools > a,
.panel-danger .panel-heading .tools > a,
.panel-alt1 .panel-heading .tools > a,
.panel-alt2 .panel-heading .tools > a,
.panel-alt3 .panel-heading .tools > a,
.panel-alt4 .panel-heading .tools > a,
.panel-dark .panel-heading .tools > a,
.panel-full-primary .panel-heading .tools > a,
.panel-full-success .panel-heading .tools > a,
.panel-full-info .panel-heading .tools > a,
.panel-full-warning .panel-heading .tools > a,
.panel-full-danger .panel-heading .tools > a,
.panel-full-alt1 .panel-heading .tools > a,
.panel-full-alt2 .panel-heading .tools > a,
.panel-full-alt3 .panel-heading .tools > a,
.panel-full-alt4 .panel-heading .tools > a,
.panel-full-dark .panel-heading .tools > a {
  color: #ffffff;
}
.panel-primary .panel-heading .tools .icon:hover,
.panel-full-primary .panel-heading .tools .icon:hover,
.panel-primary .panel-heading .tools > a:hover,
.panel-full-primary .panel-heading .tools > a:hover {
  color: #0065dc;
}
.panel-success .panel-heading .tools .icon:hover,
.panel-full-success .panel-heading .tools .icon:hover,
.panel-success .panel-heading .tools > a:hover,
.panel-full-success .panel-heading .tools > a:hover {
  color: #339018;
}
.panel-info .panel-heading .tools .icon:hover,
.panel-full-info .panel-heading .tools .icon:hover,
.panel-info .panel-heading .tools > a:hover,
.panel-full-info .panel-heading .tools > a:hover {
  color: #002cb6;
}
.panel-warning .panel-heading .tools .icon:hover,
.panel-full-warning .panel-heading .tools .icon:hover,
.panel-warning .panel-heading .tools > a:hover,
.panel-full-warning .panel-heading .tools > a:hover {
  color: #cb9300;
}
.panel-danger .panel-heading .tools .icon:hover,
.panel-full-danger .panel-heading .tools .icon:hover,
.panel-danger .panel-heading .tools > a:hover,
.panel-full-danger .panel-heading .tools > a:hover {
  color: #970000;
}
.panel-alt1 .panel-heading,
.panel-full-alt1 .panel-heading {
  background-color: #57b465;
}
.panel-alt1 .panel-heading .tools .icon:hover,
.panel-full-alt1 .panel-heading .tools .icon:hover,
.panel-alt1 .panel-heading .tools > a:hover,
.panel-full-alt1 .panel-heading .tools > a:hover {
  color: #349142;
}
.panel-alt2 .panel-heading,
.panel-full-alt2 .panel-heading {
  background-color: #0e2045;
}
.panel-alt2 .panel-heading .tools .icon:hover,
.panel-full-alt2 .panel-heading .tools .icon:hover,
.panel-alt2 .panel-heading .tools > a:hover,
.panel-full-alt2 .panel-heading .tools > a:hover {
  color: #000022;
}
.panel-alt3 .panel-heading,
.panel-full-alt3 .panel-heading {
  background-color: #8B8CCC;
}
.panel-alt3 .panel-heading .tools .icon:hover,
.panel-full-alt3 .panel-heading .tools .icon:hover,
.panel-alt3 .panel-heading .tools > a:hover,
.panel-full-alt3 .panel-heading .tools > a:hover {
  color: #6869a9;
}
.panel-alt4 .panel-heading,
.panel-full-alt4 .panel-heading {
  background-color: #bdbdbd;
}
.panel-alt4 .panel-heading .tools .icon:hover,
.panel-full-alt4 .panel-heading .tools .icon:hover,
.panel-alt4 .panel-heading .tools > a:hover,
.panel-full-alt4 .panel-heading .tools > a:hover {
  color: #9a9a9a;
}
.panel-dark .panel-heading,
.panel-full-dark .panel-heading {
  background-color: #3d3c3c;
}
.panel-dark .panel-heading .tools .icon:hover,
.panel-full-dark .panel-heading .tools .icon:hover,
.panel-dark .panel-heading .tools > a:hover,
.panel-full-dark .panel-heading .tools > a:hover {
  color: #1a1919;
}
.panel-full-primary {
  background-color: #1188FF;
  color: #ffffff;
}
.panel-full-primary .panel-heading {
  border-color: #077ef5;
}
.panel-full-success {
  background-color: #56b33b;
  color: #ffffff;
}
.panel-full-success .panel-heading {
  border-color: #4ca931;
}
.panel-full-info {
  background-color: #174fd9;
  color: #ffffff;
}
.panel-full-info .panel-heading {
  border-color: #0d45cf;
}
.panel-full-warning {
  background-color: #eeb60e;
  color: #ffffff;
}
.panel-full-warning .panel-heading {
  border-color: #e4ac04;
}
.panel-full-danger {
  background-color: #ba1818;
  color: #ffffff;
}
.panel-full-danger .panel-heading {
  border-color: #b00e0e;
}
.panel-full-alt1 {
  background-color: #57b465;
  color: #ffffff;
}
.panel-full-alt1 .panel-heading {
  border-color: #4daa5b;
}
.panel-full-alt2 {
  background-color: #0e2045;
  color: #ffffff;
}
.panel-full-alt2 .panel-heading {
  border-color: #04163b;
}
.panel-full-alt3 {
  background-color: #8B8CCC;
  color: #ffffff;
}
.panel-full-alt3 .panel-heading {
  border-color: #8182c2;
}
.panel-full-alt4 {
  background-color: #bdbdbd;
  color: #ffffff;
}
.panel-full-alt4 .panel-heading {
  border-color: #b3b3b3;
}
.panel-full-dark {
  background-color: #3d3c3c;
  color: #ffffff;
}
.panel-full-dark .panel-heading {
  border-color: #333232;
}
/*------------------------------------------------------------------
  [Dropdown menu]
*/
.dropdown-menu {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  font-weight: 300;
  color: #504e4e;
  padding: 9px 20px;
}
.dropdown-menu > li > a .icon {
  font-size: 17px;
  line-height: 15px;
  vertical-align: middle;
  margin-right: 4px;
}
.dropdown-menu > li > a:hover {
  background-color: #1188FF;
  color: #ffffff;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
  background-color: transparent;
  color: #504e4e;
}
.dropdown-menu .divider {
  margin: 6px 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-header {
  padding: 5px 20px 1px;
  font-weight: 600;
  color: #c2c1c1;
  cursor: default;
}
/*------------------------------------------------------------------
  [Accordions]
*/
.panel-group.accordion {
  margin-bottom: 40px;
  padding: 0;
}
.panel-group.accordion .panel {
  padding: 0;
}
.panel-group.accordion .panel .panel-heading {
  background: #ffffff;
  padding: 0;
  margin: 0;
}
.panel-group.accordion .panel .panel-heading a {
  padding: 17px 10px;
  display: block;
  color: #1188FF;
  font-weight: 300;
}
.panel-group.accordion .panel .panel-heading a .icon {
  transition: transform 200ms ease-in-out;
  font-size: 25px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  display: inline-block;
}
.panel-group.accordion .panel .panel-heading a.collapsed {
  color: #555555;
}
.panel-group.accordion .panel .panel-heading a.collapsed .icon {
  transform: rotate(-90deg);
}
.panel-group.accordion .panel .panel-collapse .panel-body {
  padding: 0 30px 20px 40px;
  border-top: 0;
}
.panel-group.accordion.accordion-color .panel .panel-heading a {
  background-color: #8B8CCC;
  color: #ffffff;
}
.panel-group.accordion.accordion-color .panel .panel-heading a.collapsed {
  background-color: #ffffff;
  color: #555555;
}
.panel-group.accordion.accordion-color .panel .panel-collapse .panel-body {
  background-color: #8B8CCC;
  color: #ffffff;
}
.panel-group.accordion.accordion-semi .panel .panel-heading a {
  background-color: #1188FF;
  color: #ffffff;
  transition: background-color 200ms ease-in-out;
}
.panel-group.accordion.accordion-semi .panel .panel-heading a.collapsed {
  background-color: #ffffff;
  color: #555555;
  border-bottom: 0;
}
.panel-group.accordion.accordion-semi .panel .panel-collapse .panel-body {
  padding-top: 15px;
}
.panel-group.accordion.accordion-semi .panel-heading.success a {
  background-color: #56b33b;
}
.panel-group.accordion.accordion-semi .panel-heading.warning a {
  background-color: #eeb60e;
}
.panel-group.accordion.accordion-semi .panel-heading.danger a {
  background-color: #ba1818;
}
/*------------------------------------------------------------------
  [Tabs]
*/
.nav-tabs {
  background-color: #f5f5f5;
  border-bottom-width: 0;
}
.nav-tabs > li {
  margin-right: 2px;
}
.nav-tabs > li a {
  padding: 18px 20px;
  margin-right: 0;
  min-width: 80px;
  text-align: center;
  border-radius: 0;
  color: #555555;
  border-width: 0;
}
.nav-tabs > li a:hover {
  background: transparent;
  color: #1188FF;
}
.nav-tabs > li a:active {
  background-color: transparent;
}
.nav-tabs > li.active {
  position: relative;
  background: transparent;
  color: #1188FF;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  background-color: #ffffff;
}
.tab-content {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 40px;
}
.main-content .tab-content .tab-pane h1:first-child,
.main-content .tab-content .tab-pane h2:first-child,
.main-content .tab-content .tab-pane h3:first-child,
.main-content .tab-content .tab-pane h4:first-child,
.main-content .tab-content .tab-pane h5:first-child,
.main-content .tab-content .tab-pane h6:first-child {
  margin-top: 5px;
}
.tab-bottom .tab-content {
  margin-bottom: 0;
}
.tab-bottom .nav-tabs {
  margin-bottom: 40px;
}
.tab-left .nav-tabs,
.tab-right .nav-tabs {
  float: left;
}
.tab-left .nav-tabs > li,
.tab-right .nav-tabs > li {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}
.tab-left .nav-tabs > li > a,
.tab-right .nav-tabs > li > a {
  text-align: left;
  min-width: 38px;
  padding: 15px 17px;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.tab-left .nav-tabs > li > a .icon,
.tab-right .nav-tabs > li > a .icon {
  font-size: 20px;
}
.tab-left .tab-content,
.tab-right .tab-content {
  overflow: auto;
}
.tab-right .nav-tabs {
  float: right;
}
/*------------------------------------------------------------------
  [Modals]
*/
.modal-content {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  overflow: hidden;
  background-color: #ffffff;
  color: #555555;
  border-width: 0;
}
.modal-header {
  border: 0;
}
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
  display: block;
  margin: 0;
}
.modal-header .close {
  font-size: 26px;
  opacity: 0.4;
  text-shadow: none;
}
.modal-header .close:hover {
  opacity: 0.8;
}
.modal-body {
  padding: 30px 20px;
}
.modal-body .i-circle {
  border: 2px solid #f1f1f1;
  border-radius: 50%;
  display: inline-block;
  height: 80px;
  width: 80px;
  margin-bottom: 15px;
  line-height: 105px;
}
.modal-body .i-circle .icon {
  font-size: 45px;
}
.modal-footer {
  background-color: #fcfcfc;
}
.modal-full-color .modal-content {
  color: #ffffff;
  background-color: transparent;
}
.modal-full-color .modal-header {
  background-color: #007efc;
}
.modal-full-color .modal-header .close {
  color: #ffffff;
  line-height: 40px;
  opacity: 0.6;
}
.modal-full-color .modal-header .close:hover {
  opacity: 1;
}
.modal-full-color .modal-body,
.modal-full-color .modal-footer {
  background-color: #1188FF;
}
.modal-full-color .modal-footer {
  border: 0;
}
.modal-full-color-success .modal-header {
  background-color: #4fa436;
}
.modal-full-color-success .modal-body,
.modal-full-color-success .modal-footer {
  background-color: #56b33b;
}
.modal-full-color-info .modal-header {
  background-color: #1548c7;
}
.modal-full-color-info .modal-body,
.modal-full-color-info .modal-footer {
  background-color: #174fd9;
}
.modal-full-color-warning .modal-header {
  background-color: #dba70d;
}
.modal-full-color-warning .modal-body,
.modal-full-color-warning .modal-footer {
  background-color: #eeb60e;
}
.modal-full-color-danger .modal-header {
  background-color: #a81616;
}
.modal-full-color-danger .modal-body,
.modal-full-color-danger .modal-footer {
  background-color: #ba1818;
}
.modal-full-color-dark .modal-header {
  background-color: #383737;
}
.modal-full-color-dark .modal-body,
.modal-full-color-dark .modal-footer {
  background-color: #3d3c3c;
}
.modal-full-width {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  .modal-full-width {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
}
.modal-colored-header .modal-content {
  background-color: transparent;
}
.modal-colored-header .modal-header {
  background-color: #1188FF;
  color: #ffffff;
  padding: 20px 15px;
}
.modal-colored-header .modal-header .close {
  color: #ffffff;
  margin-top: 2px;
}
.modal-colored-header .modal-body {
  background-color: #ffffff;
}
.modal-colored-header-success .modal-content .modal-header {
  background-color: #56b33b;
}
.modal-colored-header-info .modal-content .modal-header {
  background-color: #174fd9;
}
.modal-colored-header-warning .modal-content .modal-header {
  background-color: #eeb60e;
}
.modal-colored-header-danger .modal-content .modal-header {
  background-color: #ba1818;
}
.modal-colored-header-dark .modal-content .modal-header {
  background-color: #3d3c3c;
}
.modal-dark .modal-content {
  color: #ffffff;
  background-color: transparent;
}
.modal-dark .modal-header {
  background-color: #1188FF;
  padding: 20px 15px;
}
.modal-dark .modal-header .close {
  color: #ffffff;
  margin-top: 2px;
}
.modal-dark .modal-body.form .form-control {
  background-color: #3d3c3c;
}
.modal-dark .modal-body,
.modal-dark .modal-footer {
  background-color: #3d3c3c;
}
.modal-dark .modal-footer {
  border: 0;
}
.modal-dark-success .modal-header {
  background-color: #56b33b;
}
.modal-dark-info .modal-header {
  background-color: #174fd9;
}
.modal-dark-warning .modal-header {
  background-color: #eeb60e;
}
.modal-dark-danger .modal-header {
  background-color: #ba1818;
}
.modal-dark-dark .modal-header {
  background-color: #383737;
}
@media (max-width: 767px) {
  .modal-dialog {
    min-width: 100%;
    padding: 0 15px;
  }
}
.modal-overlay {
  z-index: 1050;
}
.am-modal-open {
  overflow-x: visible;
}
/*------------------------------------------------------------------
  [Alerts]
*/
.alert {
  line-height: 25px;
}
.alert .icon {
  font-size: 24px;
  color: #ffffff;
  vertical-align: middle;
  margin-right: 9px;
  line-height: 22px;
}
.alert .close {
  font-size: 31px;
}
.alert .message > p,
.alert .message > ul {
  margin-bottom: 0;
}
.alert .message > p + p {
  margin-top: 5px;
}
.alert-dismissible .close {
  top: -4px;
  right: -30px;
}
.alert-primary {
  background-color: #1188FF;
  border-color: #1188FF;
  color: #ffffff;
}
.alert-primary hr {
  border-top-color: #007bf7;
}
.alert-primary .alert-link {
  color: #e6e6e6;
}
.alert-dismissible.alert-primary .close {
  color: #003b77;
  text-shadow: 0 1px 0 #003b77;
}
.alert-dismissible.alert-success .close {
  color: #1f4015;
  text-shadow: 0 1px 0 #1f4015;
}
.alert-dismissible.alert-info .close {
  color: #081d4f;
  text-shadow: 0 1px 0 #081d4f;
}
.alert-dismissible.alert-warning .close {
  color: #5e4806;
  text-shadow: 0 1px 0 #5e4806;
}
.alert-dismissible.alert-danger .close {
  color: #320707;
  text-shadow: 0 1px 0 #320707;
}
.alert-icon {
  background-color: #ffffff;
  border: 0;
  padding: 0;
  position: relative;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.alert-icon > .icon {
  display: table-cell;
  width: 55px;
  text-align: center;
  vertical-align: middle;
  cursor: default;
}
.alert-icon > .icon:after {
  position: absolute;
  margin-left: 54px;
  top: 50%;
  margin-top: -11px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #ffffff;
}
.alert-icon > .message {
  display: table-cell;
  padding: 18px;
  color: #555555;
  border: 1px solid #d4d4d4;
  border-left-width: 0;
}
.alert-icon.alert-dismissible .close {
  position: absolute;
  right: 11px;
  top: 14px;
  color: #555555;
  text-shadow: 0 1px 0 #555555;
}
.alert-icon.alert-primary > .icon {
  background-color: #1188FF;
}
.alert-icon.alert-primary > .icon:after {
  border-left-color: #1188FF;
}
.alert-icon.alert-success > .icon {
  background-color: #56b33b;
}
.alert-icon.alert-success > .icon:after {
  border-left-color: #56b33b;
}
.alert-icon.alert-info > .icon {
  background-color: #174fd9;
}
.alert-icon.alert-info > .icon:after {
  border-left-color: #174fd9;
}
.alert-icon.alert-warning > .icon {
  background-color: #eeb60e;
}
.alert-icon.alert-warning > .icon:after {
  border-left-color: #eeb60e;
}
.alert-icon.alert-danger > .icon {
  background-color: #ba1818;
}
.alert-icon.alert-danger > .icon:after {
  border-left-color: #ba1818;
}
.alert-border-color.alert-primary .message {
  border-color: #1188FF;
}
.alert-border-color.alert-success .message {
  border-color: #56b33b;
}
.alert-border-color.alert-info .message {
  border-color: #174fd9;
}
.alert-border-color.alert-warning .message {
  border-color: #eeb60e;
}
.alert-border-color.alert-danger .message {
  border-color: #ba1818;
}
.alert-icon-color {
  border: 1px solid #e6e6e6;
}
.alert-icon-color > .icon {
  background-color: #f8f8f8 !important;
  border-width: 0;
}
.alert-icon-color > .icon:after {
  border-left-color: #ffffff !important;
  display: none;
}
.alert-icon-color > .message {
  border-width: 0;
}
.alert-icon-color.alert-primary > .icon {
  background-color: transparent;
  color: #1188FF;
}
.alert-icon-color.alert-success > .icon {
  background-color: transparent;
  color: #56b33b;
}
.alert-icon-color.alert-info > .icon {
  background-color: transparent;
  color: #174fd9;
}
.alert-icon-color.alert-warning > .icon {
  background-color: transparent;
  color: #eeb60e;
}
.alert-icon-color.alert-danger > .icon {
  background-color: transparent;
  color: #ba1818;
}
/*------------------------------------------------------------------
  [Tables]
*/
.table > thead > tr > th {
  border-bottom-width: 1px;
  font-weight: 400;
  font-size: 13px;
}
.table > thead.primary > tr > th {
  color: #1188FF;
}
.table > thead.alt3 > tr > th {
  color: #8B8CCC;
}
.table > tbody > tr > td {
  font-weight: 300;
  vertical-align: middle;
}
.table > tbody.no-border-x > tr > td {
  border-top-width: 0;
}
.table-condensed > thead > tr > th {
  padding-top: 10px;
  padding-bottom: 8px;
}
.table-responsive {
  border: 0;
}
.table tbody tr td.user-avatar img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .table tbody tr td.user-avatar img {
    display: none;
  }
}
.table .number {
  text-align: right;
}
.table-fw-widget {
  margin-bottom: 0;
}
.table-fw-widget tr th:first-child,
.table-fw-widget tr td:first-child {
  padding-left: 15px;
}
.table-fw-widget tr th:last-child,
.table-fw-widget tr td:last-child {
  padding-right: 15px;
}
.table-fw-widget thead tr th {
  padding-top: 15px;
  padding-bottom: 10px;
}
/*------------------------------------------------------------------
  [Badges]
*/
.badge {
  font-size: 11px;
}
.badge-primary {
  background-color: #1188FF;
}
.badge-success {
  background-color: #56b33b;
}
.badge-info {
  background-color: #174fd9;
}
.badge-warning {
  background-color: #eeb60e;
}
.badge-danger {
  background-color: #ba1818;
}
/*------------------------------------------------------------------
  [Label]
*/
.label {
  border-radius: 0;
  padding: 4px 7px;
}
/*------------------------------------------------------------------
  [List group]
*/
.list-group-item {
  padding: 13px 15px;
}
/*------------------------------------------------------------------
  [Contextual colors]
*/
.text-success {
  color: #56b33b;
}
a.text-success:hover,
a.text-success:focus {
  color: #448d2e;
}
.text-info {
  color: #174fd9;
}
a.text-info:hover,
a.text-info:focus {
  color: #123eab;
}
.text-warning {
  color: #eeb60e;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #be910b;
}
.text-danger {
  color: #ba1818;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #8d1212;
}
.text-alt1 {
  color: #88ca92;
}
a.text-alt1:hover,
a.text-alt1:focus {
  color: #65ba72;
}
.text-alt2 {
  color: #122556;
}
a.text-alt2:hover,
a.text-alt2:focus {
  color: #09132c;
}
.text-alt3 {
  color: #8B8CCC;
}
a.text-alt3:hover,
a.text-alt3:focus {
  color: #6869bc;
}
.text-alt4 {
  color: #cccccc;
}
a.text-alt4:hover,
a.text-alt4:focus {
  color: #b3b3b3;
}
/*------------------------------------------------------------------
  [Progress bars]
*/
.progress {
  height: 22px;
  box-shadow: none;
}
.progress-bar {
  box-shadow: none;
  line-height: 22px;
}
/*------------------------------------------------------------------
  [Forms]
*/
.form-control {
  border-width: 2px;
  box-shadow: none;
  padding: 10px 12px;
  font-size: 14px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #d1d1d1;
}
.form-control[multiple] {
  padding: 0;
}
.form-control[multiple] option {
  padding: 8px 12px;
}
input.form-control,
textarea.form-control {
  -webkit-appearance: none;
}
label {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 8px;
}
.am-checkbox,
.am-radio {
  display: block;
  line-height: 22px;
  margin: 0;
  padding: 7px 0;
}
.form-horizontal .am-checkbox,
.form-horizontal .am-radio {
  padding: 7px 0;
  min-height: auto;
}
.am-checkbox input[type="checkbox"],
.am-radio input[type="checkbox"],
.am-checkbox input[type="radio"],
.am-radio input[type="radio"] {
  margin: 0;
  display: none;
  width: 22px;
}
.am-checkbox label,
.am-radio label {
  margin-bottom: 0;
}
.am-checkbox input[type="checkbox"] + label,
.am-radio input[type="checkbox"] + label,
.am-checkbox input[type="radio"] + label,
.am-radio input[type="radio"] + label {
  padding-left: 0;
}
.am-checkbox input[type="checkbox"] + label:before,
.am-radio input[type="checkbox"] + label:before,
.am-checkbox input[type="radio"] + label:before,
.am-radio input[type="radio"] + label:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  border: 2px solid #eaeaea;
  margin-right: 5px;
  font-size: 18px;
  font-family: 'Stroke 7';
  font-weight: normal;
  line-height: 19px;
  vertical-align: bottom;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
}
.am-checkbox input[type="checkbox"] + label:hover:before,
.am-radio input[type="checkbox"] + label:hover:before,
.am-checkbox input[type="radio"] + label:hover:before,
.am-radio input[type="radio"] + label:hover:before {
  border-color: #d1d1d1;
}
.am-checkbox input[type="checkbox"]:hover + label:before,
.am-radio input[type="checkbox"]:hover + label:before,
.am-checkbox input[type="radio"]:hover + label:before,
.am-radio input[type="radio"]:hover + label:before {
  border-color: #d1d1d1;
}
.am-checkbox input[type="checkbox"]:checked + label:before,
.am-radio input[type="checkbox"]:checked + label:before,
.am-checkbox input[type="radio"]:checked + label:before,
.am-radio input[type="radio"]:checked + label:before {
  content: "\e6cd";
  color: #1188FF;
  border-color: #1188FF;
}
.am-checkbox input[type="checkbox"]:disabled + label,
.am-radio input[type="checkbox"]:disabled + label,
.am-checkbox input[type="radio"]:disabled + label,
.am-radio input[type="radio"]:disabled + label {
  opacity: 0.5;
  pointer-events: none;
}
.am-checkbox input[type="checkbox"]:disabled + label:before,
.am-radio input[type="checkbox"]:disabled + label:before,
.am-checkbox input[type="radio"]:disabled + label:before,
.am-radio input[type="radio"]:disabled + label:before {
  pointer-events: none !important;
  background-color: #ffffff;
}
.am-checkbox input[type="radio"] + label:before,
.am-radio input[type="radio"] + label:before {
  border-radius: 50%;
  font-family: 'Stroke 7';
  line-height: 17px;
  font-size: 14px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .am-checkbox input[type="radio"] + label:before,
  .am-radio input[type="radio"] + label:before {
    line-height: 18px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  .am-checkbox input[type="radio"] + label:before,
  .am-radio input[type="radio"] + label:before {
    line-height: 19px;
  }
}
.am-checkbox input[type="radio"]:checked + label:before,
.am-radio input[type="radio"]:checked + label:before {
  content: "\e6ce";
}
.am-checkbox.inline,
.am-radio.inline {
  display: inline-block;
}
.am-checkbox.inline + .am-checkbox.inline,
.am-checkbox.inline + .am-radio.inline,
.am-radio.inline + .am-checkbox.inline,
.am-radio.inline + .am-radio.inline {
  margin-left: 18px;
}
.form-horizontal .form-group {
  margin-bottom: 0;
  padding: 12px 0;
}
.input-group-addon {
  font-size: 15px;
}
.input-group-addon .am-checkbox,
.input-group-addon .am-radio {
  padding: 0;
  line-height: 21px;
}
.input-group-addon .am-checkbox input + label,
.input-group-addon .am-radio input + label {
  margin: 0;
}
.input-group-addon .am-checkbox input + label:before,
.input-group-addon .am-radio input + label:before {
  margin: 0;
  border-color: #dddddd;
}
.input-group-btn .btn {
  height: 44px;
}
.input-lg {
  height: 54px;
  padding: 12px 14px;
  font-size: 16px;
  font-weight: 300;
}
.input-sm {
  height: 33px;
  font-size: 12px;
  padding: 4px 12px;
}
.input-xs {
  height: 25px;
  font-size: 12px;
  padding: 1px 7px;
}
/*------------------------------------------------------------------
  [nanoScroller]
*/
/*Nano Scroller*/
.nano > .nano-pane {
  width: 6px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}
.nano > .nano-pane > .nano-slider {
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  border-radius: 3px;
  margin: 0;
}
/*------------------------------------------------------------------
  [DropZone]
*/
form.dropzone {
  border: 2px dashed #c5c5c5;
  padding: 70px 60px 80px;
  background: transparent;
}
form.dropzone .icon {
  background-color: #e6e6e6;
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  width: 100px;
  margin-bottom: 15px;
  padding: 20px;
  text-align: center;
}
form.dropzone .icon span {
  font-size: 60px;
  color: #646262;
}
form.dropzone h2 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
}
form.dropzone .note {
  font-size: 16px;
}
/*------------------------------------------------------------------
  [Wizard]
*/
.fuelux .wizard {
  *zoom: 1;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  background-color: #f9f9f9;
  position: relative;
  min-height: 48px;
  overflow: hidden;
}
.fuelux .wizard:before,
.fuelux .wizard:after {
  display: table;
  content: "";
  line-height: 0;
}
.fuelux .wizard:after {
  clear: both;
}
.fuelux .wizard > .steps {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
.fuelux .wizard > .steps.previous-disabled li.complete {
  cursor: default;
}
.fuelux .wizard > .steps.previous-disabled li.complete:hover {
  background: #f3f4f5;
  color: #468847;
  cursor: default;
}
.fuelux .wizard > .steps.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f3f4f5;
}
.fuelux .wizard > .steps li {
  float: left;
  margin: 0;
  padding: 0 20px 0 30px;
  height: 46px;
  line-height: 46px;
  position: relative;
  background: #ededed;
  color: #999999;
  font-size: 16px;
  cursor: not-allowed;
}
.fuelux .wizard > .steps li .chevron {
  border: 24px solid transparent;
  border-left: 14px solid #d4d4d4;
  border-right: 0;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1;
}
.fuelux .wizard > .steps li .chevron:before {
  border: 24px solid transparent;
  border-left: 14px solid #ededed;
  border-right: 0;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: -24px;
}
.fuelux .wizard > .steps li.complete {
  background: #f3f4f5;
  color: #468847;
}
.fuelux .wizard > .steps li.complete:hover {
  background: #e7eff8;
  cursor: pointer;
}
.fuelux .wizard > .steps li.complete:hover .chevron:before {
  border-left: 14px solid #e7eff8;
}
.fuelux .wizard > .steps li.complete .chevron:before {
  border-left: 14px solid #f3f4f5;
}
.fuelux .wizard > .steps li.active {
  background: #f1f6fc;
  color: #3a87ad;
  cursor: default;
}
.fuelux .wizard > .steps li.active .chevron:before {
  border-left: 14px solid #f1f6fc;
}
.fuelux .wizard > .steps li.active .badge {
  background-color: #3a87ad;
}
.fuelux .wizard > .steps li .badge {
  margin-right: 8px;
}
.fuelux .wizard > .steps li .badge-success {
  background-color: #468847;
}
.fuelux .wizard > .steps li:first-child {
  border-radius: 4px 0 0 4px;
  padding-left: 20px;
}
.fuelux .wizard > .actions {
  z-index: 1000;
  position: absolute;
  right: 0;
  line-height: 46px;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  background-color: #e5e5e5;
  border-left: 1px solid #d4d4d4;
}
.fuelux .wizard > .actions a {
  line-height: 45px;
  font-size: 12px;
  margin-right: 8px;
}
.fuelux .wizard > .actions .btn-prev[disabled] {
  cursor: not-allowed;
}
.fuelux .wizard > .actions .btn-prev span {
  margin-right: 5px;
}
.fuelux .wizard > .actions .btn-next[disabled] {
  cursor: not-allowed;
}
.fuelux .wizard > .actions .btn-next span {
  margin-left: 5px;
}
.fuelux .wizard .step-content {
  border-top: 1px solid #D4D4D4;
  padding: 10px;
  float: left;
  width: 100%;
}
.fuelux .wizard .step-content .step-pane {
  display: none;
}
.fuelux .wizard .step-content > .active {
  display: block;
}
.fuelux .wizard .step-content > .active .btn-group .active {
  display: inline-block;
}
.fuelux .wizard.complete > .actions .glyphicon-arrow-right:before {
  display: none;
}
.fuelux .wizard.complete > .actions .glyphicon-arrow-right {
  margin-left: 0;
}
.block-wizard {
  padding: 0;
}
.fuelux .wizard {
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  background: #ffffff;
}
.fuelux .wizard label.control-label {
  font-weight: 600;
}
.fuelux .wizard .lwm-wizard-title {
  margin: 10px 0 0;
}
.fuelux .wizard > .actions {
  line-height: 48px;
  background: #f7f7f7;
}
.fuelux .wizard > .actions .btn .icon {
  font-size: 22px;
}
.fuelux .wizard > .steps > li {
  height: 48px;
  background-color: #f7f7f7;
}
.fuelux .wizard > .steps > li .chevron {
  border-left-color: #e0e0e0;
}
.fuelux .wizard > .steps > li .chevron:before {
  border-left: 14px solid #f7f7f7;
}
.fuelux .wizard > .steps li {
  font-size: 15px;
}
.fuelux .wizard > .steps li:first-child {
  border-radius: 0;
}
.fuelux .wizard > .steps li.active {
  background: #ffffff;
  color: #1188FF;
}
.fuelux .wizard > .steps li.active .chevron:before {
  -moz-transform: scale(0.9999);
  border-left: 14px solid #ffffff;
}
.fuelux .wizard > .steps li.complete {
  color: #ffffff;
  background: #1188FF;
}
.fuelux .wizard > .steps li.complete .chevron {
  border-left-color: #0074e7;
}
.fuelux .wizard > .steps li.complete .chevron:before {
  border-left: 14px solid #1188FF;
}
.fuelux .wizard > .steps li.complete:hover {
  background: #5c9aff;
}
.fuelux .wizard > .steps li.complete:hover .chevron:before {
  border-left-color: #5c9aff;
}
.fuelux .wizard > .steps li .chevron {
  -moz-transform: scale(0.9999);
}
.fuelux .wizard > .actions button {
  font-size: 12px;
}
.fuelux .wizard > .actions button i {
  font-size: 11px;
  line-height: 18px;
}
.fuelux .wizard > .actions button.btn-prev i {
  margin-right: 3px;
}
.fuelux .wizard > .actions button.btn-next i {
  margin-left: 3px;
}
.fuelux .wizard .step-content {
  padding: 20px 30px;
  clear: both;
  border-top: 1px solid #E2E2E2;
}
@media (max-width: 767px) {
  .wizard-row .fuelux {
    position: static;
  }
}
/*------------------------------------------------------------------
  [Nestable list]
*/
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-item .dd-handle,
.dd-list .dd3-item .dd-handle {
  cursor: default;
  display: block;
  margin: 5px 0;
  padding: 7px 10px;
  text-decoration: none;
  border: 1px solid #dedede;
  background: #ffffff;
}
.dd-list .dd-item .dd-handle:hover,
.dd-list .dd3-item .dd-handle:hover {
  color: #ffffff;
  background: #1188FF;
  border-color: #1188FF;
}
.dd-list .dd-item > button,
.dd-list .dd3-item > button {
  font-family: FontAwesome;
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 8px 2px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
.dd-list .dd-item > button:before,
.dd-list .dd3-item > button:before {
  content: '\f067';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-list .dd-item > button[data-action="collapse"]:before,
.dd-list .dd3-item > button[data-action="collapse"]:before {
  content: '\f068';
}
.dd-list .dd-item .dd3-content,
.dd-list .dd3-item .dd3-content {
  display: block;
  margin: 5px 0;
  padding: 7px 10px 7px 40px;
  text-decoration: none;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #dedede;
}
.dd-list .dd-item .dd3-content:hover,
.dd-list .dd3-item .dd3-content:hover {
  background: #ffffff;
}
.dd-list .dd-item .dd3-handle,
.dd-list .dd3-item .dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: all-scroll;
  width: 34px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #1188FF;
  background: #1188FF;
  height: 36px;
}
.dd-list .dd-item .dd3-handle:before,
.dd-list .dd3-item .dd3-handle:before {
  content: '=';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
}
.dd-list .dd-item .dd3-handle:hover,
.dd-list .dd3-item .dd3-handle:hover {
  background: #2b95ff;
  border-color: #2b95ff;
}
.dd-list .dd3-item > button {
  margin-left: 35px;
}
.dd-list .dd-item,
.dd-list .dd-empty,
.dd-list .dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-list .dd-placeholder,
.dd-list .dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #FFF;
  border: 1px dashed #b3b3b3;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-list .dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-list .dd-collapsed .dd-list {
  display: none;
}
.dd-list.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-list.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-list.dd-dragel .dd-handle,
.dd-list.dd-dragel .dd3-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.dd-list .dd-list {
  padding-left: 30px;
}
/*------------------------------------------------------------------
  [Bootstrap dateTime Picker]
*/
.datetimepicker .input-group-addon {
  padding: 0 9px;
  font-size: 24px;
}
.datetimepicker.dropdown-menu {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.datetimepicker.dropdown-menu:before {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}
.datetimepicker.dropdown-menu table {
  border-collapse: separate;
  border-spacing: 7px 2px;
}
.datetimepicker.dropdown-menu table thead tr th {
  padding: 10px 4px 8px;
}
.datetimepicker.dropdown-menu table thead tr th.prev,
.datetimepicker.dropdown-menu table thead tr th.next {
  padding: 0;
}
.datetimepicker.dropdown-menu table thead tr th.prev .s7-angle-right,
.datetimepicker.dropdown-menu table thead tr th.next .s7-angle-right,
.datetimepicker.dropdown-menu table thead tr th.prev .s7-angle-left,
.datetimepicker.dropdown-menu table thead tr th.next .s7-angle-left {
  font-size: 28px;
}
.datetimepicker.dropdown-menu table thead tr th.prev:hover,
.datetimepicker.dropdown-menu table thead tr th.next:hover {
  background-color: transparent;
  color: #1188FF;
}
.datetimepicker.dropdown-menu table thead tr th.switch {
  font-weight: 600;
  font-size: 14px;
}
.datetimepicker.dropdown-menu table thead tr th.switch:hover {
  background-color: transparent;
  color: #6f6f6f;
}
.datetimepicker.dropdown-menu table thead tr th.dow {
  font-weight: 400;
  font-size: 14px;
  padding-top: 10px;
}
.datetimepicker.dropdown-menu table tbody tr td {
  line-height: 31px;
  padding: 0 8px;
}
.datetimepicker.dropdown-menu table tbody tr td.day {
  border-radius: 50%;
  color: #888888;
}
.datetimepicker.dropdown-menu table tbody tr td.day.old,
.datetimepicker.dropdown-menu table tbody tr td.day.new {
  color: #c8c8c8;
}
.datetimepicker.dropdown-menu table tbody tr td.day.active {
  background: #1188FF;
  color: #ffffff;
  text-shadow: none;
}
.datetimepicker.dropdown-menu table tbody tr td .year,
.datetimepicker.dropdown-menu table tbody tr td .month,
.datetimepicker.dropdown-menu table tbody tr td .hour,
.datetimepicker.dropdown-menu table tbody tr td .minute {
  color: #888888;
}
.datetimepicker.dropdown-menu table tbody tr td .year.old,
.datetimepicker.dropdown-menu table tbody tr td .month.old,
.datetimepicker.dropdown-menu table tbody tr td .hour.old,
.datetimepicker.dropdown-menu table tbody tr td .minute.old,
.datetimepicker.dropdown-menu table tbody tr td .year.new,
.datetimepicker.dropdown-menu table tbody tr td .month.new,
.datetimepicker.dropdown-menu table tbody tr td .hour.new,
.datetimepicker.dropdown-menu table tbody tr td .minute.new {
  color: #c8c8c8;
}
.datetimepicker.dropdown-menu table tbody tr td .year.active,
.datetimepicker.dropdown-menu table tbody tr td .month.active,
.datetimepicker.dropdown-menu table tbody tr td .hour.active,
.datetimepicker.dropdown-menu table tbody tr td .minute.active {
  background: #1188FF;
  color: #ffffff;
  text-shadow: none;
}
.datetimepicker.dropdown-menu table tbody tr td fieldset legend {
  font-size: 17px;
  font-weight: 400;
  color: #6f6f6f;
  margin-bottom: 5px;
}
/*------------------------------------------------------------------
  [Select2]
*/
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 2px solid #eaeaea;
  border-radius: 0;
}
.select2-container--default .select2-selection--single {
  height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 10px 12px;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #777777;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  content: "\e688";
  font-family: 'Stroke 7';
  font-size: 28px;
  font-weight: normal;
  line-height: 42px;
  color: #777777;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 6px 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0;
  background-color: #f2f2f2;
  color: #6f6f6f;
  border-width: 0;
  padding: 4px 6px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #7b7b7b;
  margin-right: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #626262;
}
.select2-container--default.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 2px solid #eaeaea;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
  content: "\e682";
}
.select2-container--default.select2-container--open .select2-dropdown--below {
  top: -1px;
}
.select2-container--default .select2-results__group {
  font-size: 12px;
  color: #6f6f6f;
}
.select2-container--default .select2-results__option {
  padding: 10px 6px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #f7f7f7;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1188FF;
}
.select2-container--default .select2-dropdown {
  border-radius: 0;
  border-width: 2px;
  border-color: #eaeaea;
}
.select2-container--default .select2-search--dropdown {
  background-color: #f7f7f7;
  border-bottom: 2px solid #eaeaea;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: transparent;
  border-width: 0;
  outline: none;
}
/*------------------------------------------------------------------
  [Slider]
*/
/*Slider*/
.slider.slider-vertical {
  margin-right: 13px;
}
.slider-selection {
  background: #1188FF;
  border: 1px solid #1188FF;
  box-shadow: none;
}
.slider-track {
  background: #f2f2f2;
  box-shadow: none;
}
.slider-handle {
  opacity: 1;
  background: #FFFFFF;
  border: 3px solid #1188FF;
  background-clip: padding-box;
  box-shadow: none;
  height: 23px;
  width: 23px;
  transition: box-shadow 200ms ease-in-out;
}
.slider.slider-horizontal .slider-handle {
  margin-top: -7px;
}
.slider.slider-vertical .slider-handle {
  margin-left: -6px;
}
/*------------------------------------------------------------------
  [Summernote]
*/
.note-editor {
  margin-bottom: 0;
}
.note-editor .note-toolbar {
  margin: 0;
  padding-bottom: 5px;
}
.note-editor .note-toolbar .btn .fa {
  font-size: 14px;
}
.note-editor .note-toolbar > .btn-group {
  margin-left: 0;
  margin-right: 5px;
  margin-top: 5px;
}
.note-editor .note-toolbar .note-color .dropdown-toggle {
  padding-left: 5px;
  width: 20px;
}
.note-editor .note-statusbar {
  background-color: #f6f6f6;
}
.note-editor .note-statusbar .note-resizebar {
  height: auto;
  padding-top: 3px;
  padding-bottom: 4px;
}
.note-editor .note-editable {
  border: 2px solid #eaeaea;
  padding: 10px 12px;
  margin-top: 6px;
}
.note-editor .note-editing-area .note-editable {
  color: #555555;
}
/*------------------------------------------------------------------
  [Bootstrap Markdown]
*/
.md-editor {
  display: block;
  border: 2px solid #eaeaea;
}
.md-editor > .md-header,
.md-editor .md-footer {
  display: block;
  padding: 6px 4px;
  background: transparent;
}
.md-editor > .md-header {
  margin: 0;
}
.md-editor > .md-preview {
  background: #fff;
  border-top: 2px solid #eaeaea;
  padding: 10px 12px;
  min-height: 10px;
  overflow: auto;
}
.md-editor > textarea {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 13px;
  outline: 0;
  outline: thin dotted  \9;
  /* IE6-9 */
  margin: 0;
  display: block;
  padding: 10px 12px;
  width: 100%;
  border: 0;
  border-top: 2px solid #eaeaea;
  border-radius: 0;
  box-shadow: none;
  background: #fafafa;
}
.md-editor > textarea:focus {
  box-shadow: none;
  background: #fff;
}
.md-editor.active {
  border-color: #d1d1d1;
  outline: 0;
}
.md-editor .md-controls {
  float: right;
  padding: 3px;
}
.md-editor .md-controls .md-control {
  right: 5px;
  color: #bebebe;
  padding: 3px 3px 3px 10px;
}
.md-editor .md-controls .md-control:hover {
  color: #333;
}
.md-editor.md-fullscreen-mode {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 60px 30px 15px;
  background: #fff !important;
  border: 0 !important;
}
.md-editor.md-fullscreen-mode .md-footer {
  display: none;
}
.md-editor.md-fullscreen-mode .md-input,
.md-editor.md-fullscreen-mode .md-preview {
  margin: 0 auto !important;
  height: 100% !important;
  font-size: 20px !important;
  padding: 20px !important;
  color: #999;
  line-height: 1.6em !important;
  resize: none !important;
  box-shadow: none !important;
  background: #fff !important;
  border: 0 !important;
}
.md-editor.md-fullscreen-mode .md-preview {
  color: #333;
  overflow: auto;
}
.md-editor.md-fullscreen-mode .md-input:hover,
.md-editor.md-fullscreen-mode .md-input:focus {
  color: #333;
  background: #fff !important;
}
.md-editor.md-fullscreen-mode .md-header {
  background: none;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 20px;
}
.md-editor.md-fullscreen-mode .btn-group {
  float: none;
}
.md-editor.md-fullscreen-mode .btn {
  border: 0;
  background: none;
  color: #b3b3b3;
}
.md-editor.md-fullscreen-mode .btn:hover,
.md-editor.md-fullscreen-mode .btn:focus,
.md-editor.md-fullscreen-mode .btn.active,
.md-editor.md-fullscreen-mode .btn:active {
  box-shadow: none;
  color: #333;
}
.md-editor.md-fullscreen-mode .md-fullscreen-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  z-index: 1002;
  display: block;
}
.md-editor.md-fullscreen-mode .md-fullscreen-controls a {
  color: #b3b3b3;
  clear: right;
  margin: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover {
  color: #333;
  text-decoration: none;
}
.md-editor.md-fullscreen-mode .md-editor {
  height: 100% !important;
  position: relative;
}
.md-editor .md-fullscreen-controls {
  display: none;
}
.md-nooverflow {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
/*------------------------------------------------------------------
  [Parsley]
*/
.parsley-errors-list.filled {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 15px 20px;
  position: relative;
  background-color: #ba1818;
  color: #ffffff;
}
.parsley-errors-list.filled:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 20px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ba1818;
}
.parsley-errors-list.filled > li {
  list-style: none;
}
/*------------------------------------------------------------------
  [dataTables]
*/
table.dataTable {
  margin: 0 !important;
}
div.dataTables_wrapper div.dataTables_info {
  color: #767676;
  padding-top: 9px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 0;
}
div.dataTables_wrapper div.dataTables_filter input {
  padding-top: 6px;
  padding-bottom: 6px;
}
div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
  margin-bottom: 0;
  font-size: 13px;
  color: #767676;
}
div.dataTables_wrapper div.dataTables_length label select {
  padding: 2px;
}
.am-datatable-header {
  border-bottom: 1px solid #eaeaea;
  margin: 2px 0 0;
  padding: 15px 10px 22px;
}
.am-datatable-header .dt-buttons .btn embed {
  outline: none;
}
.am-datatable-footer {
  margin: 0;
  padding: 15px 3px 13px;
  background-color: #f7f7f7;
  border-top: 1px solid #eaeaea;
}
/*------------------------------------------------------------------
  [Helper classes]
*/
.xs-p-50 {
  padding: 50px !important;
}
.xs-pt-50 {
  padding-top: 50px !important;
}
.xs-pl-50 {
  padding-left: 50px !important;
}
.xs-pr-50 {
  padding-right: 50px !important;
}
.xs-pb-50 {
  padding-bottom: 50px !important;
}
.xs-m-50 {
  margin: 50px !important;
}
.xs-mt-50 {
  margin-top: 50px !important;
}
.xs-ml-50 {
  margin-left: 50px !important;
}
.xs-mr-50 {
  margin-right: 50px !important;
}
.xs-mb-50 {
  margin-bottom: 50px !important;
}
.xs-p-40 {
  padding: 40px !important;
}
.xs-pt-40 {
  padding-top: 40px !important;
}
.xs-pl-40 {
  padding-left: 40px !important;
}
.xs-pr-40 {
  padding-right: 40px !important;
}
.xs-pb-40 {
  padding-bottom: 40px !important;
}
.xs-m-40 {
  margin: 40px !important;
}
.xs-mt-40 {
  margin-top: 40px !important;
}
.xs-ml-40 {
  margin-left: 40px !important;
}
.xs-mr-40 {
  margin-right: 40px !important;
}
.xs-mb-40 {
  margin-bottom: 40px !important;
}
.xs-p-30 {
  padding: 30px !important;
}
.xs-pt-30 {
  padding-top: 30px !important;
}
.xs-pl-30 {
  padding-left: 30px !important;
}
.xs-pr-30 {
  padding-right: 30px !important;
}
.xs-pb-30 {
  padding-bottom: 30px !important;
}
.xs-m-30 {
  margin: 30px !important;
}
.xs-mt-30 {
  margin-top: 30px !important;
}
.xs-ml-30 {
  margin-left: 30px !important;
}
.xs-mr-30 {
  margin-right: 30px !important;
}
.xs-mb-30 {
  margin-bottom: 30px !important;
}
.xs-p-20 {
  padding: 20px !important;
}
.xs-pt-20 {
  padding-top: 20px !important;
}
.xs-pl-20 {
  padding-left: 20px !important;
}
.xs-pr-20 {
  padding-right: 20px !important;
}
.xs-pb-20 {
  padding-bottom: 20px !important;
}
.xs-m-20 {
  margin: 20px !important;
}
.xs-mt-20 {
  margin-top: 20px !important;
}
.xs-ml-20 {
  margin-left: 20px !important;
}
.xs-mr-20 {
  margin-right: 20px !important;
}
.xs-mb-20 {
  margin-bottom: 20px !important;
}
.xs-p-15 {
  padding: 15px !important;
}
.xs-pt-15 {
  padding-top: 15px !important;
}
.xs-pl-15 {
  padding-left: 15px !important;
}
.xs-pr-15 {
  padding-right: 15px !important;
}
.xs-pb-15 {
  padding-bottom: 15px !important;
}
.xs-m-15 {
  margin: 15px !important;
}
.xs-mt-15 {
  margin-top: 15px !important;
}
.xs-ml-15 {
  margin-left: 15px !important;
}
.xs-mr-15 {
  margin-right: 15px !important;
}
.xs-mb-15 {
  margin-bottom: 15px !important;
}
.xs-p-10 {
  padding: 10px !important;
}
.xs-pt-10 {
  padding-top: 10px !important;
}
.xs-pl-10 {
  padding-left: 10px !important;
}
.xs-pr-10 {
  padding-right: 10px !important;
}
.xs-pb-10 {
  padding-bottom: 10px !important;
}
.xs-m-10 {
  margin: 10px !important;
}
.xs-mt-10 {
  margin-top: 10px !important;
}
.xs-ml-10 {
  margin-left: 10px !important;
}
.xs-mr-10 {
  margin-right: 10px !important;
}
.xs-mb-10 {
  margin-bottom: 10px !important;
}
.xs-p-5 {
  padding: 5px !important;
}
.xs-pt-5 {
  padding-top: 5px !important;
}
.xs-pl-5 {
  padding-left: 5px !important;
}
.xs-pr-5 {
  padding-right: 5px !important;
}
.xs-pb-5 {
  padding-bottom: 5px !important;
}
.xs-m-5 {
  margin: 5px !important;
}
.xs-mt-5 {
  margin-top: 5px !important;
}
.xs-ml-5 {
  margin-left: 5px !important;
}
.xs-mr-5 {
  margin-right: 5px !important;
}
.xs-mb-5 {
  margin-bottom: 5px !important;
}
.xs-p-0 {
  padding: 0px !important;
}
.xs-pt-0 {
  padding-top: 0px !important;
}
.xs-pl-0 {
  padding-left: 0px !important;
}
.xs-pr-0 {
  padding-right: 0px !important;
}
.xs-pb-0 {
  padding-bottom: 0px !important;
}
.xs-m-0 {
  margin: 0px !important;
}
.xs-mt-0 {
  margin-top: 0px !important;
}
.xs-ml-0 {
  margin-left: 0px !important;
}
.xs-mr-0 {
  margin-right: 0px !important;
}
.xs-mb-0 {
  margin-bottom: 0px !important;
}
@media (min-width: 768px) {
  .sm-p-50 {
    padding: 50px !important;
  }
  .sm-pt-50 {
    padding-top: 50px !important;
  }
  .sm-pl-50 {
    padding-left: 50px !important;
  }
  .sm-pr-50 {
    padding-right: 50px !important;
  }
  .sm-pb-50 {
    padding-bottom: 50px !important;
  }
  .sm-m-50 {
    margin: 50px !important;
  }
  .sm-mt-50 {
    margin-top: 50px !important;
  }
  .sm-ml-50 {
    margin-left: 50px !important;
  }
  .sm-mr-50 {
    margin-right: 50px !important;
  }
  .sm-mb-50 {
    margin-bottom: 50px !important;
  }
  .sm-p-40 {
    padding: 40px !important;
  }
  .sm-pt-40 {
    padding-top: 40px !important;
  }
  .sm-pl-40 {
    padding-left: 40px !important;
  }
  .sm-pr-40 {
    padding-right: 40px !important;
  }
  .sm-pb-40 {
    padding-bottom: 40px !important;
  }
  .sm-m-40 {
    margin: 40px !important;
  }
  .sm-mt-40 {
    margin-top: 40px !important;
  }
  .sm-ml-40 {
    margin-left: 40px !important;
  }
  .sm-mr-40 {
    margin-right: 40px !important;
  }
  .sm-mb-40 {
    margin-bottom: 40px !important;
  }
  .sm-p-30 {
    padding: 30px !important;
  }
  .sm-pt-30 {
    padding-top: 30px !important;
  }
  .sm-pl-30 {
    padding-left: 30px !important;
  }
  .sm-pr-30 {
    padding-right: 30px !important;
  }
  .sm-pb-30 {
    padding-bottom: 30px !important;
  }
  .sm-m-30 {
    margin: 30px !important;
  }
  .sm-mt-30 {
    margin-top: 30px !important;
  }
  .sm-ml-30 {
    margin-left: 30px !important;
  }
  .sm-mr-30 {
    margin-right: 30px !important;
  }
  .sm-mb-30 {
    margin-bottom: 30px !important;
  }
  .sm-p-20 {
    padding: 20px !important;
  }
  .sm-pt-20 {
    padding-top: 20px !important;
  }
  .sm-pl-20 {
    padding-left: 20px !important;
  }
  .sm-pr-20 {
    padding-right: 20px !important;
  }
  .sm-pb-20 {
    padding-bottom: 20px !important;
  }
  .sm-m-20 {
    margin: 20px !important;
  }
  .sm-mt-20 {
    margin-top: 20px !important;
  }
  .sm-ml-20 {
    margin-left: 20px !important;
  }
  .sm-mr-20 {
    margin-right: 20px !important;
  }
  .sm-mb-20 {
    margin-bottom: 20px !important;
  }
  .sm-p-15 {
    padding: 15px !important;
  }
  .sm-pt-15 {
    padding-top: 15px !important;
  }
  .sm-pl-15 {
    padding-left: 15px !important;
  }
  .sm-pr-15 {
    padding-right: 15px !important;
  }
  .sm-pb-15 {
    padding-bottom: 15px !important;
  }
  .sm-m-15 {
    margin: 15px !important;
  }
  .sm-mt-15 {
    margin-top: 15px !important;
  }
  .sm-ml-15 {
    margin-left: 15px !important;
  }
  .sm-mr-15 {
    margin-right: 15px !important;
  }
  .sm-mb-15 {
    margin-bottom: 15px !important;
  }
  .sm-p-10 {
    padding: 10px !important;
  }
  .sm-pt-10 {
    padding-top: 10px !important;
  }
  .sm-pl-10 {
    padding-left: 10px !important;
  }
  .sm-pr-10 {
    padding-right: 10px !important;
  }
  .sm-pb-10 {
    padding-bottom: 10px !important;
  }
  .sm-m-10 {
    margin: 10px !important;
  }
  .sm-mt-10 {
    margin-top: 10px !important;
  }
  .sm-ml-10 {
    margin-left: 10px !important;
  }
  .sm-mr-10 {
    margin-right: 10px !important;
  }
  .sm-mb-10 {
    margin-bottom: 10px !important;
  }
  .sm-p-5 {
    padding: 5px !important;
  }
  .sm-pt-5 {
    padding-top: 5px !important;
  }
  .sm-pl-5 {
    padding-left: 5px !important;
  }
  .sm-pr-5 {
    padding-right: 5px !important;
  }
  .sm-pb-5 {
    padding-bottom: 5px !important;
  }
  .sm-m-5 {
    margin: 5px !important;
  }
  .sm-mt-5 {
    margin-top: 5px !important;
  }
  .sm-ml-5 {
    margin-left: 5px !important;
  }
  .sm-mr-5 {
    margin-right: 5px !important;
  }
  .sm-mb-5 {
    margin-bottom: 5px !important;
  }
  .sm-p-0 {
    padding: 0px !important;
  }
  .sm-pt-0 {
    padding-top: 0px !important;
  }
  .sm-pl-0 {
    padding-left: 0px !important;
  }
  .sm-pr-0 {
    padding-right: 0px !important;
  }
  .sm-pb-0 {
    padding-bottom: 0px !important;
  }
  .sm-m-0 {
    margin: 0px !important;
  }
  .sm-mt-0 {
    margin-top: 0px !important;
  }
  .sm-ml-0 {
    margin-left: 0px !important;
  }
  .sm-mr-0 {
    margin-right: 0px !important;
  }
  .sm-mb-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  .md-p-50 {
    padding: 50px !important;
  }
  .md-pt-50 {
    padding-top: 50px !important;
  }
  .md-pl-50 {
    padding-left: 50px !important;
  }
  .md-pr-50 {
    padding-right: 50px !important;
  }
  .md-pb-50 {
    padding-bottom: 50px !important;
  }
  .md-m-50 {
    margin: 50px !important;
  }
  .md-mt-50 {
    margin-top: 50px !important;
  }
  .md-ml-50 {
    margin-left: 50px !important;
  }
  .md-mr-50 {
    margin-right: 50px !important;
  }
  .md-mb-50 {
    margin-bottom: 50px !important;
  }
  .md-p-40 {
    padding: 40px !important;
  }
  .md-pt-40 {
    padding-top: 40px !important;
  }
  .md-pl-40 {
    padding-left: 40px !important;
  }
  .md-pr-40 {
    padding-right: 40px !important;
  }
  .md-pb-40 {
    padding-bottom: 40px !important;
  }
  .md-m-40 {
    margin: 40px !important;
  }
  .md-mt-40 {
    margin-top: 40px !important;
  }
  .md-ml-40 {
    margin-left: 40px !important;
  }
  .md-mr-40 {
    margin-right: 40px !important;
  }
  .md-mb-40 {
    margin-bottom: 40px !important;
  }
  .md-p-30 {
    padding: 30px !important;
  }
  .md-pt-30 {
    padding-top: 30px !important;
  }
  .md-pl-30 {
    padding-left: 30px !important;
  }
  .md-pr-30 {
    padding-right: 30px !important;
  }
  .md-pb-30 {
    padding-bottom: 30px !important;
  }
  .md-m-30 {
    margin: 30px !important;
  }
  .md-mt-30 {
    margin-top: 30px !important;
  }
  .md-ml-30 {
    margin-left: 30px !important;
  }
  .md-mr-30 {
    margin-right: 30px !important;
  }
  .md-mb-30 {
    margin-bottom: 30px !important;
  }
  .md-p-20 {
    padding: 20px !important;
  }
  .md-pt-20 {
    padding-top: 20px !important;
  }
  .md-pl-20 {
    padding-left: 20px !important;
  }
  .md-pr-20 {
    padding-right: 20px !important;
  }
  .md-pb-20 {
    padding-bottom: 20px !important;
  }
  .md-m-20 {
    margin: 20px !important;
  }
  .md-mt-20 {
    margin-top: 20px !important;
  }
  .md-ml-20 {
    margin-left: 20px !important;
  }
  .md-mr-20 {
    margin-right: 20px !important;
  }
  .md-mb-20 {
    margin-bottom: 20px !important;
  }
  .md-p-15 {
    padding: 15px !important;
  }
  .md-pt-15 {
    padding-top: 15px !important;
  }
  .md-pl-15 {
    padding-left: 15px !important;
  }
  .md-pr-15 {
    padding-right: 15px !important;
  }
  .md-pb-15 {
    padding-bottom: 15px !important;
  }
  .md-m-15 {
    margin: 15px !important;
  }
  .md-mt-15 {
    margin-top: 15px !important;
  }
  .md-ml-15 {
    margin-left: 15px !important;
  }
  .md-mr-15 {
    margin-right: 15px !important;
  }
  .md-mb-15 {
    margin-bottom: 15px !important;
  }
  .md-p-10 {
    padding: 10px !important;
  }
  .md-pt-10 {
    padding-top: 10px !important;
  }
  .md-pl-10 {
    padding-left: 10px !important;
  }
  .md-pr-10 {
    padding-right: 10px !important;
  }
  .md-pb-10 {
    padding-bottom: 10px !important;
  }
  .md-m-10 {
    margin: 10px !important;
  }
  .md-mt-10 {
    margin-top: 10px !important;
  }
  .md-ml-10 {
    margin-left: 10px !important;
  }
  .md-mr-10 {
    margin-right: 10px !important;
  }
  .md-mb-10 {
    margin-bottom: 10px !important;
  }
  .md-p-5 {
    padding: 5px !important;
  }
  .md-pt-5 {
    padding-top: 5px !important;
  }
  .md-pl-5 {
    padding-left: 5px !important;
  }
  .md-pr-5 {
    padding-right: 5px !important;
  }
  .md-pb-5 {
    padding-bottom: 5px !important;
  }
  .md-m-5 {
    margin: 5px !important;
  }
  .md-mt-5 {
    margin-top: 5px !important;
  }
  .md-ml-5 {
    margin-left: 5px !important;
  }
  .md-mr-5 {
    margin-right: 5px !important;
  }
  .md-mb-5 {
    margin-bottom: 5px !important;
  }
  .md-p-0 {
    padding: 0px !important;
  }
  .md-pt-0 {
    padding-top: 0px !important;
  }
  .md-pl-0 {
    padding-left: 0px !important;
  }
  .md-pr-0 {
    padding-right: 0px !important;
  }
  .md-pb-0 {
    padding-bottom: 0px !important;
  }
  .md-m-0 {
    margin: 0px !important;
  }
  .md-mt-0 {
    margin-top: 0px !important;
  }
  .md-ml-0 {
    margin-left: 0px !important;
  }
  .md-mr-0 {
    margin-right: 0px !important;
  }
  .md-mb-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1200px) {
  .lg-p-200 {
    padding: 200px !important;
  }
  .lg-pt-200 {
    padding-top: 200px !important;
  }
  .lg-pl-200 {
    padding-left: 200px !important;
  }
  .lg-pr-200 {
    padding-right: 200px !important;
  }
  .lg-pb-200 {
    padding-bottom: 200px !important;
  }
  .lg-m-200 {
    margin: 200px !important;
  }
  .lg-mt-200 {
    margin-top: 200px !important;
  }
  .lg-ml-200 {
    margin-left: 200px !important;
  }
  .lg-mr-200 {
    margin-right: 200px !important;
  }
  .lg-mb-200 {
    margin-bottom: 200px !important;
  }
  .lg-p-150 {
    padding: 150px !important;
  }
  .lg-pt-150 {
    padding-top: 150px !important;
  }
  .lg-pl-150 {
    padding-left: 150px !important;
  }
  .lg-pr-150 {
    padding-right: 150px !important;
  }
  .lg-pb-150 {
    padding-bottom: 150px !important;
  }
  .lg-m-150 {
    margin: 150px !important;
  }
  .lg-mt-150 {
    margin-top: 150px !important;
  }
  .lg-ml-150 {
    margin-left: 150px !important;
  }
  .lg-mr-150 {
    margin-right: 150px !important;
  }
  .lg-mb-150 {
    margin-bottom: 150px !important;
  }
  .lg-p-100 {
    padding: 100px !important;
  }
  .lg-pt-100 {
    padding-top: 100px !important;
  }
  .lg-pl-100 {
    padding-left: 100px !important;
  }
  .lg-pr-100 {
    padding-right: 100px !important;
  }
  .lg-pb-100 {
    padding-bottom: 100px !important;
  }
  .lg-m-100 {
    margin: 100px !important;
  }
  .lg-mt-100 {
    margin-top: 100px !important;
  }
  .lg-ml-100 {
    margin-left: 100px !important;
  }
  .lg-mr-100 {
    margin-right: 100px !important;
  }
  .lg-mb-100 {
    margin-bottom: 100px !important;
  }
  .lg-p-50 {
    padding: 50px !important;
  }
  .lg-pt-50 {
    padding-top: 50px !important;
  }
  .lg-pl-50 {
    padding-left: 50px !important;
  }
  .lg-pr-50 {
    padding-right: 50px !important;
  }
  .lg-pb-50 {
    padding-bottom: 50px !important;
  }
  .lg-m-50 {
    margin: 50px !important;
  }
  .lg-mt-50 {
    margin-top: 50px !important;
  }
  .lg-ml-50 {
    margin-left: 50px !important;
  }
  .lg-mr-50 {
    margin-right: 50px !important;
  }
  .lg-mb-50 {
    margin-bottom: 50px !important;
  }
  .lg-p-40 {
    padding: 40px !important;
  }
  .lg-pt-40 {
    padding-top: 40px !important;
  }
  .lg-pl-40 {
    padding-left: 40px !important;
  }
  .lg-pr-40 {
    padding-right: 40px !important;
  }
  .lg-pb-40 {
    padding-bottom: 40px !important;
  }
  .lg-m-40 {
    margin: 40px !important;
  }
  .lg-mt-40 {
    margin-top: 40px !important;
  }
  .lg-ml-40 {
    margin-left: 40px !important;
  }
  .lg-mr-40 {
    margin-right: 40px !important;
  }
  .lg-mb-40 {
    margin-bottom: 40px !important;
  }
  .lg-p-30 {
    padding: 30px !important;
  }
  .lg-pt-30 {
    padding-top: 30px !important;
  }
  .lg-pl-30 {
    padding-left: 30px !important;
  }
  .lg-pr-30 {
    padding-right: 30px !important;
  }
  .lg-pb-30 {
    padding-bottom: 30px !important;
  }
  .lg-m-30 {
    margin: 30px !important;
  }
  .lg-mt-30 {
    margin-top: 30px !important;
  }
  .lg-ml-30 {
    margin-left: 30px !important;
  }
  .lg-mr-30 {
    margin-right: 30px !important;
  }
  .lg-mb-30 {
    margin-bottom: 30px !important;
  }
  .lg-p-20 {
    padding: 20px !important;
  }
  .lg-pt-20 {
    padding-top: 20px !important;
  }
  .lg-pl-20 {
    padding-left: 20px !important;
  }
  .lg-pr-20 {
    padding-right: 20px !important;
  }
  .lg-pb-20 {
    padding-bottom: 20px !important;
  }
  .lg-m-20 {
    margin: 20px !important;
  }
  .lg-mt-20 {
    margin-top: 20px !important;
  }
  .lg-ml-20 {
    margin-left: 20px !important;
  }
  .lg-mr-20 {
    margin-right: 20px !important;
  }
  .lg-mb-20 {
    margin-bottom: 20px !important;
  }
  .lg-p-15 {
    padding: 15px !important;
  }
  .lg-pt-15 {
    padding-top: 15px !important;
  }
  .lg-pl-15 {
    padding-left: 15px !important;
  }
  .lg-pr-15 {
    padding-right: 15px !important;
  }
  .lg-pb-15 {
    padding-bottom: 15px !important;
  }
  .lg-m-15 {
    margin: 15px !important;
  }
  .lg-mt-15 {
    margin-top: 15px !important;
  }
  .lg-ml-15 {
    margin-left: 15px !important;
  }
  .lg-mr-15 {
    margin-right: 15px !important;
  }
  .lg-mb-15 {
    margin-bottom: 15px !important;
  }
  .lg-p-10 {
    padding: 10px !important;
  }
  .lg-pt-10 {
    padding-top: 10px !important;
  }
  .lg-pl-10 {
    padding-left: 10px !important;
  }
  .lg-pr-10 {
    padding-right: 10px !important;
  }
  .lg-pb-10 {
    padding-bottom: 10px !important;
  }
  .lg-m-10 {
    margin: 10px !important;
  }
  .lg-mt-10 {
    margin-top: 10px !important;
  }
  .lg-ml-10 {
    margin-left: 10px !important;
  }
  .lg-mr-10 {
    margin-right: 10px !important;
  }
  .lg-mb-10 {
    margin-bottom: 10px !important;
  }
  .lg-p-5 {
    padding: 5px !important;
  }
  .lg-pt-5 {
    padding-top: 5px !important;
  }
  .lg-pl-5 {
    padding-left: 5px !important;
  }
  .lg-pr-5 {
    padding-right: 5px !important;
  }
  .lg-pb-5 {
    padding-bottom: 5px !important;
  }
  .lg-m-5 {
    margin: 5px !important;
  }
  .lg-mt-5 {
    margin-top: 5px !important;
  }
  .lg-ml-5 {
    margin-left: 5px !important;
  }
  .lg-mr-5 {
    margin-right: 5px !important;
  }
  .lg-mb-5 {
    margin-bottom: 5px !important;
  }
  .lg-p-0 {
    padding: 0px !important;
  }
  .lg-pt-0 {
    padding-top: 0px !important;
  }
  .lg-pl-0 {
    padding-left: 0px !important;
  }
  .lg-pr-0 {
    padding-right: 0px !important;
  }
  .lg-pb-0 {
    padding-bottom: 0px !important;
  }
  .lg-m-0 {
    margin: 0px !important;
  }
  .lg-mt-0 {
    margin-top: 0px !important;
  }
  .lg-ml-0 {
    margin-left: 0px !important;
  }
  .lg-mr-0 {
    margin-right: 0px !important;
  }
  .lg-mb-0 {
    margin-bottom: 0px !important;
  }
}
/* Put a border around the whole thing that goes green if we have completed it. */
.lwm-achievement {
  border-color: gray;
  border-width: 3px;
  border-style: solid;
  border-radius: 5px;
  width: 160px;
  height: 200px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding-top: 10px;
  position: relative;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .lwm-achievement {
    margin-bottom: 20px;
    margin-top: 0px;
  }
}
.lwm-achievement-completed {
  border-color: #56b33b;
  border-width: 3px;
  background-color: #f7fbff;
}
/* When we expand we want to take 3 times the width and show the detail panel. */
.lwm-achievement-expanded {
  width: 480px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .lwm-achievement-expanded {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .lwm-achievement-expanded {
    width: 97%;
  }
}
.lwm-achievement-detail {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  margin-top: -21px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .lwm-achievement-detail {
    width: 90%;
    margin-top: -19px;
  }
}
@media (max-width: 767px) {
  .lwm-achievement-detail {
    width: 89%;
    margin-top: -20px;
  }
}
.lwm-achievement-collapsed .lwm-achievement-detail {
  display: none !important;
}
.lwm-achievement-summary {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.lwm-achievement-summary .lwm-achievement-percentage {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* Achievement icons should be in a big font and fixed size  */
.lwm-achievement-icon {
  font-size: 100px;
  height: 70px;
  width: 70px;
}
/* image has replaced icon */
.lwm-achievement-image img {
  height: 90px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
/* If we've achieved the image then don't grayscale it but make it colorful */
.lwm-achievement-incomplete .lwm-achievement-icon {
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.lwm-achievement-completed .lwm-achievement-icon {
  color: #1188FF;
}
/* badge within the achievement should to on top right. */
.lwm-achievement .badge {
  position: absolute;
  top: 25px;
  right: 10px;
  background-color: #ff0000;
  padding: 5px 7px;
  border-radius: 50%;
}
/* Text should be bigger and have a fixed amount of space it takes up */
.lwm-achievement-text {
  font-weight: bold;
  font-size: 15px;
  height: 40px;
}
/* set date to be at the top of the award */
.lwm-achievement-awarded-dates {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* Show each requirement in a block */
.lwm-achievement-requirement {
  background-color: #C0C0C0;
  border: 1px solid #000000;
}
.lwm-achievement-requirement-text {
  text-align: left;
}
.lwm-achievement-requirement-progress {
  background-color: #505050;
  /*border: 1px solid #000000;*/
  color: white;
  padding-left: 2px;
  padding-right: 0;
  height: 36px;
  padding-top: 8px;
}
/* Ranks should be similar but bigger */
.lwm-rank-icon {
  font-size: 130px;
  height: 130px;
  width: 130px;
}
.lwm-rank {
  vertical-align: middle;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .lwm-rank {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
.lwm-rank-next-rank-text {
  font-weight: bold;
}
.lwm-rank-text {
  font-weight: bold;
  font-size: 30px;
  height: 65px;
}
@media (max-width: 767px) {
  .lwm-rank-text {
    font-size: 20px;
    height: 40px;
  }
}
/* image has replaced icon */
.lwm-rank-image img {
  height: 150px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .lwm-rank-image img {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .lwm-user-badges {
    text-align: center;
  }
}
.lwm-achievement-toggle-detail {
  cursor: pointer;
}
/* iOS Specific classes */
/* Stop the zoom on input, this gets really messy otherwise. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    /*background: #eee;*/
    /* may need to uncomment this for select's if they show transparent */
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
.lwm-logo-sidebar,
.am-logo {
  background-image: url('/Images/skillshub/logo-thumbnail.png') !important;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .lwm-logo-sidebar,
  .am-logo {
    background-image: url('/Images/skillshub/logo-thumbnail.png') !important;
    background-size: contain !important;
  }
}
@media (max-width: 767px) {
  .lwm-logo-sidebar,
  .am-logo {
    background-image: url('/Images/skillshub/logo-thumbnail.png') !important;
    background-size: contain !important;
  }
}
.navbar-brand,
.lwm-logo-topbar {
  background-image: url('/Images/skillshub/logo-thumbnail.png') !important;
  /*background-size: 45% !important;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .lwm-logo.lwm-logo-topbar {
    display: none;
  }
}
.lwm-file-upload {
  margin-bottom: 10px;
}
.lwm-requirements-score {
  font-size: larger;
  font-weight: bold;
  background-color: #88ca92;
  border-color: #65ba72;
  border-width: 1px;
}
.lwm-help-alert-icon {
  font-size: 60px;
}
@media (min-width: 768px) {
  .lwm-help-alert-icon {
    font-size: 80px;
  }
}
.requirements-score-individual {
  width: 100%;
  max-width: none !important;
}
.requirements-score-individual:focus {
  font-size: 14px !important;
}
.lwm-requirements-score {
  background-color: #88ca92;
  color: #57b465;
  text-align: center;
}
.lwm-observation-score {
  line-height: 5em !important;
  font-size: 23px !important;
  padding: 30px !important;
  color: #57b465;
  background-color: #88ca92;
}
@media all and (max-width: 767px) {
  .lwm-observation-score {
    padding: 25px;
    line-height: 3.5em;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 20px;
    line-height: 22px;
  }
  h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
/* The title icon should appear in a round grey box. */
/* Images should display with a fallback on the icon font so we stack them when they are available.*/
.lwm-title-icon {
  width: 80px;
  height: 80px;
  text-align: center;
}
.lwm-title-icon i {
  display: block;
  color: #1188FF;
  background-color: #cccccc;
  border: 5px;
  border-color: transparent;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  position: absolute;
  top: 0px;
  line-height: 60px;
  font-size: 60px;
}
.lwm-title-icon-img {
  color: #1188FF;
  /*background-color: @alt-color4;*/
  border: 5px;
  border-color: transparent;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0px;
}
.lwm-me-language-container {
  position: absolute;
  right: 15px;
}
@media (max-width: 767px) {
  .lwm-me-language-container {
    right: 7px;
  }
}
.lwm-user-nav .lwm-icon-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  float: left;
  margin-top: -5px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .lwm-user-nav .lwm-icon-image {
    margin-top: 10px;
  }
}
.lwm-user-nav .lwm-icon-image img {
  border-radius: 50%;
}
.nav li {
  display: inline-block;
}
@media (max-width: 767px) {
  .lwm-user-nav li {
    float: left;
  }
  .lwm-user-nav li.active a {
    height: 64px !important;
  }
  .lwm-user-nav .lwm-icon-image {
    margin-right: 9px !important;
  }
  .lwm-language-selector {
    margin-top: 15px;
    margin-left: 0px !important;
  }
  .am-top-header .navbar-nav {
    margin: 0px 0px;
  }
  .am-top-header .navbar-header .am-toggle-left-sidebar {
    padding: 0px 10px !important;
  }
}
h2 i {
  padding-right: 5px;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 18px;
  }
  .page-head {
    padding: 10px 15px 10px;
    margin-bottom: 4px;
  }
  .page-header h1 {
    margin-left: 20px;
  }
  .page-title {
    float: left;
    padding-left: 10px;
  }
  .lwm-user-nav-text {
    display: none !important;
  }
  .lwm-user-nav .lwm-icon-stack {
    font-size: 30px !important;
    margin-right: 10px !important;
  }
  .lwm-user-nav a {
    height: 40px !important;
  }
}
.breadcrumb {
  margin-bottom: 12px;
}
.lwm-language-selector {
  display: inline-block !important;
  margin-right: 5px;
  margin-left: -15px;
}
@media (max-width: 767px) {
  .lwm-language-selector.open .dropdown-menu {
    position: absolute !important;
    left: -265px;
    float: left !important;
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
  }
  .lwm-data-language-selector.open .dropdown-menu {
    position: absolute !important;
    left: 0px;
    right: 0px;
    float: left !important;
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
  }
  .lwm-get-help-link .icon {
    margin-right: -5px;
  }
}
/*
 * Styles for the heading that appears at the top of pages.
 */
.lwm-heading {
  background-color: #ffffff;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 4px;
  padding-top: 8px;
  border-bottom: 1px solid #1188FF;
}
.lwm-heading {
  /* 50px icons. */
}
.lwm-heading .lwm-icon-stack {
  display: table-cell;
  font-size: 36px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  margin-right: 6px;
  border: 0px solid transparent;
  border-radius: 50%;
  background-color: #555555;
  color: #1188FF;
}
.lwm-heading .lwm-icon-stack i.icon {
  max-width: 60px;
  max-height: 60px;
}
.lwm-heading .lwm-icon-stack img {
  width: 60px;
  height: 60px;
  border: 0px solid transparent;
  border-radius: 50%;
}
.lwm-heading .lwm-heading-image-with-fallback {
  width: 60px;
  height: 60px;
  float: left;
  background-color: #3a4d55;
  position: relative;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
}
.lwm-heading .lwm-heading-image-with-fallback img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  /* Half the height */
  margin-left: -20px;
  /* Half the width */
}
.lwm-heading .lwm-heading-title {
  /* helps to vertically center the h1 text in the heading with one line or 2*/
  height: 58px;
  line-height: 58px;
}
@media (max-width: 767px) {
  .lwm-heading .lwm-heading-title {
    height: 48px;
    line-height: 48px;
  }
}
.lwm-heading .lwm-heading-title h1 {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.lwm-heading h1 {
  font-size: 30px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.lwm-heading h2 {
  font-size: 18px;
  margin-top: 14px;
}
.lwm-heading .breadcrumb {
  /*background-color: @light-color;*/
}
.lwm-heading .lwm-admin-button {
  margin-top: 0px !important;
}
.lwm-heading .lwm-admin-button .btn {
  margin-top: 0px !important;
}
.lwm-heading[data-lwm-heading-type="LearningTopic"],
.lwm-heading[data-lwm-heading-type="Content"],
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"],
.lwm-heading[data-lwm-heading-type="Group"],
.lwm-heading[data-lwm-heading-type="GroupQuestion"],
.lwm-heading[data-lwm-heading-type="UserProfile"] {
  padding-top: 0px;
}
.lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-row-contains-table,
.lwm-heading[data-lwm-heading-type="Content"] .lwm-row-contains-table,
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-row-contains-table,
.lwm-heading[data-lwm-heading-type="Group"] .lwm-row-contains-table,
.lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-row-contains-table,
.lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-row-contains-table {
  border-top: 3px solid #1188FF;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #3a4d55;
  border-bottom: 3px solid #1188FF;
}
@media (max-width: 767px) {
  .lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-row-contains-table,
  .lwm-heading[data-lwm-heading-type="Content"] .lwm-row-contains-table,
  .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-row-contains-table,
  .lwm-heading[data-lwm-heading-type="Group"] .lwm-row-contains-table,
  .lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-row-contains-table,
  .lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-row-contains-table {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-icon-stack,
.lwm-heading[data-lwm-heading-type="Content"] .lwm-icon-stack,
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-icon-stack,
.lwm-heading[data-lwm-heading-type="Group"] .lwm-icon-stack,
.lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-icon-stack,
.lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-icon-stack {
  border-radius: 0px;
  width: 80px;
  background-color: #fff;
  float: left;
  padding-top: 1px;
  padding-bottom: 1px;
}
.lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-icon-stack img,
.lwm-heading[data-lwm-heading-type="Content"] .lwm-icon-stack img,
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-icon-stack img,
.lwm-heading[data-lwm-heading-type="Group"] .lwm-icon-stack img,
.lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-icon-stack img,
.lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-icon-stack img {
  border-radius: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 60px;
  margin-top: -30px;
  /* Half the height */
  margin-left: -40px;
  /* Half the width */
}
.lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-heading-title [data-snippet-edit-with="Name"],
.lwm-heading[data-lwm-heading-type="Content"] .lwm-heading-title [data-snippet-edit-with="Name"],
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-heading-title [data-snippet-edit-with="Name"],
.lwm-heading[data-lwm-heading-type="Group"] .lwm-heading-title [data-snippet-edit-with="Name"],
.lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-heading-title [data-snippet-edit-with="Name"],
.lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-heading-title [data-snippet-edit-with="Name"] {
  display: inline-block;
  /*margin-top: 5px;*/
}
.lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-heading-image-with-fallback,
.lwm-heading[data-lwm-heading-type="Content"] .lwm-heading-image-with-fallback,
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-heading-image-with-fallback,
.lwm-heading[data-lwm-heading-type="Group"] .lwm-heading-image-with-fallback,
.lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-heading-image-with-fallback,
.lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-heading-image-with-fallback {
  width: 107px;
  height: 60px;
  float: left;
  background-color: transparent;
  position: relative;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}
.lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-heading-image-with-fallback img,
.lwm-heading[data-lwm-heading-type="Content"] .lwm-heading-image-with-fallback img,
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-heading-image-with-fallback img,
.lwm-heading[data-lwm-heading-type="Group"] .lwm-heading-image-with-fallback img,
.lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-heading-image-with-fallback img,
.lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-heading-image-with-fallback img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 107px;
  height: 60px;
  margin-top: -30px;
  /* Half the container height */
  margin-left: -53px;
  /* Half the container width */
}
@media (max-width: 767px) {
  .lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-heading-image-with-fallback,
  .lwm-heading[data-lwm-heading-type="Content"] .lwm-heading-image-with-fallback,
  .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-heading-image-with-fallback,
  .lwm-heading[data-lwm-heading-type="Group"] .lwm-heading-image-with-fallback,
  .lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-heading-image-with-fallback,
  .lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-heading-image-with-fallback {
    width: 98px;
    height: 55px;
  }
  .lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-heading-image-with-fallback img,
  .lwm-heading[data-lwm-heading-type="Content"] .lwm-heading-image-with-fallback img,
  .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-heading-image-with-fallback img,
  .lwm-heading[data-lwm-heading-type="Group"] .lwm-heading-image-with-fallback img,
  .lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-heading-image-with-fallback img,
  .lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-heading-image-with-fallback img {
    width: auto;
    height: 55px;
    margin-top: -28px;
    /* Half the container height */
    margin-left: -45px;
    /* Half the container width */
  }
}
.lwm-heading[data-lwm-heading-type="LearningTopic"] .snippet-edit-wrapper,
.lwm-heading[data-lwm-heading-type="Content"] .snippet-edit-wrapper,
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .snippet-edit-wrapper,
.lwm-heading[data-lwm-heading-type="Group"] .snippet-edit-wrapper,
.lwm-heading[data-lwm-heading-type="GroupQuestion"] .snippet-edit-wrapper,
.lwm-heading[data-lwm-heading-type="UserProfile"] .snippet-edit-wrapper {
  display: inline-block;
  float: left;
  /*margin-right: 10px;*/
}
.lwm-heading[data-lwm-heading-type="LearningTopic"] .btn,
.lwm-heading[data-lwm-heading-type="Content"] .btn,
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .btn,
.lwm-heading[data-lwm-heading-type="Group"] .btn,
.lwm-heading[data-lwm-heading-type="GroupQuestion"] .btn,
.lwm-heading[data-lwm-heading-type="UserProfile"] .btn {
  margin-top: 10px;
}
.lwm-heading[data-lwm-heading-type="LearningTopic"] h1,
.lwm-heading[data-lwm-heading-type="Content"] h1,
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] h1,
.lwm-heading[data-lwm-heading-type="Group"] h1,
.lwm-heading[data-lwm-heading-type="GroupQuestion"] h1,
.lwm-heading[data-lwm-heading-type="UserProfile"] h1 {
  width: 72%;
}
.lwm-heading[data-lwm-heading-type="LearningTopic"] h1 .snippet-edit-button,
.lwm-heading[data-lwm-heading-type="Content"] h1 .snippet-edit-button,
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] h1 .snippet-edit-button,
.lwm-heading[data-lwm-heading-type="Group"] h1 .snippet-edit-button,
.lwm-heading[data-lwm-heading-type="GroupQuestion"] h1 .snippet-edit-button,
.lwm-heading[data-lwm-heading-type="UserProfile"] h1 .snippet-edit-button {
  margin-top: -1px;
}
.lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-icon-utility .snippet-edit-button,
.lwm-heading[data-lwm-heading-type="Content"] .lwm-icon-utility .snippet-edit-button,
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-icon-utility .snippet-edit-button,
.lwm-heading[data-lwm-heading-type="Group"] .lwm-icon-utility .snippet-edit-button,
.lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-icon-utility .snippet-edit-button,
.lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-icon-utility .snippet-edit-button {
  margin-top: 13px;
  margin-left: 13px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-icon-utility .snippet-edit-button,
  .lwm-heading[data-lwm-heading-type="Content"] .lwm-icon-utility .snippet-edit-button,
  .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-icon-utility .snippet-edit-button,
  .lwm-heading[data-lwm-heading-type="Group"] .lwm-icon-utility .snippet-edit-button,
  .lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-icon-utility .snippet-edit-button,
  .lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-icon-utility .snippet-edit-button {
    margin-top: 13px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .lwm-heading[data-lwm-heading-type="LearningTopic"] .btn,
  .lwm-heading[data-lwm-heading-type="Content"] .btn,
  .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .btn,
  .lwm-heading[data-lwm-heading-type="Group"] .btn,
  .lwm-heading[data-lwm-heading-type="GroupQuestion"] .btn,
  .lwm-heading[data-lwm-heading-type="UserProfile"] .btn {
    padding-left: 7px;
    padding-right: 7px;
  }
  .lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-icon-utility .snippet-edit-button,
  .lwm-heading[data-lwm-heading-type="Content"] .lwm-icon-utility .snippet-edit-button,
  .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-icon-utility .snippet-edit-button,
  .lwm-heading[data-lwm-heading-type="Group"] .lwm-icon-utility .snippet-edit-button,
  .lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-icon-utility .snippet-edit-button,
  .lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-icon-utility .snippet-edit-button {
    margin-top: 10px;
    margin-left: 0px;
    font-size: 12px;
  }
}
.lwm-heading[data-lwm-heading-type="LearningTopic"] h1,
.lwm-heading[data-lwm-heading-type="Content"] h1,
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] h1,
.lwm-heading[data-lwm-heading-type="Group"] h1,
.lwm-heading[data-lwm-heading-type="GroupQuestion"] h1,
.lwm-heading[data-lwm-heading-type="UserProfile"] h1 {
  float: left;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-right: 10px;
  margin-right: 0px;
  color: #1188FF;
  min-width: 163px;
}
.lwm-heading[data-lwm-heading-type="LearningTopic"] h2,
.lwm-heading[data-lwm-heading-type="Content"] h2,
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] h2,
.lwm-heading[data-lwm-heading-type="Group"] h2,
.lwm-heading[data-lwm-heading-type="GroupQuestion"] h2,
.lwm-heading[data-lwm-heading-type="UserProfile"] h2 {
  color: #1188FF;
}
.lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-table,
.lwm-heading[data-lwm-heading-type="Content"] .lwm-table,
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-table,
.lwm-heading[data-lwm-heading-type="Group"] .lwm-table,
.lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-table,
.lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-table {
  background: #555555;
  color: #fff;
  border: 1px solid #555555;
  border-radius: 3px;
}
.lwm-heading[data-lwm-heading-type="UserProfile"] h1 {
  margin-bottom: 0px;
}
.lwm-heading[data-lwm-heading-type="UserProfile"] h2 {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .lwm-heading[data-lwm-heading-type="UserProfile"] h1 {
    height: 22px !important;
  }
  .lwm-heading[data-lwm-heading-type="UserProfile"] h2 {
    margin-left: 0px;
    font-size: 13px;
  }
}
.lwm-heading-description {
  color: #1188FF;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  margin-left: 20px;
  margin-right: 20px;
  /*border-bottom: 1px solid lighten(@primary-color, 35%);*/
  line-height: 16px;
}
.lwm-heading-description .snippet-edit-wrapper {
  margin-left: 15px;
}
/* No breadcrumbs are to show on the screens we don't think they are valuble on. */
[data-lwm-heading-type="Settings"] .breadcrumb,
[data-lwm-heading-type="Dashboard"] .breadcrumb,
[data-lwm-heading-type="UserProfile"] .breadcrumb,
[data-lwm-heading-type="Discuss"] .breadcrumb,
[data-lwm-heading-type="Questions"] .breadcrumb,
[data-lwm-heading-type="Courses"] .breadcrumb,
[data-lwm-heading-type="Learn"] .breadcrumb,
[data-lwm-heading-type="Search"] .breadcrumb,
[data-lwm-heading-type="LearningStore"] .breadcrumb,
[data-lwm-heading-type="Tutors"] .breadcrumb,
[data-lwm-heading-type="CompanyAccount"] .breadcrumb,
[data-lwm-heading-type="MyPeople"] .breadcrumb,
[data-lwm-heading-type="News"] .breadcrumb {
  display: none;
}
/* No stripes under headers that don't have titles. */
[data-lwm-heading-type="News"] {
  border-bottom: none;
}
.lwm-heading-icon {
  width: 80px;
  float: left;
  margin-left: 5px;
}
.alert-warning {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  /*make the heading narrower if we are showing an edit button - this is overridden if we are editing */
  .h1-narrow h1 {
    width: 50% !important;
  }
  .editing .h1-narrow h1 {
    width: 100% !important;
  }
  .lwm-heading .lwm-heading-title h1 {
    font-size: 17px;
    margin-bottom: 0px !important;
    height: 44px;
    margin-left: 2px !important;
    padding-right: 3px;
    overflow: hidden;
    width: 64%;
  }
  .lwm-heading .lwm-heading-image-with-fallback {
    height: 45px;
    width: 45px;
  }
  .lwm-heading .lwm-heading-image-with-fallback img {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    /* Half the height */
    margin-left: -15px;
    /* Half the width */
  }
  .lwm-heading .lwm-admin-button li > a {
    padding: 5px 10px !important;
    margin-top: 10px;
  }
  .lwm-heading-description {
    font-size: 14px;
  }
  .lwm-heading-icon {
    width: 40px;
  }
  .lwm-heading-icon .lwm-icon-stack {
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
  .lwm-heading-title {
    margin-left: 0;
    padding-top: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .lwm-heading-title .lwm-heading-subtitle {
    padding-top: 5px;
    margin-left: 50px;
  }
  .lwm-heading-title h1 .snippet-edit-button {
    margin-left: 0px !important;
  }
  .lwm-heading-title h1 #Name {
    height: 36px;
  }
  .bootstrap-tags .tag.md {
    font-size: 11px;
  }
  .breadcrumb {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .lwm-icon-utility .snippet-edit-button {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}
.editing .lwm-heading[data-lwm-heading-type="LearningTopic"] h1,
.editing .lwm-heading[data-lwm-heading-type="Content"] h1,
.editing .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] h1,
.editing .lwm-heading[data-lwm-heading-type="Group"] h1,
.editing .lwm-heading[data-lwm-heading-type="GroupQuestion"] h1,
.editing .lwm-heading[data-lwm-heading-type="UserProfile"] h1 {
  width: 55%;
}
.editing .lwm-heading[data-lwm-heading-type="LearningTopic"] h1 .snippet-edit-wrapper,
.editing .lwm-heading[data-lwm-heading-type="Content"] h1 .snippet-edit-wrapper,
.editing .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] h1 .snippet-edit-wrapper,
.editing .lwm-heading[data-lwm-heading-type="Group"] h1 .snippet-edit-wrapper,
.editing .lwm-heading[data-lwm-heading-type="GroupQuestion"] h1 .snippet-edit-wrapper,
.editing .lwm-heading[data-lwm-heading-type="UserProfile"] h1 .snippet-edit-wrapper {
  width: 100%;
}
.editing .lwm-heading[data-lwm-heading-type="LearningTopic"] h1 .snippet-edit-wrapper [data-snippet-edit-with="Name"],
.editing .lwm-heading[data-lwm-heading-type="Content"] h1 .snippet-edit-wrapper [data-snippet-edit-with="Name"],
.editing .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] h1 .snippet-edit-wrapper [data-snippet-edit-with="Name"],
.editing .lwm-heading[data-lwm-heading-type="Group"] h1 .snippet-edit-wrapper [data-snippet-edit-with="Name"],
.editing .lwm-heading[data-lwm-heading-type="GroupQuestion"] h1 .snippet-edit-wrapper [data-snippet-edit-with="Name"],
.editing .lwm-heading[data-lwm-heading-type="UserProfile"] h1 .snippet-edit-wrapper [data-snippet-edit-with="Name"] {
  width: 88%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .editing .lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-icon-utility,
  .editing .lwm-heading[data-lwm-heading-type="Content"] .lwm-icon-utility,
  .editing .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-icon-utility,
  .editing .lwm-heading[data-lwm-heading-type="Group"] .lwm-icon-utility,
  .editing .lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-icon-utility,
  .editing .lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-icon-utility {
    height: 60px;
  }
  .editing .lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-heading-title,
  .editing .lwm-heading[data-lwm-heading-type="Content"] .lwm-heading-title,
  .editing .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-heading-title,
  .editing .lwm-heading[data-lwm-heading-type="Group"] .lwm-heading-title,
  .editing .lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-heading-title,
  .editing .lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-heading-title {
    text-align: center;
  }
  .editing .lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-heading-title h1,
  .editing .lwm-heading[data-lwm-heading-type="Content"] .lwm-heading-title h1,
  .editing .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-heading-title h1,
  .editing .lwm-heading[data-lwm-heading-type="Group"] .lwm-heading-title h1,
  .editing .lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-heading-title h1,
  .editing .lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-heading-title h1 {
    height: 44px;
    width: 100% !important;
  }
  .editing .lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-heading-title h1 .snippet-edit-wrapper,
  .editing .lwm-heading[data-lwm-heading-type="Content"] .lwm-heading-title h1 .snippet-edit-wrapper,
  .editing .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-heading-title h1 .snippet-edit-wrapper,
  .editing .lwm-heading[data-lwm-heading-type="Group"] .lwm-heading-title h1 .snippet-edit-wrapper,
  .editing .lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-heading-title h1 .snippet-edit-wrapper,
  .editing .lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-heading-title h1 .snippet-edit-wrapper {
    width: 100%;
  }
  .editing .lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-heading-title h1 .snippet-edit-wrapper [data-snippet-edit-with="Name"],
  .editing .lwm-heading[data-lwm-heading-type="Content"] .lwm-heading-title h1 .snippet-edit-wrapper [data-snippet-edit-with="Name"],
  .editing .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-heading-title h1 .snippet-edit-wrapper [data-snippet-edit-with="Name"],
  .editing .lwm-heading[data-lwm-heading-type="Group"] .lwm-heading-title h1 .snippet-edit-wrapper [data-snippet-edit-with="Name"],
  .editing .lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-heading-title h1 .snippet-edit-wrapper [data-snippet-edit-with="Name"],
  .editing .lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-heading-title h1 .snippet-edit-wrapper [data-snippet-edit-with="Name"] {
    width: 88%;
  }
}
@media (max-width: 767px) {
  .editing .lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-icon-utility,
  .editing .lwm-heading[data-lwm-heading-type="Content"] .lwm-icon-utility,
  .editing .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-icon-utility,
  .editing .lwm-heading[data-lwm-heading-type="Group"] .lwm-icon-utility,
  .editing .lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-icon-utility,
  .editing .lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-icon-utility {
    height: 60px;
  }
  .editing .lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-heading-title,
  .editing .lwm-heading[data-lwm-heading-type="Content"] .lwm-heading-title,
  .editing .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-heading-title,
  .editing .lwm-heading[data-lwm-heading-type="Group"] .lwm-heading-title,
  .editing .lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-heading-title,
  .editing .lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-heading-title {
    /*text-align: center;*/
  }
  .editing .lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-heading-title h1,
  .editing .lwm-heading[data-lwm-heading-type="Content"] .lwm-heading-title h1,
  .editing .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-heading-title h1,
  .editing .lwm-heading[data-lwm-heading-type="Group"] .lwm-heading-title h1,
  .editing .lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-heading-title h1,
  .editing .lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-heading-title h1 {
    width: 100%;
  }
  .editing .lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-heading-title h1 .snippet-edit-wrapper,
  .editing .lwm-heading[data-lwm-heading-type="Content"] .lwm-heading-title h1 .snippet-edit-wrapper,
  .editing .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-heading-title h1 .snippet-edit-wrapper,
  .editing .lwm-heading[data-lwm-heading-type="Group"] .lwm-heading-title h1 .snippet-edit-wrapper,
  .editing .lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-heading-title h1 .snippet-edit-wrapper,
  .editing .lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-heading-title h1 .snippet-edit-wrapper {
    width: 100%;
    margin-right: 0px;
  }
  .editing .lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-heading-title h1 .snippet-edit-wrapper [data-snippet-edit-with="Name"],
  .editing .lwm-heading[data-lwm-heading-type="Content"] .lwm-heading-title h1 .snippet-edit-wrapper [data-snippet-edit-with="Name"],
  .editing .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-heading-title h1 .snippet-edit-wrapper [data-snippet-edit-with="Name"],
  .editing .lwm-heading[data-lwm-heading-type="Group"] .lwm-heading-title h1 .snippet-edit-wrapper [data-snippet-edit-with="Name"],
  .editing .lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-heading-title h1 .snippet-edit-wrapper [data-snippet-edit-with="Name"],
  .editing .lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-heading-title h1 .snippet-edit-wrapper [data-snippet-edit-with="Name"] {
    width: 85%;
  }
}
[data-lwm-heading-type="UserProfile"] .lwm-heading-subtitle {
  margin-top: -18px;
}
@media (max-width: 767px) {
  .editing .lwm-heading[data-lwm-heading-type="UserProfile"] h1 {
    height: 77px !important;
  }
}
.lwm-data-language-selector {
  display: inline-block;
}
.modal-title input {
  display: inline-block;
}
.modal-title [data-snippet-edit-with] {
  display: inline-block;
}
.custom-heading-image {
  background-position: center center;
}
/* Background image setup for those parts of the theme that use background images. */
body {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.background-manager-transition {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  z-index: -99999999;
  opacity: 0;
  animation: background-manager-transition-fade 15s;
}
@keyframes background-manager-transition-fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.navbar-fixed-top .dropdown-menu {
  min-width: unset;
}
.navbar-fixed-top .dropdown-menu li {
  width: 100%;
}
.navbar-fixed-top .dropdown-menu li a {
  padding: 9px 20px !important;
  color: #1188FF;
}
.navbar-fixed-top .dropdown-menu .active > a,
.navbar-fixed-top .dropdown-menu a:hover,
.navbar-fixed-top .dropdown-menu a:focus {
  color: #fff !important;
  background-color: #1188FF !important;
}
/* area for triggered dropdown*/
#dropdown-view-container {
  display: none;
  position: fixed;
  top: 60px;
  max-width: 800px;
  width: 80%;
  background: #fff;
  right: 10%;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99;
}
@media (min-width: 768px) and (max-width: 991px) {
  #dropdown-view-container {
    width: 90%;
    right: 5%;
  }
}
@media (max-width: 767px) {
  #dropdown-view-container {
    width: 96%;
    right: 2%;
  }
}
/* colored bar at top behaves badly in some browsers - e.g. Edge*/
.am-top-header .navbar-header .page-title {
  float: left;
  color: #fff !important;
}
.am-content {
  padding-top: 60px;
}
/* Prevent overlap of expand option by title when on small screens.  This was probably handled by App in full use of the theme, which we don't want active. */
@media (max-width: 767px) {
  .page-title {
    padding-left: 45px;
  }
}
/* Don't hide the title when we are in large screen mode. */
@media (min-width: 767px) {
  .page-title {
    display: inline-block !important;
  }
}
/* Ensure we put blank space in the sidebar when its logo won't be showing. */
@media (min-width: 767px) {
  .am-left-sidebar {
    padding-top: 80px;
  }
}
/* fix the logo on the heading on the menu on mobile*/
@media (max-width: 767px) {
  .am-left-sidebar .am-logo {
    background-color: #fff;
    height: 51px;
    /* background-size: 55% !important; */
    margin-top: 5px;
  }
}
/* Keep the header stuck on mobile - default for the theme is to let it scroll on small screens, we don't like this. */
@media (max-width: 767px) {
  .am-top-header {
    position: fixed;
    max-height: 80px;
  }
}
/*
    Too much left and right padding in the default theme so override them leaving the rest of the padding in place (if we just change the @content-padding variable it also affects the top
    padding which we don't want changed so we have to override it here).
*/
.main-content {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
  .main-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* Having such big padding left and right on mobile is a waste of space so make it much smaller (about 25px smaller overall on each side). */
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
  .main-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.user-name {
  color: #fff;
}
.user-name:hover {
  color: #000;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand {
    margin-left: -5px !important;
  }
}
@media all and (max-width: 767px) {
  .am-top-header .navbar-header .am-toggle-left-sidebar {
    line-height: 55px !important;
  }
  .nav > li > a {
    padding: 0px 0px 0px 10px !important;
  }
  .navbar-center {
    min-height: 65px;
  }
}
/* Don't want sidebar contents to scroll when we scroll down the screen. */
.am-left-sidebar {
  position: fixed;
}
.am-left-sidebar .sidebar-elements > li > a {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .am-left-sidebar .sidebar-elements > li > a {
    padding-left: 10px !important;
  }
}
.lwm-sidebar-elements-bottom {
  margin-top: 40px;
  width: 100px;
}
/* Parts of the view title header should be in blocks. */
.lwm-title-block {
  display: table-cell;
  vertical-align: middle;
}
.lwm-title-icon {
  font-size: 50px;
}
/* Format the user link in the top right correctly.*/
.lwm-user-nav .lwm-icon-stack {
  display: inline;
  font-size: 22px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  border: 0px solid transparent;
  border-radius: 50%;
  background-color: #555555;
  color: #1188FF;
  top: 3px;
}
.lwm-user-nav .lwm-icon-stack i.icon {
  max-width: 30px;
  max-height: 30px;
}
.lwm-user-nav .lwm-icon-stack img {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border: 0px solid transparent;
  border-radius: 50%;
}
.lwm-user-nav .lwm-user-nav-text {
  display: inline;
}
.lwm-user-nav {
  font-size: 18px;
}
.lwm-user-nav-text {
  color: #fff;
  font-size: 18px;
}
.lwm-user-nav a {
  height: 80px;
}
.lwm-user-nav .dropdown-menu a {
  height: initial;
}
.lwm-body-container .container {
  background-color: transparent;
  padding-top: 30px;
}
.main-content {
  overflow: hidden;
  /*background-color: white;*/
  padding-top: 0px;
  /*min-height: 90%;*/
}
.lwm-body-content-transparent .main-content {
  background-color: transparent;
  min-height: initial;
}
/* Use tiny margins on the container on mobiles. */
@media (max-width: 767px) {
  .lwm-body-container > .container {
    padding-top: 8px;
    padding-left: 2px;
    padding-right: 2px;
  }
}
/* Adjust fixed size on SM and MD size so we don't expand outside iPad area. */
@media (min-width: 768px) and (max-width: 991px) {
  .lwm-body-container > .container {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 668px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lwm-body-container > .container {
    max-width: 920px;
  }
}
@media (max-width: 767px) {
  .alert-danger,
  .alert-warning,
  .alert-success,
  .alert-info,
  .lwm-alert-help {
    line-height: 16px;
    font-size: 12px !important;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
a.lwm-get-help-link {
  font-size: 24px;
  color: #ffffff !important;
  padding-left: 2px !important;
  padding-right: 10px !important;
}
@media (max-width: 767px) {
  a.lwm-get-help-link {
    margin-top: 15px;
    padding-right: 10px !important;
  }
  .nav > li > a.lwm-get-help-link {
    padding-left: 3px !important;
    /* Force an override of the default padding bootstrap trys very hard to force on us. */
  }
}
.icon-error {
  font-size: 150px;
}
.lwm-error-container {
  font-size: 18px;
}
.lwm-error-status {
  color: gray;
}
.snippet-messages .lwm-error-container {
  background: #f7c1c1;
  border: 1px solid #ba1818;
  color: #ba1818;
  font-size: 10px;
}
.snippet-messages .lwm-error-message {
  font-size: 12px;
  font-weight: bold;
}
.snippet-messages .lwm-error-links {
  display: none;
}
.snippet-messages .icon-error {
  font-size: 30px;
  display: inline-block;
}
.snippet-messages .lwm-error-text {
  display: inline-block;
}
.lwm-powered-by {
  background-color: #3d3c3c;
}
/* Don't scroll to the top when a bootstrap modal is shown. */
body.modal-open {
  overflow: visible !important;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
body.modal-open::-webkit-scrollbar {
  display: none;
}
/* Canvas should scale by container */
canvas {
  width: 100%;
  height: auto;
}
#list {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  /* Ensures the endless scrolling gets a chance to trigger. */
}
#list-1,
#list-2,
#list-3,
#list-4,
#list-5,
#list-6,
#list-7,
#list-8,
#list-9,
#list-10 {
  margin-bottom: 20px;
  /* Ensures the endless scrolling gets a chance to trigger. */
}
/* audio should scale by container. */
audio {
  width: 100%;
  height: auto;
}
.lwm-open-document-link {
  cursor: pointer;
}
.lwm-content-media-left {
  min-width: 180px;
}
.lwm-content-media {
  background-color: #ffffff;
}
.lwm-content-media-description {
  padding-top: 5px;
}
.lwm-content-media {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
@media all and (max-width: 767px) {
  .lwm-content-media-left {
    min-width: 125px !important;
  }
  .media-heading {
    font-size: 16px !important;
  }
}
.lwm-search-bar .input-group-addon.btn-primary {
  background-color: #1188FF !important;
  color: #ffffff !important;
}
.wysihtml5-sandbox {
  height: 400px !important;
}
@media (max-width: 767px) {
  .wysihtml5-sandbox {
    height: 250px !important;
  }
  #Description-toolbar {
    margin-bottom: 3px;
  }
}
/* Embedded items need extra help to not grow too big overall */
.lwm-embed-responsive-container {
  max-width: 900px;
}
@media (max-width: 767px) {
  #list {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.includes-next-stop .lwm-embed-responsive-container {
  max-width: 100%;
}
.includes-next-stop .embed-responsive-item,
.includes-next-stop iframe,
.includes-next-stop embed,
.includes-next-stop object,
.includes-next-stop video {
  position: initial;
  height: auto;
  width: 100%;
  border: 0;
}
.lwm-quiz-group-heading {
  position: relative;
  padding-top: 5px;
  padding-bottom: 3px;
  border-bottom: 7px solid #aad4ff !important;
  background-color: #1188FF;
}
.lwm-quiz-group-heading h2.panel-title {
  display: inline-block;
  margin-top: 3px;
}
[data-snippet-component="Contents_EditQuizView_QuizBuilder"] .panel {
  display: none !important;
  border: none;
}
[data-snippet-component="Contents_EditQuizView_QuizBuilder"] .panel.active {
  display: block !important;
}
[data-snippet-component="Contents_EditQuizView_QuizBuilder"] .panel-body {
  padding-bottom: 2px;
  padding-top: 6px;
}
.lwm-quiz-answer {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  border-radius: 30px;
  font-weight: 600;
  border-color: #fff;
  color: #555555;
  background-color: #fff;
  border-color: #aad4ff;
  font-weight: normal;
  display: block;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 0px;
  margin-right: 0px;
  white-space: normal;
}
.lwm-quiz-answer:focus,
.lwm-quiz-answer:active:focus,
.lwm-quiz-answer.active:focus,
.lwm-quiz-answer.focus,
.lwm-quiz-answer:active.focus,
.lwm-quiz-answer.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.lwm-quiz-answer:hover,
.lwm-quiz-answer:focus,
.lwm-quiz-answer.focus {
  color: #555555;
  text-decoration: none;
}
.lwm-quiz-answer:active,
.lwm-quiz-answer.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);
}
.lwm-quiz-answer.disabled,
.lwm-quiz-answer[disabled],
fieldset[disabled] .lwm-quiz-answer {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.lwm-quiz-answer.disabled,
fieldset[disabled] a.lwm-quiz-answer {
  pointer-events: none;
}
.lwm-quiz-answer:active,
.lwm-quiz-answer.active {
  box-shadow: none;
}
.lwm-quiz-answer .icon {
  font-size: 19px;
  vertical-align: middle;
}
.lwm-quiz-answer .icon.icon-left {
  margin-right: 3px;
}
.lwm-quiz-answer .icon.icon-right {
  margin-left: 3px;
}
.lwm-quiz-answer .icon.fa {
  font-size: 15px;
}
.lwm-quiz-answer.btn-lg .icon {
  font-size: 23px;
  line-height: 25px;
}
.lwm-quiz-answer.btn-sm .icon {
  font-size: 16px;
  line-height: 16px;
}
.lwm-quiz-answer.btn-xs .icon {
  font-size: 14px;
  line-height: 16px;
}
.lwm-quiz-answer:focus,
.lwm-quiz-answer.focus {
  color: #555555;
  background-color: #e6e6e6;
  border-color: #2a95ff;
}
.lwm-quiz-answer:hover {
  color: #555555;
  background-color: #e6e6e6;
  border-color: #6db6ff;
}
.lwm-quiz-answer:active,
.lwm-quiz-answer.active,
.open > .dropdown-toggle.lwm-quiz-answer {
  color: #555555;
  background-color: #e6e6e6;
  border-color: #6db6ff;
}
.lwm-quiz-answer:active:hover,
.lwm-quiz-answer.active:hover,
.open > .dropdown-toggle.lwm-quiz-answer:hover,
.lwm-quiz-answer:active:focus,
.lwm-quiz-answer.active:focus,
.open > .dropdown-toggle.lwm-quiz-answer:focus,
.lwm-quiz-answer:active.focus,
.lwm-quiz-answer.active.focus,
.open > .dropdown-toggle.lwm-quiz-answer.focus {
  color: #555555;
  background-color: #d4d4d4;
  border-color: #2a95ff;
}
.lwm-quiz-answer:active,
.lwm-quiz-answer.active,
.open > .dropdown-toggle.lwm-quiz-answer {
  background-image: none;
}
.lwm-quiz-answer.disabled:hover,
.lwm-quiz-answer[disabled]:hover,
fieldset[disabled] .lwm-quiz-answer:hover,
.lwm-quiz-answer.disabled:focus,
.lwm-quiz-answer[disabled]:focus,
fieldset[disabled] .lwm-quiz-answer:focus,
.lwm-quiz-answer.disabled.focus,
.lwm-quiz-answer[disabled].focus,
fieldset[disabled] .lwm-quiz-answer.focus {
  background-color: #fff;
  border-color: #aad4ff;
}
.lwm-quiz-answer .badge {
  color: #fff;
  background-color: #555555;
}
.lwm-quiz-answer:focus,
.lwm-quiz-answer.focus {
  color: #555555;
  background-color: #fff;
  border-color: #fff;
}
.lwm-quiz-answer:hover {
  color: #555555;
  background-color: #ffffff;
  border-color: #ffffff;
}
.lwm-quiz-answer:active,
.lwm-quiz-answer.active,
.open > .dropdown-toggle.lwm-quiz-answer {
  color: #555555;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.lwm-quiz-answer:active:hover,
.lwm-quiz-answer.active:hover,
.open > .dropdown-toggle.lwm-quiz-answer:hover,
.lwm-quiz-answer:active:focus,
.lwm-quiz-answer.active:focus,
.open > .dropdown-toggle.lwm-quiz-answer:focus,
.lwm-quiz-answer:active.focus,
.lwm-quiz-answer.active.focus,
.open > .dropdown-toggle.lwm-quiz-answer.focus {
  color: #555555;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.lwm-quiz-answer:active,
.lwm-quiz-answer.active,
.open > .dropdown-toggle.lwm-quiz-answer {
  background-image: none;
}
.lwm-quiz-answer.disabled,
.lwm-quiz-answer[disabled],
fieldset[disabled] .lwm-quiz-answer,
.lwm-quiz-answer.disabled:hover,
.lwm-quiz-answer[disabled]:hover,
fieldset[disabled] .lwm-quiz-answer:hover,
.lwm-quiz-answer.disabled:focus,
.lwm-quiz-answer[disabled]:focus,
fieldset[disabled] .lwm-quiz-answer:focus,
.lwm-quiz-answer.disabled.focus,
.lwm-quiz-answer[disabled].focus,
fieldset[disabled] .lwm-quiz-answer.focus,
.lwm-quiz-answer.disabled:active,
.lwm-quiz-answer[disabled]:active,
fieldset[disabled] .lwm-quiz-answer:active,
.lwm-quiz-answer.disabled.active,
.lwm-quiz-answer[disabled].active,
fieldset[disabled] .lwm-quiz-answer.active {
  background-color: #fff;
  border-color: #fff;
}
.lwm-quiz-answer .badge {
  color: #fff;
  background-color: #555555;
}
.lwm-quiz-answer:focus,
.lwm-quiz-answer.focus {
  color: #555555;
  background-color: #fff;
  border-color: #aad4ff;
}
.lwm-quiz-answer:hover {
  color: #555555;
  background-color: #f7f7f7;
  border-color: #90c8ff;
}
.lwm-quiz-answer:active,
.lwm-quiz-answer.active,
.open > .dropdown-toggle.lwm-quiz-answer {
  color: #555555;
  background-color: #ededed;
  border-color: #77bbff;
}
.lwm-quiz-answer:active:hover,
.lwm-quiz-answer.active:hover,
.open > .dropdown-toggle.lwm-quiz-answer:hover,
.lwm-quiz-answer:active:focus,
.lwm-quiz-answer.active:focus,
.open > .dropdown-toggle.lwm-quiz-answer:focus,
.lwm-quiz-answer:active.focus,
.lwm-quiz-answer.active.focus,
.open > .dropdown-toggle.lwm-quiz-answer.focus {
  color: #555555;
  background-color: #ededed;
  border-color: #77bbff;
}
.lwm-quiz-answer:active,
.lwm-quiz-answer.active,
.open > .dropdown-toggle.lwm-quiz-answer {
  background-image: none;
}
.lwm-quiz-answer.disabled,
.lwm-quiz-answer[disabled],
fieldset[disabled] .lwm-quiz-answer,
.lwm-quiz-answer.disabled:hover,
.lwm-quiz-answer[disabled]:hover,
fieldset[disabled] .lwm-quiz-answer:hover,
.lwm-quiz-answer.disabled:focus,
.lwm-quiz-answer[disabled]:focus,
fieldset[disabled] .lwm-quiz-answer:focus,
.lwm-quiz-answer.disabled.focus,
.lwm-quiz-answer[disabled].focus,
fieldset[disabled] .lwm-quiz-answer.focus,
.lwm-quiz-answer.disabled:active,
.lwm-quiz-answer[disabled]:active,
fieldset[disabled] .lwm-quiz-answer:active,
.lwm-quiz-answer.disabled.active,
.lwm-quiz-answer[disabled].active,
fieldset[disabled] .lwm-quiz-answer.active {
  background-color: #fff;
  border-color: #aad4ff;
}
.lwm-quiz-answer .badge {
  color: #fff;
  background-color: #555555;
}
.lwm-quiz-answer.active {
  background-color: #aad4ff;
}
.lwm-quiz-navigation-buttons {
  min-height: 40px;
  /* Give some height to the navigation areas as we float all its buttons*/
  padding-top: 4px;
  text-align: center;
}
.panel.lwm-quiz-question-unused {
  display: none !important;
}
[data-snippet-control="introduction-button"],
[data-snippet-control="previous-button"] {
  float: left;
}
[data-snippet-control="next-button"] {
  float: right;
}
[data-block-type="quiz-pass-requirements"] {
  text-align: center;
  font-size: 40px;
}
[data-block-type="quiz-results"] {
  text-align: center;
  font-size: 40px;
}
[data-block-type="quiz-pass-or-fail"] {
  text-align: center;
  font-size: 50px;
}
[data-snippet-control="pass-or-fail-label"].lwm-quiz-pass {
  background-color: #56b33b;
  color: white;
  border: 1px solid #448d2e;
  border-radius: 2px;
}
[data-snippet-control="pass-or-fail-label"].lwm-quiz-fail {
  background-color: #ba1818;
  color: white;
  border: 1px solid #8d1212;
  border-radius: 2px;
}
[data-block-type="image"] img {
  max-height: 400px;
}
.editing [data-snippet-component="Contents_EditQuizView_QuizBuilder"] .panel {
  display: block !important;
  border: 1px solid #959595;
  border-radius: 3px;
}
.editing [data-snippet-component="Contents_EditQuizView_QuizBuilder"] .panel.lwm-quiz-question-unused {
  display: none !important;
}
.editing [data-block-type="answer-correct"] {
  border: 4px solid #56b33b;
}
.editing [data-block-type="answer-incorrect"] {
  border: 4px solid #ba1818;
}
[data-block-type="answer-free-text"] textarea {
  min-height: 160px;
}
.thumbnail-spacer {
  height: 200px;
}
.thumbnail {
  vertical-align: bottom;
  overflow-y: hidden;
  padding: 0px;
  background-size: cover;
  box-shadow: #3d3c3c;
}
.caption {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  color: #1188FF;
  height: 100%;
}
.caption a h3 {
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .thumbnail > img,
  .thumbnail a > img {
    margin-left: -15px;
  }
}
.schedule-appointment h2 {
  background-color: #b7297d;
  border-radius: 25px;
  color: #fff !important;
  font-size: 14px;
  margin-right: -10px;
  border-bottom: none !important;
  margin-top: 10px;
  padding: 6px 6px 0px 14px !important;
}
.schedule-appointment h2 .icomoon {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}
.schedule-appointment .btn-default {
  margin-top: -1px;
  margin-bottom: 4px;
}
.schedule-form-container {
  width: 100%;
  min-height: 65px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 10px;
}
.schedule-form-container form {
  padding-right: 0px;
  padding-bottom: 10px;
}
.schedule-form-container form .form-fields {
  margin-top: 10px;
}
.schedule-form-container form .form-fields .form-field-row {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
.schedule-form-container form .form-label {
  margin-right: 9px;
}
.schedule-form-container form .btn {
  margin-left: 10px;
  margin-top: -4px;
}
.schedule-form-container form input {
  padding: 2px 10px;
  clear: both;
}
.schedule-form-container form input[type="checkbox"] {
  margin-top: 7px !important;
}
.schedule-form-container form input#Email {
  width: 100%;
  margin-bottom: 0px;
}
.schedule-form-container form input#CalculationBase {
  width: 100%;
  margin-right: 5px;
}
.schedule-form-container form input#ItemsPerPeriod,
.schedule-form-container form input#BulkItemsPerPeriod {
  width: 60px;
}
.schedule-form-container form .btn-radio {
  margin-top: 1px !important;
  border-color: #eaeaea;
}
.schedule-form-container form select {
  height: 32px;
}
.schedule-form-container #bulk-schedule-modal .schedule-detail {
  margin-top: 10px;
}
.shared-schedule-contents {
  margin: 30px 10px 30px 10px;
  border-top: solid 1px #1188FF;
}
.shared-schedule-contents .schedule-contents-title-row {
  font-weight: 600;
  margin: 5px 0px 5px 0px;
  font-size: 16px;
  color: #1188FF;
}
.shared-schedule-contents .schedule-contents-row {
  margin: 5px 0px 5px 0px;
  font-size: 14px;
  border-bottom: 1px solid #ddeeff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.manage-schedules-container .schedule-form-fields-container {
  text-align: left;
}
.manage-schedules-container .schedule-form-fields-container .schedule-buttons {
  margin-right: -5px;
}
.manage-schedules-container .schedule-form-text {
  margin-top: -20px;
}
.manage-schedules-container .schedule-form-text h4 {
  margin: 15px 40px 10px 40px;
  font-style: italic;
}
.manage-schedules-container .single-schedule-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
}
.manage-schedules-container input,
.manage-schedules-container select {
  border: 1px #dedede solid;
}
.manage-schedules-container .shared-schedule-contents {
  margin: 0px 20px;
  border-top: solid 1px #1188FF;
  padding: 20px 0px;
}
.manage-schedules-container #users-list-container {
  border-top: 1px solid #1188FF;
  padding: 20px 0px;
  margin-left: 20px;
  margin-right: 20px;
  clear: both;
  overflow: hidden;
}
.manage-schedules-container #users-list-container .manage-schedule-buttons .btn {
  width: 80px;
}
.manage-schedules-container #users-list-container input[type="checkbox"] {
  height: 18px;
  width: 18px;
}
.manage-schedules-container #users-list-container table.filter-all tr {
  display: table-row;
}
.manage-schedules-container #users-list-container table.filter-scheduled tr.scheduled {
  display: table-row;
}
.manage-schedules-container #users-list-container table.filter-scheduled tr.unscheduled {
  display: none;
}
.manage-schedules-container #users-list-container table.filter-unscheduled tr.scheduled {
  display: none;
}
.manage-schedules-container #users-list-container table.filter-unscheduled tr.unscheduled {
  display: table-row;
}
.manage-schedules-container #users-list-container table.filter-none tr {
  display: none;
}
.manage-schedules-container .user-schedule-header {
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 0px;
  text-align: center;
  display: none;
}
.manage-schedules-container .user-schedule-header .right-button {
  padding: 0px;
}
.manage-schedules-container .user-schedule-header .right-button .btn {
  width: 100%;
}
.manage-schedules-container .user-schedule-header h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1188FF;
  display: inline;
}
.manage-schedules-container #single-schedule a {
  padding-left: 10px;
}
.manage-schedules-container #bulk-schedule-container {
  display: none;
}
.manage-schedules-container #manage-schedule-container {
  display: none;
}
.manage-schedules-container #manage-schedule-container .temp-loading-message {
  text-align: center;
  width: 100%;
  padding: 30px;
  color: #1188FF;
}
.manage-schedules-container .list-filters {
  float: left;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: -15px;
}
.manage-schedules-container .list-filters input {
  margin-left: 15px;
  min-width: 300px;
  margin-right: 15px;
  padding: 7px 10px;
}
#schedule-progress-container .progress {
  position: relative;
  background-color: #77bbff;
  margin-top: 10px;
}
#schedule-progress-container .progress span {
  position: absolute;
  left: 20px;
  color: #fff;
}
[data-snippet-control="content-view-schedule-progress"] {
  margin-left: 0px;
  margin-right: 0px;
  border: 1px solid #dedede;
  padding: 5px;
  overflow-x: hidden;
}
[data-snippet-control="content-view-schedule-progress"] .schedule-details {
  font-size: 16px;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 600;
}
[data-snippet-control="content-view-schedule-progress"] .schedule-details #schedule-details-container {
  margin-top: -32px;
}
[data-snippet-control="content-view-schedule-progress"] .schedule-details .schedule-status-text {
  padding-left: 20px;
  margin-top: 5px;
}
[data-snippet-control="content-view-schedule-progress"] .schedule-details .icomoon {
  font-size: 30px;
  padding-left: 10px;
}
[data-snippet-control="content-view-schedule-progress"] .schedule-details .schedule-buttons {
  text-align: right;
  margin-right: -5px;
  clear: both;
}
[data-snippet-control="content-view-schedule-progress"] #schedule-progress-container .progress {
  border: 1px solid #1188FF;
  border-radius: 20px;
  height: 36px;
}
[data-snippet-control="content-view-schedule-progress"] #schedule-progress-container .progress span {
  padding-top: 9px;
}
[data-snippet-control="content-view-schedule-progress"] #schedule-progress-container .progress .progress-bar {
  line-height: 36px;
}
.my-schedule-container {
  right: 0px;
  background-color: #fff;
}
.my-schedule-container .form-label {
  margin-top: 5px !important;
}
.content-schedule-detail {
  display: none;
  width: 100%;
  max-width: 340px;
  margin-bottom: 10px;
  border: 1px solid #dedede;
  padding: 20px;
  margin-top: -10px;
}
.content-schedule-detail .form-label {
  width: 100px;
}
.content-schedule-detail button {
  margin-top: 10px;
  margin-right: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .schedule-details {
    margin-left: 0px !important;
    max-width: 100%;
  }
  .schedule-details .schedule-status-text {
    padding-top: 5px !important;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: -8px !important;
    margin-top: -14px;
  }
  .schedule-form-container {
    padding-bottom: 0px;
  }
  .schedule-form-container .schedule-form-fields-container {
    margin-top: 15px;
    float: none !important;
  }
  .schedule-form-container form {
    /*            .form-fields {
                .form-field-row {
                    text-align: right;
                }
            }
*/
  }
  .schedule-form-container form .form-label {
    margin-left: 0px;
    margin-right: 3px;
    font-size: 11px;
  }
  .schedule-form-container form .schedule-buttons {
    margin-right: -15px;
    clear: both;
    text-align: center;
  }
  .schedule-form-container form .schedule-buttons .btn-group {
    margin-top: 21px;
    margin-bottom: 3px;
  }
  .schedule-form-container form input {
    margin-left: 2px;
  }
  .schedule-form-container form input[type="date"] {
    width: 140px;
    font-size: 12px;
  }
  .schedule-form-container form input,
  .schedule-form-container form select {
    font-size: 14px;
  }
  .schedule-form-container form #frequency {
    margin-right: -12px;
  }
  .schedule-form-container form #tab,
  .schedule-form-container form #Bulktab {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .schedule-form-container form #tab a,
  .schedule-form-container form #Bulktab a {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .manage-schedules-container #users-list-container {
    margin-right: 10px;
    margin-left: 10px;
    width: auto;
  }
  .manage-schedules-container #users-list-container .lwm-admin-mobile-column {
    padding-left: 5px;
  }
  .schedule-appointment h2 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .schedule-details {
    margin-left: 0px !important;
    max-width: 100%;
  }
  .schedule-details .schedule-status-text {
    padding-top: 5px !important;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .schedule-form-container {
    padding-bottom: 0px;
  }
  .schedule-form-container .schedule-form-fields-container {
    margin-top: 15px;
    float: none !important;
  }
  .schedule-form-container form {
    /*            .form-fields {
                .form-field-row {
                    text-align: right;
                }
            }
*/
  }
  .schedule-form-container form .form-label {
    margin-left: 4px;
    font-size: 12px;
  }
  .schedule-form-container form .schedule-buttons {
    margin-right: -15px;
    clear: both;
    text-align: center;
  }
  .schedule-form-container form .schedule-buttons .btn-group {
    margin-top: 21px;
    margin-bottom: 3px;
  }
  .schedule-form-container form input {
    margin-left: 2px;
  }
  .schedule-form-container form input,
  .schedule-form-container form select {
    font-size: 14px;
  }
  .schedule-form-container form #frequency {
    margin-right: -12px;
  }
  .schedule-form-container form #tab,
  .schedule-form-container form #Bulktab {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-right: -10px;
  }
  .schedule-form-container form #tab .btn-radio,
  .schedule-form-container form #Bulktab .btn-radio {
    font-size: 10px;
  }
  .manage-schedules-container #users-list-container {
    margin-right: 0px;
    margin-left: 0px;
    width: auto;
  }
  .manage-schedules-container #users-list-container .col-xs-4 {
    padding-left: 2px;
    padding-right: 2px;
  }
  .manage-schedules-container #users-list-container .lwm-admin-mobile-column {
    padding-left: 5px;
    font-size: 11px;
  }
  .schedule-appointment {
    margin-left: 5px !important;
    margin-right: 5px !important;
    text-align: center;
  }
  .schedule-appointment h2 {
    font-size: 14px;
  }
  .schedule-appointment .btn-default {
    padding: 2px 10px;
  }
}
/* New Styles */
.table > tbody > tr > td .list-group-header {
  font-weight: 600 !important;
  color: #1188FF !important;
}
.table > tbody > tr > td .special-group-header {
  font-weight: 600 !important;
  color: #b7297d !important;
}
.table > tbody > tr > td .btn-manage-area {
  border: 3px #1188FF solid;
}
.table > tbody > tr > td .btn-manage-masterteam {
  border: 3px #dd69ae solid;
}
.table > thead > tr > th {
  font-weight: 600;
  /*color: black;*/
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
td.lwm-table-right {
  text-align: right;
}
td.lwm-table-center {
  text-align: center;
}
.lwm-invite-user-help {
  margin-top: 4px;
}
.lwm-themes-help {
  margin: 10px 5px 10px 5px;
}
.invite-body label {
  margin-top: 10px;
}
.invite-body .radio-buttons-container {
  margin-left: 10px;
}
.invite-body .radio-buttons-container input[type="radio"] {
  margin-right: 30px;
  transform: scale(2);
  margin-left: 10px;
}
.lwm-invite-user {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -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);
  padding: 9px;
  border-radius: 0;
  padding-left: 40px;
  padding-right: 40px;
}
.lwm-invite-user blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.lwm-invite-user input[type="email"] {
  width: 86%;
  height: 36px;
  font-size: 1.3em;
}
.lwm-invite-user button[type="submit"] {
  width: 12%;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .lwm-invite-user {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lwm-invite-user input[type="email"] {
    width: 80%;
    height: 36px;
    font-size: 1.3em;
  }
  .lwm-invite-user button[type="submit"] {
    width: 18%;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .lwm-invite-user {
    padding: 5px !important;
    margin-bottom: 0px;
  }
  .lwm-invite-user input[type="email"],
  .lwm-invite-user input[type="email"]:focus {
    width: 100%;
    font-size: 12px !important;
  }
  .lwm-invite-user button[type="submit"] {
    display: none;
  }
  .lwm-invite-user .form-control {
    height: 36px;
  }
}
[data-snippet-control="current-language-warning"] {
  padding-bottom: 6px;
}
[data-snippet-control="language-selector"] {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .lwm-admin-mobile-column {
    width: 100%;
    margin-bottom: 5px;
    white-space: normal;
  }
  .lwm-admin-mobile-half-column {
    width: 49%;
    margin-bottom: 5px;
    display: inline-block;
    white-space: normal;
  }
}
[data-snippet-component="EnterpriseSecurities_EnterpriseSecurityView_Show"] .lwm-instruction-text {
  margin: 20px 10px 10px 10px;
}
[data-snippet-component=Themes_ThemesView_ThemeApperance] label {
  margin-top: 8px;
}
[data-snippet-component=Themes_ThemesView_ThemeApperance] .lwm-input-center-group {
  text-align: center;
}
[data-snippet-component=Themes_ThemesView_ThemeApperance] .lwm-input-center-group img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
[data-snippet-component=Themes_ThemesView_ThemeApperance] .lwm-input-center-group .btn {
  margin-top: 2px;
}
.lwm-admin-mobile-buttons {
  width: 100%;
  text-align: center;
}
.lwm-body-styled,
.lwm-body-styled-with-tabs {
  border-radius: 25px;
  margin: 30px;
  padding: 30px 20px 60px 20px !important;
}
.lwm-body-styled .panel h3,
.lwm-body-styled-with-tabs .panel h3 {
  color: #555555;
  font-weight: 600;
}
.lwm-body-styled .lwm-invite-user,
.lwm-body-styled-with-tabs .lwm-invite-user {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lwm-body-styled .dataTables_filter,
.lwm-body-styled-with-tabs .dataTables_filter {
  margin-bottom: 10px;
}
#explore-topics-progress-modal .dataTables_filter {
  margin-bottom: 10px;
}
.table-styled th,
.table-styled-alt th {
  background-color: #1188FF;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 6px 10px !important;
}
.table-styled td,
.table-styled-alt td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 10px;
}
.table-styled-alt th {
  background-color: #b7297d;
}
.lwm-body-styled-tab-top {
  margin-top: 0px;
  padding-top: 0px;
  margin-left: 30px;
  margin-right: 30px;
  background-color: #fff;
}
.lwm-body-styled-tab-top .lwm-tab-top {
  min-height: 10px;
  background-color: #b7297d;
}
.lwm-body-styled-tab-top .lwm-tab-header h3 {
  color: #b7297d;
  font-weight: 700;
  margin: 0;
  padding: 20px;
}
.lwm-body-styled-tab-top .lwm-tab-header h3.report-header-primary {
  color: #1188FF !important;
}
.lwm-body-styled-tab-top .lwm-tab-header h3.report-header-alternate {
  color: #b7297d !important;
}
.lwm-body-styled-tab-top.reduced-margin {
  margin-top: -24px;
}
.lwm-body-styled-with-tabs {
  margin-top: 0px !important;
  padding-top: 0px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.not-tabbed .lwm-body-styled-tab-top {
  margin-top: 8px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.not-tabbed .lwm-body-styled-tab-top .lwm-tab-top {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-styled,
  .table-styled-alt {
    font-size: 11px;
  }
  .table-styled th,
  .table-styled-alt th {
    font-size: 11px !important;
  }
}
@media (max-width: 767px) {
  .lwm-body-styled,
  .lwm-body-styled-with-tabs {
    margin: 10px 0px 10px 0px;
    padding-top: 10px !important;
  }
  .lwm-body-styled-tab-top {
    margin-left: 0px;
    margin-right: 0px;
  }
  .table-styled,
  .table-styled-alt {
    font-size: 11px;
  }
  .table-styled th,
  .table-styled-alt th {
    font-size: 11px !important;
  }
}
/* We like a little space between tags when they go over more than one row. */
.snippet-tags .tag {
  margin-bottom: 2px;
}
/* Default display of tags should be readonly. */
.snippet-tags input.tags-input {
  display: none;
  width: auto;
}
.snippet-tags .tag {
  margin-bottom: 2px;
}
.snippet-tags .tag .remove {
  display: none;
}
/* When we edit show all controls */
.editing .bootstrap-tags .tags {
  height: 0px;
}
.editing .snippet-tags input.tags-input {
  display: initial;
}
.editing .snippet-tags .tag .remove {
  display: initial;
}
#bulk-uploads-container h3 {
  margin-top: 0px;
  color: #1188FF;
  font-weight: 600;
}
#bulk-uploads-container .topic-dropdown-container {
  background-color: #1188FF;
  color: #fff;
  padding: 7px 20px;
  border-radius: 25px;
  margin-bottom: 5px;
  margin-top: -10px;
}
#bulk-uploads-container .topic-dropdown-container select,
#bulk-uploads-container .topic-dropdown-container textarea,
#bulk-uploads-container .topic-dropdown-container input {
  color: #858585;
  padding-bottom: 3px;
  margin-left: 10px;
}
.lwm-content-body {
  background-color: #ffffff;
  padding-top: 8px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 4px;
}
.lwm-content-description {
  font-size: larger;
  font-weight: 500;
  padding-bottom: 8px;
}
.lwm-content-thumbnail {
  cursor: pointer;
}
/* Need extra space above the audio controls on some browsers. */
.lwm-audio-container {
  margin-top: 5px;
}
/* Need to force some size onto the audio controls on iOS otherwise they show invisible. */
audio {
  min-height: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.lwm-photo-content-body .lwm-content-description,
.lwm-website-content-body .lwm-content-description,
.lwm-article-content-body .lwm-content-description {
  font-size: 14px;
  color: #1188FF;
  margin-left: 20px;
  margin-right: 20px;
  /*border-bottom: 1px solid lighten(@primary-color, 35%);*/
  line-height: 16px;
}
.lwm-photo-content-body .snippet-edit-wrapper,
.lwm-website-content-body .snippet-edit-wrapper,
.lwm-article-content-body .snippet-edit-wrapper {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .lwm-photo-body [data-snippet-control="text"],
  .lwm-website-body [data-snippet-control="text"],
  .lwm-article-body [data-snippet-control="text"],
  .lwm-topic-description [data-snippet-control="text"] {
    margin-top: 3px;
  }
}
.assignment-text-container {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.lwm-assignment-tutor-feedback #AssignmentGradeFK {
  width: 100%;
  margin-bottom: 8px;
}
.wiki-metadata {
  text-align: right;
  font-style: italic;
  color: lightgray;
  padding-bottom: 16px;
}
.wiki-author {
  display: inline;
}
.wiki-date {
  display: inline;
}
@media (max-width: 767px) {
  .wiki-version-toolbar {
    text-align: center;
  }
  .wiki-metadata {
    text-align: center;
  }
}
.video-quality-selector-container {
  width: 100%;
  text-align: center;
}
.snippet-show-when-editing {
  display: none !important;
}
.snippet-show-when-editing .snippet-tags .tags-input {
  width: 100% !important;
}
.content-multiformat-text-extra-padding-left {
  padding-left: 53px;
}
#linked-documents-container {
  min-height: 250px;
  margin-left: -17px;
  padding-left: 15px;
}
#linked-documents-container ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 10px;
}
#linked-documents-container ul li {
  margin-bottom: 5px;
  padding-left: 10px;
}
#linked-documents-container ul li img {
  display: inline-block;
  height: 27px;
  margin-right: 4px;
}
#linked-documents-container ul li .icomoon {
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 4px;
  color: #fff;
  background-color: #1188FF;
  padding: 10px;
  border-radius: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#linked-documents-container ul li .document-link-editor {
  float: right;
  width: 50%;
  padding-left: 10px;
}
#linked-documents-container ul li [data-snippet-control="link-document-type"] {
  margin-right: 10px;
  top: 4px;
  position: relative;
  width: 60%;
}
#linked-documents-container ul li [data-snippet-control="delete-button"] {
  margin-right: 20px;
  float: right;
}
#linked-documents-container .lwm-media-preview {
  display: none;
}
#linked-documents-container .lwm-media-upload-container {
  display: none;
  margin-top: 10px;
}
#linked-documents-container .lwm-media-upload-container .btn {
  float: right;
  margin-right: 20px;
  position: relative;
  top: -10px;
}
#linked-documents-container .document-upload-text {
  padding: 10px;
  font-weight: 600;
  padding-left: 25px;
}
#linked-documents-container .form-label {
  margin-top: 20px;
}
#linked-documents-container #linked-documents-dropdown-container {
  text-align: right;
  padding-right: 35px;
}
#linked-documents-container #linked-documents-dropdown-container #LinkedDocuments {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #linked-documents-container ul li .document-link-editor {
    margin-top: 6px;
    width: 100%;
    padding-left: 0px;
  }
  #linked-documents-container ul li [data-snippet-control="delete-button"] {
    margin-right: 0px;
  }
  #linked-documents-container #linked-documents-dropdown-container {
    padding-right: 0px;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  #linked-documents-container ul li .document-link-editor {
    margin-top: 6px;
    width: 100%;
    padding-left: 0px;
  }
  #linked-documents-container ul li [data-snippet-control="delete-button"] {
    margin-right: 0px;
  }
  #linked-documents-container #linked-documents-dropdown-container {
    padding-right: 15px;
    padding-left: 25px;
  }
}
#linked-media-container {
  margin-left: -17px;
  padding-left: 15px;
}
#linked-media-container ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 10px;
}
#linked-media-container ul li {
  padding: 3px 10px 0px 10px;
  clear: both;
}
#linked-media-container ul li.suggested-link {
  border-bottom: 1px dotted #dedede;
  font-style: italic;
  padding: 10px;
}
#linked-media-container ul li img {
  display: inline-block;
  height: 27px;
  margin-right: 4px;
}
#linked-media-container ul li .icomoon {
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 4px;
  color: #fff;
  background-color: #1188FF;
  padding: 10px;
  border-radius: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#linked-media-container ul li [data-snippet-control="delete-button"],
#linked-media-container ul li [data-snippet-control="link-button"] {
  margin-right: 10px;
  position: relative;
  top: -12px;
  float: right;
}
#linked-media-container ul li [data-snippet-control="delete-button"] {
  top: 5px;
}
#linked-media-container ul li .sub-title-button-container {
  display: inline-block;
  float: right;
  margin-top: 5px;
}
#linked-media-container .lwm-media-preview {
  display: none;
}
#linked-media-container .lwm-media-upload-container {
  margin-top: 10px;
}
#linked-media-container .lwm-media-upload-container .btn {
  float: right;
  margin-right: 20px;
  position: relative;
  top: -10px;
}
#linked-media-container .media-upload-text {
  padding: 10px;
  font-weight: 600;
  padding-left: 25px;
}
#linked-media-container .form-label {
  margin-top: 20px;
}
#linked-media-container .divider-line {
  height: 2px;
  background-color: #b7297d;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #linked-media-container ul li [data-snippet-control="delete-button"],
  #linked-media-container ul li [data-snippet-control="link-button"] {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  #linked-media-container ul li [data-snippet-control="delete-button"],
  #linked-media-container ul li [data-snippet-control="link-button"] {
    margin-right: 0px;
  }
}
#video-player .modal-dialog,
#audio-player .modal-dialog {
  width: 95%;
  max-width: 150vh;
}
#video-player .modal-dialog .modal-body,
#audio-player .modal-dialog .modal-body {
  padding: 22px 7px 22px 22px;
}
#video-player .close,
#audio-player .close {
  font-size: 30px;
}
#video-player img.lwm-open-audio-link,
#audio-player img.lwm-open-audio-link {
  max-width: 77%;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #video-player img.lwm-open-audio-link,
  #audio-player img.lwm-open-audio-link {
    max-width: 74%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #video-player img.lwm-open-audio-link,
  #audio-player img.lwm-open-audio-link {
    max-width: 65%;
    margin-bottom: 10px;
  }
  #video-player .modal-dialog,
  #audio-player .modal-dialog {
    padding-left: 0px;
  }
  #video-player .modal-dialog .modal-body,
  #audio-player .modal-dialog .modal-body {
    padding: 20px 10px;
  }
  #video-player .modal-dialog .modal-body video,
  #audio-player .modal-dialog .modal-body video,
  #video-player .modal-dialog .modal-body audio,
  #audio-player .modal-dialog .modal-body audio {
    max-height: 84vh;
  }
}
.content-rank-text.standard-color1 {
  font-weight: 600;
}
.standard-color1 {
  color: #b7297d;
}
.standard-color1.heavy-text {
  font-weight: 600;
}
.lwm-tile-footer-as-header .lwm-course-progress .alert {
  padding: 0px 10px;
  height: 22px;
  margin-bottom: 0px;
}
.lwm-course-progress-message {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.lwm-course-progress-message .progress {
  margin-left: -18px;
  margin-right: -18px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.lwm-course-progress .alert {
  height: 25px;
  line-height: 23px;
  margin-bottom: 0px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  border-radius: 25px;
  background-color: #1188FF;
  border: 1px solid #1188FF;
  color: #fff;
}
.lwm-course-progress .alert-light {
  background-color: #aad4ff !important;
}
.lwm-course-progress .progress {
  background-color: #aad4ff !important;
  border-radius: 25px;
  border: 1px solid #1188FF;
  height: 25px;
  margin-bottom: 5px;
}
.lwm-course-progress .progress.add-standard-background-color {
  background-color: #1188FF !important;
}
.lwm-course-progress .progress-bar {
  background-color: #1188FF;
  white-space: nowrap;
  padding-left: 15px;
  float: unset;
  text-align: left;
}
.lwm-course-progress .progress-bar.zero-progress {
  padding-left: 0px;
  margin-left: 15px;
}
.lwm-course-progress.playlist-progress .alert {
  background-color: #b7297d;
  border: 1px solid #b7297d;
}
.lwm-course-progress.playlist-progress .alert-light {
  background-color: #e792c4 !important;
}
.lwm-course-progress.playlist-progress .progress {
  background-color: #e792c4 !important;
  border: 1px solid #b7297d;
}
.lwm-course-progress.playlist-progress .progress.add-standard-background-color {
  background-color: #b7297d !important;
}
.lwm-course-progress.playlist-progress .progress-bar {
  background-color: #b7297d;
}
.playlist-progress .lwm-course-progress-message {
  margin-left: 15px;
  margin-right: 15px;
}
.lwm-course-progress .progress > span {
  color: #fff;
  line-height: 23px;
  font-size: 14px;
  position: absolute;
  left: 30px;
}
.lwm-course-group-heading {
  position: relative;
  padding-top: 5px;
  padding-bottom: 20px;
  border-bottom: 7px solid #aad4ff !important;
  background-color: #1188FF;
}
.lwm-course-group-heading .label-success {
  border-radius: 50%;
  padding: 5px 8px 5px 6px;
  float: right;
}
.lwm-course-group-heading h2.panel-title {
  display: inline-block;
  float: left;
  margin-top: 3px;
}
.lwm-course-group-description {
  clear: both;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
}
.lwm-panel-open-close {
  position: absolute;
  left: 50%;
  top: 80%;
  font-size: 20px;
  background-color: #1188FF;
  border-radius: 50%;
  line-height: 19px;
  padding: 0;
  margin: 0;
}
.lwm-panel-close {
  display: none;
}
@media (max-width: 767px) {
  .lwm-panel-open-close {
    top: 85%;
  }
}
.lwm-course-group-toolbar {
  float: right;
}
/* When editing make sure we can drag and drop into empty modules in courses. */
.editing [data-snippet-component="LearningTopicCourses_CourseLearning_Show"] .snippet-sortable {
  min-height: 100px;
  border: 2px dashed gray;
}
[data-snippet-component="PublishStateAlert_Shared_PublishStateAlert"] .alert-success {
  margin-bottom: 0px;
}
[data-snippet-component="LearningTopicCourses_CourseLearning_Show"] .panel {
  border: 1px solid #959595;
  border-radius: 3px;
}
[data-snippet-component="LearningTopicCourses_CourseLearning_Show"] .panel-body {
  padding-bottom: 2px;
  padding-top: 6px;
}
@media (max-width: 767px) {
  .lwm-course-progress .alert {
    padding-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
.quiz-response-details {
  padding-bottom: 8px;
}
#certificate-locker-container {
  padding-top: 10px !important;
}
#certificate-locker-container h4 {
  padding-left: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  #certificate-locker-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: -20px !important;
    /*margin-left: 0px;
        margin-right: 0px;*/
  }
  #certificate-locker-container #list {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.chat {
  min-height: 100px;
  overflow-y: scroll;
}
.chat .snippet-scrolling-next {
  display: none;
}
.lwm-new-comment-discussion {
  margin-bottom: 0px;
}
.lwm-new-comment-discussion textarea {
  min-height: 80px;
  max-height: 80px;
}
.lwm-new-comment-discussion iframe.wysihtml5-sandbox {
  min-height: 80px;
  max-height: 80px;
}
.lwm-dashboard-filter {
  padding-bottom: 8px;
}
.col-sm-6 [data-snippet-component="DashboardExpander"] [data-snippet-control="Collapse"] {
  display: none;
}
.col-sm-12 [data-snippet-component="DashboardExpander"] [data-snippet-control="Expand"] {
  display: none;
}
.col-md-6 [data-snippet-component="DashboardExpander"] [data-snippet-control="Collapse"] {
  display: none;
}
.col-md-12 [data-snippet-component="DashboardExpander"] [data-snippet-control="Expand"] {
  display: none;
}
@media (max-width: 767px) {
  [data-snippet-component="DashboardExpander"] {
    display: none;
  }
}
.dashboard-header h2 {
  display: inline-block;
  color: #b7297d;
  font-size: 22px;
  font-weight: 600;
}
.dashboard-header .dashboard-header-link {
  display: inline-block;
  padding-left: 10px;
  font-size: 12px;
}
.dashboard-more-detail {
  text-align: right;
  padding-right: 25px;
}
.dashboard-more-detail a,
.dashboard-more-detail a:focus {
  color: #555555;
}
.more-detail-body {
  display: none;
}
.admin-checkbox {
  margin-left: 15px;
}
.admin-checkbox label {
  margin-bottom: 4px;
  margin-right: 5px;
}
.admin-checkbox input {
  width: 25px;
  height: 25px;
  vertical-align: bottom;
}
.List-admin-checkbox {
  position: absolute;
  margin-top: 10px;
  z-index: 99;
}
.lwm-dashboard-top-panel {
  text-transform: uppercase;
  padding-top: 0px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #1188FF;
  border-left: 1px solid #1188FF;
  border-right: 1px solid #1188FF;
}
.lwm-dashboard-top-panel .lwm-dashboard-top-header {
  color: #fff;
  margin-left: -20px;
  margin-right: -20px;
}
.lwm-dashboard-top-panel .lwm-dashboard-top-header h3 {
  margin: 9px 20px;
  font-size: 14px;
  padding: 0px;
}
.lwm-dashboard-top-panel .lwm-dashboard-top-header .lwm-dashboard-top-header-part {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.lwm-dashboard-top-panel .lwm-dashboard-top-header .lwm-dashboard-top-header-left {
  background-color: #1188FF;
  border-top-left-radius: 25px;
  width: 71.425%;
}
.lwm-dashboard-top-panel .lwm-dashboard-top-header .lwm-dashboard-top-header-right {
  background-color: #ff9700;
  border-top-right-radius: 25px;
  width: 28.575%;
}
.lwm-dashboard-top-panel .lwm-dashboard-top-panel-detail {
  margin-left: -20px;
  margin-right: -20px;
}
.lwm-dashboard-top-panel .lwm-dashboard-top-panel-detail h4 {
  font-size: 11px;
  color: #555555;
  font-weight: 600;
}
.lwm-dashboard-top-panel .lwm-dashboard-top-panel-detail .lwm-dashboard-top-panel-detail-left {
  color: #1188FF;
}
.lwm-dashboard-top-panel .lwm-dashboard-top-panel-detail .lwm-dashboard-top-panel-detail-left .lwm-dashboard-top-panel-item:not(:last-child) {
  border-right: 1px solid #1188FF;
}
.lwm-dashboard-top-panel .lwm-dashboard-top-panel-detail .lwm-dashboard-top-panel-detail-left .lwm-dashboard-top-panel-item:last-child {
  border-right: 1px solid #555555;
}
.lwm-dashboard-top-panel .lwm-dashboard-top-panel-detail .lwm-dashboard-top-panel-detail-right {
  color: #ff9700;
}
.lwm-dashboard-top-panel .lwm-dashboard-top-panel-detail .lwm-dashboard-top-panel-detail-right .lwm-dashboard-top-panel-item:not(:last-child) {
  border-right: 1px solid #ff9700;
}
.lwm-dashboard-top-panel .lwm-dashboard-top-panel-detail .lwm-dashboard-top-panel-item {
  margin-top: 10px;
  font-size: 24px;
  float: left;
  text-align: center;
  width: 14.285%;
}
.company-widget {
  border-top: 1px solid #555555;
}
.company-widget .panel-heading h3 select {
  margin-right: 10px;
  margin-top: 7px;
}
.dashboard-toggle-switch {
  clear: both;
  /* Rounded sliders */
}
.dashboard-toggle-switch .toggle-title {
  display: inline-block;
  padding: 0px 5px 0px 5px;
}
.dashboard-toggle-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  padding-top: 7px;
  z-index: 9;
}
.dashboard-toggle-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.dashboard-toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b7297d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.dashboard-toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.dashboard-toggle-switch input:checked + .slider {
  background-color: #b7297d;
}
.dashboard-toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px #b7297d;
}
.dashboard-toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.dashboard-toggle-switch .slider.round {
  border-radius: 34px;
}
.dashboard-toggle-switch .slider.round:before {
  border-radius: 50%;
}
.dashboard-toggle-switch.admin-checkbox .slider {
  background-color: #808080;
}
.dashboard-toggle-switch.admin-checkbox input:checked + .slider {
  background-color: #1188FF;
}
.dashboard-toggle-switch.admin-checkbox input:focus + .slider {
  box-shadow: 0 0 1px #1188FF;
}
.dashboard-alt-hidden {
  display: none;
}
.user-dashboard-top .lwm-body {
  margin-bottom: 0px;
}
[data-snippet-control="reduced-top-margin"] {
  margin-top: -40px;
  clear: both;
}
.chart-legend {
  display: inline-block;
  width: 100%;
  height: auto;
}
.chart-legend ul {
  list-style: none;
  padding-left: 0px;
}
.chart-legend ul li {
  padding-top: 5px;
}
.chart-legend ul li span {
  width: 20px;
  border-radius: 25px;
  font-size: 14px;
  float: left;
  margin-right: 10px;
  margin-top: -2px;
}
.canvas-container {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .lwm-dashboard-top-panel .lwm-dashboard-top-header h3 {
    margin: 9px;
  }
  .lwm-dashboard-top-panel .lwm-dashboard-top-panel-detail h4 {
    font-size: 8px;
    font-weight: normal;
  }
  .lwm-dashboard-top-panel .lwm-dashboard-top-panel-detail .lwm-dashboard-top-panel-item {
    font-size: 18px;
  }
  .company-widget .panel-heading {
    margin: 0px;
  }
  .company-widget .panel-heading h3 {
    font-size: 14px;
  }
  .company-widget .panel-heading h3 select {
    margin-right: 0px;
    margin-top: 0px;
    font-size: 12px;
  }
  .dashboard-toggle-switch .slider:before {
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .dashboard-toggle-switch .slider.round {
    border-radius: 24px;
  }
  .dashboard-toggle-switch .toggle-title {
    font-size: 12px !important;
  }
  .dashboard-toggle-switch .switch {
    width: 50px;
    height: 24px;
    padding-top: 5px;
  }
  [data-snippet-component="DashboardExpander"] .btn {
    font-size: 10px;
    margin-top: -13px;
    margin-left: 5px;
  }
  [data-snippet-component="DashboardAlternateView"] {
    margin-top: -20px;
    margin-left: -20px;
  }
  .dashboard-more-detail {
    font-size: 17px;
  }
  .chart-legend ul li {
    font-size: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .lwm-dashboard-top-panel .lwm-dashboard-top-header h3 {
    margin: 9px;
  }
  .lwm-dashboard-top-panel .lwm-dashboard-top-panel-detail h4 {
    font-size: 7px;
    font-weight: normal;
  }
  .lwm-dashboard-top-panel .lwm-dashboard-top-panel-detail .lwm-dashboard-top-panel-item {
    font-size: 18px;
  }
  .company-widget .panel-heading {
    margin: 0px;
  }
  .company-widget .panel-heading h3 select {
    margin-right: 0px;
    margin-top: -3px;
  }
  .dashboard-toggle-switch .slider:before {
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .dashboard-toggle-switch .slider.round {
    border-radius: 24px;
  }
  .dashboard-toggle-switch .toggle-title {
    font-size: 13px !important;
  }
  .dashboard-toggle-switch .switch {
    width: 50px;
    height: 24px;
    padding-top: 5px;
  }
  .dashboard-more-detail {
    font-size: 17px;
  }
  .company-widget .panel {
    margin-bottom: 10px;
  }
  .company-widget .panel .panel-heading h3 {
    font-size: 15px;
  }
  .company-widget .panel .panel-body {
    padding: 15px 0px 15px 0px;
  }
  .company-widget .panel .switch {
    padding-top: 3px;
  }
  .dashboard-container .col-xs-12 {
    padding: 0px;
  }
  .chart-legend ul li {
    font-size: 10px;
    padding-top: 10px;
  }
  .lwm-dashboard-back {
    display: none;
  }
}
.lwm-company-users-body {
  position: relative;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -20px;
}
.lwm-company-users-body h3 {
  margin-top: 0px;
}
.lwm-company-users-body #company-user-search-container .lwm-search-bar,
.lwm-company-users-body #company-team-search-container .lwm-search-bar {
  display: block !important;
  background-color: #fff;
  border: none;
  position: absolute;
  right: 22px;
  top: 10px;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 300px;
}
.lwm-company-users-body #company-user-search-container .lwm-search-bar .lwm-input-lg,
.lwm-company-users-body #company-team-search-container .lwm-search-bar .lwm-input-lg {
  font-size: 13px;
}
.lwm-company-users-body #company-user-search-container .lwm-search-bar .btn,
.lwm-company-users-body #company-team-search-container .lwm-search-bar .btn {
  border-radius: 0px !important;
  height: 40px;
}
.lwm-company-users-body #company-user-search-container .lwm-search-bar .form-control,
.lwm-company-users-body #company-team-search-container .lwm-search-bar .form-control {
  height: 40px;
}
.lwm-company-users-body #company-user-counts-container {
  margin-bottom: 10px;
}
.lwm-company-users-body label {
  margin-top: 10px;
}
.lwm-company-users-body .radio-buttons-container {
  margin-left: 10px;
  margin-bottom: 10px;
  width: 85%;
  display: inline-block;
}
.lwm-company-users-body .radio-buttons-container input[type="radio"] {
  margin-right: 30px;
  transform: scale(2);
  margin-left: 10px;
}
.information-block {
  font-size: 14px;
  display: inline-block;
  margin: 5px;
}
.information-block .btn {
  background-color: #f5f5f5;
  color: #555555;
  border: 1px solid #b7297d;
}
.information-block .btn.active,
.information-block .btn:active,
.information-block .btn:focus,
.information-block .btn:hover {
  color: #fff;
  background-color: #b7297d;
  text-decoration: none;
}
.information-block span {
  font-weight: 700;
  margin-left: 10px;
}
.information-block a:focus {
  text-decoration: underline;
}
.information-block.primary-color .btn {
  border: 1px solid #1188FF;
}
.information-block.primary-color .btn.active,
.information-block.primary-color .btn:active,
.information-block.primary-color .btn:focus,
.information-block.primary-color .btn:hover {
  background-color: #1188FF;
}
.information-block .btn:not(.active).toggle-filter:focus {
  background-color: #f5f5f5;
  color: #555555;
}
.lwm-company-user-icon {
  font-size: 27px;
  padding-left: 9px;
  border-radius: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.lwm-company-user-icon:hover {
  color: #b7297d;
}
.lwm-company-user-icon.default-primary:hover {
  color: #1188FF;
}
.lwm-company-user-icon-primary {
  color: #1188FF;
}
.lwm-company-user-icon-warning {
  color: #eeb60e;
}
.lwm-company-user-icon-success {
  color: #56b33b;
}
.lwm-company-user-icon-danger {
  color: #ba1818;
}
.lwm-company-user-icon-default {
  color: #808080;
}
.lwm-company-user-icon.disabled {
  color: #e5e5e5;
}
@media (min-width: 768px) and (max-width: 991px) {
  .lwm-company-users-body .btn {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .lwm-company-users-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .lwm-company-users-body .group-users-information {
    text-align: center;
  }
  .lwm-company-users-body .group-users-information h3 {
    margin-top: 0px;
  }
  .lwm-company-users-body .group-users-information .btn-group {
    float: none !important;
  }
  .lwm-company-users-body .group-users-information .btn {
    font-size: 11px;
  }
  .lwm-company-users-body .lwm-company-users .lwm-user-admin-buttons {
    width: 100% !important;
    display: block;
    text-align: center;
  }
  .lwm-company-users-body .lwm-company-users .lwm-user-admin-buttons .btn {
    padding: 8px 7px;
  }
  .lwm-company-users-body #company-user-search-container .lwm-search-bar {
    position: relative !important;
    float: right;
    margin-bottom: 10px;
  }
  .lwm-company-users-body .lwm-company-user-icon {
    font-size: 27px;
  }
}
/*
 * Utility classes to make things easier to apply specific styles we use commonly and void inline CSS or lots of classes achieving the same thing.
 *
 * Wherever possible these should be used in favour of creating your own classes.
 */
/* Table and cell style layout. */
.lwm-table {
  display: table;
}
.lwm-table-cell {
  display: table-cell;
  padding-left: 2px;
  padding-right: 2px;
}
.lwm-inline-block {
  display: inline-block;
}
/* Stack of items on top of each other that can represent an icon (usually an i and an img) */
.lwm-icon-stack {
  text-align: center;
  position: relative;
}
.lwm-icon-stack > i.icon {
  top: 0px;
  text-align: center;
}
.lwm-icon-stack > img {
  position: absolute;
  top: 0px;
  width: 1em;
  height: 1em;
  background-color: transparent !important;
}
/* Options to better control padding when using bootstrap's .row and .col-* classes. */
.row-padding-none [class*="col-"] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.row-padding-sm [class*="col-"] {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.row-padding-md [class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
/* Full width controls */
.lwm-input-full-width {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
/* Can make inputs etc. bigger when they are the most important thing on the screen. */
.lwm-input-lg {
  font-size: 1.5em;
}
.lwm-input-lg .form-control {
  font-size: 1em;
}
/* Makes the cursor into a pointer (hand). */
.lwm-pointer {
  cursor: pointer;
}
/* Modal options are ways we present choices in a modal as part of a workflow. */
.lwm-modal-option-btn {
  width: 100%;
  margin-bottom: 2px;
}
.lwm-body {
  background-color: #ffffff;
  padding-top: 8px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 4px;
}
.lwm-center-body {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  background-color: #ffffff;
  padding-top: 8px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 4px;
}
.lwm-instruction-text {
  font-size: larger;
  font-weight: 500;
  padding-bottom: 8px;
}
/* General styles and things that are showing to a user but not editing. */
[data-snippet-component="HtmlBuilder"] .builder-templates {
  display: none;
}
[data-snippet-component="HtmlBuilder"] [data-snippet-control="add-button"] {
  display: none !important;
}
[data-snippet-component="HtmlBuilder"] [data-snippet-control="edit-text-button"] {
  display: none !important;
}
[data-snippet-component="HtmlBuilder"] [data-snippet-control="edit-image-button"] {
  display: none !important;
}
[data-snippet-component="HtmlBuilder"] [data-snippet-control="edit-file-download-button"] {
  display: none !important;
}
[data-snippet-component="HtmlBuilder"] [data-snippet-control="block-bar-move"] {
  float: right;
  margin-right: 6px;
}
[data-snippet-component="HtmlBuilder"] [data-snippet-control="block-bar"] {
  background-color: #88ca92;
  display: none !important;
  width: 100%;
  min-height: 18px;
}
[data-snippet-component="HtmlBuilder"] [data-block-type="text"] [data-snippet-control="block-bar"],
[data-snippet-component="HtmlBuilder"] [data-block-type="image"] [data-snippet-control="block-bar"],
[data-snippet-component="HtmlBuilder"] [data-block-type="image-fixed-size"] [data-snippet-control="block-bar"],
[data-snippet-component="HtmlBuilder"] [data-block-type="quiz-pass-or-fail"] [data-snippet-control="block-bar"],
[data-snippet-component="HtmlBuilder"] [data-block-type="quiz-pass-requirements"] [data-snippet-control="block-bar"],
[data-snippet-component="HtmlBuilder"] [data-block-type="quiz-results"] [data-snippet-control="block-bar"] {
  background-color: #1188FF;
}
[data-snippet-component="HtmlBuilder"] [data-snippet-control="block-bar-remove"] {
  float: right;
}
/* Styles when editing. */
.editing [data-snippet-component="HtmlBuilder"] [data-snippet-control="builder-area"] {
  border: 0.5px dashed #88ca92;
  min-height: 90px;
}
.editing [data-snippet-component="HtmlBuilder"] [data-block-type="text"] {
  border: 1px dashed #122556;
  min-height: 40px;
}
.editing [data-snippet-component="HtmlBuilder"] [data-snippet-control="add-button"] {
  display: block !important;
  /* Block fills the width which is what we want specifically for the add button. */
  white-space: normal;
  /* when we are dealing with narrow columns, stop the wording running out of the area */
  /* give the add text as much chance as possible of fitting into the box even when we have 12 columns */
  font-size: 12px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 1px;
  padding-right: 1px;
  overflow: hidden;
}
.editing [data-snippet-component="HtmlBuilder"] [data-snippet-control="edit-text-button"] {
  display: inline-block !important;
}
.editing [data-snippet-component="HtmlBuilder"] [data-snippet-control="edit-image-button"] {
  display: inline-block !important;
}
.editing [data-snippet-component="HtmlBuilder"] [data-snippet-control="edit-file-download-button"] {
  display: inline-block !important;
}
.editing [data-snippet-component="HtmlBuilder"] [data-snippet-control="block-bar"] {
  display: block !important;
}
.editing .sorting [data-snippet-control="builder-area"] {
  margin-top: 40px;
  margin-bottom: 40px;
}
.editing .sorting [data-snippet-control="add-button"] {
  display: none !important;
  /* Block fills the width which is what we want specifically for the add button. */
}
/* viewing built content */
/* lift the whole article off the page */
.lwm-article-body {
  /* but cancel that when editing or on mobile */
}
.lwm-article-body [data-snippet-control="builder-container"] {
  /*box-shadow: 5px 5px 20px lighten(@body-color, 40%);*/
  margin-right: 6px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.lwm-article-body .editing [data-snippet-control="builder-container"] {
  box-shadow: none;
  margin-right: 0px;
}
@media (max-width: 767px) {
  .lwm-article-body [data-snippet-control="builder-container"] {
    box-shadow: none;
    margin-right: 0px;
  }
}
.builder-block img {
  padding-top: 5px;
  padding-bottom: 5px;
}
.builder-block h1 {
  font-size: 25px;
  font-weight: 700;
}
.builder-block h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 16px;
}
.builder-block h3 {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
}
.builder-block [data-snippet-control="text"] {
  padding-bottom: 5px;
}
/* Make sure images and text under download-link look clickable (even though we don't want to wrap this whole thing in an <a> because it causes issues with buttons at edit time. */
[data-snippet-control="download-link"] img {
  cursor: pointer;
}
[data-snippet-control="download-link"] [data-snippet-control="text"] {
  cursor: pointer;
  color: #1188FF;
}
[data-snippet-control="download-link"] [data-snippet-control="text"]:hover,
[data-snippet-control="download-link"] [data-snippet-control="text"]:active {
  text-decoration: underline;
}
/* and display the same way in the editor itself */
.wysihtml5-editor h1 {
  font-size: 25px;
  font-weight: 700;
}
.wysihtml5-editor h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 16px;
}
.lwm-machine-enhanced-option {
  border-top: 1px solid gray;
  width: 100%;
}
.lwm-language-option {
  width: 100%;
}
.lwm-machine-enhanced-option {
  /* On/Off switch for machine enhanced translations. */
}
.lwm-machine-enhanced-option .onoffswitch-container {
  display: inline-block;
}
.lwm-machine-enhanced-option .onoffswitch {
  position: relative;
  width: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.lwm-machine-enhanced-option .onoffswitch-checkbox {
  display: none;
}
.lwm-machine-enhanced-option .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}
.lwm-machine-enhanced-option .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.lwm-machine-enhanced-option .onoffswitch-inner:before,
.lwm-machine-enhanced-option .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 9px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.lwm-machine-enhanced-option .onoffswitch-inner:before {
  content: "";
  padding-left: 7px;
  background-color: #3ADB25;
  color: #FFFFFF;
}
.lwm-machine-enhanced-option .onoffswitch-inner:after {
  content: "";
  padding-right: 7px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
.lwm-machine-enhanced-option .onoffswitch-switch {
  display: block;
  width: 10px;
  margin: 3px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.lwm-machine-enhanced-option .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.lwm-machine-enhanced-option .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
/* Arrow shown to indicate a machine translation is being displayed. */
.lwm-machine-translation-arrow {
  font-size: 12px;
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 992px) {
  .lwm-language-selector.open .dropdown-menu {
    max-height: 850px;
    width: 900px;
    overflow-y: scroll;
  }
}
@media (max-width: 768px) {
  .lwm-language-selector.open .dropdown-menu {
    max-height: 500px;
    overflow-y: scroll;
  }
}
@media (max-height: 600px) {
  .lwm-language-selector.open .dropdown-menu {
    max-height: 400px;
    overflow-y: scroll;
  }
}
.lwm-language-selector.open .dropdown-menu li > ul {
  padding-left: 0px;
}
.lwm-language-selector.open .dropdown-menu li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.lwm-language-selector.open .dropdown-menu li > ul > li > a:hover,
.lwm-language-selector.open .dropdown-menu li > ul > li > a:focus {
  text-decoration: none;
  color: white;
  background-color: #1188FF;
}
@media print {
  .lwm-body-container-print {
    height: 100%;
    width: 100%;
  }
  .lwm-body-container-print .container {
    height: 100%;
    width: 100%;
  }
  .lwm-body-container-print .main-content {
    height: 100%;
    width: 100%;
  }
}
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .btn,
[data-snippet-component="LearningTopic_ManageAccess"] .btn {
  margin-bottom: 3px;
}
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .btn-selected-topic,
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-topic,
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .btn-selected-course,
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-course {
  margin-right: 3px;
}
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .btn-selected-topic.saved,
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-topic.saved,
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .btn-selected-course.saved,
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-course.saved,
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .btn-selected-topic.saved:focus,
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-topic.saved:focus,
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .btn-selected-course.saved:focus,
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-course.saved:focus,
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .btn-selected-topic.saved:active,
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-topic.saved:active,
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .btn-selected-course.saved:active,
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-course.saved:active {
  color: #fff !important;
  background-color: #b7297d !important;
  border-color: #b7297d !important;
}
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .btn-selected-topic:focus,
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-topic:focus,
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .btn-selected-course:focus,
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-course:focus,
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .btn-selected-topic:active,
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-topic:active,
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .btn-selected-course:active,
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-course:active {
  background-color: #fff !important;
}
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .btn-selected-topic span,
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-topic span,
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .btn-selected-course span,
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-course span {
  display: none;
}
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .btn-selected-topic span.saved,
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-topic span.saved,
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .btn-selected-course span.saved,
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-course span.saved {
  display: inline-block;
}
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .topics-group-container,
[data-snippet-component="LearningTopic_ManageAccess"] .topics-group-container {
  border: 1px solid #1188FF;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .topics-container,
[data-snippet-component="LearningTopic_ManageAccess"] .topics-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .area-filters,
[data-snippet-component="LearningTopic_ManageAccess"] .area-filters {
  margin-top: -10px;
  margin-bottom: 15px;
}
[data-snippet-component="LearnerGroups_ManageRestrictedContent"] .highlight-label,
[data-snippet-component="LearningTopic_ManageAccess"] .highlight-label {
  color: #1188FF;
  font-size: 20px;
}
[data-snippet-component="LearningTopic_ManageAccess"] .btn {
  margin-bottom: 3px;
}
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-team {
  margin-right: 3px;
}
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-team.saved,
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-team.saved:focus,
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-team.saved:active {
  color: #fff !important;
  background-color: #b7297d !important;
  border-color: #b7297d !important;
}
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-team:focus,
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-team:active {
  background-color: #fff !important;
}
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-team span {
  display: none;
}
[data-snippet-component="LearningTopic_ManageAccess"] .btn-selected-team span.saved {
  display: inline-block;
}
[data-snippet-component="LearningTopic_ManageAccess"] .teams-group-container {
  border: 1px solid #ddeeff;
  padding: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
[data-snippet-component="LearningTopic_ManageAccess"] .teams-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* Let the sidebar/menu respond to different screen hights better in fully expanded mode. */
.am-left-sidebar .sidebar-elements > li > a .icon {
  font-size: 33px;
}
@media (max-height: 812px) {
  .am-left-sidebar .sidebar-elements > li > a .icon {
    font-size: 28px;
  }
}
@media (max-height: 760px) {
  .am-left-sidebar .sidebar-elements > li > a .icon {
    font-size: 24px;
  }
}
@media (max-height: 726px) {
  .am-left-sidebar {
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .am-left-sidebar .sidebar-elements > li > a {
    /*white-space: nowrap;*/
    text-align: left;
    display: table;
  }
  .am-left-sidebar .sidebar-elements > li > a .icon {
    font-size: 16px;
    display: table-cell;
    padding-left: 6px;
    padding-right: 6px;
  }
  .am-left-sidebar .sidebar-elements > li > a span {
    display: table-cell;
    font-size: 10px;
    /*white-space: normal;*/
    /*removed because it messed with the menu items on mobile menu*/
    /*max-width: 66px;*/
  }
  .am-left-sidebar::-webkit-scrollbar {
    display: none;
  }
}
/* Signout needs special formatting. */
.sidebar-elements > li > a.lwm-logout {
  text-align: center;
  display: block;
}
.sidebar-elements > li > a.lwm-logout .icon {
  display: none;
  max-width: initial;
}
.sidebar-elements > li > a.lwm-logout span {
  display: block;
}
/* Make the srollbars invisible even though we enable scrolling. */
.am-left-sidebar {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.am-left-sidebar::-webkit-scrollbar {
  display: none;
}
/* Loading should float on top of other elements */
.snippet-loading-container {
  position: absolute;
  z-index: 999999;
  width: 100%;
}
/* The loading... text should be hidden (its not translatable).*/
.snippet-loading {
  height: 16px;
  width: 100%;
  font-size: 0px;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  margin-top: 20px;
  padding-left: 0px;
}
/* Make sure we centre properly within modals. */
.modal .snippet-loading-container {
  width: 100% !important;
  margin-left: -55px;
}
/* Make sure the loading icon shows on the far right in the top right snippet messages. */
.snippet-messages .snippet-loading {
  background-position-x: right;
  margin-right: 5px;
}
.nav-tabs.nav-justified > li > a {
  border-top: 1px solid #aad4ff;
  border-right: 1px solid #aad4ff;
  border-bottom: 1px solid #aad4ff;
  background-color: #ddeeff;
}
.nav-tabs.nav-justified > li.active > a,
.nav-tabs.nav-justified > li.active > a:focus {
  color: #1188FF;
  background-color: #fff;
  border-bottom: none;
  border-top: 1px solid #aad4ff;
  border-right: 1px solid #aad4ff;
}
.nav-tabs.nav-justified > li.active > a:hover {
  border-bottom: none;
}
/* for tabs in headings on mobile*/
@media (max-width: 767px) {
  .lwm-subview-navigation .nav > li > a {
    padding: 0px 2px !important;
    font-size: 11px !important;
    min-width: 10px !important;
  }
}
#needs-analysis-container #major-categories {
  text-align: center;
  padding-bottom: 10px;
}
#needs-analysis-container #major-categories h2 {
  font-weight: 600;
  color: #1188FF;
}
#needs-analysis-container #major-categories h3 {
  margin-top: 0px;
  padding-top: 10px;
  font-weight: 500;
}
#needs-analysis-container #major-categories .tna-tag-container-topics {
  display: inline-block;
}
#needs-analysis-container #major-categories .tna-tag-container-topics .btn-tna-topic {
  margin: 5px;
  background-color: #fff;
  color: #000;
  border: 1px solid #b7297d;
  font-weight: 600;
}
#needs-analysis-container #major-categories .tna-tag-container-topics .btn-tna-topic:focus,
#needs-analysis-container #major-categories .tna-tag-container-topics .btn-tna-topic:active {
  background-color: #fff !important;
  color: #000;
  border: 1px solid #b7297d;
}
#needs-analysis-container #major-categories .tna-tag-container-topics .btn-tna-topic:hover,
#needs-analysis-container #major-categories .tna-tag-container-topics .btn-tna-topic.saved {
  background-color: #b7297d !important;
  color: #fff !important;
}
#needs-analysis-container #major-categories .tna-tag-container-topics .btn-tna-topic.selected {
  border: 2px solid #1188FF;
}
#needs-analysis-container #major-categories .tna-tag-container-topics .btn-tna-topic [data-snippet-control="major-topic-deselector"] {
  display: none;
}
#needs-analysis-container #major-categories .tna-tag-container-topics .btn-tna-topic [data-snippet-control="major-topic-deselector"].saved {
  display: inline-block;
  color: #b7297d;
  background-color: #fff;
  padding: 5px 9px;
  border-radius: 25px;
  font-size: 14px;
  margin-left: 5px;
  margin-right: -5px;
  line-height: 1;
}
#needs-analysis-container #minor-categories {
  text-align: center;
  padding-bottom: 10px;
}
#needs-analysis-container #minor-categories h2 {
  font-weight: 600;
  color: #1188FF;
}
#needs-analysis-container #minor-categories h3 {
  margin-top: 0px;
  padding-top: 10px;
  font-weight: 500;
}
#needs-analysis-container #minor-categories .tna-tag-container-topics .btn-tna-tag {
  margin: 5px;
  background-color: #fff;
  color: #000;
  border: 1px solid #1188FF;
  font-weight: 600;
}
#needs-analysis-container #minor-categories .tna-tag-container-topics .btn-tna-tag:hover,
#needs-analysis-container #minor-categories .tna-tag-container-topics .btn-tna-tag.saved {
  background-color: #1188FF !important;
  color: #fff !important;
}
#needs-analysis-container #minor-categories .tna-tag-container-topics .btn-tna-tag.selected {
  border: 2px solid #b7297d;
}
#needs-analysis-container #user-proficiency-level {
  margin-top: 10px;
}
.tna-modal-body h2 {
  color: #1188FF;
  text-align: center;
  font-weight: 600;
}
.topic-rank-selector {
  padding: 5px 20px;
  border-color: #0f8b95;
}
#filter-buttons-container .btn-notification-filter {
  margin: 5px;
  background-color: #fff;
  color: #000;
  border: 1px solid #b7297d !important;
  font-weight: 600;
  padding: 4px 12px;
}
#filter-buttons-container .btn-notification-filter:focus,
#filter-buttons-container .btn-notification-filter:active {
  background-color: #fff !important;
  color: #000;
  border: 1px solid #b7297d;
}
#filter-buttons-container .btn-notification-filter:hover,
#filter-buttons-container .btn-notification-filter.selected {
  background-color: #b7297d !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  #filter-buttons-container {
    text-align: center;
  }
  #filter-buttons-container #type-buttons,
  #filter-buttons-container #read-buttons {
    float: none !important;
  }
}
#notifications-list-container .icon {
  color: #cecece;
  font-size: 20px;
}
#notifications-list-container [data-row-read="Unread"] td {
  font-weight: 600;
  color: #000;
}
#notifications-list-container [data-row-read="Unread"] .icon {
  color: #b7297d;
}
.notification-indicator {
  display: none;
  background-color: red;
  border-radius: 8px;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 5px;
  bottom: 16px;
}
.notification-indicator.unread {
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .notification-indicator {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .notification-indicator {
    right: 2px;
    bottom: 18px;
  }
}
.lwm-powered-by {
  position: fixed;
  bottom: 2px;
  color: white;
  font-size: 9px;
  text-align: center;
  width: 100px;
  padding: 2px 2px 2px 2px;
}
.lwm-powered-by a {
  color: white;
}
@media (max-width: 767px) {
  .lwm-powered-by {
    width: 100%;
  }
}
@media print {
  .col-print-1 {
    width: 8%;
    float: left;
  }
  .col-print-2 {
    width: 16%;
    float: left;
  }
  .col-print-3 {
    width: 25%;
    float: left;
  }
  .col-print-4 {
    width: 33%;
    float: left;
  }
  .col-print-5 {
    width: 42%;
    float: left;
  }
  .col-print-6 {
    width: 50%;
    float: left;
  }
  .col-print-7 {
    width: 58%;
    float: left;
  }
  .col-print-8 {
    width: 66%;
    float: left;
  }
  .col-print-9 {
    width: 75%;
    float: left;
  }
  .col-print-10 {
    width: 83%;
    float: left;
  }
  .col-print-11 {
    width: 92%;
    float: left;
  }
  .col-print-12 {
    width: 100%;
    float: left;
  }
}
@media screen {
  .visible-print {
    display: none;
  }
}
@media print {
  .hidden-print {
    display: none;
  }
}
.snippet-messages {
  position: fixed !important;
  top: 0px;
  width: 40%;
}
@media (max-width: 767px) {
  .snippet-messages {
    width: 98%;
  }
}
.snippet-messages .snippet-alert {
  transform: translateX(1000px);
  animation: slide-from-right 0.8s ease forwards;
  width: auto;
}
@media (max-width: 767px) {
  .snippet-messages .snippet-alert {
    transform: translateY(-1000px);
    animation: slide-from-top 0.8s ease forwards;
  }
}
.snippet-messages {
  padding-top: 70px;
  position: absolute;
  right: 4px;
  top: -66px;
  z-index: 999999999;
}
.snippet-scrolling {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* Loading inside a container should match the container widths. */
@media (min-width: 768px) {
  .container .snippet-loading-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container .snippet-loading-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container .snippet-loading-container {
    width: 1170px;
  }
}
/* Mirror adjustments fixed size on SM and MD size so we don't expand outside iPad area. */
@media (min-width: 768px) and (max-width: 991px) {
  .lwm-body-container > .container .snippet-loading-container {
    max-width: 668px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lwm-body-container > .container .snippet-loading-container {
    max-width: 920px;
  }
}
/* The loading display inside a snippet-scrolling area should show at the bottom of the area rather than the top so we can see where things are scrolling */
.snippet-scrolling .snippet-loading-container {
  bottom: 0px;
}
.snippet-tag-btn {
  background-color: #959595;
  margin-top: -1px !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  .snippet-edit-button {
    margin: 5px;
  }
}
.empty-tags {
  padding-bottom: 10px !important;
}
.editing .empty-tags {
  padding-bottom: initial;
}
tr[data-snippet-tr-href],
th[data-snippet-tr-href] {
  cursor: pointer;
}
/* We want the comment boxes to be full width. */
.lwm-new-comment-fields textarea {
  max-width: none;
  width: 100%;
}
.lwm-new-comment-reply-fields textarea {
  max-width: none;
  width: 100%;
}
/* Don't let browsers like Chrome collapse our comment tree media-lefts containing responsive images so that the image is 0px.  Allow a minimum of 64px.*/
.lwm-social-comment-tree .media-left {
  min-width: 64px;
}
@media (max-width: 767px) {
  .lwm-social-comment-tree .media-left {
    min-width: 34px;
  }
  .lwm-social-comment-item .media-left {
    min-width: 34px;
  }
}
.lwm-comment-date {
  font-size: 13px;
  color: #1188FF;
}
.lwm-child-comments {
  /*width: 95%;*/
}
.lwm-child-comments .lwm-comment-date {
  font-size: 10px;
}
.lwm-child-comments h4 {
  font-size: 12px;
}
.lwm-comment-text {
  margin-bottom: 10px;
}
.lwm-social-comment-tree {
  margin-bottom: 5px;
  margin-top: 2px;
}
.lwm-social-comment-tree {
  /* Child comments should be smaller than the top level comments.*/
}
.lwm-social-comment-tree .media-left .lwm-icon-stack {
  height: 60px;
  width: 60px;
  font-size: 60px;
  line-height: 62px;
  background-color: white;
  border-radius: 50%;
}
.lwm-social-comment-tree .media-left .lwm-icon-stack img {
  border-radius: 50%;
}
.lwm-social-comment-tree .lwm-child-comments .media-left .lwm-icon-stack {
  height: 40px;
  width: 40px;
  font-size: 40px;
  line-height: 42px;
}
@media (max-width: 767px) {
  .lwm-social-comment-tree {
    /* Child comments should be smaller than the top level comments.*/
  }
  .lwm-social-comment-tree .media-left .lwm-icon-stack {
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 32px;
  }
  .lwm-social-comment-tree .lwm-child-comments .media-left .lwm-icon-stack {
    height: 20px;
    width: 20px;
    font-size: 20px;
    line-height: 22px;
  }
}
.lwm-new-comment-questions {
  margin-bottom: 0px;
}
.lwm-new-comment-questions textarea {
  min-height: 140px;
  max-height: 140px;
}
.lwm-new-comment-questions iframe.wysihtml5-sandbox {
  min-height: 140px;
  max-height: 140px;
}
.question-vote-buttons {
  padding-top: 6px;
  padding-bottom: 12px;
}
.question-vote-buttons form {
  display: inline-block;
}
.question-vote-buttons .btn {
  font-size: 10px;
}
.question-vote-buttons [data-snippet-control="best-answer-button"] {
  border-color: #56b33b;
}
.question-vote-buttons [data-snippet-control="remove-best-answer-button"] {
  border-color: #ba1818;
}
.question-vote-buttons .answer-labels {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .question-vote-buttons {
    display: block;
    padding-bottom: 5px;
  }
}
.lwm-social-comment-tree {
  background-color: transparent;
}
.lwm-child-comments {
  background-color: #f5f5f5;
}
.lwm-new-comment-buttons {
  text-align: right;
}
/* Don't let browsers like Chrome collapse our comment tree media-lefts containing responsive images so that the image is 0px.  Allow a minimum of 64px.*/
.lwm-social-comment-item .media-left {
  min-width: 44px;
}
.lwm-social-comment-item {
  margin-top: 2px;
  padding-top: 3px;
}
.lwm-social-comment-item .media-left .lwm-icon-stack {
  height: 40px;
  width: 40px;
  font-size: 40px;
  line-height: 42px;
  background-color: white;
  border-radius: 50%;
}
.lwm-social-comment-item .media-left .lwm-icon-stack img {
  border-radius: 50%;
}
.lwm-social-comment-item h4 {
  display: inline-block;
}
.lwm-social-comment-item .lwm-comment-date {
  font-size: 10px;
  color: gray;
  float: right;
}
.lwm-social-comment-item .media-bottom {
  border-bottom: 1px dotted #B3A9A9;
}
/*.lwm-social-comment-item.me {
    background-color: #add8e629;
}*/
@media (max-width: 767px) {
  .lwm-social-comment-item .media-left .lwm-icon-stack {
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 32px;
  }
}
.discussion-media-list {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}
/*  the next 2 bits of formatting make the tiles the same size 
    when courses and topics are displayed togetehr on the same page in the store and in my learning
    they make the progress bar display overlaid on the picture instead of above it.
*/
.lwm-enrollment-status {
  position: absolute;
  width: 100%;
  opacity: 0.9;
}
.lwm-my-learning .lwm-course-progress {
  position: absolute;
  width: 100%;
  opacity: 0.9;
}
/*---------------------------------------------------------------------------------------------------*/
.lwm-store-thumbnail {
  margin-bottom: 8px;
}
.store-sidebar {
  text-align: center;
}
.store-price-container {
  margin-top: 12px;
}
.price-big {
  font-size: 30px;
  font-weight: bold;
}
.store-enrol-body {
  text-align: center;
}
.store-enrol-body .start-button {
  margin-top: 14px;
}
.store-thanks-image {
  width: 100%;
  background-image: url(/Images/AppThemes/DefaultTheme/happy-face.png);
  background-repeat: no-repeat;
  background-position-x: center;
  padding-top: 150px;
}
.lwm-store-already-enrolled {
  /*color: gray;*/
}
.store-item-enrol-body .store-item-image {
  border-right: 1px solid #d1d1d1;
}
.store-item-enrol-body .store-sidebar {
  padding-right: 20px;
}
.store-item-enrol-body .store-sidebar .main-message {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}
.store-item-enrol-body .store-sidebar .payment-received-message {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .store-item-enrol-body .store-item-image {
    border: none;
  }
  .store-item-enrol-body .store-sidebar .main-message {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .store-item-enrol-body .store-sidebar .payment-received-message {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
  }
}
[data-snippet-component="SynchronizedSubscriptions_ManageLxpSubscriptions"] .btn {
  margin-bottom: 3px;
}
[data-snippet-component="SynchronizedSubscriptions_ManageLxpSubscriptions"] .btn-selected-topic {
  margin-right: 3px;
}
[data-snippet-component="SynchronizedSubscriptions_ManageLxpSubscriptions"] .btn-selected-topic.saved,
[data-snippet-component="SynchronizedSubscriptions_ManageLxpSubscriptions"] .btn-selected-topic.saved:focus,
[data-snippet-component="SynchronizedSubscriptions_ManageLxpSubscriptions"] .btn-selected-topic.saved:active {
  color: #fff !important;
  background-color: #b7297d !important;
  border-color: #b7297d !important;
}
[data-snippet-component="SynchronizedSubscriptions_ManageLxpSubscriptions"] .btn-selected-topic:focus,
[data-snippet-component="SynchronizedSubscriptions_ManageLxpSubscriptions"] .btn-selected-topic:active {
  background-color: #fff !important;
}
[data-snippet-component="SynchronizedSubscriptions_ManageLxpSubscriptions"] .btn-selected-topic span {
  display: none;
}
[data-snippet-component="SynchronizedSubscriptions_ManageLxpSubscriptions"] .btn-selected-topic span.saved {
  display: inline-block;
}
.lwm-subview-navigation {
  z-index: 8888888;
}
.lwm-subview-navigation i.icon {
  display: inline-block;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
}
.lwm-subview-navigation li.active {
  /*transform: scale(1.0, 1.1);*/
}
.lwm-subview-navigation li.active i.icon {
  /*transform: scale(1.1, 1.1);*/
}
/* Make all tabs the same height to cope with tabs that have long titles or lots of tabs (e.g. in the LWM admin area) */
.lwm-subview-navigation .nav-tabs {
  display: flex;
}
.lwm-subview-navigation .nav-tabs li {
  display: flex;
  flex: 1;
}
.lwm-subview-navigation .nav-tabs li a {
  flex: 1;
}
.lwm-subview-navigation .nav-tabs.nav-justified {
  padding: 20px 30px 0px 30px;
}
.lwm-subview-navigation .nav-tabs.nav-justified li {
  margin-right: 0px;
}
.lwm-subview-navigation .nav-tabs.nav-justified li a {
  background-color: #fff;
  border-bottom: none;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.lwm-subview-navigation .nav-tabs.nav-justified li a span {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(1) a,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(7) a {
  color: #b7297d;
  border-top: 1px solid #b7297d;
  border-left: 1px solid #b7297d;
  border-right: 1px solid #b7297d;
}
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(2) a,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(8) a {
  color: #1188FF;
  border-top: 1px solid #1188FF;
  border-left: 1px solid #1188FF;
  border-right: 1px solid #1188FF;
}
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(3) a,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(9) a {
  color: #ff9700;
  border-top: 1px solid #ff9700;
  border-left: 1px solid #ff9700;
  border-right: 1px solid #ff9700;
}
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(4) a,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(10) a {
  color: #0f8b95;
  border-top: 1px solid #0f8b95;
  border-left: 1px solid #0f8b95;
  border-right: 1px solid #0f8b95;
}
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(5) a,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(11) a {
  color: #a67c52;
  border-top: 1px solid #a67c52;
  border-left: 1px solid #a67c52;
  border-right: 1px solid #a67c52;
}
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(6) a,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(12) a {
  color: #e0d600;
  border-top: 1px solid #e0d600;
  border-left: 1px solid #e0d600;
  border-right: 1px solid #e0d600;
}
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(1).active a,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(7).active a,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(1).active a:focus,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(7).active a:focus {
  background-color: #b7297d !important;
  color: #fff !important;
  border-top: 1px solid #b7297d !important;
  border-left: 1px solid #b7297d !important;
  border-right: 1px solid #b7297d !important;
}
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(2).active a,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(8).active a,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(2).active a:focus,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(8).active a:focus {
  background-color: #1188FF !important;
  color: #fff !important;
  border-top: 1px solid #1188FF !important;
  border-left: 1px solid #1188FF !important;
  border-right: 1px solid #1188FF !important;
}
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(3).active a,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(9).active a,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(3).active a:focus,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(9).active a:focus {
  background-color: #ff9700 !important;
  color: #fff !important;
  border-top: 1px solid #ff9700 !important;
  border-left: 1px solid #ff9700 !important;
  border-right: 1px solid #ff9700 !important;
}
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(4).active a,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(10).active a,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(4).active a:focus,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(10).active a:focus {
  background-color: #0f8b95 !important;
  color: #fff !important;
  border-top: 1px solid #0f8b95 !important;
  border-left: 1px solid #0f8b95 !important;
  border-right: 1px solid #0f8b95 !important;
}
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(5).active a,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(11).active a,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(5).active a:focus,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(11).active a:focus {
  background-color: #a67c52 !important;
  color: #fff !important;
  border-top: 1px solid #a67c52 !important;
  border-left: 1px solid #a67c52 !important;
  border-right: 1px solid #a67c52 !important;
}
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(6).active a,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(12).active a,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(6).active a:focus,
.lwm-subview-navigation .nav-tabs.nav-justified li:nth-child(12).active a:focus {
  background-color: #e0d600 !important;
  color: #fff !important;
  border-top: 1px solid #e0d600 !important;
  border-left: 1px solid #e0d600 !important;
  border-right: 1px solid #e0d600 !important;
}
/* Don't stack tabs on mobiles - NOTE not needed anymore because of the flex display code we do above. */
/*@media @phone {
    .lwm-subview-navigation {
        .nav-justified > li {
            display: table-cell;
            width: 1%;
        }

        .nav-justified > li > a {
            margin-bottom: 0px;
            padding-top: 5px !important;
            padding-bottom: 5px !important;
        }
    }
}*/
.lwm-subview-navigation-custom {
  width: 100%;
  padding-left: 15%;
  padding-right: 15%;
}
.lwm-subview-navigation-custom li {
  padding-left: 2px;
  padding-right: 2px;
  background-color: transparent;
}
.lwm-subview-navigation-custom li a,
.lwm-subview-navigation-custom li a:hover,
.lwm-subview-navigation-custom li a:focus {
  color: grey;
  background-color: transparent;
  padding-left: 2px;
  padding-right: 2px;
}
.lwm-subview-navigation-custom li .journey-button-content-container {
  background-color: white;
  border: 1px solid #1188FF;
  min-height: 150px;
}
.lwm-subview-navigation-custom li .journey-button-content-container:hover {
  background-color: #f7fbff;
  color: #1188FF;
}
.lwm-subview-navigation-custom li .journey-button-content-container .journey-button-icon-container {
  max-height: 100px;
  min-height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: 50%;
  border: inset 10px transparent;
  box-sizing: border-box;
}
.lwm-subview-navigation-custom li .journey-button-content-container .journey-button-icon-container.pen {
  background-image: url('/Images/AppThemes/DefaultTheme/CourseIcons/penGrey.png');
}
.lwm-subview-navigation-custom li .journey-button-content-container .journey-button-icon-container.video {
  background-image: url('/Images/AppThemes/DefaultTheme/CourseIcons/videoGrey.png');
}
.lwm-subview-navigation-custom li .journey-button-content-container .journey-button-icon-container.teamwork {
  background-image: url('/Images/AppThemes/DefaultTheme/CourseIcons/teamworkGrey.png');
}
.lwm-subview-navigation-custom li .journey-button-content-container .journey-button-icon-container.calendar {
  background-image: url('/Images/AppThemes/DefaultTheme/CourseIcons/calendarGrey.png');
}
.lwm-subview-navigation-custom li .journey-button-content-container .journey-button-icon-container.email {
  background-image: url('/Images/AppThemes/DefaultTheme/CourseIcons/emailGrey.png');
}
.lwm-subview-navigation-custom li .journey-button-content-container .journey-button-icon-container.send {
  background-image: url('/Images/AppThemes/DefaultTheme/CourseIcons/sendGrey.png');
}
.lwm-subview-navigation-custom li .journey-button-content-container .journey-button-icon-container .icon {
  width: 100%;
  display: block;
  text-align: center;
}
.lwm-subview-navigation-custom li .journey-button-content-container .journey-button-icon-container .icon img {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 40%;
}
.lwm-subview-navigation-custom li .journey-button-content-container .journey-button-text-container {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-top: 5px;
}
.lwm-subview-navigation-custom li.active .journey-button-content-container {
  color: white;
  background-color: #1188FF;
}
.lwm-subview-navigation-custom li.active .journey-button-content-container:hover {
  color: white;
  background-color: #007bf7;
}
.lwm-subview-navigation-custom li.active .journey-button-content-container .journey-button-icon-container.pen {
  background-image: url('/Images/AppThemes/DefaultTheme/CourseIcons/penWhite.png');
}
.lwm-subview-navigation-custom li.active .journey-button-content-container .journey-button-icon-container.video {
  background-image: url('/Images/AppThemes/DefaultTheme/CourseIcons/videoWhite.png');
}
.lwm-subview-navigation-custom li.active .journey-button-content-container .journey-button-icon-container.teamwork {
  background-image: url('/Images/AppThemes/DefaultTheme/CourseIcons/teamworkWhite.png');
}
.lwm-subview-navigation-custom li.active .journey-button-content-container .journey-button-icon-container.calendar {
  background-image: url('/Images/AppThemes/DefaultTheme/CourseIcons/calendarWhite.png');
}
.lwm-subview-navigation-custom li.active .journey-button-content-container .journey-button-icon-container.email {
  background-image: url('/Images/AppThemes/DefaultTheme/CourseIcons/emailWhite.png');
}
.lwm-subview-navigation-custom li.active .journey-button-content-container .journey-button-icon-container.send {
  background-image: url('/Images/AppThemes/DefaultTheme/CourseIcons/sendWhite.png');
}
.lwm-subview-navigation-custom ul.disable-all li {
  cursor: not-allowed;
}
.lwm-subview-navigation-custom ul.disable-all li:nth-child(n+2) a {
  pointer-events: none;
}
.lwm-subview-navigation-custom ul.disable-all li:nth-child(n+2) a .journey-button-content-container {
  background-color: #cecece !important;
}
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="CourseBuilderCompanyPeopleCommand"],
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="CourseBuilderScheduleCommand"],
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="CourseBuilderEmailCommand"],
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="PlaylistBuilderCompanyLearningCommand"],
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="PlaylistBuilderCompanyPeopleCommand"],
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="PlaylistBuilderCompanyScheduleCommand"],
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="PlaylistBuilderCompanyEmailCommand"] {
  cursor: not-allowed;
}
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="CourseBuilderCompanyPeopleCommand"] a,
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="CourseBuilderScheduleCommand"] a,
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="CourseBuilderEmailCommand"] a,
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="PlaylistBuilderCompanyLearningCommand"] a,
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="PlaylistBuilderCompanyPeopleCommand"] a,
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="PlaylistBuilderCompanyScheduleCommand"] a,
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="PlaylistBuilderCompanyEmailCommand"] a {
  pointer-events: none;
}
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="CourseBuilderCompanyPeopleCommand"] a .journey-button-content-container,
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="CourseBuilderScheduleCommand"] a .journey-button-content-container,
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="CourseBuilderEmailCommand"] a .journey-button-content-container,
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="PlaylistBuilderCompanyLearningCommand"] a .journey-button-content-container,
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="PlaylistBuilderCompanyPeopleCommand"] a .journey-button-content-container,
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="PlaylistBuilderCompanyScheduleCommand"] a .journey-button-content-container,
.lwm-subview-navigation-custom ul.learningDisabled li[data-button-name="PlaylistBuilderCompanyEmailCommand"] a .journey-button-content-container {
  background-color: #cecece !important;
}
.lwm-subview-navigation-custom ul.peopleDisabled li[data-button-name="CourseBuilderCompanyPeopleCommand"],
.lwm-subview-navigation-custom ul.peopleDisabled li[data-button-name="CourseBuilderScheduleCommand"],
.lwm-subview-navigation-custom ul.peopleDisabled li[data-button-name="CourseBuilderEmailCommand"],
.lwm-subview-navigation-custom ul.peopleDisabled li[data-button-name="PlaylistBuilderCompanyPeopleCommand"],
.lwm-subview-navigation-custom ul.peopleDisabled li[data-button-name="PlaylistBuilderCompanyScheduleCommand"],
.lwm-subview-navigation-custom ul.peopleDisabled li[data-button-name="PlaylistBuilderCompanyEmailCommand"] {
  cursor: not-allowed;
}
.lwm-subview-navigation-custom ul.peopleDisabled li[data-button-name="CourseBuilderCompanyPeopleCommand"] a,
.lwm-subview-navigation-custom ul.peopleDisabled li[data-button-name="CourseBuilderScheduleCommand"] a,
.lwm-subview-navigation-custom ul.peopleDisabled li[data-button-name="CourseBuilderEmailCommand"] a,
.lwm-subview-navigation-custom ul.peopleDisabled li[data-button-name="PlaylistBuilderCompanyPeopleCommand"] a,
.lwm-subview-navigation-custom ul.peopleDisabled li[data-button-name="PlaylistBuilderCompanyScheduleCommand"] a,
.lwm-subview-navigation-custom ul.peopleDisabled li[data-button-name="PlaylistBuilderCompanyEmailCommand"] a {
  pointer-events: none;
}
.lwm-subview-navigation-custom ul.peopleDisabled li[data-button-name="CourseBuilderCompanyPeopleCommand"] a .journey-button-content-container,
.lwm-subview-navigation-custom ul.peopleDisabled li[data-button-name="CourseBuilderScheduleCommand"] a .journey-button-content-container,
.lwm-subview-navigation-custom ul.peopleDisabled li[data-button-name="CourseBuilderEmailCommand"] a .journey-button-content-container,
.lwm-subview-navigation-custom ul.peopleDisabled li[data-button-name="PlaylistBuilderCompanyPeopleCommand"] a .journey-button-content-container,
.lwm-subview-navigation-custom ul.peopleDisabled li[data-button-name="PlaylistBuilderCompanyScheduleCommand"] a .journey-button-content-container,
.lwm-subview-navigation-custom ul.peopleDisabled li[data-button-name="PlaylistBuilderCompanyEmailCommand"] a .journey-button-content-container {
  background-color: #cecece !important;
}
.lwm-subview-navigation-custom ul.scheduleDisabled li[data-button-name="CourseBuilderScheduleCommand"],
.lwm-subview-navigation-custom ul.scheduleDisabled li[data-button-name="CourseBuilderEmailCommand"],
.lwm-subview-navigation-custom ul.scheduleDisabled li[data-button-name="PlaylistBuilderCompanyScheduleCommand"],
.lwm-subview-navigation-custom ul.scheduleDisabled li[data-button-name="PlaylistBuilderCompanyEmailCommand"] {
  cursor: not-allowed;
}
.lwm-subview-navigation-custom ul.scheduleDisabled li[data-button-name="CourseBuilderScheduleCommand"] a,
.lwm-subview-navigation-custom ul.scheduleDisabled li[data-button-name="CourseBuilderEmailCommand"] a,
.lwm-subview-navigation-custom ul.scheduleDisabled li[data-button-name="PlaylistBuilderCompanyScheduleCommand"] a,
.lwm-subview-navigation-custom ul.scheduleDisabled li[data-button-name="PlaylistBuilderCompanyEmailCommand"] a {
  pointer-events: none;
}
.lwm-subview-navigation-custom ul.scheduleDisabled li[data-button-name="CourseBuilderScheduleCommand"] a .journey-button-content-container,
.lwm-subview-navigation-custom ul.scheduleDisabled li[data-button-name="CourseBuilderEmailCommand"] a .journey-button-content-container,
.lwm-subview-navigation-custom ul.scheduleDisabled li[data-button-name="PlaylistBuilderCompanyScheduleCommand"] a .journey-button-content-container,
.lwm-subview-navigation-custom ul.scheduleDisabled li[data-button-name="PlaylistBuilderCompanyEmailCommand"] a .journey-button-content-container {
  background-color: #cecece !important;
}
.lwm-subview-navigation-custom ul.emailDisabled li[data-button-name="CourseBuilderEmailCommand"],
.lwm-subview-navigation-custom ul.emailDisabled li[data-button-name="PlaylistBuilderCompanyEmailCommand"] {
  cursor: not-allowed;
}
.lwm-subview-navigation-custom ul.emailDisabled li[data-button-name="CourseBuilderEmailCommand"] a,
.lwm-subview-navigation-custom ul.emailDisabled li[data-button-name="PlaylistBuilderCompanyEmailCommand"] a {
  pointer-events: none;
}
.lwm-subview-navigation-custom ul.emailDisabled li[data-button-name="CourseBuilderEmailCommand"] a .journey-button-content-container,
.lwm-subview-navigation-custom ul.emailDisabled li[data-button-name="PlaylistBuilderCompanyEmailCommand"] a .journey-button-content-container {
  background-color: #cecece !important;
}
.lwm-subview-navigation-custom ul.launchDisabled li[data-button-name="CourseBuilderLaunchCommand"],
.lwm-subview-navigation-custom ul.launchDisabled li[data-button-name="PlaylistBuilderCompanyLaunchCommand"] {
  cursor: not-allowed;
}
.lwm-subview-navigation-custom ul.launchDisabled li[data-button-name="CourseBuilderLaunchCommand"] a,
.lwm-subview-navigation-custom ul.launchDisabled li[data-button-name="PlaylistBuilderCompanyLaunchCommand"] a {
  pointer-events: none;
}
.lwm-subview-navigation-custom ul.launchDisabled li[data-button-name="CourseBuilderLaunchCommand"] a .journey-button-content-container,
.lwm-subview-navigation-custom ul.launchDisabled li[data-button-name="PlaylistBuilderCompanyLaunchCommand"] a .journey-button-content-container {
  background-color: #cecece !important;
}
#subview-container.hide-next-button .journey-navigation-next {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .lwm-subview-navigation-custom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lwm-subview-navigation .nav-tabs.nav-justified li a span {
    font-size: 12px;
  }
  .lwm-subview-navigation-custom {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lwm-subview-navigation .nav-tabs.nav-justified {
    padding: 5px 0px 0px 0px;
  }
  .lwm-subview-navigation .nav-tabs.nav-justified li {
    margin-bottom: -5px;
    height: 40px !important;
  }
  .lwm-subview-navigation .nav-tabs.nav-justified li a {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 4px !important;
  }
  .lwm-subview-navigation .nav-tabs.nav-justified li a span {
    font-size: 11px;
    line-height: 1.1;
  }
  .lwm-subview-navigation-custom {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lwm-subview-navigation-custom li .journey-button-content-container {
    min-height: 50px;
  }
  .lwm-subview-navigation-custom li .journey-button-content-container .journey-button-icon-container {
    min-height: 50px;
    max-height: 50px;
  }
  .lwm-subview-navigation-custom li a {
    padding-left: 0px !important;
  }
}
/* We like a little space between tags when they go over more than one row. */
.snippet-tags .tag {
  margin-bottom: 2px;
}
/* Default display of tags should be readonly. */
.snippet-tags input.tags-input {
  display: none;
  width: auto;
}
.snippet-tags .tag {
  margin-bottom: 2px;
}
.snippet-tags .tag .remove {
  display: none;
}
/* When we edit show all controls */
.editing .bootstrap-tags .tags {
  height: 0px;
}
.editing .snippet-tags input.tags-input {
  display: initial;
}
.editing .snippet-tags .tag .remove {
  display: initial;
}
.lwm-tile {
  border: 1px solid #3d3c3c;
  border-radius: 4px;
  margin-bottom: 6px;
}
.lwm-tile .glyphicon-move {
  position: absolute;
  top: 2px;
  right: 2px;
}
.lwm-tile h1 .course-item-label-success {
  position: absolute;
  top: 5px;
  right: 3px;
  border-radius: 50%;
  padding: 8px;
}
.lwm-tile .lwm-tile-heading {
  width: 100%;
  background-color: #1188FF;
  color: #ffffff;
  line-height: 1;
  min-height: 34px;
  max-height: 56px;
  padding: 0px 5px 0px 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}
.lwm-tile .lwm-tile-heading a {
  color: #ffffff;
}
.lwm-tile .lwm-tile-heading h1 {
  display: inline-block;
  font-size: 20px;
  margin-top: 9px;
  margin-bottom: 9px;
  text-align: center;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.lwm-tile .lwm-tile-heading h2 {
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}
.lwm-tile .lwm-tile-heading h2 .label {
  display: block !important;
  position: absolute;
  bottom: 7px;
  left: 10px;
  z-index: 1001;
}
.lwm-tile .lwm-icon-stack {
  font-size: 150px;
  line-height: 1em;
  overflow-y: hidden;
}
.lwm-tile .lwm-icon-stack img {
  width: 100%;
  height: auto;
}
.lwm-tile .lwm-tile-footer {
  background-color: #122556;
  position: relative;
  width: 100%;
}
.lwm-tile .lwm-footer-left {
  float: left;
}
.lwm-tile .lwm-tile-commands {
  text-align: right;
  background-color: #122556;
  width: 100%;
}
.lwm-tile .lwm-tile-commands .btn-default {
  border-bottom-right-radius: 3px;
}
.lwm-tile .lwm-tile-sortable-handle {
  float: right;
  font-size: 22px;
  margin-right: 5px;
}
.lwm-tile .lwm-tile-image {
  min-height: 140px;
  line-height: 1em;
  overflow-y: hidden;
}
.lwm-tile .lwm-tile-image img {
  width: 100%;
  height: auto;
}
/* this is used on featured news as well as tiles even though that's not strictly a tile */
.lwm-tile-identifier-container {
  background-color: rgba(255, 255, 255, 0.8);
  height: 50px;
  width: 50px;
  position: absolute;
  right: 3px;
  bottom: 3px;
  padding: 2px;
  border-radius: 50%;
  z-index: 1000;
}
.lwm-tile-identifier-container .lwm-tile-identifier {
  position: absolute;
  left: 7px;
  top: 7px;
  height: 36px;
  width: 36px;
  min-height: 36px !important;
}
/* this is used on featured news as well as tiles even though that's not strictly a tile */
.lwm-tile-identifier-store-price-container {
  position: absolute;
  right: 3px;
  bottom: 3px;
  padding: 2px;
  border-radius: 10px;
  z-index: 1000;
  font-size: 30px;
  background-color: #56b33b;
  opacity: 0.9;
  color: white;
}
/* Message when we have nothing to show. */
.lwm-nothing-to-show-message {
  color: darkgray;
  font-size: 14px;
  text-align: center;
  background-image: url(/Images/AppThemes/DefaultTheme/sad-face.png);
  background-repeat: no-repeat;
  background-position-x: center;
  padding-top: 150px;
}
.lwm-alert-help .glyphicon-move {
  background-color: #1188FF;
  padding: 2px;
  margin-right: 2px;
  top: 0px;
}
@media (max-width: 767px) {
  .lwm-tile-image {
    min-height: 173px;
  }
}
.toolbar-button-group .dropdown-toggle {
  background-color: #1188FF !important;
  margin-top: 3px;
}
.toolbar-button-group .dropdown-menu {
  margin-top: -3px;
}
.toolbar-button-group .dropdown-menu li {
  width: 100%;
}
.toolbar-button-group .dropdown-menu li .toolbar-item {
  border-radius: 0;
  width: 100%;
}
/*
 * These toolbar buttons need to be displayed specially.  They also have a javascript component associated with them to help in toggling
 * the icon without a roundtrip delay.
 */
@font-face {
  font-family: 'Icomoon_x';
  src: url('/fonts/AppThemes/DefaultTheme/icoMoon-free/fonts/IcoMoon-Free.ttf');
  src: url('/fonts/AppThemes/DefaultTheme/icoMoon-free/fonts/IcoMoon-Free.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.toolbar-item.toolbar-item-icon-favourite-add,
.toolbar-item.toolbar-item-icon-favourite-remove,
.toolbar-item.toolbar-item-icon-watchlater-add,
.toolbar-item.toolbar-item-icon-watchlater-remove {
  border-width: 0px !important;
  font-size: 18px;
}
.toolbar-item.toolbar-item-icon-favourite-add .toolbar-text:before,
.toolbar-item.toolbar-item-icon-favourite-remove .toolbar-text:before,
.toolbar-item.toolbar-item-icon-watchlater-add .toolbar-text:before,
.toolbar-item.toolbar-item-icon-watchlater-remove .toolbar-text:before {
  font-family: 'Icomoon_x';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #959595;
}
.toolbar-item.toolbar-item-icon-favourite-add .toolbar-text,
.toolbar-item.toolbar-item-icon-favourite-remove .toolbar-text,
.toolbar-item.toolbar-item-icon-watchlater-add .toolbar-text,
.toolbar-item.toolbar-item-icon-watchlater-remove .toolbar-text {
  display: block;
  max-width: 25px;
  overflow: hidden;
  color: transparent;
}
.toolbar-item.toolbar-item-icon-favourite-add .toolbar-text:before {
  content: "\e9da";
}
.toolbar-item.toolbar-item-icon-favourite-remove .toolbar-text:before {
  /*content: "\e9db";*/
  color: #1188FF;
  content: "\e9da";
}
.toolbar-item.toolbar-item-icon-watchlater-add .toolbar-text:before {
  content: "\e9cf";
}
.toolbar-item.toolbar-item-icon-watchlater-remove .toolbar-text:before {
  /*content: "\e9d1";*/
  color: #1188FF;
  content: "\e9cf";
}
#preferences-container .icon {
  color: #1188FF;
}
#preferences-container .lwm-alert-help {
  margin-bottom: 10px;
  margin-top: 10px;
}
#preferences-container .btn-notification,
#preferences-container .btn-email-preference {
  margin: 5px;
  background-color: #fff;
  color: #000;
  border: 1px solid #b7297d;
  font-weight: 600;
  width: 300px;
  max-width: 100%;
}
#preferences-container .btn-notification:focus,
#preferences-container .btn-email-preference:focus,
#preferences-container .btn-notification:active,
#preferences-container .btn-email-preference:active {
  background-color: #fff !important;
  color: #000;
  border: 1px solid #b7297d;
}
#preferences-container .btn-notification:hover,
#preferences-container .btn-email-preference:hover,
#preferences-container .btn-notification.saved,
#preferences-container .btn-email-preference.saved {
  background-color: #b7297d !important;
  color: #fff !important;
}
#preferences-container .btn-notification [data-snippet-control="notification-deselector"],
#preferences-container .btn-email-preference [data-snippet-control="notification-deselector"],
#preferences-container .btn-notification [data-snippet-control="email-preference-deselector"],
#preferences-container .btn-email-preference [data-snippet-control="email-preference-deselector"] {
  display: none;
}
#preferences-container .btn-notification [data-snippet-control="notification-deselector"].saved,
#preferences-container .btn-email-preference [data-snippet-control="notification-deselector"].saved,
#preferences-container .btn-notification [data-snippet-control="email-preference-deselector"].saved,
#preferences-container .btn-email-preference [data-snippet-control="email-preference-deselector"].saved {
  display: inline-block;
  color: #b7297d;
  background-color: #fff;
  padding: 5px 9px;
  border-radius: 25px;
  font-size: 14px;
  margin-left: 5px;
  margin-right: -5px;
  line-height: 1;
  float: right;
}
.user-profile-sections h3 {
  font-weight: 700;
}
#proficiencies-container .topic-rank-container {
  white-space: nowrap;
  display: inline-block;
  margin-top: 10px;
}
#proficiencies-container .topic-rank-text {
  display: inline;
  margin-right: -4px;
  color: #fff;
  font-weight: 600;
  background-color: #0f8b95;
  padding: 7px 10px;
  border: 1px solid #0f8b95;
}
#proficiencies-container .topic-rank-selector {
  margin-right: 10px;
  padding-bottom: 5px;
  padding-top: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #proficiencies-container .topic-rank-container {
    width: 100%;
    max-width: 100%;
  }
  #proficiencies-container .topic-rank-container .topic-rank-text {
    width: 100%;
    display: block;
  }
  #proficiencies-container .topic-rank-container .topic-rank-selector {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  #proficiencies-container .topic-rank-container {
    width: 100%;
    max-width: 100%;
  }
  #proficiencies-container .topic-rank-container .topic-rank-text {
    width: 100%;
    display: block;
  }
  #proficiencies-container .topic-rank-container .topic-rank-selector {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
input.error {
  border-color: red;
}
label.error {
  color: red;
}
/* Password stength indicator text. */
.password-verdict {
  color: black;
}
.fuelux .wizard > .steps {
  overflow: hidden;
  width: 2000px;
}
@media all and (max-width: 767px) {
  .fuelux .wizard > .steps li:first-child {
    padding-left: 10px;
  }
  .fuelux .wizard > .steps li {
    padding: 0 10px 0 20px;
  }
  .fuelux .wizard .step-content {
    padding: 10px 10px;
  }
  .lwm-wizard-title {
    font-size: 18px;
  }
}
.wysiwyg-text-align-left {
  text-align: left;
}
.wysiwyg-text-align-center {
  text-align: center;
}
.wysiwyg-text-align-right,
text-align-right {
  text-align: right;
}
.wysiwyg-font-size-xx-small {
  font-size: xx-small;
}
.wysiwyg-font-size-x-small {
  font-size: x-small;
}
.wysiwyg-font-size-small {
  font-size: small;
}
.wysiwyg-font-size-medium {
  font-size: medium;
}
.wysiwyg-font-size-large {
  font-size: large;
}
.wysiwyg-font-size-x-large {
  font-size: x-large;
}
.wysiwyg-font-size-xx-large {
  font-size: xx-large;
}
/* Views */
[data-lwm-tile-type="Content"] .lwm-tile-description,
[data-lwm-tile-type="CourseContent"] .lwm-tile-description {
  background-color: #fff;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 35%;
  color: #555555;
  padding: 10px;
}
[data-lwm-tile-type="NewsContent"] {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid;
  border-color: lightgray;
  border-radius: initial;
}
[data-lwm-tile-type="NewsContent"] .lwm-tile-heading {
  background-color: #fff;
  color: initial;
  max-height: 400px;
}
[data-lwm-tile-type="NewsContent"] .lwm-tile-description {
  display: block;
}
[data-lwm-tile-type="NewsContent"] .lwm-tile-footer {
  background-color: initial;
  display: block;
  position: relative;
  bottom: initial;
  margin-top: 8px;
}
[data-lwm-tile-type="NewsContent"] h1 {
  color: #3d3c3c;
  font-weight: 600;
  font-size: 16px !important;
  margin-top: 5px !important;
}
[data-lwm-tile-type="NewsContent"] .lwm-tile-image img {
  background-color: #3a4d55;
}
[data-lwm-tile-type="NewsContent"] .lwm-news-content-time {
  color: #1188FF;
  padding-left: 0;
  margin-top: 3px;
}
[data-lwm-tile-type="NewsContent"] .lwm-news-content-time .icon {
  font-weight: 600;
}
[data-lwm-tile-type="NewsContent"] .lwm-news-content-time [data-snippet-elapsed-datetime] {
  font-size: 10px;
  font-weight: bold;
}
[data-lwm-tile-type="NewsContent"] .lwm-tile-identifier-container {
  position: absolute;
  right: 3px;
  top: 3px;
}
[data-lwm-tile-type="Group"] {
  border: 1px solid #3d3c3c;
}
[data-lwm-tile-type="Group"] {
  /* Don't let browsers like Chrome collapse our comment tree media-lefts containing responsive images so that the image is 0px.  Allow a minimum of 64px.*/
}
[data-lwm-tile-type="Group"] .lwm-tile-heading {
  border-radius: initial;
  background-color: #fff !important;
  color: black;
}
[data-lwm-tile-type="Group"] .lwm-tile-heading h1 {
  font-size: 20px;
  color: black;
  font-weight: 500;
  text-align: left;
  padding-left: 0px;
}
[data-lwm-tile-type="Group"] .lwm-tile-image {
  min-height: 40px;
}
@media (max-width: 767px) {
  [data-lwm-tile-type="Group"] .lwm-tile-heading h1 {
    font-size: 16px;
  }
}
[data-lwm-tile-type="Group"] .media-left {
  min-width: 180px;
}
@media (max-width: 767px) {
  [data-lwm-tile-type="Group"] .media-left {
    min-width: 100px;
  }
}
[data-lwm-tile-type="Group"] .media-left .lwm-icon-stack {
  height: 180px;
  width: 180px;
  font-size: 180px;
  line-height: 182px;
  background-color: white;
  border-radius: 50%;
}
[data-lwm-tile-type="Group"] .media-left .lwm-icon-stack img {
  border-radius: 50%;
}
@media (max-width: 767px) {
  [data-lwm-tile-type="Group"] .media-left .lwm-icon-stack {
    height: 100px;
    width: 100px;
    font-size: 100px;
    line-height: 102px;
  }
}
[data-lwm-tile-type="Group"] .lwm-tile-footer {
  background-color: initial;
  position: absolute;
  bottom: 18px;
  width: initial;
  padding-left: 5px;
}
[data-lwm-tile-type="Group"] .lwm-tile-footer h2 {
  font-size: 10px;
  font-weight: bold;
  /*float: right;*/
  padding-right: 10px;
  margin: 5px 0 0 0;
}
[data-lwm-tile-type="Group"] .lwm-group-content-time {
  color: #1188FF;
}
[data-lwm-tile-type="Group"] .lwm-group-content-time .icon {
  font-weight: 600;
  padding-right: 0px;
  padding-left: 5px;
}
[data-lwm-tile-type="Group"] .lwm-group-content-time [data-snippet-elapsed-datetime] {
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  [data-lwm-tile-type="Group"] .lwm-tile-heading h1 {
    font-size: 12px !important;
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 15px;
  }
  [data-lwm-tile-type="Group"] .lwm-tile-image {
    /*height: 50px;*/
    min-height: 45px !important;
  }
  [data-lwm-tile-type="Group"] .lwm-footer-left {
    font-size: 9px;
    line-height: 12px;
  }
  [data-lwm-tile-type="Group"] .lwm-tile-footer {
    position: initial;
    bottom: initial;
  }
  [data-lwm-tile-type="Group"] .lwm-tile-footer h2 {
    font-size: 9px;
    line-height: 12px;
  }
  [data-lwm-tile-type="Group"] .lwm-group-content-time h2 {
    font-weight: normal;
    margin: 0;
    line-height: 12px;
  }
  [data-lwm-tile-type="Group"] .lwm-group-content-time [data-snippet-elapsed-datetime] {
    font-weight: normal;
    font-size: 9px;
    line-height: 12px;
  }
}
[data-lwm-tile-type="Question"] {
  border: 1px solid #3d3c3c;
}
[data-lwm-tile-type="Question"] {
  /* Don't let browsers like Chrome collapse our comment tree media-lefts containing responsive images so that the image is 0px.  Allow a minimum of 64px.*/
}
[data-lwm-tile-type="Question"] .lwm-tile-heading {
  border-radius: initial;
  background-color: #fff;
  color: black;
}
[data-lwm-tile-type="Question"] .lwm-tile-heading h1 {
  font-size: 20px;
  color: black;
  font-weight: 500;
  text-align: left;
  padding-left: 0px;
}
[data-lwm-tile-type="Question"] .lwm-tile-image {
  min-height: 40px;
}
@media (max-width: 767px) {
  [data-lwm-tile-type="Question"] .lwm-tile-heading h1 {
    font-size: 16px;
  }
}
[data-lwm-tile-type="Question"] .media-left {
  min-width: 68px;
}
@media (max-width: 767px) {
  [data-lwm-tile-type="Question"] .media-left {
    min-width: 60px;
  }
}
[data-lwm-tile-type="Question"] .media-left .lwm-icon-stack {
  height: 60px;
  width: 60px;
  font-size: 60px;
  line-height: 62px;
  background-color: white;
  border-radius: 50%;
}
[data-lwm-tile-type="Question"] .media-left .lwm-icon-stack img {
  border-radius: 50%;
}
@media (max-width: 767px) {
  [data-lwm-tile-type="Question"] .media-left .lwm-icon-stack {
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 32px;
  }
}
[data-lwm-tile-type="Question"] .lwm-tile-footer {
  background-color: initial;
  position: initial;
  bottom: initial;
  width: initial;
  padding-left: 5px;
}
[data-lwm-tile-type="Question"] .lwm-tile-footer h2 {
  font-size: 10px;
  font-weight: bold;
  float: right;
  padding-right: 10px;
  margin: 5px 0 0 0;
}
[data-lwm-tile-type="Question"] .lwm-group-content-time {
  color: #1188FF;
}
[data-lwm-tile-type="Question"] .lwm-group-content-time .icon {
  font-weight: 600;
  padding-right: 0px;
  padding-left: 5px;
}
[data-lwm-tile-type="Question"] .lwm-group-content-time [data-snippet-elapsed-datetime] {
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  [data-lwm-tile-type="Question"] .lwm-tile-heading h1 {
    font-size: 12px !important;
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 15px;
  }
  [data-lwm-tile-type="Question"] .lwm-tile-image {
    height: 50px;
    min-height: 45px !important;
  }
  [data-lwm-tile-type="Question"] .lwm-footer-left {
    font-size: 9px;
    line-height: 12px;
  }
  [data-lwm-tile-type="Question"] .lwm-tile-footer h2 {
    font-size: 9px;
    line-height: 12px;
  }
  [data-lwm-tile-type="Question"] .lwm-group-content-time h2 {
    font-weight: normal;
    margin: 0;
    line-height: 12px;
  }
  [data-lwm-tile-type="Question"] .lwm-group-content-time [data-snippet-elapsed-datetime] {
    font-weight: normal;
    font-size: 9px;
    line-height: 12px;
  }
}
[data-lwm-tile-type="Question"] {
  border: 1px solid #3d3c3c;
}
[data-lwm-tile-type="Question"] {
  /* Don't let browsers like Chrome collapse our comment tree media-lefts containing responsive images so that the image is 0px.  Allow a minimum of 64px.*/
}
[data-lwm-tile-type="Question"] .lwm-tile-heading {
  border-radius: initial;
  background-color: #fff;
  color: black;
}
[data-lwm-tile-type="Question"] .lwm-tile-heading h1 {
  font-size: 20px;
  color: black;
  font-weight: 500;
  text-align: left;
  padding-left: 0px;
}
[data-lwm-tile-type="Question"] .lwm-tile-heading .label {
  font-size: 10px;
}
[data-lwm-tile-type="Question"] .lwm-tile-image {
  min-height: 40px;
}
@media (max-width: 767px) {
  [data-lwm-tile-type="Question"] .lwm-tile-heading h1 {
    font-size: 16px;
  }
}
[data-lwm-tile-type="Question"] .media-left {
  min-width: 68px;
}
@media (max-width: 767px) {
  [data-lwm-tile-type="Question"] .media-left {
    min-width: 60px;
  }
}
[data-lwm-tile-type="Question"] .media-left .lwm-icon-stack {
  height: 60px;
  width: 60px;
  font-size: 60px;
  line-height: 62px;
  background-color: white;
  border-radius: 50%;
}
[data-lwm-tile-type="Question"] .media-left .lwm-icon-stack img {
  border-radius: 50%;
}
@media (max-width: 767px) {
  [data-lwm-tile-type="Question"] .media-left .lwm-icon-stack {
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 32px;
  }
}
[data-lwm-tile-type="Question"] .lwm-tile-footer {
  background-color: initial;
  position: initial;
  bottom: initial;
  width: initial;
  padding-left: 5px;
}
[data-lwm-tile-type="Question"] .lwm-tile-footer h2 {
  font-size: 10px;
  font-weight: bold;
  float: right;
  padding-right: 10px;
  margin: 5px 0 0 0;
}
[data-lwm-tile-type="Question"] .lwm-group-content-time {
  color: #1188FF;
}
[data-lwm-tile-type="Question"] .lwm-group-content-time .icon {
  font-weight: 600;
  padding-right: 0px;
  padding-left: 5px;
}
[data-lwm-tile-type="Question"] .lwm-group-content-time [data-snippet-elapsed-datetime] {
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  [data-lwm-tile-type="Question"] .lwm-tile-heading h1 {
    font-size: 12px !important;
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 15px;
  }
  [data-lwm-tile-type="Question"] .lwm-tile-image {
    height: 50px;
    min-height: 45px !important;
  }
  [data-lwm-tile-type="Question"] .lwm-footer-left {
    font-size: 9px;
    line-height: 12px;
  }
  [data-lwm-tile-type="Question"] .lwm-tile-footer h2 {
    font-size: 9px;
    line-height: 12px;
  }
  [data-lwm-tile-type="Question"] .lwm-group-content-time h2 {
    font-weight: normal;
    margin: 0;
    line-height: 12px;
  }
  [data-lwm-tile-type="Question"] .lwm-group-content-time [data-snippet-elapsed-datetime] {
    font-weight: normal;
    font-size: 9px;
    line-height: 12px;
  }
}
[data-snippet-component="AccountManagement_ForgottenPassword"] .btn {
  display: block;
  width: 100%;
}
[data-snippet-component="AccountManagement_ForgottenPassword"] .panel-heading {
  width: 100%;
  align-content: center;
  text-align: center;
  border-bottom: none;
}
[data-snippet-component="AccountManagement_ForgottenPassword"] .panel-heading h1 {
  font-weight: 500;
}
[data-snippet-component="AccountManagement_Join"] .btn {
  display: block;
  width: 100%;
}
[data-snippet-component="AccountManagement_Join"] .panel-heading {
  width: 100%;
  align-content: center;
  text-align: center;
  border-bottom: none;
}
[data-snippet-component="AccountManagement_Join"] .panel-heading h1 {
  font-weight: 500;
}
[data-snippet-component="AccountManagement_Login"] .btn {
  display: block;
  width: 100%;
}
[data-snippet-component="AccountManagement_Login"] .panel-heading {
  width: 100%;
  align-content: center;
  text-align: center;
  border-bottom: none;
}
[data-snippet-component="AccountManagement_Login"] .panel-heading h1 {
  font-weight: 500;
}
[data-snippet-component="AccountManagement_Login"] .lwm-auto-signin-message {
  width: 100%;
  align-content: center;
  text-align: center;
  border-bottom: none;
}
[data-snippet-component="AccountManagement_ResetPassword"] .btn {
  display: block;
  width: 100%;
}
[data-snippet-component="AccountManagement_ResetPassword"] .panel-heading {
  width: 100%;
  align-content: center;
  text-align: center;
  border-bottom: none;
}
[data-snippet-component="AccountManagement_ResetPassword"] .panel-heading h1 {
  font-weight: 500;
}
.lwm-billing-body {
  padding: 20px;
}
.lwm-billing-body .stripe-button-el {
  background-color: #1188FF !important;
  background-image: none !important;
  margin-top: 20px;
  border-radius: 0px;
  box-shadow: none;
  text-shadow: none;
}
.lwm-billing-body .stripe-button-el span {
  background-color: #1188FF !important;
  background-image: none !important;
  font-weight: 600;
  border-radius: 0px;
  box-shadow: none;
  text-shadow: none;
}
.lwm-billing-body .lwm-instruction-text {
  font-weight: 600;
  margin-top: 10px;
}
.lwm-billing-body .subscription-block {
  border: 1px solid #ddeeff;
  padding: 0px 5px 10px 5px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .lwm-billing-body {
    padding-top: 8px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .lwm-billing-body .lwm-instruction-text {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    margin-left: 5px;
    margin-right: 5px;
  }
  .lwm-billing-body .lwm-checkout {
    margin-left: 5px;
    margin-right: 5px;
  }
  .lwm-billing-admin-button .btn {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    display: block;
  }
}
[data-snippet-control="subscription-item"].active {
  background-color: #44a1ff;
}
@media (max-width: 767px) {
  select#language {
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .lwm-translation-admin-label {
    color: #1188FF;
    font-weight: 600;
  }
  .lwm-translation-admin-translation input {
    font-size: 13px;
    height: 22px;
  }
  .lwm-translation-admin-translation .snippet-edit-button {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .lwm-admin-mobile-column {
    width: 100%;
    margin-bottom: 5px;
  }
  .lwm-user-admin-name {
    font-weight: 600;
    padding-left: 5px;
    font-size: 14px;
  }
  .lwm-user-admin-email {
    padding-left: 5px;
    font-weight: 600;
  }
  .lwm-user-admin-securitygroup .form-control {
    font-size: 12px;
  }
  .lwm-user-admin-subscription-owner {
    padding-left: 5px;
    font-style: italic;
  }
  .lwm-user-admin-status {
    padding-left: 5px;
    width: 29% !important;
    display: inline-block;
    font-weight: 600;
  }
  .lwm-user-admin-buttons {
    padding-right: 5px;
    text-align: right;
    width: 69% !important;
    display: inline-block;
  }
  #lwm-administration {
    /*override standard border color for table*/
  }
  #lwm-administration thead {
    /*display: none;*/
  }
  #lwm-administration .table > thead > tr > th,
  #lwm-administration .table > tbody > tr > th,
  #lwm-administration .table > tfoot > tr > th,
  #lwm-administration .table > thead > tr > td,
  #lwm-administration .table > tbody > tr > td,
  #lwm-administration .table > tfoot > tr > td {
    border-color: #ddeeff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lwm-user-admin-name {
    width: 49% !important;
    display: inline-block;
  }
  .lwm-user-admin-email {
    width: 49% !important;
    display: inline-block;
  }
}
.bulk-email-textarea {
  min-height: 100px;
  overflow-y: scroll;
}
.bulk-invite-feedback-individual {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: lightgray;
  border-radius: 6px;
  background-color: white;
  color: black;
  padding: 6px;
  font-weight: normal;
  max-height: 200px;
  overflow-y: scroll;
}
.api-documentation-button {
  width: 100%;
}
.api-documentation-button .icon {
  display: block;
  font-size: 66px;
}
.api-value [data-snippet-component="CopyToClipboard"] {
  float: right;
  margin-top: -9px;
  margin-right: -8px;
}
[data-snippet-control="change-company-dropdown"] {
  display: inline-block;
}
.select-separator {
  font-weight: 600;
  color: #1188FF;
  font-style: italic;
  font-size: 16px;
}
.change-subscription-modal-body {
  background-position: center;
  min-height: 485px;
}
.change-subscription-modal-body .lwm-main-text {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.change-subscription-modal-body .lwm-info-text {
  background-color: #fff;
  opacity: 0.9;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
  padding: 5px 10px;
  color: #ea8825;
}
.change-subscription-modal-body .subscription-option-button {
  width: 100%;
  border: none;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .change-subscription-modal-body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .change-subscription-modal-body .subscription-option-button {
    font-size: 24px;
  }
  .change-subscription-modal-body .lwm-main-text {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .change-subscription-modal-body .lwm-main-text {
    font-size: 20px;
    margin-top: 20px;
  }
  .change-subscription-modal-body .lwm-info-text {
    font-size: 14px;
    margin-bottom: 0px;
    padding: 5px 10px;
    display: block;
  }
  .change-subscription-modal-body .lwm-info-text .no-line-height {
    line-height: 0px;
  }
  .change-subscription-modal-body .subscription-option-button {
    width: 100%;
    margin-top: 30px;
    font-size: 24px;
    white-space: normal;
  }
}
.lwm-subscription-choices .btn-default {
  color: #fff;
  background-color: #ea8825;
  border-color: #ea8825;
  height: 415px;
  width: 23%;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.lwm-subscription-choices .btn-default .lwm-subscription-cost {
  margin-top: 20px;
  background-color: #fff;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ea8825;
  font-size: 15px;
  font-weight: 600;
}
.lwm-subscription-choices .btn-default .lwm-subscription-name {
  padding-top: 10px;
  font-size: 22px;
  font-weight: 500;
  font-family: Raleway;
  text-transform: uppercase;
}
.lwm-subscription-choices .btn-default .lwm-subscription-select {
  position: absolute;
  background-color: #fff;
  color: #ea8825;
  bottom: 5px;
  width: 70px;
  left: 50%;
  margin-left: -35px;
  padding: 5px 10px 5px 10px;
}
.lwm-subscription-choices .btn-default .lwm-subscription-marketing-text {
  margin-top: 20px;
  text-align: left;
  padding-left: 14px;
  padding-right: 14px;
  white-space: normal;
  font-size: 12px;
}
.lwm-subscription-choices .lwm-subscription-choices-footer {
  background-color: #fff;
  opacity: 0.9;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  color: #ea8825;
  max-width: 70%;
}
.lwm-subscription-choices .btn-default:hover {
  color: #ea8825 !important;
}
.lwm-subscription-choices .btn-default:hover .lwm-subscription-name {
  color: #ea8825;
}
.lwm-subscription-choices .btn-default:hover .lwm-subscription-cost {
  color: #fff;
  background-color: #ea8825;
}
.lwm-subscription-choices .btn-default:hover .lwm-subscription-select {
  background-color: #ea8825;
  color: #fff;
}
.lwm-subscription-choices [data-snippet-control="subscription-item"].active {
  background-color: #fceedf !important;
  color: #ea8825 !important;
}
.lwm-subscription-choices [data-snippet-control="subscription-item"].active .lwm-subscription-cost {
  color: #ea8825 !important;
  background-color: #fff !important;
}
.lwm-subscription-choices [data-snippet-control="subscription-item"].active .lwm-subscription-select {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .lwm-subscription-choices .btn-default {
    width: 32.5%;
  }
  .lwm-subscription-choices .btn-default .lwm-subscription-marketing-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .lwm-subscription-choices .btn-default {
    width: 90%;
    height: 345px;
  }
  .lwm-subscription-choices .lwm-subscription-choices-footer {
    max-width: 100%;
  }
}
.subscription-back-button {
  /*float: left;*/
  /* NOTE: We now use pull-left and flip on the element itself to enable rtl support instead of doing it here. */
}
.lwm-subscription-choices.blue-choices .btn-default {
  background-color: #1b7792;
  border-color: #fff;
}
.lwm-subscription-choices.blue-choices .btn-default .lwm-subscription-cost {
  color: #1b7792;
}
.lwm-subscription-choices.blue-choices .btn-default .lwm-subscription-select {
  color: #1b7792;
}
.lwm-subscription-choices.blue-choices .lwm-subscription-choices-footer {
  color: #1b7792;
}
.lwm-subscription-choices.blue-choices .btn-default:hover {
  color: #1b7792 !important;
  border-color: #1b7792;
  background-color: #fff;
}
.lwm-subscription-choices.blue-choices .btn-default:hover .lwm-subscription-name {
  color: #1b7792;
}
.lwm-subscription-choices.blue-choices .btn-default:hover .lwm-subscription-cost {
  background-color: #1b7792;
  color: #fff;
}
.lwm-subscription-choices.blue-choices .btn-default:hover .lwm-subscription-select {
  background-color: #1b7792;
  color: #fff;
}
.lwm-subscription-choices.blue-choices [data-snippet-control="subscription-item"].active {
  background-color: #8fd5ea !important;
  color: #1b7792 !important;
  border-color: #1b7792;
}
.lwm-subscription-choices.blue-choices [data-snippet-control="subscription-item"].active .lwm-subscription-cost {
  color: #1b7792 !important;
}
.modal-footer .subscription-cancel-button {
  margin-bottom: 5px !important;
}
/* We've moved the background image code into CSS rather than being set direct in javascript so we can override the appropriate ones in RTL mode. */
.change-subscription-modal-body.background-home {
  background-image: url('/Images/AppThemes/DefaultTheme/HomeImage.png');
}
.change-subscription-modal-body.background-train-staff {
  background-image: url("/Images/AppThemes/DefaultTheme/TrainStaff.png") !important;
}
.change-subscription-modal-body.background-sell-training {
  background-image: url("/Images/AppThemes/DefaultTheme/SellTraining.png") !important;
}
@media (max-width: 992px) {
  .lwm-convert-format-alert {
    font-size: 12px !important;
    line-height: 14px;
    font-weight: normal !important;
    padding-bottom: 5px !important;
    padding-top: 10px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
  }
  .lwm-convert-format-alert .pull-right {
    float: none !important;
  }
}
[data-snippet-edit-label="Edit headline summary"] {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 992px) {
  [data-snippet-edit-for="Contents_Website"] .alert {
    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: normal !important;
    padding-bottom: 5px !important;
    padding-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  [data-snippet-edit-for="Contents_Website"] .alert p {
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    line-height: 18px !important;
  }
  [data-snippet-edit-for="Contents_Website"] .alert ol {
    -webkit-padding-start: 20px;
  }
  [data-snippet-edit-for="Contents_Website"] .alert ol li {
    line-height: 18px;
  }
}
[data-snippet-component="Contents_WebsiteIFrame_IFrame"] {
  width: 100%;
  min-height: 400px;
}
[data-snippet-component="Contents_WebsiteIFrame_IFrame_Placeholder"] {
  width: 100%;
  height: 150px;
}
.lwm-course-certificate-print {
  padding-left: 10px;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  border: 1px solid grey;
  /*background-image: url('/Images/AppThemes/DefaultTheme/CertificateImages/CertificateBackground.png');
    background-repeat: no-repeat;
    background-size: cover;*/
}
@media print {
  .lwm-course-certificate-print {
    width: 100%;
    height: 100%;
    page-break-after: always;
  }
}
.lwm-course-certificate-print .lwm-course-certificate-title {
  text-align: center;
}
.lwm-course-certificate-print .lwm-course-certificate-title h1 {
  font-size: 45px;
}
.lwm-course-certificate-print .lwm-course-certificate-title h2 {
  font-size: 30px;
}
.lwm-course-certificate-print .lwm-course-certificate-print-icon {
  text-align: center;
  font-size: 200px;
}
.lwm-course-certificate-print .lwm-course-certificate-print-awarded-details {
  font-size: 25px;
  padding-top: 40px;
}
.lwm-course-certificate-print .lwm-course-certiciate-print-name {
  font-size: 40px;
  display: block;
}
.lwm-course-certificate-print .lwm-course-certiciate-print-email {
  display: block;
  font-size: 30px;
  color: gray;
}
.lwm-course-certificate-print .lwm-course-certificate-print-footer {
  font-size: 17px;
  margin-top: 20px;
}
.lwm-course-certificate-print .lwm-course-certificate-print-awarded-by {
  text-align: left;
}
.lwm-course-certificate-print .lwm-course-certificate-print-serial-number {
  text-align: right;
}
.lwm-course-certificate-print .lwm-course-certificate-print-image {
  width: 100%;
}
.journey-schedule-step .journey-schedule-text {
  padding-top: 10px;
}
.journey-schedule-step .journey-schedule-text .purple {
  color: #BC3883;
}
.journey-schedule-step .journey-schedule-text p {
  font-size: 20px;
}
.journey-schedule-step .btn-cell {
  display: inline-block;
}
.journey-schedule-step .btn-cell:not(:last-child) {
  padding-right: 10px;
}
.journey-schedule-step .btn-cell:not(:first-child) {
  padding-left: 10px;
}
#Contents {
  height: 45px !important;
}
.lwm-new-comment iframe.wysihtml5-sandbox {
  height: 45px !important;
}
[data-snippet-component="Contents_Shared_Heading_FeaturedNews"] .alert {
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  [data-snippet-control="stop-featuring-link"],
  [data-snippet-control="start-featuring-link"] {
    font-size: 10px;
    padding: 6px;
  }
  [data-snippet-component="Contents_Shared_Heading_FeaturedNews"] .alert {
    font-size: 12px !important;
    line-height: 14px;
    font-weight: normal !important;
    padding-bottom: 5px !important;
    padding-top: 10px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
  }
  [data-snippet-component="Contents_Shared_Heading_FeaturedNews"] .alert .pull-right {
    float: none !important;
  }
}
.lwm-invoice-print {
  padding-left: 10px;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
}
.lwm-invoice-print .lwm-invoice-footer {
  font-size: smaller;
}
.lwm-invoice-print .lwm-invoice-our-address {
  padding-top: 10px;
  padding-bottom: 5px;
}
.lwm-invoice-print .lwm-invoice-your-address {
  padding-top: 5px;
  padding-bottom: 5px;
}
.lwm-invoice-print .lwm-invoice-our-details {
  padding-top: 5px;
  padding-bottom: 5px;
}
.lwm-invoice-print .lwm-invoice-your-details {
  padding-top: 5px;
  padding-bottom: 5px;
}
.lwm-invoice-print .lwm-invoice-your-tax-number {
  padding-top: 5px;
  padding-bottom: 5px;
}
.lwm-invoice-print .lwm-invoice-number {
  font-weight: bold;
  font-size: large;
}
@media (max-width: 767px) {
  .lwm-invoice-print .lwm-invoice-number {
    font-size: 14px;
  }
}
.lwm-invoice-print .lwm-invoice-date {
  font-weight: bold;
}
.lwm-invoice-print .lwm-invoice-paid {
  font-weight: bold;
}
.lwm-invoice-print .lwm-invoice-not-paid {
  font-weight: bold;
}
.lwm-invoice-print table tbody td:last-child {
  text-align: right;
}
.lwm-invoice-print table thead th {
  font-weight: bold;
}
.lwm-invoice-print table thead th:last-child {
  text-align: right;
}
.lwm-invoice-print table tbody tr.lwm-invoice-net-row td {
  font-weight: bold;
  text-align: right;
}
.lwm-invoice-print table tbody tr.lwm-invoice-tax-row td {
  font-weight: bold;
  text-align: right;
}
.lwm-invoice-print table tbody tr.lwm-invoice-gross-row td {
  font-weight: bold;
  text-align: right;
  font-size: large;
}
#group-editview-modal .btn-group {
  margin-top: 5px;
}
#group-editview-modal .is-company-account-container {
  margin-top: 8px;
}
#group-editview-modal .is-company-account-container .snippet-edit-wrapper {
  display: inline;
}
#group-editview-modal .learnergroup-toggle {
  text-align: center;
}
#group-editview-modal .learnergroup-toggle-switch {
  margin-top: 9px;
  /* Rounded sliders */
}
#group-editview-modal .learnergroup-toggle-switch label {
  font-size: 11px;
}
#group-editview-modal .learnergroup-toggle-switch .toggle-title {
  display: inline-block;
  padding: 0px 5px 0px 5px;
  font-size: 13px;
}
#group-editview-modal .learnergroup-toggle-switch .switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 27px;
  padding-top: 7px;
  z-index: 9;
}
#group-editview-modal .learnergroup-toggle-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#group-editview-modal .learnergroup-toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1188FF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#group-editview-modal .learnergroup-toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#group-editview-modal .learnergroup-toggle-switch input:checked + .slider {
  background-color: #1188FF;
}
#group-editview-modal .learnergroup-toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px #1188FF;
}
#group-editview-modal .learnergroup-toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
#group-editview-modal .learnergroup-toggle-switch .slider.round {
  border-radius: 34px;
}
#group-editview-modal .learnergroup-toggle-switch .slider.round:before {
  border-radius: 50%;
}
#group-editview-modal .learnergroup-spaced-row {
  margin-top: 10px;
  margin-bottom: 10px;
}
[data-snippet-control="UploadFromUrlOnSelect"] {
  height: 150px;
}
[data-snippet-control="UploadFromUrlOnSelect"] img {
  max-height: 150px;
}
[data-snippet-control="UploadFromUrlOnSelect"].active {
  border: 2px solid #1188FF;
}
[data-snippet-control="UploadFromMediaPKOnSelect"] {
  height: 150px;
}
[data-snippet-control="UploadFromMediaPKOnSelect"] img {
  max-height: 150px;
}
[data-snippet-control="UploadFromMediaPKOnSelect"].active {
  border: 2px solid #1188FF;
}
[data-snippet-control="UploadFromMediaPKOnSelectLink"].active {
  font-weight: bold;
}
/* From Medias_BingImageSearch */
.lwm-image-search-results {
  max-height: 400px;
  overflow-y: scroll;
}
.lwm-media-preview {
  text-align: center;
}
.lwm-media-preview img {
  max-height: 300px;
}
.lwm-file-upload {
  text-align: center;
}
.lwm-file-upload input[type="file"] {
  display: none;
}
[data-snippet-control="search-text"] {
  margin-bottom: 4px;
}
/* Bulk upload special styling. */
.lwm-file-upload-drop-area {
  border-style: dashed;
  border-color: lightgray;
  text-align: center;
  background-color: #fafafa;
  color: lightgray;
  margin-bottom: 8px;
}
.lwm-file-upload-drop-area i {
  font-size: 140px;
  padding-bottom: 30px;
}
.modal-header {
  border-bottom: 1px solid #1188FF;
  color: #1188FF;
}
.modal-header h4 {
  font-weight: 600 !important;
}
.modal-header .modal-title {
  float: left;
  display: inline-block;
  font-size: 30px;
  font-weight: normal;
  color: #555555;
  margin-left: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .modal-header .modal-title {
    font-size: 17px;
    margin-bottom: 0px !important;
    height: 44px;
    margin-left: 3px !important;
    padding-right: 3px;
    overflow: hidden;
  }
}
.modal-header .modal-icon {
  width: 60px;
  height: 60px;
  float: left;
  background-color: #555555;
  position: relative;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
}
.modal-header .modal-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  /* Half the height */
  margin-left: -20px;
  /* Half the width */
}
@media (max-width: 767px) {
  .modal-header .modal-icon {
    height: 45px;
    width: 45px;
  }
  .modal-header .modal-icon img {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    /* Half the height */
    margin-left: -15px;
    /* Half the width */
  }
}
.modal-body .tab-content {
  border-top: 1px solid #aad4ff;
}
.modal-body .nav-tabs {
  background-color: transparent;
}
.modal-body .nav-tabs li a {
  border-top: 1px solid #aad4ff;
  border-right: 1px solid #aad4ff;
  border-bottom: 1px solid #aad4ff;
  background-color: #fcfdff;
}
.modal-body .nav-tabs li.active a,
.modal-body .nav-tabs li.active a:focus {
  color: #1188FF;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #aad4ff;
  border-right: 1px solid #aad4ff;
}
.lwm-media-preview a {
  padding: 5px 10px;
}
[aria-labelledby="newscontent-createview-modal-label"] .panel-heading {
  padding-bottom: 0;
}
[aria-labelledby="newscontent-createview-modal-label"] .panel-body {
  padding-top: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.lwm-modal-option-btn {
  white-space: normal !important;
}
@media (max-width: 767px) {
  .modal-content .panel-heading {
    padding-top: 5px;
  }
  .modal-content .lwm-alert-help {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 5px;
  }
  .modal-body {
    padding-bottom: 2px;
  }
  .lwm-modal-option-btn {
    white-space: normal;
    padding: 5px 10px;
  }
}
/*#lwm-news-content-container {
    padding-left: 2%;
    padding-right: 2%;
}*/
/*@media (max-width:767px){
    #lwm-news-content-container {
        padding-left: 6%;
        padding-right: 6%;
    }
}*/
#lwm-news-content-container {
  /*background-color: gray;*/
}
.lwm-news-heading {
  display: table;
  padding-bottom: 6px;
  padding-top: 4px;
}
.lwm-news-heading a {
  /*color: @text-color;*/
}
.lwm-news-heading h1 {
  font-size: 20px;
}
.lwm-news-heading .lwm-heading-image {
  display: table-cell;
}
.lwm-news-heading .lwm-heading-title {
  display: table-cell;
  vertical-align: top;
}
.lwm-news-heading .lwm-heading-image-with-fallback {
  width: 130px;
  padding-right: 10px;
}
.lwm-news-tile {
  border: 1px solid lightgray;
  border-radius: 6px;
  margin-top: 3px;
  margin-bottom: 3px;
  box-shadow: darkgray -2px -2px inset;
  background-color: white;
  padding-left: 8px;
  padding-right: 8px;
}
.lwm-continue-reading-link {
  width: 100%;
  text-align: right;
  padding-bottom: 8px;
}
.lwm-content-text .row {
  margin-left: 0px;
  margin-right: 0px;
}
.restricted-height {
  max-height: 190px;
  overflow-y: hidden;
}
.restricted-height-lg {
  max-height: 390px;
  overflow-y: hidden;
}
#featured-news-carousel {
  max-height: 260px;
  /*background-color: @alt-color4 !important;*/
  background-color: #fff !important;
  border-bottom: 50px solid #1188FF !important;
}
#featured-news-carousel img {
  max-height: 260px;
}
#featured-news-carousel .carousel-caption {
  left: 35%;
  right: 35%;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.7);
}
#featured-news-carousel .carousel-caption a {
  color: #122556;
}
#featured-news-carousel .carousel-control,
#featured-news-carousel .carousel-control {
  background-image: none;
}
#featured-news-carousel .carousel-control .glyphicon-chevron-left,
#featured-news-carousel .carousel-control .glyphicon-chevron-right,
#featured-news-carousel .carousel-control .icon-prev,
#featured-news-carousel .carousel-control .icon-next {
  margin-top: 114px !important;
}
#featured-news-first-item {
  padding-left: 4px;
}
#featured-news-first-item img {
  min-height: 150px;
  margin-left: auto;
  margin-right: auto;
}
#featured-news-first-item .lwm-featured-news-image-column {
  background-color: #3a4d55;
}
.lwm-featured-news {
  position: relative;
  overflow: auto;
  padding-left: 10%;
  padding-right: 10%;
  border-bottom: 3px solid #1188FF;
  min-height: 200px;
  overflow: hidden;
  padding-bottom: 20px;
}
.lwm-featured-news h1 {
  color: #3d3c3c;
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
}
.lwm-featured-news .icon {
  font-weight: 600;
}
.featured-news-item {
  /* hidden so that only the most recent one is visible*/
  /* if this is undone then rows of featured will appear below the most recent.*/
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  /*float: left;*/
  padding-left: 4px;
  padding-right: 4px;
}
.featured-news-item h1 {
  font-size: 16px;
}
.featured-news-item .featured-news-item-text {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
}
.featured-news-item .featured-news-item-text h2 {
  display: inline-block;
  font-size: 16px;
  margin-top: 0px;
}
.featured-news-item .featured-news-item-text h2 .label {
  position: absolute;
  bottom: 7px;
  left: 10px;
}
.featured-news-item img {
  min-height: 70px;
  background-color: #3d3c3c;
}
.lwm-featured-news-row {
  clear: both;
}
.lwm-featured-news-image-column {
  padding: 0;
}
.lwm-featured-news-time {
  color: #1188FF;
  padding-left: 0;
}
.lwm-featured-news-bottom-line {
  height: 10px;
  width: 100%;
  background-color: #3d3c3c;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  #featured-news-item {
    height: 180px;
    overflow: hidden;
  }
  #featured-news-item h1 {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .lwm-featured-news {
    padding-left: 5%;
    padding-right: 5%;
  }
  #featured-news-first-item img {
    margin-left: auto;
    margin-right: auto;
  }
  #featured-news-first-item .featured-news-first-item-text {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
    line-height: 14px;
    /*border-bottom: 1px solid @primary-color;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .featured-news-item h1 {
    font-size: 13px;
    line-height: 17px;
  }
}
[data-snippet-control="schedule-publish-date"] {
  color: initial;
}
@media (max-width: 992px) {
  .new-line {
    height: 3px;
  }
  [data-snippet-control="publish-link"],
  [data-snippet-control="schedule-publish-link"],
  [data-snippet-control="archive-link"],
  [data-snippet-control="make-draft-link"] {
    font-size: 10px;
    padding: 6px;
  }
  [data-snippet-component="PublishStateAlert_Shared_PublishStateAlert"] .alert {
    font-size: 12px !important;
    line-height: 14px;
    font-weight: normal !important;
    padding-bottom: 5px !important;
    padding-top: 10px;
    text-align: center;
  }
  [data-snippet-component="PublishStateAlert_Shared_PublishStateAlert"] .alert [data-snippet-control="draft-not-scheduled-text"] {
    margin-bottom: 3px;
  }
  [data-snippet-component="PublishStateAlert_Shared_PublishStateAlert"] .alert [data-snippet-control="draft-not-scheduled-text"] .btn-group .pull-right {
    margin-top: 4px;
  }
  [data-snippet-component="PublishStateAlert_Shared_PublishStateAlert"] .alert .pull-right {
    float: none !important;
  }
}
.lwm-search-bar {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -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);
  padding: 9px;
  border-radius: 0;
  /*padding-left: 40px;
    padding-right: 40px;*/
}
.lwm-search-bar blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.lwm-search-bar .input-group {
  width: 100% !important;
}
.lwm-search-bar .input-group-btn {
  width: 52px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .lwm-search-bar {
    /*padding-left: 10px;
        padding-right: 10px;*/
  }
}
@media (max-width: 767px) {
  .lwm-search-bar {
    padding: 5px !important;
    margin-bottom: 0px;
  }
}
.lwm-search-result {
  padding-bottom: 4px;
  border-bottom: 1px solid lightgray;
}
/* Don't let browsers like Chrome collapse our comment tree media-lefts containing responsive images so that the image is 0px.  Allow a minimum of 64px.*/
.lwm-search-result .media-left {
  min-width: 107px;
}
.lwm-search-result h4.media-heading {
  font-size: 13px;
  font-weight: 600;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .lwm-search-result .media-left {
    min-width: 107px;
  }
}
.lwm-search-result .media-left .lwm-icon-stack {
  height: 60px;
  width: 107px;
  font-size: 60px;
  line-height: 62px;
  background-color: white;
  border-radius: 50%;
}
.lwm-search-result .media-left .lwm-icon-stack img {
  width: 107px;
  height: 60px;
}
@media (max-width: 767px) {
  .lwm-search-result .media-left .lwm-icon-stack {
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 32px;
  }
}
.lwm-search-image img {
  height: 56px;
}
@media (max-width: 767px) {
  .lwm-search-image {
    width: 64px;
    margin-left: auto;
    margin-right: auto;
  }
  .lwm-search-image img {
    height: 36px;
  }
}
/* Make sure we have enough space for our dropdown of search filters on the search page. */
#search-results,
#not-yet-searched {
  min-height: 400px;
}
.search-content-type {
  font-size: 18px;
}
.lwm-search-result .tile-controls-container {
  text-align: right !important;
  padding-right: 16px;
}
.lwm-search-bar input {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
[data-snippet-component="SubscriptionManagement_Login"] .btn {
  display: block;
  width: 100%;
}
[data-snippet-component="SubscriptionManagement_Login"] .panel-heading {
  width: 100%;
  align-content: center;
  text-align: center;
  border-bottom: none;
}
[data-snippet-component="SubscriptionManagement_Login"] .panel-heading h1 {
  font-weight: 500;
}
[data-snippet-component="SubscriptionManagement_Login"] #Subdomain {
  display: inline-block;
  max-width: 300px;
}
[data-snippet-component="SubscriptionManagement_Login"] label[for="Subdomain"] {
  display: none;
}
[data-snippet-component="SubscriptionManagement_Login"] .lwm-parent-domain-text {
  font-size: 20px;
  font-weight: bold;
}
.lwm-on-hold-image {
  width: 100%;
  background-image: url(/Images/AppThemes/DefaultTheme/sad-face.png);
  background-repeat: no-repeat;
  background-position-x: center;
  padding-top: 150px;
}
.lwm-not-on-hold-image {
  width: 100%;
  background-image: url(/Images/AppThemes/DefaultTheme/happy-face.png);
  background-repeat: no-repeat;
  background-position-x: center;
  padding-top: 150px;
}
/*override standard stripe button formatting*/
[data-snippet-component="SubscriptionManagement_OnHold"] .stripe-button-el {
  background-image: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background-color: transparent !important;
  padding: 0px !important;
  border-radius: 0px !important;
}
[data-snippet-component="SubscriptionManagement_OnHold"] .stripe-button-el span {
  background: #1188FF !important;
  border: none !important;
  text-shadow: none !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 10px;
  font-size: 13px;
  padding-left: 13px;
  height: 36px;
  padding-top: 3px;
}
#new-subscription-body .btn-primary[data-snippet-control="change-subscription-button"] {
  width: 100%;
}
[data-snippet-component="SubscriptionManagement_SignUp"] .btn {
  display: block;
  width: 100%;
}
[data-snippet-component="SubscriptionManagement_SignUp"] .alert {
  padding: 8px 18px;
}
[data-snippet-component="SubscriptionManagement_SignUp"] .panel-heading {
  width: 100%;
  align-content: center;
  text-align: center;
  border-bottom: none;
}
[data-snippet-component="SubscriptionManagement_SignUp"] .panel-heading h1 {
  font-weight: 500;
}
[data-snippet-component="SubscriptionManagement_SignUp"] .panel-body {
  padding: 0px 20px;
}
[data-snippet-component="SubscriptionManagement_SignUp"] .lwm-instruction-text {
  padding-bottom: 0px;
}
[data-snippet-component="SubscriptionManagement_SignUp"] #Subdomain {
  display: inline-block;
  max-width: 300px;
}
[data-snippet-component="SubscriptionManagement_SignUp"] label[for="Subdomain"] {
  display: block;
}
[data-snippet-component="SubscriptionManagement_SignUp"] .lwm-parent-domain-text {
  font-size: 20px;
  font-weight: bold;
}
[data-snippet-component="SubscriptionManagement_SignUp"] .lwm-subscription-firstname {
  padding-left: 0px !important;
  padding-right: 1px !important;
}
[data-snippet-component="SubscriptionManagement_SignUp"] .lwm-subscription-lastname {
  padding-left: 1px !important;
  padding-right: 0px !important;
}
@media (max-width: 767px) {
  [data-snippet-component="SubscriptionManagement_SignUp"] .lwm-subscription-firstname {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  [data-snippet-component="SubscriptionManagement_SignUp"] .lwm-subscription-lastname {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  [data-snippet-component="SubscriptionManagement_SignUp"] .panel-heading {
    margin: 0px;
  }
  [data-snippet-component="SubscriptionManagement_SignUp"] .alert > ul {
    margin-left: -25px;
  }
}
[data-snippet-component="Themes_ThemesView_ThemeSelector"] [data-snippet-control="base-theme-button"] {
  margin-bottom: 8px;
}
[data-snippet-component="Themes_ThemesView_ThemeSelector"] [data-snippet-control="base-theme-button"] .thumbnail {
  width: 100%;
  height: 100%;
  border-width: 3px;
  border-color: transparent;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
}
[data-snippet-component="Themes_ThemesView_ThemeSelector"] [data-snippet-control="base-theme-button"] .caption h4 {
  padding-top: 6px;
}
[data-snippet-component="Themes_ThemesView_ThemeSelector"] [data-snippet-control="base-theme-button"].active .thumbnail {
  border-color: #1188FF;
}
[data-snippet-component="Themes_ThemesView_ThemeSelector"] .sub-theme {
  width: 100% !important;
  display: block;
}
[data-snippet-component="Themes_ThemesView_ThemeSelector"] [data-snippet-control="theme-button"].sub-theme.active {
  background-color: #77bbff;
  border-color: #1188FF;
  border-width: 2px;
}
/* Hide the alpha channel from the color selector. */
.cp-color-picker .cp-alpha {
  display: none !important;
}
.lwm-logo-preview-container img {
  border: 1px solid darkgray;
}
.lwm-theme-headingimage-preview {
  max-height: 104px;
  min-height: 104px;
  max-width: 480px;
  min-width: 480px;
}
.lwm-theme-logo-preview {
  max-height: 80px;
  min-height: 80px;
  max-width: 80px;
  min-width: 80px;
}
.lwm-theme-background-preview {
  max-height: 80px;
  min-height: 80px;
  max-width: 142px;
  min-width: 142px;
}
#menu-json-view-modal .sub-theme.active {
  background-color: #77bbff;
  border-color: #1188FF;
  border-width: 2px;
}
[data-snippet-component="UserProfiles_ChangePasswordView_Show"] {
  /* anything but phones */
}
@media (min-width: 768px) {
  [data-snippet-component="UserProfiles_ChangePasswordView_Show"] form {
    text-align: center;
  }
  [data-snippet-component="UserProfiles_ChangePasswordView_Show"] form .form-group {
    margin-bottom: 20px;
    width: 50%;
    display: inline-block;
  }
  [data-snippet-component="UserProfiles_ChangePasswordView_Show"] form .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  [data-snippet-component="UserProfiles_ChangePasswordView_Show"] .lwm-alert-help {
    margin-bottom: 8px;
  }
  [data-snippet-component="UserProfiles_ChangePasswordView_Show"] .form-group {
    margin-bottom: 10px;
  }
  [data-snippet-component="UserProfiles_ChangePasswordView_Show"] input {
    height: 30px;
  }
  [data-snippet-component="UserProfiles_ChangePasswordView_Show"] label {
    margin-bottom: 2px;
    margin-left: 5px;
  }
}
.home-streaming {
  padding-bottom: 50px;
}
.streaming-container {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.streaming-container::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
.streaming-container .scrollbutton-container {
  position: absolute;
  z-index: 99;
  /*width: 100%;*/
  height: 100%;
  margin-left: 10px;
  padding-right: 25px;
}
.streaming-container .scrollbutton-container .scrollbutton-bar {
  width: 40px;
  /*background-color: red; // test only*/
  background-color: transparent;
  /*opacity: 0.4;*/
  color: #1188FF;
  font-size: 30px;
  text-align: center;
  height: 100%;
  padding-top: 20px;
}
.streaming-container .scrollbutton-container .scrollbutton-bar a {
  color: #1188FF;
}
.streaming-container .scrollbutton-container .scrollbutton-left {
  float: left;
}
.streaming-container .scrollbutton-container .scrollbutton-right {
  float: right;
}
.streaming-container .scrollbutton-container-left {
  left: 0px;
}
.streaming-container .scrollbutton-container-right {
  right: 0px;
  padding-right: 15px;
}
.streaming-container .scrollable-area {
  margin-left: 48px;
  margin-right: 52px;
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.streaming-container .scrollable-area::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
.streaming-container .streaming-tiles-scrolling-area {
  width: 20000px;
  height: 100%;
  /*position: relative;*/
  /*padding-left: 10px;*/
}
.streaming-container .lwm-tile {
  background-color: rgba(7, 53, 100, 0.5) !important;
  min-height: unset !important;
}
.streaming-container .streaming-last-used-date {
  position: relative;
  left: 0px;
  bottom: 30px;
  color: #fff;
  text-align: center;
  width: 100%;
}
.home-section-header {
  margin-left: 48px;
  margin-right: 48px;
  /*display: none; // hidden until js makes it visible after streamer is ready*/
}
.home-section-header h2 {
  color: #1188FF;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid #1188FF;
  min-width: 250px;
}
@media (max-width: 767px) {
  .home-section-header h2 {
    display: block;
    width: 100%;
    min-width: 0px;
  }
}
.home-section-header h3 {
  color: #111111;
  font-weight: 400;
}
@media (max-width: 767px) {
  .home-section-header h3 {
    font-size: 17px;
  }
}
.streaming-large {
  height: calc(calc(100vw * 0.45)  *.563 + 22px);
  min-height: calc(calc(100vw * 0.45)  *.563 + 22px);
}
.streaming-large .lwm-tile {
  margin: 2px;
}
.streaming-large .streaming-double-tile {
  position: relative;
  float: left;
  width: calc(100vw * 0.45);
  height: 100%;
}
.streaming-large .streaming-tile-2up-block {
  position: relative;
  float: left;
  height: calc(calc(100vw * 0.45)  *.563 + 22px);
}
.streaming-large .streaming-tile-2up-block .streaming-tile-2up-tile {
  height: 50%;
  position: relative;
}
.streaming-large .streaming-tile-2up-block .streaming-tile-2up-tile .lwm-tile {
  width: calc(calc(100vw * 0.45) / 2 - 25px);
}
.streaming-medium {
  height: calc(calc(calc(100vw * 0.45) / 2) *.563);
  min-height: calc(calc(calc(100vw * 0.45) / 2) *.563);
}
.streaming-medium .lwm-tile {
  margin: 2px;
}
.streaming-medium .streaming-tile-medium-tile {
  float: left;
  height: 100%;
  position: relative;
  width: calc(calc(100vw * 0.45) / 2);
}
.streaming-small {
  min-height: calc(calc(calc(100vw * 0.45)  *.563 + 22px) / 4);
  height: calc(calc(calc(100vw * 0.45)  *.563 + 22px) / 4);
}
.streaming-small .scrollbutton-bar {
  height: 100%;
}
.streaming-small .streaming-tile-small-tile {
  width: calc(calc(calc(calc(100vw * 0.45)  *.563 + 22px) / 4) * 3.1);
  float: left;
  width: 395px;
  height: 100%;
  position: relative;
}
.streaming-small .streaming-tile-small-tile .lwm-tile {
  margin: 2px;
}
.streaming-small .streaming-tile-small-tile .lwm-tile .lwm-tile-heading {
  top: 0 !important;
  max-height: 200px;
}
.streaming-small .streaming-tile-small-tile .lwm-tile .lwm-tile-heading h1 {
  width: auto;
  color: #fff;
  text-align: left;
  margin-left: 50%;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 700 !important;
  white-space: normal;
  overflow: auto;
  line-height: 18px;
}
.streaming-small .streaming-tile-small-tile .lwm-tile .lwm-tile-image {
  padding: 10px;
  min-height: 128px;
}
.streaming-small .streaming-tile-small-tile .lwm-tile .lwm-tile-image img {
  background-color: rgba(255, 255, 255, 0.7);
  width: 50%;
  margin-left: 0px;
}
.streaming-small .streaming-tile-small-tile .streaming-last-used-date {
  margin-left: 50%;
  left: 5px;
  bottom: 50px;
  padding-right: 5px;
  text-align: left;
  width: 50%;
}
#CompanyPlaylists .home-section-header h3 {
  margin-left: 15px;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .streaming-tile-2up-block .streaming-last-used-date {
    font-size: 12px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .streaming-large {
    height: calc(calc(100vw * 0.5) *.563 + 22px);
    min-height: calc(calc(100vw * 0.5) *.563 + 22px);
  }
  .streaming-large .streaming-double-tile {
    width: calc(100vw * 0.5);
  }
  .streaming-large .streaming-tile-2up-block {
    height: calc(calc(100vw * 0.5) *.563 + 22px);
  }
  .streaming-large .streaming-tile-2up-block .streaming-last-used-date {
    font-size: 10px;
  }
  .streaming-large .streaming-tile-2up-block .streaming-tile-2up-tile .lwm-tile {
    width: calc(calc(100vw * 0.5) / 2 - 25px);
  }
  .streaming-large .streaming-tile-2up-block .streaming-tile-2up-tile .lwm-tile .lwm-tile-heading h1 {
    font-size: 14px;
  }
  .streaming-medium {
    height: calc(calc(calc(100vw * 0.5) / 2) *.563);
    min-height: calc(calc(calc(100vw * 0.5) / 2) *.563);
  }
  .streaming-medium .streaming-last-used-date {
    font-size: 10px;
  }
  .streaming-medium .streaming-tile-medium-tile {
    width: calc(calc(100vw * 0.5) / 2);
  }
  .streaming-medium .lwm-tile .lwm-tile-heading h1 {
    font-size: 14px;
  }
  .streaming-small {
    min-height: calc(calc(calc(100vw * 0.5) *.563 + 22px) / 4);
    height: calc(calc(calc(100vw * 0.5) *.563 + 22px) / 4);
  }
  .streaming-small .streaming-tile-small-tile {
    width: calc(calc(calc(calc(100vw * 0.5) *.563 + 22px) / 4) * 3.1);
  }
  .streaming-small .streaming-tile-small-tile .streaming-last-used-date {
    bottom: 75px;
    padding-right: 7px;
    font-size: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .streaming-large {
    height: calc(calc(100vw * 0.65) *.563 + 22px);
    min-height: calc(calc(100vw * 0.65) *.563 + 22px);
  }
  .streaming-large .streaming-double-tile {
    width: calc(100vw * 0.65);
  }
  .streaming-large .streaming-tile-2up-block {
    height: calc(calc(100vw * 0.65) *.563 + 22px);
  }
  .streaming-large .streaming-tile-2up-block .streaming-last-used-date {
    font-size: 9px;
  }
  .streaming-large .streaming-tile-2up-block .streaming-tile-2up-tile .lwm-tile {
    width: calc(calc(100vw * 0.65) / 2 - 25px);
  }
  .streaming-medium {
    height: calc(calc(calc(100vw * 0.65) / 2) *.563);
    min-height: calc(calc(calc(100vw * 0.65) / 2) *.563);
  }
  .streaming-medium .streaming-last-used-date {
    font-size: 9px;
  }
  .streaming-medium .streaming-tile-medium-tile {
    width: calc(calc(100vw * 0.65) / 2);
  }
  .streaming-medium .lwm-tile .lwm-tile-heading h1 {
    font-size: 14px;
  }
  .streaming-small {
    min-height: calc(calc(calc(100vw * 0.65) *.563 + 22px) / 4);
    height: calc(calc(calc(100vw * 0.65) *.563 + 22px) / 4);
  }
  .streaming-small .streaming-tile-small-tile {
    width: calc(calc(calc(calc(100vw * 0.65) *.563 + 22px) / 4) * 3.1);
  }
  .streaming-small .streaming-tile-small-tile .lwm-tile .lwm-tile-heading h1 {
    font-size: 13px;
  }
  .streaming-small .streaming-tile-small-tile .streaming-last-used-date {
    font-size: 9px;
    text-align: center;
    bottom: 70px;
  }
}
@media (max-width: 767px) {
  .streaming-container .scrollbutton-container {
    margin-left: 0px;
  }
  .streaming-container .scrollbutton-container-right {
    padding-right: 0px;
  }
  .streaming-container .streamer-item {
    width: calc(100vw * 0.7);
    min-width: calc(100vw * 0.7);
    max-width: calc(100vw * 0.7);
  }
  .streaming-container .streamer-item .streamer-item-title {
    font-size: 14px;
    line-height: 1.2;
  }
  .streaming-container .streamer-item,
  .streaming-container-vertical .streamer-item {
    width: calc(100vw * 0.7);
    min-width: calc(100vw * 0.7);
    max-width: calc(100vw * 0.7);
  }
  .streaming-container .streamer-item .streamer-item-title,
  .streaming-container-vertical .streamer-item .streamer-item-title {
    font-size: 14px;
    line-height: 1.2;
  }
  .streaming-large {
    height: calc(calc(100vw * 0.8) *.563 + 22px);
    min-height: calc(calc(100vw * 0.8) *.563 + 22px);
  }
  .streaming-large .streaming-double-tile {
    width: calc(100vw * 0.8);
  }
  .streaming-medium {
    height: calc(calc(calc(100vw * 0.8)  * .90) *.563);
    min-height: calc(calc(calc(100vw * 0.8)  * .90) *.563);
  }
  .streaming-medium .streaming-last-used-date {
    font-size: 11px;
  }
  .streaming-medium .streaming-tile-medium-tile {
    width: calc(calc(100vw * 0.8)  * .90);
  }
  .streaming-medium .lwm-tile .lwm-tile-heading {
    top: 30% !important;
  }
  .streaming-medium .lwm-tile .lwm-tile-heading h1 {
    font-size: 15px;
  }
  .streaming-small {
    min-height: calc(calc(calc(100vw * 0.8) *.563 + 22px) / 1.8);
    height: calc(calc(calc(100vw * 0.8) *.563 + 22px) / 1.8);
  }
  .streaming-small .streaming-tile-small-tile {
    width: calc(calc(calc(calc(100vw * 0.8) *.563 + 22px) / 1.8) * 3.1);
  }
  .streaming-small .streaming-tile-small-tile .streaming-last-used-date {
    font-size: 9px;
    text-align: center;
  }
}
body {
  background-color: #f0f0f0;
}
/* Content page doesn't look like other pages. */
.learning-content-container {
  background-color: white;
  border-radius: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
  overflow: hidden;
  /* Nasty adjustment of the HTML Builder output to line up with the title. */
  /* Toolbar buttons should not be coloured in content. */
}
.learning-content-container .container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.learning-content-container .content-html-builder-outer-container {
  margin-left: -16px;
  margin-right: -16px;
}
.learning-content-container .toolbar-button-group {
  /* Some toolbar icons need special colours. */
}
.learning-content-container .toolbar-button-group .btn {
  background-color: transparent !important;
  color: darkgray;
}
.learning-content-container .toolbar-button-group .dropdown-toggle {
  border: none;
  color: darkgray;
}
.learning-content-container .toolbar-button-group .toolbar-item.toolbar-item-icon-favourite-remove .toolbar-text:before {
  color: #b7297d !important;
}
.learning-content-container #view-container-toolbar .toolbar-button-group {
  float: right !important;
}
.content-header-title-row-container {
  border-bottom: 1px solid #b7297d;
}
.content-header-title-row-container h1 {
  color: #1188FF;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0px;
}
.content-header-title-row-container h4 {
  margin-top: 0px;
}
.lwm-open-scorm-link,
.lwm-open-document-link,
.lwm-open-image-link {
  margin-top: 1px;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
}
.lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-heading-content,
.lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-heading-content {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-heading-content h1,
.lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-heading-content h1 {
  font-size: 20px;
  display: inline;
  color: black;
}
.lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-heading-content h2,
.lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-heading-content h2 {
  font-size: 15px;
  display: inline;
}
.lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-identifier-container,
.lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-identifier-container {
  bottom: auto;
  top: 5px;
}
.lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-description,
.lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-description {
  opacity: 1;
  position: relative;
  bottom: auto;
  left: auto;
  height: auto;
}
.lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-content-session-duration,
.lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-content-session-duration {
  width: 100%;
  background-color: #1188FF;
  color: white;
  /*position: absolute;
        bottom: 0px;*/
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* block containing tile control buttons */
.tile-controls-container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 32px;
  float: right;
  margin: 5px 10px;
}
.tile-controls-container .tile-control {
  padding: 5px;
}
.tile-controls-container .tile-control-item {
  display: inline-block;
}
.tile-controls-container .tile-control-item.tile-control-item-icon-favourite-add,
.tile-controls-container .tile-control-item.tile-control-item-icon-favourite-remove,
.tile-controls-container .tile-control-item.tile-control-item-icon-watchlater-add,
.tile-controls-container .tile-control-item.tile-control-item-icon-watchlater-remove,
.tile-controls-container .tile-control-item.tile-control-item-icon-playlist-add,
.tile-controls-container .tile-control-item.tile-control-item-icon-playlist-remove,
.tile-controls-container .tile-control-item.tile-control-item-icon-schedule-create,
.tile-controls-container .tile-control-item.tile-control-item-icon-schedule-view,
.tile-controls-container .tile-control-item.tile-control-item-icon-change-date {
  border-width: 0px !important;
  font-size: 20px;
}
.tile-controls-container .tile-control-item.tile-control-item-icon-favourite-add .tile-control-text:before,
.tile-controls-container .tile-control-item.tile-control-item-icon-favourite-remove .tile-control-text:before,
.tile-controls-container .tile-control-item.tile-control-item-icon-watchlater-add .tile-control-text:before,
.tile-controls-container .tile-control-item.tile-control-item-icon-watchlater-remove .tile-control-text:before,
.tile-controls-container .tile-control-item.tile-control-item-icon-playlist-add .tile-control-text:before,
.tile-controls-container .tile-control-item.tile-control-item-icon-playlist-remove .tile-control-text:before,
.tile-controls-container .tile-control-item.tile-control-item-icon-schedule-create .tile-control-text:before,
.tile-controls-container .tile-control-item.tile-control-item-icon-schedule-view .tile-control-text:before,
.tile-controls-container .tile-control-item.tile-control-item-icon-change-date .tile-control-text:before {
  font-family: 'Icomoon_x';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #959595;
}
.tile-controls-container .tile-control-item.tile-control-item-icon-favourite-add .tile-control-text,
.tile-controls-container .tile-control-item.tile-control-item-icon-favourite-remove .tile-control-text,
.tile-controls-container .tile-control-item.tile-control-item-icon-watchlater-add .tile-control-text,
.tile-controls-container .tile-control-item.tile-control-item-icon-watchlater-remove .tile-control-text,
.tile-controls-container .tile-control-item.tile-control-item-icon-playlist-add .tile-control-text,
.tile-controls-container .tile-control-item.tile-control-item-icon-playlist-remove .tile-control-text,
.tile-controls-container .tile-control-item.tile-control-item-icon-schedule-create .tile-control-text,
.tile-controls-container .tile-control-item.tile-control-item-icon-schedule-view .tile-control-text,
.tile-controls-container .tile-control-item.tile-control-item-icon-change-date .tile-control-text {
  display: inline-block;
  overflow: hidden;
  padding-right: 10px;
}
.tile-controls-container .tile-control-item.tile-control-item-icon-favourite-add .tile-control-text:before {
  content: "\e9da";
}
.tile-controls-container .tile-control-item.tile-control-item-icon-favourite-remove .tile-control-text:before {
  color: #1188FF;
  content: "\e9da";
}
.tile-controls-container .tile-control-item.tile-control-item-icon-watchlater-add .tile-control-text:before {
  content: "\e9cf";
}
.tile-controls-container .tile-control-item.tile-control-item-icon-watchlater-remove .tile-control-text:before {
  color: #1188FF;
  content: "\e9cf";
}
.tile-controls-container .tile-control-item.tile-control-item-icon-playlist-add .tile-control-text:before {
  content: "\ea7b";
}
.tile-controls-container .tile-control-item.tile-control-item-icon-playlist-remove .tile-control-text:before {
  color: #ba1818;
  content: "\ea0d";
}
.tile-controls-container .tile-control-item.tile-control-item-icon-schedule-create .tile-control-text:before {
  content: "\e950";
}
.tile-controls-container .tile-control-item.tile-control-item-icon-schedule-view .tile-control-text:before {
  color: #1188FF;
  content: "\e950";
}
.tile-controls-container .tile-control-item.tile-control-item-icon-change-date .tile-control-text:before {
  content: "\e953";
}
.tile-controls-container .tile-control-item.tile-control-item-icon-change-date:hover .tile-control-text:before {
  color: #b7297d;
}
.lwm-search-result .tile-controls-container {
  position: inherit;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 0px;
}
.lwm-search-result .tile-controls-container .tile-control-text {
  padding-top: 10px;
  line-height: 1;
}
/* special mtd-resources-download editor component */
.builder-block[data-block-type="mtd-resource-downloads"] {
  display: none;
}
.builder-block[data-block-type="mtd-resource-downloads"] > .col-xs-12:not([data-snippet-control="block-bar"]) > .row {
  padding-left: 5%;
  padding-right: 5%;
}
.builder-block[data-block-type="mtd-resource-downloads"] > .col-xs-12:not([data-snippet-control="block-bar"]) > .row > .col-xs-12:not([data-snippet-control="block-bar"]) {
  width: 100%;
}
.builder-block[data-block-type="mtd-resource-downloads"] > .col-xs-12:not([data-snippet-control="block-bar"]) > .row > .col-xs-12:last-child {
  display: none;
}
@media (max-width: 767px) {
  .builder-block[data-block-type="mtd-resource-downloads"] > .col-xs-12:not([data-snippet-control="block-bar"]) > .row {
    padding-left: 0px;
    padding-right: 0px;
  }
  .builder-block[data-block-type="mtd-resource-downloads"] > .col-xs-12:not([data-snippet-control="block-bar"]) > .row [data-block-type="text"] > .col-xs-12:not([data-snippet-control="block-bar"]) {
    padding-left: 2px;
    padding-right: 2px;
  }
  .builder-block[data-block-type="mtd-resource-downloads"] > .col-xs-12:not([data-snippet-control="block-bar"]) > .row [data-snippet-control="text"] {
    font-size: 12px;
    text-align: center;
  }
}
[data-block-type="file-download"] {
  /*border: 2px solid red;*/
}
[data-block-type="file-download"] [data-block-type="image-fixed-size"] {
  /*border: 2px solid blue;*/
  max-width: 36px !important;
}
[data-block-type="file-download"] [data-block-type="image-fixed-size"] > .col-xs-12 {
  padding-left: 0px;
}
[data-block-type="file-download"] [data-block-type="text"] {
  /*border: 2px solid green;*/
  text-align: left !important;
  padding-left: 36px !important;
  margin-top: -36px;
}
[data-snippet-control="download-link"] img {
  max-height: 64px;
  max-width: 64px;
}
.editing [data-block-type="file-download"] [data-block-type="image-fixed-size"] {
  max-width: 100% !important;
}
.editing [data-block-type="file-download"] [data-block-type="text"] {
  padding-left: 4px !important;
  margin-top: 0px !important;
}
#event-datetime-display,
#event-location-display {
  display: inline-block;
  color: #b7297d;
  font-weight: 700;
  font-size: 24px;
}
#event-datetime h3,
#event-location h3 {
  display: inline-block;
  color: #b7297d;
  font-weight: 700;
}
#event-datetime [data-snippet-control="edit-event-datetime"],
#event-location [data-snippet-control="edit-event-datetime"] {
  display: inline-block;
  margin-top: -10px;
  margin-left: 10px;
}
.linked-documents-loader {
  padding-left: 17px;
}
.linked-documents-loader label {
  margin-right: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .lwm-open-scorm-link,
  .lwm-open-document-link,
  .lwm-open-image-link {
    font-size: 13px;
  }
  .learning-content-container {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .learning-content-container .toolbar-button-group {
    padding-left: 8px;
  }
  .learning-content-container .toolbar-button-group .btn {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .learning-content-container {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .learning-content-container #view-container-toolbar {
    margin-left: 10px;
  }
  .learning-content-container #view-container-toolbar .toolbar-button-group {
    padding-left: 1px;
  }
  .learning-content-container #view-container-toolbar .toolbar-button-group .btn {
    padding-right: 3px;
    padding-left: 4px;
  }
  .learning-content-container .next-stop-row {
    display: none;
  }
  .mobile-linked-contents {
    border-bottom: 1px solid #b7297d;
  }
  .lwm-open-scorm-link,
  .lwm-open-document-link,
  .lwm-open-image-link {
    font-size: 13px;
  }
  #event-datetime-display {
    font-size: 24px;
    padding-top: 10px;
  }
}
#content-display-top .content-display-top-image-container {
  overflow: hidden;
}
#content-display-top .content-display-top-image-container button {
  margin-top: -70px;
  margin-left: 20px;
}
#content-display-top img {
  width: 100%;
}
.content-icons-col {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.learning-content-container .lwm-expert .btn {
  margin-top: 5px;
}
.lwm-course-certificate-print {
  position: relative;
  height: 807px;
}
.lwm-course-certificate-print .certificate-background-image {
  position: absolute;
  top: 0px;
  left: 0px;
}
.lwm-course-certificate-print .certificate-background-image img {
  max-width: 100%;
}
.lwm-course-certificate-print .certificate-topblock {
  padding: 0px;
  height: auto;
  position: relative;
  margin-left: 80px;
}
.lwm-course-certificate-print .certificate-topblock .certificate-logo-image {
  height: 200px;
}
.lwm-course-certificate-print .certificate-topblock .certificate-logo-image img {
  max-height: 100%;
}
.lwm-course-certificate-print .certificate-topblock .certificate-text {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
}
.lwm-course-certificate-print .certificate-topblock .certificate-text h2 {
  font-size: 65px;
  font-weight: 700;
  color: #1188FF;
  font-family: 'Arial Rounded MT', ArialRoundedMTBold;
  margin-bottom: 0px;
  margin-top: -30px;
}
.lwm-course-certificate-print .detailblock-container {
  padding-left: 160px;
}
.lwm-course-certificate-print .certificate-detailblock {
  padding: 0px;
  height: auto;
  position: relative;
  margin-top: 50px;
  border-left: 2px #1188FF solid;
  padding-left: 25px;
}
.lwm-course-certificate-print .certificate-detailblock .certificate-name {
  font-size: 80px;
  font-weight: 600;
  color: #1188FF;
  font-family: 'Freestyle Script', 'Noteworthy', 'Noteworthy-Bold', 'Bradley Hand ITC', 'BradleyHandITCTT-Bold';
}
.lwm-course-certificate-print .certificate-detailblock .certificate-text {
  font-size: 18px;
  font-weight: 500;
}
.lwm-course-certificate-print .certificate-detailblock .certificate-text.main {
  font-weight: 600;
  font-size: 22px;
}
.lwm-course-certificate-print .certificate-footerblock {
  padding: 0px;
  position: relative;
  padding-left: 340px;
  margin-top: 70px;
}
.lwm-course-certificate-print .certificate-footerblock .certificate-text {
  font-size: 18px;
  font-weight: 500;
  width: 50%;
  max-width: 180px;
  text-align: center;
}
.lwm-course-certificate-print .certificate-footerblock .certificate-text h3 {
  color: #1188FF;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.lwm-course-certificate-print .lwm-course-certificate-print-serial-number {
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  left: 10px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .lwm-course-certificate-print {
    height: 665px;
  }
  .lwm-course-certificate-print .certificate-topblock .certificate-logo-image {
    height: 180px;
  }
  .lwm-course-certificate-print .certificate-topblock .certificate-text h2 {
    font-size: 60px;
  }
  .lwm-course-certificate-print .certificate-detailblock {
    margin-top: 35px;
  }
  .lwm-course-certificate-print .certificate-detailblock .certificate-name {
    font-size: 70px;
  }
  .lwm-course-certificate-print .certificate-footerblock {
    padding-left: 290px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lwm-course-certificate-print {
    height: 510px;
  }
  .lwm-course-certificate-print .certificate-topblock .certificate-logo-image {
    height: 160px;
  }
  .lwm-course-certificate-print .certificate-topblock .certificate-text {
    font-size: 20px;
  }
  .lwm-course-certificate-print .certificate-topblock .certificate-text h2 {
    font-size: 50px;
  }
  .lwm-course-certificate-print .detailblock-container {
    padding-left: 150px;
  }
  .lwm-course-certificate-print .certificate-detailblock {
    margin-top: 24px;
  }
  .lwm-course-certificate-print .certificate-detailblock .certificate-text {
    font-size: 14px;
  }
  .lwm-course-certificate-print .certificate-detailblock .certificate-text.main {
    font-size: 16px;
  }
  .lwm-course-certificate-print .certificate-detailblock .certificate-name {
    font-size: 60px;
  }
  .lwm-course-certificate-print .certificate-footerblock {
    padding-left: 230px;
    margin-top: 20px;
  }
  .lwm-course-certificate-print .certificate-footerblock .certificate-text {
    font-size: 16px;
  }
  .lwm-course-certificate-print .certificate-footerblock .certificate-text h3 {
    font-size: 20px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .lwm-course-certificate-print {
    height: auto;
    width: 100%;
    max-width: 364px;
  }
  .lwm-course-certificate-print .certificate-topblock {
    margin-left: 40px;
  }
  .lwm-course-certificate-print .certificate-topblock .certificate-logo-image {
    height: 80px;
  }
  .lwm-course-certificate-print .certificate-topblock .certificate-text {
    font-size: 12px;
  }
  .lwm-course-certificate-print .certificate-topblock .certificate-text h2 {
    margin-top: -14px;
    margin-bottom: 0px;
    font-size: 16px;
  }
  .lwm-course-certificate-print .detailblock-container {
    padding-left: 72px;
  }
  .lwm-course-certificate-print .certificate-detailblock {
    margin-top: 12px;
    padding-left: 16px;
  }
  .lwm-course-certificate-print .certificate-detailblock .certificate-text {
    font-size: 10px;
    padding-right: 20px;
    margin-top: -10px;
  }
  .lwm-course-certificate-print .certificate-detailblock .certificate-text.main {
    font-size: 12px;
    margin-top: 0px;
  }
  .lwm-course-certificate-print .certificate-detailblock .certificate-name {
    font-size: 32px;
  }
  .lwm-course-certificate-print .certificate-footerblock {
    padding-left: 94px;
    margin-top: -8px;
  }
  .lwm-course-certificate-print .certificate-footerblock .certificate-text {
    font-size: 10px;
    max-width: 98px;
  }
  .lwm-course-certificate-print .certificate-footerblock .certificate-text h3 {
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 2px;
    margin-bottom: 0px;
  }
  .lwm-course-certificate-print .lwm-course-certificate-print-serial-number {
    left: 1px;
    bottom: 1px;
    font-size: 8px;
  }
}
@media print {
  .lwm-course-certificate-print {
    margin-bottom: 20px;
    width: 85%;
  }
  .lwm-course-certificate-print .certificate-topblock .certificate-text h2 {
    color: #1188FF !important;
  }
  .lwm-course-certificate-print .certificate-detailblock .certificate-name {
    color: #1188FF !important;
  }
  .lwm-course-certificate-print .lwm-course-certificate-print-serial-number {
    bottom: -95px !important;
    color: #555555 !important;
  }
}
#courses .alert {
  margin-left: 48px;
  margin-right: 52px;
}
.create-content-view .create-content-view-panel-group .panel {
  width: 100%;
  margin-bottom: 10px;
}
.create-content-view .create-content-view-panel-group .panel .panel-heading {
  text-transform: uppercase;
  height: 180px;
  background-color: dimgray;
  color: white;
  width: 100%;
  text-align: center;
  padding: 20px;
  margin-right: 10px;
  margin-left: 10px;
}
.create-content-view .create-content-view-panel-group .panel .panel-heading i.icon {
  font-size: 80px;
}
.create-content-view .create-content-view-panel-group .panel .panel-heading:hover {
  background-color: #1188FF;
}
.create-content-view .create-content-view-panel-group .panel .panel-title {
  font-weight: 600 !important;
}
.create-content-view .create-content-view-panel-group .btn.lwm-modal-option-btn {
  background-color: dimgray !important;
  border-radius: 0px 0px;
  height: 180px;
  border: none;
  padding-top: 20px;
  margin-bottom: 10px;
}
.create-content-view .create-content-view-panel-group .btn.lwm-modal-option-btn:hover {
  background-color: #1188FF !important;
}
.create-content-view .create-content-view-panel-group .group-sidebar {
  padding-right: 20px;
}
.create-content-view .create-content-view-panel-group .selected-panel .panel-heading {
  background-color: #1188FF;
  padding-right: 2px;
  margin: 0;
  padding: 50px 0px;
}
.create-content-view .back-button {
  text-transform: uppercase;
  color: black;
  padding-left: 20px;
  font-weight: 700;
}
.create-content-view .main-choices {
  margin-left: -10px;
  padding-right: 10px;
  padding-left: 0px;
}
.create-content-view .main-choices img {
  height: 82px;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.create-content-view .sub-choices img {
  height: 82px;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.create-content-view .sub-choices .panel-title {
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 18px;
}
.create-content-view .sub-choices i.icon {
  font-size: 80px;
}
#created-learning-container {
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-top: -50px;
  margin-left: 0px;
  margin-right: 0px;
}
#created-learning-container label.label-select-list {
  padding-top: 10px;
}
#created-learning-container .filter-buttons-row {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
#created-learning-container .filter-buttons-row .filter-buttons {
  padding-top: 5px;
}
#created-learning-container .filter-buttons-row #DeadlineDate {
  display: inline-block;
  width: auto;
  margin-left: 5px;
}
#created-learning-container.list-active .filter-buttons-row {
  display: block;
}
#created-learning-container .scheduling-area {
  display: none;
}
#created-learning-container.users-selected .scheduling-area {
  display: inline-block;
}
#created-learning-container .select-clear-btn-group {
  display: inline-block;
  margin-left: 20px;
}
#created-learning-container #users-list-container.show-scheduled .schedule-user.scheduled {
  display: table-row;
}
#created-learning-container #users-list-container.show-scheduled .schedule-user.unscheduled {
  display: none;
}
#created-learning-container #users-list-container.show-unscheduled .schedule-user.unscheduled {
  display: table-row;
}
#created-learning-container #users-list-container.show-unscheduled .schedule-user.scheduled {
  display: none;
}
#created-learning-container .form-group {
  margin-bottom: 10px;
}
#created-learning-container .inline-form-group {
  display: inline-block;
  padding-left: 10px;
}
#list .dashboard-header {
  margin-left: 10px;
}
.download-csv-link {
  text-transform: uppercase;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid lightgray;
}
.download-csv-link-solo {
  text-transform: uppercase;
}
a[data-snippet-control="show-more-detail"] {
  text-transform: uppercase;
}
[data-snippet-control="expander-control"] a {
  text-transform: uppercase;
}
.table.combined-filters tbody tr {
  display: none;
}
.table.filter-All tbody tr {
  display: table-row;
}
.table.filter-All:not(.filter-Archived) tr.row-Archived {
  display: none;
}
.table.filter-In_progress:not(.combined-filters) tbody tr {
  display: none;
}
.table.filter-In_progress tbody tr.row-In_progress {
  display: table-row;
}
.table.filter-In_progress:not(.filter-Archived) .row-In_progress.row-Archived {
  display: none;
}
.table.filter-Not_started:not(.combined-filters) tbody tr {
  display: none;
}
.table.filter-Not_started tbody tr.row-Not_started {
  display: table-row;
}
.table.filter-Not_started:not(.filter-Archived) .row-Not_started.row-Archived {
  display: none;
}
.table.filter-Overdue:not(.combined-filters) tbody tr {
  display: none;
}
.table.filter-Overdue tbody tr.row-Overdue {
  display: table-row;
}
.table.filter-Overdue:not(.filter-Archived) .row-Overdue.row-Archived {
  display: none;
}
.table.filter-Complete:not(.combined-filters) tbody tr {
  display: none;
}
.table.filter-Complete tbody tr.row-Complete {
  display: table-row;
}
.table.filter-Complete:not(.filter-Archived) .row-Complete.row-Archived {
  display: none;
}
.table.filter-Passed:not(.combined-filters) tbody tr {
  display: none;
}
.table.filter-Passed tbody tr.row-Passed {
  display: table-row;
}
.table.filter-Passed:not(.filter-Archived) .row-Passed.row-Archived {
  display: none;
}
.table.filter-Failed:not(.combined-filters) tbody tr {
  display: none;
}
.table.filter-Failed tbody tr.row-Failed {
  display: table-row;
}
.table.filter-Completed:not(.combined-filters) tbody tr {
  display: none;
}
.table.filter-Completed tbody tr.row-Completed {
  display: table-row;
}
.table.filter-Completed:not(.filter-Archived) .row-Completed.row-Archived {
  display: none;
}
.table.filter-Expired:not(.combined-filters) tbody tr {
  display: none;
}
.table.filter-Expired tbody tr.row-Expired {
  display: table-row;
}
.table.filter-Expired:not(.filter-Archived) .row-Expired.row-Archived {
  display: none;
}
.table.filter-Not_complete:not(.combined-filters) tbody tr {
  display: none;
}
.table.filter-Not_complete tbody tr.row-Not_complete {
  display: table-row;
}
.table.hide-administrator tbody tr.row-administrator {
  display: none;
}
.select-container {
  display: inline-block;
}
#wait-message-container {
  margin-top: 20px;
}
#wait-message-container .snippet-loading {
  margin-top: -18px;
}
[data-snippet-component="DemoReset"] .action-block {
  margin-top: 15px;
  border: 1px solid #dedede;
  padding: 20px;
}
[data-snippet-component="DemoReset"] .action-block .btn {
  margin-right: 20px;
  width: 200px;
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  [data-snippet-component="DemoReset"] .action-block {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  [data-snippet-component="DemoReset"] .action-block .btn {
    float: none;
  }
  [data-snippet-component="DemoReset"] .action-block h4 {
    float: left;
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  [data-snippet-component="DemoReset"] .action-block {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  [data-snippet-component="DemoReset"] .action-block .btn {
    float: none;
  }
  [data-snippet-component="DemoReset"] .action-block h4 {
    float: left;
    width: 100%;
    font-size: 14px;
  }
}
#modal-event-container {
  margin: 15px;
}
#modal-event-container .new-event-container {
  border-right: 1px solid #b7297d;
}
#modal-event-container .new-event-container form .btn {
  float: right;
}
#modal-event-container .new-event-container form input[type="date"] {
  width: 200px !important;
  display: inline-block;
}
#modal-event-container .new-event-container form label {
  display: block;
}
#modal-event-container .new-event-container form input[type="time"] {
  width: 100px !important;
  display: inline-block;
}
#modal-event-container .event-links-container h3 {
  margin-bottom: 20px;
}
#modal-event-container .event-links-container ul {
  list-style: none;
  padding-inline-start: 2px;
}
#modal-event-container .event-links-container .event-link {
  padding-bottom: 5px;
}
.btn-explore-tag-topic {
  background-color: #b7297d;
  /*border-color: #b7297d !important;*/
  color: white;
}
.btn-explore-tag-format {
  background-color: #3a4d55;
  /*border-color: #b7297d !important;*/
  color: white;
}
.btn-explore-tag-time {
  background-color: #88ca92;
  /*border-color: #b7297d !important;*/
  color: white;
}
.explore-tag-container {
  margin-left: 48px;
  margin-right: 52px;
  background-color: #e6e6e6;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 12px;
  display: flex;
  min-height: 55px;
}
.explore-tag-container .min-width-100 {
  min-width: 100%;
}
.explore-tag-container [data-snippet-control="ExploreSearch"] {
  width: 100%;
  background-color: #e6e6e6;
  display: inline-block;
}
.explore-tag-container [data-snippet-control="ExploreSearch"] .search-bar-top {
  width: 100%;
  max-width: unset;
  padding: 3px;
  margin-top: 0px;
  margin-bottom: -14px;
  border: 3px solid #b7297d;
}
.explore-tag-container [data-snippet-control="ExploreSearch"] .search-bar-top .btn {
  border-radius: 0;
}
.explore-tag-container-topics,
.explore-tag-container-subtopics,
.explore-tag-container-format,
.explore-tag-container-time {
  display: inline;
}
.explore-results-container .streamer-item-sm .streamer-item-body {
  background-color: #1188FF;
  color: white;
  text-align: center;
}
.explore-results-container .streamer-item-sm .streamer-item-title {
  font-weight: normal;
  font-size: 16px;
}
[data-snippet-control="NewContentFilter"] {
  color: #ff9700;
  background-color: #fff;
  border: 1px solid #ff9700;
}
[data-snippet-control="NewContentFilter"]:hover,
[data-snippet-control="NewContentFilter"].selected-tag:hover,
[data-snippet-control="NewContentFilter"]:focus:hover,
[data-snippet-control="NewContentFilter"].selected-tag:focus:hover {
  background-color: #ffeacc;
  color: #ff9700;
}
[data-snippet-control="NewContentFilter"]:focus,
[data-snippet-control="NewContentFilter"]:active {
  color: #ff9700;
  background-color: #fff;
  border: 1px solid #ff9700;
}
[data-snippet-control="NewContentFilter"].selected-tag,
[data-snippet-control="NewContentFilter"].selected-tag:active,
[data-snippet-control="NewContentFilter"].selected-tag:focus {
  background-color: #ff9700;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .explore-tag-container {
    padding: 10px 0px;
  }
  .explore-tag-container .row {
    margin-left: -5px;
  }
  .explore-tag-container .explore-tag-container-topics {
    display: block;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .explore-tag-container .search-bar-top {
    max-width: 650px !important;
  }
}
@media (max-width: 767px) {
  .explore-tag-container {
    padding: 10px 0px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .explore-tag-container .explore-tag-container-topics {
    display: block;
    margin-top: 20px;
  }
  .explore-tag-container .search-bar-top {
    max-width: 350px !important;
  }
}
#IconMediaFK-gallery [data-snippet-control="UploadFromMediaPKOnSelect"] {
  min-height: 114px;
  height: auto;
  max-height: 150px;
}
.page-form {
  padding: 20px 15px;
}
.page-form .form-label {
  margin-left: 2px;
  font-weight: 600;
  margin-bottom: 2px;
}
.page-form input,
.page-form select {
  margin-bottom: 10px;
}
.page-form button[type="submit"] {
  margin-top: 10px;
}
.breadcrumb {
  background-color: transparent !important;
}
.lwm-heading[data-lwm-heading-type="Group"] h1,
.lwm-heading[data-lwm-heading-type="GroupQuestion"] h1,
.lwm-heading[data-lwm-heading-type="UserProfile"] h1 {
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 48px;
}
.lwm-heading[data-lwm-heading-type="Group"] .lwm-row-contains-table,
.lwm-heading[data-lwm-heading-type="GroupQuestion"] .lwm-row-contains-table,
.lwm-heading[data-lwm-heading-type="UserProfile"] .lwm-row-contains-table {
  background-color: #1188FF !important;
}
@media (max-width: 767px) {
  .lwm-heading[data-lwm-heading-type="UserProfile"] h1 {
    height: 36px !important;
  }
}
.lwm-heading[data-lwm-heading-type="Learn"],
.lwm-heading[data-lwm-heading-type="LearningTopic"],
.lwm-heading[data-lwm-heading-type="Content"],
.lwm-heading[data-lwm-heading-type="Courses"],
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] {
  border-bottom: none;
}
.lwm-heading[data-lwm-heading-type="Learn"] .col-xs-12,
.lwm-heading[data-lwm-heading-type="LearningTopic"] .col-xs-12,
.lwm-heading[data-lwm-heading-type="Content"] .col-xs-12,
.lwm-heading[data-lwm-heading-type="Courses"] .col-xs-12,
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .col-xs-12 {
  padding-left: 10px;
}
.lwm-heading[data-lwm-heading-type="Learn"] .lwm-heading-image,
.lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-heading-image,
.lwm-heading[data-lwm-heading-type="Content"] .lwm-heading-image,
.lwm-heading[data-lwm-heading-type="Courses"] .lwm-heading-image,
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-heading-image {
  visibility: hidden;
}
.lwm-heading[data-lwm-heading-type="Learn"] .lwm-heading-image-with-fallback,
.lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-heading-image-with-fallback,
.lwm-heading[data-lwm-heading-type="Content"] .lwm-heading-image-with-fallback,
.lwm-heading[data-lwm-heading-type="Courses"] .lwm-heading-image-with-fallback,
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-heading-image-with-fallback {
  width: 0px !important;
}
.lwm-heading[data-lwm-heading-type="Learn"] .lwm-heading-title,
.lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-heading-title,
.lwm-heading[data-lwm-heading-type="Content"] .lwm-heading-title,
.lwm-heading[data-lwm-heading-type="Courses"] .lwm-heading-title,
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-heading-title {
  height: auto;
}
.lwm-heading[data-lwm-heading-type="Learn"] h1,
.lwm-heading[data-lwm-heading-type="LearningTopic"] h1,
.lwm-heading[data-lwm-heading-type="Content"] h1,
.lwm-heading[data-lwm-heading-type="Courses"] h1,
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] h1 {
  background-color: transparent;
  color: #fff !important;
  height: auto;
  padding: 10px 0px 10px 0px;
  vertical-align: middle;
  width: 100% !important;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lwm-heading[data-lwm-heading-type="Learn"] .lwm-heading-title h1,
  .lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-heading-title h1,
  .lwm-heading[data-lwm-heading-type="Content"] .lwm-heading-title h1,
  .lwm-heading[data-lwm-heading-type="Courses"] .lwm-heading-title h1,
  .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-heading-title h1 {
    margin: 0px -15px 20px -15px;
    width: 100% !important;
    background-color: #1188FF;
  }
  .lwm-heading[data-lwm-heading-type="Learn"] .lwm-heading-title h1 .lwm-data-language-selector,
  .lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-heading-title h1 .lwm-data-language-selector,
  .lwm-heading[data-lwm-heading-type="Content"] .lwm-heading-title h1 .lwm-data-language-selector,
  .lwm-heading[data-lwm-heading-type="Courses"] .lwm-heading-title h1 .lwm-data-language-selector,
  .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-heading-title h1 .lwm-data-language-selector {
    display: none;
  }
}
/* override h1 for editing */
.editing .lwm-heading[data-lwm-heading-type="Learn"] h1,
.editing .lwm-heading[data-lwm-heading-type="LearningTopic"] h1,
.editing .lwm-heading[data-lwm-heading-type="Content"] h1,
.editing .lwm-heading[data-lwm-heading-type="Courses"] h1,
.editing .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] h1 {
  width: 55% !important;
  overflow: hidden;
}
.lwm-heading[data-lwm-heading-type="Content"] {
  border-bottom: 1px solid #1188FF;
}
.lwm-heading[data-lwm-heading-type="Learn"] .lwm-row-contains-table,
.lwm-heading[data-lwm-heading-type="Courses"] .lwm-row-contains-table {
  margin-top: -82px;
}
.lwm-heading[data-lwm-heading-type="Learn"] .lwm-row-contains-table > .col-xs-12 > .btn.snippet-toggle-editing,
.lwm-heading[data-lwm-heading-type="Courses"] .lwm-row-contains-table > .col-xs-12 > .btn.snippet-toggle-editing {
  position: absolute;
  top: 11px;
  right: 15px;
}
@media (max-width: 767px) {
  .lwm-heading[data-lwm-heading-type="Learn"] .lwm-row-contains-table,
  .lwm-heading[data-lwm-heading-type="Courses"] .lwm-row-contains-table {
    margin-top: -56px;
  }
  .lwm-heading[data-lwm-heading-type="Learn"] .lwm-row-contains-table > .col-xs-12 > .btn.snippet-toggle-editing,
  .lwm-heading[data-lwm-heading-type="Courses"] .lwm-row-contains-table > .col-xs-12 > .btn.snippet-toggle-editing {
    top: 102px;
    left: 15px;
  }
}
.lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-row-contains-table,
.lwm-heading[data-lwm-heading-type="Content"] .lwm-row-contains-table,
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-row-contains-table {
  background-color: transparent !important;
  height: 56px;
  border: none !important;
  padding-top: 0px;
  margin-top: -13px;
}
.lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-row-contains-table > .col-xs-12 > .btn.snippet-toggle-editing,
.lwm-heading[data-lwm-heading-type="Content"] .lwm-row-contains-table > .col-xs-12 > .btn.snippet-toggle-editing,
.lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-row-contains-table > .col-xs-12 > .btn.snippet-toggle-editing {
  position: absolute;
  top: 4px;
  right: 15px;
}
@media (max-width: 767px) {
  .lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-row-contains-table,
  .lwm-heading[data-lwm-heading-type="Content"] .lwm-row-contains-table,
  .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-row-contains-table {
    margin-top: -3px;
  }
  .lwm-heading[data-lwm-heading-type="LearningTopic"] .lwm-row-contains-table > .col-xs-12 > .btn.snippet-toggle-editing,
  .lwm-heading[data-lwm-heading-type="Content"] .lwm-row-contains-table > .col-xs-12 > .btn.snippet-toggle-editing,
  .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] .lwm-row-contains-table > .col-xs-12 > .btn.snippet-toggle-editing {
    top: 80px;
    left: 15px;
    z-index: 9;
  }
}
@media (max-width: 767px) {
  .editing .lwm-heading[data-lwm-heading-type="LearningTopic"] h1,
  .editing .lwm-heading[data-lwm-heading-type="Content"] h1,
  .editing .lwm-heading[data-lwm-heading-type="LearningTopicCourse"] h1 {
    padding-top: 0px;
  }
}
.snippet-tags {
  border-top: 1px solid #1188FF;
  padding-top: 6px;
  margin-right: -3px;
  padding-left: 14px;
  padding-right: 15px;
}
.snippet-tags.empty-tags {
  border-top: 0px;
}
@media (max-width: 767px) {
  .snippet-tags {
    padding-top: 0px;
  }
}
.snippet-tag-btn {
  margin-bottom: 4px !important;
}
.non-modal-streamer-view .header-progress {
  width: 550px;
  position: absolute;
  right: 45px;
  top: 150px;
}
.non-modal-streamer-view .sub-header {
  margin-bottom: 20px;
  display: inline-block;
}
.non-modal-streamer-view .sub-header [data-snippet-component="Schedules_SaveToCalendar"] {
  display: inline-block;
}
.non-modal-streamer-view .sub-header [data-snippet-component="Schedules_SaveToCalendar"] .icon {
  font-size: 20px;
  margin-left: 10px;
  position: relative;
  top: 5px;
}
.non-modal-streamer-view .sub-header [data-snippet-component="Schedules_SaveToCalendar"] .calendar-text {
  font-weight: 600;
}
.non-modal-streamer-view .sub-header [data-snippet-component="Schedules_SaveToCalendar"] #save-dates-to-calendar {
  display: none;
  position: absolute;
  z-index: 9;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #000;
  margin-top: -20px;
}
.non-modal-streamer-view .sub-header [data-snippet-component="Schedules_SaveToCalendar"] #save-dates-to-calendar ul {
  list-style-type: none;
  padding-left: 10px;
}
.non-modal-streamer-view .sub-header [data-snippet-component="Schedules_SaveToCalendar"] #save-dates-to-calendar ul .icon {
  margin-right: 10px;
}
.non-modal-streamer-view .sub-header [data-snippet-component="Schedules_SaveToCalendar"] #save-dates-to-calendar ul .appointment-date {
  margin-top: 10px;
}
.non-modal-streamer-view .sub-header [data-snippet-component="Schedules_SaveToCalendar"] #save-dates-to-calendar #close-appointment-dates {
  float: right;
}
.non-modal-streamer-view .btn-group {
  margin-right: 20px;
}
.tags-display {
  padding-left: 15px;
  height: auto;
  min-height: 30px;
  border-top: 1px solid #1188FF;
}
.tags-display .tag {
  background-color: #959595;
  margin: -1px 5px 4px 5px !important;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .non-modal-streamer-view .header-progress {
    width: 224px;
    top: 155px;
    right: 50px;
  }
}
@media (max-width: 767px) {
  .non-modal-streamer-view .header-progress {
    width: 84%;
    right: 8%;
    top: 66px;
  }
  .non-modal-streamer-view .journey-summary {
    margin-left: 15px;
    margin-right: 15px;
  }
  .breadcrumb {
    white-space: nowrap;
    overflow: hidden;
  }
  .breadcrumb > .active {
    display: none;
  }
  .btn.snippet-toggle-editing[data-snippet-edit-label="Reorder"] {
    margin-top: 55px;
  }
  .top-header-body .lwm-admin-button #view-container-toolbar .btn {
    font-size: 10px;
  }
}
.help-text-container {
  margin-left: 50px;
  margin-right: 50px;
}
.help-text-container .icon {
  color: #959595;
  margin-left: 10px;
  margin-right: 10px;
  background: #fff;
}
.help-text-container a {
  text-decoration: underline;
  font-weight: 700;
}
@media (max-width: 767px) {
  .help-text-container .lwm-alert-help {
    line-height: 1.7;
  }
}
.lwm-body-container > .container-fluid {
  padding-left: 4px;
  padding-right: 4px;
}
.home-modules-container {
  margin-top: 10px;
}
.home-modules-container .home-module-button {
  width: 100%;
  text-align: left;
  margin: 2px;
}
.home-modules-container .home-module-button .snippet-sortable-handle {
  display: inline;
  margin-right: 10px;
  font-size: 20px;
}
.home-modules-container .home-module-button .home-module-button-text {
  display: inline;
  color: #1188FF;
  font-weight: 600;
  font-size: 20px;
  line-height: 31px;
}
.home-modules-container .home-module-button .key-container {
  display: inline;
}
.home-modules-container form {
  display: inline-block;
  width: 100%;
}
.home-modules-container form label {
  margin-top: 0px;
}
.home-modules-container form .form-control {
  display: inline-block;
}
.home-modules-container form input {
  margin-right: 20px;
  margin-left: 10px;
}
.home-modules-container form input[type="checkbox"] {
  margin: 8px 20px 0px 10px;
}
.home-modules-container form input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(2);
  /* IE */
  -moz-transform: scale(2);
  /* FF */
  -webkit-transform: scale(2);
  /* Safari and Chrome */
  -o-transform: scale(2);
  /* Opera */
  transform: scale(2);
  padding: 10px;
}
.home-modules-container form .display-size-selected {
  background-color: #1188FF;
  color: #fff;
}
.home-modules-container form .display-size-button:focus {
  background-color: #1188FF !important;
  color: #fff !important;
}
.home-modules-container .child-home-module-container {
  padding-top: 50px;
  margin-left: 35px;
  margin-right: 35px;
}
.home-modules-container .child-home-module-container .child-home-module {
  display: inline;
}
.home-modules-container .child-home-module-container .child-home-module .home-module-button-text {
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-modules-container form label {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .home-modules-container form label {
    font-size: 12px;
  }
}
.launch-section-info p,
.launch-section-paragraph {
  font-size: 20px;
}
.launch-section-info .journey-launch-label {
  color: #b7297d;
}
lwm-body.journey-step-container {
  padding: 10px 50px;
  background-color: white;
}
lwm-body.journey-step-container .nav-tabs {
  background-color: white;
}
.lwm-subview-navigation-custom div {
  cursor: pointer;
}
.clickable {
  cursor: pointer;
}
.journey-course-builder {
  background-color: #fff;
}
.journey-course-builder .nav-tabs {
  background-color: #fff;
}
.journey-course-builder #users-list-container {
  border: none;
}
.journey-course-builder #journey-course-editor-detail {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  /*        #frequency-container {
            .btn-group {
                .btn {
                    border-radius: 4px !important;
                    border-width: 2px;
                    width: 110px;
                }
            }
        }
*/
}
.journey-course-builder #journey-course-editor-detail .snippet-html-editor-toolbar {
  display: none;
}
.journey-course-builder #journey-course-editor-detail .journey-course-editor-header h4 {
  color: #1188FF;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #1188FF;
}
.journey-course-builder #journey-course-editor-detail .streaming-container-vertical {
  margin-left: 0px;
  margin-right: 0px;
}
.journey-course-builder #journey-course-editor-detail label {
  margin-top: 5px;
}
.journey-course-builder #journey-course-editor-detail [data-snippet-component="PublishStateAlert_Shared_PublishStateAlert"] {
  margin-bottom: 20px;
}
.journey-course-builder #journey-course-editor-detail [data-snippet-component="PublishStateAlert_Shared_PublishStateAlert"] .snippet-show-when-editing {
  display: block !important;
}
.journey-course-builder #journey-course-editor-detail .tags-row .container-like-text-box {
  border: 2px solid #eaeaea;
  padding: 10px 0px;
  height: auto;
  overflow: hidden;
}
.journey-course-builder #journey-course-editor-detail .tags-row .container-like-text-box .snippet-tags {
  border: none;
}
.journey-course-builder #journey-course-editor-detail .tags-row .container-like-text-box .snippet-tags input.tags-input {
  display: initial !important;
  border: none;
}
.journey-course-builder #journey-course-editor-detail .tags-row .container-like-text-box .snippet-tags .tag .remove {
  display: initial !important;
}
.journey-course-builder #journey-course-editor-detail .journey-summary {
  margin-left: 0px;
  margin-right: 0px;
}
.journey-course-builder #journey-course-editor-detail .journey-summary .journey-schedule-text .purple {
  color: #BC3883;
  font-weight: bold;
  padding-bottom: 10px;
}
.journey-course-builder #journey-course-editor-detail .journey-summary .journey-schedule-text p {
  font-size: 18px;
  margin-bottom: 0px;
}
.journey-course-builder #journey-course-editor-detail .scheduling-options-container {
  text-align: center;
}
.journey-course-builder #journey-course-editor-detail .scheduling-options-container .btn {
  width: 200px;
  font-size: 18px;
}
.journey-course-builder #journey-course-editor-detail .scheduling-options-container .btn-default {
  color: #1188FF;
  font-weight: 700;
}
.journey-course-builder #journey-course-editor-detail .scheduling-options-container .btn-default:hover {
  background-color: #44a1ff !important;
  border-color: #44a1ff !important;
  color: #fff !important;
}
.journey-course-builder #journey-course-editor-detail .scheduling-options-container .btn-default.active,
.journey-course-builder #journey-course-editor-detail .scheduling-options-container .btn-default:active,
.journey-course-builder #journey-course-editor-detail .scheduling-options-container .btn-default:focus {
  background-color: #1188FF !important;
  border-color: #1188FF !important;
  color: #fff;
}
.journey-course-builder #journey-course-editor-detail .scheduling-options-container .scheduling-option {
  display: inline-block;
  margin: 10px;
}
.journey-course-builder #journey-course-editor-detail .schedule-question-text {
  font-weight: bold;
  font-size: 17px;
  padding-top: 10px;
}
.journey-course-builder #journey-course-editor-detail .selector-button-group .btn,
.journey-course-builder #journey-course-editor-detail .selector-button-group .btn-default {
  border-color: #1188FF;
  color: #1188FF;
}
.journey-course-builder #journey-course-editor-detail .selector-button-group .btn.active,
.journey-course-builder #journey-course-editor-detail .selector-button-group .btn-default.active,
.journey-course-builder #journey-course-editor-detail .selector-button-group .btn:active,
.journey-course-builder #journey-course-editor-detail .selector-button-group .btn-default:active,
.journey-course-builder #journey-course-editor-detail .selector-button-group .btn:focus,
.journey-course-builder #journey-course-editor-detail .selector-button-group .btn-default:focus {
  background-color: #1188FF !important;
  color: #fff !important;
}
.journey-course-builder .journey-course-navigation {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .journey-course-builder .list-filters {
    padding-top: 20px;
  }
  .journey-course-builder .streaming-container-vertical {
    margin-left: 0px;
    margin-right: 0px;
  }
  .journey-course-builder #journey-course-editor-detail {
    padding-left: 20px;
    padding-right: 20px;
  }
  .journey-course-builder #journey-course-editor-detail .schedule-question-text {
    font-size: 13px;
  }
  .journey-course-builder .journey-course-navigation {
    padding-left: 20px;
    padding-right: 20px;
  }
  .journey-course-builder .schedule-form-container {
    margin: 0px;
    padding: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .journey-course-builder .list-filters {
    padding-top: 20px;
  }
  .journey-course-builder .streaming-container-vertical {
    margin-left: 0px;
    margin-right: 0px;
  }
  .journey-course-builder #journey-course-editor-detail {
    padding-left: 10px;
    padding-right: 10px;
  }
  .journey-course-builder #journey-course-editor-detail .schedule-question-text {
    font-size: 13px;
  }
  .journey-course-builder .journey-course-navigation {
    padding-left: 20px;
    padding-right: 20px;
  }
  .journey-course-builder .schedule-form-container {
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .journey-course-builder .streaming-container-vertical {
    margin-left: 0px;
    margin-right: 0px;
  }
  .journey-course-builder #journey-course-editor-detail .journey-course-editor-header h4 {
    font-size: 12px;
  }
}
.btn-secondary {
  background-color: #b7297d !important;
  border-color: #b7297d !important;
}
.btn-secondary:hover {
  background-color: #cc2e8b !important;
  border-color: #cc2e8b !important;
}
.btn-secondary:focus {
  background-color: #b7297d !important;
  border-color: #b7297d !important;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-color: #a62572 !important;
  border-color: #a62572 !important;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  background-color: #a62572 !important;
  border-color: #a62572 !important;
}
.navbar-fixed-top {
  background-color: black;
  color: white;
  max-height: 56px;
}
.navbar-fixed-top a {
  color: white;
}
.navbar-fixed-top li a {
  padding: 16px 10px !important;
}
.navbar-fixed-top li a:focus {
  background-color: #1188FF;
}
.navbar-fixed-top li a:active {
  background-color: #1188FF;
}
.navbar-fixed-top li a:hover {
  background-color: #1188FF;
}
.navbar-fixed-top li.active {
  border-bottom: 2px solid #1188FF;
}
.navbar-fixed-top li.active a:focus {
  background-color: #1188FF;
}
.navbar-fixed-top li.active a:active {
  background-color: #1188FF;
}
.navbar-fixed-top li.active a:hover {
  background-color: #1188FF;
}
.navbar-fixed-top .page-title {
  margin-right: 10px;
  margin-left: 5px;
}
.navbar-fixed-top .page-title h2 {
  font-size: 18px;
}
.navbar-fixed-top .lwm-user-nav {
  font-size: inherit;
}
.navbar-fixed-top .lwm-user-nav-text {
  display: none;
  font-size: inherit;
}
.navbar-fixed-top .lwm-user-nav-text-not-signed-in {
  display: inline !important;
}
.navbar-fixed-top .lwm-user-nav a {
  height: inherit;
}
.navbar-fixed-top .lwm-user-nav .lwm-icon-stack {
  font-size: inherit;
  width: 18px;
  height: 18px;
  border: none;
  line-height: 18px;
}
.navbar-fixed-top .lwm-user-nav .lwm-icon-stack {
  max-width: 18px;
  max-height: 18px;
}
.navbar-fixed-top .lwm-user-nav img {
  width: 100%;
  height: 100%;
}
.navbar-fixed-top .lwm-logout {
  font-size: 9px;
}
.navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-fixed-top .lwm-get-help-link {
  margin-right: 20px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-fixed-top li a {
    padding: 16px 5px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-fixed-top .page-title {
    margin-right: 5px;
  }
  .navbar-fixed-top li a {
    font-size: 11px;
    padding: 16px 5px !important;
  }
  .navbar-fixed-top .flag {
    display: block;
  }
  .navbar-fixed-top .dropdown-toggle {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top li a {
    padding: 16px 7px !important;
  }
  .navbar-fixed-top .page-title {
    padding-left: 10px;
    margin-left: 10px;
  }
  .navbar-fixed-top .navbar-brand {
    margin-left: 5px;
    float: left;
  }
  .navbar-fixed-top .navbar-toggle {
    margin-right: 5px;
  }
  .navbar-fixed-top .nav li {
    display: block;
  }
  .navbar-fixed-top .nav li.active {
    background-color: #3d3c3c;
  }
  .navbar-fixed-top .lwm-user-nav li a {
    margin-top: 0px !important;
    padding-top: 3px !important;
  }
  .navbar-fixed-top .lwm-user-nav li a.lwm-get-help-link,
  .navbar-fixed-top .lwm-user-nav li a.dropdown-toggle {
    padding-top: 6px !important;
    padding-right: 18px !important;
    margin-right: 0px !important;
  }
  .navbar-fixed-top .lwm-logout,
  .navbar-fixed-top .lwm-expert {
    padding-top: 10px !important;
  }
  .navbar-fixed-top .lwm-icon-image {
    margin-top: 0px;
    margin-right: 2px !important;
  }
  .navbar-fixed-top #logoutForm {
    padding: 0px;
  }
  .navbar-fixed-top .lwm-me-language-container {
    right: 48px;
  }
  .navbar-fixed-top .lwm-language-selector {
    margin-top: 2px;
    margin-right: 0px !important;
    margin-left: -10px !important;
  }
  .navbar-fixed-top .lwm-logo-sidebar,
  .navbar-fixed-top .am-logo {
    height: 40px;
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    /*background-size: 40% !important;*/
    background-position-x: 10px;
  }
  .navbar-fixed-top .open .dropdown-menu {
    left: -238px;
  }
}
/*.snippet-loading-container {
    position: relative;
    width: 100%;
    min-width: 48px;
}*/
.main-content {
  padding-top: 4px;
  /*background-color: white;*/
  min-height: 90%;
}
.lwm-body-container {
  padding-top: 34px;
}
.lwm-body-container .container {
  /*height: 100%;*/
}
.navbar-brand {
  float: none;
}
.navbar-brand,
.lwm-logo-topbar {
  background-size: 90% !important;
}
.full-width-header {
  position: absolute;
  background-color: #1188FF;
  height: 55px;
  width: 100%;
  top: 60px;
  left: 0px;
  display: none;
}
@media (max-width: 767px) {
  .container-fluid .navbar-collapse {
    margin-right: -5px;
    background: #000;
  }
  .container-fluid .navbar-collapse .navbar-nav {
    margin: 0px 0px !important;
  }
  .navbar-fixed-top .nav.lwm-user-nav li.active {
    background-color: transparent;
  }
  .navbar-fixed-top .nav.lwm-user-nav a {
    height: 40px !important;
  }
}
.startview-background {
  background-image: url('/Images/skillshub/PageBackgrounds/yhutZ8MSSTSUOMuKHefW_innerbg1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100%;
}
.nav-home {
  background-color: transparent !important;
}
.nav-home .navbar-nav > li > a {
  color: #dedede;
}
.nav-home-scroll {
  background-color: #000 !important;
}
.nav-home-scroll .navbar-nav > li > a {
  color: #dedede;
}
.startview-home {
  background-image: url('/Images/skillshub/PageBackgrounds/yhutZ8MSSTSUOMuKHefW_innerbg1DARK.jpg');
}
#SkillsHub-Start {
  text-align: center;
  color: #fff !important;
  margin-top: 21%;
}
#SkillsHub-Start h1 {
  font-size: 52px;
  font-weight: 700;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.53);
}
#SkillsHub-Start h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.53);
}
#SkillsHub-Start .btn {
  margin: 10px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #SkillsHub-Start h1 {
    font-size: 40px;
    line-height: 48px;
  }
  #SkillsHub-Start h2 {
    font-size: 20px;
    margin-top: 60px;
  }
  #SkillsHub-Start .btn {
    margin-top: 15px;
    font-size: 22px;
  }
}
.skillshub-footer {
  text-align: center;
  border-top: 1px solid #dedede;
  margin-top: 50px;
  margin-left: 20%;
  margin-right: 20%;
}
.skillshub-footer img {
  max-width: 120px;
}
@media (max-width: 767px) {
  .skillshub-footer img {
    max-width: 60px;
  }
}
.playlist-topics-container .dashboard-header {
  display: none;
  clear: both;
}
.playlist-topics-container .manage-playlist-buttons {
  margin-top: -38px;
  float: right;
}
.playlist-topics-container .lwm-tile-identifier-container {
  display: block !important;
  right: 20px;
  bottom: 40px;
}
.playlist-modal {
  /*.modal-icon {
        display: none;
    }*/
}
.playlist-modal .modal-body {
  padding: 5px 0px;
}
.playlist-modal .modal-body .modal-sub-header h4 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  background-color: #1188FF;
  width: 100%;
  padding: 10px;
}
.search-bar-top-results {
  position: absolute;
  z-index: 50000;
  background-color: white;
  max-height: 300px;
  overflow-y: auto;
  width: 450px;
  top: 50px;
  left: 418px;
  min-height: 60px;
}
.search-bar-top-results .tile-controls-container {
  display: none;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .search-bar-top-results {
    top: 50px;
    left: 389px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .search-bar-top-results {
    top: 50px;
    left: 333px;
  }
}
@media (max-width: 767px) {
  .search-bar-top-results {
    display: none;
  }
}
.search-items-see-all {
  text-transform: uppercase;
  width: 100%;
  text-align: right;
  padding-bottom: 8px;
  padding-right: 8px;
}
/* common format wherever we show the ask the expert button */
.lwm-expert {
  font-size: 9px;
}
.lwm-expert .skillshub-icon {
  height: 18px;
  width: 18px;
  margin-right: 4px;
}
.editing .lwm-playlist-group-toolbar {
  margin-top: -50px !important;
}
@media (max-width: 767px) {
  .container-fluid .navbar-collapse {
    margin-left: -5px;
  }
  .container-fluid .navbar-collapse .icon {
    margin-right: 5px;
  }
  .container-fluid .navbar-collapse .lwm-logout,
  .container-fluid .navbar-collapse .lwm-expert {
    text-align: center;
  }
}
#marketplace-link .lwm-embed-responsive-container {
  max-width: unset;
}
#marketplace-link .lwm-embed-responsive-container .embed-responsive {
  padding-bottom: 2220px;
}
@media (max-width: 1240px) {
  #marketplace-link .lwm-embed-responsive-container .embed-responsive {
    padding-bottom: 2300px;
  }
}
@media (max-width: 1024px) {
  #marketplace-link .lwm-embed-responsive-container .embed-responsive {
    padding-bottom: 2930px;
  }
}
@media (max-width: 600px) {
  #marketplace-link .lwm-embed-responsive-container .embed-responsive {
    padding-bottom: 3210px;
  }
}
@media (max-width: 330px) {
  #marketplace-link .lwm-embed-responsive-container .embed-responsive {
    padding-bottom: 3460px;
  }
}
#add-learning-modal .modal-dialog,
.modal-extra-large .modal-dialog {
  width: 95% !important;
  margin-left: 20px;
  margin-right: 20px;
}
#add-learning-modal .explore-tag-container,
.modal-extra-large .explore-tag-container {
  margin-left: 0px !important;
  margin-right: -4px !important;
}
@media (max-width: 767px) {
  #add-learning-modal .modal-body,
  .modal-extra-large .modal-body {
    padding-left: 0px;
    padding-right: 0px;
  }
  #add-learning-modal .modal-body .streaming-container-vertical,
  .modal-extra-large .modal-body .streaming-container-vertical {
    margin-left: 20px;
    margin-right: 20px;
  }
  #add-learning-modal .modal-body .streaming-container .scrollable-area,
  .modal-extra-large .modal-body .streaming-container .scrollable-area {
    margin-left: 38px;
    margin-right: 38px;
  }
  #add-learning-modal .explore-tag-container,
  .modal-extra-large .explore-tag-container {
    margin: 25px !important;
  }
}
.modal-body-tabs {
  padding-top: 0px;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #f0f0f0;
}
.modal-body-tabs .lwm-body-styled-with-tabs {
  padding-top: 10px !important;
}
.modal-body-tabs .streaming-container-vertical {
  margin-left: 0px;
  margin-right: 8px;
}
.explore-in-place-learning .breadcrumb {
  padding-left: 48px !important;
}
.modal[data-snippet-edit-for="Name"] .form-group {
  margin-bottom: 10px;
}
[data-snippet-component="AccountManagement_Join"] .panel-heading h1 {
  color: #1188FF;
  font-weight: 600;
}
#explore-topics-progress-modal .modal-body {
  padding-top: 5px;
}
#explore-topics-progress-modal .header-details {
  margin-bottom: -30px;
}
.navbar,
.navbar-fixed-top,
[data-snippet-control="ExploreSearch"] {
  background-color: white;
  color: #1188FF;
  max-height: 60px;
}
.navbar a,
.navbar-fixed-top a,
[data-snippet-control="ExploreSearch"] a {
  color: #1188FF;
}
.navbar li,
.navbar-fixed-top li,
[data-snippet-control="ExploreSearch"] li,
.navbar li.active,
.navbar-fixed-top li.active,
[data-snippet-control="ExploreSearch"] li.active {
  border: none;
}
.navbar li a:hover,
.navbar-fixed-top li a:hover,
[data-snippet-control="ExploreSearch"] li a:hover,
.navbar li.active a:hover,
.navbar-fixed-top li.active a:hover,
[data-snippet-control="ExploreSearch"] li.active a:hover,
.navbar li a:focus,
.navbar-fixed-top li a:focus,
[data-snippet-control="ExploreSearch"] li a:focus,
.navbar li.active a:focus,
.navbar-fixed-top li.active a:focus,
[data-snippet-control="ExploreSearch"] li.active a:focus {
  background-color: transparent;
  color: #006edd;
}
.navbar i.icon.flag,
.navbar-fixed-top i.icon.flag,
[data-snippet-control="ExploreSearch"] i.icon.flag {
  display: inline-block;
}
.navbar .btn i.icon,
.navbar-fixed-top .btn i.icon,
[data-snippet-control="ExploreSearch"] .btn i.icon {
  display: inline-block;
}
.navbar .page-title h2,
.navbar-fixed-top .page-title h2,
[data-snippet-control="ExploreSearch"] .page-title h2 {
  display: none;
}
.navbar .navbar-brand.lwm-logo.lwm-logo-topbar,
.navbar-fixed-top .navbar-brand.lwm-logo.lwm-logo-topbar,
[data-snippet-control="ExploreSearch"] .navbar-brand.lwm-logo.lwm-logo-topbar {
  display: inline-block;
  height: 60px;
  width: 112px;
  margin-left: 10px;
}
.navbar .lwm-navbar-items,
.navbar-fixed-top .lwm-navbar-items,
[data-snippet-control="ExploreSearch"] .lwm-navbar-items {
  margin-top: 6px;
}
.navbar .navbar-right,
.navbar-fixed-top .navbar-right,
[data-snippet-control="ExploreSearch"] .navbar-right {
  margin-top: 6px;
}
.navbar .lwm-user-nav.navbar-right,
.navbar-fixed-top .lwm-user-nav.navbar-right,
[data-snippet-control="ExploreSearch"] .lwm-user-nav.navbar-right {
  margin-left: 18px;
  margin-top: 12px;
}
.navbar .lwm-logout,
.navbar-fixed-top .lwm-logout,
[data-snippet-control="ExploreSearch"] .lwm-logout,
.navbar .lwm-login,
.navbar-fixed-top .lwm-login,
[data-snippet-control="ExploreSearch"] .lwm-login {
  margin-right: 18px;
  padding-top: 12px !important;
}
.navbar .lwm-expert,
.navbar-fixed-top .lwm-expert,
[data-snippet-control="ExploreSearch"] .lwm-expert {
  padding-top: 12px !important;
}
.navbar .navbar-toggle .icon-bar,
.navbar-fixed-top .navbar-toggle .icon-bar,
[data-snippet-control="ExploreSearch"] .navbar-toggle .icon-bar {
  background-color: #333333;
}
.navbar .sidebar-nav-item-dot-dot-dot,
.navbar-fixed-top .sidebar-nav-item-dot-dot-dot,
[data-snippet-control="ExploreSearch"] .sidebar-nav-item-dot-dot-dot {
  font-size: 18px;
  letter-spacing: 2px;
  padding-top: 9px !important;
}
.navbar #dynamic-menu-items,
.navbar-fixed-top #dynamic-menu-items,
[data-snippet-control="ExploreSearch"] #dynamic-menu-items {
  position: absolute;
  padding: 0px 20px 20px 5px;
  background-color: #fff;
  white-space: nowrap;
}
.navbar #dynamic-menu-items li,
.navbar-fixed-top #dynamic-menu-items li,
[data-snippet-control="ExploreSearch"] #dynamic-menu-items li {
  display: block;
  margin-top: 20px;
}
.navbar .search-bar-top,
.navbar-fixed-top .search-bar-top,
[data-snippet-control="ExploreSearch"] .search-bar-top {
  max-width: 260px;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  margin-top: 9px;
  margin-left: 4px;
}
.navbar .search-bar-top input,
.navbar-fixed-top .search-bar-top input,
[data-snippet-control="ExploreSearch"] .search-bar-top input {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  height: 30px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.navbar .search-bar-top button,
.navbar-fixed-top .search-bar-top button,
[data-snippet-control="ExploreSearch"] .search-bar-top button {
  background: white;
  height: 30px;
}
@media (max-width: 767px) {
  .navbar,
  .navbar-fixed-top {
    /* Search bar should be full width on mobile. */
  }
  .navbar .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    background-color: white;
  }
  .navbar .navbar-collapse .lwm-logo,
  .navbar-fixed-top .navbar-collapse .lwm-logo {
    display: none;
  }
  .navbar .nav li.active,
  .navbar-fixed-top .nav li.active {
    background-color: transparent;
    border-bottom: none;
  }
  .navbar .search-bar-top,
  .navbar-fixed-top .search-bar-top {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar,
  .navbar-fixed-top {
    /* Search bar should be smaller width on tablet. */
  }
  .navbar .search-bar-top,
  .navbar-fixed-top .search-bar-top {
    max-width: 200px;
  }
  .navbar .search-bar-top input,
  .navbar-fixed-top .search-bar-top input {
    font-size: 11px;
  }
}
.lwm-body-container {
  padding-top: 66px;
}
.lwm-body-container .container {
  padding-top: 0px;
}
@media (max-width: 767px) {
  .lwm-body-container {
    padding-top: 59px;
  }
}
.lwm-nav-seperator {
  border-right: 1px solid lightgray;
  height: 20px;
  margin-top: 16px;
  margin-left: 4px;
  margin-right: 4px;
}
@media (max-width: 767px) {
  .lwm-nav-seperator {
    display: none;
  }
}
.next-stop-container {
  max-height: 0px;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background-color: #f0f0f0;
  padding-left: 4px;
  padding-right: 4px;
}
.next-stop-container.no-content {
  background: transparent;
  overflow: hidden;
}
.next-stop-container h6 {
  color: #1188FF;
  font-weight: bold;
  font-size: 16px;
}
/*@media (min-width: @screen-xs-min) {
    .next-stop-container {
        max-height: 153px;
    }
}

@media (min-width: @screen-sm-min) {
    .next-stop-container {
        max-height: 280px;
    }
}


@media (min-width: @screen-md-min) {
    .next-stop-container {
        max-height: 338px;
    }
}


@media (min-width: @screen-lg-min) {
    .next-stop-container {
        max-height: 601px;
    }
}
*/
.next-stop-item-img-container {
  margin-right: 6px;
  max-width: 160px;
  min-width: 160px;
  height: auto;
}
.next-stop-item-number {
  display: none;
  max-width: 20px;
  min-width: 20px;
  width: 20px;
  background-color: darkgray;
  padding-top: 40px;
  height: 104px;
  color: white;
  text-align: center;
}
.next-stop-item-active .next-stop-item-number {
  background-color: #1188FF;
}
.next-stop-item-body {
  height: 106px;
  max-height: 106px;
  overflow-y: hidden;
  padding: 10px;
}
.next-stop-item-body .next-stop-sub-header {
  font-size: 16px;
  color: #555555;
}
.next-stop-item-body .next-stop-sub-header .next-stop-label {
  font-weight: 700;
}
.next-stop-item-description {
  font-size: 11px;
}
.next-stop-item {
  min-height: 96px;
  max-height: 96px;
  height: 96px;
  display: flex;
  padding-top: 1px;
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 1px;
  background-color: #f0f0f0;
  border: 1px solid #555555;
}
.next-stop-item a {
  display: flex;
  color: #555555;
}
.next-stop-item a:hover {
  color: #555555;
}
.next-stop-item-heading {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #1188FF;
}
@media (min-width: 768px) and (max-width: 991px) {
  .next-stop-item-img-container {
    max-width: 70px;
    min-width: 70px;
    height: 56px;
  }
  .next-stop-item-number {
    padding-top: 20px;
    height: 56px;
  }
  .next-stop-item-body {
    height: 56px;
    max-height: 56px;
    padding: 1px 0px;
  }
  .next-stop-item-body .next-stop-sub-header {
    font-size: 11px;
  }
  .next-stop-item {
    min-height: 60px;
    max-height: 60px;
    height: 60px;
  }
  .next-stop-item-heading {
    margin-bottom: 1px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .next-stop-container {
    margin-top: 20px;
  }
  .next-stop-container .next-stop-item-img-container {
    max-width: 100px;
    min-width: 100px;
    height: 56px;
  }
  .next-stop-container .next-stop-item-number {
    padding-top: 20px;
    height: 56px;
  }
  .next-stop-container .next-stop-item-body {
    height: 56px;
    max-height: 56px;
    padding: 0px;
  }
  .next-stop-container .next-stop-item-body .next-stop-sub-header {
    font-size: 11px;
  }
  .next-stop-container .next-stop-item {
    min-height: 62px;
    max-height: 62px;
    height: 62px;
  }
  .next-stop-container .next-stop-item-heading {
    margin-bottom: 1px;
    font-size: 11px;
  }
}
#quiz-v2-modal .top-header {
  padding-left: 50px;
}
#quiz-v2-modal .modal-header h4 {
  margin-left: 30px;
}
#quiz-v2-modal .modal-body.modal-body-step3 {
  padding: 15px 0px !important;
}
#quiz-v2-modal .header-progress {
  width: 550px;
  position: absolute;
  right: 45px;
  top: 88px;
}
#quiz-v2-modal .modal-footer {
  text-align: left;
}
#quiz-v2-modal .modal-footer .quiz-button-back,
#quiz-v2-modal .modal-footer .question-button-back {
  float: left;
  margin-left: 10%;
}
#quiz-v2-modal .modal-footer .quiz-button-next,
#quiz-v2-modal .modal-footer .question-buttons-right {
  float: right;
  margin-right: 10%;
}
#quiz-v2-modal .modal-footer .quiz-button-review-emails {
  float: right;
  margin-right: 10px;
}
#quiz-v2-modal .large-padding {
  padding-left: 15%;
  padding-right: 15%;
}
#quiz-v2-modal .content-image {
  max-width: 300px;
}
#quiz-v2-modal .wysihtml5-sandbox {
  max-height: 150px;
}
#quiz-v2-modal .form-group input[type="checkbox"] {
  margin-left: 10px;
  margin-right: 10px;
}
#quiz-v2-modal .reorder-help {
  margin-top: 10px;
  margin-bottom: 0px;
}
#quiz-v2-modal .inset-line {
  padding-left: 50px;
  line-height: 1rem;
}
#quiz-v2-modal .inset-line label {
  font-weight: normal;
}
#quiz-v2-modal .label-mt-8 {
  margin-top: 8px;
}
#quiz-v2-modal [data-snippet-control="tile-link"] {
  cursor: pointer;
}
#quiz-v2-modal [data-snippet-control="quiz-edit-footer"] {
  display: block;
}
#quiz-v2-modal [data-snippet-control="question-edit-footer"] {
  display: none;
}
#quiz-v2-modal .modal-footer.question [data-snippet-control="quiz-edit-footer"] {
  display: none;
}
#quiz-v2-modal .modal-footer.question .quiz-button-all-questions {
  display: none;
}
#quiz-v2-modal .modal-footer.question [data-snippet-control="question-edit-footer"] {
  display: block;
}
#quiz-v2-modal .modal-footer.question [data-snippet-control="question-edit-footer"] .question-button-save-add,
#quiz-v2-modal .modal-footer.question [data-snippet-control="question-edit-footer"] .question-button-save {
  display: inline-block;
}
#quiz-v2-modal .modal-footer.question.special-page .question-button-save-add,
#quiz-v2-modal .modal-footer.question.special-page .question-button-save {
  display: none;
}
#quiz-v2-modal .modal-footer.question.special-page .quiz-button-all-questions {
  display: inline-block;
}
#quiz-v2-modal .import-export-container {
  display: inline-block;
}
.general-toggle-switch {
  clear: none;
  /* Rounded sliders */
}
.general-toggle-switch .toggle-title {
  display: inline-block;
  padding: 0px 5px 0px 5px;
}
.general-toggle-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  padding-top: 7px;
  z-index: 9;
}
.general-toggle-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.general-toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #808080;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.general-toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.general-toggle-switch input:checked + .slider {
  background-color: #1188FF;
}
.general-toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px #1188FF;
}
.general-toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.general-toggle-switch .slider.round {
  border-radius: 34px;
}
.general-toggle-switch .slider.round:before {
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #quiz-v2-modal .large-padding {
    padding-left: 50px;
    padding-right: 50px;
  }
  #quiz-v2-modal .modal-body {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #quiz-v2-modal .modal-body .lwm-alert-help {
    font-size: 11px;
  }
  #quiz-v2-modal .modal-body .lwm-alert-help .btn {
    font-size: 10px;
  }
  #quiz-v2-modal .modal-footer .quiz-button-back,
  #quiz-v2-modal .modal-footer .question-button-back {
    margin-left: 5%;
  }
  #quiz-v2-modal .modal-footer .quiz-button-next,
  #quiz-v2-modal .modal-footer .question-buttons-right {
    margin-right: 5%;
  }
}
.form-control-inline {
  display: inline-block;
}
.form-control-width-auto {
  width: auto;
}
@media (max-width: 767px) {
  #quiz-v2-modal .label-info.help-link {
    top: 23px;
    right: 9px;
  }
  #quiz-v2-modal .top-header {
    height: 160px;
    padding-top: 44px;
    padding-left: 30px;
  }
}
#quizv2-edit-body #IconMediaFK-gallery [data-snippet-control="UploadFromMediaPKOnSelect"] {
  height: 118px !important;
}
/*
 * Styles relating to new reports introduced with QuizV2.
*/
.quiz-v2-report .content-selector-container {
  margin-top: 10px;
  margin-bottom: 0px !important;
}
.quiz-v2-report .btn-full-survey-report {
  margin-left: 20px;
}
#quizv2-page-type-container {
  padding: 20px;
}
#quizv2-page-type-container label,
#quizv2-page-type-container .label {
  font-weight: 600;
  font-size: 16px;
}
#quizv2-page-type-container .quizv2-page-type-buttons-container {
  margin-top: 20px;
  padding-right: 40px;
}
#quizv2-page-type-container .quizv2-page-type-buttons-container .quizv2-page-type-button-container {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 0px;
}
#quizv2-page-type-container .quizv2-page-type-buttons-container .quizv2-page-type-button-container .button-heading {
  text-transform: uppercase;
  height: 180px;
  background-color: dimgray;
  color: white;
  width: 100%;
  text-align: center;
  padding: 20px;
  margin-right: 10px;
  margin-left: 10px;
}
#quizv2-page-type-container .quizv2-page-type-buttons-container .quizv2-page-type-button-container .button-heading i.icon {
  font-size: 80px;
}
#quizv2-page-type-container .quizv2-page-type-buttons-container .quizv2-page-type-button-container .button-heading:hover {
  background-color: #1188FF;
}
#quizv2-page-type-container .quizv2-page-type-buttons-container .quizv2-page-type-button-container .button-heading.active {
  background-color: #1188FF;
}
#quizv2-page-type-container .quizv2-page-type-buttons-container .quizv2-page-type-button-container .button-title {
  font-weight: 600 !important;
  font-size: 16px;
  margin-top: 10px;
}
#quizv2-page-type-container .quizv2-page-type-buttons-container .quizv2-page-type-button-container img {
  height: 82px;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
#quizv2-page-type-container .quizv2-page-type-help-container {
  border: 1px solid #1188FF;
  min-height: 590px;
  border-radius: 3px;
  padding: 20px;
}
#quizv2-page-type-container .quizv2-page-type-help-container .help-icon {
  text-align: center;
  margin-top: 10px;
}
#quizv2-page-type-container .quizv2-page-type-help-container .help-icon img {
  height: 200px;
  width: auto;
}
#quizv2-page-type-container .quizv2-page-type-help-container .help-title {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
}
#quizv2-page-type-container .quizv2-page-type-help-container .help-text {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
#quizv2-page-type-container .quizv2-page-type-help-container .insert-question-button-container {
  position: relative;
  bottom: 20px;
  text-align: center;
  margin-top: 50px;
}
#quizv2-page-type-container .quizv2-page-type-help-container .insert-question-button-container .quiz-clone-dropdown-container {
  display: none;
}
#quizv2-page-type-container .quizv2-page-type-help-container .insert-question-button-container .quiz-clone-dropdown-container[data-page-type="Clone"] {
  display: block;
}
#quizv2-page-type-container .quizv2-page-type-help-container .insert-question-button-container .quiz-clone-dropdown-container #Quizzes {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#quizv2-page-type-container .quizv2-page-type-help-container .insert-question-button-container .btn[data-page-type="Clone"] {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  #quizv2-page-type-container .quizv2-page-type-help-container .help-icon img {
    height: 135px !important;
  }
}
/*
 * Styles relating to the QuizV2 UI.
*/
.quiz-v2-ui #page-list-container {
  margin-top: 10px;
}
.quiz-v2-ui #page-list-container .page-list-line-container {
  border: 1px solid;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 3px;
}
.quiz-v2-ui #page-list-container .page-list-line-container.reorder-in {
  border: 3px solid #b7297d;
  cursor: pointer;
}
.quiz-v2-ui #page-list-container .page-list-line-container.reorder-in .btn {
  visibility: hidden;
}
.quiz-v2-ui #page-list-container .page-list-line-container .question-text {
  font-weight: 600;
  font-size: 1.5rem;
  padding-top: 7px;
  max-height: 3rem;
  overflow: hidden;
}
.quiz-v2-ui .learning-content-container.course-journey [data-snippet-control="continue"] {
  display: none;
}
.quiz-v2-ui .quiz-v2-ui-set-page-button {
  /*        cursor: pointer;
        min-height: 1.5rem;
        margin-bottom: 4px;
*/
}
.quiz-v2-ui .quiz-v2-ui-page {
  display: none;
}
.quiz-v2-ui .quiz-v2-ui-page.active {
  display: block;
}
.quiz-v2-ui label.label-mt-12 {
  margin-top: 12px !important;
}
.quiz-v2-ui .text-to-label {
  margin-top: 5px;
}
.quiz-v2-ui #PassPercentage,
.quiz-v2-ui #RetakesAllowed {
  width: 100px;
}
.quiz-v2-ui .build-help-text {
  margin-bottom: 10px;
}
.quiz-v2-ui-page .show-answers-revealed {
  display: none;
}
.quiz-v2-ui-page .hide-answers-revealed {
  display: block;
}
.quiz-v2-ui-page.answers-revealed .show-answers-revealed {
  display: block;
}
.quiz-v2-ui-page.answers-revealed .hide-answers-revealed {
  display: none;
}
.quiz-v2-ui-page .show-answers-correct {
  display: none;
}
.quiz-v2-ui-page .hide-answers-correct {
  display: block;
}
.quiz-v2-ui-page.answers-correct .show-answers-correct {
  display: block;
}
.quiz-v2-ui-page.answers-correct .hide-answers-correct {
  display: none;
}
.quiz-v2-ui-page .show-answers-incorrect {
  display: none;
}
.quiz-v2-ui-page .hide-answers-incorrect {
  display: block;
}
.quiz-v2-ui-page.answers-incorrect .show-answers-incorrect {
  display: block;
}
.quiz-v2-ui-page.answers-incorrect .hide-answers-incorrect {
  display: none;
}
.quiz-v2-ui-page .show-answers-invalid {
  display: none;
}
.quiz-v2-ui-page .hide-answers-invalid {
  display: block;
}
.quiz-v2-ui-page.answers-invalid .show-answers-invalid {
  display: block;
}
.quiz-v2-ui-page.answers-invalid .hide-answers-invalid {
  display: none;
}
[data-snippet-component="QuizV2_SpecialPages_Finish_Render"] .show-results-passed {
  display: none;
}
[data-snippet-component="QuizV2_SpecialPages_Finish_Render"] .show-results-failed {
  display: none;
}
[data-snippet-component="QuizV2_SpecialPages_Finish_Render"].results-passed .show-results-passed {
  display: block;
}
[data-snippet-component="QuizV2_SpecialPages_Finish_Render"].results-failed .show-results-failed {
  display: block;
}
[data-snippet-component="QuizV2_SpecialPages_Finish_Render"].results-failed [data-pass-only="True"] {
  display: none;
}
.quiz-v2-render-page {
  padding: 20px;
}
.quiz-v2-render-page .question-text {
  padding-left: 5%;
  padding-right: 5%;
  font-size: 14px;
  font-weight: 700;
}
.quiz-v2-render-page .question-text .question-help-text {
  font-weight: normal;
  font-style: italic;
}
.quiz-v2-render-page .answer-button-container {
  padding-left: 10%;
  padding-right: 10%;
}
.quiz-v2-render-page .answer-button-container [data-snippet-control="answer-button"] {
  margin-top: 10px;
  width: 100%;
  border-radius: 10px;
  border-width: 2px;
  font-size: 16px;
  font-weight: 600;
  white-space: inherit;
}
.quiz-v2-render-page .answer-button-container [data-snippet-control="answer-button"].selected {
  background-color: #1188FF !important;
  color: #fff;
}
.quiz-v2-render-page .answer-button-container [data-snippet-control="answer-button"]:focus {
  background-color: #1188FF !important;
  color: #fff;
}
.quiz-v2-render-page .fill-in-the-blank-render-container {
  margin: 20px 5% 20px 5%;
  border: 2px solid #aad4ff;
  border-radius: 10px;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
}
.quiz-v2-render-page .fill-in-the-blank-render-container .form-control {
  width: auto;
  min-width: 200px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.quiz-v2-render-page.review-answers-container .btn,
.quiz-v2-render-page.review-answers-container .btn-default {
  cursor: default !important;
}
.quiz-v2-render-page.review-answers-container .btn-default:hover {
  background-color: #fff !important;
  color: #555555 !important;
}
.quiz-v2-render-page.review-answers-container .btn-default.selected:hover {
  background-color: #1188FF !important;
  color: #fff !important;
}
[data-snippet-control="render-page"] .details-line {
  font-size: 16px;
  font-weight: 600;
}
[data-snippet-control="render-page"] .details-line .details-heading {
  color: #b7297d;
}
[data-snippet-control="render-page"] .quiz-special-page {
  padding: 10px;
}
[data-snippet-control="render-page"] .quiz-special-page .quiz-special-page-details {
  margin-top: 30px;
  margin-bottom: 30px;
}
[data-snippet-control="render-page"] .quiz-special-page .quiz-description {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
}
[data-snippet-control="render-page"] .quiz-special-page .quiz-long-description {
  margin-top: 20px;
}
[data-snippet-control="render-page"] .navigation-button-container {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 20px;
}
[data-snippet-control="render-page"] #question-response-modal {
  font-size: 14px;
  font-weight: 600;
}
[data-snippet-control="render-page"] #question-response-modal .modal-header {
  background: #1188FF;
  color: #fff;
  text-align: center;
}
[data-snippet-control="render-page"] #question-response-modal .modal-body .correct-indicator {
  background-color: #56b33b;
  color: #fff;
  font-size: 60px;
  border-radius: 40px;
  padding: 10px;
  height: 80px;
  width: 80px;
}
[data-snippet-control="render-page"] #question-response-modal .modal-body .incorrect-indicator {
  background-color: #ba1818;
  color: #fff;
  font-size: 60px;
  border-radius: 40px;
  padding: 10px;
  height: 80px;
  width: 80px;
}
.quiz-special-page .quiz-feedback-buttons .grey-btn {
  border-color: dimgray;
  background-color: dimgray;
  color: white;
  margin-right: 10px;
}
.quiz-special-page .quiz-feedback-buttons .grey-btn:hover,
.quiz-special-page .quiz-feedback-buttons .grey-btn:focus {
  background-color: #1188FF;
  border-color: #1188FF;
}
.quiz-special-page .quiz-feedback-buttons .grey-btn.active {
  background-color: #1188FF;
  border-color: #1188FF;
}
.quiz-special-page .quiz-feedback-buttons .grey-btn img {
  max-height: 30px;
  margin-left: 5px;
}
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
}
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container .correct-indicator,
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container .incorrect-indicator {
  border-radius: 40px;
  padding: 5px;
  height: 45px;
  width: 45px;
  margin: 0px 20px 0px 10px;
  font-size: 36px !important;
  color: #fff;
  display: inline-block;
  position: relative;
  top: 10px;
}
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container .correct-indicator {
  background-color: #56b33b;
}
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container .incorrect-indicator {
  background-color: #ba1818;
}
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container .panel {
  border: 1px solid #1188FF;
  border-radius: 30px;
}
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container .panel .panel-heading {
  padding-bottom: 10px;
  padding-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container .panel .panel-heading .heading-text {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding-top: 20px;
  max-height: 60px;
  overflow: hidden;
}
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container .panel .panel-heading .open-close-icon {
  border-radius: 40px;
  padding: 0px;
  height: 55px;
  width: 55px;
  margin: 0px 10px 0px 20px;
  color: #1188FF;
  font-size: 45px !important;
  position: relative;
  top: 10px;
  display: none;
}
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container .panel .panel-heading .open-close-icon.open-icon {
  display: inline-block;
}
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container .panel .panel-heading a[aria-expanded="true"] .open-close-icon.close-icon {
  display: inline-block;
}
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container .panel .panel-heading a[aria-expanded="true"] .open-close-icon.open-icon {
  display: none;
}
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container .panel .panel-body {
  border: none;
}
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container .panel .panel-body .review-answers-container {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -20px;
}
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container .panel .panel-body .review-answers-container .answer-button-container .correct-indicator {
  height: 30px;
  width: 30px;
  margin-top: 0px;
  top: 0px;
}
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container .panel .panel-body .review-answers-container.answer-true [data-answer="false"] .correct-indicator,
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container .panel .panel-body .review-answers-container.answer-true [data-answer="False"] .correct-indicator {
  color: transparent;
  background-color: transparent;
}
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container .panel .panel-body .review-answers-container.answer-false [data-answer="true"] .correct-indicator,
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container .panel .panel-body .review-answers-container.answer-false [data-answer="True"] .correct-indicator {
  color: transparent;
  background-color: transparent;
}
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container .panel .panel-body .review-answers-container [data-answer-iscorrect="false"] .correct-indicator,
.quiz-special-page[data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container .panel .panel-body .review-answers-container [data-answer-iscorrect="False"] .correct-indicator {
  color: transparent;
  background-color: transparent;
}
.quiz-v2-ui-page-110 .upload-from-csv-build #add-questions-button-container {
  width: 100%;
  text-align: right;
}
.content-header-title-row-container .quiz-heading-number-of-questions,
.content-header-title-row-container .quiz-heading-results,
.content-header-title-row-container .quiz-heading-review {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
}
.content-header-title-row-container .show-when-question,
.content-header-title-row-container .show-when-results,
.content-header-title-row-container .show-when-review {
  display: none;
}
.content-header-title-row-container.question .show-when-question {
  display: block;
}
.content-header-title-row-container.results .show-when-results {
  display: block;
}
.content-header-title-row-container.review .show-when-review {
  display: block;
}
.modal [data-snippet-component="QuizV2_SpecialPages_Review_Render"] .page-list-container {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .learning-content-container {
    padding-top: 0px;
  }
  #quizv2-page-type-container {
    padding: 0px;
    padding-top: 20px;
  }
  .quiz-v2-render-page,
  .review-answers-container {
    padding: 20px 5px;
  }
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.lwm-subview-navigation {
  z-index: 8888888;
}
.lwm-subview-navigation i.icon {
  display: inline-block;
  height: inherit;
  font-size: inherit;
  line-height: inherit;
}
.lwm-subview-navigation li.active {
  transform: none;
}
.lwm-subview-navigation li.active i.icon {
  transform: none;
}
.lwm-powered-by {
  width: 100%;
  text-align: center;
  width: auto;
  background-color: transparent;
  color: darkgray;
  position: relative;
  bottom: auto;
}
.lwm-powered-by a {
  color: darkgray;
}
@media (max-width: 767px) {
  .lwm-powered-by {
    width: 100%;
  }
}
#power-tools-container,
#power-tools-modal {
  margin-top: 20px;
}
#power-tools-container h3,
#power-tools-modal h3 {
  color: #1188FF;
  font-weight: 700;
  font-size: 20px;
  margin-top: 0px;
}
#power-tools-container .command-group-container,
#power-tools-modal .command-group-container {
  margin-top: 10px;
  border: 1px solid #1188FF;
  border-radius: 10px;
  padding: 20px;
}
#power-tools-container .command-group-container .command-container,
#power-tools-modal .command-group-container .command-container {
  padding: 20px;
  border: 1px solid #cecece;
  border-radius: 5px;
}
#power-tools-container .command-group-container .command-container .command-help,
#power-tools-modal .command-group-container .command-container .command-help {
  margin-bottom: 5px;
}
#power-tools-container form .form-group,
#power-tools-modal form .form-group {
  margin-bottom: 0px;
}
#power-tools-container form .power-tool-select-container,
#power-tools-modal form .power-tool-select-container {
  padding: 20px;
}
#power-tools-container form .select-journey-container,
#power-tools-modal form .select-journey-container,
#power-tools-container form .select-topic-container,
#power-tools-modal form .select-topic-container,
#power-tools-container form .select-course-container,
#power-tools-modal form .select-course-container {
  display: none;
}
#power-tools-container form .user-selected .select-journey-container,
#power-tools-modal form .user-selected .select-journey-container,
#power-tools-container form .user-selected .select-topic-container,
#power-tools-modal form .user-selected .select-topic-container,
#power-tools-container form .user-selected .select-course-container,
#power-tools-modal form .user-selected .select-course-container {
  display: inline-block;
}
#power-tools-container form .button-container,
#power-tools-modal form .button-container {
  text-align: right;
}
#power-tools-container .user-selected.journey-type-selected .select-journey-container,
#power-tools-modal .user-selected.journey-type-selected .select-journey-container {
  display: inline-block;
}
#power-tools-container .user-selected.topic-type-selected .select-topic-container,
#power-tools-modal .user-selected.topic-type-selected .select-topic-container {
  display: inline-block;
}
#power-tools-container .user-selected.course-type-selected .select-course-container,
#power-tools-modal .user-selected.course-type-selected .select-course-container {
  display: inline-block;
}
.modal .close {
  opacity: 1;
}
.manage-playlists-container {
  margin: 0px 20px;
  font-size: 15px;
  padding: 30px;
}
.manage-playlists-container .manage-playlist-items {
  margin-bottom: 10px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  padding-right: 30px;
}
.manage-playlists-container .manage-playlist-items .btn {
  width: 150px;
}
.manage-playlists-container .playlist-selector-sub-heading {
  color: #1188FF;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 10px;
}
.streamer-item .add-to-playlist-button-container,
.streamer-item .copy-content-button-container {
  width: 100%;
  text-align: center;
  margin-top: -58px;
}
.streamer-item .add-to-playlist-button-container .btn.btn-primary,
.streamer-item .copy-content-button-container .btn.btn-primary {
  color: white !important;
}
/*// Don't let the content tiles in the explore to add to playlist modal look like they can be clicked.
a[data-snippet-target="#hidden-do-nothing-area"] {
    cursor: default;
}*/
.playlist-created-text h3 {
  margin-left: 20px;
  font-size: 14px;
}
.total-not-archived-count {
  display: none;
}
[data-snippet-component="MappedJourneys_CompanyView"] [href="/App/MappedJourneysHideArchived"] {
  display: block;
  border-bottom-right-radius: 30px !important;
  border-top-right-radius: 30px !important;
}
[data-snippet-component="MappedJourneys_CompanyView"] [href="/App/MappedJourneysShowArchived"] {
  display: none;
}
[data-snippet-component="MappedJourneys_CompanyView"].hide-archived .streamer-item.Archived {
  display: none;
}
[data-snippet-component="MappedJourneys_CompanyView"].hide-archived .streamer-show-all-col:has(.Archived) {
  display: none;
}
[data-snippet-component="MappedJourneys_CompanyView"].hide-archived [href="/App/MappedJourneysHideArchived"] {
  display: none;
}
[data-snippet-component="MappedJourneys_CompanyView"].hide-archived [href="/App/MappedJourneysShowArchived"] {
  display: block;
}
[data-snippet-component="MappedJourneys_CompanyView"].hide-archived .total-count {
  display: none;
}
[data-snippet-component="MappedJourneys_CompanyView"].hide-archived .total-not-archived-count {
  display: block;
}
[data-snippet-component="UserProfilePicture"] .profile-image {
  max-width: 300px;
  margin-top: 20px;
}
[data-snippet-component="UserProfilePicture"] button {
  margin-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  [data-snippet-component="UserProfilePicture"] .profile-image {
    max-width: 196px;
    margin-top: 20px;
  }
}
.btn {
  border-radius: 30px;
}
.streamer-item {
  display: inline-block;
  border: 1px solid gray;
  background-color: white;
  text-align: left;
}
/* Sizes of tile on different screen sizes - technique taken from StreamingTheme.less and values tweaked. */
/* specials for adjusted height tiles */
.streaming-onesize {
  height: calc(calc(100vw * 0.21)  *.563 + 170px + 0px);
  max-height: calc(calc(100vw * 0.21)  *.563 + 170px + 0px);
}
.scheduled-content-streamer .streaming-onesize {
  height: calc(calc(100vw * 0.21)  *.49 + 170px + 0px);
  max-height: calc(calc(100vw * 0.21)  *.49 + 170px + 0px);
}
.streamer-item {
  width: calc(100vw * 0.21);
  max-width: calc(100vw * 0.21);
  height: 100%;
  overflow: hidden;
  margin-right: 18px;
}
.streamer-item a {
  color: #262222;
}
.streamer-item a:active,
.streamer-item a:hover {
  color: #262222;
}
.streamer-item-image-container {
  position: relative;
  /* Needed for the things we float ontop of it. */
  height: calc(100vw * 0.21 *.563 + 0px);
  background-color: #fff;
}
.streamer-item-image-container img {
  height: calc(100vw * 0.21 *.563 + 0px);
}
.streamer-item-body {
  position: relative;
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 12px;
  /*height: @itemBodyHeight;*/
}
.streamer-item-title {
  font-size: 16px;
  font-weight: bold;
  height: 28px;
  overflow: hidden;
}
.streamer-item-text {
  height: 44px;
  overflow: hidden;
}
.streamer-item-text h2 {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.streamer-item-text p {
  line-height: 12px;
}
.streamer-item-title-text-container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 80px;
}
.streamer-item-title-text-container .streamer-item-title {
  height: auto;
}
.streamer-item-title-text-container .streamer-item-text {
  height: auto;
}
.streamer-item-ScheduleContent .streamer-item-title-text-container {
  height: 45px;
}
.streamer-item-ScheduleContent_QuizV2 .streamer-item-title-text-container {
  height: 76px;
}
.streamer-item-LearningTopicCourseAdd .streamer-item-title {
  color: #1188FF;
}
.streamer-item .snippet-sortable-handle {
  float: right;
  font-size: 22px;
  margin-right: 5px;
  position: absolute;
  right: 5px;
}
.streamer-item-status-row {
  margin-bottom: 8px;
  font-weight: 600;
  height: 42px;
}
.streamer-item-status-row .streamer-item-type {
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 15px;
}
.streamer-item-status {
  text-align: right;
}
.streamer-item-status-badge {
  background-color: #eeb60e;
  border-radius: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
}
.streamer-item-progress-text {
  display: block;
  background-color: #b7297d;
  color: white;
  text-align: center;
  border-radius: 40px;
  padding: 5px;
}
.streamer-item-progress-text.progress-text-content {
  background-color: #1188FF;
  border-radius: 0px;
  margin-left: -10px;
  margin-right: -10px;
}
.streamer-item-sm {
  max-height: calc(calc(100vw * 0.21)  *.563 + 35px + 0px) !important;
}
.streamer-item-Content .lwm-course-progress .progress,
.streamer-item-ScheduleContent .lwm-course-progress .progress,
.streamer-item-ScheduleContent_QuizV2 .lwm-course-progress .progress,
.streamer-item-Content_QuizV2 .lwm-course-progress .progress,
.streamer-item-ContentMyLearning .lwm-course-progress .progress {
  border-radius: 0px;
  background-color: #1188FF !important;
  border: 1px solid #1188FF;
}
.streamer-item-Content .lwm-course-progress .progress-bar,
.streamer-item-ScheduleContent .lwm-course-progress .progress-bar,
.streamer-item-ScheduleContent_QuizV2 .lwm-course-progress .progress-bar,
.streamer-item-Content_QuizV2 .lwm-course-progress .progress-bar,
.streamer-item-ContentMyLearning .lwm-course-progress .progress-bar {
  background-color: #1188FF;
  text-align: center;
  width: 100% !important;
  padding-left: 0px;
}
.streamer-item-ContentMyLearning .streamer-item-status {
  padding-right: 20px;
}
.streamer-item-ContentMyLearning .lwm-course-progress .progress-bar {
  padding-left: 15px;
  padding-right: 15px;
}
.streamer-item-LearningTopic .lwm-course-progress .progress,
.streamer-item-ShowMore .lwm-course-progress .progress {
  border-radius: 0px;
  background-color: #fff !important;
  border: 1px solid #fff;
}
.streamer-item-LearningTopic .lwm-course-progress .progress-bar,
.streamer-item-ShowMore .lwm-course-progress .progress-bar {
  background-color: #fff;
  text-align: center;
  width: 100% !important;
  padding-left: 0px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .streaming-onesize {
    height: calc(calc(100vw * 0.27) *.563 + 170px + 0px);
    max-height: calc(calc(100vw * 0.27) *.563 + 170px + 0px);
  }
  .streamer-item {
    width: calc(100vw * 0.27);
    min-width: calc(100vw * 0.27);
  }
  .streamer-item-image-container {
    height: calc(100vw * 0.27 *.563 + 0px);
  }
  .streamer-item-image-container img {
    height: calc(100vw * 0.27 *.563 + 0px);
  }
  .streamer-item-sm {
    max-height: calc(calc(100vw * 0.27) *.563 + 35px + 0px) !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .streaming-onesize {
    height: calc(calc(100vw * 0.41) *.563 + 170px + 0px);
    min-height: calc(calc(100vw * 0.41) *.563 + 170px + 0px);
  }
  .streamer-item {
    width: calc(100vw * 0.41);
    min-width: calc(100vw * 0.41);
  }
  .streamer-item-image-container {
    height: calc(100vw * 0.41 *.563 + 0px);
  }
  .streamer-item-image-container img {
    height: calc(100vw * 0.41 *.563 + 0px);
  }
  .streamer-item-sm {
    max-height: calc(calc(100vw * 0.41) *.563 + 35px + 0px) !important;
  }
}
@media (max-width: 767px) {
  .streaming-onesize {
    height: calc(calc(100vw * 0.66) *.563 + 170px + 0px);
    min-height: calc(calc(100vw * 0.66) *.563 + 170px + 0px);
  }
  .streamer-item {
    width: calc(100vw * 0.66);
    min-width: calc(100vw * 0.66);
  }
  .streamer-item-image-container {
    height: calc(100vw * 0.66 *.563 + 0px);
  }
  .streamer-item-image-container img {
    height: calc(100vw * 0.66 *.563 + 0px);
  }
  .streamer-item-sm {
    max-height: calc(calc(100vw * 0.66) *.563 + 35px + 0px) !important;
  }
}
.streamer-show-all-container {
  display: block;
  margin-left: 48px;
  margin-right: 52px;
  width: 100%;
  text-transform: uppercase;
}
.streamer-show-all-container a {
  color: #262222;
}
.streamer-show-all-container a:active,
.streamer-show-all-container a:hover {
  color: #262222;
}
.streaming-container-vertical {
  margin-left: 48px;
  margin-right: 52px;
}
.streaming-container-vertical .streamer-item {
  margin-bottom: 12px;
}
.streaming-container-vertical .streamer-show-all-col {
  text-align: center;
}
.streaming-container-vertical .streamer-show-all-col .streamer-item {
  margin-right: 0px;
  max-width: 100%;
}
.streamer-item-ShowMore {
  text-align: center;
}
.streamer-item-ShowMore .streamer-item-image-container {
  background-color: transparent;
}
.streamer-item-ShowMore .streamer-item-see-more-big-text {
  display: inline-block;
  font-size: 72px;
  border: 4px solid #262222;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}
.streamer-item-LearningTopicCourseAdd .more-info,
.streamer-item-LearningTopicCourse .more-info {
  background-color: #ff9700;
  border-color: #ff9700;
  float: left;
  margin-bottom: 5px;
  position: relative;
}
.streamer-item-LearningTopicCourseAdd .more-info:hover,
.streamer-item-LearningTopicCourse .more-info:hover {
  background-color: #ffac33 !important;
  border-color: #ffac33 !important;
}
.streamer-item-LearningTopicCourseAdd .more-info:active,
.streamer-item-LearningTopicCourse .more-info:active,
.streamer-item-LearningTopicCourseAdd .more-info:focus,
.streamer-item-LearningTopicCourse .more-info:focus {
  background-color: #ff9700 !important;
  border-color: #ff9700 !important;
}
.streamer-item-LearningTopicCourseAdd .more-course-info,
.streamer-item-LearningTopicCourse .more-course-info {
  position: absolute;
  background: #fff;
  border: 2px solid #1188FF;
  color: #000;
  padding: 20px;
  text-align: left;
  top: 2px;
  left: 15px;
  width: 0px;
  height: auto;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  opacity: 0.95;
  display: none;
  z-index: 99;
}
.streamer-item-LearningTopicCourseAdd .more-course-info hr,
.streamer-item-LearningTopicCourse .more-course-info hr {
  clear: both;
}
.streamer-item-LearningTopicCourseAdd .more-course-info h3,
.streamer-item-LearningTopicCourse .more-course-info h3 {
  clear: both;
}
.streamer-item-LearningTopicCourseAdd .more-course-info h3 strong,
.streamer-item-LearningTopicCourse .more-course-info h3 strong {
  color: #1188FF;
}
.streamer-item-LearningTopicCourseAdd .more-course-info div > div,
.streamer-item-LearningTopicCourse .more-course-info div > div {
  float: left;
  width: 50%;
}
.streamer-item-LearningTopicCourseAdd .journey-clone,
.streamer-item-LearningTopicCourse .journey-clone {
  background-color: #b7297d;
  border-color: #b7297d;
  float: right;
  margin-bottom: 5px;
}
.streamer-item-LearningTopicCourseAdd .journey-clone:hover,
.streamer-item-LearningTopicCourse .journey-clone:hover {
  background-color: #d43f97 !important;
  border-color: #d43f97 !important;
}
.streamer-item-LearningTopicCourseAdd .journey-clone:active,
.streamer-item-LearningTopicCourse .journey-clone:active,
.streamer-item-LearningTopicCourseAdd .journey-clone:focus,
.streamer-item-LearningTopicCourse .journey-clone:focus {
  background-color: #b7297d !important;
  border-color: #b7297d !important;
}
.streamer-item-LearningTopicCourseAdd .streamer-item-title-text-container,
.streamer-item-LearningTopicCourse .streamer-item-title-text-container {
  height: auto;
  min-height: 50px;
}
.streamer-item-LearningTopicCourseAdd.cover,
.streamer-item-LearningTopicCourse.cover {
  opacity: 0.2;
}
.streamer-item-LearningTopicCourse .more-info {
  position: relative;
  bottom: 2px;
  left: 24px;
}
.streamer-item-LearningTopicCourse .course-enrol {
  color: #fff;
  position: relative;
  bottom: 2px;
  right: 24px;
  background-color: #b7297d;
  border-color: #b7297d;
  float: right;
  margin-bottom: 5px;
}
.streamer-item-LearningTopicCourse .course-enrol:hover {
  background-color: #d43f97 !important;
  border-color: #d43f97 !important;
  color: #fff;
}
.streamer-item-LearningTopicCourse .course-enrol:active,
.streamer-item-LearningTopicCourse .course-enrol:focus {
  background-color: #b7297d !important;
  border-color: #b7297d !important;
  color: #fff;
}
.streamer-item-LearningTopicCourse .streamer-item-title {
  color: #1188FF;
}
.streamer-item-LearningTopicCourse .links-container {
  min-height: 41px;
}
.streamer-item-ScheduleContent .schedule-date-changer,
.streamer-item-ScheduleContent_QuizV2 .schedule-date-changer {
  position: absolute;
  background: #fff;
  border: 2px solid #1188FF;
  color: #000;
  padding: 20px;
  text-align: left;
  top: 2px;
  left: 2px;
  width: 99%;
  height: 99%;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  opacity: 0.95;
  display: none;
}
#more-course-info-container {
  display: none;
  width: 100%;
  overflow: hidden;
  border: 3px solid #1188FF;
  background: #fff;
  padding: 10px;
}
.survey-report-print-class {
  margin: 0px;
  padding: 0px;
}
.survey-report-print-class .container {
  padding: 0px;
}
.survey-report-print-class .main-content {
  margin: 0px;
  padding: 0px;
  height: auto;
}
#survey-report-print {
  position: relative;
  width: 21cm;
  color: #000;
  margin-left: auto;
  margin-right: auto;
}
#survey-report-print .survey-report-page {
  max-height: 296.86mm;
  min-height: 296.86mm;
  width: 210mm;
  border: 1px solid #cecece;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 3px;
}
#survey-report-print .survey-report-cover-page .cover-page-top {
  height: 250px;
}
#survey-report-print .survey-report-cover-page .cover-page-header {
  background: #1188FF !important;
  color: #fff;
  padding: 30px;
}
#survey-report-print .survey-report-cover-page .cover-page-header h1 {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 30px;
}
#survey-report-print .survey-report-cover-page .cover-page-header h2 {
  font-weight: 600;
}
#survey-report-print .survey-report-cover-page .cover-page-header h3 {
  margin-top: 140px;
  font-weight: 500;
}
#survey-report-print .survey-report-cover-page .cover-page-image-container {
  text-align: right;
  margin-top: -90px;
}
#survey-report-print .survey-report-cover-page .cover-page-image-container img {
  height: 480px;
}
#survey-report-print .survey-report-question-page {
  position: relative;
}
#survey-report-print .survey-report-question-page .black-text {
  color: #000;
}
#survey-report-print .survey-report-question-page .survey-question-page-top {
  border-bottom: 4px solid #1188FF;
  padding-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  top: 0;
}
#survey-report-print .survey-report-question-page .survey-question-page-top h2 {
  font-weight: 600;
  margin-bottom: 20px !important;
  font-size: 23px;
}
#survey-report-print .survey-report-question-page .survey-question-page-body {
  margin-left: 30px;
  margin-right: 30px;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .report-source-page-body-header {
  max-height: 869px;
  overflow: hidden;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .survey-question-page-body-header .header-primary {
  margin-top: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 28px;
  color: #1188FF;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .survey-question-page-body-header .header-question {
  margin-top: 10px;
  font-weight: 700;
  font-size: 32px;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .survey-question-page-body-header .header-explanation {
  color: #b7297d;
  font-weight: 500;
  font-size: 18px;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .survey-question-page-body-header .header-question-text {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  margin-bottom: 20px;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .report-summary-line {
  max-height: 869px;
  overflow: hidden;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .multiple-response-line {
  background-color: #eaeaea !important;
  font-size: 20px;
  padding: 12px 10px;
  margin: 5px 0px 5px 0px;
  font-weight: 600;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .response-line-value {
  padding-left: 0px;
  padding-right: 5px;
  text-align: right;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .progress-bar-container {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 4px;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .progress-bar-container .progress-bar-background {
  background-color: #1188FF !important;
  height: 23px;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .progress-bar-container .progress-bar-background .progress-bar {
  height: 23px;
  background-color: #fff !important;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .star-rating-line {
  border-bottom: 4px solid #dedede;
  margin-left: 0px;
  margin-right: 0px;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .star-rating-line .star-image {
  margin-top: 8px;
  margin-right: 4px;
  background-image: url('/images/skillshub/quizsurveyicons/star_grey.png') !important;
  height: 53px;
  width: 53px;
  display: inline-block;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .star-rating-line .star-image.selected {
  background-image: url('/images/skillshub/quizsurveyicons/star_blue.png') !important;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .star-rating-line .display-text {
  display: block;
  font-size: 28px;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .star-rating-line .response-line-value {
  padding-top: 20px;
  font-size: 45px;
  font-weight: 700;
  padding-right: 0px;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .star-rating-line.na-line .star-image {
  height: 15px;
  visibility: hidden;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .star-rating-line.na-line .response-line-value {
  padding-top: 12px;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .emoji-line {
  padding-top: 10px;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .emoji-line .emoji-image {
  height: 70px;
  width: 70px;
  display: inline-block;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  vertical-align: middle;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .emoji-line .emoji-image.emoji-image-1 {
  background-image: url('/images/skillshub/quizsurveyicons/emoji_very_poor.png') !important;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .emoji-line .emoji-image.emoji-image-2 {
  background-image: url('/images/skillshub/quizsurveyicons/emoji_poor.png') !important;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .emoji-line .emoji-image.emoji-image-3 {
  background-image: url('/images/skillshub/quizsurveyicons/emoji_average.png') !important;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .emoji-line .emoji-image.emoji-image-4 {
  background-image: url('/images/skillshub/quizsurveyicons/emoji_good.png') !important;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .emoji-line .emoji-image.emoji-image-5 {
  background-image: url('/images/skillshub/quizsurveyicons/emoji_excellent.png') !important;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .emoji-line .display-text {
  padding-left: 20px;
  vertical-align: middle;
  display: inline-block;
}
#survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .emoji-line .response-line-value {
  margin-top: -15px;
  margin-bottom: 15px;
}
#survey-report-print .survey-report-question-page .survey-report-page-footer {
  background-color: #1188FF !important;
  color: #fff;
  height: 50px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  position: absolute;
}
#survey-report-print .survey-report-question-page .survey-report-page-footer .page-index {
  font-size: 16px;
  padding-top: 10px;
  padding-right: 20px;
}
@media print {
  #survey-report-print {
    margin: 0;
    height: 100%;
    width: 100%;
  }
  #survey-report-print :root {
    -webkit-print-color-adjust: exact;
  }
  #survey-report-print .survey-report-page {
    border: none !important;
    border-color: red;
  }
  #survey-report-print .survey-report-cover-page .cover-page-header h1,
  #survey-report-print .survey-report-cover-page .cover-page-header h2,
  #survey-report-print .survey-report-cover-page .cover-page-header h3 {
    color: #fff !important;
  }
  #survey-report-print .survey-report-question-page .survey-question-page-top {
    page-break-before: always;
  }
  #survey-report-print .survey-report-question-page .survey-question-page-body .survey-question-page-body-header .header-primary {
    color: #1188FF !important;
  }
  #survey-report-print .survey-report-question-page .survey-question-page-body .survey-question-page-body-header .header-explanation {
    color: #b7297d !important;
  }
  #survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container {
    min-height: unset;
  }
  #survey-report-print .survey-report-question-page .survey-question-page-body .page-response-container .multiple-response-line {
    break-inside: avoid;
  }
  #survey-report-print .survey-report-question-page .survey-report-page-footer {
    page-break-after: always;
    bottom: -0.5px;
  }
  #survey-report-print .survey-report-question-page .survey-report-page-footer .page-index {
    color: #fff !important;
  }
}
@page {
  size: A4;
  margin: 0;
  padding: 0;
}
.lwm-tile {
  margin: 10px;
  border-radius: 0;
  border: none;
  overflow: hidden;
}
.lwm-tile .tile-image-group {
  text-align: center;
  position: relative;
  /* Needed to make any corner-banner work */
}
.lwm-tile .tile-image-group .play-button {
  position: absolute;
  top: 23%;
  left: 43%;
  background-color: #1188FF;
  opacity: 0.7;
  color: #fff;
  font-size: 39px;
  padding-left: 10px;
  padding-right: 5px;
}
.lwm-tile .lwm-tile-heading {
  z-index: 1;
  text-shadow: none !important;
}
.lwm-tile .lwm-tile-heading h1 {
  font-weight: 700;
}
.lwm-tile .lwm-tile-image {
  overflow: hidden;
}
.lwm-tile .lwm-tile-image img {
  transition: all 0.3s ease-in-out;
}
.lwm-tile .lwm-tile-image img:hover {
  transform: scale(1.1);
}
.lwm-tile .lwm-tile-description {
  font-size: 12px;
  border-top: 1px solid #dedede;
  margin-bottom: 10px;
}
.lwm-tile[data-lwm-tile-type="LearningTopic"] {
  background-color: rgba(18, 115, 180, 0.14);
}
.lwm-tile[data-lwm-tile-type="LearningTopic"] .lwm-tile-heading {
  position: absolute;
  top: 40%;
  background-color: transparent;
  text-shadow: 2px 2px 2px darkgrey;
}
.lwm-tile[data-lwm-tile-type="LearningTopic"] .lwm-tile-heading h1 {
  font-weight: 600;
}
.lwm-tile[data-lwm-tile-type="LearningTopic"] .lwm-tile-identifier-container {
  display: none;
}
.lwm-tile[data-lwm-tile-type="LearningTopicCourse"] {
  background-color: rgba(18, 115, 180, 0.14);
}
.lwm-tile[data-lwm-tile-type="LearningTopicCourse"] .lwm-tile-heading {
  position: absolute;
  top: 40%;
  background-color: transparent;
  text-shadow: 2px 2px 2px darkgrey;
}
.lwm-tile[data-lwm-tile-type="LearningTopicCourse"] .lwm-tile-heading h1 {
  font-weight: 600;
}
.lwm-tile[data-lwm-tile-type="LearningTopicCourse"] .lwm-tile-identifier-container {
  display: none;
}
.lwm-tile[data-lwm-tile-type="Content"],
.lwm-tile[data-lwm-tile-type="CourseContent"] {
  -webkit-box-shadow: 0px 0px 7px rgba(201, 196, 196, 0.56);
  -moz-box-shadow: 0px 0px 7px rgba(201, 196, 196, 0.56);
  box-shadow: 0px 0px 7px rgba(201, 196, 196, 0.56);
}
.lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-heading-content,
.lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-heading-content {
  margin-bottom: 20px;
  margin-top: 10px;
}
.lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-heading-content h1,
.lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-heading-content h1 {
  font-weight: 600;
  font-size: 16px !important;
  line-height: 22px;
  padding: 15px 15px 0px 5px;
}
.lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-heading-content h1 .course-item-label-success,
.lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-heading-content h1 .course-item-label-success {
  top: 18px;
  right: 50px;
}
.lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-heading-content h1:hover,
.lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-heading-content h1:hover {
  color: #1188FF;
}
.lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-identifier-container,
.lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-identifier-container {
  display: none;
}
.corner-banner-container {
  width: 100%;
  height: 0px;
}
.corner-banner {
  background-image: url('/Images/skillshub/corner-banner.png');
  background-size: contain;
  color: white;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  vertical-align: middle;
}
.corner-banner.corner-banner-playlist {
  background-image: url('/Images/skillshub/corner-banner-playlist.png');
}
.corner-banner.corner-banner-watch {
  background-image: url('/Images/skillshub/corner-banner.png');
}
.corner-banner.corner-banner-listen {
  background-image: url('/Images/skillshub/corner-banner-green.png');
}
.corner-banner.corner-banner-read {
  background-image: url('/Images/skillshub/corner-banner-orange.png');
}
.corner-banner.corner-banner-interact {
  /*      background-image: url('/Images/skillshub/corner-banner-brown.png');*/
  background-image: url('/Images/skillshub/corner-banner-green.png');
}
.corner-banner.corner-banner-attend {
  background-image: url('/Images/skillshub/corner-banner-yellow.png');
}
.completed-indicator-container {
  width: 100%;
  height: 0px;
}
.completed-indicator-container .completed-indicator {
  background-color: #56b33b;
  color: #fff;
  font-size: 45px;
  position: absolute;
  border-radius: 30px;
  top: 5px;
  left: 5px;
  padding: 5px;
}
.corner-banner-text {
  display: block;
  width: 100px;
  height: 100px;
  padding-top: 16px;
  transform: rotate(45deg);
}
.corner-banner-text.two-line-text {
  padding-top: 8px;
}
#list {
  padding-left: 4px;
  padding-right: 4px;
}
/* adjustments for loading tiles without flickering when images are resized */
@media (min-width: 1200px) {
  .lwm-tile[data-lwm-tile-type="LearningTopic"] {
    min-height: 202.865px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .lwm-tile[data-lwm-tile-type="LearningTopic"] {
    min-height: 165.375px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .lwm-tile[data-lwm-tile-type="LearningTopic"] {
    min-height: 192.938px;
  }
}
@media (max-width: 767px) {
  .lwm-tile[data-lwm-tile-type="LearningTopic"] {
    min-height: calc((100vw - 20px)*.5625);
  }
}
@media (min-width: 1200px) {
  .lwm-tile[data-lwm-tile-type="LearningTopicCourse"] {
    min-height: 224.844px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .lwm-tile[data-lwm-tile-type="LearningTopicCourse"] {
    min-height: 214.938px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .lwm-tile[data-lwm-tile-type="LearningTopicCourse"] {
    min-height: 214.938px;
  }
}
@media (max-width: 767px) {
  .lwm-tile[data-lwm-tile-type="LearningTopicCourse"] {
    min-height: calc((100vw - 20px)*.5625);
  }
}
@media (min-width: 1200px) {
  .lwm-tile[data-lwm-tile-type="Content"],
  .lwm-tile[data-lwm-tile-type="CourseContent"] {
    min-height: 373.865px;
  }
  .lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-image,
  .lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-image {
    min-height: 202.865px;
  }
  .lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-description,
  .lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-description {
    min-height: 71px;
  }
  .lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-heading-content,
  .lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-heading-content {
    min-height: 38px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .lwm-tile[data-lwm-tile-type="Content"],
  .lwm-tile[data-lwm-tile-type="CourseContent"] {
    min-height: 336.375px;
  }
  .lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-image,
  .lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-image {
    min-height: 202.865px;
  }
  .lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-description,
  .lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-description {
    min-height: 71px;
  }
  .lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-heading-content,
  .lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-heading-content {
    min-height: 38px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .lwm-tile[data-lwm-tile-type="Content"],
  .lwm-tile[data-lwm-tile-type="CourseContent"] {
    min-height: 363.938px;
  }
  .lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-image,
  .lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-image {
    min-height: 192.938px;
  }
  .lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-description,
  .lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-description {
    min-height: 71px;
  }
  .lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-heading-content,
  .lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-heading-content {
    min-height: 38px;
  }
}
@media (max-width: 767px) {
  .lwm-tile[data-lwm-tile-type="Content"],
  .lwm-tile[data-lwm-tile-type="CourseContent"] {
    min-height: calc((100vw - 20px)*1.0357);
  }
  .lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-image,
  .lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-image {
    min-height: calc((100vw - 20px)*.563);
  }
  .lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-description,
  .lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-description {
    min-height: calc((100vw - 20px)*.19649);
  }
  .lwm-tile[data-lwm-tile-type="Content"] .lwm-tile-heading-content,
  .lwm-tile[data-lwm-tile-type="CourseContent"] .lwm-tile-heading-content {
    min-height: calc((100vw - 20px)*.0.10516);
  }
}
.lwm-playlist-add-buttons {
  margin-left: 10px;
  margin-top: -10px;
  margin-right: -5px;
}
.lwm-playlist-add-buttons .btn-group {
  width: 100%;
}
.lwm-playlist-add-buttons .btn-group .btn-latest-playlist {
  width: 89%;
  white-space: normal;
}
.lwm-dropdown-subheader {
  padding-left: 10px;
  text-decoration: underline;
  font-weight: 600 !important;
  color: #1188FF !important;
}
.lwm-dropdown-subheader:hover {
  color: #fff !important;
}
.lwm-playlist-selector {
  max-width: 96%;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  margin-bottom: 0px !important;
  max-height: 170px;
}
.lwm-playlist-selector::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
.lwm-playlist-selector li a {
  padding: 2px 20px !important;
  white-space: normal;
}
.lwm-playlist-selector li a.btn {
  text-align: left;
}
.lwm-tile .glyphicon-move {
  top: 18px;
  right: 18px;
}
.streamer-item-Content .attended-event-button-container,
.streamer-item-Content_QuizV2 .attended-event-button-container {
  display: inline;
}
.streamer-item-Content .attended-event-button-container .btn,
.streamer-item-Content_QuizV2 .attended-event-button-container .btn {
  margin-top: -32px;
  margin-right: 5px;
  display: inline-block;
}
.streamer-item-Content .event-date,
.streamer-item-Content_QuizV2 .event-date {
  margin-top: 9px;
  color: #1188FF;
  font-weight: 600;
  font-size: 14px;
  display: inline;
  float: left;
}
.streamer-item-Content .streamer-item-status,
.streamer-item-Content_QuizV2 .streamer-item-status {
  text-align: left;
}
.streamer-item-Content .tile-content-rank,
.streamer-item-Content_QuizV2 .tile-content-rank {
  color: #b7297d;
  font-weight: 700;
  margin-right: 10px;
  margin-top: 9px;
  font-size: 14px;
  display: inline;
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .streamer-item-Content .attended-event-button-container .btn,
  .streamer-item-Content_QuizV2 .attended-event-button-container .btn {
    margin-right: 3px;
    font-size: 10px;
  }
}
.tile-cpd-logo {
  position: absolute;
  left: 2px;
  top: 2px;
  width: auto;
  max-height: 54px;
  border-radius: 10px;
}
.schedule-content-tile-link {
  cursor: pointer;
}
.lwm-tile.snippet-animate.slide-from-right {
  transform: none !important;
  animation: none !important;
}
.top-header {
  height: 300px;
  /* Negative margins to make sure we touch all the sides */
  margin-top: -4px;
  margin-left: -4px;
  margin-right: -4px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  color: white;
  background-size: cover;
  background-position-x: center;
}
.top-header h2 {
  margin-top: 0px;
  font-size: 23px;
}
.top-header-dropdown {
  margin: 10px 15px;
  padding: 5px 15px;
}
.top-header-dropdown select {
  color: #555555;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 5px;
}
select .area-option {
  color: #1188FF;
  font-weight: 700;
}
select .masterteam-option {
  color: #b7297d;
  font-weight: 700;
}
@media (max-width: 767px) {
  .top-header {
    height: 160px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .top-header h2 {
    font-size: 12px;
    margin-bottom: 3px;
  }
}
/* Default images */
.top-header-Course {
  margin-bottom: 10px;
}
.top-header-Survey {
  background-position-y: center;
}
.top-header-AskTheExpert {
  background-position-y: center;
}
.modal-content .top-header {
  height: 170px;
}
/* Undo tasks done in the DefaultTheme that are not relivent to this theme (e.g. layout margins etc.) */
/* The default theme makes special adjustments to lwm-body-container > .container to stop scrolling on ipads due to its left sidebar.  We don't have a left sidebar so reset those defaults. */
@media (min-width: 768px) and (max-width: 991px) {
  .lwm-body-container > .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: initial;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lwm-body-container > .container {
    max-width: initial;
  }
}
/* Default theme also puts these adjutments onto the snippet-loading-container. */
@media (min-width: 768px) and (max-width: 991px) {
  .lwm-body-container > .container .snippet-loading-container {
    max-width: initial;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lwm-body-container > .container .snippet-loading-container {
    max-width: initial;
  }
}
.page-command-buttons {
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 2px;
}
[data-page-content] h1 {
  color: #fff;
  height: 200px;
  padding-top: 82px;
  vertical-align: middle;
  margin: 0px -15px 20px -15px;
}
@media (max-width: 767px) {
  [data-page-content] h1 {
    height: 90px;
    padding-top: 35px;
  }
}
[data-page-content="Contact"] h1 {
  background: #1188FF;
  height: auto !important;
  padding-bottom: 5px;
  padding-top: 5px;
}
[data-page-content="Suggest-a-Topic"] h1 {
  background: url('/Images/skillshub/PageBackgrounds/th_screen.jpg') no-repeat 50% / cover;
}
[data-page-content="Support"] h1 {
  background: url('/Images/skillshub/PageBackgrounds/support.jpg') no-repeat 50% / cover;
}
[data-page-content="Support"] h2 {
  font-size: 30px;
  color: #1188FF;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 30px;
  font-weight: 600;
}
[data-page-content="Support"] .main-text {
  font-size: 20px;
  padding: 10px;
}
[data-page-content="Resources"] h1 {
  background: url('/Images/skillshub/PageBackgrounds/136960226.jpg') no-repeat 50% / cover;
}
[data-page-content="Resources"] h2 {
  color: #fff;
  background: #1188FF;
  font-size: 18px;
  padding: 10px;
}
[data-page-content="Resources"] h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
[data-page-content="Resources"] [data-snippet-control="download-link"] .mtd-resource-text {
  color: #fff;
  background-color: #1188FF;
  padding: 5px 10px;
  margin-bottom: 10px;
}
[data-page-content="Resources"] [data-snippet-control="download-link"] img {
  width: 100%;
}
[data-page-content="Getting-Started"] h1 {
  background: url('/Images/skillshub/PageBackgrounds/539651788.jpg') no-repeat 50% / cover;
}
[data-page-content="Getting-Started"] h2 {
  color: #fff;
  background: #1188FF;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
}
[data-page-content="Getting-Started"] h2 .wysiwyg-font-size-small {
  font-weight: normal;
}
[data-page-content="Getting-Started"] p .wysiwyg-font-size-xx-large {
  font-size: 18px;
  background-color: #fff;
  color: #1188FF;
  font-weight: 700;
}
[data-page-content="Getting-Started"] [data-block-type="split-25-75"] {
  border-top: 5px solid #1188FF;
}
[data-page-content="Getting-Started"] [data-block-type="split-75-25"] {
  border-top: 5px solid #72c017;
}
[data-page-content="Getting-Started"] [data-block-type="image"] img {
  min-width: 255px;
  width: 50%;
  height: auto;
  max-height: unset;
}
@media (min-width: 768px) and (max-width: 991px) {
  [data-page-content="Getting-Started"] [data-block-type="image"] img {
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  [data-lwm-heading-type="CompanyAccount"] .lwm-heading-title {
    height: 75px;
  }
  [data-lwm-heading-type="CompanyAccount"] .dropdown {
    position: absolute;
    left: 90px;
    top: 40px;
  }
}
/* hide the searchbar on the learning topic page because we get to it from the icon on the menu in MTD */
/*#subview-container .lwm-search-bar {
    display: none;
}*/
#course-playlist-builder-modal .top-header {
  padding-left: 50px;
}
#course-playlist-builder-modal .modal-header h4 {
  margin-left: 30px;
}
#course-playlist-builder-modal .modal-body.modal-body-step3 {
  padding: 15px 0px !important;
}
#course-playlist-builder-modal .header-progress {
  width: 550px;
  position: absolute;
  right: 45px;
  top: 88px;
}
#course-playlist-builder-modal .modal-footer {
  text-align: left;
}
#course-playlist-builder-modal .modal-footer .builder-button-back {
  float: left;
  margin-left: 30px;
}
#course-playlist-builder-modal .modal-footer .builder-button-next {
  float: right;
  margin-right: 30px;
}
#course-playlist-builder-modal .modal-footer [data-snippet-control="dummy-schedule-now"] {
  float: right;
  margin-right: 30px;
}
#course-playlist-builder-modal .large-padding {
  padding-left: 15%;
  padding-right: 15%;
}
#course-playlist-builder-modal .topic-image {
  max-width: 300px;
}
#course-playlist-builder-modal .scheduling-options-container {
  margin-top: 20px;
  text-align: center;
}
#course-playlist-builder-modal .scheduling-options-container .btn-default {
  color: #1188FF;
  font-weight: 700;
}
#course-playlist-builder-modal .scheduling-options-container .btn-default:hover {
  background-color: #44a1ff !important;
  border-color: #44a1ff !important;
  color: #fff !important;
}
#course-playlist-builder-modal .scheduling-options-container .btn-default.active,
#course-playlist-builder-modal .scheduling-options-container .btn-default:active,
#course-playlist-builder-modal .scheduling-options-container .btn-default:focus {
  background-color: #1188FF !important;
  border-color: #1188FF !important;
  color: #fff;
}
#course-playlist-builder-modal .scheduling-options-container .scheduling-option:not(:first-child) {
  margin: 10px;
}
#course-playlist-builder-modal .scheduling-options-container .scheduling-option {
  display: inline-block;
}
#course-playlist-builder-modal .edit-sessions-button {
  margin-bottom: 15px;
}
#course-playlist-builder-modal #blocked-dates [data-snippet-control="block-date-button"] {
  margin-left: 10px;
}
#course-playlist-builder-modal #blocked-dates .date-row .btn {
  padding: 4px 9px;
  margin-top: -5px;
}
#course-playlist-builder-modal #blocked-dates #date-block-form {
  margin-top: 5px;
}
#course-playlist-builder-modal #blocked-dates #date-block-form .btn {
  margin-top: -10px;
}
#course-playlist-builder-modal .list-filters {
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: -15px;
}
#schedule-review .course-summary {
  margin-left: 45px;
  margin-right: 45px;
}
.journey-summary {
  margin-left: 45px;
  margin-right: 45px;
}
.journey-summary .sub-header h4 {
  font-weight: 600;
  font-size: 17px;
}
.journey-summary .sub-header h4.subtext {
  font-size: 13px;
}
.journey-summary .sub-header .emphasis {
  color: #b7297d;
  font-weight: 700;
}
.journey-summary .sub-header .emphasis.no-color {
  color: inherit;
}
.journey-summary .sub-header .emphasis .icomoon {
  color: #959595;
  font-size: 20px;
  top: 3px;
  position: relative;
}
.course-summary {
  margin-left: 15px;
  margin-right: 15px;
}
.course-summary .sub-header h4 {
  font-weight: 600;
  font-size: 17px;
}
.course-summary .sub-header h4.subtext {
  font-size: 13px;
}
.course-summary .sub-header .emphasis {
  color: #b7297d;
  font-weight: 700;
}
.course-summary .sub-header .emphasis.no-color {
  color: inherit;
}
#filters-container {
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#filters-container .btn-default {
  color: #1188FF;
  font-weight: 700;
}
#filters-container .btn-default:hover {
  background-color: #44a1ff !important;
  border-color: #44a1ff !important;
  color: #fff !important;
}
#filters-container .btn-default.active,
#filters-container .btn-default:active,
#filters-container .btn-default:focus {
  background-color: #1188FF !important;
  border-color: #1188FF !important;
  color: #fff;
}
#name-editor-modal label {
  margin-top: 5px;
}
#name-editor-modal [data-snippet-component="PublishStateAlert_Shared_PublishStateAlert"] {
  margin-bottom: 20px;
}
#name-editor-modal [data-snippet-component="PublishStateAlert_Shared_PublishStateAlert"] .snippet-show-when-editing {
  display: block !important;
}
#name-editor-modal .tags-row .container-like-text-box {
  border: 2px solid #eaeaea;
  padding: 10px 0px;
  height: auto;
  overflow: hidden;
}
#name-editor-modal .tags-row .container-like-text-box .snippet-tags {
  border: none;
}
#name-editor-modal .tags-row .container-like-text-box .snippet-tags input.tags-input {
  display: initial !important;
  border: none;
}
#name-editor-modal .tags-row .container-like-text-box .snippet-tags .tag .remove {
  display: initial !important;
}
.general-toggle-switch {
  clear: none;
  /* Rounded sliders */
}
.general-toggle-switch .toggle-title {
  display: inline-block;
  padding: 0px 5px 0px 5px;
}
.general-toggle-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  padding-top: 7px;
  z-index: 9;
}
.general-toggle-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.general-toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #808080;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.general-toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.general-toggle-switch input:checked + .slider {
  background-color: #1188FF;
}
.general-toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px #1188FF;
}
.general-toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.general-toggle-switch .slider.round {
  border-radius: 34px;
}
.general-toggle-switch .slider.round:before {
  border-radius: 50%;
}
[data-showeditbuttons="false"] .snippet-edit-wrapper .snippet-edit-button {
  display: none;
}
[data-showeditbuttons="false"] .snippet-edit-wrapper .lwm-data-language-selector {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  #course-playlist-builder-modal .header-progress {
    width: 290px;
    top: 124px;
    right: 50px;
  }
  #course-playlist-builder-modal .large-padding {
    padding-left: 50px;
    padding-right: 50px;
  }
  #course-playlist-builder-modal .modal-footer .builder-button-back {
    margin-left: 15px;
  }
  #course-playlist-builder-modal .modal-footer .builder-button-back {
    margin-right: 15px;
  }
  #course-playlist-builder-modal .scheduling-options-container .scheduling-option {
    max-width: 29%;
    margin: 10px !important;
    white-space: normal;
  }
  #course-playlist-builder-modal .schedule-form-container form .form-fields .form-field-row {
    text-align: left;
  }
  #name-editor-modal .header-progress {
    right: 48px;
  }
  #name-editor-modal [data-snippet-component="PublishStateAlert_Shared_PublishStateAlert"] .alert .btn-group {
    margin-top: 10px;
  }
  #name-editor-modal .modal-footer .builder-button-next {
    margin-right: 30px;
  }
  .general-toggle-switch .slider:before {
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .general-toggle-switch .slider.round {
    border-radius: 24px;
  }
  .general-toggle-switch .toggle-title {
    font-size: 12px !important;
  }
  .general-toggle-switch .switch {
    width: 50px;
    height: 24px;
    padding-top: 5px;
  }
  #add-learning-modal .header-progress {
    right: 30px;
  }
  #add-learning-modal .modal-footer .builder-button-back {
    margin-left: 15px;
  }
  #add-learning-modal .modal-footer .builder-button-next {
    margin-right: 15px;
  }
  #build-schedule label[for="BulkEmail"] {
    font-size: 13px;
  }
  #build-schedule .modal-footer .builder-button-back {
    margin-left: 30px;
  }
  #build-schedule .list-filters {
    margin-top: 10px;
    margin-left: 10px;
  }
  #build-schedule .list-filters input {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
  }
  #schedule-review .header-progress {
    right: 36px;
  }
  #schedule-review .modal-body .course-summary {
    margin-left: 49px;
    margin-right: 36px;
  }
  #schedule-review .modal-footer .builder-button-back {
    margin-left: 30px;
  }
  #schedule-review .modal-footer .builder-button-next {
    margin-right: 20px;
  }
  .course-summary {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media (max-width: 767px) {
  #course-playlist-builder-modal .label-info.help-link {
    top: 23px;
    right: 9px;
  }
  #course-playlist-builder-modal .top-header {
    height: 160px;
    padding-top: 44px;
    padding-left: 30px;
  }
  #course-playlist-builder-modal .header-progress {
    width: 325px;
    right: 8px;
    top: 105px;
  }
  #name-editor-modal .modal-dialog,
  #add-learning-modal .modal-dialog,
  #build-schedule .modal-dialog,
  #schedule-review .modal-dialog {
    margin-left: 0px;
    margin-right: 0px;
  }
  #name-editor-modal .large-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  #name-editor-modal [data-snippet-component="CoursePlaylistImageEditor"] .col-xs-12:not(:first-child) > label {
    font-size: 12px;
  }
  #name-editor-modal [data-snippet-control="select-image-button"] {
    margin-bottom: 10px;
  }
  #name-editor-modal .modal-footer .builder-button-next {
    margin-right: 5px;
  }
  .general-toggle-switch .slider:before {
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .general-toggle-switch .slider.round {
    border-radius: 24px;
  }
  .general-toggle-switch .toggle-title {
    font-size: 13px !important;
  }
  .general-toggle-switch .switch {
    width: 50px;
    height: 24px;
    padding-top: 5px;
  }
  #add-learning-modal #filters-container {
    margin-left: 35px;
  }
  #build-schedule .modal-header h4 {
    margin-left: 0px;
  }
  #build-schedule .journey-summary {
    margin-left: 15px;
    margin-right: 15px;
  }
  #build-schedule .journey-summary .sub-header h4 {
    font-size: 13px;
  }
  #build-schedule .journey-summary .scheduling-options-container {
    text-align: left;
  }
  #build-schedule .journey-summary .scheduling-options-container .scheduling-option {
    margin-left: 0px !important;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 11px;
  }
  #build-schedule .modal-footer .builder-button-back {
    margin-left: 0px;
  }
  #build-schedule .modal-footer .builder-button-next {
    margin-right: 0px;
  }
  #build-schedule .modal-footer [data-snippet-control="dummy-schedule-now"] {
    margin-right: 0px;
  }
}
.label-info {
  background-color: #1188FF;
  color: #fff;
  margin-left: 5px;
  font-size: 13px;
  border-radius: 15px;
  padding: 1px 8px;
  font-weight: 700;
  vertical-align: super;
}
.label-info.help-link {
  font-size: 25px;
  position: absolute;
  top: 30px;
  right: 45px;
  padding: 0px 12px;
}
.support-number-container {
  display: inline-block;
  width: 80%;
  text-align: center;
  margin-left: 10%;
}
@media (max-width: 767px) {
  .support-number-container {
    width: 100%;
  }
}
.skillshub-divider-line {
  height: 3px;
  background-color: #b7297d;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
#manage-support-ticket .support-header-col {
  display: inline-block;
}
#manage-support-ticket .support-header-col p {
  padding-top: 5px;
}
#manage-support-ticket #support-processing {
  margin: 20px 15px;
  border-top: 1px solid #1188FF;
  padding-top: 20px;
}
#manage-support-ticket .btn {
  margin-left: 5px;
}
#manage-support-ticket .btn-standard1.btn-default {
  color: #b7297d;
  background-color: #fff;
  border-color: #b7297d;
  margin-bottom: 5px;
}
#manage-support-ticket .btn-standard1.btn-default:hover {
  background-color: #dd69ae !important;
  color: #fff;
}
#manage-support-ticket .btn-standard1.btn-primary {
  color: #fff;
  background-color: #b7297d;
  border-color: #b7297d;
  margin-bottom: 5px;
}
#manage-support-ticket .btn-standard1.btn-primary:hover {
  background-color: #d43f97 !important;
  color: #fff;
}
#manage-support-ticket .support-action-container {
  display: none;
}
#manage-support-ticket .form-group {
  border: 1px solid #eaeaea;
  padding: 15px 15px 10px 15px;
  overflow: hidden;
}
#manage-support-ticket .form-group .form-control {
  margin-bottom: 10px;
}
#manage-support-ticket .form-group textarea {
  resize: none;
}
#ticket-event-table .support-notes {
  background-color: #ecf6ff;
}
#ticket-event-table .screenshot-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.hide-on-entry {
  display: none;
}
#status-filters {
  margin-bottom: 10px;
}
#status-filters .status-filter {
  padding-right: 5px;
}
#status-filters .status-filter .filter-number {
  background-color: #fff;
  color: #1188FF;
  padding: 5px 10px;
  border-radius: 14px;
  margin-left: 10px;
}
#status-filters .status-filter.btn-default {
  color: #1188FF;
}
#status-filters .status-filter.btn-default .filter-number {
  background-color: #1188FF;
  color: #fff;
}
.striped {
  background-color: #f5f5f5 !important;
}
.not-striped {
  background-color: transparent !important;
}
.header-supplementary {
  margin-left: 5px;
  margin-right: 5px;
}
.header-supplementary .status-sign {
  margin-top: -130px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
  background-color: #ff9700;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
#respond-section [data-wysihtml5-command="insertImage"] {
  display: none;
}
#validation-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
#validation-container #validation-error,
#validation-container #validation-warning,
#validation-container #validation-success {
  padding: 10px;
}
#add-edit-delete-container {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #manage-support-ticket .header-supplementary .header-status {
    padding-right: 0px;
  }
  #manage-support-ticket .header-supplementary .status-sign {
    margin-top: -85px;
    font-size: 14px;
    font-weight: 500;
  }
  #manage-support-ticket .header-supplementary #header-subscription {
    margin-top: -130px;
  }
}
@media (max-width: 767px) {
  #manage-support-ticket .header-supplementary .status-sign {
    margin-top: -60px;
    font-size: 14px;
    font-weight: 500;
  }
  #manage-support-ticket .header-supplementary #header-subscription {
    margin-top: -100px;
  }
  #manage-support-ticket .course-summary .sub-header h4 {
    font-size: 12px;
  }
  #manage-support-ticket .modal-body {
    padding-top: 5px;
  }
  #manage-support-ticket #support-processing {
    margin-top: 0px;
  }
}
#support-asktheexpert .main-text {
  font-size: 20px;
  padding: 10px;
}
#support-asktheexpert .main-text.main-text-bold {
  font-weight: 600;
}
#support-asktheexpert .form-label {
  margin-left: 2px;
  font-weight: 600;
  margin-bottom: 2px;
  margin-top: 10px;
}
#support-asktheexpert textarea {
  margin-bottom: 10px;
  margin-top: 20px;
}
#support-asktheexpert textarea:focus {
  font-size: 14px !important;
}
.user-profiles-list-table.filter-Administrators tbody tr {
  display: none;
}
.user-profiles-list-table.filter-Administrators tbody tr.Administrators {
  display: table-row;
}
.user-profiles-list-table.filter-Locked tbody tr {
  display: none;
}
.user-profiles-list-table.filter-Locked tbody tr.Locked {
  display: table-row;
}
.user-profiles-list-table.filter-Invited tbody tr {
  display: none;
}
.user-profiles-list-table.filter-Invited tbody tr.Invited {
  display: table-row;
}
.user-profiles-list-table.filter-All tbody tr {
  display: table-row;
}
.display-inline {
  display: inline-block;
}
.all-action-buttons {
  text-align: right;
}
.flex {
  display: flex;
}
.flex .flex-full-width {
  width: 100%;
}
[data-snippet-control="answers-table"] {
  max-height: 500px;
  overflow-y: scroll;
}
.quizv2-build-table {
  border-collapse: collapse;
  border: 2px solid #eaeaea;
}
.quizv2-build-table th {
  background-color: #f0f0f0;
  border: 2px solid #eaeaea;
  padding: 8px 10px;
}
.quizv2-build-table td {
  border: 2px solid #eaeaea;
  padding: 8px 10px;
  font-weight: 600 !important;
}
.quizv2-build-table .tcol-20 {
  width: 20px;
}
.quizv2-build-table .tcol-40 {
  width: 40px;
}
.quizv2-build-table .tcol-80 {
  width: 80px;
}
.quizv2-build-table .tcol-90 {
  width: 90px;
}
.quizv2-build-table .tcol-100 {
  width: 100px;
}
.quizv2-build-table .btn-right {
  float: right;
}
.drag-and-drop-render .drag-and-drop-order-list,
.drag-and-drop-order-review-answers .drag-and-drop-order-list,
.drag-and-drop-render .drag-and-drop-list,
.drag-and-drop-order-review-answers .drag-and-drop-list {
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 20px;
}
.drag-and-drop-render .drag-and-drop-order-list .drag-and-drop-answer,
.drag-and-drop-order-review-answers .drag-and-drop-order-list .drag-and-drop-answer,
.drag-and-drop-render .drag-and-drop-list .drag-and-drop-answer,
.drag-and-drop-order-review-answers .drag-and-drop-list .drag-and-drop-answer {
  border: 2px #b7297d solid;
  margin-top: 10px;
  width: 100%;
  border-radius: 10px;
  border-width: 2px;
  font-size: 16px;
  font-weight: 600;
}
.drag-and-drop-render .drag-and-drop-order-list .ghost,
.drag-and-drop-order-review-answers .drag-and-drop-order-list .ghost,
.drag-and-drop-render .drag-and-drop-list .ghost,
.drag-and-drop-order-review-answers .drag-and-drop-list .ghost {
  background-color: #f9e6f1;
}
.drag-and-drop-render .drag-and-drop-list-container,
.drag-and-drop-order-review-answers .drag-and-drop-list-container {
  padding-left: 50px;
  padding-right: 50px;
}
.drag-and-drop-render .drag-and-drop-list,
.drag-and-drop-order-review-answers .drag-and-drop-list {
  border: 1px solid #1188FF;
  border-radius: 10px;
  padding: 20px 50px;
  min-height: 15rem;
}
.drag-and-drop-order-review-answers .btn {
  cursor: default;
}
.drag-and-drop-match-render .drag-and-drop-match-list {
  margin-top: 20px;
}
.drag-and-drop-match-render .drag-and-drop-match-list .drag-and-drop-answer {
  width: 100%;
  border: 2px #b7297d solid;
  margin-top: 10px;
  height: 45px;
  border-radius: 10px;
  border-width: 2px;
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
}
.drag-and-drop-match-render .drag-and-drop-match-list .ghost {
  background-color: #f9e6f1;
}
.drag-and-drop-match-render .drag-and-drop-match-list.drag-and-drop-match-static-list .drag-and-drop-answer {
  border: 2px #1188FF solid;
  border-right-style: dotted;
  cursor: auto;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.drag-and-drop-match-render .drag-and-drop-match-list.drag-and-drop-matched-list {
  margin-top: 30px;
}
.drag-and-drop-match-render .drag-and-drop-match-list.drag-and-drop-matched-list .drag-and-drop-match-receiver {
  border: 2px #dd69ae dotted;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 45px;
  margin-top: 10px;
  padding: 0px;
}
.drag-and-drop-match-render .drag-and-drop-match-list.drag-and-drop-matched-list .drag-and-drop-answer {
  margin-top: 0px;
  margin-bottom: 0px;
  border: none;
  background-color: #b7297d;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #fff;
  margin-top: -2px;
}
.drag-and-drop-match-render .drag-and-drop-match-list.drag-and-drop-matchitems-list {
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  min-height: 65px;
  background-color: #f9e6f1;
}
.drag-and-drop-match-render .drag-and-drop-match-list-container.static-list-container {
  padding-right: 0px;
}
.drag-and-drop-match-render .drag-and-drop-match-list-container.matched-list-container {
  padding-right: 0px;
  padding-left: 0px;
}
.drag-and-drop-match-render.review-answers-container .btn,
.drag-and-drop-match-render.review-answers-container .btn-default {
  cursor: default !important;
}
.drag-and-drop-match-render.review-answers-container .btn-default:hover {
  background-color: #fff !important;
  color: #555555 !important;
}
.drag-and-drop-match-render.review-answers-container .btn-default.selected:hover {
  background-color: #1188FF !important;
  color: #fff !important;
}
.drag-and-drop-match-render.review-answers-container .correct-indicator {
  top: -5px !important;
  height: 39px !important;
  width: 39px !important;
  margin: 0px !important;
}
.drag-and-drop-match-render.review-answers-container .correct-indicator .icon {
  font-size: 30px !important;
}
.drag-and-drop-match-render.review-answers-container .answer-spacer {
  min-height: 55px;
}
.modal .drag-and-drop-match-render .drag-and-drop-match-list .drag-and-drop-answer {
  font-size: 12px !important;
}
.emoji-build .emoji-table-row input[type='checkbox'] {
  transform: scale(2);
}
.emoji-build .emoji-table-row .emoji-image {
  padding-top: 0px;
  padding-bottom: 0px;
}
.emoji-build .emoji-table-row .emoji-image img {
  height: 50px;
  width: auto;
}
.emoji-render .na-required {
  padding-left: 150px;
}
.emoji-render #emoji-slider {
  width: 614px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 15px;
}
.emoji-render #emoji-slider #emoji-slider-handle {
  background-color: grey;
  height: 30px;
  width: 30px;
  top: -10px;
  margin-left: 0;
}
.emoji-render #emoji-slider #emoji-slider-handle.selected {
  background-color: #1188FF;
}
.emoji-render .answer-choices-container .answer-choice-label,
.emoji-render .answer-choices-container .answer-choice-number,
.emoji-render .answer-choices-container .answer-choice {
  display: inline-block;
  width: 150px;
  font-weight: 600;
  margin-top: 10px;
}
.emoji-render .answer-choices-container .answer-choice-label {
  margin-top: 20px;
  color: #1188FF;
}
.emoji-render .answer-choices-container .answer-choice {
  vertical-align: top;
}
.emoji-render .answer-choices-container .answer-choice .emoji-image {
  height: 90px;
  width: 90px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.emoji-render .answer-choices-container .answer-choice .emoji-image.emoji-image-1 {
  background-image: url('/images/skillshub/quizsurveyicons/emoji_very_poor.png');
}
.emoji-render .answer-choices-container .answer-choice .emoji-image.emoji-image-2 {
  background-image: url('/images/skillshub/quizsurveyicons/emoji_poor.png');
}
.emoji-render .answer-choices-container .answer-choice .emoji-image.emoji-image-3 {
  background-image: url('/images/skillshub/quizsurveyicons/emoji_average.png');
}
.emoji-render .answer-choices-container .answer-choice .emoji-image.emoji-image-4 {
  background-image: url('/images/skillshub/quizsurveyicons/emoji_good.png');
}
.emoji-render .answer-choices-container .answer-choice .emoji-image.emoji-image-5 {
  background-image: url('/images/skillshub/quizsurveyicons/emoji_excellent.png');
}
.emoji-render .answer-choices-container .answer-choice input[type='radio'] {
  transform: scale(2);
  top: 34px;
  position: relative;
}
.emoji-render.emoji-review-answers .answer-choices-container {
  text-align: center;
}
.emoji-render.emoji-review-answers .answer-choices-container .answer-choice .fake-radio {
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.emoji-render.emoji-review-answers .answer-choices-container .answer-choice .fake-radio.checked {
  border-color: #1188FF;
  background-color: #1188FF;
}
.emoji-render.emoji-review-answers .answer-choices-container .answer-choice .display-handle {
  background-color: #1188FF;
  border-radius: 3px;
  height: 30px;
  width: 30px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
}
.emoji-render.emoji-review-answers .answer-choices-container .answer-choice.fake-slider {
  margin-left: -2px;
  margin-right: -2px;
  width: 88px;
  margin-top: 20px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  height: 12px;
  margin-bottom: 20px;
}
.emoji-render.emoji-review-answers .answer-choices-container .fake-slider {
  border-left: 1px solid #cecece;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.emoji-render.emoji-review-answers .answer-choices-container .fake-slider ~ .fake-slider {
  border-left: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.emoji-render.emoji-review-answers .answer-choices-container :last-child.fake-slider {
  border-right: 1px solid #cecece;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.modal .emoji-render .na-required {
  padding-left: 100px;
}
.modal .emoji-render .answer-choices-container .answer-choice-label,
.modal .emoji-render .answer-choices-container .answer-choice-number,
.modal .emoji-render .answer-choices-container .answer-choice {
  width: 84px;
}
.modal .emoji-render .answer-choices-container .answer-choice-label {
  margin-top: 0px;
}
.modal .emoji-render .answer-choices-container .answer-choice .emoji-image {
  height: 60px;
  width: 60px;
}
.likert-scale-render .answer-choices-container {
  padding-left: 3%;
  padding-right: 3%;
}
.likert-scale-render .answer-choices-container .answer-choice-label,
.likert-scale-render .answer-choices-container .answer-choice-number,
.likert-scale-render .answer-choices-container .answer-choice {
  display: inline-block;
  width: 8%;
  font-weight: 600;
  margin-top: 10px;
}
.likert-scale-render .answer-choices-container .answer-choice-label {
  margin-top: 20px;
  color: #1188FF;
}
.likert-scale-render .answer-choices-container .answer-choice input[type='radio'] {
  transform: scale(2);
}
@media (min-width: 768px) and (max-width: 991px) {
  .likert-scale-render .answer-choices-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .likert-scale-render .answer-choices-container .answer-choice-label,
  .likert-scale-render .answer-choices-container .answer-choice-number,
  .likert-scale-render .answer-choices-container .answer-choice {
    width: 60px;
    font-weight: 600;
    margin-top: 5px;
  }
}
.likert-scale-render.likert-scale-review-answers .answer-choices-container .answer-choice .fake-radio {
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}
.likert-scale-render.likert-scale-review-answers .answer-choices-container .answer-choice .fake-radio.checked {
  border-color: #1188FF;
  background-color: #1188FF;
}
.modal .likert-scale-render.likert-scale-review-answers .answer-choices-container {
  padding: 0px;
}
.modal .likert-scale-render.likert-scale-review-answers .answer-choices-container .answer-choice-label {
  font-size: 12px;
}
.modal .likert-scale-render.likert-scale-review-answers .answer-choices-container .answer-choice-label,
.modal .likert-scale-render.likert-scale-review-answers .answer-choices-container .answer-choice-number,
.modal .likert-scale-render.likert-scale-review-answers .answer-choices-container .answer-choice {
  width: 8.5%;
}
.multiple-response-render [data-snippet-control="answer-button"]:not(.selected):focus {
  background-color: #fff !important;
  color: #555555 !important;
}
.star-rating-build .star-table-row input[type='checkbox'] {
  transform: scale(2);
}
.star-rating-render .answer-choices-container {
  padding-left: 3%;
  padding-right: 3%;
}
.star-rating-render .answer-choices-container .answer-choice-label,
.star-rating-render .answer-choices-container .answer-choice-number,
.star-rating-render .answer-choices-container .answer-choice {
  display: inline-block;
  width: 100px;
  font-weight: 600;
  margin-top: 10px;
}
.star-rating-render .answer-choices-container .answer-choice-label {
  margin-top: 20px;
  color: #1188FF;
}
.star-rating-render .answer-choices-container .answer-choice {
  vertical-align: top;
}
.star-rating-render .answer-choices-container .answer-choice .star-image {
  background-image: url('/images/skillshub/quizsurveyicons/star_grey.png');
  height: 90px;
  width: 90px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.star-rating-render .answer-choices-container .answer-choice .star-image.selected {
  background-image: url('/images/skillshub/quizsurveyicons/star_blue.png');
}
.star-rating-render .answer-choices-container .answer-choice input[type='radio'] {
  transform: scale(2);
  top: 34px;
  position: relative;
}
.star-rating-render.star-rating-review-answers .answer-choices-container .answer-choice .fake-radio {
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.star-rating-render.star-rating-review-answers .answer-choices-container .answer-choice .fake-radio.checked {
  border-color: #1188FF;
  background-color: #1188FF;
}
.modal .star-rating-render.star-rating-review-answers .answer-choices-container {
  padding: 0px;
}
.modal .star-rating-render.star-rating-review-answers .answer-choices-container .answer-choice-label {
  font-size: 12px;
}
.modal .star-rating-render.star-rating-review-answers .answer-choices-container .answer-choice .star-image {
  height: 60px;
  width: 60px;
}
.true-or-false-build label,
.true-or-false-build .label {
  margin-top: 20px;
}
.true-or-false-build [name="CorrectQuestionPoints"] {
  height: 24px;
}
.written-answer-build input {
  margin-top: 10px;
}
.written-answer-render textarea {
  margin-top: 10px;
}
.written-answer-render textarea:focus {
  font-size: 14px !important;
}
.written-answer-render.written-answer-review-answers .written-answer-review-text {
  margin-top: 10px;
  border: 1px solid #cecece;
  padding: 10px 20px;
  border-radius: 10px;
}
/*Paths*/
/* NOTE: Fonts path should not include a trailing slash. */
.lwm-alert-help {
  background: #f7fbff;
  border: 1px solid #1188FF;
  color: #1188FF;
}
.alert-danger,
.alert-warning,
.alert-success,
.alert-info,
.lwm-alert-help {
  font-size: 14px;
  font-weight: 600;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #ffffff !important;
}
.btn,
label {
  font-weight: 600;
}
.btn-default {
  font-weight: normal;
}