@charset "UTF-8";

/*!
 * 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("/Content/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/Content/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("/Content/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/Content/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/Content/fonts/bootstrap/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: transparent;
}

body {
  font-family: ProximaNova-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #f5f5f5;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #4b278a;
  text-decoration: none;
  border-bottom: 1px solid #4b278a;
  cursor: pointer;
}

a:hover, a:focus {
  color: #2b164e;
  text-decoration: none;
  border-bottom: 1px dotted #4b278a;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(51, 51, 51, 0.5);
}

.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: ProximaNova-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.16;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #bababa;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 1.714rem;
}

h2, .h2 {
  font-size: 1.571rem;
  line-height: 1.411;
}

h3, .h3 {
  font-size: 1.428rem;
}

h4, .h4 {
  font-size: 1.214rem;
  font-weight: 500;
}

h5, .h5 {
  font-size: 1.142rem;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 700;
}

p {
  margin: 0 0 40px;
}

.lead {
  margin-bottom: 20px;
  font-size: 1.214rem;
  font-weight: 400;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 1.214rem;
  }
}

small,
.small {
  font-size: 78%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #bababa;
}

.text-primary {
  color: #4b278a;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #351c62;
}

.text-success {
  color: #fff;
}

a.text-success:hover,
a.text-success:focus {
  color: #e6e6e6;
}

.text-info {
  color: #333333;
}

a.text-info:hover,
a.text-info:focus {
  color: #1a1a1a;
}

.text-warning {
  color: #d9534f;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #c9302c;
}

.text-danger {
  color: #d9534f;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #c9302c;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #4b278a;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #351c62;
}

.bg-success {
  background-color: #4b278a;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #351c62;
}

.bg-info {
  background-color: #f5f5f5;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: gainsboro;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f5f5f5;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: gainsboro;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid whitesmoke;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 20px;
}

ul li,
ol li {
  padding-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #bababa;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid whitesmoke;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #bababa;
}

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 whitesmoke;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: ProximaNova-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}

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: 24px;
  padding-right: 24px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 732px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 960px) {
  .container {
    width: 960px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .klickmanage .container {
    width: 1152px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1600px) {
  .klickmanage .container {
    width: 1572px;
    padding-left: 0;
    padding-right: 0;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}

@media (max-width: 767px) {
  .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 {
    padding: 0;
  }
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 960px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: white;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #bababa;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: middle;
  border-top: 1px solid #e7e7e7;
}

@media (max-width: 767px) {
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    border-top: 0;
    border-bottom: 1px solid #e7e7e7;
  }
}

@media (max-width: 767px) {
  .table > thead > tr:last-child > th,
  .table > thead > tr:last-child > td,
  .table > tbody > tr:last-child > th,
  .table > tbody > tr:last-child > td,
  .table > tfoot > tr:last-child > th,
  .table > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e7e7e7;
}

.table > tbody > tr > th {
  vertical-align: top;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #e7e7e7;
}

.table > tbody > tr > th {
  color: #7e7e7e;
}

.table .table {
  background-color: #f5f5f5;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #e7e7e7;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e7e7e7;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-noborder {
  border: none;
}

.table-noborder > thead > tr > th,
.table-noborder > thead > tr > td,
.table-noborder > tbody > tr > th,
.table-noborder > tbody > tr > td,
.table-noborder > tfoot > tr > th,
.table-noborder > tfoot > tr > td {
  border: none;
}

.table-noborder > thead > tr > th,
.table-noborder > thead > tr > td {
  border: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f4f2f8;
}

.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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #4b278a;
}

.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: #402176;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #f5f5f5;
}

.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: #e8e8e8;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f5f5f5;
}

.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: #e8e8e8;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e7e7e7;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.thead-inverse th {
  background: #4b278a;
  color: white;
  border-bottom: none !important;
}

.thead-blue th {
  background: #dbe7f4;
  color: #333333;
  border-bottom: none !important;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #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: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d2d2d4;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #4b278a;
  outline: 0;
}

.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: whitesmoke;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

.form-control.input-validation-error, .form-control.error {
  border-color: #d9534f;
}

textarea.form-control {
  height: auto;
  resize: none;
}

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: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 45px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 6px 12px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 6px 12px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
  padding: 2px 12px;
}

.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: 31px;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 45px;
  min-height: 37px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .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: #fff;
}

.has-success .form-control {
  border-color: #fff;
  -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 white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}

.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #4b278a;
}

.has-success .form-control-feedback {
  color: #fff;
}

.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: #d9534f;
}

.has-warning .form-control {
  border-color: #d9534f;
  -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: #c9302c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}

.has-warning .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #d9534f;
}

.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: #d9534f;
}

.has-error .form-control {
  border-color: #d9534f;
  -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: #c9302c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}

.has-error .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #f5f5f5;
}

.has-error .form-control-feedback {
  color: #d9534f;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@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: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 6px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 7px;
    font-size: 11px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #7e7e7e;
  white-space: nowrap;
  text-transform: uppercase;
  color: #333333;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  color: #4b278a;
  background-color: #dbd4e8;
  border: 1px solid;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333333;
  background-color: #dbd4e8;
  border-color: #dbd4e8;
  text-decoration: none;
  border: 1px solid;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  border: 1px solid;
  color: #4b278a;
  background-color: #dbd4e8;
  -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.platform-disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  color: #bababa;
  background: #fff;
  border: 2px solid #bababa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333333;
  background-color: transparent;
  border-color: #7e7e7e;
}

.btn-default:focus, .btn-default.focus {
  color: #333333;
  background-color: transparent;
  border-color: #3e3e3e;
}

.btn-default:hover {
  color: #333333;
  background-color: #dbd4e8;
  border-color: #dbd4e8;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #4b278a;
  background-color: #dbd4e8;
  border-color: #dbd4e8;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #4b278a;
  background-color: #ac9cca;
  border-color: #9581bc;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #4b278a;
  background-color: #dbd4e8;
  border-color: #dbd4e8;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: transparent;
  border-color: #7e7e7e;
}

.btn-default .badge {
  color: transparent;
  background-color: #333333;
}

.btn-primary {
  color: #fff;
  background-color: #4b278a;
  border-color: #402176;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #351c62;
  border-color: #0a0513;
}

.btn-primary:hover {
  color: #333333;
  background-color: #dbd4e8;
  border-color: #dbd4e8;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #4b278a;
  background-color: #dbd4e8;
  border-color: #dbd4e8;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #4b278a;
  background-color: #ac9cca;
  border-color: #9581bc;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #4b278a;
  background-color: #dbd4e8;
  border-color: #dbd4e8;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #4b278a;
  border-color: #402176;
}

.btn-primary .badge {
  color: #4b278a;
  background-color: #fff;
}

/*
// Success appears as green
.btn-success {
  @include button-variant($btn-success-color, $btn-success-bg, $btn-success-border);
}
// Info appears as blue-green
.btn-info {
  @include button-variant($btn-info-color, $btn-info-bg, $btn-info-border);
}
// Warning appears as orange
.btn-warning {
  @include button-variant($btn-warning-color, $btn-warning-bg, $btn-warning-border);
}
// Danger and error appear as red
.btn-danger {
  @include button-variant($btn-danger-color, $btn-danger-bg, $btn-danger-border);
}*/
.btn-link {
  color: #4b278a;
  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: #2b164e;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #bababa;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 6px 12px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 50%;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 17px;
  text-align: left;
  background-color: #fff;
  border: solid 1px #ebeced;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

@media (max-width: 767px) {
  .dropdown-menu {
    min-width: 100%;
  }
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu li + li {
  border-top: solid 1px #efeff0;
}

.dropdown-menu > li {
  padding-bottom: 0;
}

.dropdown-menu > li:last-child > a, .dropdown-menu > li:last-child > a:hover {
  border-bottom: none;
}

.dropdown-menu > li > a {
  display: block;
  padding: 15px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #4b278a;
  white-space: nowrap;
  border-bottom: 1px solid whitesmoke;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  border-bottom: 1px solid whitesmoke;
}

.dropdown-menu > li.platform-disabled > a {
  color: #bababa;
  pointer-events: none;
}

.dropdown-menu > li.platform-disabled > a:hover, .dropdown-menu > li.platform-disabled > a:focus {
  text-decoration: none;
  color: #bababa;
  background-color: #fff;
  border-bottom: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #4b278a;
  border-bottom: 1px solid whitesmoke;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #bababa;
}

.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: 11px;
  line-height: 1.42857;
  color: #bababa;
  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 {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.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 {
  border-radius: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[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-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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: whitesmoke;
  border: 1px solid #d2d2d4;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 6px 12px;
  font-size: 11px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 6px;
}

.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-right: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: whitesmoke;
}

.nav > li.disabled > a {
  color: #bababa;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #bababa;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: whitesmoke;
  border-color: #4b278a;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: whitesmoke whitesmoke #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0px;
}

.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: #4b278a;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f5f5f5;
  }
}

.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: 60px;
  margin-bottom: 20px;
  border: none;
  -webkit-box-shadow: 0px 10px 10px -10px rgba(187, 181, 175, 0.25);
  -moz-box-shadow: 0px 10px 10px -10px rgba(187, 181, 175, 0.25);
  box-shadow: 0px 10px 10px -10px rgba(187, 181, 175, 0.25);
  font-family: ProximaNova-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 6px;
  padding-left: 6px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -6px;
  margin-left: -6px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 12px 0 0;
  font-size: 1.214rem;
  line-height: 20px;
  height: 60px;
  width: auto;
  border: none;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
  border: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    /*margin-left: -$navbar-padding-horizontal;*/
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 6px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background: url(/Content/Img/navbar-toggle.png) no-repeat top center;
  border: none;
  border-radius: 0px;
  width: 30px;
  height: 30px;
}

.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: 10px -6px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  border-bottom: transparent;
  font-size: 1.214rem;
  color: #333;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #4b278a;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.navbar-form {
  margin-left: -6px;
  margin-right: -6px;
  padding: 10px 6px;
  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: 13px;
  margin-bottom: 13px;
}

@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: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 13px;
  margin-bottom: 13px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 15px;
  margin-bottom: 15px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 19px;
  margin-bottom: 19px;
}

.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 6px;
    margin-right: 6px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -6px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #333;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #1a1a1a;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #333;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #4b278a;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #4b278a;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #333;
}

.navbar-default .navbar-link:hover {
  color: #4b278a;
}

.navbar-default .btn-link {
  color: #333;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #4b278a;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(230, 230, 230, 0.8);
}

.navbar-inverse .navbar-brand {
  color: #333;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #e0e0e0;
}

.navbar-inverse .navbar-nav > li > a {
  color: #333;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #4b278a;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #4b278a;
  background-color: rgba(230, 230, 230, 0.8);
}

.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: rgba(237, 237, 237, 0.8);
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgba(230, 230, 230, 0.8);
  color: #4b278a;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgba(230, 230, 230, 0.8);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgba(230, 230, 230, 0.8);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #4b278a;
    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: #4b278a;
    background-color: rgba(230, 230, 230, 0.8);
  }
  .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: #333;
}

.navbar-inverse .navbar-link:hover {
  color: #4b278a;
}

.navbar-inverse .btn-link {
  color: #333;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #4b278a;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #bababa;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #4b278a;
  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: 0px;
  border-top-left-radius: 0px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #2b164e;
  background-color: whitesmoke;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #4b278a;
  border-color: #4b278a;
  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: #bababa;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 6px 12px;
  font-size: 11px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: whitesmoke;
}

.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: #bababa;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #bababa;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #a1a1a1;
}

.label-primary {
  background-color: #4b278a;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #351c62;
}

.label-success {
  background-color: #dbd4e8;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #bfb3d6;
}

.label-info {
  background-color: #333333;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #1a1a1a;
}

.label-warning {
  background-color: #78305A;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #54213f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #bababa;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #4b278a;
  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;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: whitesmoke;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #dbdbdb;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 6px;
  padding-right: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 0px;
  -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 {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #4b278a;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #4b278a;
  border-color: #322176;
  color: #fff;
}

.alert-success hr {
  border-top-color: #2a1c62;
}

.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info {
  background-color: #feffc9;
  border-color: #e3e3e3;
  color: #333;
}

.alert-info hr {
  border-top-color: #d6d6d6;
}

.alert-info .alert-link {
  color: #1a1a1a;
}

.alert-warning {
  background-color: #ffe4e4;
  border-color: #faebcc;
  color: #333;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #1a1a1a;
}

.alert-danger {
  background-color: #ffe4e4;
  border-color: #d60000;
  color: #333;
}

.alert-danger hr {
  border-top-color: #bd0000;
}

.alert-danger .alert-link {
  color: #1a1a1a;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #dbd4e8;
  -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: #dbd4e8;
}

.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: #333333;
}

.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: #78305A;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  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;
  padding-right: 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: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item:nth-child(even) {
  background: whitesmoke;
}

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, a.list-group-item:focus,
button.list-group-item:hover,
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: whitesmoke;
  color: #bababa;
  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: #bababa;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #4b278a;
  border-color: #4b278a;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  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: #b59ae3;
}

.list-group-item-success {
  color: #fff;
  background-color: #4b278a;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #fff;
}

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, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #fff;
  background-color: #402176;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.list-group-item-info {
  color: #333333;
  background-color: #f5f5f5;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #333333;
}

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, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #333333;
  background-color: #e8e8e8;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.list-group-item-warning {
  color: #d9534f;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #d9534f;
}

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, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #d9534f;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.list-group-item-danger {
  color: #d9534f;
  background-color: #f5f5f5;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #d9534f;
}

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, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #d9534f;
  background-color: #e8e8e8;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 0;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 0;
  padding-right: 0;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #e7e7e7;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #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: #ebeced;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ebeced;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebeced;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebeced;
}

.panel-primary {
  border-color: #4b278a;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #4b278a;
  border-color: #4b278a;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4b278a;
}

.panel-primary > .panel-heading .badge {
  color: #4b278a;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4b278a;
}

.panel-success {
  border-color: #322176;
}

.panel-success > .panel-heading {
  color: #fff;
  background-color: #4b278a;
  border-color: #322176;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #322176;
}

.panel-success > .panel-heading .badge {
  color: #4b278a;
  background-color: #fff;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #322176;
}

.panel-info {
  border-color: #e3e3e3;
}

.panel-info > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #e3e3e3;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e3e3e3;
}

.panel-info > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e3e3e3;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #d9534f;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #d9534f;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #e8e8e8;
}

.panel-danger > .panel-heading {
  color: #d9534f;
  background-color: #f5f5f5;
  border-color: #e8e8e8;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e8e8e8;
}

.panel-danger > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #d9534f;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e8e8e8;
}

.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: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #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: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #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:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close, .modal-header .btn-close {
  margin-top: 0;
  padding: 0;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-lg {
    width: 900px;
  }
  .modal-fullscreen {
    width: calc(100vw - 5.714em);
  }
  .modal-sm {
    width: 500px;
  }
}

@media (min-width: 960px) {
  .modal-lg {
    width: 900px;
  }
  .modal-fullscreen {
    width: calc(100vw - 5.714em);
  }
}

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link, .cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: .5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: .3em .8em .5em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}

.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: .5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: ProximaNova-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  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: 11px;
  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: 0px;
}

.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: 50%;
  padding: 1px;
  font-family: ProximaNova-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: whitesmoke;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #ededed;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #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: whitesmoke;
}

.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: whitesmoke;
}

.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: whitesmoke;
}

.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: whitesmoke;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@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: transparent;
}

.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: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -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 {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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: 959px) {
  .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: 959px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 960px) 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: 960px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 960px) 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: 959px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 960px) 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;
  }
}


@keyframes pulseAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

@media all and (min-width: 768px) {
  /* screen size larger than 768px */
  html, body {
    font-size: 14px;
    /* 16px default size */
  }
}

@media all and (max-width: 767px) {
  /* screen size until 767px */
  html, body {
    font-size: 14px;
    /* 16px default size */
  }
}

body:not(.home) {
  overflow: hidden;
}

