/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/jquery-btnswitch/dist/jquery.btnswitch.min.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.button-group {
  border: none;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  float: left;
}

.button-default {
  background-color: #ddd;
  color: #000;
}

.button-default:hover {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

.button-on {
  background-color: #4CAF50;
  color: #fff;
}

.button-on:hover {
  background-color: #3e8e41;
  color: #fff;
  text-decoration: none;
}

.button-off {
  background-color: #B22222;
  color: #fff;
}

.button-off:hover {
  background-color: maroon;
  color: #fff;
  text-decoration: none;
}

.button-default[disabled], .button-off[disabled], .button-on[disabled] {
  cursor: not-allowed;
}

.tgl-sw {
  display: none;
}

.tgl-sw, .tgl-sw *, .tgl-sw :after, .tgl-sw :before, .tgl-sw + .btn-switch, .tgl-sw:after, .tgl-sw:before {
  box-sizing: border-box;
}

.tgl-sw ::-moz-selection, .tgl-sw :after::-moz-selection, .tgl-sw :before::-moz-selection, .tgl-sw + .btn-switch::-moz-selection, .tgl-sw::-moz-selection, .tgl-sw:after::-moz-selection, .tgl-sw:before::-moz-selection {
  background: 0 0;
}

.tgl-sw ::selection, .tgl-sw :after::selection, .tgl-sw :before::selection, .tgl-sw + .btn-switch::selection, .tgl-sw::selection, .tgl-sw:after::selection, .tgl-sw:before::selection {
  background: 0 0;
}

.tgl-sw + .btn-switch {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.tgl-sw + .btn-switch:after, .tgl-sw + .btn-switch:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.tgl-sw + .btn-switch:after {
  left: 0;
}

.tgl-sw + .btn-switch:before {
  display: none;
}

.tgl-sw-active + .btn-switch:after {
  left: 50%;
}

.tgl-sw-light + .btn-switch {
  background: #B22222;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}

.tgl-sw-light + .btn-switch:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}

.tgl-sw-light-checked + .btn-switch {
  background: #4CAF50;
}

.tgl-sw-ios + .btn-switch {
  background: #B22222;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  border: 1px solid #e8eae9;
}

.tgl-sw-ios + .btn-switch:after {
  border-radius: 2em;
  background: #f5f5f5;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}

.tgl-sw-ios + .btn-switch:hover:after {
  will-change: padding;
}

.tgl-sw-ios + .btn-switch:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}

.tgl-sw-ios + .btn-switch:active:after {
  padding-right: 0.8em;
}

.tgl-sw-ios-checked + .btn-switch {
  background: #4CAF50;
}

.tgl-sw-ios-checked + .btn-switch:active {
  box-shadow: none;
}

.tgl-sw-ios-checked + .btn-switch:active:after {
  margin-left: -0.8em;
}

.tgl-sw-swipe + .btn-switch {
  overflow: hidden;
  backface-visibility: hidden;
  transition: all 0.2s ease;
  font-family: sans-serif;
  background: #B22222;
}

.tgl-sw-swipe + .btn-switch:after, .tgl-sw-swipe + .btn-switch:before {
  display: inline-block;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.tgl-sw-swipe + .btn-switch:after {
  left: 100%;
  content: attr(data-tg-on);
}

.tgl-sw-swipe + .btn-switch:before {
  left: 0;
  content: attr(data-tg-off);
}

.tgl-sw-swipe + .btn-switch:active {
  background: #B22222;
}

.tgl-sw-swipe + .btn-switch:active:before {
  left: -10%;
}

.tgl-sw-swipe:checked + .btn-switch {
  background: #4CAF50;
}

.tgl-sw-swipe:checked + .btn-switch:before {
  left: -100%;
}

.tgl-sw-swipe:checked + .btn-switch:after {
  left: 0;
}

.tgl-sw-swipe:checked + .btn-switch:active:after {
  left: 10%;
}

.tgl-sw-android + .btn-switch {
  position: relative;
  display: block;
  height: 20px;
  width: 60px;
  background: #B22222;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tgl-sw-android + .btn-switch:after {
  position: absolute;
  left: -2px;
  top: -3px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: maroon;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  content: "";
  transition: all 0.3s ease;
}

.tgl-sw-android-checked + .btn-switch {
  background: #4CAF50;
}

.tgl-sw-android-checked + .btn-switch:after {
  left: 40px;
  background: #3e8e41;
}
/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/bootstrap3/dist/css/bootstrap.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline 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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  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 #eeeeee;
}

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

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

[role=button] {
  cursor: pointer;
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

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

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

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

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

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

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

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

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

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

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

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

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

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

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: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}

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

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

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

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

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

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

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

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

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

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

.table-bordered {
  border: 1px solid #ddd;
}

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

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

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

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

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

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

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

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

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

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

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

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

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

@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 #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 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: 700;
}

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

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

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

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.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

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

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

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

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

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

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

textarea.form-control {
  height: auto;
}

@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[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

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

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.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-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

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

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

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

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

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

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

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

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

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

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

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

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

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

.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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

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

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

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

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

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

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

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

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

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

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

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

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

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

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

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

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

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

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

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

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

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

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

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

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

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

.fade {
  opacity: 0;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

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

.dropup,
.dropdown {
  position: relative;
}

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

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

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

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

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

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

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

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

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

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

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

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

.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 {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

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

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

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

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

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

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

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-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-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

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

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

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

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

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

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

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

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

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

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

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

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

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

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

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

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

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

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

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

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

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

.nav-justified {
  width: 100%;
}

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

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

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

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

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

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

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

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

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

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-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-link {
  color: #777;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb > li {
  display: inline-block;
}

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

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

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

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

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

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

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

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

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

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

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

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

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

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

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

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

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

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

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

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

.label:empty {
  display: none;
}

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

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

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

.label-primary {
  background-color: #337ab7;
}

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

.label-success {
  background-color: #5cb85c;
}

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

.label-info {
  background-color: #5bc0de;
}

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

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

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

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

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

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

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

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

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

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

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

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

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 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-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

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

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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 {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  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 {
  overflow: hidden;
  zoom: 1;
}

.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 {
  padding-left: 0;
  margin-bottom: 20px;
}

.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-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

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

button.list-group-item {
  width: 100%;
  text-align: left;
}

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

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

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

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

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

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

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

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

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

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

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

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

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

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

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-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-left-radius: 3px;
  border-top-right-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-left-radius: 0;
  border-top-right-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-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 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: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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: 4px;
  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;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  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;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
[dir="ltr"] .tooltip{
  text-align: left;
}
[dir="rtl"] .tooltip{
  text-align: right;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

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

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  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;
}

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

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

[dir="ltr"] .popover{
  text-align: left;
}

[dir="rtl"] .popover{
  text-align: right;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  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 > .arrow {
  border-width: 11px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.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;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles-core/_type.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif;
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles-core/_grid.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.container:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.row:after {
  clear: both;
}

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 2px) {
  .container {
    width: 1170px;
  }
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 3px) {
  .container {
    width: 970px;
  }
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles-core/_tables.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.table {
  margin-bottom: 0px;
}

.table > tbody > tr > td,
.table-body-col {
  border-top: 1px solid #ddd;
}

.table-hoverable > tbody > tr:hover {
  /*  border-bottom: 5px solid #0199e5;
    border-bottom: 5px solid #ccc;*/
  background: #f5f5f5;
  transition: all 0.1s ease-in;
}

.table > thead > tr > th {
  text-transform: uppercase;
  color: #666;
  background: #f6f6f6;
  border-bottom: solid 3px #e5e5e5;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table > thead > tr > th > .tooltip {
  font-weight: 100;
  text-transform: none;
  font-size: 12px;
}

.table-heading {
  text-transform: uppercase;
  color: #666;
  background: #f6f6f6;
  border-bottom: solid 3px #e5e5e5;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: solid 1px #e5e5e5;
}

.table-heading-col {
  padding: 20px 10px;
  border-left: solid 1px #e5e5e5;
}

.table-hoverable .table-body-row:hover {
  background: #f5f5f5;
}

.overflow-table-column {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* table-expanded */
.table-expanded > tbody > tr > td,
.table-expanded .table-body-col {
  padding: 15px 10px 16px;
}

/* table-edit */
.table-edit > thead > tr > th {
  background-color: #F7EDAF;
  border-bottom: #E0D697;
}

.table-no-border > tbody + tbody,
.table-no-border > tbody > tr > td {
  border-top: none;
  border-bottom: none;
}

.v-align-middle {
  vertical-align: middle !important;
}

.table-fixed {
  table-layout: fixed;
}

.table-head-white > thead > tr > th {
  background-color: white !important;
}
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles-core/_forms.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
input::-ms-clear {
  display: none;
}

.form-control-placeholder,
.form-control-placeholder-sm {
  display: block;
  vertical-align: middle;
  padding: 6px 12px;
  border: solid 1px transparent;
  font-size: 14px;
}

.form-control-placeholder-sm {
  font-size: 12px;
  padding: 5px 10px;
}

.form-group {
  margin: 10px 0;
}

.form-group-compact {
  margin: 0px;
}

.form-group.is-required > label:after, label.is-required:after, span.is-required:after {
  content: " *";
  color: #a94442;
}

/* Switch */
.form-group-switch label,
.form-group-switch .help-block {
  margin: 0px;
}

/* Date Picker */
.form-control-datepicker .datepicker-date,
.form-control-datepicker .datepicker-time {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

.form-control-datepicker .datepicker-date {
  width: 60%;
}

.form-control-datepicker .datepicker-time {
  padding-left: 10px;
  width: 40%;
}

.form-control-datepicker .glyphicon {
  position: absolute;
  right: 9px;
  top: 9px;
}

/* Custom inputs */
.checkbox-custom input[type=radio],
.checkbox-custom input[type=checkbox] {
  display: none;
}

.checkbox-custom input[type=radio] + label:before,
.checkbox-custom input[type=checkbox] + label:before {
  font-family: "FontAwesome";
  padding-right: 3px;
  line-height: 1.1em;
  width: 1.2em;
  position: absolute;
}

.checkbox-custom .label-content {
  padding-left: 60px;
}

.checkbox-custom label {
  cursor: pointer;
}

.checkbox-custom label.is-disabled {
  cursor: auto;
}

.checkbox-custom-lg input[type=radio] + label:before,
.checkbox-custom-lg input[type=checkbox] + label:before {
  font-size: 45px;
}

.checkbox-custom-md input[type=radio] + label:before,
.checkbox-custom-md input[type=checkbox] + label:before {
  font-size: 30px;
}

.checkbox-custom-sm input[type=radio] + label:before,
.checkbox-custom-sm input[type=checkbox] + label:before {
  font-size: 20px;
}

.lt-ie9 .checkbox-custom input[type=checkbox].ie-checked.ie-disabled + label:before {
  content: "\f046"; /* check */
  color: #a3d1a3;
}

.checkbox-custom input[type=checkbox]:checked:disabled + label:before {
  content: "\f046"; /* check */
  color: rgb(163, 209, 163);
}

.lt-ie9 .checkbox-custom input[type=checkbox].ie-disabled + label:before,
.checkbox-custom input[type=radio]:disabled + label:before,
.checkbox-custom input[type=checkbox]:disabled + label:before {
  color: #ccc;
}

.checkbox-custom input[type=radio] + label:before {
  content: "\f10c"; /* circle-blank */
}

.checkbox-custom input[type=checkbox] + label:before {
  content: "\f096"; /* check-empty */
}

.checkbox-custom input[type=radio]:checked + label:before {
  content: "\f111"; /* circle */
  color: rgb(71, 164, 71);
}

.lt-ie9 .checkbox-custom input[type=checkbox].ie-checked + label:before,
.checkbox-custom input[type=checkbox]:checked + label:before {
  content: "\f046"; /* check */
  color: rgb(71, 164, 71);
}

.checkbox-custom input[type=radio]:checked:disabled + label:before {
  content: "\f111"; /* circle */
  color: rgba(71, 164, 71, 0.4);
}

.form-group.clear-field {
  position: relative;
}

/* control status */
.form-control-status {
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  background: #ccc;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: bold;
  -webkit-transition: background ease-in-out 0.25s;
}

.form-control-status-success {
  background: #5cb85c;
  color: white;
  -webkit-transition: background ease-in-out 0.25s;
}

.form-group.clear-field {
  position: relative;
}

.form-group.clear-field .clear-field-icon {
  position: absolute;
  top: 25%;
  right: 5px;
  font-size: 1.3em;
  color: #ccc;
  cursor: pointer;
}

.form-group.clear-field .clear-field-icon-narrow {
  top: 24%;
}

.contracts-form .control-label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  text-align: right;
}

.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wraptext {
  word-wrap: break-word;
}

small.has-error {
  color: #b94a48;
}

.registration-header {
  padding-left: 15px;
}

.field-disabled {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.colorpicker-2x .colorpicker-saturation {
  width: 200px;
  height: 200px;
}
.colorpicker-2x .colorpicker-hue, .colorpicker-2x .colorpicker-alpha {
  width: 30px;
  height: 200px;
}
.colorpicker-2x .colorpicker-color, .colorpicker-2x .colorpicker-color div {
  height: 20px;
}
.colorpicker-2x .colorpicker-selectors {
  background-color: transparent !important;
}
.colorpicker-2x .colorpicker-selectors i {
  height: 20px;
  width: 20px;
}

.validation-summary-errors {
  color: #b94a48;
}

/*Causing issues on the forms - when icon is added besides label*/
/*.control-label {
  @include text-overflow(false);
}*/
/*.tgl-sw-light + .btn-switch{
    background: red;
}*/
.btn-switch-container {
  padding-top: 6px;
}

.btn-switch-label {
  line-height: 2em;
}

.tgl-sw + .btn-switch {
  width: 3.4em;
  height: 1.7em;
  margin: 0 auto;
}

.status-in-two-lines-help {
  position: absolute;
  right: 35px;
  top: 75px;
}
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles-core/_buttons.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.btn,
.btn:hover {
  font-weight: bold;
  /*border-bottom: 3px solid;*/
}

.btn-link,
.btn-link:hover {
  border-bottom: 0px;
  font-weight: normal;
  text-transform: none;
  text-decoration: underline;
}

.btn-no-link,
.btn-no-link:hover {
  border-bottom: 0px;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
}

.btn-default {
  color: #999;
}

/*.btn-primary,
.btn-primary:hover { border-bottom: 3px solid #357ebd; }

.btn-success,
.btn-success:hover { border-bottom: 3px solid #4cae4c; }*/
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn.disabled {
  color: #ffffff;
}

.btn-group-label {
  background: #f0ad4e;
  color: white;
  cursor: default;
}

.btn-group-label:hover {
  color: white;
}

.btn-toggle-action {
  font-size: 11px;
}

.btn-group-block .btn-group-main {
  width: 70%;
}

.btn-group-block .btn-group-toggle {
  width: 30%;
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles-core/_main.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
html {
  height: auto;
  -ms-overflow-style: scrollbar;
}

body {
  background: #e5e9ec;
  color: #454951;
  font-family: "Open Sans", sans-serif;
  min-width: 970px;
  height: auto;
}
body #report-wrapper {
  background: #E5E9EC;
}

#wrapper {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto;
  /* Pad bottom by footer height */
  padding: 0 0 50px;
}

/* popover fix - popover should be on top of footer */
.popover.bottom {
  z-index: 10000;
}

/* Set the fixed height of the footer here */
footer {
  height: 50px;
  color: #fff;
  background: #22262e;
  z-index: 9999;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer .container {
  height: 100%;
}

textarea.form-control {
  resize: vertical;
}

.team-member-item select.form-control {
  width: inherit;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.list-highlight {
  background-color: #f9f9f9;
}

.list-highlight .message-text {
  font-weight: bold;
}

table tbody.document-collection tr td {
  padding: 10px 10px;
}

table.document-collection-header tr th {
  padding: 10px 10px;
}

.user-initials-xs,
.user-initials-sm,
.user-initials {
  background: #fa860c;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  padding: 12px 0px 12px;
  line-height: 1.428571429;
  text-transform: uppercase;
}

.user-initials-xs {
  font-size: 12px;
  padding: 4px 0px;
}

.col-spacing-left {
  padding-left: 15px !important;
  padding-right: 0px !important;
}

.col-spacing-right {
  padding-right: 15px !important;
  padding-left: 0px !important;
}

.col-spacing {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.col-compact-left {
  padding-left: 0px;
}

.col-compact-right {
  padding-right: 0px;
}

.btn, button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding: 6px 8px;
}

.col-compact {
  padding-right: 5px;
  padding-left: 5px;
}
.col-compact > a.btn,
.col-compact > button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.col-compact > a.btn {
  max-width: 100%;
}

.col-compact-widget {
  padding-right: 2%;
  padding-left: 1%;
}

.compact-save-btn {
  width: 120px;
  margin-left: -20px;
}

.label-compact {
  padding: 0px;
  margin: 0px;
}

.bg-row {
  position: relative;
  overflow: hidden;
}

.bg-col-4 {
  background: #f5f5f5;
  position: absolute;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: 0;
}

.bg-col-4 {
  width: 33%;
}

.cookie-policy {
  background: #f5f5f5;
  padding: 20px 10px;
}

.cookie-policy p {
  margin-bottom: 0px;
}

.cookie-policy .glyphicon {
  font-size: 40px;
}

.affix {
  position: fixed;
}

.col-sz-size {
  width: 100px;
}

.col-sz-icon {
  width: 30px;
}

.col-sz-icon-xs {
  width: 10px;
}

.col-sz-icon-s {
  width: 16px;
}

.col-sz-icon-md {
  width: 50px;
}

.col-sz-icon-lg {
  width: 80px;
}

.col-sz-progress {
  width: 170px;
}

.disabled {
  color: #8f95a0;
}

.dropdown-menu li.disabled {
  pointer-events: none;
}

hr.no-margin {
  margin: 10px 0px;
}

a.text-danger, h1.text-danger {
  color: #a94442 !important;
}

.text-break-all {
  word-break: break-all;
}

.text-break-word {
  white-space: normal;
  word-wrap: break-word;
}

.text-break-word-normal {
  white-space: normal;
  word-break: normal;
}

.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

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

.help-block {
  margin-bottom: 5px;
}

.spacing-top-none {
  margin-top: 0;
}

.spacing-bottom-none {
  margin-bottom: 0;
}

.spacing-left-none {
  margin-left: 0;
}

.spacing-right-none {
  margin-right: 0;
}

.spacing-top-xs {
  margin-top: 10px;
}

.spacing-bottom-xs {
  margin-bottom: 10px;
}

.spacing-right-xs {
  margin-right: 10px;
}

.spacing-left-xs {
  margin-left: 10px;
}

.spacing-top-s {
  margin-top: 16px;
}

.spacing-bottom-s {
  margin-bottom: 16px;
}

.spacing-right-s {
  margin-right: 16px;
}

.spacing-left-s {
  margin-left: 16px;
}

.spacing-top-xxs {
  margin-top: 5px;
}

.spacing-bottom-xxs {
  margin-bottom: 5px;
}

.spacing-right-xxs {
  margin-right: 5px;
}

.spacing-left-xxs {
  margin-left: 5px;
}

.spacing-top-sm {
  margin-top: 20px;
}

.spacing-bottom-sm {
  margin-bottom: 20px;
}

.spacing-right-sm {
  margin-right: 20px;
}

.spacing-left-sm {
  margin-left: 20px;
}

.spacing-right-sm {
  margin-right: 20px;
}

.spacing-top-md {
  margin-top: 30px;
}

.spacing-bottom-md {
  margin-bottom: 30px;
}

.spacing-right-md {
  margin-right: 30px;
}

.spacing-left-md {
  margin-left: 30px;
}

.spacing-top-lg {
  margin-top: 50px;
}

.spacing-bottom-lg {
  margin-bottom: 50px;
}

.spacing-right-lg {
  margin-right: 50px;
}

.spacing-left-lg {
  margin-left: 50px;
}

.spacing-top-xl {
  margin-top: 80px;
}

.spacing-bottom-xl {
  margin-bottom: 80px;
}

.spacing-right-xl {
  margin-right: 80px;
}

.spacing-left-xl {
  margin-left: 80px;
}

.border-top {
  border-top: 1px solid #dddddd;
}

.border-bottom {
  border-bottom: 1px solid #dddddd;
}

.border-right {
  border-right: 1px solid #dddddd;
}

.border-left {
  border-left: 1px solid #dddddd;
}

.min-height-sm {
  min-height: 100px;
}

.min-height-md {
  min-height: 200px;
}

.min-height-lg {
  min-height: 400px;
}

.dropdown-menu-header {
  display: block;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0 20px;
  color: #f0ad4e;
  font-weight: bold;
}

.in-pool {
  color: #FF8000;
}

.datepicker {
  padding-left: 12px;
}

.datepicker-orient-top {
  z-index: 10000 !important;
}

.information-title {
  color: #ffaf39;
}

.alert-warning {
  background-color: #FFEB83;
  border-color: #FADB9D;
  color: #B8862D;
}

.response-heading {
  font-size: 18px;
  padding: 0px 0px 10px 5px;
  font-weight: bold;
}

.border-right-lg {
  border-right: solid 10px #e6e6e6;
}

.label-organisation {
  width: 100%;
  font-weight: bold;
  color: white;
  text-align: center;
  display: inline-block;
  min-height: 45px;
  padding-top: 13px;
  font-size: 13px;
  /*margin-top: -13px;*/
}

.label-organisation.label-child {
  width: 100%;
  /*margin-left: 10px;*/
}

.label-organisation.label-buyer {
  background-color: #fa860c;
}

.label-organisation.label-supplier {
  background-color: #0199e5;
}

.rfx-fileupload tbody > tr > td {
  border-top: none;
}

.rfx-fileupload tbody > tr {
  border-bottom: 1px solid #dddddd;
}

.rfx-fileupload {
  border-bottom: none;
}

.select2-highlighted:hover .job-title {
  color: #ffffff;
}

.affixed-panel.affix,
.sidebar-response-status.affix,
.sidebar-order-pad.affix,
.sidebar-rfx-notes.affix,
.sidebar-notice.affix,
.sidebar-requisition-form.affix,
.sidebar-requisition.affix,
.sidebar-ncr-form.affix {
  margin-top: 0;
  position: fixed;
  top: 20px;
}

.sidebar-request-status.affix {
  margin-top: 0;
  position: fixed;
  top: 42px;
}

.fixed-request-tabs-row {
  position: sticky;
  top: 0;
  z-index: 201;
  background: rgb(229, 233, 236);
}

.fixed-request-content-tab-top-row {
  position: sticky;
  top: 42px;
  z-index: 200;
}

.fixed-response-content-tab-top-row {
  position: sticky;
  top: 0px;
  z-index: 200;
}

.fixed-request-content-tab-top-hr {
  position: sticky;
  top: 96px;
  z-index: 199;
}

.fixed-request-left-top {
  display: inline-flex;
  width: 100%;
  min-height: 54px;
}

.fixed-request-right-top {
  float: right;
  display: inline-flex;
  position: absolute;
  right: 30px;
  z-index: 200;
  flex-direction: row-reverse;
  max-width: 40%;
  flex-wrap: wrap;
  background: none;
}

.panel-footer {
  position: relative;
}

.panel-footer.affix-top {
  position: fixed;
  bottom: 0px;
}

.answer-highlight {
  font-weight: bold;
  text-decoration: underline;
}

.horizontal-line {
  border-top: 1px solid #eeeeee;
  margin: 5px 0;
}

.message-org-label-box {
  float: left;
  position: relative;
  width: 72%;
}

.message-number-box {
  float: left;
  position: relative;
  width: 25%;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
  margin-right: 3px;
  font-size: 85%;
  cursor: default;
}

.progress-container .progress {
  height: 14px;
  border-radius: 0;
  margin-bottom: 7px;
}

.progress-container .glyphicon {
  color: green;
}

.add-easy-content {
  text-align: right;
}

.add-easy-content .glyphicon {
  top: 0;
  left: 0;
  font-size: 11px;
  display: block;
}

.add-easy-content > .dropdown-toggle:hover {
  background-color: rgba(57, 132, 57, 0.5);
}

.add-easy-content.open .btn-success.dropdown-toggle {
  background-color: rgba(71, 164, 71, 0.5);
}

.add-easy-content .dropdown-toggle {
  background-color: rgba(200, 200, 200, 0.5);
  position: absolute;
  border-width: 0px;
  width: 20px;
  height: 20px;
  padding: 4.65px 0px 0px 4.5px;
  margin-top: -10.5px;
}

.dropdown-options-table tbody tr td, .dropdown-options-table tbody tr th, .dropdown-options-table thead tr th {
  border: none;
}

.dropdown-options-scroll {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.search-match-highlight {
  color: red;
}

/*Bootstrap dropdown sub-menu styles*/
.dropdown-menu {
  z-index: 10000;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-toggle {
  box-shadow: none !important;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#supplier-approve-form .col-sz-progress {
  width: 0;
}

.feedbacklab {
  font-size: 14px !important;
}

.submit-post button,
.form-group-submit button {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-buttons {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
}

.sidebar-buttons > div.btn-group,
.sidebar-buttons > a.btn {
  margin: 0px 2px 2px 2px;
}

.label-compact-flex {
  display: flex;
  align-items: center;
}
.label-compact-flex .thumbnail-fixed {
  display: inline-table;
}
.label-compact-flex .user-initials-sm {
  width: 46px;
  height: 46px;
}
.label-compact-flex .label-text {
  padding-left: 5px;
  word-break: break-word;
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_advanced-search.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.advanced-search-list > tbody > tr > td {
  padding: 8px;
}

.advanced-search-list .col-toogle-record {
  width: 30px;
}

.advanced-search-list .col-location {
  width: 135px;
}

.advanced-search-list .col-date {
  width: 150px;
}

.advanced-search-list .col-action {
  width: 75px;
}

.search-filters-area {
  /*background-color: #DCE1E5;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 1px 10px 1px 10px;*/
  margin-bottom: 10px;
}

.search-term-filter-table thead tr th {
  border: none;
}
.search-term-filter-table tbody tr td {
  border: none;
  padding: 0;
  padding-top: 5px;
}
.search-term-filter-table tbody tr th {
  border: none;
}
.search-term-filter-table .remove-search-term {
  width: 45px;
  vertical-align: top;
  padding-top: 20px !important;
}
.search-term-filter-table .search-term-expression {
  padding-left: 1px;
  padding-right: 1px;
}

.search-terms-scroll {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_alerts.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_auctions.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.auction-list > thead > tr > th {
  background: #ffffff;
  padding: 0 10px 10px;
  text-transform: none;
  font-size: 12px;
}

.auction-list > tbody > tr > td {
  padding: 15px 8px;
}

.auction-list .col-status {
  width: 150px;
}

.auction-list .col-response-buyer {
  width: 175px;
}

.auction-list .col-response-status {
  width: 150px;
}

.auction-list .col-date {
  width: 200px;
}

.auction-list .col-action {
  width: 100px;
}

/* styles */
.auction-list .auction-status {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.auction-list .auction-status-published {
  color: #356635;
}

.auction-list .auction-status-draft {
  color: #999999;
}

.auction-progress-activity .col-org-image {
  width: 70px;
}

.auction-progress-activity .col-org {
  width: 150px;
}

.auction-progress-activity .col-runner-message {
  background-color: #f9f9f9;
}

.auction-progress-activity .col-supplier-message {
  background-color: #FFF9E6;
}

.auction-progress-activity .col-notice-message {
  background-color: #f9f9f9;
}

.auction-progress-activity .col-type {
  width: 65px;
  text-align: center;
}
.auction-progress-activity .col-type span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.auction-progress-activity .col-message-type {
  width: 75px;
  text-align: center;
}

.auction-progress-activity .col-org {
  width: 200px;
}

.auction-progress-activity .col-bid {
  width: 100px;
}

.auction-progress-activity .col-action {
  width: 30px;
}

.auction-progress-activity .col-best-bid {
  color: #2ecc71;
  font-weight: bold;
}

.auction-progress-activity .progress-picture-wrapper {
  width: 100px;
}

.auction-progress-activity .help-block {
  margin: 0;
}

.participants-table .status-circle {
  height: 15px;
  width: 15px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}

.participants-table .status-square {
  height: 15px;
  width: 15px;
  margin-left: auto;
  margin-right: auto;
}

.participants-table .status-active-circle {
  background-color: #2ecc71;
}

.participants-table .status-inactive-circle {
  background-color: orange;
}

.participants-table .status-not-present-circle {
  background-color: red;
}

#post-bid-success-message {
  color: #2ecc71;
  font-weight: bold;
  padding: 8px;
}

#post-bid-error-message {
  color: red;
  font-weight: bold;
  padding: 8px;
}

#bid-input-container label {
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 6px;
}

.auction-progress-header1 {
  background-color: #D9E1F2;
}

.auction-progress-header2 {
  background-color: #B4C6E7;
}

.auction-progress-header3 {
  background-color: #D0CECE;
}

.auction-progress-header4 {
  background-color: #A9D08E;
}

.auction-progress-divider1 {
  background-color: #C6E0B4;
}

.auction-progress-divider2 {
  background-color: #FFD966;
}

.auction-progress-divider3 {
  background-color: #F8CBAD;
}

.auction-summary-bid {
  width: 200px;
}

.auction-bid-highlighted {
  color: forestgreen;
  font-weight: bold;
}

.auction-progress-best-bid {
  background-color: #FFE699;
}

.auction-summary-table {
  font-size: 11px;
}

.bidders-filter {
  margin-bottom: 10px;
}
.bidders-filter .bidders-filter-wrapper {
  max-height: 250px;
  overflow: auto;
}
.bidders-filter table {
  font-size: 11px;
}

.auction-lot {
  overflow-y: auto;
}

.auction-lot table {
  font-size: 11px;
  width: 100%;
}
.auction-lot table td.auction-progress-header3, .auction-lot table th.lot-name {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.auction-lot table .auction-progress-header2 {
  vertical-align: bottom;
}
.auction-lot table .auction-progress-best-bid {
  max-width: 70px;
}

#post-lot-bid-error-message {
  color: red;
  font-size: 12px;
  padding-bottom: 7px;
}

.auction-bidder-lot table {
  font-size: 11px;
  width: 100%;
}
.auction-bidder-lot table td:not(.auction-progress-header1) {
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.auction-bidder-lot table .auction-progress-header2, .auction-bidder-lot table .auction-progress-header1 {
  vertical-align: bottom;
}

.auction-bidder-lot {
  margin-bottom: 25px;
}
.auction-bidder-lot .submit-help {
  font-size: 16px;
}
.auction-bidder-lot .reduce-links {
  margin: 5px 10px;
}
.auction-bidder-lot .reduce-links a {
  cursor: pointer;
  font-size: 12px;
}
.auction-bidder-lot .reduce-links a:hover, .auction-bidder-lot .reduce-links a:focus {
  text-decoration: none;
}
.auction-bidder-lot .reduce-links i {
  font-size: 16px;
  margin: 0 0 0 5px;
}
.auction-bidder-lot .item-bid {
  width: 75px;
  padding: 0;
}
.auction-bidder-lot .item-bid input {
  padding: 2px;
}
.auction-bidder-lot .text-details-box {
  font-size: 11px;
  margin-bottom: 5px;
}
.auction-bidder-lot .text-details-box ul {
  margin: 0;
  padding-left: 30px;
}
.auction-bidder-lot .text-details-box a {
  cursor: pointer;
  font-size: 12px;
}
.auction-bidder-lot .text-details-box a:hover, .auction-bidder-lot .text-details-box a:focus {
  text-decoration: none;
}

.auction-lot-table td, .auction-bidder-lot-table td {
  overflow: hidden;
  text-overflow: ellipsis;
}
.auction-lot-table .footable-disabled .footable-toggle, .auction-bidder-lot-table .footable-disabled .footable-toggle {
  display: none;
}
.auction-lot-table .empty-cell, .auction-bidder-lot-table .empty-cell {
  border: none;
}
.auction-lot-table .footable-detail-row > td, .auction-bidder-lot-table .footable-detail-row > td {
  padding: 0;
}
.auction-lot-table .footable-detail-row th, .auction-bidder-lot-table .footable-detail-row th {
  font-weight: normal;
  background-color: #D9E1F2;
}
.auction-lot-table .footable-details, .auction-bidder-lot-table .footable-details {
  margin-left: 15px;
}
.auction-lot-table .footable-toggle, .auction-bidder-lot-table .footable-toggle {
  cursor: pointer;
}
.auction-lot-table span.lot-error, .auction-bidder-lot-table span.lot-error {
  color: #b94a48;
  font-weight: bold;
}

.auction-bidder-lot-table .footable-detail-row > td {
  overflow: hidden;
}
.auction-bidder-lot-table .footable-detail-row th {
  font-weight: normal;
  background-color: #B4C6E7;
}
.auction-bidder-lot-table .bidder-name {
  vertical-align: bottom;
}
.auction-bidder-lot-table > thead > tr > th {
  background: #D9E1F2;
}

.bids-history-header > thead > tr > th {
  background: #D9E1F2;
  padding: 5px;
  border: none;
}

.buyer-bids-history {
  font-size: 11px;
  background: white;
  min-height: 100px;
  max-height: 396px;
  overflow: auto;
}
.buyer-bids-history .table > tbody > tr > td {
  padding: 3px;
}

.auction-lot-table span.animate-lot-bid-change {
  color: #B4C6E7;
}
.auction-lot-table span.animate-lot-bid-change sup {
  color: #454951;
}
.auction-lot-table .animate-lot-bid-change:before {
  position: absolute;
  content: attr(content);
  font-size: 11px;
  color: forestgreen;
  font-weight: bold;
  animation: bidchange 1.5s ease-in 0s alternate 1 none running;
}
.auction-lot-table .animate-bid-change {
  font-size: 11px;
  color: forestgreen;
  font-weight: bold;
  animation: bidchange 1.5s ease-in 0s alternate 1 none running;
}
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_badges.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/

/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_catalogue-element.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.catalogue-elements-hd {
  background: #fff;
  padding: 10px 0px;
}

.catalogue-elements {
  margin: 0px 15px;
  padding-bottom: 60px;
}

.catalogue-element {
  border-bottom: solid 1px #ddd;
  background: #ffffff;
}

.catalogue-element:last-child {
  border-bottom: none;
}

.catalogue-element-inner {
  padding: 20px 0px;
  position: relative;
}

.catalogue-element-hd {
  padding: 12px 15px 0px 0px;
  position: relative;
}

.catalogue-element-hd-inner {
  position: relative;
}

.catalogue-element-hd .type {
  font-size: 11px;
}

.catalogue-element-title {
  padding-left: 100px;
  padding-bottom: 12px;
}

.catalogue-element-title-edit {
  padding: 0px 0px 0px 100px;
}

.catalogue-element-title-edit .form-control {
  min-height: 80px;
}

.catalogue-element-handler {
  position: absolute;
}

.catalogue-element-handler {
  top: 7px;
  left: 10px;
  z-index: 100;
}

.catalogue-element-handler .display-order {
  display: inline-block;
  width: 38px;
}

.catalogue-element-handler .toggle-expand-collapse {
  width: 10px;
  text-align: center;
}

.catalogue-element-handler .toggle-expand-collapse,
.catalogue-element-handler .display-order {
  margin-right: 5px;
}

.catalogue-element-bd,
.catalogue-element-text-bd {
  padding: 0px 70px 20px 85px;
  margin-right: 15px;
}

.catalogue-element-text-bd {
  padding-left: 100px;
  padding-right: 0px;
}

.catalogue-element .edit {
  background: rgb(255, 251, 221);
}

.catalogue-element-item .edit .catalogue-element-bd {
  padding-left: 100px !important;
}

.catalogue-element .edit .catalogue-element-bd,
.catalogue-element .scoring .catalogue-element-bd {
  padding-right: 0px;
  padding-left: 85px;
}
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_catalogues.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.catalogue-list > thead > tr > th {
  background: #ffffff;
  padding: 0 10px 10px;
  text-transform: none;
  font-size: 12px;
}

.catalogue-list > tbody > tr > td {
  padding: 10px 8px;
}

.catalogue-list .col-publisher {
  width: 170px;
}

.catalogue-list .col-contents {
  width: 150px;
}

.catalogue-list .col-action {
  width: 120px;
}

.catalogue-container .form-control-datepicker .datepicker-date {
  width: 85%;
}

.catalogue-container .back-to-catalogues {
  margin-top: 5px;
}

.form-group.search-field .search-field-icon {
  position: absolute;
  top: 15%;
  right: 5px;
  font-size: 1.3em;
  color: #ccc;
}

.search-field {
  margin-left: 35px;
  margin-right: 10px;
}

.catalogue-search-item {
  background: white;
  padding: 10px;
  margin: 0px;
  margin-bottom: 10px;
  min-height: 140px;
}

.catalogue-search-item-attachments {
  margin-top: 5px;
  margin-left: 18px;
  margin-bottom: 10px;
  /* font-size: .9em !important; */
}

.catalogue-search-default-img {
  background-image: url(/dist/images/placeholder-image.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}

/*.catalogue-search-default-img:after {
	content: url("../images/placeholder-image.png");

}*/
.catalogue-search-placeholder-img {
  font-size: 3em;
  color: #999;
  width: 100%;
  text-align: center;
}

.catalogue-search-item .item-gallery {
  max-height: 100px;
}

.catalogue-item-price {
  color: Red;
  padding: 22px 2px;
  word-wrap: break-word;
  word-break: break-word;
}

.catalogue-search-item .margin-top {
  margin-top: 5px;
}

.catalogue-search-item .quantity-box {
  padding: 15px 0px;
  padding-right: 15px;
}

.catalogue-search-item .quantity-box-input {
  padding-right: 0px;
  padding-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  -moz-appearance: textfield;
}

.catalogue-search-item .add-box {
  padding: 0;
  padding-top: 15px;
}

.catalogue-search-item .grey-text {
  color: #999;
}

.create-order-pad-modal .control-label {
  text-align: left;
  padding-right: 0px;
}

.lt-ie9 .create-order-pad-modal .control-label {
  text-align: left !important;
}

.catalogue-search-item .form-group {
  margin-top: 0px;
}

.order-pad-order-panel {
  margin-top: 5px;
  padding: 0px 15px;
  box-shadow: none;
}

.order-pad-order-panel td:last-child {
  color: red;
}
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_certificates.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.certificate-file-list {
  max-height: 222px;
  overflow-y: auto;
}

.certs-updates-table {
  width: 100%;
}

.certs-updates-table td {
  max-width: 0;
  overflow: hidden;
  /*text-overflow: ellipsis;
  white-space: nowrap;*/
}

.certs-updates-table .col-date-created {
  width: 100px;
}

.certs-updates-table .col-number {
  width: 100px;
}

.certs-updates-table .col-issued-by {
  width: 100px;
}

.certs-updates-table .col-issued-date {
  width: 100px;
}

.certs-updates-table .col-expiration-date {
  width: 100px;
}

.certs-updates-table .col-documents {
  width: 100px;
}

.certs-updates-table .col-status {
  width: 80px;
}

.certificate-obsolete-table td {
  padding: 4px !important;
}

.certificate-item-button {
  width: 160px;
  margin: 3px;
  padding: 3px 5px;
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_contract.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.reminders .select2-arrow {
  display: none !important;
}

.reminders a {
  cursor: pointer;
}

.reminders .row {
  margin-top: 0;
}

.reminders {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .reminders .col-md-4 {
    width: 278px;
  }
}
@media (max-width: 1200px) {
  .reminders .col-md-4 {
    width: 228px;
  }
}
@media (min-width: 1200px) {
  .reminders .col-md-7 {
    width: 463px;
  }
}
@media (max-width: 1200px) {
  .reminders .col-md-7 {
    width: 379px;
  }
}
.reminders .col-md-4 {
  margin-left: -15px;
}

.col-contract-last-modified {
  width: 140px;
}

.col-contract-action {
  width: 65px;
}

.col-toogle-record {
  width: 30px;
}

.col-contract-title {
  width: 300px;
}

.col-contract-name {
  padding-left: 16px !important;
  padding-bottom: 16px !important;
}
.col-contract-name > .col-title-secondary {
  position: absolute;
}
.col-contract-name > .col-title-secondary > p {
  font-size: 12px;
  margin-left: 19px;
  margin-top: -3px;
}

.col-contract-custom-field {
  width: 12%;
}

.running-total-input {
  width: 85% !important;
}

.inactive-contract-team-member {
  background-color: #e5e9ec;
}

.contracts-form .toggle-expand-collapse {
  margin-right: 5px;
}

.collapsible .load-more {
  display: none;
}

.collapsible.overview.load-more .load-more {
  display: block;
}

.collapsible.collapsed .collapsible-content {
  display: none;
}

.collapsible.overview .collapsible-content table tr:nth-child(n+4),
.collapsible.overview .collapsible-content div.form-group:nth-child(n+4) {
  display: none;
}

.collapsible.overview .collapsible-content-part {
  display: none;
}

.collapsible.overview.collapsible-list .collapsible-content {
  height: 29px;
  overflow-y: hidden;
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_custom-fields.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.custom-field-trigger-item {
  position: relative;
  background-color: #e5e9ec;
  padding: 10px;
  margin-bottom: 10px;
}
.custom-field-trigger-item .table .cola {
  width: auto;
}
.custom-field-trigger-item .table .colb {
  width: 95px;
}
.custom-field-trigger-item .trigger-value-tag {
  display: inline-block;
  float: left;
  max-width: 100%;
}
.custom-field-trigger-item .trigger-valu-delimiter {
  float: left;
  margin-right: 5px;
  line-height: 160%;
  padding: 2px 5px 6px 5px;
}
.custom-field-trigger-item .trigger-valu-delimiter:last-child {
  display: none;
}
.custom-field-trigger-item .form-group {
  margin: 0;
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_datasheet.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.profile-datasheets-view {
  padding-top: 20px;
  border-top-width: 1px;
  border-top-style: outset;
}

.datasheet-thumbnail {
  cursor: pointer;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  background-size: contain;
  width: 150px;
  height: 200px;
}
.datasheet-thumbnail.pdf {
  background-image: url(/dist/images/pdf-icon-datasheet.png);
}
.datasheet-thumbnail.other {
  background-image: url(/dist/images/other-icon-datasheet.png);
}
.datasheet-thumbnail.image {
  border-style: solid;
  border-width: thin;
}

.search-matches-container .popover {
  max-width: 350px;
  width: 350px;
}
.search-matches-container .popover .popover-content {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.search-matches-container .popover .popover-content .datasheet-search-matches {
  overflow-y: scroll;
  max-height: 150px;
  height: 100%;
  padding: 8px 0px 8px 8px;
}

.highlighted-text-icon {
  cursor: pointer;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: contain;
  height: 44px;
  width: 35px;
  background-image: url(/dist/images/highlighted_text.png);
  position: absolute;
  bottom: 5px;
  right: 50px;
}
.highlighted-text-icon.search {
  left: 20px;
  background-size: 80%;
  background-color: white;
  background-position: center;
  outline: black solid 1px;
}

.panel .profile-datasheets {
  margin-bottom: 0px;
  padding: 6px 12px;
}
.panel .profile-datasheets .profile-filter {
  vertical-align: middle;
  margin: 0px 5px 2px 15px;
}

.pdf-preview {
  width: 100%;
  height: 100%;
  min-height: 700px;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.pdf-preview-warning {
  margin-bottom: 0px;
  padding: 50px;
  text-align: center;
  font-size: medium;
  font-weight: bold;
}

.pdf-preview-modal {
  position: relative;
  line-height: 0;
}

.pdf-preview-close {
  color: #e4e4e4;
  position: absolute;
  font-size: 25px;
  right: -30px;
  top: 3px;
}
.pdf-preview-close:hover {
  filter: invert(100%);
}

.datasheet-lock-icon {
  font-size: 25px;
  color: #868686;
}

.datasheet-library-collection tbody {
  display: block;
  height: 340px;
  overflow-y: auto;
}
.datasheet-library-collection thead, .datasheet-library-collection tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_devexpess.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/*# Hack for scrolling in DevExpress DocumentViewer pages dropdown*/
.report-toolbarMenu li:nth-child(11) .dxpc-mainDiv {
  display: inline-block !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-height: 220px;
}

.dxd-back-primary {
  background-color: #E5E9EC !important;
}

.dx-datebox-wrapper .dx-item-content .dx-popup-done .dx-button-content {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.dx-datebox-wrapper .dx-item-content .dx-popup-done .dx-button-content:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_document-template-list.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.doc-templates-list > thead > tr > th {
  background: #ffffff;
  padding: 0 10px 10px;
  text-transform: none;
  font-size: 12px;
}

.doc-templates-list > tbody > tr > td {
  padding: 10px 8px;
}

.doc-templates-list .col-publisher {
  width: 150px;
}

.doc-templates-list .col-type {
  width: 150px;
}

.doc-templates-list .col-shared {
  width: 200px;
}

.doc-templates-list .col-action {
  width: 55px;
}

.doc-templates-history > thead > tr > th {
  background: #ffffff;
  padding: 0 0 5px 5px;
  text-transform: none;
  font-size: 12px;
}

.doc-templates-history > tbody > tr > td {
  padding: 7px 5px;
  word-wrap: break-word;
  word-break: break-word;
}

.doc-templates-history .col-date-po {
  width: 120px;
}

.doc-templates-history .col-user-po {
  width: 120px;
}

.doc-templates-history .col-date {
  width: 170px;
}

.doc-templates-history .col-user {
  width: 150px;
}

.doc-templates-history .col-supplier {
  width: 130px;
}

.doc-templates-history .col-total {
  width: 110px;
}

.doc-templates-history .col-document-po {
  width: 125px;
}

.doc-templates-history .col-document {
  width: 170px;
}

.back-to-doc-templates {
  margin-top: 6px;
}
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_expert-pack-list.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.expert-pack-list > thead > tr > th {
  background: #ffffff;
  padding: 0 10px 10px;
  text-transform: none;
  font-size: 12px;
}

.expert-pack-list > tbody > tr > td {
  padding: 10px 8px;
}

.expert-pack-list .col-publisher {
  width: 170px;
}

.expert-pack-list .col-shared {
  width: 220px;
}

.expert-pack-list .col-contents {
  width: 200px;
}

.expert-pack-list .col-action {
  width: 100px;
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_fancybox.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/dist/images/fancybox/fancybox_sprite@2x.png") !important;
  }
  #fancybox-loading div {
    background-image: url("/dist/images/fancybox/fancybox_loading@2x.gif") !important;
  }
}
#fancybox-buttons a {
  background-image: url("/dist/images/fancybox/fancybox_buttons.png") !important;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/dist/images/fancybox/fancybox_sprite.png") !important;
}

#fancybox-loading div {
  background: url("/dist/images/fancybox/fancybox_loading.gif") center center no-repeat !important;
}

.fancybox-nav {
  background: transparent url("/dist/images/fancybox/blank.gif") !important; /* helps IE */
}

.fancybox-overlay {
  background: url("/dist/images/fancybox/fancybox_overlay.png") !important;
}
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_files.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
.files {
  margin-top: 15px;
  border-top: solid 1px #e5e5e5;
  padding: 0px;
}

.files li {
  border-bottom: solid 1px #e5e5e5;
  padding: 8px 5px;
  list-style: none;
}

.files li a {
  font-size: 13px;
  color: #999;
}

.files li .icon {
  margin-right: 10px;
}
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_glyphicons.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_guides.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.grayed-title {
  font-weight: bold;
  background-color: #EBEBEB;
  padding: 15px;
}

.guide-modal .modal-body {
  min-height: 230px;
}

[data-form=guide-logic] .text-normal.control-label {
  text-align: left;
  word-wrap: break-word;
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_homepage.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/* TODO: fix selectors */
.landing-container {
  margin-left: 40px;
  margin-right: 40px;
}

.homepage {
  text-align: center;
}
.homepage a {
  color: #ffffff;
  text-decoration: none;
}
.homepage .supplier-home.homepage-btn {
  background-color: #00AFF3;
}
.homepage .supplier-home.homepage-btn:hover, .homepage .supplier-home.homepage-btn:active, .homepage .supplier-home.homepage-btn:focus {
  background-color: #0C7AF2;
}
.homepage.buyer-account {
  background-color: #498DF1;
}
.homepage .buyer-account h3 {
  padding-top: 95px;
}

footer#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
footer.custom a {
  color: inherit;
}

/* IE 6 */
/*
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}*/
.landing-tiles-add {
  position: absolute;
  top: 35%;
  right: 6%;
  cursor: pointer;
}
.landing-tiles-add .control-icon {
  font-size: 30px;
  cursor: pointer;
  margin-left: 5px;
}
.landing-tiles-add .control-icon:hover {
  color: dimgray;
  outline: 0;
}
.landing-tiles-add .resource-link {
  display: inline-block;
  width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.landing-tiles-add .resource-pin {
  cursor: pointer;
  padding: 6px;
  color: #ccc;
}
.landing-tiles-add .pin-visible {
  color: green;
}
.landing-tiles-add .resource-pin:hover {
  background-color: whitesmoke;
  outline: 0;
}
.landing-tiles-add li {
  width: 240px;
}
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_landing-view.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.landing-tile {
  text-align: center;
  position: relative;
  max-width: 235px;
}
.landing-tile :hover {
  cursor: pointer;
}
.landing-tile.custom .homepage-btn {
  background-color: inherit;
  color: inherit;
}
.landing-tile.custom .homepage-btn:hover, .landing-tile.custom .homepage-btn:active, .landing-tile.custom .homepage-btn:focus {
  filter: brightness(85%);
  background-color: inherit;
}
.landing-tile .landing-view-tile-btn, .landing-tile .homepage-btn {
  height: 230px;
  background-color: #f3b300;
  display: block;
  color: white;
}
.landing-tile .landing-view-tile-btn.disabled, .landing-tile .landing-view-tile-btn.disabled:hover, .landing-tile .landing-view-tile-btn.disabled:focus, .landing-tile .landing-view-tile-btn.disabled:active, .landing-tile .homepage-btn.disabled, .landing-tile .homepage-btn.disabled:hover, .landing-tile .homepage-btn.disabled:focus, .landing-tile .homepage-btn.disabled:active {
  background-color: #cccccc;
}
.landing-tile .landing-view-tile-btn:hover, .landing-tile .landing-view-tile-btn:active, .landing-tile .landing-view-tile-btn:focus, .landing-tile .homepage-btn:hover, .landing-tile .homepage-btn:active, .landing-tile .homepage-btn:focus {
  background-color: #f2ad0c;
  text-decoration: none;
}
.landing-tile .landing-view-tile-btn i, .landing-tile .homepage-btn i {
  position: absolute;
  top: 50%;
  left: 38%;
}
.landing-tile .landing-view-tile-btn i.icon-calendar, .landing-tile .homepage-btn i.icon-calendar {
  top: 31%;
}
.landing-tile .landing-view-tile-btn i.fa-comment, .landing-tile .homepage-btn i.fa-comment {
  top: 50%;
}
.landing-tile .landing-view-tile-btn i.fa-graduation-cap, .landing-tile .homepage-btn i.fa-graduation-cap {
  left: 32%;
}
.landing-tile .landing-view-tile-btn i.icon-calendar, .landing-tile .landing-view-tile-btn i.icon-handshake, .landing-tile .homepage-btn i.icon-calendar, .landing-tile .homepage-btn i.icon-handshake {
  left: 32%;
}
.landing-tile .landing-view-tile-btn i.icon-supplier-management, .landing-tile .landing-view-tile-btn i.fa-comment, .landing-tile .homepage-btn i.icon-supplier-management, .landing-tile .homepage-btn i.fa-comment {
  left: 35%;
}
.landing-tile .landing-view-tile-btn i.icon-create, .landing-tile .landing-view-tile-btn i.icon-expert-pack, .landing-tile .landing-view-tile-btn i.icon-notices, .landing-tile .landing-view-tile-btn i.icon-public-requests .landing-tile .landing-view-tile-btn i .icon-create-onboard-request, .landing-tile .homepage-btn i.icon-create, .landing-tile .homepage-btn i.icon-expert-pack, .landing-tile .homepage-btn i.icon-notices, .landing-tile .landing-view-tile-btn i.icon-public-requests .landing-tile .homepage-btn i .icon-create-onboard-request, .landing-tile .homepage-btn i.icon-public-requests .landing-tile .landing-view-tile-btn i .icon-create-onboard-request, .landing-tile .homepage-btn i.icon-public-requests .landing-tile .homepage-btn i .icon-create-onboard-request {
  left: 36%;
}
.landing-tile .landing-view-tile-btn i.icon-datasheet-search, .landing-tile .homepage-btn i.icon-datasheet-search {
  left: 35%;
  top: 45%;
}
.landing-tile .landing-view-tile-btn h3, .landing-tile .homepage-btn h3 {
  padding: 30px 10px 0 10px;
  font-weight: 600;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  min-height: 4.8em;
  max-height: 4.8em;
}
.landing-tile .landing-view-tile-btn h3.event-calendar, .landing-tile .homepage-btn h3.event-calendar {
  min-height: 7.15em;
}
.landing-tile .landing-view-tile-btn h3.two-line, .landing-tile .homepage-btn h3.two-line {
  min-height: 3.7em;
  max-height: 3.7em;
}
.landing-tile .landing-view-tile-btn .custom-tile-img, .landing-tile .homepage-btn .custom-tile-img {
  background-size: contain;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.landing-tile .counter-badge {
  background-color: red;
  position: absolute;
  top: 5%;
  right: 4%;
  font-size: 18px;
  font-weight: normal;
  display: none;
  border: 2px solid white;
  border-radius: 14px;
  line-height: 1.15;
}
.landing-tile .homepage-help {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 24px;
  color: white;
  top: inherit;
  left: inherit;
}
.landing-tile .unpin-btn {
  position: absolute;
  top: 5%;
  right: 4%;
  font-size: 20px;
  color: white;
  cursor: pointer;
  z-index: 2;
}
.landing-tile .calendar-events-counter {
  font-size: 47px;
  line-height: 1em;
  padding-left: 5px;
}
.landing-tile .landing-view-tile-action {
  position: absolute;
  top: 0px;
  right: -35px;
}
.landing-tile .landing-view-tile-help {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 24px;
  color: white;
}

.sci-title {
  padding-bottom: 10px;
  text-align: center;
}

.sci-title .h3 {
  font-weight: 600;
  color: #494d55;
}

.sci-subtitle {
  background: #4d7c84;
  padding: 15px;
  border-radius: 10px 10px 0px 0px;
  color: black;
  min-height: 78px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.sci-subtitle p {
  font-weight: 600;
  color: white;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.sci-subtitle-left {
  background: #4d7c84;
  border: 1px solid #89a8ad;
  border-bottom: 0px;
}

.sci-subtitle-middle {
  background: #d4a310;
  border: 1px solid #d6a81b;
  border-bottom: 0px;
}

.sci-subtitle-right {
  background: #7f7f7f;
  border: 1px solid #999999;
  border-bottom: 0px;
}

.sci-body {
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}
.sci-body div {
  padding-left: 6px;
  padding-right: 6px;
}
.sci-body div .sci-desc {
  padding: 15px;
  background-color: #e5e9ec;
  border: 1px solid #d4d6d8;
  border-top: 0px;
  min-height: 270px;
  color: black;
  border-radius: 0px 0px 10px 10px;
}
.sci-body div .sci-desc p {
  text-align: left;
  margin-bottom: 15px;
  width: 100%;
}
.sci-body div .sci-desc p.check {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 85%;
  text-align: left;
}
.sci-body div .sci-desc p.check:before {
  content: "✓";
  padding-right: 5px;
}
.sci-body div .sci-desc a {
  border: 1px solid black;
  cursor: pointer;
  background: #286090;
  border-color: #305a7f;
  color: white;
  border-radius: 10px;
  width: 100%;
}
.sci-body div .sci-desc-bottom {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  padding-left: 21px;
  padding-right: 21px;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_linked-organisation-list.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.linked-org-list > thead > tr > th {
  background: #ffffff;
  padding: 0 10px 10px;
  text-transform: none;
  font-size: 12px;
}

.linked-org-list > tbody > tr > td {
  padding: 10px 8px;
}

.linked-org-list .col-name {
  max-width: 200px;
}

.linked-org-list .col-linked-name {
  width: 250px;
}

.linked-org-list .col-link-type {
  width: 175px;
}

.linked-org-list .col-action {
  width: 100px;
}
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_list-group.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.list-group-item:first-child {
  border-radius: 0px;
}

.list-group-item:last-child {
  border-radius: 0px;
}

/*.list-group-item {
	border: 0px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}*/
/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_list.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
.review-list .col-date, .key-action-list .col-date {
  width: 140px;
}

.review-list .col-attendee {
  width: 105px;
}

.review-list .col-status {
  width: 135px;
}

.review-list .col-repeat {
  width: 115px;
}

.col-actions > a.btn-block,
.col-actions > button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review-list .col-actions, .key-action-list .col-actions, .team-list .col-actions, .guide-list .col-actions, .user-view-list .col-actions {
  width: 65px;
}

.key-action-list .col-kpi {
  width: 140px;
}

.key-action-list .col-status {
  width: 110px;
}

.key-action-list .col-type {
  width: 80px;
}

.key-action-list .col-assignee, .col-assignee {
  width: 150px;
}

.key-action-list .col-priority {
  width: 90px;
}

.team-list .col-attendee {
  width: 200px;
}

.user-view-list .col-permission-type {
  width: 135px;
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_loading.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.form-control-loading {
  background: white url(/dist/images//ajax-loader.gif) no-repeat top right;
}

.is-loading {
  position: relative;
}

.is-loading::before {
  content: "";
  background: white url(/dist/images/ajax-loader.gif) no-repeat center 200px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  /* these are required to prevent the loading overlay from overflowing */
  top: 0px;
  left: 0px;
  /*background-color: transparent;*/
}

.is-loading.overlaid::before {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}

.loading-center::before {
  background-position: center center !important;
}

.is-loading.is-loading-centered::before {
  background: white url(/dist/images/ajax-loader.gif) no-repeat center center;
}
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_mixins.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/

/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_modals.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.modal-dialog {
  margin-top: 130px;
}
.modal-dialog .spinner {
  height: 150px;
}
.modal-dialog .modal-content {
  overflow: hidden;
}

.award-footer-row {
  margin-left: -20px;
  margin-right: -20px;
}

.modal-lg {
  width: 816px;
}

.lt-ie9 .modal-lg {
  width: 816px !important;
}

.modal-xl {
  width: 1024px;
}

.lt-ie9 .modal-xl {
  width: 1024px !important;
}

.contact-footer {
  margin-top: 35px;
}
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_navbar.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.custom.navbar-default .navbar-nav > li > a {
  color: inherit;
}
.custom.navbar-default .navbar-nav > li > a:hover, .custom.navbar-default .navbar-nav > li > a:focus {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.75);
}
.custom.navbar-default .navbar-nav .caret {
  border-top-color: inherit;
  border-bottom-color: inherit;
}

.navbar {
  font-family: "Open Sans", sans-serif;
  background: #22262e;
  border: none;
  border-radius: 0px;
}

.navbar-default .navbar-brand {
  color: #fff;
  padding: 5px 0px 0px;
}
.navbar-default .navbar-brand .header-logo {
  margin: 0 5px;
  width: 145px;
  height: 40px;
  background: url(/dist/images/logo.png) center center no-repeat;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #2a2d35;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff;
  font-weight: bold;
}

.navbar-default .navbar-collapse {
  max-height: none;
}

.container .navbar-header {
  position: relative;
}

.navbar-environment {
  color: #22262e;
  right: 155px;
  position: absolute;
  bottom: 14px;
  font-size: 12px;
  background: #e5e9ec;
  border-radius: 10px;
  padding: 1px 5px;
}
.navbar-environment:empty {
  padding: 0;
}

.header-notification .popover {
  max-width: 400px;
}

.navbar .notification {
  color: goldenrod;
  font-size: 20px;
  padding: 14px 6px 14px 6px;
  position: relative;
}
.navbar .notification .badge {
  position: absolute;
  font-size: xx-small;
  left: 15px;
  bottom: 25px;
  background-color: #428BCA;
}
.navbar .notification.reset-translation {
  color: #22262e;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  background: #e5e9ec;
  padding: 4px;
  margin: 14px 0px;
  border-radius: 10px;
}

a.notification-popover-content {
  cursor: default;
  text-decoration: none;
  color: black;
  padding: 5px 0px 5px 0px;
  width: 300px;
  margin: 0px 8px 0 8px;
}
a.notification-popover-content:hover {
  background: #e1e1e1;
  border-radius: 5px;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #2a2d35;
  color: #ffffff;
}

.nav .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.dropdown-menu li span {
  display: block;
  padding: 3px 20px;
}

/* nav-text */
.nav > .nav-text {
  padding: 10px 15px;
}

.navbar-collapse.collapse {
  display: block !important;
}

.navbar-nav > li, .navbar-nav {
  float: left !important;
}

.navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}

.navbar-right {
  float: right !important;
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_notices.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.notices-list > thead > tr > th {
  background: #ffffff;
  padding: 0 10px 10px;
  text-transform: none;
  font-size: 12px;
}
.notices-list > tbody > tr > td {
  padding: 15px 8px;
}
.notices-list .col-type {
  width: 105px;
}
.notices-list .col-status {
  width: 100px;
  font-weight: bold;
}
.notices-list .col-date {
  width: 140px;
}
.notices-list .col-link {
  width: 210px;
}
.notices-list .col-action {
  width: 95px;
}
.notices-list .notice-status-published {
  color: #356635;
  text-transform: uppercase;
}
.notices-list .notice-status-draft {
  color: #999999;
  text-transform: uppercase;
}

.region-notice-data .array-setting {
  padding-bottom: 0;
}
.region-notice-data .array-setting .array-item:last-child hr {
  position: relative;
  top: 10px;
}
.region-notice-data hr {
  margin: 0;
  height: 1px;
  color: #EBEBEB;
  background-color: #EBEBEB;
  border: 0 none;
}

.has-error .multiple-selection {
  color: #a94442;
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_order-pad-element.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.order-pad-elements-hd {
  background: #fff;
  padding: 10px 0px;
}

.order-pad-elements {
  margin: 0px 15px;
}

.order-pad-element {
  border-bottom: solid 1px #ddd;
  background: #ffffff;
}

.order-pad-element:last-child {
  border-bottom: none;
}

.order-pad-element-inner {
  padding: 20px 0px;
  position: relative;
}

.order-pad-element-hd {
  padding: 12px 15px 0px 0px;
  position: relative;
}

.order-pad-element-hd-inner {
  position: relative;
}

.order-pad-element-hd .type {
  font-size: 11px;
}

.order-pad-element-title {
  padding-left: 30px;
  padding-bottom: 12px;
}

.order-pad-element-handler {
  position: absolute;
}

.order-pad-element-handler {
  top: 7px;
  left: 10px;
  z-index: 100;
}

.order-pad-element-handler .display-order {
  display: inline-block;
  width: 38px;
}

.order-pad-element-handler .toggle-expand-collapse {
  width: 10px;
  text-align: center;
}

.order-pad-element-handler .toggle-expand-collapse,
.order-pad-element-handler .display-order {
  margin-right: 5px;
}

.order-pad-element-bd,
.order-pad-element-text-bd {
  padding: 0px 0px 0px 18px;
  margin-right: 15px;
}

.order-pad-element-text-bd {
  padding-left: 100px;
  padding-right: 0px;
}

.toggle-expand-collapse {
  cursor: pointer;
}

.order-pad-element-bd {
  padding: 10px;
  margin: 0px;
  margin-bottom: 10px;
}

.order-pad-element-hd .item-gallery {
  max-height: 100px;
}
.order-pad-element-hd .update-btn {
  margin-top: 2px;
}
.order-pad-element-hd .item-price {
  color: Red;
  padding: 6px 0px 18px 10px;
  word-wrap: break-word;
  word-break: break-word;
}
.order-pad-element-hd .margin-top {
  margin-top: 5px;
}
.order-pad-element-hd .quantity-box {
  padding-left: 15px;
}
.order-pad-element-hd .quantity-box-input {
  padding-right: 0px;
  padding-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  -moz-appearance: textfield;
}
.order-pad-element-hd .grey-text {
  color: #999;
}
.order-pad-element-hd .form-group {
  margin-top: 0px;
}

.order-pad-element-section {
  margin-bottom: 15px;
  border-left: solid 10px #ccc;
}

.order-pad-element-section-hd .order-pad-element-title-edit {
  padding: 0px 15px 15px 100px;
}

.order-pad-element-section-hd {
  font-weight: bold;
  font-size: 14px;
  padding: 12px 0px 0px;
  background: #EBEBEB;
  z-index: 10;
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_panels-search.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.panel-search {
  padding: 10px 15px;
  background-color: #e5e9ec;
}
.panel-search hr {
  border-top: 1px solid #dddddd;
}

.panel-search-header {
  border-bottom: 1px solid #dddddd;
}
.panel-search-header h5 {
  font-weight: bold;
}

.panel-search-body .form-group .mino {
  font-weight: normal;
}
.panel-search-body label, .panel-search-body span {
  font-size: 12px;
}
.panel-search-body p {
  margin: 10px 0;
  font-size: 90%;
}
.panel-search-body .label-tag-custom {
  padding: 2px 30px 3px 9px;
}
.panel-search-body .tags .label {
  font-weight: normal;
}
.panel-search-body .alert {
  padding: 5px 5px;
  margin-bottom: 0;
}
.panel-search-body .disabled-area {
  background-color: #DCE1E5;
  border-radius: 7px;
  padding: 1px 10px 1px 10px;
}
.panel-search-body .label-tag-custom-compact {
  background-color: #eee;
}

.panel-search-footer {
  margin-top: 15px;
}
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_panels.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.panel {
  border: none;
  border-radius: 0px;
}

.panel-default > .panel-heading {
  background: #fff;
  margin: 0px 15px;
  padding: 20px 15px 15px;
  /*font-family: $headings-font-family;*/
  color: #454951;
  border-radius: 0px;
}

.panel-highlight {
  background-color: #fffbdd !important;
}

.panel-rfx .panel {
  border: 1px solid #dddddd;
  border-top: none;
}

.publish-modal .time-zone {
  font-size: 17px;
}

.panel-sidebar {
  border: 1px solid #dddddd;
}
.panel-sidebar .panel-heading {
  background-color: #428BCA;
  border-radius: 0;
  color: #ffffff;
}
.panel-sidebar p {
  font-size: 13px;
}
.panel-sidebar .panel-body .deadline {
  font-size: 24px;
}
.panel-sidebar .panel-body .published-date {
  font-size: 20px;
}
.panel-sidebar .panel-body .time-zone, .panel-sidebar .panel-body .time-left {
  font-size: 17px;
}
.panel-sidebar .panel-body .time-zone a.fa {
  color: #428BCA;
  text-decoration: none;
}
.panel-sidebar .stage-prev, .panel-sidebar .stage-next {
  margin-top: 5px;
  font-size: 16px;
}
.panel-sidebar .stage-prev a, .panel-sidebar .stage-next a {
  color: #39A80C;
  text-decoration: none;
}
.panel-sidebar .status-title {
  font-size: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.panel-table {
  margin-top: 20px;
  padding: 15px;
}

.dxlbd {
  height: auto !important;
}

.dxsplCC {
  width: auto !important;
}

.dxsplP .dxsplP .dxsplLCC {
  margin-left: 10px !important;
}

.dxsplLCC > div[id$=ParametersPanel] {
  width: 162px;
}

.publish-modal .timezone-help {
  color: #fff;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_password-validation.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.form-group-newemail .popover, .form-group-phonenumber .popover, .form-group-newpassword .popover {
  background: #494a54;
  color: white;
  font-size: 13px;
}
.form-group-newemail .popover .text-success, .form-group-newemail .popover .text-success:hover, .form-group-phonenumber .popover .text-success, .form-group-phonenumber .popover .text-success:hover, .form-group-newpassword .popover .text-success, .form-group-newpassword .popover .text-success:hover {
  color: white;
  opacity: 1;
}
.form-group-newemail .popover .glyphicon, .form-group-phonenumber .popover .glyphicon, .form-group-newpassword .popover .glyphicon {
  color: #68a51b;
}
.form-group-newemail .popover.top .arrow:after, .form-group-phonenumber .popover.top .arrow:after, .form-group-newpassword .popover.top .arrow:after {
  border-top-color: #494a54;
}
.form-group-newemail .popover.right .arrow:after, .form-group-phonenumber .popover.right .arrow:after, .form-group-newpassword .popover.right .arrow:after {
  border-right-color: #494a54;
}
.form-group-newemail .popover-content, .form-group-phonenumber .popover-content, .form-group-newpassword .popover-content {
  width: 250px;
}
.form-group-newemail .popover-content div, .form-group-phonenumber .popover-content div, .form-group-newpassword .popover-content div {
  opacity: 0.5;
}

.form-group-newpassword .popover-content {
  width: 210px;
}

.form-group-newemail .help-block {
  display: none;
}
.form-group-newemail.has-error.has-duplicate-email .help-block {
  display: block;
  font-size: 12px;
}

.form-group-newname .help-block {
  display: none;
}
.form-group-newname.has-error.has-duplicate-name .help-block {
  display: block;
  font-size: 12px;
}

.form-group-newnumber .help-block {
  display: none;
}
.form-group-newnumber.has-error.has-duplicate-number .help-block {
  display: block;
  font-size: 12px;
}

.field-validation-success-tick {
  color: lightgreen;
  font-size: 20px;
  position: absolute;
  top: 5px;
  right: -10px;
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_popovers.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.popover-wrapper .popover {
  max-width: none;
  width: 350px;
  max-height: 210px !important;
  overflow-y: scroll;
}

.loading-popover {
  width: 288px;
  height: 100px;
}

.rfx-publish-popover {
  width: 244px;
  font-size: 12px;
  overflow: hidden;
}
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_profile-tabs.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.profile-responses-list > thead > tr > th,
.profile-response-docs-list > thead > tr > th,
.profile-certificates-list > thead > tr > th,
.profile-contacts-list > thead > tr > th {
  background: #ffffff;
  padding: 0 5px 10px;
  text-transform: none;
}

.profile-responses-list > tbody > tr > td,
.profile-response-docs-list > tbody > tr > td,
.profile-certificates-list > tbody > tr > td,
.profile-contacts-list > tbody > tr > td,
.contact-address-sub-table > tbody > tr > td {
  padding: 5px;
  word-wrap: break-word;
  word-break: break-word;
}

.profile-responses-list > tbody > tr > td,
.profile-response-docs-list > tbody > tr > td,
.profile-certificates-list > tbody > tr > td {
  vertical-align: middle;
}

.profile-responses-list .col-date {
  width: 120px;
}

.profile-responses-list .col-summary {
  width: 130px;
}

.profile-responses-list .col-score {
  width: 80px;
}

.profile-responses-list .col-price {
  width: 150px;
}

.profile-responses-list .col-status {
  width: 110px;
}

.profile-responses-list .col-actions {
  width: 80px;
}

.profile-responses-list .col-question {
  width: 280px;
}

.profile-responses-list .col-response {
  width: 220px;
}

.profile-responses-list .status-awarded {
  color: #16A011;
}

.profile-responses-list .status-progress {
  color: #FF9900;
}

.profile-response-docs-list .full-text,
.profile-response-docs-list .short-text,
.profile-responses-list .full-text,
.profile-responses-list .short-text {
  margin: 0;
}

.profile-certificates-list .col-date {
  width: 300px;
}

.profile-certificates-list .col-type {
  width: 150px;
}

.profile-certificates-list .col-verified {
  width: 130px;
}

.profile-certificates-list .col-issue-date {
  width: 110px;
}

.profile-certificates-list .col-expiry-date {
  width: 110px;
}

.profile-certificates-list .col-actions {
  width: 50px;
}

.profile-certificates-list .expired-date, .certificate-summary .expired-date {
  color: red;
}

.profile-certificates-list .cert-tip {
  width: 25px;
}

.profile-contacts-list .col-date {
  width: 110px;
}

.profile-contacts-list .col-type {
  width: 80px;
}

.profile-contacts-list .col-role {
  width: 150px;
}

.profile-contacts-list .col-name {
  width: 180px;
}

.profile-response-docs-list .col-date {
  width: 120px;
}

.profile-response-docs-list .col-response {
  width: 220px;
}

.profile-response-docs-list .col-question {
  width: 280px;
}

.profile-response-docs-list .col-doc-size {
  width: 80px;
}

.contact-address-sub-table > tbody > tr > td {
  vertical-align: top;
  padding: 0;
}

.region-profile-catalogues .search-results div:last-child .catalogue-search-item {
  margin-bottom: 0;
}

.timeline-left-tree {
  border-right: solid #ddd 2px;
  padding-right: 0px;
  height: 100%;
}

.timeline-right-tree {
  border-left: solid #ddd 2px;
  padding-left: 0px;
  height: 100%;
}

.timeline-element {
  position: relative;
  margin: 20px 0px;
  padding: 7px;
  border: solid #ddd 1px;
  border-radius: 3px;
}
.timeline-element a.btn-primary {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.timeline-left-tree .timeline-element {
  margin-right: 30px;
}

.timeline-right-tree .timeline-element {
  margin-left: 30px;
}

.timeline-element:before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 0px;
  border-top: 1px dashed #ddd;
}

.timeline-left-tree > div.timeline-element:before {
  top: 15px;
  right: -30px;
}

.timeline-right-tree > div.timeline-element:before {
  top: 35px;
  left: -30px;
}

.timeline-element:after {
  z-index: 999;
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #BBBBBB;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.timeline-element:hover:after {
  border-width: 2px;
  background-color: #999999;
}

.timeline-right-tree > div.timeline-element:after {
  top: 30px;
  left: -38px;
}

.timeline-left-tree > div.timeline-element:after {
  top: 10px;
  right: -38px;
}

.timeline-order p {
  margin: 0px;
}

.timeline-status {
  margin-top: 10px;
}

.order-summary-table tr td {
  padding: 5px !important;
}

.contracts-container .table > thead > tr > th {
  background-color: white;
}

.contracts-container .table {
  margin-bottom: 0px;
}

.supplier-answer-matrix {
  border: 1px solid #CCC;
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_profile.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.panel-profile .profile-heading {
  border-bottom: 1px solid #dddddd;
  margin: 0px 10px;
}

.region-requests .panel-body {
  margin: 0px 10px;
}

.panel-profile .panel-body .tag-group h5 {
  margin-top: 0px;
}

.panel-profile .btn-region-link {
  padding: 10px 4px;
}

.panel-profile .organisation-type {
  background-color: #666666;
  color: #ffffff;
  display: inline-block;
  padding: 3px 10px;
}

.form-certificate .form-control-datepicker .datepicker-date {
  width: 100%;
}

.fa-certificate {
  font-size: 30px;
}

.organisation-label {
  display: inline-block;
  vertical-align: text-top;
  font-weight: normal;
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_report-schedule.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
#report-params .custom-fields-filter table tbody tr td {
  border: none;
  padding: 0;
}
#report-params .custom-fields-filter span {
  font-size: 12px;
  margin: 0;
}
#report-params .sortable-list {
  max-width: 300px;
  height: 400px;
  overflow: auto;
  border: 1px dashed #e5e9ec;
}
#report-params .sortable-list li {
  padding: 7px 10px;
  word-wrap: break-word;
}
#report-params .list-item-profile {
  background-color: #dff0d8;
  border: 1px solid #e5e9ec;
  cursor: move;
}
#report-params .list-item-rfx {
  background-color: #fcf8e3;
  border: 1px solid #e5e9ec;
  cursor: move;
}
#report-params .list-item-requisition {
  background-color: #faddc6;
  border: 1px solid #e5e9ec;
  cursor: move;
}
#report-params .list-item-custom {
  background-color: #CDE2FF;
  border: 1px solid #e5e9ec;
  cursor: move;
}
#report-params .list-group-item {
  position: relative;
}
#report-params .remove-custom-column {
  position: absolute;
  top: 6px;
  right: 7px;
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_requests.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.infotoggle-hidden {
  display: none;
}

/* rl-filters */
.rl-hd {
  background: #f6f6f6;
  font-weight: bold;
  color: #666;
  border-bottom: solid 3px #e5e5e5;
  padding: 20px 0px;
  text-transform: uppercase;
  cursor: pointer;
}

.rl-request:hover {
  border-bottom: 5px solid #0199e5;
  /*border-bottom: 5px solid #ccc;*/
  padding-bottom: 11px;
  background: #EEEEEE;
  transition: all 0.1s ease-in;
}

.rl-request {
  color: #666;
  background: white;
  padding: 15px 0px;
  border-bottom: solid 1px #ccc;
}

.rl-request .status {
  font-size: 30px;
  line-height: 100%;
}

.rl-request .title {
  /*color: #0199e5;*/
  font-weight: bold;
  font-size: 16px;
}

.nav-rl {
  background: white;
}

.nav-rl {
  margin-bottom: 20px;
  font-size: 18px;
}

.nav-rl {
  border: 1px solid #dddddd;
}

.nav-rl > li {
  border-right: 1px solid #dddddd;
}

.nav-rl > li > a {
  border-radius: 0;
}
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_requisitions.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.requisition-list > thead > tr > th {
  background: #ffffff;
  padding: 0 10px 10px;
  text-transform: none;
  font-size: 12px;
}
.requisition-list .archived-form-col {
  background: #f5f6f7;
}
.requisition-list .archived-form td:not(.archived-form-col) {
  background: #e5e9ec;
  opacity: 0.4;
}
.requisition-list > tbody > tr > td {
  padding: 15px 8px;
}
.requisition-list .col-type {
  width: 140px;
}
.requisition-list .col-requisition-type {
  width: 130px;
}
.requisition-list .col-status {
  width: 140px;
}
.requisition-list .col-date {
  width: 140px;
}
.requisition-list .col-created {
  width: 140px;
}
.requisition-list .col-submitted-by {
  width: 200px;
}
.requisition-list .col-date-submitted {
  width: 140px;
}
.requisition-list .col-action {
  width: 95px;
}
.requisition-list .requisition-status {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.requisition-approval-list .col-decision {
  width: 200px;
}
.requisition-approval-list .col-approver-name {
  width: 200px;
}
.requisition-approval-list .col-approver-type {
  width: 200px;
}
.requisition-approval-list .col-approved-date {
  width: 140px;
}

.text-red {
  color: #a94442 !important;
}

.approval-details .col-details-label {
  width: 170px;
}
.approval-details .col-requisitioner-label {
  width: 150px;
}
.approval-details .col-requisitioner {
  width: 150px;
}

.requisition-form .rfx-templates {
  width: 95%;
  float: left;
}
.requisition-form .rfx-templates-refresh {
  float: right;
}
.requisition-form .rfx-templates-refresh i {
  line-height: 20px;
}

.threshold-header > tbody > tr > td:nth-child(2) {
  width: 200px;
}
/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_responsive-utilities.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 1px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 2px) and (max-width: 2px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 3px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 1px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 2px) and (max-width: 2px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 3px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 1px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 2px) and (max-width: 2px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 3px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 1px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 2px) and (max-width: 2px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 3px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 1px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 2px) and (max-width: 2px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 3px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 1px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 2px) and (max-width: 2px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 3px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 1px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 2px) and (max-width: 2px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 3px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 1px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 2px) and (max-width: 2px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 3px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_rfx-compare-answers-modal.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.compare-answer-table > tbody > tr > td {
  border: none !important;
}

.compare-answer-modal .modal-body {
  padding-bottom: 0;
}

.compare-suppliers-list > thead > tr > th {
  background: #ffffff;
  padding: 0 5px 10px;
  text-transform: none;
  font-size: 12px;
}

.compare-suppliers-list > tbody > tr > td {
  padding: 10px 5px;
}

.compare-suppliers-list .col-toogle-record {
  width: 25px;
}

.compare-suppliers-list .col-doc {
  width: 320px;
}

.compare-suppliers-list .col-sheet {
  width: 250px;
}

.compare-collection .compare-collection-item {
  padding: 0 5px;
  width: 400px;
  float: left;
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_rfx-element.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.rfx-elements-hd {
  background: #fff;
  padding: 10px 0px;
}

.rfx-elements {
  margin: 0px 15px;
  padding-bottom: 60px;
}

.rfx-element {
  border-bottom: solid 1px #ddd;
  background: #ffffff;
}

.rfx-element-section-weighting {
  width: 60px;
  display: inline-block;
}

.rfx-element:last-child {
  border-bottom: none;
}

.rfx-elements > .rfx-element:nth-child(2) > .add-easy-content,
.rfx-elements > .rfx-element:nth-child(2) > .add-easy-content-wrapper > .add-easy-content,
.rfx-elements > .rfx-element:nth-child(2) > form > .add-easy-content,
.rfx-element-section .rfx-element:first-child .add-easy-content {
  display: none;
}

.rfx-element-inner {
  padding: 20px 0px;
  position: relative;
}

.ready-to-insert-after {
  border-bottom-color: rgb(71, 164, 171);
}

.rfx-element-hd {
  padding: 12px 15px 0px 0px;
  position: relative;
}

.rfx-element-hd-inner {
  position: relative;
}

.rfx-element-hd .type {
  font-size: 11px;
}

.rfx-element-title {
  padding-left: 100px;
  padding-bottom: 5px;
}

.rfx-element-title-edit {
  padding: 0px 0px 0px 100px;
}

.rfx-element-title-edit textarea.form-control {
  min-height: 100px;
}

.rfx-element-handler {
  position: absolute;
}

.rfx-element-handler {
  top: 7px;
  left: 10px;
  z-index: 100;
}

.rfx-element-handler .display-order {
  display: inline-block;
  width: 38px;
}

.rfx-element-handler .display-order-reference {
  width: 100%;
  margin-top: 30px;
  font-weight: bold;
}

.rfx-element-handler .toggle-expand-collapse {
  width: 10px;
  text-align: center;
}

.rfx-element-handler .toggle-expand-collapse,
.rfx-element-handler .display-order {
  margin-right: 5px;
}

.rfx-element-handle {
  cursor: move;
}

.rfx-stage-order {
  position: absolute;
  top: 16px;
  left: 18px;
  color: #737373;
  font-size: 9px;
}

.rfx-stage-status {
  padding: 6px 2px;
  float: left;
  cursor: help;
}

.rfx-element-bd,
.rfx-element-text-bd {
  padding: 0px 120px 20px 85px;
  margin-right: 15px;
}

.rfx-element-text-bd {
  padding-left: 100px;
  padding-right: 0px;
}

.rfx-element .edit {
  background: rgb(255, 251, 221);
}

.rfx-element-item .edit .rfx-element-bd {
  padding-left: 100px !important;
}

.rfx-element .edit .rfx-element-bd,
.rfx-element .scoring .rfx-element-bd {
  padding-right: 0px;
  padding-left: 85px;
}

.rfx-element-narrow {
  padding-left: 110px;
  padding-right: 135px;
}

.rfx-element-narrow-xs {
  padding-left: 95px;
  padding-right: 120px;
}

.toggle-expand-collapse {
  cursor: pointer;
}

/*.rfx-element-question-multiple .rfx-element-bd {
    padding-right: 0px;
    padding-left: 90px;
}*/
.rfx-element-bd .response-question-first-column {
  border-right: solid 1px rgb(204, 204, 204);
}

.rfx-element-bd .response-question {
  vertical-align: top;
}

.rfx-element-question-contact .rfx-element-title-edit .form-control,
.rfx-element-question-certificate .type-search .form-control {
  min-height: 100% !important;
}

.rfx-element-question-certificate .form-control-datepicker .datepicker-date {
  width: inherit;
}

.rfx-element-question-certificate .date-label {
  padding-top: 7px;
}

.rfx-element-question-contact .notes,
.rfx-element-question-certificate .notes {
  font-style: italic;
}

.rfx-element-question-contact .rfx-element-weight,
.rfx-element-question-certificate .rfx-element-weight,
.rfx-element-question-matrix .rfx-element-weight,
.rfx-element-question-text .rfx-element-weight,
.rfx-element-question-datasheet .rfx-element-weight,
.rfx-element-question-dropdown .rfx-element-weight,
.rfx-element-question-multiple .rfx-element-weight:not(td) {
  width: 14.7%;
  margin-left: 1.95%;
  border-left: 2px solid #EEEAC8 !important;
}

.rfx-element-question-certificate .simple-input {
  min-height: inherit;
}

.rfx-element-question-contact .supplier-view,
.rfx-element-question-datasheet .supplier-view,
.rfx-element-question-certificate .supplier-view {
  border: solid 1px;
  padding-bottom: 10px;
}

.rfx-element-question-contact .supplier-view-edit,
.rfx-element-question-datasheet .supplier-view-edit,
.rfx-element-question-certificate .supplier-view-edit {
  margin-left: 2%;
  width: 80%;
}

.rfx-element-question-contact .form-group.row.initial-margin {
  margin-bottom: 0;
}

.rfx-element-question-contact .form-group.row,
.rfx-element-question-certificate .form-group.row {
  margin: 10px 0 30px 0;
}

.rfx-element-question-contact .form-group.row.half-margin,
.rfx-element-question-certificate .form-group.row.half-margin {
  margin-bottom: 15px;
}

.rfx-element-question-contact .supplier-view-title,
.rfx-element-question-certificate .supplier-view-title {
  margin: 20px 0 10px 0;
}

.rfx-element-question-contact .supplier-view-title-edit,
.rfx-element-question-certificate .supplier-view-title-edit {
  margin-left: 2%;
}

.rfx-element-question-contact .radioset-value {
  margin-right: 5px;
}

.rfx-element-question-contact .form-group.is-required > label {
  padding-right: 1px;
}

.rfx-element-question-contact .form-group > label {
  padding-top: 5px;
}

.rfx-element-question-contact input[type=radio] {
  margin: -2px 0 0;
  vertical-align: middle;
}

.rfx-element-question-contact .select2-choice {
  height: 30px;
}

.rfx-element-question-contact .custom-user {
  margin-top: 2px;
  margin-left: 3px;
  border-left: 0;
}

.invited-wrapper {
  cursor: not-allowed;
  position: absolute;
  z-index: 2;
}

.rfx-element-question-contact .invited-wrapper {
  margin-left: 31%;
  height: 30px;
}

.rfx-element-question-certificate .invited-wrapper {
  height: 35px;
}

.rfx-element-question-text .help-block, .rfx-element-question-dropdown .help-block {
  margin-top: 0;
}
.rfx-element-question-text .mandatory-table .check-col, .rfx-element-question-dropdown .mandatory-table .check-col {
  width: 10px;
}

.rfx-element-section {
  margin-bottom: 0px;
  border-left: solid 10px #ccc;
}

.rfx-element-section-hd .rfx-element-title-edit {
  padding: 0px 15px 15px 100px;
}

.rfx-element-section-hd {
  font-weight: bold;
  font-size: 14px;
  padding: 12px 0px 0px;
  background: #EBEBEB;
  z-index: 10;
}

.rfx-element-section-bd {
  min-height: 100px;
}

.rfx-element-text .edit .form-control {
  min-height: 150px;
}

.item-gallery {
  max-height: 85px;
  overflow: hidden;
}

.item-gallery .item-image {
  cursor: pointer;
}

.rfx-element-weighing-preview {
  display: inline-block;
  height: 26px;
  min-width: 50px;
  vertical-align: middle;
  padding-top: 7px;
}

.rfx-element-weighing .weight-pc {
  background: #f0ad4e;
  font-size: 12px;
  color: white;
  padding: 7px 0px;
  width: 100%;
}

.rfx-element-weighing-custom .weight-pc {
  background: #cccccc;
  font-size: 12px;
  color: white;
  padding: 7px 0px;
  width: 100%;
}

.rfx-element-weighing .weight-points {
  background: #EEEAC8;
  font-weight: bold;
  margin-top: 5px;
  height: 60px;
}

.rfx-element .rfx-element-weight {
  background: #EEEAC8;
  border-left: 2px solid #fffbdd;
}

.rfx-element-question-matrix .ht_clone_top,
.rfx-element-question-matrix .ht_clone_left,
.rfx-element-question-matrix .ht_clone_corner {
  display: none;
}

.rfx-element-question-matrix .supplier-view-title {
  padding-left: 15px;
}

.rfx-element-question-matrix .supplier-view {
  border: solid 1px;
  padding-bottom: 15px;
}

.rfx-element-question-matrix .supplier-view-edit {
  margin-left: 15px;
}

.rfx-element-question-matrix .formula {
  background-color: #eee !important;
}

.rfx-element-question-matrix #response_question_matrix,
.rfx-element-question-matrix #question_matrix,
.rfx-element-question-matrix #supplier_matrix {
  border: 1px solid #CCC;
}

.rfx-element-question-matrix #response_question_matrix[disabled],
.rfx-element-question-matrix .suppliers-view #supplier_matrix {
  cursor: not-allowed;
}

.rfx-element-question-matrix .ht_clone_top_left_corner {
  display: none !important;
}

#supplier_matrix .handsontable .htAutocompleteArrow,
#response_question_matrix .handsontable .htAutocompleteArrow {
  color: #999;
}
#supplier_matrix .handsontable .htAutocompleteArrow:hover,
#response_question_matrix .handsontable .htAutocompleteArrow:hover {
  color: #555;
}

.currentRow {
  background-color: #e5e9ec !important;
}

.rfx-element-question-dropdown label {
  font-weight: normal;
}
.rfx-element-question-dropdown .sortable-row {
  cursor: pointer;
}
.rfx-element-question-dropdown .handle-options-scroll {
  width: 133px;
}

sub-element-help {
  display: none;
}

.rfx-sub-element {
  border-left: solid 10px #ccc;
}
.rfx-sub-element .sub-element-help {
  display: block;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  left: 0px;
  top: 20px;
  transform: rotate(180deg);
}
.rfx-sub-element .sub-element-help.fa-share {
  top: 17px;
  transform: rotate(-90deg);
}

.relationship-form {
  background: #e5e9ec;
  padding: 10px;
  margin-top: 10px;
}
.relationship-form .relationship-answers-table td {
  border: none;
  padding: 0 0 3px 0;
}

td.datasheet-batch {
  padding: 15px 8px 0px 8px !important;
}

.rfx-sub-element-hidden {
  background: #e5e9ec !important;
}
.rfx-sub-element-hidden.rfx-element-text .rfx-element-text-bd {
  display: none;
}
.rfx-sub-element-hidden .rfx-element-hd {
  padding: 5px 15px 0px 0px;
}
.rfx-sub-element-hidden .rfx-element-hd-inner {
  min-height: 35px;
}
.rfx-sub-element-hidden .sub-element-help {
  display: inline-block;
  position: static;
}

.weight-pc-preview {
  display: inline-block;
}

.pricing-question-preview {
  display: inline-block;
}

.guard-question-warning {
  display: inline-block;
}

.scoring-guard-question-warning {
  width: 100%;
}

.guard-question-weight-help {
  display: inline-block;
}

.section-team-members-link {
  padding-bottom: 3px;
  margin-top: -5px;
}

.element-text-ellipsis {
  width: 100%;
  word-break: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

.rfx-response-answer-status {
  position: absolute;
  right: 0px;
  top: 0px;
}

.text-ellipsis {
  word-break: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

.col-section-name {
  width: 370px;
}

.response-element-saved {
  position: absolute;
  padding: 0px 3px 0px 3px;
  right: 30px;
  bottom: 3px;
  border: solid #5cb85c;
  border-radius: 10px;
  border-width: 2px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 15px;
}

.rfx-element-label-spacing {
  margin-left: 20px;
}

.validation-pattern-warning {
  padding: 0px 100px;
}

#response_question_matrix, #question_matrix {
  z-index: 1;
}

.btn-section-submit {
  padding: 4px 8px;
  margin-left: 10px;
}

.publish-modal .deadline-help {
  display: none;
}

.revert-action {
  height: 50px;
  display: flex;
  align-items: center;
}
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_rfx-import-modal.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
#file-errors {
  margin-top: 15px;
}
#file-errors #file-errors-items-container {
  margin-top: 15px;
  margin-bottom: 15px;
  overflow-y: auto;
  max-height: 200px;
}

.file-upload-wrapper .error-text {
  color: #b94a48;
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_rfx-list.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.rfx-list > thead > tr > th {
  background: #ffffff;
  padding: 0 10px 10px;
  text-transform: none;
  font-size: 12px;
}

.rfx-list > tbody > tr > td {
  padding: 15px 8px;
}

.rfx-list .col-type {
  width: 105px;
}

.rfx-list .col-status {
  width: 135px;
}

.rfx-list .col-response-buyer {
  width: 175px;
}

.rfx-list .col-response-status {
  width: 150px;
}

.rfx-list .col-date {
  width: 140px;
}

.rfx-list .col-deadline {
  width: 145px;
}

.rfx-list .col-action {
  width: 95px;
}

.rfx-list .col-eye {
  text-align: right;
  text-align: right;
  padding: 10px 10px;
  vertical-align: middle;
}

/* styles */
.rfx-list .rfx-status {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.rfx-list .rfx-status-published {
  color: #356635;
}

.rfx-list .rfx-status-draft {
  color: #999999;
}

.col-title > .col-title-secondary {
  position: absolute;
}

.col-title > .col-title-secondary > p {
  font-size: 12px;
  margin-left: 5px;
}

.disable-team-member-control {
  background: rgba(229, 233, 236, 0.4);
}

.disabled-team-member td:not(.disable-team-member-control) {
  background: #e5e9ec;
  opacity: 0.4;
}

.stage-navigation-panel {
  overflow: hidden;
  margin-right: 180px;
  margin-top: 15px;
}
.stage-navigation-panel .stage-text {
  font-size: 16px;
  margin-left: 11px;
  margin-right: 11px;
  margin-top: 3px;
}
.stage-navigation-panel .btn {
  padding: 0px 5px;
}
.stage-navigation-panel .btn i {
  color: #454951;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 2px;
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_rfx-publish-modal.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.rfx-publish-modal h3 {
  margin: 0px;
}

.rfx-publish-modal .text-warning {
  color: #ffaf39;
}

.rfx-publish-modal .form-group {
  border-bottom: 1px solid #e5e5e5;
}

.rfx-publish-modal .form-group:last-child {
  border-bottom: none;
}

.rfx-publish-modal .row {
  margin: 0px 2px 0px 2px;
}

.rfx-publish-modal .deadline-box {
  border: 1px solid #e5e5e5;
}

.rfx-publish-modal .deadline-box .deadline-heading {
  background-color: #EBEBEB;
  padding: 10px 10px 10px 10px;
}

.rfx-publish-modal .deadline-box .deadline-body {
  padding: 10px 10px 10px 10px;
  background-color: #68a51b;
  color: #ffffff;
  font-size: 20px;
}

.rfx-publish-modal .publication-hamdlers-table td {
  border: none;
  padding: 2px 0;
  vertical-align: middle;
}

.modal-supplier-nominated-user span {
  word-break: break-word;
}
.modal-supplier-nominated-user .information-row {
  line-height: 30px;
}
.modal-supplier-nominated-user .block-row {
  margin-top: 15px;
}
.modal-supplier-nominated-user .contact-layout {
  padding: 0 15px 0 15px;
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_rfx-schedule-modal.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.rfx-schedule-modal .form-control-datepicker .datepicker-time,
.report-schedule-modal .form-control-datepicker .datepicker-time {
  width: 100%;
  padding-left: 0px;
}

.schedule-input-label {
  margin-top: 5px;
  float: left;
  position: relative;
  margin-left: 15px;
}

.rfx-schedule-modal .row {
  margin-left: -15px;
  margin-right: -15px;
}

.rfx-schedule-modal li > a, .report-schedule-modal li > a {
  cursor: pointer;
}

.rfx-schedule-modal .rule-input-container, .report-schedule-modal .rule-input-container {
  padding-left: 15px;
  padding-right: 15px;
}

.rfx-schedule-modal .occurances-container, .report-schedule-modal .occurances-container {
  overflow-y: auto;
  max-height: 100px;
}

.rfx-schedule-modal input[type=number] {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.occurances-error {
  color: #b94a48;
}
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_rfx-template.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.rfx-template-convert .custom-field-filters-scroll {
  max-height: 235px;
  overflow-y: auto;
  overflow-x: hidden;
}
.rfx-template-convert .template-help {
  font-size: 16px;
}
.rfx-template-convert .add-custom-field-btn {
  padding: 0 5px;
}
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_rfx_response.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.accept-panel .accept-header {
  display: inline-block;
}
.accept-panel .accept-header h3 {
  margin-bottom: 5px;
  padding-right: 10px;
}
.accept-panel .accept-header hr {
  margin: 0 0 10px;
  border-color: #a6a6a6;
  border-width: 2px;
}
.accept-panel label {
  margin-left: 8px;
  margin-bottom: 8px;
  font-weight: normal;
}
.accept-panel label input {
  margin-right: 0.8em;
  vertical-align: top;
}
.accept-panel table.fileupload-files {
  display: inline;
  display: initial;
  border-bottom: none;
}
.accept-panel table.fileupload-files tbody td {
  padding: 6px 3px;
  vertical-align: middle;
  border-top: none;
}
.accept-panel table.fileupload-files tbody td i {
  color: #a6a6a6;
  transform: rotate(135deg) scaleX(-1);
  font-size: 22px;
}
.accept-panel table.fileupload-files tbody td .fa-file-o:before {
  content: "\f0c6";
}
.accept-panel table.fileupload-files tbody td a {
  color: #2f5597;
}
.accept-panel table.fileupload-files tbody td:last-child {
  display: none;
}

.region-content-hidden {
  height: 300px;
  text-align: center;
  overflow: auto;
  background-color: #e5e9ec;
}
.region-content-hidden img {
  margin-top: 45px;
  height: 100px;
}
.region-content-hidden h3 {
  margin-top: -10px;
  line-height: 67px;
  font-size: 20px;
  font-weight: 600;
  color: #454951;
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_rfx_supplier_response.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.rfx-supplier-response-evaluation-breakdown {
  height: 90px;
}
.rfx-supplier-response-evaluation-breakdown .team-member-breakdown-box {
  border: solid 3px #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
}
.rfx-supplier-response-evaluation-breakdown .team-member-breakdown-box .team-member-divider {
  border-top: 1px solid #eeeeee;
  padding: 10px 0px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_rfx_supplier_responses_list.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.app-container .nav-tabs li a .badge {
  vertical-align: baseline;
  vertical-align: initial;
}
.app-container .rfx_supplier_responses_list > thead > tr > th {
  background: #ffffff;
  padding: 0 10px 10px;
  text-transform: none;
  font-size: 12px;
}
.app-container .rfx_supplier_responses_list > tbody > tr > td {
  padding: 15px 8px;
}
.app-container .rfx_supplier_responses_list .col-name {
  width: 150px;
}
.app-container .rfx_supplier_responses_list .col-country {
  width: 140px;
}
.app-container .rfx_supplier_responses_list .col-team-score {
  width: 100px;
}
.app-container .rfx_supplier_responses_list .col-date {
  width: 140px;
}
.app-container .rfx_supplier_responses_list .col-actions {
  width: 390px;
}
.app-container .rfx_supplier_responses_list .col-put-for-approval {
  width: 180px;
}
.app-container .rfx_supplier_responses_list .approval-decision-status {
  margin-top: 6px;
}
.app-container .rfx_supplier_responses_list .col-view-response {
  width: 135px;
}
.app-container .rfx_supplier_responses_list .col-approve-reject {
  width: 185px;
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_select2.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */ /* webkit */ /* firefox */
  box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#ffffff", endColorstr = "#eeeeee", GradientType = 0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(select2/select2.png) right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#eeeeee", endColorstr = "#cccccc", GradientType = 0);
  background-image: linear-gradient(to bottom, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(select2/select2.png) no-repeat 0 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff url(select2/select2.png) no-repeat 100% -22px;
  background: url(select2/select2.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url(select2/select2-spinner.gif) no-repeat 100%;
  background: url(select2/select2-spinner.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results li.select2-result.supplier-in-pool:before {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  color: #FF8000;
  content: "\f005";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url(select2/select2-spinner.gif) no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(select2/select2-spinner.gif) no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#f4f4f4", GradientType=0);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(select2/select2.png) right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
    background-image: url(select2/select2x2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.select2-hidden-accessible {
  display: none;
}

/* Email component */
/*.select2-container.form-control-emails .select2-choices .select2-search-choice {
    color: white;
    text-align: center;
    border-radius: .25em;
    background-color: #5cb85c;
}*/
.select2-container.form-control-emails .select2-choices .select2-search-choice.invalid {
  color: #d9534f;
  border: 1px solid #d9534f;
}

.select2-container.form-control-emails .select2-choices .select2-search-choice.saved {
  color: #428bca;
  border: 1px solid #357ebd;
}

.select2-container-multi .select2-choices .select2-search-field {
  min-height: 30px !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px 1px 4px 5px;
  position: absolute;
}

.select2-container-multi .select2-choices .select2-search-field input:focus {
  z-index: 9999;
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_settings.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.settings-organisation-user,
.settings-organisation-users-user {
  padding: 10px 0px;
}

.settings-organisation-user .user-name,
.settings-organisation-users-user .user-name {
  font-weight: bold;
  margin-top: 5px;
  display: block;
}

.settings-organisation-user {
  padding: 10px 0px;
  margin-bottom: 20px;
  margin-top: -16px;
}

.settings-organisation-users-user {
  border-bottom: 1px solid #eee;
  margin-right: 0px;
  margin-left: 0px;
}

.settings-organisation-users-user td {
  padding: 15px 8px;
}

.profile-picture .uploader {
  padding: 0px;
  border: none;
  text-align: center;
}

.profile-picture-wrapper {
  height: 100px;
  width: 100px;
}

.profile-picture-wrapper span {
  display: block;
  line-height: 85px;
  height: 100px;
  width: 100px;
}

.compact-control-label {
  padding-top: 0px !important;
}

.validation-patterns-examples p {
  font-style: italic;
  margin: 0;
}

.validation-patterns-examples a {
  cursor: pointer;
  text-decoration: underline;
}

.settings-menu .list-group-item {
  padding: 8px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.settings-menu .list-group {
  margin-bottom: 10px;
}

.org-permissions-group {
  display: inline-block;
  padding-right: 35px;
}

.org-permissions-group.slim {
  padding-right: 6px;
}

.org-permissions-row {
  margin-top: 7px;
}

.built-in-group-1, .request-permissions-group-1 {
  background-color: #2171b5 !important;
  color: #eff3ff !important;
}

.built-in-group-2, .request-permissions-group-2 {
  background-color: #6baed6 !important;
  color: black !important;
}

.built-in-group-3, .request-permissions-group-3 {
  background-color: #87B6D4 !important;
  color: black !important;
}

.built-in-group-4, .request-permissions-group-4 {
  background-color: #bdd7e7 !important;
  color: black !important;
}

.built-in-group-5, .request-permissions-group-5 {
  background-color: #E1EDF4 !important;
  color: black !important;
}

.built-in-group-6, .contracts-permissions-group-1 {
  background-color: #238b45 !important;
  color: #edf8e9 !important;
}

.built-in-group-7, .contracts-permissions-group-2 {
  background-color: #74c476 !important;
  color: black !important;
}

.built-in-group-8, .contracts-permissions-group-3 {
  background-color: #bae4b3 !important;
  color: black !important;
}

.built-in-group-9, .contracts-permissions-group-4 {
  background-color: #edf8e9 !important;
  color: black !important;
}

.built-in-group-10, .invitation-permissions-group-1 {
  background-color: #756bb1 !important;
  color: #efedf5 !important;
}

.built-in-group-11, .invitation-permissions-group-2 {
  background-color: #efedf5 !important;
  color: black !important;
}

.built-in-group-12, .tag-permissions-group-1 {
  background-color: #fd8d3c !important;
  color: black !important;
}

.built-in-group-0, .tag-permissions-group-2 {
  background-color: #feedde !important;
  color: black !important;
}

.built-in-group-14, .search-permissions-group-1 {
  background-color: #606bb1 !important;
  color: #efedf5 !important;
}

.built-in-group-15, .search-permissions-group-2 {
  background-color: #cfedf5 !important;
  color: black !important;
}

.built-in-group-16, .pooling-permissions-group-1 {
  background-color: #ffcccc !important;
  color: black !important;
}

.built-in-group-17, .pooling-permissions-group-2 {
  background-color: #ff99cc !important;
  color: black !important;
}

.built-in-group-18, .supplier-approval-permissions-group-1 {
  background-color: #4abdac !important;
  color: black !important;
}

.built-in-group-19, .supplier-approval-permissions-group-2 {
  background-color: #fc4a1a !important;
  color: black !important;
}

.built-in-group-20, .requisitions-permissions-group-1 {
  background-color: #AE4B0A !important;
  color: black !important;
}

.built-in-group-21, .requisitions-permissions-group-2 {
  background-color: #D45C0C !important;
  color: black !important;
}

.built-in-group-22, .requisitions-permissions-group-3 {
  background-color: #F37B2B !important;
  color: black !important;
}

.built-in-group-23, .requisitions-permissions-group-4 {
  background-color: #F8B78B !important;
  color: black !important;
}

.built-in-group-24, .requisitions-permissions-group-5 {
  background-color: #FDE7D8 !important;
  color: black !important;
}

.built-in-group-25, .srm-permissions-group-1 {
  background-color: #00838F !important;
  color: white !important;
}

.built-in-group-26, .srm-permissions-group-2 {
  background-color: #00ACC1 !important;
  color: white !important;
}

.built-in-group-27, .srm-permissions-group-3 {
  background-color: #26C6DA !important;
  color: black !important;
}

.built-in-group-28, .srm-permissions-group-4 {
  background-color: #80DEEA !important;
  color: black !important;
}

.ncr-permissions-group-1 {
  background-color: #ff8b00 !important;
  color: black !important;
}

.ncr-permissions-group-2 {
  background-color: #ff9e2a !important;
  color: black !important;
}

.ncr-permissions-group-3 {
  background-color: #fcb257 !important;
  color: black !important;
}

.ncr-permissions-group-4 {
  background-color: #ffc782 !important;
  color: black !important;
}

.ncr-permissions-group-5 {
  background-color: #ffe1b9 !important;
  color: black !important;
}

.ncr-permissions-group-6 {
  background-color: #ffc000 !important;
  color: black !important;
}

.pbi-permissions-group-1,
.pbi-permissions-group-2,
.pbi-permissions-group-3,
.pbi-permissions-group-4 {
  background-color: #ffe1b9 !important;
  color: black !important;
}

.deactivated-users-group {
  background-color: #d9534f;
  color: black;
}

.users-group-1 {
  background-color: #8dd3c7;
  color: black;
}

.users-group-2 {
  background-color: #ffffb3;
  color: black;
}

.users-group-3 {
  background-color: #bebada;
  color: black;
}

.users-group-4 {
  background-color: #fb8072;
  color: black;
}

.users-group-5 {
  background-color: #FDB8B0;
  color: black;
}

.users-group-6 {
  background-color: #80b1d3;
  color: black;
}

.users-group-7 {
  background-color: #fbd462;
  color: black;
}

.users-group-8 {
  background-color: #b3de69;
  color: black;
}

.users-group-9 {
  background-color: #fccde5;
  color: black;
}

.users-group-10 {
  background-color: #d9d9d9;
  color: black;
}

.users-group-11 {
  background-color: #bc80bd;
  color: black;
}

.users-group-12 {
  background-color: #ccebc5;
  color: black;
}

.users-group-0 {
  background-color: #ffed6f;
  color: black;
}

.users-group-14 {
  background-color: #9a80aa;
  color: black;
}

.users-group-15 {
  background-color: #aaefc5;
  color: black;
}

.users-group-16 {
  background-color: #ff44ff;
  color: black;
}

.users-group-17 {
  background-color: #33ff99;
  color: black;
}

.users-group-18 {
  background-color: #4abdac;
  color: black;
}

.users-group-19 {
  background-color: #fc4a1a;
  color: black;
}

.users-group-20 {
  background-color: #AE4B0A;
  color: black;
}

.users-group-21 {
  background-color: #D45C0C;
  color: black;
}

.users-group-22 {
  background-color: #F37B2B;
  color: black;
}

.users-group-23 {
  background-color: #F8B78B;
  color: black;
}

.users-group-24 {
  background-color: #FDE7D8;
  color: black;
}

.remove-group {
  cursor: pointer;
  padding: 2px 0px;
  margin-left: 2px;
}

.custom-groups-list > span {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 2px;
}

.user-groups-container > .label {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 2px;
}

.publication-handler-child-setting {
  margin-left: 30px !important;
}

.array-setting {
  background-color: aliceblue;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.custom-field-list-name {
  width: 300px;
}

.custom-field-list-order {
  width: 63px;
  min-width: 61px;
}

.custom-field-list-actions {
  width: 50px;
}

.scoring-scale-list-name {
  width: 300px;
}

.scoring-scale-list-order {
  width: 70px;
}

.scoring-scale-list-actions {
  width: 80px;
}

.report-schedules-list > thead > tr > th {
  background: #ffffff;
  padding: 0 10px 10px;
  text-transform: none;
  font-size: 12px;
}

.report-schedules-list > tbody > tr > td {
  padding: 10px 8px;
}

.report-schedules-list .col-report-name {
  width: 150px;
}

.report-schedules-list .col-doc-template {
  width: 180px;
}

.report-schedules-list .col-schedule {
  width: 150px;
}

.report-schedules-list .col-status {
  width: 90px;
}

.report-schedules-list .col-action {
  width: 50px;
}

.custom-fields-placeholder {
  background-color: #e5e9ec;
}

.srocing-scale-placeholder {
  background-color: #e5e9ec;
}

.sortable-row {
  cursor: move;
}

.saved-search-edit-form .help-block {
  margin-top: 0;
}

.dropdown-menu li.disabled.ip-range {
  pointer-events: all;
  position: relative;
}

.supplier-approve-tag {
  background-color: #CDE2FF;
  color: #656565;
  padding: 4px 9px 4px 9px;
  margin-left: 20px;
}

.supplier-approve-rule-select {
  width: 60px;
  display: inline-block;
  margin-right: 10px;
}
.supplier-approve-rule-select select {
  padding: 6px;
}

.tags-import-list > thead > tr > th {
  background: #ffffff;
  padding: 0 10px 10px;
  text-transform: none;
  font-size: 12px;
}

.tags-import-list > tbody > tr > td {
  padding: 10px 8px;
}

.tags-import-list .col-date-created {
  width: 170px;
}

.tags-import-list .col-user {
  width: 220px;
}

.tags-import-list .col-action {
  width: 160px;
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_sprites.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/* TODO: refactor using compass */
.sprite {
  background-image: url(/dist/images/TAsprite12_04_2019.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  text-align: left;
  width: 90px;
  height: 90px;
}

.icon-create {
  background-position: -579px -6px;
}

.icon-create-onboard-request {
  background-position: -1677px -6px;
}

.icon-draft {
  background-position: -722px -6px;
}

.icon-under-consideration {
  background-position: -866px -6px;
}

.icon-all {
  background-position: -1013px -4px;
}

.icon-update-profile {
  background-position: -6px -148px;
}

.icon-documents {
  background-position: -143px -150px;
}

.icon-contracts {
  background-position: -290px -150px;
}

.icon-supplier-management {
  background-position: -436px -148px;
}

.icon-public {
  background-position: -3px -6px;
}

.icon-current-responses {
  background-position: -150px -6px;
}

.icon-submitted-responses {
  background-position: -296px -6px;
}

.icon-invitations {
  background-position: -433px -6px;
}

.icon-published {
  background-position: -722px -130px;
}

.icon-awarded {
  background-position: -587px -137px;
}

.icon-calendar {
  background-position: -862px -128px;
}

.icon-auction {
  background-position: -1014px -144px;
}

.icon-catalogue {
  background-position: -1166px -142px;
}

.icon-public-requests {
  background-position: -1308px -144px;
}

.icon-survey {
  background-position: -1163px -2px;
}

.icon-expert-pack {
  background-position: -1308px -2px;
}

.icon-notices {
  background-position: -1308px -144px;
}

.icon-handshake {
  background-position: -1442px -10px;
}

.icon-datasheet-search {
  background-position: -1445px -142px;
}

.icon-approvals {
  background-position: -1577px -141px;
}

.icon-pending-approval {
  background-position: -1577px -5px;
}

.sdconnect {
  /*background-color: #ffffff;*/
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  font-size: 15px;
  /*color: initial;*/
  min-width: 150px;
  display: inline-block;
  padding: 0;
  padding-right: 10px;
  padding-left: 5px;
  font-weight: normal !important;
  background-color: #6da93b;
  color: white !important;
}

.sdconnect img {
  width: 36px;
}

.sdconnect + ul li {
  min-width: 205px;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_srm-supplier-buyers-list.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.srm-supplier-buyers-list > thead > tr > th {
  background: #ffffff;
  padding: 0 10px 10px;
  text-transform: none;
  font-size: 12px;
}
.srm-supplier-buyers-list > tbody > tr > td {
  padding: 15px 8px;
}
.srm-supplier-buyers-list .col-name {
  width: 250px;
}
.srm-supplier-buyers-list .col-logo {
  width: 70px;
}
.srm-supplier-buyers-list .col-country {
  width: 100px;
}
.srm-supplier-buyers-list .col-action {
  width: 96px;
}
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_srm.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
.srm-member-item {
  margin-top: 13px !important;
}
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_steps.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
.steps {
  margin: 0;
  padding: 0px;
  list-style: none;
  font-size: 18px;
  /*font-weight: bold;*/
  margin-bottom: 30px;
  color: #929191;
}

.steps .is-active {
  font-weight: bold;
  color: #4BB9F1;
}

.steps .is-active .step-number {
  background: #4BB9F1;
  color: #ffffff;
  opacity: 1;
}

.steps li {
  cursor: pointer;
  float: left;
  margin-right: 30px;
  padding: 7px 0 0 50px;
  position: relative;
  transition: color 0.5s ease-in;
}

.steps .step-number {
  background: #EAECF1;
  font-weight: bold;
  font-size: 22px;
  display: block;
  padding-top: 4px;
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  transition: background-color 0.2s ease-in;
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_supplier.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.supplier {
  padding: 10px 10px 0 10px;
  border-top: solid 1px #eeeeee;
}

.supplier .btn-group .btn,
.suppliers-review .btn {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.supplier-name {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 140%;
}

.supplier-tag,
.supplier-full-tag {
  display: inline-block;
  float: left;
  max-width: 100%;
}

.supplier-more-info {
  padding: 5px 15px;
  border-left: 4px solid #DDD;
  margin-top: -9px;
  margin-left: 18px;
  margin-bottom: 15px;
  font-size: 0.9em !important;
}

.supplier-tags-preview {
  overflow: hidden;
  height: 25px;
}

.label-tag-custom {
  background-color: #CDE2FF;
  color: #656565;
  padding: 4px 30px 4px 9px;
}

.label-tag-custom-compact {
  background-color: #CDE2FF;
  color: #656565;
  padding: 4px 9px;
}

.label-tag-sd {
  background-color: #eeeeee;
  color: #868686;
  padding: 4px 9px;
}

.label-tag-custom,
.label-tag-custom-compact,
.label-tag-sd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 5px;
  float: left;
  position: relative;
  max-width: 100%;
  margin-bottom: 5px;
  line-height: 160%;
}

.supplier-full-tag .label-tag-custom {
  overflow: visible;
  padding-right: 9px;
}

.supplier-full-tag ul {
  margin-top: 5px;
  min-width: 130px;
  margin-right: -10px;
}

.supplier-full-tag li {
  text-align: left;
  font-size: 85%;
}

.supplier-full-tag li > a {
  padding: 5px;
}

.supplier-full-tag .caret {
  border-top: 8px solid white;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.supplier-full-tag .dropdown-toggle {
  padding: 0;
  background: rgb(205, 226, 255);
  border: 0;
  height: 14px;
  margin-top: -3px;
  margin-left: 5px;
  float: right;
}

.supplier-full-tag .dropdown-toggle:active,
.supplier-full-tag .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.label-tag-custom .remove-tag {
  background-color: #B3CBE5;
  border-radius: 14px;
  width: 14px;
  display: inline-block;
  margin: 0 0 0 1px;
  line-height: 13px;
  color: #FAFAFA;
  text-decoration: none;
  font-weight: normal;
  padding: 0 0 2px 0;
  position: absolute;
  top: 5px;
  right: 10px;
}

.supplier-list .col-rank {
  width: 60px;
}
.supplier-list .col-price {
  width: 140px;
}
.supplier-list .col-score {
  width: 135px;
}
.supplier-list .col-decision {
  width: 180px;
}
.supplier-list .approval-decision-padding-top {
  padding-top: 16px;
}

.supplier-actions-wrapper {
  background-color: #e5e9ec;
  padding: 6px 10px 6px 10px;
}

.supplier-actions-checkbox {
  margin-top: 7px;
}

.supplier-actions-button {
  width: 100%;
}

.supplier-actions-button-fix {
  width: 82px;
}

.supplier-basic-info h5 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.suppliers-search-tags-container li {
  max-width: 70%;
}

.region-activity-rating .status-circle {
  height: 15px;
  width: 15px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}

.region-activity-rating .status-active-circle {
  background-color: #2ecc71;
}

.region-activity-rating .status-inactive-circle {
  background-color: orange;
}

.region-activity-rating .status-not-present-circle {
  background-color: red;
}

.custom-fields-filters .custom-field-filter-table label {
  margin-bottom: 0;
}
.custom-fields-filters .custom-field-filter-table thead tr th {
  border: none;
}
.custom-fields-filters .custom-field-filter-table tbody tr td {
  border: none;
  padding: 0;
}
.custom-fields-filters .custom-field-filter-table tbody tr th {
  border: none;
}
.custom-fields-filters .custom-field-filters-scroll {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.custom-fields-filters .alert-warning {
  padding: 2px 11px;
  margin: 0;
}
.custom-fields-filters .help-block {
  margin-top: 0;
  margin-bottom: 0;
}
.custom-fields-filters .remove-filter-button {
  width: 45px;
  vertical-align: top;
  padding-top: 20px !important;
}
.custom-fields-filters .custom-fields-filter {
  padding-bottom: 10px;
  margin: 0;
}

.supplier-tooltip .tooltip-inner {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.download-statistic-tooltip {
  width: 250px;
  text-align: left;
}

.modal-contacts-with-nominated-point h4 {
  text-decoration: underline;
}
.modal-contacts-with-nominated-point span {
  word-break: break-word;
}
.modal-contacts-with-nominated-point .information-row {
  line-height: 30px;
}
.modal-contacts-with-nominated-point .block-row {
  margin-top: 15px;
}
.modal-contacts-with-nominated-point .contact-layout {
  padding: 0 15px 0 15px;
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_surveys.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.survey-list {
  /* styles */
}
.survey-list > thead > tr > th {
  background: #ffffff;
  padding: 0 10px 10px;
  text-transform: none;
  font-size: 12px;
}
.survey-list > tbody > tr > td {
  padding: 15px 8px;
}
.survey-list .col-status {
  width: 200px;
}
.survey-list .col-date {
  width: 200px;
}
.survey-list .col-action {
  width: 100px;
}
.survey-list .col-action a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.survey-list .rfx-status {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.survey-list .rfx-status-published {
  color: #356635;
}
.survey-list .rfx-status-draft {
  color: #999999;
}

.answered-respondent-item {
  padding: 10px 10px 15px 10px;
  border-top: solid 1px #eeeeee;
}

.preview-email-header > p {
  text-align: center;
  background-color: #C1C1C1;
  height: 100px;
  width: 523px;
  color: white;
  vertical-align: middle;
  font-size: 28px;
  display: table-cell;
}

.preview-email-header > .img-thumbnail {
  float: right;
  width: 100px;
  height: 100px;
  border-radius: 0;
}

.preview-email-title {
  text-align: center;
  background-color: #C1C1C1;
  margin: 30px 20% 5px 20%;
  padding: 10px;
  color: white;
  text-decoration: none;
  border: 2px solid;
  border-color: white;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.form-inline.date-range .form-control-datepicker {
  display: inline-block;
}

.region-cell-type-range .form-control-datepicker .datepicker-date,
.form-inline.date-range .form-control-datepicker .datepicker-date {
  width: 100%;
}
.region-cell-type-range .datepicker-time,
.form-inline.date-range .datepicker-time {
  width: 100%;
  padding-left: 0px;
}
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_switch.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.form-group-switch label,
.switch-small {
  border-radius: 4px;
}
/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_tabs.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
.loading-container {
  min-height: 225px;
}
/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_text.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
.text-bold {
  font-weight: bold;
}

.text-light-red {
  color: red;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_thumbnails.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/* you should either choose thumbnail or thumbnail-fixed */
.thumbnail-fixed {
  display: inline-block;
  vertical-align: middle;
  background: #eee;
  overflow: hidden;
}

.thumbnail-fixed img {
  height: 100%;
}

.thumbnail-fixed-xs {
  width: 25px;
  height: 25px;
}

.thumbnail-fixed-sm {
  width: 46px;
  height: 46px;
}

.thumbnail-fixed-md {
  width: 80px;
  height: 80px;
}

.thumbnail-fixed-lg {
  width: 120px;
  height: 120px;
}

/* mixins */
.thumbnail-rounded {
  border-radius: 50%;
}
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_timepicker.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.ui-timepicker-wrapper {
  overflow-y: auto;
  height: 150px;
  width: 150px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10001;
  margin: 0;
}

.modal-dialog .ui-timepicker-wrapper {
  position: fixed !important;
  top: auto !important;
  left: auto !important;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 11em;
}

.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980EC;
  color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_tooltip.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.has-tooltip {
  border-bottom: 1px dotted #000;
  text-decoration: none;
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_uploader.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.uploader {
  /*text-align: center;*/
  /*padding: 20px;*/
  /*border: solid 3px #F7EDAF;*/
  /*margin-bottom: 10px;*/
}

.uploader.modal-upload {
  border: 0;
  padding: 10px 0;
}

.modal-upload .uploader-input {
  display: flex;
  padding-right: 0;
}
.modal-upload .uploader-input .fileinput-button {
  width: 20%;
}

.modal-upload .file-name {
  width: 75%;
  margin-right: 2%;
  font-size: 1.1em;
  line-height: 1;
}

.uploader.modal-upload .fileinput-button {
  margin: 0;
}

.uploader .fileinput-button {
  position: relative;
  overflow: hidden;
  margin-top: 7px;
}

.uploader .fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  /*font-size: 200px;*/
  height: 100%;
  direction: ltr;
  cursor: pointer;
}

.uploader .uploader-label span,
.uploader .uploader-label small {
  font-weight: bold;
  color: #666;
  display: block;
}

.file-dropzone {
  min-height: 435px;
  padding-top: 10px;
}
.file-dropzone.datasheet, .file-dropzone.document {
  min-height: 160px;
  padding-top: 0px;
}
.file-dropzone.background {
  background-image: url(/dist/images/drop-files-here.png);
  background-repeat: no-repeat;
  background-position: center;
}
.file-dropzone.background.single {
  background-image: url(/dist/images/drop-file-here.png);
}
.file-dropzone.is-dragover {
  outline: dashed 2px #ccc;
  background-image: url(/dist/images/drop-files-here.png);
  background-repeat: no-repeat;
  background-position: center;
}
.file-dropzone.is-dragover.dr-single {
  background-image: url(/dist/images/drop-file-here.png);
}
.file-dropzone.is-dragover > * {
  filter: opacity(20%);
}
.file-dropzone .file-list-container {
  background-color: white;
  max-height: 330px;
  overflow-y: auto;
}

.fileupload-files {
  border-bottom: 1px solid #ddd;
}

.fileupload-files-disabled td:nth-child(2) {
  position: relative;
}
.fileupload-files-disabled td:nth-child(2) a {
  color: #777;
}

.fileupload-files-disabled td:nth-child(2):after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
}

.image-wrapper .img-thumbnail {
  width: 100px;
  height: 100px;
  display: block;
  text-align: center;
  line-height: 85px;
}
.image-wrapper .img-thumbnail.branding-settings {
  width: 300px;
  height: 78px;
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_variables.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/

/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_web-hooks.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.web-hook-list > thead > tr > th {
  background: #ffffff;
  padding: 0 10px 10px;
  text-transform: none;
  font-size: 12px;
}

.web-hook-list > tbody > tr > td {
  padding: 10px 8px;
  word-wrap: break-word;
  word-break: break-word;
}

.web-hook-list .col-name {
  width: 170px;
}

.web-hook-list .col-url {
  max-width: 230px;
}

.web-hook-list .col-area {
  width: 110px;
}

.web-hook-list .col-event {
  width: 150px;
}

.web-hook-list .col-action {
  width: 120px;
}

.back-to-web-hooks {
  margin-top: 5px;
}

.web-hook-history > thead > tr > th {
  background: #ffffff;
  padding: 0 0 5px 5px;
  text-transform: none;
  font-size: 12px;
}

.web-hook-history > tbody > tr > td {
  padding: 7px 5px;
  word-wrap: break-word;
  word-break: break-word;
}

.web-hook-history .col-date {
  width: 170px;
}

.web-hook-history .col-url {
  max-width: 260px;
}

.web-hook-history .col-resource {
  width: 150px;
}

.web-hook-history .col-code {
  width: 110px;
}
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/styles/_wizard.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.wizard-step {
  padding-left: 35px;
  position: relative;
  padding-bottom: 3px;
  color: #bbbbbb;
}

.wizard-step-current {
  padding-bottom: 26px;
  color: #454951;
}

.wizard-step::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 9px;
  display: block;
  width: 2px;
  height: 100%;
  background: #d4d4d4;
}

.wizard-step-current .wizard-step-num {
  background: #428BCA;
}

.wizard-step:last-child::before {
  height: 0px;
}

.wizard-step-num {
  position: absolute;
  left: 0px;
  background-color: #d4d4d4;
  color: white;
  border-radius: 50%;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 14px;
}