body {
  font-family: 'Proxima Nova Regular','Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Proxima Nova Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*HIGHLIGHTED TEXT*/
h1.text-highlight {
  font-size: 1.928em;
  font-weight: 700;
}

.text-highlight {
  line-height: 1.2;
  padding: 2px 0;
  margin: 0 0 10px 0;
}

.text-highlight span {
  background-color: #333;
  color: #fff;
  display: inline;
  padding: 0.215rem;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/*TITLE WITH LINE ON THE SIDE*/
.text-slide-line {
  /*margin:($grid-padding-width * 2);*/
}

.text-slide-line span {
  display: inline-block;
  position: relative;
}

.text-slide-line span:before, .text-slide-line span:after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(51, 51, 51, 0.5);
  top: 50%;
  width: 50%;
}

.text-slide-line span:before {
  right: 100%;
  margin-right: 15px;
}

.text-slide-line span:after {
  left: 100%;
  margin-left: 15px;
}

ul.group-list li {
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  ul.group-list li.col-sm-6 {
    width: 46%;
    margin-right: 20px;
  }
}

ul.group-list li:last-child {
  padding-bottom: 0;
}

.btn {
  border-radius: 4px;
  font-weight: normal;
  padding: 7px 25px 9px;
  font-family: ProximaNova-Bold;
}

.btn .icon-Element-Action {
  margin-left: -15px;
  margin-right: 10px;
  font-size: 16px;
  vertical-align: -1px;
}

@media (max-width: 767px) {
  .btn {
    padding: 10px 15px 10px;
    line-height: 1;
  }
  .btn + .btn {
    margin-left: 12px;
  }
  .btn .icon-Element-Action {
    margin-left: -5px;
    margin-right: 5px;
  }
}

.btn:focus, .btn:active:focus, .btn:active.focus {
  border: none;
}

.btn-group > .btn {
  border-radius: 4px;
}

.btn.btn-Google {
  background: url(/Content/Img/google/btn_google_signin_light_normal_web.png) no-repeat top left transparent;
  background-size: contain;
  border: none;
  width: 191px;
  height: 46px;
  padding: 0;
}

.btn.btn-Google:hover, .btn.btn-Google:focus {
  background: url(/Content/Img/google/btn_google_signin_light_focus_web.png) no-repeat top left;
  background-size: contain;
  background-color: transparent;
  padding: 0;
  border: none;
}

.btn.btn-Google:active {
  background: url(/Content/Img/google/btn_google_signin_light_pressed_web.png) no-repeat top left;
  background-size: contain;
  background-color: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
}

.btn.btn-margin-right {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .btn.btn-margin-right {
    margin-right: 30px;
  }
}

.btn-Google {
  background: url(/Content/Img/google/btn_google_signin_light_normal_web@2x.png) no-repeat top left transparent;
  background-size: contain;
  margin-bottom: 20px;
}

.btn-Google:hover, .btn-Google:focus, .btn-Google.focus {
  background: url(/Content/Img/google/btn_google_signin_light_focus_web@2x.png) no-repeat top left transparent;
  background-size: contain;
}

.btn-Google:focus, .btn-Google.focus, .btn-Google:active:focus, .btn-Google:active.focus, .btn-Google.active:focus, .btn-Google.active.focus {
  background: url(/Content/Img/google/btn_google_signin_light_pressed_web@2x.png) no-repeat top left transparent;
  background-size: contain;
}

.btn-circle-bg {
  border-radius: 50%;
}

.btn-circle-bg.active {
  background: #dbd4e8;
  border-color: #dbd4e8;
  color: #4b278a;
}

button.btn-close, btn-close {
  color: #333333;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  border: none;
}

button.btn-close:hover, button.btn-close:focus, btn-close:hover, btn-close:focus {
  color: #4b278a;
  text-decoration: none;
  box-shadow: none;
  border: none;
}

.btn-small, .btn-diff {
  padding: 5px 7px !important;
}

.btn.disable {
  opacity: 0.4;
  cursor: not-allowed;
}

.btn.disable:hover, .btn.disable:focus, .btn.disable.focus {
  background: initial;
  color: inherit;
}

.btn.disable:focus, .btn.disable.focus, .btn.disable:active:focus, .btn.disable:active.focus, .btn.disable.active:focus, .btn.disable.active.focus {
  background: initial;
}

.btn.disabled, .btn[disabled] {
  padding: 6px 24px 8px;
  margin-top: -1px;
}

.btn-primary {
  border: none;
}

.btn-primary:hover, .btn-primary:focus {
  border: none;
  color: #fff;
  background-color: #402176;
}

.btn-alternate {
  border: 1px solid #4b278a;
  color: #4b278a;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-bottom-border {
  border-bottom: none !important;
}

@media (min-width: 960px) {
  .no-padding {
    padding: 0 !important;
  }
}

.reg-padding-top {
  padding-top: 30px;
}

.reg-padding-bottom {
  padding-bottom: 30px;
}

.no-bg {
  background: none !important;
}

.no-shadow {
  box-shadow: none !important;
}

.col-centered {
  margin: 0 auto;
  float: none;
}

.lg-margin-bottom {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .lg-margin-bottom {
    margin-bottom: 20px;
  }
}

.md-margin-bottom {
  margin-bottom: 30px;
}

.md-margin-top {
  margin-top: 30px;
}

.margin-left {
  margin-left: 20px;
}

.margin-right {
  margin-right: 20px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.margin-top {
  margin-top: 20px;
}

.bg-white {
  background: white;
}

.bg-gray-lighter {
  background: whitesmoke;
}

.text-pink {
  color: #eb188c;
}

.box-shadow-top {
  box-shadow: 0px -10px 10px -10px rgba(187, 181, 175, 0.25);
  -webkit-box-shadow: 0px -10px 10px -10px rgba(187, 181, 175, 0.25);
  -moz-box-shadow: 0px -10px 10px -10px rgba(187, 181, 175, 0.25);
  -o-box-shadow: 0px -10px 10px -10px rgba(187, 181, 175, 0.25);
}

img {
  max-width: 100%;
}

picture {
  display: block;
}

.lineheight-sm {
  line-height: 1;
}

div[class^="col-"] div[class^="col-"], div[class^="col-"] div[class*=" col-"], div[class*=" col-"] div[class^="col-"], div[class*=" col-"] div[class*=" col-"] {
  padding: 0;
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Get rid of default border in Firefox. */
  border: none;
  /* Dimensions */
  width: 100px;
  height: 10px;
  /* For IE10 */
  color: #8167ad;
}

progress[value]::-webkit-progress-bar {
  background-color: #4b278a;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #8167ad;
  padding: 1px;
}

progress[value]::-webkit-progress-value {
  background-color: #8167ad;
}

progress[value].progress-reposive {
  width: 100%;
  vertical-align: top;
  margin-top: 3px;
  margin-right: 4px;
  width: calc(100% - 35px);
}

progress[value].bg-white {
  /* For IE10 */
  color: #4b278a;
}

progress[value].bg-white::-webkit-progress-bar {
  background-color: white;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #4b278a;
  padding: 1px;
}

progress[value].bg-white::-webkit-progress-value {
  background-color: #4b278a;
}

progress[value].bar-red::-webkit-progress-value {
  background-color: #d9534f;
}

.progress-value {
  font-size: 11px;
  font-family: ProximaNova-Bold;
  float: right;
}

.half-size {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.quarter-size {
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}

/* ----- Messagebar -----*/
.messagebar-active {
  padding-top: 27px;
}

.messagebar-active .messagebar {
  padding: 4px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  border: none;
  border-radius: 0;
  text-align: center;
  box-shadow: none;
}

.messagebar-active .messagebar a {
  color: #333;
  text-decoration: underline;
  margin-left: 3px;
}

.messagebar-active .messagebar strong {
  text-transform: uppercase;
  font-size: 13px;
}

.messagebar-active .messagebar.alert-info strong {
  color: #f1b12a;
}

.messagebar-active .messagebar.alert-warning strong {
  color: #ff0000;
}

.messagebar-active .messagebar.alert-danger strong {
  color: #ff0000;
}

/* ----- Custom Scrollbars ----- */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #bababa;
  border-radius: 6px 4px 4px 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #dbd4e8;
}

::-webkit-scrollbar-thumb:active {
  background: #dbd4e8;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.icon {
  font-size: 16px;
}

@font-face {
  font-family: 'klickportalicon';
  src: url("/Content/fonts/klickportalicon.eot?57udvl");
  src: url("/Content/fonts/klickportalicon.eot?57udvl#iefix") format("embedded-opentype"), url("/Content/fonts/klickportalicon.ttf?57udvl") format("truetype"), url("/Content/fonts/klickportalicon.woff?57udvl") format("woff"), url("/Content/fonts/klickportalicon.svg?57udvl#klickportalicon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'klickportalicon' !important;
  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;
}

.icon-Approved-Email-Builder:before {
  content: "";
}

.icon-Custom-website:before {
  content: "";
}

.icon-Email:before {
  content: "";
}

.icon-IVA-Builder:before {
  content: "";
}

.icon-Microsite-Builder:before {
  content: "";
}

.icon-microsite:before {
  content: "";
}

.icon-website:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-client_selection:before {
  content: "";
}

.icon-Arrow-Next:before {
  content: "";
}

.icon-Arrow-Previous:before {
  content: "";
}

.icon-Bookmark:before {
  content: "";
}

.icon-Browser-Chrome:before {
  content: "";
}

.icon-Browser-Firefox:before {
  content: "";
}

.icon-Browser-IE:before {
  content: "";
}

.icon-Browser-Safari:before {
  content: "";
}

.icon-Checkmark:before {
  content: "";
}

.icon-Chrome:before {
  content: "";
}

.icon-Clock:before {
  content: "";
}

.icon-Diff:before {
  content: "";
}

.icon-Edit:before {
  content: "";
}

.icon-Element-Action:before {
  content: "";
}

.icon-Folder:before {
  content: "";
}

.icon-Folder-Closed:before {
  content: "";
}

.icon-Manage-Dev:before {
  content: "";
}

.icon-Manage-Discover:before {
  content: "";
}

.icon-Manage-Review:before {
  content: "";
}

.icon-Manage-Settings:before {
  content: "";
}

.icon-Manage-Warning:before {
  content: "";
}

.icon-Manage-checkmark:before {
  content: "";
}

.icon-Manage-close:before {
  content: "";
}

.icon-Manage-close-circle:before {
  content: "";
}

.icon-More-small:before {
  content: "";
}

.icon-Move:before {
  content: "";
}

.icon-Move-fill:before {
  content: "";
}

.icon-Next:before {
  content: "";
}

.icon-Preview-Small:before {
  content: "";
}

.icon-Previous:before {
  content: "";
}

.icon-Reposition:before {
  content: "";
}

.icon-Row:before {
  content: "";
}

.icon-Search:before {
  content: "";
}

.icon-Settings-Code:before {
  content: "";
}

.icon-Show_Less:before {
  content: "";
}

.icon-Solid-desktop:before {
  content: "";
}

.icon-Solid-iphone:before {
  content: "";
}

.icon-Solid-tablet:before {
  content: "";
}

.icon-Sort-down:before {
  content: "";
}

.icon-Upload:before {
  content: "";
}

.icon-View-Desktop:before {
  content: "";
}

.icon-View-Mobile:before {
  content: "";
}

.icon-applications:before {
  content: "";
}

.icon-box-close:before {
  content: "";
}

.icon-box-open:before {
  content: "";
}

.icon-branch:before {
  content: "";
}

.icon-browser-ios:before {
  content: "";
}

.icon-checkmark:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-clock2:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-compare_screenshots:before {
  content: "";
}

.icon-cursor-platforms:before {
  content: "";
}

.icon-data-hostname:before {
  content: "";
}

.icon-desktop:before {
  content: "";
}

.icon-desktop_phone:before {
  content: "";
}

.icon-folder_0state:before {
  content: "";
}

.icon-folder_blank:before {
  content: "";
}

.icon-folder_move:before {
  content: "";
}

.icon-folder_new:before {
  content: "";
}

.icon-folder_up:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-information:before {
  content: "";
}

.icon-ios:before {
  content: "";
}

.icon-leftrail_analytics:before {
  content: "";
}

.icon-leftrail_builder:before {
  content: "";
}

.icon-leftrail_deployment:before {
  content: "";
}

.icon-leftrail_roles:before {
  content: "";
}

.icon-leftrail_screenshots:before {
  content: "";
}

.icon-leftrail_users:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-log_out:before {
  content: "";
}

.icon-menu_left:before {
  content: "";
}

.icon-menu_right:before {
  content: "";
}

.icon-new_product:before {
  content: "";
}

.icon-new_user:before {
  content: "";
}

.icon-osx:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-plus_add:before {
  content: "";
}

.icon-question:before {
  content: "";
}

.icon-remove:before {
  content: "";
}

.icon-role:before {
  content: "";
}

.icon-save:before {
  content: "";
}

.icon-screenshot:before {
  content: "";
}

.icon-screenshot_configuration:before {
  content: "";
}

.icon-screenshot_run:before {
  content: "";
}

.icon-screenshot_run_name:before {
  content: "";
}

.icon-screenshot_run_name_alt:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-settings:before {
  content: "";
}

.icon-sort-up:before {
  content: "";
}

.icon-stats_analytics:before {
  content: "";
}

.icon-tablet:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-windows:before {
  content: "";
}

.dropdown-big .dropdown-toggle {
  background: none;
  font-weight: 400;
  text-transform: none;
  border: 1px solid transparent;
  box-shadow: none;
  border-radius: 0;
  width: 50%;
  text-align: left;
  padding: 15px 20px;
  margin: 15px 0;
}

@media (max-width: 767px) {
  .dropdown-big .dropdown-toggle {
    width: 100%;
    padding: 15px 20px;
  }
}

.dropdown-big .dropdown-toggle:focus, .dropdown-big .dropdown-toggle.focus, .dropdown-big .dropdown-toggle:active:focus, .dropdown-big .dropdown-toggle:active.focus, .dropdown-big .dropdown-toggle.active:focus, .dropdown-big .dropdown-toggle.active.focus {
  background: white;
  color: #333333;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-big .dropdown-toggle[aria-expanded=true], .dropdown-big .dropdown-toggle[aria-expanded=true]:hover {
  background: white;
  color: #333333;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-big .dropdown-toggle:hover {
  background: none;
  color: #333333;
  border: 1px solid transparent;
}

.dropdown-big .dropdown-toggle .glyphicon {
  font-size: small;
}

.dropdown-menu li a.disabled,
.dropdown-menu li a.disable {
  opacity: 0.5;
  pointer-events: none;
}

.dropdown-preview .dropdown-toggle {
  background: #4b278a;
  color: white;
  border: 1px solid white;
  width: 100%;
  padding: 10px;
  margin: 0;
  text-align: right;
}

@media (max-width: 767px) {
  .dropdown-preview .dropdown-toggle {
    width: 100%;
    padding: 15px 20px;
  }
}

.dropdown-preview .dropdown-toggle:focus, .dropdown-preview .dropdown-toggle.focus, .dropdown-preview .dropdown-toggle:active:focus, .dropdown-preview .dropdown-toggle:active.focus, .dropdown-preview .dropdown-toggle.active:focus, .dropdown-preview .dropdown-toggle.active.focus {
  background: #4b278a;
  color: white;
  border: none;
  border: 1px solid white;
}

.dropdown-preview .dropdown-toggle[aria-expanded=true], .dropdown-preview .dropdown-toggle[aria-expanded=true]:hover {
  background: #4b278a;
  color: white;
  border: none;
  border: 1px solid white;
}

.dropdown-preview .dropdown-toggle:hover {
  background: #4b278a;
  color: white;
  border: 1px solid white;
}

.dropdown-preview .dropdown-toggle .glyphicon {
  font-size: small;
}

.dropdown-preview .dropdown-menu {
  top: 100%;
  min-width: 100%;
}

.dropdown-preview .dropdown-menu > li > a {
  padding: 10px;
  font-size: 0.857rem;
  color: white;
  background: #4b278a;
  border-bottom: 1px solid white;
}

.dropdown-preview .dropdown-menu li a.disabled,
.dropdown-preview .dropdown-menu li a.disable {
  opacity: 0.5;
  pointer-events: none;
}

.dropdown-menu {
  min-width: auto;
}

.dropdown-menu > li > a {
  padding: 10px 20px;
}

.dropdown-regular {
  font-size: 1rem;
  min-width: 0;
  top: 45px;
}

.dropdown-menu > li.not-on-mobile > a {
  white-space: normal;
}

ul.typeahead {
  height: auto !important;
}

.typeahead li a {
  font-size: 14px;
  color: #444444;
  white-space: normal;
}

.typeahead > .active > a, .typeahead > .active > a:hover {
  color: #444444;
  background-color: #cccccc;
}

.loading-spinner {
  color: #4b278a;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease;
  animation: load6 1.7s infinite ease;
}

.kinetiq-sidebar .loading-spinner {
  position: absolute;
  left: 0;
  top: 100%;
  margin: 10px 0 0 10px;
  color: #FFF;
  font-size: 20px;
}

@-webkit-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

/* ---- Scrolling sections ----- */
/* ----- Base Styles ----- */
.scrolling-col {
  height: calc(100vh - 75px);
}

#header .navbar-nav .dropdown-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 75px);
}

.file-folder-list {
  overflow-y: scroll;
  max-height: calc(100vh - 195px);
}

.kinetiq-sidebar .desktop-sidebar .nav-list:first-of-type {
  overflow-y: scroll;
  max-height: calc(100vh - 270px);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .body-wrapper .list-wrapper .file-folder-list {
    max-height: calc(100vh - 240px);
  }
}

.messagebar-active .scrolling-col {
  height: calc(100vh - 75px - 27px);
}

.messagebar-active #header .navbar-nav .dropdown-menu {
  max-height: calc(100vh - 75px - 27px);
}

.messagebar-active .file-folder-list {
  max-height: calc(100vh - 195px - 27px);
}

.messagebar-active .kinetiq-sidebar .desktop-sidebar .nav-list:first-of-type {
  max-height: calc(100vh - 270px - 27px);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .messagebar-active .body-wrapper .list-wrapper .file-folder-list {
    max-height: calc(100vh - 240px - 27px);
  }
}

/* ----- Page Specific ----- */
.page-screenshot .scrolling-col {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 137px);
}

.page-screenshot-selection .list-group {
  overflow-y: scroll;
  max-height: calc(100vh - 325px);
}

.popup-open .page-screenshot-selection .list-group {
  overflow-y: scroll;
  max-height: calc(100vh - 390px);
}

.page-screenshot-devices .scrolling-col, .page-screenshot-review .scrolling-col {
  overflow-y: scroll;
  max-height: calc(100vh - 285px);
}

.popup-open .page-screenshot-devices .scrolling-col, .page-screenshot-review .scrolling-col {
  max-height: calc(100vh - 320px);
}

.messagebar-active .page-screenshot .scrolling-col {
  height: calc(100vh - 137px - 27px);
}

.messagebar-active .page-screenshot-selection .list-group {
  max-height: calc(100vh - 325px - 27px);
}

.messagebar-active .popup-open .page-screenshot-selection .list-group {
  max-height: calc(100vh - 390px - 27px);
}

.messagebar-active .page-screenshot-devices .scrolling-col, .messagebar-active .page-screenshot-review .scrolling-col {
  max-height: calc(100vh - 255px - 27px);
}

.messagebar-active .popup-open .page-screenshot-devices .scrolling-col, .messagebar-active .page-screenshot-review .scrolling-col {
  max-height: calc(100vh - 320px - 27px);
}

.browser-template-holder {
  overflow-y: auto;
  max-height: calc(85vh - 265px);
}

.role-matrix {
  overflow-y: auto;
  max-height: calc(85vh - 225px);
}

.modal-folder-permissions .tab-content, .modal-tabbed .tab-content, .page-screenshot .tabs-wrapper {
  min-height: 50vh;
  max-height: calc(77vh - 95px);
  overflow-y: scroll;
  overflow-x: hidden;
}

.kinetiq-sidebar {
  position: relative;
  top: 0;
  bottom: 0;
  height: 100%;
  float: left;
  width: 200px;
  background-color: #4b278a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4b278a), to(#eb188c));
  background-image: -webkit-linear-gradient(top, #4b278a, #eb188c);
  background-image: -moz-linear-gradient(top, #4b278a, #eb188c);
  background-image: -ms-linear-gradient(top, #4b278a, #eb188c);
  background-image: -o-linear-gradient(top, #4b278a, #eb188c);
  background-image: linear-gradient(top, #4b278a, #eb188c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4b278a', endColorStr='#eb188c');
  background-image: url(/Content/Img/icons/builder-icon.png), -webkit-linear-gradient(top, #4b278a, #eb188c);
  background-position: left bottom;
}

.kinetiq-sidebar a {
  border-bottom: 0;
}

.kinetiq-sidebar .nav {
  padding: 0 0 0 40px;
  position: relative;
  font-family: 'Proxima Nova SemiBold';
  color: #fff;
  text-transform: uppercase;
}

.kinetiq-sidebar .nav .glyphicon {
  position: absolute;
  left: -30px;
  top: 0;
  font-size: 20px;
}

.kinetiq-sidebar .nav > li > a {
  color: #fff;
  padding: 0;
  position: relative;
}

.kinetiq-sidebar .nav > li > a:hover, .kinetiq-sidebar .nav > li > a:focus {
  background: none;
  cursor: pointer;
}

.kinetiq-sidebar .nav > li > a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.kinetiq-sidebar .nav > li > a:hover::after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.kinetiq-sidebar .nav label {
  font-weight: normal;
}

.kinetiq-sidebar .nav .nav {
  margin-bottom: 0;
  padding-left: 0;
}

.kinetiq-sidebar .desktop-sidebar > a + ul {
  margin-top: 30vh;
}

.kinetiq-sidebar ul.current {
  padding: 8px 0 8px 40px;
  background: rgba(255, 255, 255, 0.1);
  border-top: solid 1px rgba(248, 168, 212, 0.4);
  border-bottom: solid 1px rgba(248, 168, 212, 0.4);
}

.kinetiq-sidebar ul.current > li > a::after {
  background-color: transparent;
}

.kinetiq-sidebar .sidebar-bottom {
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
}

.kinetiq-sidebar .sidebar-bottom .back-to-portal {
  margin-bottom: 10px;
}

.kinetiq-sidebar .sidebar-bottom .copyright {
  margin-bottom: 10px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.kinetiq-sidebar .nav-info {
  text-align: center;
  font-size: 10px;
  margin-bottom: 0;
}

.kinetiq-sidebar .nav-info li {
  list-style: none;
}

.kinetiq-sidebar .nav-info a {
  color: #fff;
}

.kinetiq-sidebar {
  position: relative;
  top: 0;
  bottom: 0;
  height: 100%;
  float: left;
  width: 200px;
  background-color: #4b278a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4b278a), to(#eb188c));
  background-image: -webkit-linear-gradient(top, #4b278a, #eb188c);
  background-image: -moz-linear-gradient(top, #4b278a, #eb188c);
  background-image: -ms-linear-gradient(top, #4b278a, #eb188c);
  background-image: -o-linear-gradient(top, #4b278a, #eb188c);
  background-image: linear-gradient(top, #4b278a, #eb188c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4b278a', endColorStr='#eb188c');
  background-image: url(/Content/Img/sidebar-bg.png), -webkit-linear-gradient(top, #4b278a, #eb188c);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.kinetiq-sidebar img {
  margin: 35px 0 20px 20px;
  display: block;
  max-width: 80%;
}

@media (min-width: 480px) {
  .kinetiq-sidebar img {
    width: 160px;
  }
}

.kinetiq-sidebar .logo-section-name {
  display: block;
  margin-top: -35px;
  margin-left: 73px;
  font-family: ProximaNova-Bold;
  font-size: 11px;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
}

.kinetiq-sidebar .sidebar-context {
  margin-top: 11vh;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.1);
  border-top: solid 1px rgba(248, 168, 212, 0.4);
  border-bottom: solid 1px rgba(248, 168, 212, 0.4);
  color: #fff;
  text-align: center;
}

.kinetiq-sidebar .sidebar-context .icon {
  font-size: 100px;
  display: block;
  margin: 0 auto;
}

.kinetiq-sidebar .sidebar-context p {
  margin-bottom: 10px;
}

@media (max-height: 500px) {
  .kinetiq-sidebar .sidebar-context {
    margin-top: 3vh;
    padding: 0 10px;
  }
}

@media (max-height: 450px) {
  .kinetiq-sidebar .sidebar-context p {
    display: none;
  }
}

.kinetiq-sidebar .desktop-sidebar > .nav {
  border-bottom: solid 1px rgba(248, 168, 212, 0.4);
  padding: 10px 0 2px 40px;
}

.kinetiq-sidebar .nav {
  padding: 0 0 0 40px;
  position: relative;
  font-family: ProximaNova-Bold;
  color: #fff;
  text-transform: uppercase;
}

.kinetiq-sidebar .nav .icon {
  position: absolute;
  left: -30px;
  top: 2px;
  font-size: 20px;
}

.kinetiq-sidebar .nav > li > a {
  color: #fff;
  padding: 0;
  position: relative;
}

.kinetiq-sidebar .nav > li > a:hover, .kinetiq-sidebar .nav > li > a:focus {
  background: none;
  cursor: pointer;
}

.kinetiq-sidebar .nav > li > a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.kinetiq-sidebar .nav > li > a:hover::after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.kinetiq-sidebar .nav label {
  font-weight: normal;
  display: inline;
}

.kinetiq-sidebar .nav .nav {
  margin-bottom: 0;
  padding-left: 0;
}

.kinetiq-sidebar .sub-list {
  font-family: ProximaNova-Regular;
  text-transform: none;
  font-size: 12px;
  padding-left: 8px;
}

.kinetiq-sidebar #productnav_folder_list {
  overflow: hidden;
  width: 100%;
}

.kinetiq-sidebar .desktop-sidebar .nav-list:first-of-type {
  margin-top: 43px;
  -webkit-overflow-scrolling: touch;
}

.kinetiq-sidebar .desktop-sidebar .nav-list:first-of-type::-webkit-scrollbar-thumb {
  background: rgba(255, 216, 237, 0.5);
}

.kinetiq-sidebar ul.current {
  padding: 8px 0 8px 40px;
  background: rgba(255, 255, 255, 0.1);
  border-top: solid 1px rgba(248, 168, 212, 0.4);
  border-bottom: solid 1px rgba(248, 168, 212, 0.4);
}

.kinetiq-sidebar ul.current ul {
  list-style-type: none;
  padding: 0;
}

.kinetiq-sidebar ul.current > li > a::after {
  background-color: transparent;
}

.kinetiq-sidebar ul.current li {
  padding-bottom: 0;
}

.kinetiq-sidebar ul.current li a {
  color: #fff;
  padding-left: 0px;
}

.kinetiq-sidebar ul.current li li {
  margin-left: -33px;
  font-size: 12px;
}

.kinetiq-sidebar ul.current li li a {
  padding-left: 0px;
}

.kinetiq-sidebar ul.current li li li {
  margin-left: 0;
}

.kinetiq-sidebar ul.current li li li a {
  padding-left: 10px;
}

.kinetiq-sidebar ul.current li li li li a {
  padding-left: 20px;
}

.kinetiq-sidebar ul.current li li li li li a {
  padding-left: 30px;
}

.kinetiq-sidebar ul.current li li li li li li a {
  padding-left: 40px;
}

.kinetiq-sidebar ul.current li li li li li li li a {
  padding-left: 50px;
}

.kinetiq-sidebar ul.current li li li li li li li li a {
  padding-left: 60px;
}

.kinetiq-sidebar ul.current li li li li li li li li li a {
  padding-left: 70px;
}

.kinetiq-sidebar ul.current li.active > li > label > a {
  background: rgba(255, 255, 255, 0.2);
}

.kinetiq-sidebar ul.recent, .kinetiq-sidebar ul.current ul.recent {
  padding-left: 0;
}

.kinetiq-sidebar ul.recent li, .kinetiq-sidebar ul.current ul.recent li {
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  list-style: none;
  padding: 0;
}

.kinetiq-sidebar ul.recent li a, .kinetiq-sidebar ul.current ul.recent li a {
  padding-left: 10px;
  padding-right: 5px;
  font-family: ProximaNova-Regular;
  color: #fff;
}

/* ----- Header and Nav ----- */
.searchbar {
  padding: 20px 20px 0 20px;
}

.searchbar input {
  border: solid 1px whitesmoke;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.3);
  height: 40px;
}

.searchbar .btn {
  padding: 9px 13px 7px;
  border: solid 1px whitesmoke;
  border-left: none;
}

.searchbar .icon {
  font-size: 20px;
  padding-top: 0;
}

nav .icon {
  font-size: 30px;
  padding-top: 4px;
  color: #999;
}

.navbar.pull-right {
  padding-right: 19px;
}

.navbar.pull-right li {
  padding-bottom: 0;
}

.navbar.pull-right a {
  padding-bottom: 17px;
}

.action-bar {
  margin: 0;
  padding: 14px 0 0;
  position: relative;
}

.action-bar:before, .action-bar:after {
  content: " ";
  display: table;
}

.action-bar:after {
  clear: both;
}

.action-bar .form-inline {
  display: inline-block;
  float: right;
}

.action-bar .form-inline + .btn {
  float: right;
}

.action-bar select {
  background: #fff;
  border-radius: 4px;
  padding: 5px 12px;
  padding: 6px 12px 8px;
  float: right;
  margin-left: 15px;
  height: 38px;
  box-shadow: none;
  font-family: ProximaNova-Bold;
}

@media (max-width: 767px) {
  .action-bar {
    padding: 0;
  }
  .action-bar #add-nav-item {
    position: absolute;
    right: 10px;
    top: 23px;
    z-index: 5;
  }
}

.navbar {
  background: rgba(245, 245, 245, 0.8);
  z-index: 2;
  margin-bottom: 0;
  font-family: ProximaNova-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .navbar {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .navbar-header {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .navbar-toggle {
    padding: 10px;
    margin-top: 16px;
    background: url(/Content/Img/navbar-toggle-close.png) no-repeat center;
  }
  .navbar-toggle.collapsed {
    background: url(/Content/Img/navbar-toggle.png) no-repeat center;
  }
}

.navbar-user {
  position: absolute;
  right: 55px;
  top: 0;
}

.navbar-user > .navbar-nav {
  margin: 10px -5px;
}

.navbar-user .user-profile {
  padding: 0 10px;
}

.navbar-user .user-profile:hover, .navbar-user .user-profile:focus {
  background: none;
}

@media (max-width: 767px) {
  .navbar-user .user-profile {
    padding: 5px 15px;
  }
}

.navbar-user > li > a {
  padding-top: 15px;
  padding-bottom: 10px;
}

.navbar-user .user-profile > img {
  height: 30px;
  width: 30px;
}

@media (min-width: 768px) {
  .navbar-user {
    position: initial;
    float: right;
    max-height: 60px;
  }
  .navbar-user > .navbar-nav {
    margin: 0;
  }
  .navbar-user .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}

.user-profile-wrapper {
  border-radius: 0;
  min-width: 150px;
  border-color: #bababa;
  background: whitesmoke;
  top: 50px;
  font-family: ProximaNova-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.user-profile-wrapper .arrow {
  left: 90% !important;
}

.user-profile-wrapper .arrow:after {
  border-bottom-color: whitesmoke !important;
}

.user-profile-wrapper .popover-content {
  padding: 0;
}

.user-profile-wrapper .popover-content .list-group {
  margin-bottom: 0;
}

.user-profile-wrapper .popover-content .list-group a {
  background: whitesmoke;
  border: none;
  border-bottom: 2px solid white;
}

.user-profile-wrapper .popover-content .list-group a:last-child {
  border-bottom: none;
}

.user-profile-wrapper .popover-content .list-group a:hover,
.user-profile-wrapper .popover-content .list-group a :active {
  background: #4b278a;
  color: white;
}

@media (max-width: 767px) {
  .user-profile-wrapper {
    position: initial;
    margin: 0 -20px !important;
    box-shadow: none;
    border: none;
    max-width: 120%;
    padding: 0;
  }
  .user-profile-wrapper .arrow {
    display: none;
  }
  .user-profile-wrapper .popover-content .list-group a:last-child {
    border-bottom: 2px solid white;
  }
  .user-profile-wrapper a {
    font-size: 1.214rem;
    padding: 15px 30px;
    color: initial;
    font-weight: 500;
  }
}

.navbar-main {
  min-height: 56px;
}

.navbar-main > li {
  margin-right: 20px;
}

.navbar-main > li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .navbar-main > li {
    padding-bottom: 0;
  }
}

.navbar-main > li > a {
  border-bottom: 4px solid  transparent;
  line-height: 1;
  height: 60px;
}

.navbar-main > li > a:hover, .navbar-main > li > a:focus, .navbar-main > li > a.active {
  border-bottom: 4px solid #4b278a;
  background: none;
}

.navbar-main.navbar-nav > li {
  padding-bottom: 0;
}

.navbar-main.navbar-nav > li > a {
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  .navbar-main.navbar-nav > li > a {
    height: 60px;
  }
}

@media (max-width: 767px) {
  .navbar-main {
    overflow: hidden;
    margin: 0;
  }
  .navbar-main > li {
    margin-right: 0;
  }
  .navbar-main.navbar-nav > li > a {
    padding: 20px 30px;
    background: whitesmoke;
    border-bottom: 2px solid white;
    font-weight: 500;
  }
  .navbar-main.navbar-nav > li > a:hover, .navbar-main.navbar-nav > li > a:active {
    background: #4b278a;
    color: white;
  }
}

.navbar-brand {
  padding: 0;
}

.navbar-brand > img {
  max-height: 58px;
  max-width: 158px;
}

@media (max-width: 767px) {
  .container > .navbar-collapse {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0;
  }
}

/**
* Header and Nav
*/
.header-fill {
  width: 100%;
  height: 75px;
}

#header {
  background: #fff;
  height: 75px;
}

#header .navbar-nav > li > a {
  padding-top: 26px;
  padding-bottom: 7px;
}

#header .navbar-nav > li > a:hover .icon {
  color: #4b278a;
}

#header .navbar-nav > .open > a, #header .navbar-nav > .open > a:hover, #header .navbar-nav > .open > a:focus {
  background: transparent;
}

#header .navbar-nav > .open > a .icon, #header .navbar-nav > .open > a:hover .icon, #header .navbar-nav > .open > a:focus .icon {
  color: #dbd4e8;
}

.input-group.searchbar {
  padding: 20px 20px 0 20px;
}

.input-group.searchbar input {
  border: solid 1px whitesmoke;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.3);
  height: 40px;
}

.input-group.searchbar .btn {
  padding: 7px 13px 6px;
  border: solid 1px whitesmoke;
  border-left: none;
}

.input-group.searchbar .glyphicon {
  font-size: 20px;
  padding-top: 0;
}

nav .glyphicon {
  font-size: 30px;
  padding-top: 4px;
  color: #999;
}

.navbar.pull-right {
  padding-right: 19px;
}

.navbar.pull-right > li {
  padding-bottom: 0;
}

.navbar.pull-right a {
  padding-bottom: 17px;
}

.apps-menu {
  width: 380px;
}

.apps-menu li {
  text-align: center;
}

.apps-menu li a {
  padding: 15px 3px;
}

.apps-menu li img {
  display: block;
  margin: 0 auto 5px;
}

.dropdown-menu {
  border: solid 1px #ebeced;
  border-radius: 4px;
  top: calc(100% + 2px);
}

.dropdown-menu li + li {
  border-top: solid 1px #efeff0;
}

.dropdown-menu a {
  color: #4b278a;
}

header.hero {
  background-image: url("/Content/Img/bg-hero-m.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  padding: 0 20px;
  position: relative;
  height: 312px;
  color: white;
}

@media (min-width: 768px) {
  header.hero {
    background-image: url("/Content/Img/bg-hero.jpg");
    margin-bottom: 30px;
    padding: 0 20px;
    height: 170px;
  }
}

@media (min-width: 768px) {
  header.hero .container {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  header.hero .container {
    margin: 0 -20px;
  }
}

header.hero h1 {
  color: white;
  font-size: 28px;
}

@media (max-width: 767px) {
  header.hero h1 {
    margin-top: 70px;
  }
}

header.hero.only-h1 {
  padding-top: 60px;
}

.hero-wrapper {
  overflow: hidden;
}

html {
  overflow-x: hidden !important;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  min-height: 100%;
  height: 100%;
  position: relative;
  background: #f4f8fb;
  font-family: ProximaNova-Regular;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

body .body-content > .container {
  padding: 30px 0;
  position: relative;
}

@media (max-width: 767px) {
  body .body-content > .container {
    padding: 30px 20px 0;
  }
}

body .video-container-bg {
  display: none;
}

body.home, body.about {
  background: #fff;
  overflow-x: hidden !important;
}

@media (max-width: 767px) {
  body.home, body.about {
    overflow-x: auto;
  }
  body.home > .body-content, body.about > .body-content {
    background: white;
  }
  body.home > .body-content, body.home > .body-content > .container, body.about > .body-content, body.about > .body-content > .container {
    padding: 0;
  }
}

body.home .video-container-bg, body.about .video-container-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

@media (min-width: 768px) {
  body.home .video-container-bg, body.about .video-container-bg {
    max-height: 700px;
    overflow-y: hidden;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  body.home .video-container-bg, body.about .video-container-bg {
    background: url(/Content/img/hero_image.jpg) no-repeat;
    background-size: cover;
    min-height: 960px;
  }
  body.home .video-container-bg video, body.about .video-container-bg video {
    display: none;
  }
}

@media (max-width: 767px) {
  body.home .video-container-bg, body.about .video-container-bg {
    display: none;
  }
}

body.about .body-content {
  padding: 50px 0 0;
}

@media (max-width: 767px) {
  body.about .body-content {
    background: white;
    padding: 0;
  }
}

body.about .video-container-bg {
  top: -80px;
}

body.login {
  overflow-x: auto;
}

@media (max-width: 767px) {
  body.login {
    overflow-x: auto;
  }
}

body.manage .body-content {
  padding-top: 0;
}

body.manage > .body-content, body.manage > .body-content > .container {
  padding-top: 0;
}

.full-width.padding-reg {
  padding-top: 0;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .full-width.padding-reg {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .full-width {
    margin: 0 calc((100% - 100vw) / 2);
    /* add back negative margin value */
    padding: 60px calc((100vw - 100%) / 2);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .full-width {
    margin: 0 -20px;
    width: calc(100% + 40px);
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .full-width {
    margin: 0 -20px;
    padding: 50px 20px 20px;
  }
}

.body-wrapper {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.body-wrapper:before, .body-wrapper:after {
  content: " ";
  display: table;
}

.body-wrapper:after {
  clear: both;
}

#main-wrapper {
  padding: 0 12px 100px;
}

#main-wrapper > .btn-group {
  float: right;
  margin-top: 13px;
}

@media (max-width: 992px) {
  body {
    padding-top: 0px;
  }
  #main-wrapper {
    padding-top: 0px;
    padding-bottom: 25px;
    height: 100%;
  }
  #sidebar-wrapper {
    position: static;
    height: auto;
    max-height: 300px;
    border-right: 0;
    width: calc(40% - 200px);
  }
}

.navbar:before,
.navbar:after {
  content: none;
  display: block;
}

.body-content {
  background: #f4f8fb;
  position: relative;
  width: calc(100% - 200px);
  display: inline-block;
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.error-page {
  padding: 50px 25px;
}

.error-page h1 {
  text-transform: uppercase;
  color: #4b278a;
}

@media (max-width: 959px) and (orientation: landscape) {
  #header img {
    padding: 6px 0;
  }
}

@media (max-width: 767px) {
  .signin #main-wrapper {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 768px) {
  .scrolling-col {
    position: relative;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 20px;
  }
}

.page-custom-product {
  background: white;
}

.branch-container {
  min-height: 250px;
}

.branch-container .panel-heading {
  /* @media (max-width: $screen-xs-max){
			display: none !important;
		} */
}

.branch-container .panel-heading .sortable {
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari*/
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.branch-container .panel-heading .sortable:after {
  background: url("/Content/Img/icons/icon-down-arrow.png") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 9px;
  height: 6px;
}

.branch-container .panel-heading .sortable.asc:after {
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.branch-list .branch-data .branch-name {
  padding-left: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}

@media (max-width: 767px) {
  .branch-list .branch-data .branch-name {
    padding-left: 0;
  }
}

.branch-list .status .message {
  margin-left: 3px;
}

.branch-list .status .message:before {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: relative;
}

.branch-list .status.deployed {
  text-transform: capitalize;
}

.branch-list .status.busy .message {
  display: block;
  overflow: hidden;
}

.branch-list .status.busy .message:before {
  background-image: url("/Content/Img/icons/icon-launching.png");
  top: 3px;
  padding-right: 25px;
  width: 16px;
  height: 16px;
  animation-duration: 5s;
  animation-name: rocketship;
  animation-iteration-count: infinite;
}

.branch-list .status.deployerror .message:before {
  background-image: url("/Content/Img/icons/icon-build-error.png");
  top: 2px;
  padding-right: 25px;
  width: 17px;
  height: 15px;
}

.branch-list .status.setuperror .message:before {
  background-image: url("/Content/Img/icons/icon-build-error.png");
  top: 2px;
  padding-right: 25px;
  width: 17px;
  height: 15px;
}

.branch-list .status.locked .message:before {
  background-image: url("/Content/Img/icons/icon-locked.png");
  top: 2px;
  padding-right: 25px;
  width: 14px;
  height: 16px;
}

@media (max-width: 767px) {
  .branch-list .auto-deploy {
    display: none;
    margin: 20px 0px 10px 0;
  }
}

.branch-list .auto-deploy .message {
  padding-right: 15px;
  position: relative;
  top: -8px;
}

@media (min-width: 767px) {
  .branch-list .auto-deploy .message {
    display: none;
  }
}

.branch-list .url {
  overflow: hidden;
}

@media (max-width: 767px) {
  .branch-list .url {
    display: none;
  }
}

@media (min-width: 767px) {
  .branch-list .url .message {
    display: none;
  }
}

.branch-list .url .link {
  font-family: ProximaNova-Bold;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .branch-list .url .link {
    display: table;
  }
}

.branch-list .action-buttons .icon-ellipsis {
  background: url("/Content/Img/icons/icon-ellipsis.png") no-repeat;
  background-size: 100%;
  background-position: 0px 10px;
  border: none;
  outline: none;
  position: relative;
  top: -3px;
  width: 25px;
  height: 25px;
}

@media (max-width: 767px) {
  .branch-list .action-buttons {
    position: absolute;
    top: 20px;
  }
}

@media (max-width: 767px) {
  .branch-list .collapse-icon[aria-expanded="true"] ~ .branch-data {
    height: auto;
  }
  .branch-list .collapse-icon[aria-expanded="true"] ~ .branch-data .auto-deploy,
  .branch-list .collapse-icon[aria-expanded="true"] ~ .branch-data .url {
    display: block;
  }
}

@media (max-width: 767px) {
  .branch-list .collapse-content {
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .branch-list .collapse-content .heading {
    margin-bottom: 20px;
  }
}

.branch-list .collapse-content .recent-deploy {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .branch-list .collapse-content .recent-deploy {
    margin: 20px 0;
  }
}

.branch-list .collapse-content .info {
  margin-bottom: 30px;
  font-size: 0.8571rem;
}

@media (max-width: 767px) {
  .branch-list .collapse-content .info {
    margin-bottom: 0;
    padding-left: 0px;
  }
}

.branch-list .collapse-content .error {
  color: #d9534f;
}

.branch-list .collapse-content .message {
  font-style: italic;
}

.branch-list .collapse-content .screenshots {
  margin-left: -6px;
  margin-right: -6px;
}

@media (max-width: 767px) {
  .branch-list .collapse-content .screenshots {
    margin: 0;
  }
}

.branch-list .collapse-content .screenshots .heading {
  margin-bottom: 20px;
}

.branch-list .collapse-content .screenshots .btn {
  width: 100%;
}

.in-progress-view .col-sm-3 {
  padding: 10px !important;
}

.in-progress-view .col-sm-3:last-child {
  border-right: none;
}

.in-progress-view .deploy-state {
  text-align: center;
  font-family: ProximaNova-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.7857rem;
}

.in-progress-view .glyphicon, .in-progress-view .icon {
  font-size: 40px;
  color: #dbd4e8;
  display: inline-block;
  padding-bottom: 10px;
}

.in-progress-view .glyphicon.success, .in-progress-view .icon.success {
  color: #4b278a;
}

.in-progress-view .glyphicon.danger, .in-progress-view .icon.danger {
  color: #d9534f;
}

.in-progress-view .flashing {
  -webkit-animation: pulseAnimation 4s infinite ease-in;
  animation: pulseAnimation 4s infinite ease-in;
}

.in-progress-view .flashing .glyphicon, .in-progress-view .flashing .icon {
  color: #4b278a;
}

@media (min-width: 767px) {
  #react_manage_branches_modal .modal-body {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.alert-open.modal-open #react_manage_branches_modal .modal-dialog {
  margin: 60px auto;
}

.author {
  margin-bottom: 10px;
  padding-top: 10px;
  clear: both;
}

.author .user-profile {
  border-radius: 50%;
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  margin: 0 10px;
}

.author .user-name {
  color: #4b278a;
}

@keyframes rocketship {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(20px, -20px);
  }
  50.01% {
    -webkit-transform: translate(-20px, 20px);
  }
  70% {
    -webkit-transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}

/**
 * Styles to be used across all of the screenshot run pages.
 */
@media (min-width: 768px) {
  .screenshot-run .breadcrumb {
    width: calc(100% - 303px);
  }
}

.screenshot-run .sidebar-bottom {
  bottom: 80px;
}

/**
 * Main panel.
 */
.page-screenshot .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 767px) {
  .page-screenshot .panel {
    padding: 0;
  }
}

/**
 * Panel Headings.
 */
.take-screenshot .panel-heading {
  padding: 10px 15px;
  font-size: 12px;
}

.take-screenshot .panel-heading .heading {
  display: inline-block;
  text-transform: uppercase;
  font-family: ProximaNova-Bold;
  line-height: 30px;
}

.take-screenshot .panel-heading .heading.asc .sortable {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.take-screenshot .panel-heading .sortable {
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.take-screenshot .panel-heading .collapsible {
  background: transparent;
  padding: 0;
  height: auto;
}

.take-screenshot .panel-heading .collapsible .icon {
  font-size: 14px;
}

.take-screenshot .panel-heading .device-heading {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
}

.take-screenshot .panel-heading .form-group {
  margin-bottom: 0;
}

.take-screenshot .panel-heading .form-group label:before {
  width: 19px;
  height: 19px;
}

.take-screenshot .panel-heading .form-group input {
  margin-right: 5px;
}

.take-screenshot .panel-heading .btn-next-page {
  background: #fff;
  margin: 0;
}

.take-screenshot .panel-heading .btn-next-page:hover {
  background: #dbd4e8;
  color: #4b278a;
}

/**
 * Form elements.
 */
.page-screenshot .form-group {
  margin-bottom: 0;
  text-transform: none;
}

.page-screenshot .form-group label {
  font-weight: 400;
  margin: 0;
}

.page-screenshot .form-group input {
  margin: 0;
}

.page-screenshot .form-group select {
  color: #333333;
  padding-left: 2px;
  padding-bottom: 2px;
}

.page-screenshot .form-group .checklist {
  margin-right: 5px;
}

.page-screenshot .form-group .form-control {
  max-width: 540px;
}

/**
 * List items
 */
.page-screenshot .panel-heading {
  border-bottom: 1px solid #ebeced;
}

.page-screenshot .list-group .list-group-item {
  border-top: 1px solid #ebeced;
  border-bottom: none;
  list-style: none;
  margin-bottom: 0;
  padding: 15px 15px;
}

.page-screenshot .list-group .list-group-item:first-child {
  border-top: none;
}

@media (max-width: 767px) {
  .page-screenshot .list-group .list-group-item {
    padding: 10px 15px;
  }
}

.page-screenshot .list-group .list-group-item:nth-child(even) {
  background-color: transparent;
  border-color: #e5e5e5;
}

.page-screenshot .list-group .list-group-item .icon {
  display: inline-block;
  margin: 0;
}

.page-screenshot .list-group .list-group-item .icon-Upload {
  color: #4b278a;
  cursor: pointer;
  font-size: 17px;
}

.page-screenshot .list-group .list-group-item .device-icons .icon {
  font-size: 44px;
  line-height: .8;
  vertical-align: baseline;
}

.page-screenshot .list-group .list-group-item .device-icons .icon-tablet {
  margin-left: -4px;
}

.page-screenshot .list-group .list-group-item .device-icons .icon-phone {
  margin-left: -6px;
}

.page-screenshot .list-group .list-group-item .message {
  display: inline;
}

@media (min-width: 767px) {
  .page-screenshot .list-group .list-group-item .message {
    display: none;
  }
}

.page-screenshot .list-group .list-group-item a {
  border: none;
  font-weight: 700;
  color: #333333;
}

.page-screenshot .list-group .list-group-item a:hover, .page-screenshot .list-group .list-group-item a:active {
  color: #4b278a;
  border-bottom: 1px dashed #4b278a;
}

.page-screenshot .list-group .list-group-item a.link-icon-upload:hover:after, .page-screenshot .list-group .list-group-item a.link-icon-upload:active:after {
  content: "\e94b";
  font-family: 'klickportalicon' !important;
  speak: none;
  line-height: 1;
  border-bottom: none;
  margin-left: 5px;
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  width: 1em;
}

/**
 * CSV stuff
 */
.csv-item .csv-url, .list-group-item .csv-url {
  word-wrap: break-word;
}

/**
 * Page specific 
 */
.page-screenshot-selection {
  margin-bottom: 60px;
}

.page-screenshot-selection .panel-heading label {
  text-transform: uppercase;
  font-family: ProximaNova-Bold;
}

.page-screenshot-selection .list-group-item .form-checkbox label {
  width: 100%;
}

.page-screenshot-selection .list-group-item .form-checkbox label:before {
  margin-right: calc(25% - 19px);
}

.page-screenshot-devices {
  margin-bottom: 60px;
}

.page-screenshot-review {
  margin-bottom: 60px;
}

/** 
 * Button at the bottom of the page.
 */
.page-screenshot .btn-next-page {
  float: none;
  margin-top: 17px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .page-screenshot .btn-next-page {
    margin: 20px auto 30px;
    width: 100%;
  }
}

.page-screenshot .btn-next-page .icon {
  color: #fff;
  display: inline;
  margin: 0 0 0 10px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .page-screenshot .btn-next-page {
    float: right;
  }
}

.page-screenshot .panel-body + .btn-next-page, .page-screenshot .panel + .btn-next-page {
  margin-top: 10px;
  margin-bottom: 94px;
}

.take-screenshots-container.alert-visible {
  transition: all 0.5s ease;
  padding-top: 50px;
}

.screenshot-toolbar {
  margin-bottom: 12px;
  border-radius: 0 0 4px 4px;
  background: #dbd4e8;
  width: 100%;
  margin-top: o;
  position: relative;
  z-index: 1;
  border: solid 1px #ebeced;
  border-top: 0;
}

.screenshot-toolbar .screenshot-toolbar-item {
  text-align: center;
  width: auto;
  padding: 5px 10px 5px;
  display: inline-block;
}

.screenshot-toolbar .screenshot-toolbar-item:first-child {
  border-radius: 0 0 0 4px;
  margin-left: 0;
}

.screenshot-toolbar .screenshot-toolbar-item .icon {
  margin-left: 5px;
  color: #fff;
}

.screenshot-toolbar .active {
  background: #4b278a;
  margin: 0 7px;
  color: #fff;
}

.screenshot-toolbar .active p {
  color: #fff;
}

.screenshot-toolbar .active .badge {
  background-color: #fff;
  color: #4b278a;
}

.screenshot-toolbar a {
  border-bottom: none;
  display: block;
}

.screenshot-toolbar .badge {
  font-size: 11px;
  background: #4b278a;
  margin-left: 5px;
  min-width: 21px;
}

.screenshot-toolbar p {
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: ProximaNova-Bold;
  font-size: 0.7143rem;
  color: #333333;
  overflow: visible;
  display: inline-block;
}

.screenshot-toolbar .settings {
  background: #4b278a;
  color: #fff;
  border-radius: 0 0 4px 0;
  border-bottom-left-radius: 0;
}

.screenshot-toolbar .settings p {
  color: #fff;
}

@media (max-width: 1020px) {
  .screenshot-toolbar .settings .hidden-sm {
    display: none;
  }
}

.screenshot-toolbar .icon-Settings {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
}

.screenshot-toolbar .div-arrow {
  text-align: center;
  display: inline-block;
}

.screenshot-toolbar .icon-Next {
  font-size: 18px;
  color: #7e7e7e;
  line-height: 1.3;
  display: inline-block;
  vertical-align: top;
}

.screenshot-toolbar .screenshot-etc {
  text-transform: none;
}

@media (max-width: 767px) {
  .screenshot-toolbar .col-xs-offset-1 {
    margin-left: 0;
  }
  .screenshot-toolbar .screenshot-toolbar-item {
    width: 24%;
  }
}

@media (max-width: 972px) {
  .screenshot-toolbar .screenshot-toolbar-item .hidden-sm {
    display: none;
  }
}

/**
 * Settings panel
 */
.overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(51, 51, 51, 0.4);
  display: none;
  opacity: 0;
  z-index: 4;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

@media (max-width: 1199px) {
  .overlay-bg.visible {
    display: block;
  }
  .overlay-bg.active {
    opacity: 1;
  }
}

.take-screenshot .overlay-bg {
  z-index: 21;
}

.take-screenshot .overlay-bg.visible {
  display: block;
}

.take-screenshot .overlay-bg.active {
  opacity: 1;
}

.settings-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
  z-index: 22;
}

.settings-panel::after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.settings-panel.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.settings-panel.is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.settings-panel.is-visible .settings-panel-close::before {
  -webkit-animation: settings-close-1 0.6s 0.3s;
  -moz-animation: settings-close-1 0.6s 0.3s;
  animation: settings-close-1 0.6s 0.3s;
}

.settings-panel.is-visible .settings-panel-close::after {
  -webkit-animation: settings-close-2 0.6s 0.3s;
  -moz-animation: settings-close-2 0.6s 0.3s;
  animation: settings-close-2 0.6s 0.3s;
}

@-webkit-keyframes settings-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}

@-moz-keyframes settings-close-1 {
  0%, 50% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(45deg);
  }
}

@keyframes settings-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes settings-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
  }
}

@-moz-keyframes settings-close-2 {
  0%, 50% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(-45deg);
  }
}

@keyframes settings-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.settings-panel-header {
  width: 100%;
  position: relative;
  background: #4b278a;
  z-index: 2;
  padding: 35px 0 15px;
}

.settings-panel-header h1 {
  color: #fff;
  padding-left: 5%;
}

.settings-panel-header h6 {
  color: #fff;
  padding-left: 5%;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 0.7857rem;
}

.settings-panel-header .note {
  color: #dbd4e8;
  font-size: 11px;
  float: right;
  clear: right;
  margin-top: 10px;
  margin-right: 5%;
}

.settings-panel-header .btn-close {
  color: #fff;
  float: right;
  margin-right: 5%;
}

.settings-panel-header .btn-close:hover {
  font-family: ProximaNova-Bold;
}

.settings-panel-header .btn-close:active {
  color: #dbd4e8;
}

.from-right .settings-panel-header {
  right: 0;
}

.from-left .settings-panel-header {
  left: 0;
}

.settings-panel-container {
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  background: #fff;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.from-right .settings-panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.from-left .settings-panel-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.is-visible .settings-panel-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
  .settings-panel-container {
    width: 40%;
  }
}

@media only screen and (min-width: 1170px) {
  .settings-panel-container {
    width: 30%;
  }
}

.settings-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 120px 5%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

.settings-panel-content p {
  margin-bottom: 1em;
}

.settings-panel-content .form-group {
  margin-bottom: 1em;
}

.settings-panel-content .form-group label {
  font-family: ProximaNova-Bold;
}

.settings-cookie-action-row {
  text-align: center;
}

.settings-cookie-action {
  width: 22px;
  height: 22px;
  background: url("/Content/Img/plus-in-circle.png") center center no-repeat;
  cursor: pointer;
  display: inline-block;
  padding: 20px;
}

.settings-cookie-action.delete {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  padding: 12px;
}

.screenshot-name {
  float: left;
  width: 50%;
}

.instructions {
  float: left;
  margin-top: 15px;
  width: calc(100% - 170px);
}

.page-screenshot-selection .instructions {
  width: calc(100% - 290px);
}

.icon-Firefox:before {
  content: "";
}

.icon-IE:before {
  content: "";
}

.icon-Safari:before {
  content: "";
}

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.ekko-lightbox-nav-overlay a {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  transition: opacity .5s;
  color: #fff;
  font-size: 30px;
  z-index: 1;
}

.ekko-lightbox-nav-overlay a > * {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ekko-lightbox-nav-overlay a > :focus {
  outline: none;
}

.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}

.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}

.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}

.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}

.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}

.ekko-lightbox .modal-dialog {
  display: none;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}

.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: a 2s infinite ease-in-out;
}

.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}

.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}

@keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImVra28tbGlnaHRib3guY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLHlCQUNFLGlCQUFtQixDQUNwQixBQUNELGdEQUNFLGtCQUFtQixBQUNuQixNQUFPLEFBQ1AsT0FBUSxBQUNSLFNBQVUsQUFDVixRQUFTLEFBQ1QsVUFBWSxDQUNiLEFBQ0Qsc0JBQ0UsV0FBWSxBQUNaLFdBQWEsQ0FDZCxBQUNELDJCQUNFLFVBQWEsQUFDYixrQkFBbUIsQUFDbkIsTUFBTyxBQUNQLE9BQVEsQUFDUixXQUFZLEFBQ1osWUFBYSxBQUNiLG9CQUFjLEFBQWQsWUFBYyxDQUNmLEFBQ0QsNkJBQ0UsV0FBUSxBQUFSLE9BQVEsQUFDUixvQkFBYyxBQUFkLGFBQWMsQUFDZCxzQkFBb0IsQUFBcEIsbUJBQW9CLEFBQ3BCLFVBQVcsQUFDWCx1QkFBeUIsQUFDekIsV0FBWSxBQUNaLGVBQWdCLEFBQ2hCLFNBQWEsQ0FDZCxBQUNELCtCQUNFLG9CQUFhLEFBQWIsV0FBYSxDQUNkLEFBQ0Qsb0NBQ0UsWUFBYyxDQUNmLEFBQ0Qsa0NBQ0UsY0FBZ0IsQ0FDakIsQUFDRCw2Q0FDRSxnQkFBa0IsQ0FDbkIsQUFDRCxtQ0FDRSxvQkFBc0IsQ0FDdkIsQUFDRCxtQ0FDRSxZQUFjLENBQ2YsQUFDRCx1QkFDRSxVQUFXLEFBQ1gsb0JBQXNCLENBQ3ZCLEFBQ0QsNkJBQ0UsWUFBYyxDQUNmLEFBQ0QsNkJBQ0UsZUFBaUIsQ0FDbEIsQUFDRCxzQkFDRSxrQkFBbUIsQUFDbkIsTUFBTyxBQUNQLE9BQVEsQUFDUixTQUFVLEFBQ1YsUUFBUyxBQUNULFdBQVksQUFDWixvQkFBYyxBQUFkLGFBQWMsQUFFZCwwQkFBdUIsQUFBdkIsc0JBQXVCLEFBRXZCLHFCQUF3QixBQUF4Qix1QkFBd0IsQUFFeEIsc0JBQW9CLEFBQXBCLGtCQUFvQixDQUNyQixBQUNELDBCQUNFLFdBQVksQUFDWixZQUFhLEFBQ2Isa0JBQW1CLEFBQ25CLGlCQUFtQixDQUNwQixBQUNELDhCQUNFLFdBQVksQUFDWixZQUFhLEFBQ2Isa0JBQW1CLEFBQ25CLHNCQUF1QixBQUN2QixXQUFhLEFBQ2Isa0JBQW1CLEFBQ25CLE1BQU8sQUFDUCxPQUFRLEFBQ1IsbUNBQTZDLENBQzlDLEFBQ0QseUNBQ0UsbUJBQXFCLENBQ3RCLEFBQ0QsNENBQ0UscUJBQXVCLENBQ3hCLEFBVUQsYUFDRSxNQUVFLG1CQUFvQixBQUNwQiwwQkFBNEIsQ0FDN0IsQUFDRCxJQUNFLG1CQUFvQixBQUNwQiwwQkFBNEIsQ0FDN0IsQ0FDRiIsImZpbGUiOiJla2tvLWxpZ2h0Ym94LmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5la2tvLWxpZ2h0Ym94LWNvbnRhaW5lciB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbi5la2tvLWxpZ2h0Ym94LWNvbnRhaW5lciA+IGRpdi5la2tvLWxpZ2h0Ym94LWl0ZW0ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgYm90dG9tOiAwO1xuICByaWdodDogMDtcbiAgd2lkdGg6IDEwMCU7XG59XG4uZWtrby1saWdodGJveCBpZnJhbWUge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkge1xuICB6LWluZGV4OiAxMDA7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkgYSB7XG4gIGZsZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIG9wYWNpdHk6IDA7XG4gIHRyYW5zaXRpb246IG9wYWNpdHkgMC41cztcbiAgY29sb3I6ICNmZmY7XG4gIGZvbnQtc2l6ZTogMzBweDtcbiAgei1pbmRleDogMTAwO1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkgYSA+ICoge1xuICBmbGV4LWdyb3c6IDE7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhID4gKjpmb2N1cyB7XG4gIG91dGxpbmU6IG5vbmU7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhIHNwYW4ge1xuICBwYWRkaW5nOiAwIDMwcHg7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhOmxhc3QtY2hpbGQgc3BhbiB7XG4gIHRleHQtYWxpZ246IHJpZ2h0O1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkgYTpob3ZlciB7XG4gIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGE6Zm9jdXMge1xuICBvdXRsaW5lOiBub25lO1xufVxuLmVra28tbGlnaHRib3ggYTpob3ZlciB7XG4gIG9wYWNpdHk6IDE7XG4gIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbn1cbi5la2tvLWxpZ2h0Ym94IC5tb2RhbC1kaWFsb2cge1xuICBkaXNwbGF5OiBub25lO1xufVxuLmVra28tbGlnaHRib3ggLm1vZGFsLWZvb3RlciB7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG4uZWtrby1saWdodGJveC1sb2FkZXIge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgYm90dG9tOiAwO1xuICByaWdodDogMDtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIC8qIGVzdGFibGlzaCBmbGV4IGNvbnRhaW5lciAqL1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAvKiBtYWtlIG1haW4gYXhpcyB2ZXJ0aWNhbCAqL1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgLyogY2VudGVyIGl0ZW1zIHZlcnRpY2FsbHksIGluIHRoaXMgY2FzZSAqL1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmVra28tbGlnaHRib3gtbG9hZGVyID4gZGl2IHtcbiAgd2lkdGg6IDQwcHg7XG4gIGhlaWdodDogNDBweDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG4uZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYgPiBkaXYge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBib3JkZXItcmFkaXVzOiA1MCU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIG9wYWNpdHk6IDAuNjtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIGFuaW1hdGlvbjogc2stYm91bmNlIDJzIGluZmluaXRlIGVhc2UtaW4tb3V0O1xufVxuLmVra28tbGlnaHRib3gtbG9hZGVyID4gZGl2ID4gZGl2Omxhc3QtY2hpbGQge1xuICBhbmltYXRpb24tZGVsYXk6IC0xcztcbn1cbi5tb2RhbC1kaWFsb2cgLmVra28tbGlnaHRib3gtbG9hZGVyID4gZGl2ID4gZGl2IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzMzMztcbn1cbkAtd2Via2l0LWtleWZyYW1lcyBzay1ib3VuY2Uge1xuICAwJSxcbiAgMTAwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlKDApO1xuICB9XG4gIDUwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlKDEpO1xuICB9XG59XG5Aa2V5ZnJhbWVzIHNrLWJvdW5jZSB7XG4gIDAlLFxuICAxMDAlIHtcbiAgICB0cmFuc2Zvcm06IHNjYWxlKDApO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZSgwKTtcbiAgfVxuICA1MCUge1xuICAgIHRyYW5zZm9ybTogc2NhbGUoMSk7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlKDEpO1xuICB9XG59XG4iXX0= */
.take-screenshots-container .breadcrumb {
  margin: 0 !important;
  width: 100% !important;
  float: none !important;
}

.take-screenshots-container h2 {
  margin: 12px 0 0;
  color: #4b278a;
  line-height: 1.1;
}

.take-screenshots-container .alert {
  margin-top: 5px;
}

.take-screenshots-container .collapsible {
  display: inline-block;
  padding-right: 25px !important;
}

.take-screenshots-container .collapsible .icon-collapse {
  font-size: 14px;
  top: 50%;
  margin-left: 0;
  position: absolute;
}

.take-screenshots-container .collapsible[aria-expanded="true"] .icon-collapse {
  top: 50%;
}

.page-screenshot .scrolling-col {
  padding: 0;
}

@media (max-width: 767px) {
  .page-screenshot .scrolling-col {
    padding-top: 10px !important;
  }
}

.screenshots-page-container {
  background-color: #f4f8fb;
  position: relative;
  /* This was an attempt to add a shadow on scroll, using only CSS
  &:before {
    content: "";
    width: 100vw;
    position: absolute;
    height: 12px;
    background-color: #f4f8fb;
    left: -12px;
    z-index: 20;
  } */
}

.screenshots-page-container .fill-compare .breadcrumb {
  width: calc(100% - 128px);
}

.screenshots-page-container .fill-rerun .breadcrumb {
  width: calc(100% - 172px);
}

.screenshots-page-container .breadcrumb-current {
  border: solid 1px #ebeced;
}

.screenshots-page-container > .btn-group {
  margin-right: 12px;
}

@media (max-width: 767px) {
  .screenshots-page-container .panel-heading a {
    display: block;
    width: 100%;
  }
  .screenshots-page-container .panel-heading .btn {
    padding: 8px 15px 10px !important;
    margin-top: 12px !important;
  }
}

/* ----- Upload Screenshots ----- */
.browser-template-holder {
  padding-right: 8px;
  clear: both;
  background: #fff;
  border-radius: 4px;
  padding: 5px 12px;
  margin: 0 15px;
}

.browser-template-holder:before, .browser-template-holder:after {
  content: " ";
  display: table;
}

.browser-template-holder:after {
  clear: both;
}

.browser-template-holder .browser-template {
  padding-top: 20px;
}

.browser-template-holder .browser-template:before, .browser-template-holder .browser-template:after {
  content: " ";
  display: table;
}

.browser-template-holder .browser-template:after {
  clear: both;
}

.browser-template-holder .browser-template .form-group {
  padding: 0;
}

.browser-template-holder .browser-template + .browser-template {
  border-top: #ebeced solid 1px;
  margin-top: 20px;
}

.add-zip-holder {
  margin-bottom: 12px;
  margin-right: 15px;
}

.add-zip-holder:before, .add-zip-holder:after {
  content: " ";
  display: table;
}

.add-zip-holder:after {
  clear: both;
}

/**
 * Styles for the screenshot devices and browsers.
 */
.take-screenshot .list-platforms .list-group-item {
  padding: 0;
}

.page-screenshot-selection .list-group {
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}

.page-screenshot-devices .scrolling-col, .page-screenshot-review .scrolling-col {
  padding: 0;
  margin-bottom: 10px;
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}

.take-screenshot .breadcrumb {
  width: 100% !important;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0 !important;
}

/**
 * Panel Heading.
 */
.page-screenshot-devices .panel-heading {
  display: block !important;
}

@media (min-width: 767px) {
  .page-screenshot-devices .panel-heading {
    text-align: right;
  }
  .page-screenshot-devices .panel-heading .col-sm-3 {
    text-align: left;
  }
}

.page-screenshot-devices .panel-heading .collapsible {
  background-color: transparent;
  padding: 0;
  height: auto;
}

.page-screenshot-devices .panel-heading .collapsible[aria-expanded="true"] span {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 1px;
}

@media (min-width: 767px) {
  .page-screenshot-devices .panel-heading .collapsible {
    position: relative;
    top: 2px;
  }
}

.page-screenshot-devices .panel-heading .form-group {
  display: inline-block;
}

@media (min-width: 767px) {
  .page-screenshot-devices .panel-heading .form-group {
    margin-left: 15px;
  }
}

.page-screenshot-devices .panel-heading .form-group input[type='text'] {
  margin: 0 5px;
  text-align: center;
  width: 70px;
}

.page-screenshot-devices .panel-heading .form-group input[type='text']:focus {
  background: #937db9;
  -webkit-box-shadow: inset 0px 0px 4px 1px #4b278a;
  -moz-box-shadow: inset 0px 0px 4px 1px #4b278a;
  box-shadow: inset 0px 0px 4px 1px #4b278a;
}

/** 
 * List of breakpoints.
 */
.take-screenshot .list-platforms {
  padding: 0;
}

@media (min-width: 767px) {
  .take-screenshot .list-platforms .platform-item {
    display: table;
    padding: 0;
    width: 100%;
  }
}

.take-screenshot .list-platforms .platform-name {
  background-color: #f4f9fd;
  padding: 20px 25px;
}

@media (min-width: 767px) {
  .take-screenshot .list-platforms .platform-name {
    display: table-cell;
    float: none;
    vertical-align: top;
    padding: 20px 25px 0 25px;
  }
}

.take-screenshot .list-platforms .platform-name .icon-browser {
  color: #5f5f5f;
  font-size: 25px;
}

.take-screenshot .list-platforms .platform-name .icon-Browser-safari-ios-phone {
  font-size: 36px;
}

.take-screenshot .list-platforms .platform-name .icon-Browser-safari-ios-tablet, .take-screenshot .list-platforms .platform-name .icon-tablet {
  font-size: 75px;
  line-height: 0.7;
  margin-left: -10px;
  margin-top: -10px;
}

.take-screenshot .list-platforms .platform-name .icon-desktop {
  color: #5f5f5f;
  font-size: 32px;
}

.take-screenshot .list-platforms .platform-name .form-group {
  font-size: 14px;
}

@media (min-width: 767px) {
  .take-screenshot .list-platforms .platform-name .form-group {
    display: inline-block;
    margin-left: 35px;
    position: relative;
    top: -2px;
  }
}

.take-screenshot .list-platforms .platform-name label:before {
  width: 17px;
  height: 17px;
  position: relative;
  top: 3px;
}

.take-screenshot .list-platforms .platform-versions {
  padding: 20px 25px;
  margin-bottom: -20px;
}

/**
 * List of supported platform versions.
 */
.list-platforms .platform-versions .platform-version-item {
  border: none;
  margin-bottom: 20px;
}

.list-platforms .platform-versions .platform-version-item:nth-child(4), .list-platforms .platform-versions .platform-version-item:nth-child(7), .list-platforms .platform-versions .platform-version-item:nth-child(10) {
  clear: left;
}

/**
 * List of resolutions for one platform version.
 */
.list-platforms .platform-versions .group-resolutions {
  margin-top: 10px;
}

@media (min-width: 767px) {
  .list-platforms .platform-versions .group-resolutions {
    width: 170px;
  }
}

.list-platforms .platform-versions .group-resolutions .item-resolution {
  background-color: #f4f9fd;
  border: solid 1px #ebeced;
  border-radius: 4px;
  margin-bottom: 1px;
  padding: 5px;
}

.list-platforms .platform-versions .group-resolutions .item-resolution select {
  border: transparent;
  padding: 5px;
  font-size: 12px;
  margin-right: 10px;
}

.list-platforms .platform-versions .group-resolutions .item-resolution select.error {
  background-color: #d9534f;
}

.list-platforms .platform-versions .group-resolutions .item-resolution select.error .btn.remove, .list-platforms .platform-versions .group-resolutions .item-resolution select.error .x {
  color: #FFF;
}

.list-platforms .platform-versions .group-resolutions .item-resolution select.error .btn.add, .list-platforms .platform-versions .group-resolutions .item-resolution select.error .x {
  color: #FFF;
}

.list-platforms .platform-versions .group-resolutions .form-group {
  display: inline-block;
}

.list-platforms .platform-versions .group-resolutions .form-group input[type="text"] {
  background-color: white;
  border: none;
  font-size: 11px;
  margin: 0 5px;
  padding: 5px;
  outline: none;
  text-align: center;
  width: 55px;
}

.list-platforms .platform-versions .group-resolutions .form-group input[type="text"]:first-child {
  margin-left: 0;
}

.list-platforms .platform-versions .group-resolutions .btn {
  color: #7a7c7f;
  display: inline-block;
  font-weight: 400;
  padding: 0;
  text-decoration: none;
}

.list-platforms .platform-versions .group-resolutions .btn:hover, .list-platforms .platform-versions .group-resolutions .btn:active, .list-platforms .platform-versions .group-resolutions .btn:focus {
  background-color: transparent;
  box-shadow: none;
  color: initial;
  border-bottom: none;
}

.list-platforms .platform-versions .group-resolutions .btn.add:before {
  content: "+";
}

.list-platforms .platform-versions .group-resolutions .btn.remove:before {
  content: "✕";
  font-size: 11px;
}

@media (min-width: 767px) {
  .list-platforms .platform-versions .group-resolutions .btn {
    margin-left: 5px;
    vertical-align: baseline;
  }
}

/*CUSTOM SCREENSHOT TEXT AREA ENTRY PANEL START*/
.hwt-container {
  display: inline-block;
  position: relative;
  overflow: hidden !important;
  font-size: 14px;
  min-width: calc(100% - 20px);
  min-height: calc(100vh - 325px);
  margin: 11px 10px 6px;
  border: solid 1px #ebeced;
  -webkit-text-size-adjust: none !important;
}

.hwt-container:focus-within {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.hwt-backdrop {
  position: absolute !important;
  top: 0 !important;
  right: -99px !important;
  bottom: 0 !important;
  left: 0 !important;
  padding-right: 99px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.hwt-highlights {
  width: auto !important;
  height: auto !important;
  border-color: transparent !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  color: transparent !important;
  overflow: hidden !important;
}

.hwt-input {
  display: block !important;
  position: relative !important;
  margin: 0;
  padding: 0;
  border-radius: 0;
  font: inherit;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  min-height: calc(100vh - 325px);
  min-width: 100%;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: none;
  resize: none;
}

.hwt-content {
  background: none transparent !important;
}

.hwt-content mark {
  padding: 0 !important;
  color: inherit;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/*CUSTOM SCREENSHOT TEXT AREA ENTRY PANEL END*/
/**
 * Styles for the screenshot review list.
 */
.page-screenshot-review .btn-close {
  color: #797979;
  cursor: pointer;
}

.page-screenshot-review .list-page {
  position: relative;
}

.page-screenshot-review .list-page .btn-close {
  font-size: 1.428rem;
  position: absolute;
  top: 10px;
  right: 20px;
}

.page-screenshot-review .list-page .btn-close:hover {
  color: #eb188c;
}

@media (min-width: 767px) {
  .page-screenshot-review .list-page .btn-close {
    position: initial;
  }
}

@media (max-width: 767px) {
  .page-screenshot-review .list-page div[class^="col-"] {
    position: initial;
  }
}

.page-screenshot-review .list-group .list-device {
  border-bottom: none;
}

.page-screenshot-review .list-group .list-device:nth-child(4) {
  clear: left;
}

.page-screenshot-review .list-group .list-device .btn-close {
  font-size: 10px;
  font-weight: normal;
  margin-left: 15px;
  position: relative;
  top: -2px;
}

.page-screenshot-review .list-group .list-device .btn-close:hover {
  color: #eb188c;
  font-family: ProximaNova-Bold;
}

/**
 *
 */
@media (min-width: 480px) {
  .page-screenshot .screenshot-runs .breadcrumb {
    width: calc(100% - 255px) !important;
  }
}

.screenshot-container, .screenshot-container > div {
  height: 100%;
}

.addbar {
  height: 43px;
  background: #dbe7f4;
  margin-bottom: 40px;
  padding: 10px;
  position: relative;
  font-family: ProximaNova-Bold;
  font-size: 0.7857rem;
  text-transform: uppercase;
  color: #333333;
}

@media (min-width: 768px) {
  .addbar {
    padding: 10px 20px;
  }
}

@media (min-width: 768px) {
  .addbar .container {
    padding: 0 20px;
  }
}

.addbar a {
  border-bottom: none;
  color: #333333;
}

.addbar .ellipsis-button {
  color: #4b278a;
  line-height: 0.3;
}

.addbar span {
  display: inline-block;
}

.addbar .icon-Element-Action {
  font-size: 18px;
  color: #8cbdea;
  padding: 2px;
  border: 1px solid #8cbdea;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 5px;
}

.addbar .button-label {
  vertical-align: top;
  margin-top: 5px;
}

.addbar .dropdown-menu {
  font-size: 0.7857rem;
  top: 33px;
  font-family: ProximaNova-Bold;
}

.addbar .dropdown-menu a {
  text-transform: none;
}

@media (min-width: 768px) {
  .hero + .addbar {
    margin-top: -30px;
  }
}

/**
 * State with no screenshot runs.
 */
.no-screenshots-container {
  padding: 150px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .no-screenshots-container {
    padding: 40px 40px 0 40px;
  }
}

.no-screenshots-container .icon {
  color: #4b278a;
  display: inline-block;
  font-size: 150px;
  margin: 0 auto 20px auto;
}

.no-screenshots-container .title {
  color: #7e7e7e;
  font-size: 24px;
}

.no-screenshots-container .form-group {
  margin: 0 auto 30px auto;
}

@media (min-width: 767px) {
  .no-screenshots-container .form-group {
    width: 200px;
  }
}

.no-screenshots-container .form-control {
  border-color: #7e7e7e;
  font-family: ProximaNova-Bold;
  height: 40px;
}

@media (max-width: 767px) {
  .no-screenshots-container .form-control {
    display: inline-block;
    width: initial;
  }
}

.tile-set.screenshot-runs-list {
  padding: 0 40px;
}

@media (min-width: 767px) {
  .tile-set.screenshot-runs-list {
    margin: 0 -10px;
    padding: 0px;
    width: calc(100% + 20px);
  }
}

@media (min-width: 767px) {
  .tile-set.screenshot-runs-list .screenshot-run-item {
    padding: 0 10px;
  }
}

.tile-set.screenshot-runs-list .screenshot-item-container {
  margin-bottom: 20px;
  padding: 0 0 10px 0;
}

@media (min-width: 767px) {
  .tile-set.screenshot-runs-list .screenshot-item-container {
    margin-bottom: 50px;
  }
}

.tile-set.screenshot-runs-list .screenshot-item-container:before {
  box-shadow: 1.5px 2.598px 5px 0px rgba(0, 0, 0, 0.05);
  background-color: white;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  -ms-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

@media (min-width: 767px) {
  .tile-set.screenshot-runs-list .screenshot-item-container:before {
    -ms-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}

.tile-set.screenshot-runs-list .screenshot-item-container:hover .hover-back {
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 1.5px 2.598px 5px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.tile-set.screenshot-runs-list .screenshot-item-container .hover-back {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.tile-set.screenshot-runs-list .screenshot-item-container .hover-back .btn {
  border-color: white;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.tile-set.screenshot-runs-list .screenshot-item-container .hover-back .btn:hover {
  background-color: transparent;
  color: white;
  border-color: white;
}

.tile-set.screenshot-runs-list .screenshot-run-title {
  min-height: 55px;
}

.tile-set.screenshot-runs-list .screenshot-run-title h3 {
  margin-bottom: 0;
}

.tile-set.screenshot-runs-list .browser-list {
  font-size: 0;
}

.tile-set.screenshot-runs-list .browser-list .icon {
  color: #4b278a;
  display: inline-block;
  margin: 0;
  font-size: 20px;
}

/**
 * Screenshot controls
 */
.screenshot-controls {
  position: relative;
}

@media (max-width: 768px) {
  .screenshot-controls {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  .screenshot-controls {
    float: right;
  }
  .screenshot-controls .btn + .btn {
    margin-left: 12px;
  }
}

.screenshot-controls .screenshot-filter {
  border: solid 1px #4b278a;
  border-radius: 14px;
  padding: 6px 10px 7px;
  color: #4b278a;
  margin-right: 10px;
  font-size: 13px;
}

.screenshot-controls .icon-Manage-close {
  font-size: 7px;
  font-family: ProximaNova-Bold;
  margin-left: 5px;
  vertical-align: middle;
}

.screenshot-controls .filter-icon {
  margin-right: 5px;
}

.screenshot-controls .icon-Edit {
  border: solid 1px #4b278a;
  border-radius: 50%;
  padding: 7px;
}

.screenshot-controls .dropdown-menu {
  width: 190px;
  min-width: auto;
  font-size: 1rem;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .screenshot-runs .screenshots-container.main-section {
    margin-top: 50px;
  }
}

.ellipsis-button {
  font-size: 35px;
  font-family: ProximaNova-Bold;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  border-bottom: none;
}

.ellipsis-button:hover {
  border-bottom: none;
}

.compare-menu {
  width: 190px;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  transform: translate3d(100%, 0, 0);
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1001;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0px;
  -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;
  list-style: none;
  text-align: left;
}

.compare-menu li {
  padding-bottom: 0;
}

.compare-menu a {
  display: block;
  padding: 15px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #bababa;
  white-space: nowrap;
  border-bottom: 1px solid whitesmoke;
  max-width: 180px;
  text-overflow: ellipsis;
  overflow: hidden;
  /* This is the circles, as per Michael they were removed &:before {
    	content: " ";
    	border: solid 2px $gray-light;
    	border-radius: 50%;
    	width: 10px;
    	height: 10px;
    	display: inline-block;
    	margin-right: 8px;
    }
    &:hover:before {
    	border-color: $brand-primary;
    } */
}

.compare-menu a:hover:not(.btn) {
  color: #333;
}

.compare-menu a.btn {
  display: inline-block;
  margin: 15px;
  line-height: 1;
  padding: 6px 12px;
  border: 1px solid #7e7e7e;
  color: #333;
  font-family: ProximaNova-Bold;
}

.compare-menu a.btn:hover {
  color: #fff;
  border-color: #4b278a;
}

.compare-menu a.btn[disabled]:hover {
  color: #333;
}

.compare-menu a.selected {
  background: #dbd4e8;
  color: #333;
}

.compare-menu .compare-header {
  background: #e7e7e7;
  font-size: 0.7143rem;
}

.compare-menu .compare-header a {
  border-bottom: none;
  padding: 5px 15px 8px;
  color: #333;
}

.compare-menu .compare-header a.selected {
  background: none;
}

.compare-menu .compare-header a span {
  font-family: ProximaNova-Bold;
}

.compare-menu .compare-header a .chevron {
  font-size: 22px;
  line-height: .9;
  vertical-align: bottom;
}

.compare-menu .compare-header input {
  border: none;
  margin: 0 15px 10px;
  padding-left: 10px;
  width: 140px;
  height: 28px;
  font-size: 1rem;
}

.compare-runs-container .compare-menu {
  z-index: 1002;
}

.is-visible > .compare-menu {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
  max-height: 371px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.is-visible > .compare-menu > a {
  visibility: visible;
}

.compare-branches-container, .compare-runs-container {
  visibility: hidden;
  transition: visibility 0s 0.6s;
}

.compare-branches-container.is-visible, .compare-runs-container.is-visible {
  visibility: visible;
  transition: visibility 0s 0s;
}

.compare-branches-container.is-parent > .compare-menu {
  overflow: visible;
  max-height: auto;
}

.compare-branches-container.is-parent > .compare-menu > li > a {
  visibility: hidden;
}

.compare-branches li {
  cursor: pointer;
  padding-left: 5px;
}

.compare-branches .selected {
  background: #dbd4e8;
  border-radius: 4px;
}

.icon-Browser-safari-ios-iphone:before, .icon-Browser-safari-ios-phone:before {
  content: "";
}

.icon-Browser-safari-ios-tablet:before {
  content: "";
}

.ekko-lightbox-container > div.ekko-lightbox-item {
  background-image: url(/Content/Img/screenshot-in-progress.png);
  background-position: center;
  background-repeat: no-repeat;
}

.screenshot-info-bar {
  background-color: white;
}

.screenshot-queue {
  margin-top: 15px;
}

.screenshot-queue .progress-bar {
  width: 100%;
  padding: 8px;
  font-size: 13px;
  font-weight: bold;
  color: #4b278a;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}

.screenshot-queue .progress-bar.waiting {
  background-image: none;
}

.screenshot-queue .progress-bar.complete, .screenshot-queue .progress-bar.cancelled {
  background-image: none;
  background-color: #CCC;
  color: black;
}

.screenshot-queue .progress-bar.complete a, .screenshot-queue .progress-bar.cancelled a {
  color: black;
}

.screenshot-queue .progress-bar.complete a:hover, .screenshot-queue .progress-bar.cancelled a:hover {
  color: #4b278a;
}

.screenshot-queue .progress-bar.cancelled div {
  text-decoration: line-through;
  color: black;
}

.screenshot-queue .progress-bar a {
  margin-right: 5px;
}

.screenshot-queue .progress-bar .large-col, .screenshot-queue .progress-bar .small-col {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.screenshot-queue .progress-bar .large-col {
  text-align: left;
}

.screenshot-queue .progress-bar .small-col {
  text-align: right;
}

.screenshot-details .screenshot-queue {
  margin-top: 0;
}

.screenshot-details .screenshot-queue .circle {
  margin-right: 10px;
}

.page-screenshot-list {
  background-color: white;
}

.page-screenshot-list .btn-rerun {
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .page-screenshot-list .btn-rerun {
    margin-top: 0;
    margin-bottom: 30px;
    float: right;
  }
}

.screenshots-container .list-heading {
  padding: 21px 0 17px 6px !important;
}

/**
 * Device screenshots.
 */
.screenshot-device {
  margin-bottom: 12px;
}

.screenshot-device:last-of-type {
  margin-bottom: 50px;
}

.screenshot-device .panel-heading {
  text-transform: none;
}

.screenshot-details h6 {
  display: inline-block;
  margin: 5px 10px 0 0;
}

.screenshot-details .progress {
  width: 25%;
  display: inline-block;
  margin-bottom: 4px;
  vertical-align: middle;
  position: relative;
}

.screenshot-details .progress .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 10px;
}

.screenshot-details .progress .btn-close:hover, .screenshot-details .progress .btn-close:focus {
  color: #4b278a;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.screenshot-details .btn-small {
  padding: 2px 7px !important;
}

.screenshot-run .screenshot-details {
  background: #fff;
  border-radius: 4px;
  padding: 5px 12px;
  margin-bottom: 12px;
}

.site-status .screenshot-details {
  position: relative;
}

.site-status .screenshot-details h6 {
  position: absolute;
  top: -28px;
  left: 23px;
}

.site-status .screenshot-details .progress {
  width: 100%;
  margin-top: 5px;
}

.ss-busy .site-link {
  display: none;
}

.ss-busy + .screenshot-details h6 {
  top: -23px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .screenshot-run .screenshots-container.main-section {
    margin-top: 0;
  }
  .screenshot-controls {
    position: absolute;
    right: 6px;
    top: 63px;
    z-index: 1;
  }
  .screenshot-details {
    width: calc(100% - 305px);
  }
}

.screenshot-device .screenshots-container {
  background-color: #fff;
  border-top: 1px solid #ebeced;
  padding: 25px 15px 0;
}

.screenshots-container.main-section {
  margin-top: 12px;
}

.screenshot-list-container {
  border-radius: 4px;
}

.screenshot-runs .pagination {
  margin: 12px 0 0 0;
}

.screenshot-runs .pagination li a {
  border-bottom: 1px solid #ddd !important;
}

.screenshot-runs .rpp {
  text-align: right;
  margin-top: 12px;
}

.screenshot-runs .rpp-area select {
  margin-top: 12px;
  margin-bottom: 4px;
}

.screenshot-runs .pagination-row {
  margin-bottom: -12px;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .screenshot-runs .pagination-row {
    margin-bottom: -50px;
  }
  .screenshot-runs .rpp-area {
    display: none;
  }
  .screenshot-runs .pagination {
    margin-top: 0;
  }
}

.diff-summary-page {
  padding: 0 12px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 90vh;
  width: 100%;
  background-color: #f4f8fb;
  position: relative;
  /* This was an attempt to add a shadow on scroll, using only CSS
    &:before {
      content: "";
      width: 100vw;
      position: absolute;
      height: 12px;
      background-color: #f4f8fb;
      left: -12px;
      z-index: 20;
    } */
}

.diff-summary-page .breadcrumb {
  width: 100% !important;
}

.diff-summary-container {
  padding-top: 20px;
  padding-bottom: 30px;
  clear: both;
  /* TABS */
}

@media (max-width: 767px) {
  .diff-summary-container {
    padding: 20px;
    margin-bottom: 30PX;
  }
}

.diff-summary-container [class^="icon-"], .diff-summary-container [class*=" icon-"] {
  margin-right: 0;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .diff-summary-container [class^="icon-"], .diff-summary-container [class*=" icon-"] {
    margin-right: 20px;
    font-size: 1rem;
  }
}

.diff-summary-container > p {
  margin-bottom: 15px;
}

.diff-summary-container .nav-tabs {
  border-bottom: none;
  margin-bottom: 0;
}

.diff-summary-container .nav-tabs > li {
  width: 50%;
  margin: 0;
  text-align: center;
}

.diff-summary-container .nav-tabs > li > a {
  background: #b59ae3;
  color: white;
  border: none;
  margin: 0;
  text-transform: uppercase;
}

.diff-summary-container .nav-tabs > li.active > a, .diff-summary-container .nav-tabs > li.active > a:hover, .diff-summary-container .nav-tabs > li.active > a:focus {
  background: #4b278a;
  color: white;
  border: none;
}

.diff-summary-container .table {
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .diff-summary-container .table {
    border: none;
  }
}

.diff-summary-container .hide-comparison thead > tr > th,
.diff-summary-container .hide-comparison tbody > tr > td:nth-child(3) {
  display: none;
}

.diff-summary-container .hide-original thead > tr > th,
.diff-summary-container .hide-original tbody > tr > td:nth-child(2) {
  display: none;
}

@media (max-width: 767px) {
  .form-container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .result-container {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
}

.custom-compare h5 {
  background: #4b278a;
  color: white;
  padding: 10px;
  margin: 20px 0 20px;
  text-transform: uppercase;
}

.tile-set.diff-results {
  display: block;
}

@media (max-width: 767px) {
  .tile-set.diff-results {
    width: 100%;
  }
}

.tile-set.diff-results .tile.diff-result {
  border: 1px solid #e7e7e7;
  margin-right: 0;
  font-size: 0.78rem;
  vertical-align: middle;
  width: 100%;
  padding: 0;
  float: left;
  background: white;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .tile-set.diff-results .tile.diff-result {
    margin-right: calc((100% / 12) - 6px);
    width: calc((100% -  (100% / 12) * 2) / 3);
    min-width: 260px;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .tile-set.diff-results .tile.diff-result {
    margin-right: calc((100% - 33% * 3) / 2);
    min-width: 33%;
  }
}

@media (max-width: 767px) {
  .tile-set.diff-results .tile.diff-result {
    margin-bottom: 0;
    border: 0;
  }
  .tile-set.diff-results .tile.diff-result:last-child {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .tile-set.diff-results .tile.diff-result:nth-child(3n) {
    margin-right: 0;
  }
}

.tile-set.diff-results .tile.diff-result .tile-header {
  padding: 15px;
  min-width: 258px;
}

.tile-set.diff-results .tile.diff-result .tile-header h6 {
  margin-bottom: 0;
}

.tile-set.diff-results .tile.diff-result .table {
  margin-bottom: 0;
  border: none;
}

.tile-set.diff-results .tile.diff-result .table > thead > tr > th,
.tile-set.diff-results .tile.diff-result .table > tbody > tr > th,
.tile-set.diff-results .tile.diff-result .table > tfoot > tr > th {
  vertical-align: middle;
}

.tile-set.diff-results .tile.diff-result .table > thead > tr > th:first-child,
.tile-set.diff-results .tile.diff-result .table > thead > tr > td:first-child,
.tile-set.diff-results .tile.diff-result .table > tbody > tr > th:first-child,
.tile-set.diff-results .tile.diff-result .table > tbody > tr > td:first-child,
.tile-set.diff-results .tile.diff-result .table > tfoot > tr > th:first-child,
.tile-set.diff-results .tile.diff-result .table > tfoot > tr > td:first-child {
  padding-left: 15px;
}

.tile-set.diff-results .tile.diff-result .table > thead > tr > th:nth-child(2n),
.tile-set.diff-results .tile.diff-result .table > thead > tr > td:nth-child(2n),
.tile-set.diff-results .tile.diff-result .table > tbody > tr > th:nth-child(2n),
.tile-set.diff-results .tile.diff-result .table > tbody > tr > td:nth-child(2n),
.tile-set.diff-results .tile.diff-result .table > tfoot > tr > th:nth-child(2n),
.tile-set.diff-results .tile.diff-result .table > tfoot > tr > td:nth-child(2n) {
  padding-left: 0;
  padding-right: 0;
}

.tile-set.diff-results .tile.diff-result .table > thead > tr > th:last-child,
.tile-set.diff-results .tile.diff-result .table > thead > tr > td:last-child,
.tile-set.diff-results .tile.diff-result .table > tbody > tr > th:last-child,
.tile-set.diff-results .tile.diff-result .table > tbody > tr > td:last-child,
.tile-set.diff-results .tile.diff-result .table > tfoot > tr > th:last-child,
.tile-set.diff-results .tile.diff-result .table > tfoot > tr > td:last-child {
  padding-right: 10px;
  height: 43px;
}

.tile-set.diff-results .tile.diff-result [class^="icon-"], .tile-set.diff-results .tile.diff-result [class*=" icon-"] {
  font-size: 1.286rem;
}

.tile-set.diff-results .tile.diff-result .icon-th-large {
  font-size: 2.5rem;
  margin-right: 15px;
  margin-top: -5px;
}

.tile-set.diff-results .tile.diff-result .icon-Solid-tablet {
  font-size: 3rem;
  margin-top: -10px;
}

@media (max-width: 767px) {
  .tile-set.diff-results .tile.diff-result .icon-Solid-tablet {
    font-size: 2.5rem;
  }
}

.tile-set.diff-results .tile.diff-result .icon-Solid-iphone {
  margin-left: -7px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .tile-set.diff-results .tile.diff-result .icon-Solid-iphone {
    margin-left: 0px;
    margin-right: 15px;
  }
}

.tile-set.diff-results .tile.diff-result a {
  text-decoration: none;
}

.tile-set.diff-results .tile.diff-result .btn {
  padding: 6px 7px;
  font-size: 11px;
}

.tile-set.diff-results .tile.diff-result progress[value] {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 4px;
  width: calc(100% - 35px);
}

@media (min-width: 960px) {
  .tile-set.diff-results .tile.diff-result progress[value] {
    min-width: 45px;
  }
}

.tile-set.diff-results .tile.diff-result .progress-value {
  font-family: ProximaNova-Bold;
}

.form-container.row .label-compare {
  padding: 7px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .form-container.row .label-compare {
    padding: 7px;
    margin-top: -15px;
  }
}

.form-container.row .btn-compare {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .form-container.row .btn-compare {
    margin-left: 0;
    width: 100%;
    display: block;
  }
}

/**
 * Modal popup.
 */
.manage .modal .form-group input[type="text"],
.manage .modal .form-group select {
  width: 100%;
}

.manage .modal .field-owner {
  position: relative;
}

.manage .modal .field-owner:after {
  content: "/";
  position: absolute;
  bottom: 8px;
  right: -1px;
}

@media (max-width: 767px) {
  .manage .modal .field-owner:after {
    content: "";
  }
}

/* ----- Login page ----- */
.account-content {
  padding: 20px;
}

@media (max-width: 767px) {
  .account-content {
    margin: 16px;
  }
}

.signin #header {
  display: none;
}

@media (max-width: 767px) {
  .signin #header {
    display: block;
  }
}

.signin #main-wrapper {
  height: 88%;
}

/* ----- Details Panel ----- */
#details-panel, .details-panel {
  border-left: solid 1px #ebeced;
  padding: 12px 12px 90px;
}

@media (max-width: 320px) {
  #details-panel, .details-panel {
    padding: 12px 9px;
  }
}

#details-panel .icon-email-builder:before, .details-panel .icon-email-builder:before {
  content: "";
}

#details-panel .icon-custom-website:before, .details-panel .icon-custom-website:before {
  content: "";
}

#details-panel .icon-email-ss:before, .details-panel .icon-email-ss:before {
  content: "";
}

#details-panel .icon-iva-builder:before, .details-panel .icon-iva-builder:before {
  content: "";
}

#details-panel .icon-microsite-builder:before, .details-panel .icon-microsite-builder:before {
  content: "";
}

#details-panel .tab-content, .details-panel .tab-content {
  margin-bottom: 15px;
}

#details-panel .apps-menu a[disabled], .details-panel .apps-menu a[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  position: relative;
}

#details-panel .apps-menu a[disabled]:after, .details-panel .apps-menu a[disabled]:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
}

#details-panel-content, .details-panel-content {
  padding-bottom: 20px;
  background: #f4f8fb;
}

#details-panel-content h3, .details-panel-content h3 {
  color: #4b278a;
  font-family: ProximaNova-Bold;
}

#details-panel-content h3 .icon, .details-panel-content h3 .icon {
  margin-right: 5px;
  color: #dbd4e8;
  float: left;
  margin-bottom: 0;
  margin-top: 3px;
  font-size: 20px;
}

#details-panel-content h6, .details-panel-content h6 {
  margin-top: 10px;
  margin-bottom: 3px;
}

#details-panel-content .btn, .details-panel-content .btn {
  white-space: initial;
}

#details-panel-content .btn + h6, #details-panel-content .btn-group + h6, .details-panel-content .btn + h6, .details-panel-content .btn-group + h6 {
  margin-top: 20px;
}

#details-panel-content p, .details-panel-content p {
  margin-bottom: 10px;
}

#details-panel-content p.detail-date, .details-panel-content p.detail-date {
  margin-left: 27px;
  margin-bottom: 30px;
  font-size: 13px;
}

#details-panel-content .ellipsis-button, .details-panel-content .ellipsis-button {
  line-height: .2;
  text-shadow: none;
}

#details-panel-content .highlight, .details-panel-content .highlight {
  background: #fff;
  border-radius: 4px;
  padding: 5px 12px;
}

#details-panel-content .highlight .btn, .details-panel-content .highlight .btn {
  margin: 10px auto;
  width: 100%;
  max-width: 350px;
  display: block;
}

#details-panel-content .highlight .btn .loading-spinner, .details-panel-content .highlight .btn .loading-spinner {
  display: inline-block;
  font-size: 8px;
  margin: 0 10px 0 0;
}

#details-panel-content .highlight #build-logs .loading-spinner, .details-panel-content .highlight #build-logs .loading-spinner {
  margin: 0 10px 0 -7px;
  color: #fff;
}

#details-panel-content .highlight #build-logs li, .details-panel-content .highlight #build-logs li {
  font-size: 14px;
}

#details-panel-content .highlight .btn-group, .details-panel-content .highlight .btn-group {
  width: 100%;
  max-width: 350px;
  display: block;
  margin: 10px auto;
}

#details-panel-content .highlight .btn-group > .btn, .details-panel-content .highlight .btn-group > .btn {
  float: none;
  border-radius: 4px;
}

#details-panel-content .highlight h6, .details-panel-content .highlight h6 {
  margin-top: 10px;
}

#details-panel-content .highlight .email-address, .details-panel-content .highlight .email-address {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}

#details-panel-content .highlight + .highlight, #details-panel-content .apps-menu + .highlight, #details-panel-content .highlight + .apps-menu, .details-panel-content .highlight + .highlight, .details-panel-content .apps-menu + .highlight, .details-panel-content .highlight + .apps-menu {
  margin-top: 12px;
}

#details-panel-content .zero-state .zero-icon, .details-panel-content .zero-state .zero-icon {
  font-size: 60px;
  text-align: center;
  margin: 40px auto;
  display: block;
  color: #4b278a;
}

#details-panel-content .autodeploy, .details-panel-content .autodeploy {
  height: 30px;
  margin-top: 10px;
}

#details-panel-content .autodeploy h6, .details-panel-content .autodeploy h6 {
  float: left;
}

#details-panel-content .autodeploy .switch, .details-panel-content .autodeploy .switch {
  float: right;
}

#details-panel-content .apps-menu, .details-panel-content .apps-menu {
  background: #fff;
  border-radius: 4px;
  padding: 5px 12px;
  width: auto;
  margin: 0 0 5px;
  padding: 0 0 4px;
  font-size: 10px;
  text-transform: uppercase;
}

#details-panel-content .apps-menu li, .details-panel-content .apps-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  border-right: solid 1px #ecedee;
}

#details-panel-content .apps-menu li:last-child, .details-panel-content .apps-menu li:last-child {
  border-right: none;
}

#details-panel-content .site-status, .details-panel-content .site-status {
  background: #fff;
  border-radius: 4px;
  padding: 5px 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

#details-panel-content .site-status .locked, .details-panel-content .site-status .locked {
  margin-left: -2px;
  margin-right: 12px;
}

#details-panel-content .site-status .loading-spinner, .details-panel-content .site-status .loading-spinner {
  display: inline-block;
  font-size: 8px;
  margin: 0;
}

#details-panel-content .site-status .site-link, .details-panel-content .site-status .site-link {
  margin-left: 10px;
}

#details-panel-content .highlight .site-status, .details-panel-content .highlight .site-status {
  padding: 12px 0 0;
}

#details-panel-content .export, .details-panel-content .export {
  margin: 10px 0;
}

#details-panel-content .export .loading-spinner, .details-panel-content .export .loading-spinner {
  display: inline-block;
  font-size: 8px;
  margin: 0 8px 0 -8px;
}

@media (max-width: 1199px) {
  #details-panel, .details-panel {
    top: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 380px;
    height: 100%;
    position: fixed;
    z-index: 5;
    transition: transform .3s;
    background: #f4f8fb;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
  }
  #details-panel.active, .details-panel.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #details-panel h4, .details-panel h4 {
    padding-right: 68px;
  }
  #details-panel .close-details, .details-panel .close-details {
    font-size: 20px;
    margin-left: 15px;
    display: inline-block;
  }
  #details-panel .ellipsis-button, .details-panel .ellipsis-button {
    position: absolute;
    top: 2px;
    right: 30px;
  }
}

@media (max-width: 767px) {
  #details-panel, .details-panel {
    width: 100%;
  }
}

.circle {
  background-color: #0f0;
  border: 1px solid #00d600;
  height: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 10px;
  display: inline-block;
}

.circle.red {
  background-color: #f00;
  border-color: #d60000;
}

.circle.yellow {
  background-color: #ff0;
  border-color: #d6d600;
}

.apps-menu {
  width: 380px;
}

.apps-menu li {
  text-align: center;
}

.apps-menu li a {
  padding: 15px 3px 0;
  max-width: 125px;
  display: inline-block;
}

.apps-menu li img {
  display: block;
  margin: 0 auto 5px;
}

.text-label {
  width: 30%;
  min-width: 90px;
  display: inline-block;
  font-family: ProximaNova-Bold;
  clear: both;
}

.sidebar-content {
  display: none;
}

.sidebar-content.current {
  display: inherit;
}

.email-list {
  padding: 0;
}

.email-list li {
  font-size: 12px;
  list-style-type: none;
  padding-bottom: 0;
}

.email-list li .subject {
  width: calc(100% - 123px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.email-list li .time {
  float: right;
}

.copy-email-h {
  margin-top: 0 !important;
}

.copy-email {
  position: relative;
  width: 73px;
  display: inline-block;
  padding: 5px;
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}

.copied {
  background: #dbd4e8;
  border-radius: 4px;
}

.copied:after {
  content: "Copied!";
  position: absolute;
  left: 20%;
  top: 8px;
  font-size: 12px;
  margin-left: 7px;
}

.pod {
  margin-bottom: 10px;
  padding: 30px;
}

.pod h4 {
  margin-top: 0;
}

.pod.lg-padding {
  padding: 40px 60px !important;
}

@media (max-width: 767px) {
  .pod.lg-padding {
    padding: 30px !important;
  }
}

.pod.pod-service p {
  margin: 0 0 10px;
}

@media (min-width: 960px) {
  .pod.pod-service {
    min-height: 175px;
    max-height: 250px;
  }
}

@media (min-width: 768px) {
  .pod.pod-service {
    min-height: 185px;
    max-height: 260px;
    padding: 30px 30px 10px;
  }
}

@media (min-width: 767px) and (max-width: 959px) {
  .pod.pod-service {
    max-height: 185px;
  }
  .pod.pod-service .icon {
    float: left;
  }
  .pod.pod-service .pod-content-container {
    float: left;
    width: 71%;
  }
}

.pod.pod-service.mobile-hero-img {
  padding-left: 0;
  padding-top: 50px;
}

@media (min-width: 767px) and (max-width: 959px) {
  .pod.pod-service.mobile-hero-img {
    padding-left: 0;
    padding-top: 20px;
  }
}

@media (min-width: 960px) {
  .pod.pod-service.pod-tall {
    height: 251px;
  }
}

@media (min-width: 960px) {
  .pod.pod-service.pod-med {
    height: 172px;
  }
}

@media (min-width: 768px) {
  .pod.pod-service.col-sm-12 {
    width: calc(100% - 10px);
    margin-right: 10px;
    min-height: unset;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .pod.pod-service.col-sm-6 {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
}

@media (min-width: 960px) {
  .pod.pod-service.col-md-3 {
    width: calc(25% - 10px);
    margin-right: 10px;
  }
}

.pod.pod-product {
  background: #fff;
  padding: 0 !important;
  margin-right: 5%;
  margin-bottom: 30px;
  width: 30%;
  float: left;
  position: relative;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.pod.pod-product:hover > img {
  opacity: 1;
}

.pod.pod-product .pod-content-container {
  padding: 30px 20px;
  width: 100%;
}

.pod.pod-product .pod-content-container h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pod.pod-product:nth-child(3n+0) {
  margin-right: 0;
}

.pod.pod-product:last-child {
  margin-bottom: 0;
}

.pod.pod-product img {
  opacity: 0.5;
}

.pod.pod-product .product-status {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 20px;
  background: #dbd4e8;
  font-size: 0.7857rem;
  padding: 10px 15px;
  z-index: 1;
  text-transform: uppercase;
  text-align: right;
}

.pod.pod-product .product-status .glyphicon {
  margin-left: 5px;
}

@media (max-width: 767px) {
  .pod.pod-product {
    width: 100%;
    margin-right: 0;
  }
  .pod.pod-product img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .pod {
    margin-bottom: 0;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.pod.cta-contact {
  background: rgba(255, 255, 255, 0.85);
}

.pod-hero {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .home .icon {
    margin-right: 20px;
    min-height: 50px;
    max-width: 75px;
    overflow: hidden;
  }
  .home .icon img {
    max-width: 65px;
  }
  .home .icon.icon-banner {
    margin-bottom: 10px;
  }
  .home .icon.icon-clinical {
    min-height: 70px;
  }
}

@media (max-width: 767px) {
  .home .icon {
    min-height: 60px;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .home .icon {
    float: left;
    min-height: 70px;
  }
}

@media (max-width: 767px) {
  .home .icon {
    float: left;
    min-height: 60px;
    margin-right: 30px;
    margin-top: 20px;
  }
  .home .icon img {
    max-width: 40px;
  }
  .home .icon.icon-banner {
    margin-right: 20px;
  }
  .home .icon.icon-banner img {
    max-width: 50px;
  }
}

.icon-product {
  display: block;
  margin-right: 20px;
  margin-bottom: 30px;
  min-height: 50px;
  min-width: 35px;
}

.icon-product.icon-pdufa {
  background: url("/Content/Img/icons/icon-product-pdufa.png") no-repeat top left;
  background-size: contain;
}

.icon-product.icon-banner {
  background: url("/Content/Img/icons/icon-product-banner.png") no-repeat top left;
  background-size: contain;
  min-width: 80px;
  min-height: 45px;
}

.icon-product.icon-clinical {
  background: url("/Content/Img/icons/icon-product-clinical.png") no-repeat top left;
  background-size: contain;
}

.icon-product.icon-microsite {
  background: url("/Content/Img/icons/icon-product-microsite.png") no-repeat top left;
  background-size: contain;
}

.icon-product.icon-speaker {
  background: url("/Content/Img/icons/icon-product-speaker.png") no-repeat top left;
  background-size: contain;
}

@media (max-width: 767px) {
  .icon-product {
    height: auto;
    width: auto;
    min-width: 45px;
    min-height: 45px;
  }
}

.icon-service {
  display: block;
  margin-bottom: 20px;
  min-height: 40px;
  min-width: 45px;
  background: no-repeat top left;
}

.icon-service.icon-cms {
  background-image: url("/Content/Img/icons/icon-service-cms.png");
  background-size: contain;
}

.icon-service.icon-check {
  background-image: url("/Content/Img/icons/icon-service-check.png");
  background-size: contain;
}

.icon-service.icon-report {
  background-image: url("/Content/Img/icons/icon-service-report.png");
  background-size: contain;
}

.icon-service.icon-sciences {
  background-image: url("/Content/Img/icons/icon-service-sciences.png");
  background-size: contain;
}

.icon-circle {
  background: #e7e7e7;
  border-radius: 50%;
  padding: 5px;
  color: #555555;
}

.panel {
  border-color: #ebeced;
}

.panel-primary {
  border: none;
}

@media (max-width: 767px) {
  .panel-collapse {
    max-height: 250px;
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    background-color: #f5f5f5;
    position: relative;
  }
  .panel-collapse .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 50px 0;
    /* "transparent" only works here because == rgba(0,0,0,0) */
    background-color: rgba(245, 245, 245, 0.8);
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 0.8) 0%, whitesmoke 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0.8) 0%, whitesmoke 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0.8) 0%, whitesmoke 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -o-linear-gradient(top, rgba(245, 245, 245, 0.8) 0%, whitesmoke 100%);
    background: -ms-linear-gradient(top, rgba(245, 245, 245, 0.8) 0%, whitesmoke 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(245, 245, 245, 0.8)', endColorstr='whitesmoke',GradientType=0 );
    /* IE6-9 */
  }
}

@media (max-width: 767px) {
  .panel-product-images {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 20px * 2);
    padding: 0 20px;
  }
  .panel-product-images::-webkit-scrollbar {
    display: none;
  }
  .panel-product-images img {
    display: inline !important;
    margin: 20px 30px;
    height: 200px;
  }
}

.panel-heading {
  background: #fff;
  text-transform: uppercase;
  padding: 0;
  font-size: 1rem;
  padding: 10px 20px;
  width: 100%;
}

.panel-heading h4, .panel-heading h6 {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .panel-heading {
    /* no longer used? 
        border-bottom:1px solid $brand-success;
        background:$brand-secondary;
        color:$brand-success;
        min-height:55px;
        display:inline-flex;
        align-items:center;
        margin:0 -20px;
        width:calc(100% + 40px); */
  }
  .panel-heading.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 10;
  }
  .panel-heading .panel-title {
    font-weight: 400;
  }
  .panel-heading .btn {
    margin-top: 5px !important;
  }
}

.panel-heading.bg-gray {
  background: #e7e7e7;
  color: #333333;
  border-bottom-color: #dbd4e8;
}

.panel-heading.bg-gray [class^="icon-"], .panel-heading.bg-gray [class*=" icon-"] {
  color: #5d5d5d;
}

.panel-heading.bg-gray .glyphicon {
  color: #4b278a;
}

.panel-heading.bg-white {
  background: white;
  color: #333333;
  border-bottom-color: #dbd4e8;
}

.panel-heading.bg-white [class^="icon-"], .panel-heading.bg-white [class*=" icon-"] {
  color: #5d5d5d;
}

.panel-heading.bg-white .glyphicon {
  color: #dbd4e8;
}

@media (max-width: 767px) {
  .panel-heading.bg-white {
    border-bottom: 1px solid #dbd4e8;
    background: #8167ad;
    color: #dbd4e8;
  }
  .panel-heading.bg-white .panel-title {
    font-weight: 400;
  }
  .panel-heading.bg-white [class^="icon-"], .panel-heading.bg-white [class*=" icon-"] {
    color: #dbd4e8;
  }
}

.panel-heading-desktop {
  text-transform: uppercase;
  margin: 40px;
  font-size: 1rem;
  padding: 10px 20px;
  width: 100%;
  float: left;
}

@media (max-width: 767px) {
  .panel-heading-desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .panel-body {
    margin: 0 -20px;
  }
}

@media (max-width: 767px) {
  .modal-body .panel-body {
    margin: 0;
  }
}

.modal {
  background-color: rgba(90, 90, 90, 0.3);
}

@media (max-width: 767px) {
  .modal {
    padding-right: 0 !important;
  }
}

.modal .modal-content {
  border: 1px solid #7e7e7e;
  border-radius: 0;
  box-shadow: none;
}

.modal .modal-content .modal-header {
  border-bottom: none;
}

.modal .modal-content .modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal .modal-body {
  padding-top: 5px;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal .container-fluid {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
}

.modal .container-fluid .row {
  margin-left: -15px;
  margin-right: -15px;
}

.modal .form-group {
  padding: 0 15px;
}

.modal .form-group label {
  display: block;
}

.modal .modal-title {
  font-size: 24px;
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal .modal-footer {
  border-top: none;
}

.modal .modal-footer .btn {
  background-color: white;
}

@media (min-width: 767px) {
  .modal-open .modal {
    overflow: initial;
    position: fixed;
  }
}

body.modal-open {
  overflow: hidden;
}

.modal-folder-permissions, .modal-tabbed {
  width: 700px;
}

.modal-folder-permissions .modal-body, .modal-tabbed .modal-body {
  height: auto;
}

.modal-folder-permissions .tabs-left .tabs-wrapper, .modal-tabbed .tabs-left .tabs-wrapper {
  min-width: 180px;
}

.modal-folder-permissions .tab-content, .modal-tabbed .tab-content {
  padding: 11px 12px;
}

.modal-folder-permissions .tab-content .add-user, .modal-tabbed .tab-content .add-user {
  line-height: 30px;
}

.modal-folder-permissions .tab-content ul.folder-users, .modal-tabbed .tab-content ul.folder-users {
  list-style: none;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.modal-compare .modal-body {
  height: 77vh;
}

.modal-dialog {
  padding: 8px;
  background: #fff;
  border: none;
  border-radius: 4px;
}

.modal-dialog .modal-body {
  overflow: inherit;
}

.modal-dialog h5 {
  color: #4b278a;
  font-family: ProximaNova-Bold;
}

.modal-dialog p {
  font-size: 16px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .modal-dialog .gradient-wrapper:before {
    background-color: #4b278a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4b278a), to(#eb188c));
    background-image: -webkit-linear-gradient(top, #4b278a, #eb188c);
    background-image: -moz-linear-gradient(top, #4b278a, #eb188c);
    background-image: -ms-linear-gradient(top, #4b278a, #eb188c);
    background-image: -o-linear-gradient(top, #4b278a, #eb188c);
    background-image: linear-gradient(top, #4b278a, #eb188c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4b278a', endColorStr='#eb188c');
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 50%;
  }
  .modal-dialog .gradient {
    color: #fff;
    text-align: center;
    padding: 0 12px;
  }
  .modal-dialog .gradient img {
    margin: 40px auto 30px;
  }
  .modal-dialog .gradient .icon {
    margin: 40px auto 30px;
    font-size: 200px;
    display: block;
  }
  .modal-dialog .gradient h5 {
    margin-bottom: 30px;
    color: #fff;
  }
}

.modal-dialog .close {
  margin-top: 0;
  padding: 0;
  width: 1em;
  height: 1em;
  outline: none;
  border-radius: 1em;
  font-size: 35px;
  text-decoration: none;
  background: #4b278a;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  position: absolute;
  right: -25px;
  top: -28px;
  z-index: 1;
}

.modal-dialog .close span {
  position: absolute;
  top: -1px;
  left: 9px;
}

@media (max-width: 390px) {
  .modal-dialog .close {
    top: -15px;
    right: -15px;
  }
  .modal-dialog .close span {
    top: 0px;
    left: 8px;
  }
}

@media (min-width: 768px) {
  .modal-split-narrow .gradient-wrapper:before {
    width: 33.33333%;
  }
}

.modal-split-narrow .modal-body {
  overflow: inherit !important;
}

@media (min-width: 768px) {
  .modal-split {
    width: 730px;
  }
  .modal-split .col-sm-6 {
    padding: 25px;
  }
}

.modal-split .modal-content {
  border: none;
  background: #f4f8fb;
}

.modal-split .modal-body {
  padding: 0;
  overflow: auto;
}

.modal-split .modal-body .tabs-left .nav-tabs > li > a {
  width: 230px;
}

.modal-split .modal-body .tabs-left .tab-content {
  width: calc(100% - 240px);
  margin-bottom: 20px;
}

.modal-split .modal-body .tabs-left .tab-content ul {
  display: block;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.modal-split .modal-body .tabs-left .tab-content ul li {
  padding: 5px 0 0;
}

.modal-split h5 {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .modal-split .col-sm-6 + .col-sm-6 {
    margin-top: 15px;
  }
  .modal-split .modal-body {
    padding: 20px 9px;
    height: auto;
  }
  .modal-split .modal-body .tab-content {
    height: auto;
    min-height: 200px;
  }
  .modal-split .modal-body .tab-content ul {
    height: auto;
  }
  .modal-split h5 {
    font-size: 20px;
    text-transform: none;
  }
}

.modal-lg h5, .modal-tall h5 {
  color: #4b278a;
}

.modal-lg .modal-content, .modal-tall .modal-content {
  border: none;
  padding-left: 64px;
  background: #f4f8fb;
}

.modal-lg .modal-content:before, .modal-tall .modal-content:before {
  content: "";
  width: 64px;
  height: 100%;
  background-color: #4b278a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4b278a), to(#eb188c));
  background-image: -webkit-linear-gradient(top, #4b278a, #eb188c);
  background-image: -moz-linear-gradient(top, #4b278a, #eb188c);
  background-image: -ms-linear-gradient(top, #4b278a, #eb188c);
  background-image: -o-linear-gradient(top, #4b278a, #eb188c);
  background-image: linear-gradient(top, #4b278a, #eb188c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4b278a', endColorStr='#eb188c');
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.modal-lg .modal-footer, .modal-tall .modal-footer {
  clear: both;
}

.modal .modal-footer .btn-primary {
  background: #4b278a;
}

.btn-centering {
  display: table;
  margin: 0 auto;
}

.btn-centering .btn + .btn {
  margin-left: 15px;
}

.modal-preview, .ekko-lightbox {
  background: white;
}

@media (max-width: 767px) {
  .modal-preview, .ekko-lightbox {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0 auto;
  }
}

.modal-preview .modal-dialog, .ekko-lightbox .modal-dialog {
  width: 90% !important;
  max-width: 1440px !important;
}

@media (max-width: 1199px) {
  .modal-preview .modal-dialog, .ekko-lightbox .modal-dialog {
    max-width: 90% !important;
  }
}

.modal-preview .modal-content, .ekko-lightbox .modal-content {
  border: none;
  border-radius: 0;
  overflow-y: hidden;
}

@media (min-width: 960px) {
  .modal-preview .modal-content, .ekko-lightbox .modal-content {
    height: 100%;
  }
}

.modal-preview .modal-content .ekko-lightbox-nav-overlay, .ekko-lightbox .modal-content .ekko-lightbox-nav-overlay {
  position: absolute;
}

.modal-preview .modal-header, .ekko-lightbox .modal-header {
  border-bottom: none;
  background: #4b278a;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b278a+0,eb188c+100 */
  background: #4b278a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4b278a 0%, #eb188c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4b278a 0%, #eb188c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4b278a 0%, #eb188c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b278a', endColorstr='#eb188c',GradientType=1 );
  /* IE6-9 */
  -webkit-box-shadow: 0px 10px 10px -10px rgba(187, 181, 175, 0.25);
  -moz-box-shadow: 0px 10px 10px -10px rgba(187, 181, 175, 0.25);
  box-shadow: 0px 10px 10px -10px rgba(187, 181, 175, 0.25);
  color: white;
  padding: 0 20px;
  height: 50px;
}

@media (min-width: 960px) {
  .modal-preview .modal-header, .ekko-lightbox .modal-header {
    padding: 0 0 0 30px;
    height: 86px;
  }
}

.modal-preview .modal-header.view-diff .dropdown-label, .modal-preview .modal-header.view-diff .dropdown-preview, .modal-preview .modal-header.brand-color-bg .dropdown-label, .modal-preview .modal-header.brand-color-bg .dropdown-preview, .ekko-lightbox .modal-header.view-diff .dropdown-label, .ekko-lightbox .modal-header.view-diff .dropdown-preview, .ekko-lightbox .modal-header.brand-color-bg .dropdown-label, .ekko-lightbox .modal-header.brand-color-bg .dropdown-preview {
  display: inline-block;
}

.modal-preview .modal-header.view-diff .dropdown-label, .modal-preview .modal-header.brand-color-bg .dropdown-label, .ekko-lightbox .modal-header.view-diff .dropdown-label, .ekko-lightbox .modal-header.brand-color-bg .dropdown-label {
  margin-right: 0.5rem;
}

.modal-preview .modal-header.view-diff button, .modal-preview .modal-header.brand-color-bg button, .ekko-lightbox .modal-header.view-diff button, .ekko-lightbox .modal-header.brand-color-bg button {
  color: white;
}

.modal-preview .modal-header .diff-group, .ekko-lightbox .modal-header .diff-group {
  padding: 12px 0;
  float: left;
  min-width: 160px;
}

.modal-preview .modal-header .diff-group button, .ekko-lightbox .modal-header .diff-group button {
  color: rgba(255, 255, 255, 0.75);
  text-transform: none;
  line-height: 1.2;
  padding: 0;
}

@media (min-width: 960px) {
  .modal-preview .modal-header .diff-group button, .ekko-lightbox .modal-header .diff-group button {
    height: 36px;
    padding: 0 6px;
  }
}

.modal-preview .modal-header .diff-group button:hover, .modal-preview .modal-header .diff-group button.active, .ekko-lightbox .modal-header .diff-group button:hover, .ekko-lightbox .modal-header .diff-group button.active {
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.75);
  color: #4b278a;
}

.modal-preview .modal-header .tools-buttons, .ekko-lightbox .modal-header .tools-buttons {
  float: right;
}

@media (min-width: 960px) {
  .modal-preview .modal-header .tools-buttons button, .ekko-lightbox .modal-header .tools-buttons button {
    height: 86px;
    width: 60px;
  }
}

.modal-preview .modal-header .tools-buttons.btn-group button, .ekko-lightbox .modal-header .tools-buttons.btn-group button {
  border-top: none;
  border-bottom: none;
  border-radius: 0;
  box-shadow: -1px 0px 2px rgba(41, 16, 84, 0.3);
  border-color: rgba(255, 255, 255, 0.75);
  padding: 15px;
  font-size: 1.5rem;
}

.modal-preview .modal-header .tools-buttons.btn-group button:hover, .modal-preview .modal-header .tools-buttons.btn-group button.active, .ekko-lightbox .modal-header .tools-buttons.btn-group button:hover, .ekko-lightbox .modal-header .tools-buttons.btn-group button.active {
  background: rgba(255, 255, 255, 0.75);
  color: #4b278a;
}

.modal-preview .modal-header .tools-buttons.btn-group button.btn-close, .ekko-lightbox .modal-header .tools-buttons.btn-group button.btn-close {
  font-size: 1.25rem;
  position: initial;
}

.modal-preview .modal-header .page-name, .ekko-lightbox .modal-header .page-name {
  padding: 15px 35px 15px 0;
  font-size: 0.857rem;
  float: left;
}

.modal-preview .modal-header .page-name .filename-title, .ekko-lightbox .modal-header .page-name .filename-title {
  display: block;
}

.modal-preview .modal-header .page-name .filename, .ekko-lightbox .modal-header .page-name .filename {
  font-family: ProximaNova-Bold;
}

.modal-preview .modal-header .info-bar, .ekko-lightbox .modal-header .info-bar {
  padding: 15px 0;
  font-size: 0.857rem;
  width: 100%;
  float: left;
}

@media (min-width: 960px) {
  .modal-preview .modal-header .info-bar, .ekko-lightbox .modal-header .info-bar {
    width: 120px;
  }
}

.modal-preview .modal-header progress[value], .ekko-lightbox .modal-header progress[value] {
  color: rgba(255, 255, 255, 0.75);
}

.modal-preview .modal-header .close, .ekko-lightbox .modal-header .close {
  margin-top: -2px;
}

.modal-preview .modal-title, .ekko-lightbox .modal-title {
  margin: 0;
  line-height: 1.42857;
  margin-top: 10px;
}

.modal-preview .modal-body, .ekko-lightbox .modal-body {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: auto;
  padding: 0;
}

.modal-preview .modal-footer, .ekko-lightbox .modal-footer {
  position: fixed;
  bottom: 0;
  height: 60px;
  width: calc(100% - 16px);
  background: white;
  padding: 0 30px;
}

.modal-preview .modal-footer .preview-tool-bar, .ekko-lightbox .modal-footer .preview-tool-bar {
  display: flex;
  flex-direction: row;
  text-align: left;
}

.modal-preview .modal-footer .breadcrumb-bar, .ekko-lightbox .modal-footer .breadcrumb-bar {
  width: 100%;
  font-size: 0.857rem;
  padding: 20px 0;
}

@media (min-width: 960px) {
  .modal-preview .modal-footer .breadcrumb-bar, .ekko-lightbox .modal-footer .breadcrumb-bar {
    width: 31.25%;
  }
}

.modal-preview .modal-footer .breadcrumb-bar .filename, .ekko-lightbox .modal-footer .breadcrumb-bar .filename {
  font-weight: 700;
}

.modal-preview .modal-footer .action-buttons, .ekko-lightbox .modal-footer .action-buttons {
  width: 37.5%;
}

.modal-preview .modal-footer .action-buttons [class^="icon-"], .modal-preview .modal-footer .action-buttons [class*=" icon-"], .ekko-lightbox .modal-footer .action-buttons [class^="icon-"], .ekko-lightbox .modal-footer .action-buttons [class*=" icon-"] {
  color: #4b278a;
  font-size: 1.5rem;
}

.modal-preview .modal-footer .other-buttons, .ekko-lightbox .modal-footer .other-buttons {
  width: 13.5%;
  padding-left: 17%;
}

.modal-preview .slideshow-nav, .modal-preview .ekko-lightbox-nav-overlay, .ekko-lightbox .slideshow-nav, .ekko-lightbox .ekko-lightbox-nav-overlay {
  position: fixed;
  z-index: 200;
}

.modal-preview .slideshow-nav a, .modal-preview .ekko-lightbox-nav-overlay a, .ekko-lightbox .slideshow-nav a, .ekko-lightbox .ekko-lightbox-nav-overlay a {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  top: calc(50% - 45px);
  position: fixed;
  border: none;
  -webkit-box-shadow: 0px 15px 20px -10px rgba(187, 181, 175, 0.25);
  -moz-box-shadow: 0px 15px 20px -10px rgba(187, 181, 175, 0.25);
  box-shadow: 0px 15px 20px -10px rgba(187, 181, 175, 0.25);
  opacity: 0.2;
  color: #4b278a;
  -webkit-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.modal-preview .slideshow-nav a.nav-left, .modal-preview .ekko-lightbox-nav-overlay a.nav-left, .ekko-lightbox .slideshow-nav a.nav-left, .ekko-lightbox .ekko-lightbox-nav-overlay a.nav-left {
  left: -45px;
}

.modal-preview .slideshow-nav a.nav-left.hover, .modal-preview .slideshow-nav a.nav-left:hover, .modal-preview .ekko-lightbox-nav-overlay a.nav-left.hover, .modal-preview .ekko-lightbox-nav-overlay a.nav-left:hover, .ekko-lightbox .slideshow-nav a.nav-left.hover, .ekko-lightbox .slideshow-nav a.nav-left:hover, .ekko-lightbox .ekko-lightbox-nav-overlay a.nav-left.hover, .ekko-lightbox .ekko-lightbox-nav-overlay a.nav-left:hover {
  left: -45px;
  opacity: 1;
}

.modal-preview .slideshow-nav a.nav-right, .modal-preview .ekko-lightbox-nav-overlay a.nav-right, .ekko-lightbox .slideshow-nav a.nav-right, .ekko-lightbox .ekko-lightbox-nav-overlay a.nav-right {
  right: -45px;
}

.modal-preview .slideshow-nav a.nav-right.hover, .modal-preview .slideshow-nav a.nav-right:hover, .modal-preview .ekko-lightbox-nav-overlay a.nav-right.hover, .modal-preview .ekko-lightbox-nav-overlay a.nav-right:hover, .ekko-lightbox .slideshow-nav a.nav-right.hover, .ekko-lightbox .slideshow-nav a.nav-right:hover, .ekko-lightbox .ekko-lightbox-nav-overlay a.nav-right.hover, .ekko-lightbox .ekko-lightbox-nav-overlay a.nav-right:hover {
  right: -45px;
  opacity: 1;
}

.modal-preview .slideshow-nav a [class^="icon-"], .modal-preview .slideshow-nav a [class*=" icon-"], .modal-preview .ekko-lightbox-nav-overlay a [class^="icon-"], .modal-preview .ekko-lightbox-nav-overlay a [class*=" icon-"], .ekko-lightbox .slideshow-nav a [class^="icon-"], .ekko-lightbox .slideshow-nav a [class*=" icon-"], .ekko-lightbox .ekko-lightbox-nav-overlay a [class^="icon-"], .ekko-lightbox .ekko-lightbox-nav-overlay a [class*=" icon-"] {
  font-size: 3rem;
  top: calc(50% - 1.5rem);
  position: relative;
  left: calc(50% - 1.5rem);
}

.modal-preview .ekko-lightbox-nav-overlay a, .ekko-lightbox .ekko-lightbox-nav-overlay a {
  left: -45px;
  opacity: 0.8;
}

.modal-preview .ekko-lightbox-nav-overlay a.hover, .modal-preview .ekko-lightbox-nav-overlay a:hover, .ekko-lightbox .ekko-lightbox-nav-overlay a.hover, .ekko-lightbox .ekko-lightbox-nav-overlay a:hover {
  left: -45px;
  opacity: 1;
}

.modal-preview .ekko-lightbox-nav-overlay a span, .ekko-lightbox .ekko-lightbox-nav-overlay a span {
  top: calc(45% - 3rem) !important;
  padding: 0;
}

.modal-preview .ekko-lightbox-nav-overlay a + a, .ekko-lightbox .ekko-lightbox-nav-overlay a + a {
  right: -45px;
  left: auto;
}

.modal-preview .ekko-lightbox-nav-overlay a + a.hover, .modal-preview .ekko-lightbox-nav-overlay a + a:hover, .ekko-lightbox .ekko-lightbox-nav-overlay a + a.hover, .ekko-lightbox .ekko-lightbox-nav-overlay a + a:hover {
  right: -45px;
  left: auto;
  opacity: 1;
}

.modal-preview .ekko-lightbox-nav-overlay a + a span, .ekko-lightbox .ekko-lightbox-nav-overlay a + a span {
  text-align: left !important;
}

.screenshot-compare-modal .modal-preview {
  max-width: 1456px;
}

.screenshot-compare-modal .modal-preview .modal-body {
  height: 81vh;
  max-width: 1440px;
  overflow-x: hidden !important;
}

.screenshot-compare-modal .img > .diff, .screenshot-compare-modal .img > .toggle {
  opacity: 0;
}

.screenshot-compare-modal .img > .diff.active, .screenshot-compare-modal .img > .toggle.active {
  opacity: 1;
}

.screenshot-compare-modal .img.crsr-vtc {
  cursor: ns-resize;
}

.screenshot-compare-modal .img > .toggle, .screenshot-compare-modal .img > .diff {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.screenshot-compare-modal .img > .toggle .base, .screenshot-compare-modal .img > .toggle .compare, .screenshot-compare-modal .img > .diff .base, .screenshot-compare-modal .img > .diff .compare {
  opacity: 0;
  position: relative;
  left: 0;
  top: 0;
}

.screenshot-compare-modal .img > .toggle .base.active, .screenshot-compare-modal .img > .toggle .compare.active, .screenshot-compare-modal .img > .diff .base.active, .screenshot-compare-modal .img > .diff .compare.active {
  opacity: 1;
}

.screenshot-compare-modal .img > .toggle .compare, .screenshot-compare-modal .img > .diff .compare {
  position: absolute;
}

.screenshot-compare-modal .img > .toggle .compare.active, .screenshot-compare-modal .img > .diff .compare.active {
  opacity: 1;
}

.screenshot-compare-modal .img > .toggle .compare.overlay, .screenshot-compare-modal .img > .diff .compare.overlay {
  opacity: 0.7;
}

.screenshot-compare-modal .img > .toggle .base, .screenshot-compare-modal .img > .diff .base {
  position: absolute;
}

.screenshot-compare-modal .img img {
  position: relative;
  margin: 0;
  display: block;
  max-width: 100%;
}

.ekko-lightbox {
  background: rgba(90, 90, 90, 0.3);
}

.ekko-lightbox .modal-title {
  font-size: 18px;
  font-family: ProximaNova-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 8px;
}

.ekko-lightbox .modal-title .url {
  display: block;
  font-size: 14px;
}

.ekko-lightbox .modal-title .url a {
  color: #fff;
}

.ekko-lightbox .modal-title .url a:hover {
  color: #fff;
  text-decoration: underline;
}

.ekko-lightbox .modal-title .text-title {
  font-family: ProximaNova-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ekko-lightbox .modal-title .text-label-title {
  font-family: ProximaNova-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
}

.ekko-lightbox .modal-content {
  overflow-y: initial;
}

.list-group {
  margin-bottom: 0;
}

.list-group .list-group-item {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
}

.list-accordion .collapse-icon {
  background: url(/Content/Img/icons/icon-accordion-states.png) no-repeat;
  background-position: top left;
  border: none;
  content: "";
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
}

.list-accordion .collapse-icon[aria-expanded="true"] {
  background-position: bottom left;
}

@media (max-width: 767px) {
  .list-accordion .collapse-icon {
    right: 15px;
  }
}

.list-accordion .collapse-content {
  padding: 25px 0;
}

.list-accordion .collapse-content .heading {
  font-size: 17px;
}

@media (max-width: 767px) {
  .list-accordion .dropdown-menu {
    right: -200px !important;
  }
}

/**
 * General form styles.
 */
.form-group label.error {
  /* validation error from client side instead of server side */
  color: #d9534f;
  margin-top: 5px;
  font-weight: 400;
}

.form-inline label {
  margin-bottom: 0;
  line-height: 38px;
}

/**
 * Custom checkboxes.
 */
.form-checkbox label:before {
  background-image: url("/Content/Img/forms/form-checkbox-primary.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  content: "";
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 4px;
  width: 19px;
  height: 19px;
}

.form-checkbox input[type="checkbox"] {
  display: none;
}

.form-checkbox input[type="checkbox"]:checked ~ label:before {
  background-image: url("/Content/Img/forms/form-checkbox-primary-checked.png");
}

.form-checkbox .show-when-checked {
  display: none;
}

.form-checkbox input[type="checkbox"]:checked ~ .show-when-checked {
  display: inline-block;
}

.form-checkbox.checkbox-white label:before {
  background-image: url("/Content/Img/forms/form-checkbox-white.png");
}

.form-checkbox.checkbox-white input[type="checkbox"]:checked + label:before {
  background-image: url("/Content/Img/forms/form-checkbox-white-checked.png");
}

.form-checkbox label.error:before {
  display: none;
}

/**
 * Slide toggle button.
 */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 17px;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b9b8bb;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: -2px;
  bottom: -2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch.disabled .slider {
  cursor: default;
  opacity: 0.5;
}

.switch .slider.round {
  box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.004), inset 0.5px 0.866px 1px 0px rgba(0, 0, 0, 0.4);
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
  width: 22px;
  height: 22px;
}

.switch input:checked + .slider,
.switch .slider.active {
  background-color: #c5e1a4;
}

.switch input:checked + .slider:before,
.switch .slider.active:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

.switch input:checked + .slider.round:before,
.switch .slider.active.round:before {
  background-color: #8bc34a;
}

/* FORM ELEMENTS GENERATED FOR MODAL POPUP */
/* TODO make sure it's consistent with exsiting elements*/
.modal-dialog typeahead,
.modal-dialog .tt-query,
.modal-dialog .tt-hint {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border: 1px solid #d2d2d4;
  border-radius: 4px;
  outline: none;
}

.modal-dialog .typeahead {
  background-color: #fff;
}

.modal-dialog .typeahead:focus {
  border: 2px solid #0097cf;
}

.modal-dialog .tt-query {
  -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);
}

.modal-dialog .tt-hint {
  font-size: 14px;
  line-height: 1.42857;
  color: #bababa;
}

.modal-dialog .tt-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d2d2d4;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.modal-dialog .tt-menu:focus {
  border-color: #4b278a;
  outline: 0;
}

.modal-dialog .tt-suggestion {
  padding: 6px 12px;
  border-bottom: 1px solid whitesmoke;
  cursor: pointer;
}

.modal-dialog .tt-suggestion:hover, .modal-dialog .tt-suggestion:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  border-bottom: 1px solid whitesmoke;
}

.modal-dialog .tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #8167ad;
}

.modal-dialog .twitter-typeahead {
  width: 100%;
}

/* FORM ELEMENTS GENERATED FOR MODAL POPUP */
/* TODO make sure it's consistent with exsiting elements*/
.modal-dialog typeahead,
.modal-dialog .tt-query,
.modal-dialog .tt-hint {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border: 1px solid #d2d2d4;
  border-radius: 4px;
  outline: none;
}

.modal-dialog .typeahead {
  background-color: #fff;
}

.modal-dialog .typeahead:focus {
  border: 2px solid #0097cf;
}

.modal-dialog .tt-query {
  -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);
}

.modal-dialog .tt-hint {
  font-size: 14px;
  line-height: 1.42857;
  color: #bababa;
}

.modal-dialog .tt-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d2d2d4;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.modal-dialog .tt-menu:focus {
  border-color: #4b278a;
  outline: 0;
}

.modal-dialog .tt-suggestion {
  padding: 6px 12px;
  border-bottom: 1px solid whitesmoke;
  cursor: pointer;
}

.modal-dialog .tt-suggestion:hover, .modal-dialog .tt-suggestion:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  border-bottom: 1px solid whitesmoke;
}

.modal-dialog .tt-suggestion.tt-unselectable {
  cursor: inherit;
}

.modal-dialog .tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #8167ad;
}

.modal-dialog .twitter-typeahead {
  width: 100%;
}

/**
 * Tiles 
 *
 * Dependencies:
 * tiles.js - matches the height of all the tiles
 */
.tile-set {
  display: block;
  margin: 0 auto;
  width: 75%;
}

@media (min-width: 768px) {
  .tile-set {
    margin: 0 -6px;
    padding: 0;
    width: calc(100% + 12px);
  }
}

@media (max-width: 767px) {
  .tile-set.full-width {
    width: 100%;
  }
}

.tile-set .tile {
  list-style: none;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .tile-set .tile {
    margin-bottom: 30px;
  }
}

.tile-set .tile .tile-container {
  background-color: #f4f9fd;
  border-radius: 4px;
  border: 6px solid #f4f9fd;
  position: relative;
  height: 100%;
  width: 100%;
}

.tile-set .tile .tile-container .title {
  font-size: 14px;
  font-family: ProximaNova-Bold;
  padding: 0 10px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tile-set .tile .tile-container .url {
  font-size: 11px;
  padding: 0 10px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tile-set .tile .tile-container .url a {
  color: #4b278a;
}

.tile-set .tile .tile-container .url a:hover {
  text-decoration: underline;
}

.tile-set .tile .tile-container .asset-label {
  font-size: 14px;
  padding: 0 10px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  min-height: 20px;
  text-overflow: ellipsis;
}

.tile-set .tile .tile-container h3 {
  font-size: 0.7857rem;
  padding: 0 10px;
  color: #555555;
}

@media (max-width: 767px) {
  .tile-set .tile .tile-container {
    height: auto !important;
  }
}

/**
 * Tile with thumbnail image.
 */
.tile.tile-with-thumbnail .tile-container {
  color: #333333;
  display: block;
  padding-bottom: 20px;
  height: auto !important;
}

.tile.tile-with-thumbnail .thumbnail {
  border: none;
  background-color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 0;
  margin-bottom: 10px;
  width: 100%;
  height: 115px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tile.tile-with-thumbnail .thumbnail img {
  position: relative;
  position: relative;
  max-width: 100%;
  min-height: 100%;
}

.tile.tile-with-thumbnail .thumbnail img:after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 150px;
  height: 100%;
  content: 'Thumbnail error, click for full image';
  background: white;
  margin-left: -75px;
  padding: 20px 10px;
  font-family: ProximaNova-Bold;
  color: #bababa;
}

.tile.tile-with-thumbnail .thumbnail .in-progress {
  font-family: ProximaNova-Bold;
  color: #bababa;
  display: inline-block;
  width: 145px;
  font-size: 1rem;
  text-align: left;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tile.tile-with-thumbnail a {
  color: #333333;
}

.tile.tile-with-thumbnail .thumbnail-details {
  font-size: 12px;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .tile.tile-with-thumbnail .thumbnail-details {
    width: 100%;
  }
}

.tile.tile-with-thumbnail .btn-retry {
  float: left;
  margin-top: 3px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.tile.tile-with-thumbnail:hover .btn-retry {
  opacity: 1;
}

/**
 * Tile with notification message.
 */
.tile-with-notification {
  text-align: center;
}

.tile-with-notification .tile-container {
  border: 1px solid #dbdbdb;
  display: block;
  padding: 0 0 3px 0;
}

@media (max-width: 767px) {
  .tile-with-notification .tile-container {
    display: block;
    padding: 40px 10px;
    text-align: center;
  }
}

.tile-with-notification .message {
  height: 125px;
  padding-top: 40px;
}

.tile-with-notification .message .icon {
  margin: 0;
}

.tile-with-notification .icon-notification {
  color: #ec008b;
  font-size: 30px;
}

.tile-with-notification p {
  margin: 15px 0;
}

.tile-with-notification .error-container {
  margin: 7px 0 0;
}

.tile-with-notification .btn-retry {
  float: left;
  margin-top: 3px;
  margin-left: 11px;
  opacity: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.tile-with-notification:hover .btn-retry {
  opacity: 1;
}

.in-progress:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 1500ms infinite;
  animation: ellipsis steps(4, end) 1500ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
  font-family: sans-serif;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

.collapsible {
  color: #333333;
  font-family: ProximaNova-Bold;
  border: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  display: block;
  padding: 13px 15px;
  position: relative;
  text-align: left;
}

.collapsible:hover {
  color: #4b278a;
  text-decoration: none;
}

.collapsible:focus {
  color: #dbd4e8;
}

.collapsible a {
  position: relative;
  padding-right: 25px;
}

.collapsible .icon-device {
  color: #dbd4e8;
  font-size: 26px;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}

.collapsible .icon-device.icon-Chrome {
  font-size: 28px;
  margin-right: 13px;
  margin-left: 3px;
}

.collapsible .icon-collapse {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.collapsible .btn.btn-default {
  margin-top: -2px;
  padding: 4px 15px 6px;
  white-space: normal;
}

.collapsible[aria-expanded="true"] .icon-collapse {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.tablesorter > thead > tr > th {
  cursor: pointer;
}

/* ----- KINETiQ Table styling ----- */
.list-wrapper {
  background: #fff;
  border-radius: 4px;
  padding: 5px 12px;
  padding: 0;
}

.main-section .list-heading {
  font-family: ProximaNova-Bold;
  font-size: 13px;
  text-transform: uppercase;
  padding: 11px 6px 7px;
  margin-top: 12px;
  border-bottom: solid 1px #ebeced;
}

.main-section .list-heading:before, .main-section .list-heading:after {
  content: " ";
  display: table;
}

.main-section .list-heading:after {
  clear: both;
}

.main-section .list-heading .list-heading-inner {
  margin: 0 6px;
}

.main-section .list-heading div {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-section .list-heading .sort-asc:after {
  content: "";
  font-family: 'klickportalicon' !important;
  font-size: 11px;
  margin-left: 4px;
  vertical-align: top;
}

.main-section .list-heading .sort-desc:after {
  content: "";
  font-family: 'klickportalicon' !important;
  font-size: 11px;
  margin-left: 4px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .main-section .list-heading {
    padding: 21px 0 17px;
  }
}

.main-section .list-group-item {
  height: 45px;
  border-top: solid 1px #ebeced;
  border-bottom: none;
  border-radius: 0;
  padding: 13px 6px;
  margin: 0 6px;
  width: 99%;
}

.main-section .list-group-item div[class^="col-"], .main-section .list-group-item div[class*="col-"] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 8px;
}

@media (max-width: 767px) {
  .main-section .list-group-item div[class^="col-"], .main-section .list-group-item div[class*="col-"] {
    overflow: visible;
  }
}

.main-section .list-group-item .list-item-name {
  color: #4b278a;
}

.main-section .list-group-item .list-item-browsers {
  overflow: visible !important;
}

.main-section .list-group-item .list-item-browsers .icon {
  font-size: 18px;
}

.main-section .list-group-item .list-item-browsers .badge {
  background-color: #4b278a;
  margin-top: -20px;
  margin-left: -12px;
}

.main-section .list-group-item:nth-child(even) {
  background: white;
}

.main-section .list-group-item .icon {
  margin-right: 5px;
  font-size: 21px;
}

@media (max-width: 1199px) {
  .main-section .list-group-item .icon {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .main-section .list-group-item .icon {
    margin-left: -6px;
  }
}

.main-section .list-group-item .icon-folder-open {
  color: #dbe7f4;
}

.main-section .list-group-item .icon-list-alt {
  color: #4b278a;
}

.main-section .list-group-item .icon-email-builder:before {
  content: "";
}

.main-section .list-group-item .icon-custom-website:before {
  content: "";
}

.main-section .list-group-item .icon-email-ss:before {
  content: "";
}

.main-section .list-group-item .icon-iva-builder:before {
  content: "";
}

.main-section .list-group-item .icon-microsite-builder:before {
  content: "";
}

.main-section .list-group-item.read, .main-section .list-group-item.read:hover {
  background: rgba(92, 222, 252, 0.4);
  color: #4b278a;
}

.main-section .list-group-item.read .list-item-browsers, .main-section .list-group-item.read:hover .list-item-browsers {
  color: #333333;
}

.main-section .list-group-item:hover {
  color: #4b278a;
  background: rgba(92, 222, 252, 0.2);
}

.main-section .list-group-item.empty {
  text-align: center;
}

.main-section .list-group-item.empty {
  text-align: center;
}

.screenshot-runs .list-group-item div[class^="col-"], .screenshot-runs .main-section .list-group-item div[class*="col-"] {
  white-space: inherit;
  overflow: hidden;
  text-overflow: inherit;
  height: auto;
}

.screenshot-runs .list-group .list-group-item {
  height: auto;
  overflow: hidden;
}

table {
  background: #fff;
  border-radius: 4px;
  padding: 5px 12px;
  border-collapse: initial;
}

table tbody tr:nth-child(odd) {
  background-color: #f4f9fd;
}

@media (min-width: 768px) {
  .breadcrumb {
    background: #fff;
    border: solid 1px #ebeced;
    border-radius: 4px;
    margin: 12px 10px 0 0;
    padding: 0;
    z-index: 1;
    position: relative;
    float: left;
    width: calc(100% - 106px);
    height: 38px;
    font-family: ProximaNova-Bold;
    overflow: hidden;
    white-space: nowrap;
    display: inline-flex;
  }
  .breadcrumb li {
    padding: 0;
    position: relative;
    vertical-align: top;
  }
  .breadcrumb li.active {
    padding: 8px 5px 9px 17px;
    color: #666;
    cursor: default;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .breadcrumb li:first-child a {
    width: 25px;
    height: 36px;
    position: relative;
  }
  .breadcrumb li:first-child a span.icon {
    position: absolute;
    top: 10px;
    left: 7px;
  }
  .breadcrumb li:first-child a:hover {
    border-radius: 4px 0 0 4px;
  }
  .breadcrumb li a {
    padding: 8px 6px 4px 17px;
    display: inline-block;
    position: relative;
  }
  .breadcrumb li a::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 10px solid #efeff0;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
  }
  .breadcrumb li a::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: 100%;
    z-index: 3;
  }
  .breadcrumb li a:hover {
    background: #dbd4e8;
  }
  .breadcrumb li a:hover::after {
    border-left: 10px solid #dbd4e8;
  }
  .breadcrumb li a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
  }
  .breadcrumb li + li:before {
    content: none;
    width: 0;
  }
  .fill .breadcrumb {
    width: 100% !important;
  }
  .breadcrumb-current {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .v3 .body-wrapper .breadcrumb {
    width: 100% !important;
    margin-bottom: 12px;
  }
  .action-bar .dropdown-menu.pull-right {
    right: auto;
  }
}

/* ----- Pre UI-Refactor code ----- */
.breadcrumb a {
  border-bottom: none;
}

.breadcrumb li:first-child a {
  padding-left: 10px;
  padding-right: 7px;
}

.breadcrumb li a {
  padding: 8px 6px 9px 17px;
  display: inline-block;
  position: relative;
}

.breadcrumb li a::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 10px solid #efeff0;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.breadcrumb li a::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  left: 100%;
  z-index: 3;
}

.breadcrumb li a:hover {
  background: #dbd4e8;
}

.breadcrumb li a:hover::after {
  border-left: 10px solid #dbd4e8;
}

.breadcrumb li .active {
  color: #878d91;
}

.breadcrumb li + li:before {
  content: none;
  width: 0;
}

@supports (-ms-ime-align: auto) {
  .breadcrumb {
    margin-right: 5px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .breadcrumb {
    margin-right: 5px;
  }
}

.tab-content {
  background: #fff;
  border-radius: 4px;
  padding: 5px 12px;
  border-top-left-radius: 0;
  padding: 15px 15px;
}

.tab-content .text-label {
  float: left;
  min-width: 110px;
}

.tab-content p {
  text-align: right;
  padding-left: 90px;
}

.tab-content ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.tab-content ul li {
  padding-bottom: 5px;
}

.nav-pills {
  margin-top: 20px;
}

.nav-pills > li {
  padding-bottom: 0;
}

.nav-pills > li > a {
  background-color: transparent;
  color: #333;
  font-family: ProximaNova-Bold;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-bottom: -1px;
}

.nav-pills > li > a:hover {
  color: #4b278a;
  background-color: #fff;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus {
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  color: #333;
}

.nav-pills > li.active > a:hover {
  color: #4b278a;
  background-color: #fff;
}

/* ----- Generic Left Tabs, and Permissions specific ----- */
.tabs-left {
  margin-top: 20px;
}

.tabs-left .tabs-wrapper {
  float: left;
  clear: left;
  min-width: 230px;
}

.tabs-left .tabs-wrapper .form-control, .tabs-left .tabs-wrapper .cancel-add-role {
  display: none;
}

.tabs-left .tabs-wrapper .form-control {
  max-width: 90%;
  margin-top: 10px;
}

.tabs-left .tabs-wrapper .add-role-wrapper {
  position: relative;
}

.tabs-left .tabs-wrapper .cancel-add-role {
  position: absolute;
  top: 22px;
  right: 26px;
  font-size: 12px;
}

.tabs-left .nav-tabs {
  border-bottom: 0;
}

.tabs-left .nav-tabs > li {
  float: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.tabs-left .nav-tabs > li > a {
  width: 200px;
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
  font-family: ProximaNova-Bold;
  border: solid 1px transparent !important;
}

.tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:focus {
  background: transparent;
  text-decoration: underline;
  border: solid 1px transparent;
}

.tabs-left .nav-tabs > li > a.active {
  border: solid 1px transparent;
}

.tabs-left .nav-tabs > li > a.active:hover, .tabs-left .nav-tabs > li > a.active:focus {
  border: solid 1px transparent;
}

.tabs-left .nav-tabs + .btn {
  margin-top: 10px;
}

.tabs-left .tab-content {
  background: #fff;
  border-radius: 4px;
  padding: 5px 12px;
  width: calc(100% - 200px);
  float: left;
}

.tabs-left .tab-content a {
  font-family: ProximaNova-Bold;
}

.tabs-left .tab-content .typeahead li a {
  font-family: ProximaNova-Regular;
}

.tabs-left .tab-content .adding {
  padding: 0;
  position: relative;
}

.tabs-left .tab-content .form-control, .tabs-left .tab-content .cancel-add-user {
  display: none;
}

.tabs-left .tab-content .form-control {
  max-width: 120px;
  margin-left: -5px;
  height: 30px;
}

.tabs-left .tab-content .cancel-add-user {
  position: absolute;
  left: 96px;
  top: 10px;
  font-size: 12px;
}

.tabs-left > div > .nav-tabs .active > a,
.tabs-left > div > .nav-tabs .active > a:hover,
.tabs-left > div > .nav-tabs .active > a:focus,
.tabs-left > div > .nav-tabs .active,
.tabs-left > div > .nav-tabs .active:hover,
.tabs-left > div > .nav-tabs .active:focus {
  border-color: transparent;
  background: #fff;
}

.folder-users li .delete {
  display: none;
}

.folder-users li:hover > .delete {
  display: inline-block;
}

.tree-toggle {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0px;
  width: 100%;
}

.tree-toggle a {
  color: #fff;
  width: 100%;
  display: block;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tree-toggle .caret-wrapper {
  padding: 4px 0 4px 1px;
}

.tree-toggle .caret {
  border-left: 4px dashed;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-left: 4px;
}

.tree {
  color: #fff;
}

.tree li {
  padding-bottom: 0;
}

.tree li a {
  color: #fff;
  padding-left: 10px;
}

.tree li li a {
  padding-left: 20px;
}

.tree li li li a {
  padding-left: 30px;
}

.tree-toggle a:hover, .tree-toggle a.current {
  text-decoration: none;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

.folder {
  position: relative;
}

.is-open {
  position: relative;
}

.is-open > label > a > .caret-wrapper > .caret, .is-open > span > label > a > .caret-wrapper > .caret {
  border-top: 4px solid #fff;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-top: 4px;
  margin-left: 2px;
  margin-right: 2px;
}

ul.tree {
  display: none;
}

.action-bar select {
  padding: 6px 12px 7px;
  float: right;
  margin-left: 15px;
  height: auto;
  box-shadow: none;
  font-family: 'Proxima Nova SemiBold';
}

body,
html {
  overflow-x: hidden;
}

.rcrumbs {
  white-space: nowrap;
}

.rcrumbs > ul > li {
  display: none;
}

.rcrumbs > ul > li.show {
  display: inline-block;
}

.rcrumbs > ul > li.ellipsis {
  display: inline-block;
}

.rcrumbs > ul > li.ellipsis a {
  padding-right: 3px;
  padding-bottom: 4px;
}

.rcrumbs > ul > li.ellipsis span {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  width: 11px;
}

.rcrumbs > ul > li.ellipsis:hover {
  padding-right: 6px;
  overflow: visible;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.rcrumbs > ul > li.ellipsis:hover span {
  visibility: visible;
  width: auto;
}

body.modal-open #AlertComponent {
  margin-right: -17px;
}

.affix .alert-row .alert-dismissible {
  display: none;
}

.affix .alert-row.active .alert-dismissible {
  display: block;
}

.alert-notifier-container {
  z-index: 1060;
  top: 87px;
}

.alert-notifier-container .alert-row {
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: max-height 300ms ease-in-out;
  -o-transition: max-height 300ms ease-in-out;
  transition: max-height 300ms ease-in-out;
}

.alert-notifier-container .alert-row.active {
  max-height: 100px;
}

.alert-notifier-container .alert-row .alert {
  border-radius: 4px;
}

.alert-notifier-container .alert-row .alert.alert-success {
  background-color: #dbd4e8;
  color: #333;
}

.alert-notifier-container .alert-row .alert.alert-info {
  background-color: #333333;
}

.alert-notifier-container .alert-row .alert.alert-danger, .alert-notifier-container .alert-row .alert.alert-warning {
  border-color: #d60000;
  background-color: #FFFBFB;
  color: #333;
  font-family: ProximaNova-Bold;
  border-width: 2px;
  font-size: 16px;
}

.alert-notifier-container .alert-row .alert .glyphicon {
  padding-right: 15px;
}

.alert-notifier-container .alert-row .alert .icon-Manage-Warning {
  font-size: 17px;
  margin-right: 9px;
  position: relative;
  top: 2px;
  color: #f00;
}

.alert-notifier-container .alert-row .alert .close {
  opacity: 1;
  margin-right: 10px;
}

.alert-notifier-container .alert-row .alert .icon-manage-close {
  font-size: 24px;
  opacity: 1;
  color: #d9534f;
}

.alert-holder, .alert-notifier-container {
  z-index: 20;
  top: 70px;
  width: calc(100% - 230px);
  position: fixed;
}

@media (max-width: 767px) {
  .alert-holder, .alert-notifier-container {
    width: calc(100% - 32px);
  }
}

.alert {
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.1);
  border-width: 2px;
  border-radius: 4px;
}

.icon-Manage-Warning {
  font-size: 17px;
  margin-right: 9px;
  position: relative;
  top: 2px;
  color: #f00;
}

/* Animation */
@-webkit-keyframes alert {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 0;
  }
}

@-moz-keyframes alert {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 0;
  }
}

@-ms-keyframes alert {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 0;
  }
}

@-o-keyframes alert {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 0;
  }
}

@keyframes alert {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 0;
  }
}

.alert-notifier-container {
  width: 100%;
  position: inherit;
}

.modal-open .alert-notifier-container {
  width: 75%;
  position: fixed;
  top: 25%;
}

.modal-open .alert-notifier-container .alert-row.active {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

.modal-open .alert-notifier-container .alert-dismissible {
  padding: 25px;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 960px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #bababa;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: whitesmoke;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #bababa;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: whitesmoke;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #bababa;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #4b278a;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #4b278a;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #bababa;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: whitesmoke;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #4b278a;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #bababa;
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #bababa;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("/Content/fonts/webfonts/33F0A2_2_0.eot");
  src: url("/Content/fonts/webfonts/33F0A2_2_0.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/webfonts/33F0A2_2_0.woff2") format("woff2"), url("/Content/fonts/webfonts/33F0A2_2_0.woff") format("woff"), url("/Content/fonts/webfonts/33F0A2_2_0.ttf") format("truetype");
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("/Content/fonts/webfonts/33F0A2_0_0.eot");
  src: url("/Content/fonts/webfonts/33F0A2_0_0.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/webfonts/33F0A2_0_0.woff2") format("woff2"), url("/Content/fonts/webfonts/33F0A2_0_0.woff") format("woff"), url("/Content/fonts/webfonts/33F0A2_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'ProximaNova-RegularIt';
  src: url("/Content/fonts/webfonts/33F0A2_1_0.eot");
  src: url("/Content/fonts/webfonts/33F0A2_1_0.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/webfonts/33F0A2_1_0.woff2") format("woff2"), url("/Content/fonts/webfonts/33F0A2_1_0.woff") format("woff"), url("/Content/fonts/webfonts/33F0A2_1_0.ttf") format("truetype");
}

h1, h2, h3, h4, h5, p {
  font-family: ProximaNova-Bold;
}

p {
  font-family: ProximaNova-Regular;
}

body.v3 {
  /**
   * General Styles
   */
  /* ----- Mobile menu ----- */
}

body.v3 a:not(.btn) {
  border-bottom: none;
}

body.v3 a:not(.btn):hover {
  border-bottom: none;
}

body.v3 hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top-color: #ebeced;
}

body.v3 .action-btn {
  width: 24%;
}

body.v3 .role-btn {
  padding: 7px 14px 9px;
  width: 100%;
}

body.v3 .site-link {
  text-transform: uppercase;
  font-family: ProximaNova-Bold;
}

body.v3 .site-date, body.v3 .text-detail {
  float: right;
  font-size: 13px;
  max-width: 55%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.v3 .permissions {
  background: #f4f8fb;
  margin: 0 -10px 0 -10px;
  padding: 10px 12px;
}

body.v3 ul.tree {
  display: none !important;
}

body.v3 li.is-open > ul.tree {
  display: block !important;
}

body.v3 .menu-overlay {
  display: none;
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

body.v3 .menu-overlay.active {
  display: block;
}

body.v3 .mobile-sidebar, body.v3 .info-button {
  display: none;
}

@media (max-width: 1199px) {
  body.v3 #main-wrapper {
    width: 100%;
    background: #f4f8fb;
  }
  body.v3 .list-group-item.item-folder {
    padding: 13px 46px 13px 6px !important;
  }
  body.v3 .info-button {
    float: right;
    display: inline-block;
    margin-right: -40px !important;
    padding: 12px 12px;
    margin-top: -14px;
    border-top: solid 1px #ebeced;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  body.v3 .body-wrapper {
    background-color: #4b278a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4b278a), to(#eb188c));
    background-image: -webkit-linear-gradient(top, #4b278a, #eb188c);
    background-image: -moz-linear-gradient(top, #4b278a, #eb188c);
    background-image: -ms-linear-gradient(top, #4b278a, #eb188c);
    background-image: -o-linear-gradient(top, #4b278a, #eb188c);
    background-image: linear-gradient(top, #4b278a, #eb188c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4b278a', endColorStr='#eb188c');
  }
  body.v3 .kinetiq-sidebar {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 80%;
    position: absolute;
    z-index: 5;
    transition: transform .3s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #4b278a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4b278a), to(#eb188c));
    background-image: -webkit-linear-gradient(top, #4b278a, #eb188c);
    background-image: -moz-linear-gradient(top, #4b278a, #eb188c);
    background-image: -ms-linear-gradient(top, #4b278a, #eb188c);
    background-image: -o-linear-gradient(top, #4b278a, #eb188c);
    background-image: linear-gradient(top, #4b278a, #eb188c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4b278a', endColorStr='#eb188c');
  }
  body.v3 .kinetiq-sidebar.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 101;
  }
  body.v3 .kinetiq-sidebar .desktop-sidebar {
    display: none;
  }
  body.v3 .kinetiq-sidebar .mobile-sidebar {
    display: block;
  }
  body.v3 .kinetiq-sidebar .mobile-sidebar > ul {
    padding: 15px 0 0 0;
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 68px;
    border-top: solid 2px rgba(255, 255, 255, 0.2);
  }
  body.v3 .kinetiq-sidebar .mobile-sidebar > ul > li {
    border-bottom: solid 2px rgba(255, 255, 255, 0.2);
    margin-bottom: 15px;
    padding-left: 45px;
    padding-bottom: 15px;
  }
  body.v3 .kinetiq-sidebar .mobile-sidebar > ul > li a {
    position: static;
  }
  body.v3 .kinetiq-sidebar .mobile-sidebar > ul > li a:after {
    content: none;
  }
  body.v3 .kinetiq-sidebar .mobile-sidebar > ul .icon {
    left: 15px;
    top: 2px;
  }
  body.v3 .kinetiq-sidebar .sidebar-bottom {
    position: relative;
    bottom: 10px;
  }
  body.v3 .kinetiq-sidebar .mobile-menu-close {
    position: absolute;
    font-size: 30px;
    color: #fff;
    right: 20px;
    top: 9px;
  }
  body.v3 .kinetiq-sidebar li {
    list-style: none;
  }
  body.v3 .kinetiq-sidebar li a {
    color: #fff;
  }
  body.v3 .kinetiq-sidebar li > ul {
    margin-top: 10px;
    padding: 0 7px 0;
    font-size: 14px;
  }
  body.v3 .kinetiq-sidebar li > ul li {
    padding-bottom: 10px;
  }
  body.v3 .kinetiq-sidebar .apps-menu {
    background: #fff;
    border-radius: 4px;
    padding: 5px 12px;
    width: 90%;
    margin: 0 auto 15px;
    padding: 0 0 4px;
    font-size: 10px;
    text-transform: uppercase;
  }
  body.v3 .kinetiq-sidebar .apps-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
    border-right: solid 1px #ecedee;
  }
}

@media (max-width: 767px) and (max-width: 390px) {
  body.v3 .kinetiq-sidebar .apps-menu li {
    width: 50%;
    border: none;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  body.v3 .kinetiq-sidebar .apps-menu li:last-child {
    border-right: none;
  }
  body.v3 .kinetiq-sidebar .apps-menu li a {
    color: #666;
  }
  body.v3 .kinetiq-sidebar .copyright {
    margin-left: 0 !important;
    text-align: center;
    font-size: 12px !important;
  }
  body.v3 #header, body.v3 .header {
    background: transparent;
    color: #fff;
    height: 12%;
    text-align: center;
    position: relative;
  }
  body.v3 #header .mobile-menu, body.v3 .header .mobile-menu {
    margin: auto 0 auto 5%;
    color: #fff;
    font-size: 30px;
    height: 30px;
    line-height: .7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  body.v3 #header img, body.v3 .header img {
    padding: 10px 0;
    max-height: 96%;
  }
  body.v3 nav {
    display: none;
  }
  body.v3 .breadcrumb {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 4px;
    padding: 5px 12px;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    padding-bottom: 10px;
    margin: 0;
    width: 100%;
    transition: transform .3s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateY(100%);
    z-index: 1;
  }
  body.v3 .breadcrumb.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 -2px 5px -2px rgba(0, 0, 0, 0.55);
    box-shadow: 0 -2px 5px -2px rgba(0, 0, 0, 0.55);
  }
  body.v3 .breadcrumb .breadcrumb-close {
    content: "";
    color: #4b278a;
    font-size: 14px !important;
    position: absolute;
    right: 13px;
    top: 10px;
  }
  body.v3 .breadcrumb li {
    display: block;
    padding: 10px 0 0;
    font-size: 14px;
  }
  body.v3 .breadcrumb li a {
    padding: 0;
  }
  body.v3 .breadcrumb li a:before, body.v3 .breadcrumb li a:after {
    display: none;
  }
  body.v3 .breadcrumb li .icon {
    font-size: 16px;
  }
  body.v3 .breadcrumb li + li {
    margin-left: 0px;
  }
  body.v3 .breadcrumb li + li + li {
    margin-left: 10px;
  }
  body.v3 .breadcrumb li + li + li + li {
    margin-left: 20px;
  }
  body.v3 .breadcrumb li + li + li + li + li {
    margin-left: 30px;
  }
  body.v3 .breadcrumb li:before {
    content: "";
    padding: 0;
  }
  body.v3 .breadcrumb .close-crumbs {
    float: right;
    font-size: inherit;
    margin-right: 0;
  }
  body.v3 .breadcrumb-current {
    background: #fff;
    border-radius: 4px;
    padding: 5px 12px;
    position: fixed;
    bottom: 0;
    left: 0;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 8px;
    width: 100%;
    z-index: 1;
    -webkit-box-shadow: 0 -2px 5px -2px rgba(0, 0, 0, 0.55);
    box-shadow: 0 -2px 5px -2px rgba(0, 0, 0, 0.55);
  }
  body.v3 .breadcrumb-current .breadcrumb-open {
    float: right;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .branches .breadcrumb {
    float: none !important;
    width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
  }
}

/* ----- Client Selection page ----- */
.client-selection-page .panel {
  padding: 24px;
}

.client-selection-page .intro-area {
  margin-bottom: 0;
}

.client-list {
  font-size: 1.142rem;
}

.client-list .icon {
  color: #4b278a;
}

.client-list .btn {
  visibility: hidden;
  font-size: 0.8571rem;
  margin-left: 10px;
}

.client-list li {
  position: relative;
  background-color: #f4f2f8;
  padding: 20px 20px 7px;
}

.client-list li span, .client-list li a {
  position: absolute;
  top: 16px;
  margin-left: 20px;
  color: black;
  font-weight: bold;
  font-size: 16px;
}

.client-list li .conflict {
  color: red;
  padding: 10px;
}

.client-list li .conflict label {
  font-weight: bold;
  color: black;
}

.client-list li:nth-child(odd) {
  background-color: #f4f9fd;
}

.client-list li:hover .btn {
  visibility: visible;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #bababa;
  border-radius: 6px 4px 4px 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #dbd4e8;
}

::-webkit-scrollbar-thumb:active {
  background: #dbd4e8;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.browser-template-holder {
  padding-right: 8px;
  clear: both;
  background: #fff;
  border-radius: 4px;
  padding: 5px 12px;
  margin: 0 15px;
}

.browser-template-holder:before, .browser-template-holder:after {
  content: " ";
  display: table;
}

.browser-template-holder:after {
  clear: both;
}

.browser-template-holder .browser-template {
  padding-top: 20px;
}

.browser-template-holder .browser-template:before, .browser-template-holder .browser-template:after {
  content: " ";
  display: table;
}

.browser-template-holder .browser-template:after {
  clear: both;
}

.browser-template-holder .browser-template .form-group {
  padding: 0;
}

.browser-template-holder .browser-template + .browser-template {
  border-top: #ebeced solid 1px;
  margin-top: 20px;
}

.add-zip-holder {
  margin-bottom: 12px;
  margin-right: 15px;
}

.add-zip-holder:before, .add-zip-holder:after {
  content: " ";
  display: table;
}

.add-zip-holder:after {
  clear: both;
}

.add-zip-holder .btn-primary {
  position: relative;
}

.add-zip-holder .btn-primary .add-file {
  position: absolute;
  height: 100%;
  width: 100%;
}

.handle {
  float: left;
  width: 3px;
  cursor: ew-resize;
  height: 100%;
  background: #ebeced;
  display: none;
}

.folders .handle {
  display: block;
}

.users-details-form .row {
  margin-bottom: 10px;
}

.users-details-form .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
  font-size: 12px;
  width: 400px;
}

.bootstrap-datetimepicker-widget {
  width: 16em;
  font-size: 14px;
}

.bootstrap-datetimepicker-widget li {
  padding-bottom: 0;
}

.bootstrap-datetimepicker-widget .table-condensed > thead > tr > th {
  padding: 4px;
  height: 16px;
  line-height: 16px;
  width: 16px;
}

.bootstrap-datetimepicker-widget table td {
  height: 16px;
  line-height: 16px;
  width: 16px;
}

.bootstrap-datetimepicker-widget table td a {
  border: 0;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background-color: transparent;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  padding: 0;
}

.bootstrap-datetimepicker-widget a[data-action]:hover {
  border: none;
}

.user-matrix th {
  text-align: center;
}

.user-matrix td {
  text-align: center;
}

.user-matrix td:first-child {
  text-align: left;
}

.user-matrix td .glyphicon-ok {
  color: #999;
}

.user-matrix .level-1 {
  margin-left: 19px;
  position: relative;
}

.user-matrix .level-1::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -16px;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-radius: 0 0 0 0px;
  width: 14px;
  height: 12px;
}

.user-matrix .level-1::after {
  position: absolute;
  content: "";
  top: 8px;
  left: -20px;
  border-left: 2px solid #ccc;
  border-top: 2px solid #ccc;
  border-radius: 0px 0 0 0;
  width: 20px;
  height: 100%;
}

.user-matrix .level-1:last-child::after {
  display: none;
}

.user-matrix .level-1:last-child:before {
  border-radius: 0 0 0 0;
}

.user-matrix .level-2 {
  margin-left: 38px;
}

.role-matrix {
  background: #fff;
  border-radius: 4px;
  padding: 5px 12px;
  padding-top: 12px;
  margin-top: 20px;
  box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.05);
}

.role-matrix h4 {
  border-top: solid 2px #ebeced;
  padding-top: 5px;
}

.role-matrix ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 12px;
}

.role-matrix ul .form-checkbox {
  float: left;
  margin-right: 2px;
  margin-top: -3px;
}

.col-xs-6 select {
  width: 90%;
}

.expire {
  width: 39px;
  padding: 2px 6px;
  height: auto;
  display: inline;
  text-align: center;
}
