/* Minification failed. Returning unminified contents.
(4,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9584,24): run-time error CSS1063: Expected calculation unit, found '$'
(9584,24): run-time error CSS1064: Expected calculation product, found '$'
(9584,24): run-time error CSS1065: Expected calculation sum, found '$'
(9584,24): run-time error CSS1063: Expected calculation unit, found '$'
(9584,24): run-time error CSS1064: Expected calculation product, found '$'
(9584,24): run-time error CSS1065: Expected calculation sum, found '$'
(9584,24): run-time error CSS1034: Expected closing parenthesis, found '$'
(9584,24): run-time error CSS1042: Expected function, found '$'
(9584,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found '$'
(9585,25): run-time error CSS1063: Expected calculation unit, found '$'
(9585,25): run-time error CSS1064: Expected calculation product, found '$'
(9585,25): run-time error CSS1065: Expected calculation sum, found '$'
(9585,25): run-time error CSS1063: Expected calculation unit, found '$'
(9585,25): run-time error CSS1064: Expected calculation product, found '$'
(9585,25): run-time error CSS1065: Expected calculation sum, found '$'
(9585,25): run-time error CSS1034: Expected closing parenthesis, found '$'
(9585,25): run-time error CSS1042: Expected function, found '$'
(9585,25): run-time error CSS1062: Expected semicolon or closing curly-brace, found '$'
 */
.ck-toolbar {
  background-color: #ffffff !important;
  border: solid #a6cfe9 1px !important;
  --ck-border-radius: 0px; }

.ck-content {
  border-color: #a6cfe9 !important;
  border-bottom: none !important;
  --ck-border-radius: 0px;
  transition: all .2s ease;
  height: 300px;
  min-height: 300px; }
  .ck-content:focus {
    box-shadow: unset !important;
    border-bottom: none !important; }
  .ck-content hr {
    height: 1px !important; }
  .ck-content p {
    margin: 0 !important; }
  .ck-content p:first-child {
    margin-top: 12px !important; }

.ck-button {
  font-size: 11px !important; }
  .ck-button:hover {
    cursor: pointer !important; }
  .ck-button__resize {
    margin-left: auto !important; }

.ck-editor:focus-within:not(.disabled) .ck-toolbar, .ck-editor:focus-within:not(.disabled) .ck-content {
  border-color: #0a73b6 !important; }

.ck-editor {
  display: flex;
  flex-direction: column-reverse; }
  .ck-editor.maximized .ck-content {
    height: 600px; }
  .ck-editor.disabled .ck-content {
    background-color: #f8f8f8 !important;
    border-color: #e4e4e4 !important; }
  .ck-editor.disabled .ck-toolbar {
    border-color: #e4e4e4 !important; }

.ck-sticky-panel__placeholder {
  display: none !important;
  height: auto !important; }

.ck-sticky-panel__content_sticky {
  width: auto !important;
  margin-left: unset !important;
  position: unset !important;
  box-shadow: unset !important; }

.ck-content .table {
  float: left !important; }
@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;
  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: "\002a"; }

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

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

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

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

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-tent:before {
  content: "\26fa"; }

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

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

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

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

.glyphicon-hourglass:before {
  content: "\231b"; }

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

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

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

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

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

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

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

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  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 {
  display: block;
  max-width: 100%;
  height: auto; }

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #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,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777; }

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

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

h1, .h1 {
  font-size: 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: .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, .initialism {
  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; }

.bg-primary {
  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,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

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.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

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

code,
kbd,
pre,
samp {
  font-family: 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.42857;
  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; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @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; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  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 > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: .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 > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }
fieldset {
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-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="radio"].disabled, fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled, 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.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    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-group-sm > [type="date"].form-control,
  .input-group-sm > [type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > [type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > [type="time"].form-control,
  .input-group-sm > [type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > [type="time"].btn, .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > [type="datetime-local"].form-control,
  .input-group-sm > [type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > [type="datetime-local"].btn, .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > [type="month"].form-control,
  .input-group-sm > [type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > [type="month"].btn, .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > [type="date"].form-control,
  .input-group-lg > [type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > [type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > [type="time"].form-control,
  .input-group-lg > [type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > [type="time"].btn, .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > [type="datetime-local"].form-control,
  .input-group-lg > [type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > [type="datetime-local"].btn, .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > [type="month"].form-control,
  .input-group-lg > [type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > [type="month"].btn, .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, fieldset[disabled] .radio label,
  .checkbox.disabled 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, fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled, 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, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.input-sm, .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-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > [multiple].form-control,
.input-group-sm > [multiple].input-group-addon,
.input-group-sm > .input-group-btn > [multiple].btn {
  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, .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.33333;
  border-radius: 6px; }

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  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.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

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

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

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

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

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

.has-success .input-group-addon {
  color: #3c763d;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  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; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

@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.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    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;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    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 > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #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 > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #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 > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success: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 > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info: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 > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning: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 > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger: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;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  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;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  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;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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.42857;
    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.42857;
  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 {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

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

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

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

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-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, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

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

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

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

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

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

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

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

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

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

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-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 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-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-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,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 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:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #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.42857;
      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-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, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-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, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-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; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

@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:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }
.navbar-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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 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;
      -webkit-box-shadow: none;
      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, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 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, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #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: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #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: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-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, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 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.42857;
      color: #337ab7;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .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 > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .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.33333; }

.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:before, .pager:after {
    display: table;
    content: " "; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff; }

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

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

.label-default {
  background-color: #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; }
  .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; }

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  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 .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: #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, a.list-group-item:focus,
  button.list-group-item:hover,
  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, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  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, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  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, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  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, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  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;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

.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:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

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

.panel > .table-responsive {
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  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;
  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 {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  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; }

.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.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  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;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }
  .popover > .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;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    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: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

.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 {
  display: table;
  content: " "; }

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

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 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; } }
@charset "UTF-8";
/* 46476 */
a:focus {
  outline: none; }

/* 46895 dostupne v Bootstrap 3.3*/
.col-xs-offset-1 {
  margin-left: 8.333333333333332%; }

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

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

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

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

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

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

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

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

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

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

/* --------- */
/* 49110 */
.nav-pills > li {
  margin-left: 2px; }

/* --------- */
/* 44669 */
.navbar-toggle {
  padding: 19px 10px; }

/* --------- */
/* 47825 + 73900 */
@media only screen and (max-device-width: 1024px), only screen and (max-device-width: 1280px) and (orientation: landscape) and (min-device-pixel-ratio: 1.2) {
  .navbar {
    min-height: 30px;
    margin-bottom: 0px; }
  .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 11px 7px;
    margin-top: -2.5px;
    margin-bottom: -2.5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px; } }

/* --------- */
/* 36419 */
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #50504f; }

/* --------- */
/* 39167 */
.nav-pills > li > a > .badge {
  margin-left: -2px; }

/* --------- */
/* 61891 */
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0px; }

.modal {
  overflow-y: initial; }

/* --------- */
/* 49017 */
.modal-footer {
  margin-top: 0px; }

/* --------- */
.modal-footer-loader {
  display: none;
  margin: 0px 12px !important;
  vertical-align: middle; }

/* 56065 */
@media screen and (min-width: 992px) {
  .modal-dialog-large {
    width: 800px; } }

/* --------- */
.navbar-default {
  background-color: #0a73b6; }

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

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  /* defaultní barva textu v nabidce - Požadavky, katalog */
  color: #ffffff; }

.nav .open > a {
  background-color: transparent; }

.dropdown-menu {
  border-radius: 0px; }
  .dropdown-menu .divider {
    margin: 1px 0;
    width: 100%; }
  .dropdown-menu > li > a {
    padding: 3px 20px; }
    .dropdown-menu > li > a:hover {
      color: #333333;
      background-color: #cee5f3; }
    .dropdown-menu > li > a:focus {
      color: #333333; }

.form-control,
.input-group-addon {
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.075); }

.form-control {
  border-radius: 0px;
  height: 26px;
  padding: 3px 4px;
  font-size: 11px;
  color: #000000;
  border-color: #a6cfe9; }
  .form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #0a73b6; }

.btn {
  border-radius: 0px; }

.modal-backdrop {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.65); }

.modal-backdrop.in {
  opacity: 1; }

.modal-content {
  border-radius: 6px;
  display: flex;
  flex-direction: column; }

label input[type="radio"], label input[type="checkbox"] {
  margin-top: 2px; }

.alert {
  border-radius: 0px; }

.popover {
  border-radius: 0px; }

body {
  font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; }

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

.radio, .checkbox {
  padding-left: 20px; }
  .radio input[type="radio"], .checkbox input[type="radio"] {
    position: relative !important; }

.radio label, .checkbox label {
  padding-left: 0; }

button, input, optgroup, select, textarea {
  color: unset;
  color: #000000; }

@media (min-width: 992px) {
  .col-md-12 {
    float: none; } }
@CHARSET "UTF-8";
.ias_loader, .ias_trigger {
  text-align: center;
  margin: 30px 0 40px; }

.ias_trigger a:link,
.ias_trigger a:visited {
  padding: 4px 50px;
  background-color: #f9f9f9;
  border: solid 1px #ddd;
  border-radius: 2px;
  font: bold 12px Arial, sans-serif;
  color: #555;
  text-decoration: none; }

.ias_trigger a:hover,
.ias_trigger a:active {
  border-color: #ccc; }
.tile-asset-text, .important-news-text, .important-news-subject, .SectionCoverageTableLastColumn, #SLADescCollapsed, #ServiceDescriptionCollapsed, .oneLineCutText, .context-menu-group-command-text, .breadcrumb-navigation-href {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-marginPadding-right {
  padding-right: 0px !important;
  margin-right: 0px !important; }

.no-padding {
  padding: 0px !important; }

.primary-color {
  color: #0a73b6; }

.hide {
  display: none; }

.font-size-s {
  font-size: 12px; }

.no-right-padding {
  padding-right: 0px !important; }

.indent-left {
  padding-left: 20px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.margin-left-5 {
  margin-left: 5px !important; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-top-20 {
  margin-top: 20px; }

.padding-top-10 {
  padding-top: 10px; }

.padding-top-20 {
  padding-top: 20px; }

.padding10 {
  padding: 10px; }

.width-40 {
  width: 40%; }

.inline-block {
  display: inline-block !important; }

.alvao-text-command {
  font-size: 13px; }

.alvao-text-navigation {
  text-decoration: none;
  font-size: 13px; }

.alvao-text-table > tbody > tr > td {
  font-size: 13px;
  color: #333333; }

.alvao-text-table > thead > .header > th {
  font-size: 11px;
  color: #676767;
  font-weight: normal; }

.alvao-text-label-detail {
  font-size: 14px;
  line-height: 20px;
  color: #b8b8b8; }

.alvao-text-default {
  font-size: 14px;
  line-height: 20px; }

.alvao-text-title-detail {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: bold; }

.alvao-field label {
  font-weight: normal;
  font-size: 12px;
  color: #50504f; }

.fabric-icon__red {
  color: #c50f1f; }

.fabric-icon__primary {
  color: #0a73b6; }

.fabric-icon__green {
  color: #6bb700; }

.fabric-icon__secondary {
  color: #676767;
  font-size: 14px; }

.fabric-icon__yellow {
  color: #ffaa44; }

.fabric-icon__black {
  color: #333333; }

.fabric-icon__grey {
  color: #b8b8b8; }

.clickable:hover, a:focus > .clickable.tile-medium, .clickable:focus {
  color: #676767;
  cursor: pointer; }

.tile-asset-text, .important-news-text, .important-news-subject, .SectionCoverageTableLastColumn, #SLADescCollapsed, #ServiceDescriptionCollapsed, .oneLineCutText, .context-menu-group-command-text, .breadcrumb-navigation-href {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@-ms-viewport {
  width: auto; }

@media (max-width: 400px) {
  @-ms-viewport {
    width: 400px; } }

html, body {
  height: 100%;
  overflow: hidden;
  min-width: 320px; }

h1 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 22px; }

h2 {
  font-size: 17px; }

h3 {
  font-size: 15px; }

h4 {
  font-size: 14px; }

.tile-asset-text, .important-news-text, .important-news-subject, .SectionCoverageTableLastColumn, #SLADescCollapsed, #ServiceDescriptionCollapsed, .oneLineCutText, .context-menu-group-command-text, .breadcrumb-navigation-href {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.doubleCheckboxCell {
  min-width: 30px; }
  .doubleCheckboxCell.agree > .agree {
    color: #0a73b6 !important; }
  .doubleCheckboxCell.agree > .reject {
    color: #b8b8b8; }
  .doubleCheckboxCell.reject > .agree {
    color: #b8b8b8; }
  .doubleCheckboxCell.reject > .reject {
    color: #c50f1f !important; }
  .doubleCheckboxCell > .agree {
    color: #b8b8b8; }
    .doubleCheckboxCell > .agree:hover, a.doubleCheckboxCell:focus > .agree.tile-medium, .doubleCheckboxCell.tile-small-img-wrapper:focus > .agree.tile-medium, .doubleCheckboxCell.tile-medium-img-wrapper:focus > .agree.tile-medium, .tile-medium-img-wrapper.tile-small-img-wrapper:focus > .agree.tile-medium {
      color: #0a73b6 !important; }
  .doubleCheckboxCell > .reject {
    color: #b8b8b8; }
    .doubleCheckboxCell > .reject:hover, a.doubleCheckboxCell:focus > .reject.tile-medium, .doubleCheckboxCell.tile-small-img-wrapper:focus > .reject.tile-medium, .doubleCheckboxCell.tile-medium-img-wrapper:focus > .reject.tile-medium, .tile-medium-img-wrapper.tile-small-img-wrapper:focus > .reject.tile-medium {
      color: #c50f1f !important; }
  .doubleCheckboxCell.already-send > .agree {
    color: #b8b8b8 !important;
    cursor: default; }
  .doubleCheckboxCell.already-send > .reject {
    color: #b8b8b8 !important;
    margin-left: 15px;
    cursor: default; }
  .doubleCheckboxCell > .option {
    width: 15px;
    height: 15px;
    cursor: pointer;
    float: left; }

tr:hover > td .doubleCheckboxCell > .agree, a:focus > tr.tile-medium > td .doubleCheckboxCell > .agree {
  color: #0a73b6; }

tr:hover > td .doubleCheckboxCell > .reject, a:focus > tr.tile-medium > td .doubleCheckboxCell > .reject {
  color: #c50f1f; }

tr:hover > td .noteCell > .note, a:focus > tr.tile-medium > td .noteCell > .note {
  color: #0a73b6; }

.noteCell > .note {
  color: #b8b8b8;
  width: 15px;
  height: 15px;
  cursor: pointer;
  float: left; }

.noteCell > .note:hover, a.noteCell:focus > .note.tile-medium, .noteCell.tile-small-img-wrapper:focus > .note.tile-medium, .noteCell.tile-medium-img-wrapper:focus > .note.tile-medium, .tile-medium-img-wrapper.tile-small-img-wrapper:focus > .note.tile-medium {
  color: #0a73b6 !important; }

.noteCell.note > .note {
  color: #0a73b6 !important; }

.noteCell.already-send > .note {
  color: #b8b8b8 !important;
  cursor: default; }

.asset-check-text > p {
  margin: 0px; }

.asset-check-alert {
  margin-top: 10px;
  margin-right: 0px !important;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .asset-check-alert-icon {
    padding-right: 15px;
    color: #0a73b6;
    font-size: 24px; }

.asset-check-all-saved {
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .asset-check-all-saved-icon {
    font-size: 68px;
    line-height: 76px;
    margin-right: 20px;
    color: #6bb700; }

.asset-kind-icon__grayed-out {
  opacity: 0.3;
  filter: grayscale(100%); }

.tile-asset-text, .important-news-text, .important-news-subject, .SectionCoverageTableLastColumn, #SLADescCollapsed, #ServiceDescriptionCollapsed, .oneLineCutText, .context-menu-group-command-text, .breadcrumb-navigation-href {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.node-class {
  position: absolute;
  bottom: 0px;
  left: 0;
  overflow: hidden;
  padding-left: 10px;
  padding-top: 5px;
  width: 100%;
  height: 50px; }

.my-asset__header {
  padding: 0 0 10px 0 !important;
  margin: 0 !important; }

.tile-asset-text, .important-news-text, .important-news-subject, .SectionCoverageTableLastColumn, #SLADescCollapsed, #ServiceDescriptionCollapsed, .oneLineCutText, .context-menu-group-command-text, .breadcrumb-navigation-href {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.table-container {
  margin-right: -20px;
  overflow-y: hidden;
  width: auto;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
  position: relative; }

@media screen and (max-width: 768px) {
  .table-container {
    margin-right: -15px; } }

.table-container-mobile {
  overflow-y: auto !important;
  margin-right: -15px !important; }

.table-container.progress-cursor {
  cursor: progress; }

.table-container .options-template {
  display: none; }

.table-container .grid-views {
  z-index: 400;
  padding-left: 1px;
  padding-top: 2px; }

.table-container .grid-views.grid-views-hidden {
  display: none; }

.table-container .grid-views > li > a {
  z-index: 400;
  padding: 3px 5px 5px 3px; }

.table-container .overlay {
  padding-top: 20px;
  color: #676767;
  font-size: 17px;
  display: none;
  width: 100%;
  text-align: center; }

.table-container .grid-views .dropdown > .dropdown-toggle {
  padding-top: 7px; }

.alvao-table > tbody > tr > td .dropdown > a {
  padding-top: 2px; }

.alvao-table {
  table-layout: fixed;
  width: auto;
  border-spacing: 0px !important;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important; }

.alvao-table > thead > .header > th {
  border-width: 0px;
  padding: 5px 0px;
  cursor: pointer;
  white-space: nowrap;
  -ms-touch-action: none;
  touch-action: none; }

.alvao-table > thead > .header > th .state {
  width: auto; }

.alvao-table > thead > .header > th.hidden,
.alvao-table > tbody > tr > td.hidden {
  display: none; }

.alvao-table > thead > .header > th .caret {
  margin: 3px 5px 3px 2px;
  cursor: pointer;
  border-top-color: transparent; }

.state-content {
  display: inline-block;
  vertical-align: top; }

.secondary-order__icon {
  font-size: 8px; }

.alvao-table > thead > .header > th:hover .state-content, .alvao-table > thead > a.header:focus > th.tile-medium .state-content, .alvao-table > thead > .header.tile-small-img-wrapper:focus > th.tile-medium .state-content, .alvao-table > thead > .header.tile-medium-img-wrapper:focus > th.tile-medium .state-content, .alvao-table > thead > .tile-medium-img-wrapper.tile-small-img-wrapper:focus > th.tile-medium .state-content {
  background-color: #cee5f3; }

.alvao-table > thead > .header > th.active .state-content {
  background-color: #a6cfe9; }

.alvao-table > thead > .header > th:hover, .alvao-table > thead > a.header:focus > th.tile-medium, .alvao-table > thead > .header.tile-small-img-wrapper:focus > th.tile-medium, .alvao-table > thead > .header.tile-medium-img-wrapper:focus > th.tile-medium, .alvao-table > thead > .tile-medium-img-wrapper.tile-small-img-wrapper:focus > th.tile-medium {
  background-color: #cee5f3; }

.alvao-table > thead > .header > th.active {
  background-color: #a6cfe9; }

.alvao-table > thead > .header > th.active .caret,
.alvao-table > thead > .header > th:hover .caret,
.alvao-table > thead > a.header:focus > th.tile-medium .caret,
.alvao-table > thead > .header.tile-small-img-wrapper:focus > th.tile-medium .caret,
.alvao-table > thead > .header.tile-medium-img-wrapper:focus > th.tile-medium .caret,
.alvao-table > thead > .tile-medium-img-wrapper.tile-small-img-wrapper:focus > th.tile-medium .caret {
  border-top-color: #000000; }

.alvao-table > thead > .header > th > img.state {
  margin-right: 2px;
  margin-left: 3px; }

.alvao-table > thead > .header > th .header-content {
  display: block;
  position: relative; }

.alvao-table > thead > .header > th .header-right {
  position: absolute;
  right: 5px; }

.alvao-table > thead > .header > th .caption {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  padding-left: 3px;
  padding-right: 5px; }

.alvao-table > thead > .header > th .caption:hover, .alvao-table > thead > .header > th a:focus > .caption.tile-medium {
  text-decoration: underline; }

.alvao-table > thead > .header > th .resizeHelper {
  background-color: transparent;
  padding-left: 4px;
  cursor: e-resize;
  width: 3px;
  height: 14px;
  display: inline-block;
  right: 0px;
  margin: 8px 0; }

.alvao-table > thead > .header > th.auto-width.ui-state-disabled {
  opacity: 1;
  cursor: pointer !important; }

.alvao-table > thead > .header > th.auto-width .resizeHelper,
.alvao-table > thead > .header > th.active.auto-width .resizeHelper,
.alvao-table > thead > .header > th.auto-width:hover .resizeHelper,
.alvao-table > thead > a.header:focus > .auto-width.tile-medium .resizeHelper,
.alvao-table > thead > .header.tile-small-img-wrapper:focus > .auto-width.tile-medium .resizeHelper,
.alvao-table > thead > .header.tile-medium-img-wrapper:focus > .auto-width.tile-medium .resizeHelper,
.alvao-table > thead > .tile-medium-img-wrapper.tile-small-img-wrapper:focus > .auto-width.tile-medium .resizeHelper {
  cursor: default;
  background-color: transparent; }

.alvao-table > thead > .header > th.active .resizeHelper,
.alvao-table > thead > .header > th:hover .resizeHelper,
.alvao-table > thead > a.header:focus > th.tile-medium .resizeHelper,
.alvao-table > thead > .header.tile-small-img-wrapper:focus > th.tile-medium .resizeHelper,
.alvao-table > thead > .header.tile-medium-img-wrapper:focus > th.tile-medium .resizeHelper,
.alvao-table > thead > .tile-medium-img-wrapper.tile-small-img-wrapper:focus > th.tile-medium .resizeHelper {
  background-color: #000000; }

.alvao-table > thead > .header > th .state {
  width: auto; }

.small-grid-size > tbody > tr {
  height: 16px !important; }
  .small-grid-size > tbody > tr .cell-content .small-cell {
    height: 16px;
    overflow: hidden; }
    .small-grid-size > tbody > tr .cell-content .small-cell p {
      margin-bottom: 5px; }
  .small-grid-size > tbody > tr > td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 11px !important; }

.small-grid-size > thead .check-all {
  margin-top: 2px; }

.small-grid-size .grid-cell__tile-icon {
  width: 14px;
  height: 14px;
  background-position-y: center;
  background-position-x: center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
  margin-bottom: 1px;
  background-size: 10px;
  margin-right: 4px; }

.small-grid-size .section-shortCut {
  font-size: 4px;
  bottom: 9px; }

.small-grid-size .section-shortCut__wrapper {
  width: 6px;
  height: 6px;
  left: 4px;
  bottom: 1px; }

.small-grid-size .ticket-tag {
  height: 11px; }

.small-grid-size .highlight .CheckBoxCellDiv .grid-row-checkbox {
  font-size: 11px; }

.small-grid-size tr:hover .CheckBoxCellDiv .grid-row-checkbox, .small-grid-size a:focus > tr.tile-medium .CheckBoxCellDiv .grid-row-checkbox {
  font-size: 11px; }

.small-cell .ticket-icon {
  margin-top: 0px; }

.alvao-table > tbody > tr {
  height: 30px; }

.alvao-table > tbody > tr > td {
  border-width: 0px;
  padding: 2px 5px;
  vertical-align: middle; }

.CheckBoxCellDiv {
  display: flex;
  justify-content: center;
  align-items: center; }

.selectBoxCell {
  padding: 0 !important; }

.alvao-table > tbody > tr:hover > td {
  background-color: #cee5f3; }

.alvao-table > tbody > tr:hover .grid-row-checkbox {
  display: inline-block !important; }

.alvao-table > tbody > tr > td.data {
  overflow: hidden;
  white-space: nowrap;
  position: relative; }

.alvao-table > tbody > tr .cell-content {
  overflow: hidden; }
  .alvao-table > tbody > tr .cell-content .icon-string-cell-text {
    padding-left: 3px; }
  .alvao-table > tbody > tr .cell-content .ms-Icon {
    vertical-align: bottom; }

.alvao-table > tbody > tr .cell-link {
  color: #333333; }

.alvao-table > tbody > tr .cell-content.cell-wrap,
.alvao-table > tbody > tr > td.auto-width .cell-content {
  white-space: normal;
  overflow: visible; }

.alvao-table col.selection {
  width: 25px; }

.alvao-table > tbody > tr.single-action,
.alvao-table > tbody > tr.can-highlight {
  cursor: pointer; }

.alvao-table > tbody > tr.highlight > td,
.alvao-table > tbody > tr.highlight:hover > td {
  background-color: #a6cfe9; }

.alvao-table > tbody > tr > td > .cell-content > a {
  cursor: pointer; }

.alvao-table > tbody > tr > td > .cell-content > img.icon {
  padding-right: 4px; }

.alvao-table > thead .check-all {
  margin-left: 2px;
  margin-top: 2px; }

.grid-resize-helper {
  border-right: 2px solid black;
  background-color: rgba(229, 234, 237, 0.5);
  z-index: 1050 !important; }

.grid-reorder-placeholder {
  background-color: #676767; }

.grid-views {
  z-index: 400;
  padding-left: 1px;
  padding-top: 2px; }
  .grid-views-text {
    margin: 0px 5px 3px 5px;
    font-size: 15px;
    float: left; }
  .grid-views-section-title, .grid-views-section > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #333333;
    white-space: nowrap; }
    .grid-views-section-title:hover, a:focus > .grid-views-section-title.tile-medium, .grid-views-section > ul > li > a:hover, .grid-views-section-title:focus, .grid-views-section > ul > li > a:focus {
      text-decoration: none;
      color: #333333;
      background-color: #cee5f3; }
  .grid-views-section-arrow {
    float: right;
    margin-top: 3px; }
  .grid-views-section > ul {
    padding-left: 0px;
    list-style-type: none; }
    .grid-views-section > ul > li > a {
      display: flex; }
    .grid-views-section > ul .divider {
      height: 1px;
      margin: 0;
      overflow: hidden;
      background-color: #e4e4e4; }
  .grid-views-section-always-show {
    display: block !important; }
  .grid-views-reorder-placeholder {
    background-color: #a6cfe9; }

.unpinned-views a, .shared-views a {
  display: flex !important; }
  .unpinned-views a:hover, .unpinned-views a:focus > a.tile-medium, .shared-views a:hover, .shared-views a:focus > a.tile-medium {
    background-color: #cee5f3;
    text-decoration: none; }

.view-name-text {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.view-name-number-of-unread-tickets {
  float: left;
  padding-left: 7px;
  color: #0a73b6;
  font-weight: 700;
  display: none; }

.view-name-big {
  display: none;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px; }
  .view-name-big-name {
    font-size: 22px;
    color: #676767; }
  .view-name-big-settings {
    font-size: 22px;
    line-height: 22px;
    color: #b8b8b8; }

.unread-tickets-count .view-name-number-of-unread-tickets {
  display: block; }

.grid-views.grid-views-hidden {
  display: none; }

.grid-views > li > a {
  z-index: 400;
  padding: 3px 0px 3px 0px;
  outline: 0; }

.header-fixed {
  visibility: visible;
  background: white;
  z-index: 1; }

.header-fixed-mobile {
  position: absolute;
  visibility: hidden;
  background: white;
  z-index: -20; }

.table-div {
  overflow-y: auto;
  overflow-x: hidden; }

.table-div-mobile {
  overflow-x: auto; }

#grid-pane {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative; }

.headerTable-div {
  position: absolute;
  z-index: 10;
  overflow: hidden; }

.modal-grid-content {
  overflow-y: auto;
  margin-right: 0px; }

.warning-column {
  display: flex;
  flex-direction: row; }
  .warning-column__desc {
    text-align: left;
    font-size: 12px;
    color: #50504f; }
    .warning-column__desc__icon {
      margin-right: 5px; }

.column-options-list {
  margin: 0px 0px 8px 0px;
  padding: 0px;
  list-style-type: none;
  min-width: 170px;
  overflow: auto; }

.column-options-item {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  width: 100%; }

.column-options-icon {
  padding-right: 5px;
  color: #676767;
  vertical-align: bottom; }

.column-options-item a:link {
  color: #000000; }

.column-options-item a:visited {
  color: #000000;
  text-decoration: none; }

.column-options-item a:hover, .column-options-item a:focus > a.tile-medium {
  color: #000000;
  text-decoration: none;
  background-color: #cee5f3; }

.column-options-item a:active {
  color: #000000;
  text-decoration: none; }

.column-options-item a:focus {
  color: #000000;
  text-decoration: none;
  outline: none; }

.column-options-list .divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #e4e4e4; }

.column-options-item > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  color: #333333;
  white-space: nowrap; }

.possible-values {
  min-height: 60px;
  max-height: 300px;
  border: 1px solid #e4e4e4;
  overflow: auto;
  padding-top: 8px; }

.possible-value {
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 3px;
  margin-bottom: 3px; }

.possible-value.all-value {
  margin-top: -5px; }

.possible-value.wordBreak {
  text-align: left; }

.popover {
  max-width: 350px;
  width: 350px; }

.filter-section {
  margin: 10px 10px 0 10px; }

.column-options-item.disabled-item {
  cursor: default;
  pointer-events: none;
  opacity: 0.6; }

.possible-value label {
  color: #000000; }

.relations-shown {
  margin: 0 7px 0 3px; }

.relations-collapsed {
  margin: 0 7px 0 3px; }

.relations-browsing-button-without-arrow {
  padding: 0 17px 0 5px; }

tr[class*="relation-row"] {
  background-color: #f2f8fc; }

.relation-browsing-space {
  height: 1px; }

.relation-browsing-cell {
  display: flex;
  flex-wrap: nowrap;
  width: 1000%; }

.value-filter .help-block {
  margin-left: 10px;
  margin-right: 10px; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.filter-switcher {
  margin-top: 5px;
  padding-left: 1px; }

.filter-switcher a {
  color: #0a73b6; }

.filter-switcher a:hover, .filter-switcher a:focus > a.tile-medium {
  text-decoration: none; }

.filter-switcher a:focus {
  text-decoration: none;
  outline: none; }

.grid-ticket-closed .portrait-grid-cell .portrait {
  opacity: 0.4; }

.grid-ticket-closed td.data .cell-content {
  color: #b8b8b8; }

.grid-ticket-closed td.data .cell-link {
  color: #b8b8b8; }

.grid-ticket-closed.highlight td.data .cell-content {
  color: #676767; }

.grid-ticket-closed.highlight td.data .cell-link {
  color: #676767; }

.grid-ticket-unread td.data .cell-content {
  font-weight: bold; }

.grid-view-name {
  text-decoration: none;
  border: none;
  float: left;
  overflow: hidden; }

.grid-view-arrow {
  float: left;
  border: none !important;
  margin-left: 0px !important;
  padding: 6px 0 2px 0;
  color: #50504f !important;
  cursor: pointer;
  display: none; }

.grid-view-settings {
  cursor: pointer;
  float: left;
  border: none !important;
  margin-left: 0px !important;
  padding: 6px 0 2px 0;
  color: #b8b8b8 !important; }
  .grid-view-settings:hover, a:focus > .grid-view-settings.tile-medium {
    color: #50504f !important; }
  .grid-view-settings-settings {
    display: none !important; }
  .grid-view-settings-arrow {
    display: block; }

.grid-views-menu > a:hover, a.grid-views-menu:focus > a.tile-medium, .grid-views-menu.tile-small-img-wrapper:focus > a.tile-medium, .grid-views-menu.tile-medium-img-wrapper:focus > a.tile-medium, .tile-medium-img-wrapper.tile-small-img-wrapper:focus > a.tile-medium, .grid-views-menu > a:focus {
  border-bottom: none !important;
  background-color: transparent !important;
  margin-bottom: 3px !important; }

.grid-views-menu-dropdown-name {
  float: left; }

.grid-views-menu-dropdown-name:hover, a:focus > .grid-views-menu-dropdown-name.tile-medium, .grid-views-menu-dropdown-name:focus {
  border-bottom: #50504f solid 2px !important;
  padding-bottom: 3px; }

.grid-compact-row {
  background-color: white;
  padding: 10px;
  margin: 10px; }
  .grid-compact-row-data {
    padding-left: 62px;
    font-size: 12px;
    color: #50504f;
    margin-right: 3px;
    word-wrap: break-word;
    padding-bottom: 5px; }
  .grid-compact-row-header {
    font-size: 15px;
    color: #000000;
    padding-bottom: 2px;
    padding-top: 5px;
    padding-left: 62px; }

.grid-display-mode-hide {
  display: none !important; }

.grid-checkbox-checked {
  background-color: #0a73b6 !important; }

.show-important {
  display: block !important; }

.hide-important {
  display: none !important; }

.compact-views {
  padding-left: 10px !important; }
  .compact-views .grid-view-name {
    margin-left: 0px; }
  .compact-views .grid-view-arrow {
    display: flex !important;
    margin-right: auto; }
  .compact-views .grid-view-settings {
    display: block !important;
    font-size: 22px;
    margin-left: auto;
    order: 2;
    align-self: center;
    padding-left: 10px;
    padding-right: 10px; }
    .compact-views .grid-view-settings-settings {
      display: flex !important; }
    .compact-views .grid-view-settings-arrow {
      display: none !important; }
  .compact-views .grid-view:not(.active) {
    display: none; }
  .compact-views.metro-tabs .active {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .compact-views.metro-tabs .active .grid-view-arrow {
      align-self: center;
      order: 1;
      padding: 4px 7px 0 0;
      line-height: 14px; }
      .compact-views.metro-tabs .active .grid-view-arrow .dropdown-toggle {
        padding-top: 0; }
    .compact-views.metro-tabs .active .grid-view-name {
      font-size: 22px;
      line-height: 28px;
      color: #676767 !important;
      order: 0;
      margin: 0 8px 0 0;
      display: flex;
      align-items: center; }
      .compact-views.metro-tabs .active .grid-view-name:hover, .compact-views.metro-tabs .active a:focus > .grid-view-name.tile-medium {
        color: #676767 !important; }
    .compact-views.metro-tabs .active .grid-view-settings {
      padding: 0 0 0 0; }
      .compact-views.metro-tabs .active .grid-view-settings .dropdown-toggle {
        padding-top: 0; }
    .compact-views.metro-tabs .active .grid-view .grid-view-settings {
      color: #676767 !important; }
  .compact-views .more-views {
    display: none !important; }
  .compact-views .grid-views-section > ul > li > a {
    padding: 3px 40px; }
  .compact-views .grid-views-section > ul > .divider {
    margin-left: 40px;
    margin-right: 40px; }
  .compact-views .grid-views-section-default {
    display: none; }
  .compact-views .grid-views-arrow-small-view {
    margin-top: 5px; }
  .compact-views.metro-tabs > li.active > a, .compact-views.metro-tabs > li.active > a:hover, .compact-views.metro-tabs > li.active > a:focus {
    border-width: 0px !important; }
  .compact-views .table-container {
    margin-right: -15px; }
  .compact-views .grid-views-section-always-show {
    display: none; }

.tiles-views {
  display: flex;
  height: 100%; }
  .tiles-views .grid-views {
    display: flex;
    flex-direction: column;
    background: #f8f8f8;
    border-right: 1px solid #e4e4e4;
    width: 252px;
    flex-shrink: 0;
    padding-left: 0 !important;
    padding-top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%; }
    .tiles-views .grid-views li {
      margin-left: 0; }
    .tiles-views .grid-views-menu {
      margin-right: 0;
      border-top: 1px solid #e4e4e4; }
      .tiles-views .grid-views-menu-dropdown {
        background: #f8f8f8;
        display: flex;
        margin: 0; }
        .tiles-views .grid-views-menu-dropdown:active, .tiles-views .grid-views-menu-dropdown:focus {
          background: #f8f8f8 !important;
          margin-bottom: 0px !important; }
        .tiles-views .grid-views-menu-dropdown:hover, .tiles-views a:focus > .grid-views-menu-dropdown.tile-medium {
          background: #cee5f3 !important;
          margin-bottom: 0px !important; }
        .tiles-views .grid-views-menu-dropdown-name {
          margin-left: 0px;
          padding: 6px 20px;
          width: 100%;
          display: flex;
          justify-content: space-between; }
          .tiles-views .grid-views-menu-dropdown-name:hover, .tiles-views a:focus > .grid-views-menu-dropdown-name.tile-medium {
            border-bottom: none !important; }
        .tiles-views .grid-views-menu-dropdown .dropdown-arrow, .tiles-views .grid-views-menu-dropdown .dropdown-arrow-up {
          display: flex;
          align-items: center;
          margin-right: 10px; }
        .tiles-views .grid-views-menu-dropdown-menu {
          all: unset; }
          .tiles-views .grid-views-menu-dropdown-menu-submenu {
            all: unset; }
      .tiles-views .grid-views-menu.hide-more-views .dropdown-menu {
        display: none; }
      .tiles-views .grid-views-menu.hide-more-views .dropdown-arrow {
        display: flex; }
      .tiles-views .grid-views-menu.hide-more-views .dropdown-arrow-up {
        display: none; }
      .tiles-views .grid-views-menu:not(.hide-more-views) .dropdown-arrow {
        display: none; }
      .tiles-views .grid-views-menu:not(.hide-more-views) .dropdown-arrow-up {
        display: flex !important; }
      .tiles-views .grid-views-menu .dropdown-menu {
        all: unset; }
        .tiles-views .grid-views-menu .dropdown-menu-submenu {
          all: unset; }
      .tiles-views .grid-views-menu.hide-more-views .dropdown-menu {
        display: none; }
      .tiles-views .grid-views-menu.hide-more-views .dropdown-arrow {
        display: flex; }
      .tiles-views .grid-views-menu.hide-more-views .dropdown-arrow-up {
        display: none; }
      .tiles-views .grid-views-menu:not(.hide-more-views) .dropdown-arrow {
        display: none; }
      .tiles-views .grid-views-menu:not(.hide-more-views) .dropdown-arrow-up {
        display: flex !important; }
    .tiles-views .grid-views .added-unpinned-view {
      display: none; }
  .tiles-views .unpinned-views li, .tiles-views .shared-views li {
    background: #f8f8f8;
    width: 100%; }
    .tiles-views .unpinned-views li.active, .tiles-views .shared-views li.active {
      background: #a6cfe9; }
      .tiles-views .unpinned-views li.active a:hover, .tiles-views .unpinned-views li.active a:focus > a.tile-medium, .tiles-views .shared-views li.active a:hover, .tiles-views .shared-views li.active a:focus > a.tile-medium {
        background: #a6cfe9 !important; }
      .tiles-views .unpinned-views li.active .view-shares, .tiles-views .shared-views li.active .view-shares {
        color: #676767; }
      .tiles-views .unpinned-views li.active .view-name-text, .tiles-views .shared-views li.active .view-name-text {
        color: #0a73b6; }
    .tiles-views .unpinned-views li a, .tiles-views .shared-views li a {
      align-items: baseline; }
    .tiles-views .unpinned-views li:hover, .tiles-views .unpinned-views a:focus > li.tile-medium, .tiles-views .shared-views li:hover, .tiles-views .shared-views a:focus > li.tile-medium {
      background: #cee5f3;
      margin-bottom: 0px !important; }
    .tiles-views .unpinned-views li .view-name-text, .tiles-views .shared-views li .view-name-text {
      margin-left: 0px;
      padding: 7px 0px 7px 20px;
      width: 100%;
      margin: 0 !important;
      font-size: 15px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .tiles-views .unpinned-views li .view-name-text:hover, .tiles-views .unpinned-views li a:focus > .view-name-text.tile-medium, .tiles-views .shared-views li .view-name-text:hover, .tiles-views .shared-views li a:focus > .view-name-text.tile-medium {
        border: none;
        margin-bottom: 0px !important; }
  .tiles-views .grid-view {
    background: #f8f8f8;
    width: 100%; }
    .tiles-views .grid-view:hover, .tiles-views a:focus > .grid-view.tile-medium {
      background: #cee5f3;
      margin-bottom: 0px !important; }
    .tiles-views .grid-view-name {
      margin-left: 0px;
      padding: 10px 20px;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 !important; }
      .tiles-views .grid-view-name:hover, .tiles-views a:focus > .grid-view-name.tile-medium {
        border: none;
        margin-bottom: 0px !important; }
    .tiles-views .grid-view-settings {
      display: none !important;
      font-size: 22px; }
    .tiles-views .grid-view-arrow {
      display: none; }
    .tiles-views .grid-view.active {
      background: #a6cfe9; }
      .tiles-views .grid-view.active .grid-view-name {
        border-bottom: none; }
  .tiles-views .metro-tabs {
    margin: unset; }
  .tiles-views .table-container {
    display: flex !important;
    width: 100% !important;
    flex-direction: column; }
  .tiles-views .view-name-big {
    display: flex;
    align-items: center; }
    .tiles-views .view-name-big .grid-view-settings {
      display: block !important; }
      .tiles-views .view-name-big .grid-view-settings-settings {
        display: block !important; }
      .tiles-views .view-name-big .grid-view-settings-arrow {
        display: none !important; }
    .tiles-views .view-name-big-name {
      height: 32px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      padding-right: 7px; }
  .tiles-views .view-name-number-of-unread-tickets {
    height: 14px;
    padding-left: unset;
    flex-shrink: 0;
    align-self: baseline;
    text-align: right; }
  .tiles-views .shared-views {
    display: block; }
    .tiles-views .shared-views-command .hover-toggle {
      display: none !important; }

.outlook-addin .page-body:not(.tiles-shown) .item-detail__detail__body__grid .compact-views.metro-tabs .active {
  padding-right: 0px;
  width: calc(100% - 15px); }

.mobile-device .compact-views.metro-tabs .active {
  width: calc(100% - 25px); }

.mobile-device .tiles-shown .compact-views.metro-tabs .active {
  width: 100%; }

@media screen and (max-width: 1200px) {
  .tiles-views .grid-views {
    width: 182px; } }

.dropdown-arrow-up {
  display: none !important; }

.opened-for-edit {
  padding: 2px 0px !important; }
  .opened-for-edit .suggestionbox .input-group {
    height: 100%; }
  .opened-for-edit input {
    float: left; }
  .opened-for-edit .field {
    height: 100% !important; }

.cell-node-property-value {
  width: 100% !important; }

.cell-content-value-edit {
  background-color: #ffffff;
  padding-left: 1px; }
  .cell-content-value-edit .form-group {
    padding: 0;
    margin: 0; }
  .cell-content-value-edit .suggestions {
    position: relative !important;
    left: unset !important; }

tr:hover .cell-content-value-edit-date, a:focus > tr.tile-medium .cell-content-value-edit-date {
  background-color: #cee5f3; }

.highlight .cell-content-value-edit-date, .highlight:hover .cell-content-value-edit-date, a:focus > .highlight.tile-medium .cell-content-value-edit-date {
  background-color: #a6cfe9; }

.command-postfix {
  margin-left: 4px; }

.grid-fabric-icon {
  width: 14px; }

.navigation-bar-commands-section-grid {
  padding-right: 10px;
  color: #676767;
  display: none; }
  .navigation-bar-commands-section-grid-command {
    display: none; }
    .navigation-bar-commands-section-grid-command .grid-selected-count {
      padding-left: 5px; }

.item-detail__wrapper .grid-views {
  margin-top: 0px;
  width: 100%; }

.btn.disabled {
  pointer-events: none; }

.tile-asset-text, .important-news-text, .important-news-subject, .SectionCoverageTableLastColumn, #SLADescCollapsed, #ServiceDescriptionCollapsed, .oneLineCutText, .context-menu-group-command-text, .breadcrumb-navigation-href {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/*#region navigation-bar*/
.command-rollable-clickable, .navigation-bar-command, .navigation-bar-rollable-options, .navigation-bar-rollable {
  margin: 0 2px; }
  .command-rollable-clickable a, .command-rollable-clickable a:visited, .command-rollable-clickable a:active, .navigation-bar-command a, .navigation-bar-command a:visited, .navigation-bar-command a:active, .navigation-bar-rollable-options a, .navigation-bar-rollable-options a:visited, .navigation-bar-rollable-options a:active, .navigation-bar-rollable a, .navigation-bar-rollable a:visited, .navigation-bar-rollable a:active {
    text-decoration: none;
    border-radius: 2px !important;
    display: flex !important;
    flex-shrink: 0;
    align-items: center;
    background: #f2f8fc !important;
    padding: 0px 7px !important;
    height: 32px; }
  .command-rollable-clickable a:hover, .command-rollable-clickable a:focus > a.tile-medium, .navigation-bar-command a:hover, .navigation-bar-command a:focus > a.tile-medium, .navigation-bar-rollable-options a:hover, .navigation-bar-rollable-options a:focus > a.tile-medium, .navigation-bar-rollable a:hover, .navigation-bar-rollable a:focus > a.tile-medium {
    text-decoration: none;
    background: #cee5f3 !important;
    border-radius: 2px !important;
    display: flex !important;
    flex-shrink: 0;
    padding: 0px 7px !important; }

.open.command-rollable-clickable a:focus, .open.navigation-bar-command a:focus, .open.navigation-bar-rollable-options a:focus, .open.navigation-bar-rollable a:focus, .open.navigation-bar-command-dropdown a:focus {
  text-decoration: none;
  background: #cee5f3 !important;
  border-radius: 2px !important;
  display: flex !important;
  flex-shrink: 0;
  padding: 0px 7px !important; }

.navigation-bar {
  height: 44px;
  background-color: #f2f8fc;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4; }
  .navigation-bar-commands-wrapper {
    display: flex;
    flex-grow: 1;
    overflow: hidden; }
  .navigation-bar-command {
    cursor: pointer;
    display: flex !important;
    flex-shrink: 0;
    align-items: center; }
    .navigation-bar-command-hidden {
      display: none !important; }
    .navigation-bar-command-primary {
      margin-right: 5px; }
      .navigation-bar-command-primary .command-img {
        color: #ffffff; }
      .navigation-bar-command-primary .command-text {
        color: #ffffff;
        font-weight: 600;
        padding-right: 5px; }
      .navigation-bar-command-primary a, .navigation-bar-command-primary a:visited, .navigation-bar-command-primary a:focus {
        height: 32px;
        background: #0a73b6 !important; }
      .navigation-bar-command-primary a:hover, .navigation-bar-command-primary a:focus > a.tile-medium {
        background: #0868a3 !important;
        text-decoration: none; }
  .navigation-bar-commands-section {
    height: 32px;
    display: flex;
    flex-shrink: 0; }
  .navigation-bar-dots {
    width: 32px;
    height: 32px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin-right: 5px;
    border-radius: 2px;
    background-color: #f2f8fc !important; }
    .navigation-bar-dots:hover, a:focus > .navigation-bar-dots.tile-medium, .navigation-bar-dots:focus {
      background-color: #cee5f3 !important; }
  .navigation-bar-section {
    display: flex;
    padding-left: 3px;
    padding-right: 3px; }
  .navigation-bar-rollable-options > .command-text {
    padding-right: 1px; }
  .navigation-bar-rollable-options > .command-stable-text {
    padding-right: 3px; }
  .navigation-bar-rollable-options-link {
    padding: 0 !important; }
    .navigation-bar-rollable-options-link .collapsed-command-checkbox {
      vertical-align: middle;
      margin-left: 10px; }
    .navigation-bar-rollable-options-link a {
      width: 100%;
      padding: 3px 0 !important; }
  .navigation-bar-rollable .command-text {
    padding-right: 5px; }

.command-clickable-command {
  margin-right: 0px !important; }

.command-rollable-clickable .command-arrow {
  padding: 0; }

.navigation-bar-command-arrow-fix .command-arrow {
  padding-left: 5px; }

.no-left-margin {
  margin-left: 0 !important; }

.command-group-visible, .command-group-normal {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center; }

.navigation-bar-section:not(:first-child), .navigation-bar-separator {
  border-left: 1px solid #e4e4e4; }

/*#endregion navigation-bar*/
/*#region commands*/
.command-icon {
  display: flex;
  align-items: center; }
  .command-icon-hidden {
    display: none; }

.command-img {
  height: 19px;
  width: 19px;
  font-size: 17px;
  line-height: 19px;
  color: #0a73b6; }

.command-text {
  padding-left: 5px;
  display: block;
  display: flex;
  align-items: center;
  flex-shrink: 0; }

.command-arrow {
  padding-left: 5px;
  display: flex;
  align-items: center; }

.command-arrow-act {
  height: 30px;
  padding: 5px 3px 5px 3px;
  width: auto;
  float: right; }

.command-separator {
  border-bottom: 1px solid #e4e4e4; }

.command-icon-act {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left; }

.command-text-act {
  height: 30px;
  float: left;
  width: auto;
  padding: 5px 15px 5px 5px;
  font-size: 13px;
  color: #333333; }

div.command-img.ms-Icon--More {
  outline: none !important; }

.navigation-bar-command-act {
  height: 30px;
  width: auto;
  float: left; }
  .navigation-bar-command-act :hover, .navigation-bar-command-act a:focus > .tile-medium {
    background-color: transparent; }
  .navigation-bar-command-act a, .navigation-bar-command-act a:visited, .navigation-bar-command-act a:active {
    text-decoration: none;
    border-radius: 2px !important;
    display: flex !important;
    flex-shrink: 0;
    align-items: center;
    padding: 0 !important;
    background-color: transparent !important; }
  .navigation-bar-command-act a:hover, .navigation-bar-command-act a:focus > a.tile-medium, .navigation-bar-command-act a:focus {
    text-decoration: none;
    background: #cee5f3 !important;
    border-radius: 2px !important;
    display: flex !important;
    flex-shrink: 0; }

.nav-acts .navigation-bar-rollable {
  padding: 0 !important; }

.navigation-bar-dropdown-rollable-options > li {
  padding: 3px 20px 3px 0px;
  color: #000000;
  display: flex;
  align-items: center; }
  .navigation-bar-dropdown-rollable-options > li div.ms-Icon {
    margin-right: 5px; }

.navigation-bar-dropdown-rollable-options > li:hover, a.navigation-bar-dropdown-rollable-options:focus > li.tile-medium, .navigation-bar-dropdown-rollable-options.tile-small-img-wrapper:focus > li.tile-medium, .navigation-bar-dropdown-rollable-options.tile-medium-img-wrapper:focus > li.tile-medium, .tile-medium-img-wrapper.tile-small-img-wrapper:focus > li.tile-medium {
  background-color: #cee5f3; }

.command-separator {
  border-bottom: 1px solid #e4e4e4; }

.navigation-separator {
  display: flex;
  align-items: center;
  margin: 0 !important; }
  .navigation-separator-line {
    border-left: solid 1px #a6cfe9;
    width: 1px;
    height: 14px; }

.navigation-bar-dropdown {
  z-index: 10000;
  overflow-y: auto;
  max-height: 500px; }

.nav-acts {
  background: #f2f8fc; }

.navigation-bar-submenu {
  display: none;
  padding: 0;
  border: 1px solid #e4e4e4;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175); }

.navigation-bar-submenu.show {
  position: absolute;
  top: 0px;
  left: 0px;
  background: white;
  z-index: 10001; }

.navigation-bar-dropdown-with-icons > li > a {
  padding-left: 10px;
  display: flex;
  align-items: center;
  height: 26px; }
  .navigation-bar-dropdown-with-icons > li > a div.ms-Icon {
    padding-right: 5px; }

/*#endregion commands*/
/*#region breadcrumb*/
.breadcrumb-navigation-text, .breadcrumb-navigation-text:hover, a:focus > .breadcrumb-navigation-text.tile-medium {
  font-size: 12px;
  color: #50504f; }

.breadcrumb-navigation-href {
  vertical-align: central;
  padding-top: 10px; }

/*#endregion breadcrumb*/
/*#region context-menu*/
.context-menu-wrapper {
  display: none;
  width: auto;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  outline: transparent;
  background: white;
  z-index: 1000; }

.context-menu {
  min-width: 200px;
  max-width: 320px;
  height: auto; }

.context-menu-submenu {
  list-style: none;
  margin: 0 0 0 0;
  padding-left: 0px;
  padding-right: 0px; }

.context-submenu li > a:hover, .context-submenu li > a:focus {
  text-decoration: none;
  color: #333333 !important;
  cursor: pointer !important;
  background-color: #cee5f3 !important; }

.navigation-bar-submenu li > a:hover, .context-submenu li > a:focus {
  cursor: pointer !important; }

.context-menu-group-command {
  position: relative;
  font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
  color: inherit;
  min-width: 200px;
  height: 26px;
  display: block;
  cursor: pointer;
  padding: 3px 6px 3px 6px;
  text-align: left;
  outline: transparent; }

.context-menu-group-command:hover, a:focus > .context-menu-group-command.tile-medium {
  background: #cee5f3;
  cursor: pointer; }

.context-menu-group + .context-menu-group {
  border-top: 1px solid #e4e4e4;
  width: 100%; }

.context-menu-group-command-text {
  margin: 0px 4px;
  display: inline-block;
  flex-grow: 1;
  color: #333333;
  max-width: 300px; }

.context-menu-arrow {
  float: right;
  color: #333333; }

.navigation-bar-help {
  padding: 6px;
  border-radius: 2px;
  margin-left: auto;
  margin-right: 3px; }

.navigation-bar-help:hover, a:focus > .navigation-bar-help.tile-medium, .navigation-bar-help a:hover, .navigation-bar-help a:focus > a.tile-medium {
  background: #cee5f3 !important;
  border-radius: 2px; }

/*#endregion context-menu*/
.collapsed-command-checkbox {
  width: 18px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  color: #676767; }

.collapsed-command-img {
  height: 16px;
  width: 16px;
  margin-bottom: 3px;
  margin-right: 3px; }

.collapsed-command-fabric, .collapsed-command-fabric__yellow, .collapsed-command-fabric__green, .collapsed-command-fabric__red, .collapsed-command-fabric__blue {
  font-size: 16px;
  color: #676767;
  float: left;
  padding-right: 5px; }
  .collapsed-command-fabric__blue {
    color: #0a73b6; }
  .collapsed-command-fabric__red {
    color: #c50f1f; }
  .collapsed-command-fabric__green {
    color: #6bb700; }
  .collapsed-command-fabric__yellow {
    color: #ffaa44; }

.tile-asset-text, .important-news-text, .important-news-subject, .SectionCoverageTableLastColumn, #SLADescCollapsed, #ServiceDescriptionCollapsed, .oneLineCutText, .breadcrumb-navigation-href, .context-menu-group-command-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.alvao-navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 48px; }
  .alvao-navbar_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    height: 100%;
    padding: 0px 15px; }
    .alvao-navbar_logo_wrapper {
      padding: 0px 5px;
      color: #ffffff;
      font-weight: 600;
      font-size: 16px;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .alvao-navbar_logo_wrapper:hover, a:focus > .alvao-navbar_logo_wrapper.tile-medium, .alvao-navbar_logo_wrapper:focus {
        text-decoration: none;
        color: #ffffff; }
    .alvao-navbar_logo_img {
      max-width: 200px;
      max-height: 30px;
      margin-right: 20px; }
  .alvao-navbar_search {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1; }
  .alvao-navbar_commands {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 0;
    height: 100%; }
    .alvao-navbar_commands_item {
      display: flex;
      justify-content: center;
      align-items: stretch;
      height: 100%;
      min-width: 36px; }
      .alvao-navbar_commands_item:hover, a:focus > .alvao-navbar_commands_item.tile-medium {
        cursor: pointer;
        background-color: #0868a3;
        text-decoration: none; }
      .alvao-navbar_commands_item_content {
        display: flex;
        align-items: center;
        justify-content: center; }
        .alvao-navbar_commands_item_content .alvao-navbar_icon, .alvao-navbar_commands_item_content .alvao-navbar_icon_black, .alvao-navbar_commands_item_content .alvao-navbar_icon_primary {
          width: 100%;
          text-align: center; }
        .alvao-navbar_commands_item_content:hover, a:focus > .alvao-navbar_commands_item_content.tile-medium, .alvao-navbar_commands_item_content:focus {
          text-decoration: none; }
      .alvao-navbar_commands_item_news-count {
        background-color: #07578a;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        width: 16px;
        height: 16px;
        top: -5px;
        right: -8px;
        font-family: "Segoe UI", "Tahoma", "Helvetica"; }
      .alvao-navbar_commands_item_portrait {
        padding-left: 5px !important;
        padding-right: 5px !important;
        height: 100%;
        display: flex;
        align-items: center; }
        .alvao-navbar_commands_item_portrait:hover, a:focus > .alvao-navbar_commands_item_portrait.tile-medium {
          background: transparent !important;
          text-decoration: none; }
    .alvao-navbar_commands_portrait {
      padding: 0px; }
      .alvao-navbar_commands_portrait_wrapper {
        min-width: 46px;
        padding-right: 1px; }
  .alvao-navbar_mobile_menu_wrapper {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
  .alvao-navbar_mobile_close_button {
    min-width: 36px; }
    .alvao-navbar_mobile_close_button_wrapper {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: 48px;
      width: 100%;
      flex-shrink: 0;
      flex-grow: 0; }
    .alvao-navbar_mobile_close_button:hover, a:focus > .alvao-navbar_mobile_close_button.tile-medium {
      text-decoration: none;
      cursor: pointer; }
  .alvao-navbar_icon, .alvao-navbar_icon_black, .alvao-navbar_icon_primary {
    font-size: 19px;
    color: #ffffff;
    position: relative; }
    .alvao-navbar_icon_primary {
      color: #0a73b6;
      line-height: 19px; }
    .alvao-navbar_icon_black {
      color: #333333; }
  .alvao-navbar.navbar-admin-default .alvao-navbar_commands_item:hover, .alvao-navbar.navbar-admin-default a:focus > .alvao-navbar_commands_item.tile-medium {
    background-color: #50504f; }
  .alvao-navbar .alvao-navbar_commands_item_content {
    width: 100%; }

#alvao-navbar-portrait {
  display: flex !important; }

@media screen and (max-width: 768px) {
  .alvao-navbar_commands_portrait_wrapper {
    display: none; }
  .alvao-navbar_logo_img {
    display: none; } }

@media screen and (min-width: 768px) {
  .alvao-navbar_commands_sandwich_wrapper {
    display: none; }
  .alvao-navbar_commands_search_wrapper {
    display: none; } }

#userMenuInfo.userName {
  padding-left: 20px;
  padding-right: 3px;
  padding-top: 8px;
  padding-bottom: 3px; }

@media only screen and (max-device-width: 1024px), only screen and (max-device-width: 1280px) and (orientation: landscape) and (min-device-pixel-ratio: 1.2) {
  #userMenuInfo {
    display: none; } }

.navbar-toggle {
  margin-right: 0px;
  border-right: 0px; }

@media only screen and (max-width: 768px) {
  .navbar-main-collapse .dropdown-menu {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0px;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .navbar-collapse {
    max-height: 100% !important;
    height: calc(100vh) !important; }
  .navbar-nav {
    background-color: #0a73b6;
    margin-top: 1px; } }

#userMenuInfo {
  display: block; }

li.user > .dropdown-toggle-portrait {
  display: block; }

li.user > .dropdown-toggle {
  color: #50504f;
  display: block; }

.search-component {
  height: 100%;
  width: 100%; }

.searchNode {
  height: 32px;
  padding: 0px; }

.searchNode input {
  border-right-width: 0px; }

.disabled .input-group-btn {
  background-color: #e4e4e4 !important; }

.searchNode .input-group-btn {
  background-color: transparent;
  border: 1px solid #a6cfe9;
  border-left-width: 0px;
  padding-right: 5px;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.075); }

.searchNode:focus-within input {
  border-color: #0a73b6;
  transition: border 100ms ease-in-out; }

.searchNode:focus-within .input-group-btn {
  border-color: #0a73b6;
  transition: border 200ms ease-in-out; }

.command-stable-text {
  float: left;
  padding-right: 5px; }

.command-variable-text {
  float: left;
  padding-right: 5px; }

.tile-asset-text, .important-news-text, .important-news-subject, .SectionCoverageTableLastColumn, #SLADescCollapsed, #ServiceDescriptionCollapsed, .oneLineCutText, .breadcrumb-navigation-href, .context-menu-group-command-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.undecorated-link {
  color: #000000; }

.undecorated-link:visited, .undecorated-link:link, .undecorated-link:active, .undecorated-link:focus {
  color: #000000;
  text-decoration: none; }

.undecorated-link:hover, a:focus > .undecorated-link.tile-medium {
  color: #000000;
  text-decoration: underline; }

.text-gray {
  color: #50504f; }

.text-gray:visited, .text-gray:link, .text-gray:active, .text-gray:focus, .text-gray:hover, a:focus > .text-gray.tile-medium {
  color: #50504f; }

.act-detail-link {
  color: #000000;
  font-size: 12px;
  line-height: 13px; }

.act-detail-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%; }

.act-detail-wrapper-padding {
  padding: 20px; }

.act-detail-header {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px; }

.act-detail-author-photo {
  position: relative;
  left: 0px;
  top: 0px;
  float: left;
  margin-right: 10px; }

.act-detail-header-basic-info {
  position: relative;
  float: left;
  width: calc(100% - 112px);
  top: 8px; }

.act-detail-act-created {
  float: left;
  width: 100%;
  font-size: 12px; }

.act-detail-act-name {
  float: left;
  width: 100%;
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
  font-weight: 500; }

.act-detail-author-name {
  float: left;
  width: 100%;
  font-size: 22px;
  font-weight: 300; }

.act-detail-act-name-text {
  float: left; }

.act-detail-act-correspondents-wrapper {
  float: left;
  width: 100%;
  font-size: 14px; }

.act-detail-act-correspondents-name {
  padding-right: 5px;
  color: #50504f;
  vertical-align: top;
  width: 10px;
  white-space: nowrap; }

.act-detail-header-correspondents {
  float: left;
  width: 100%; }

.act-detail-link {
  font-weight: normal; }

.act-detail-link-notification {
  color: #676767 !important; }

.act-detail-body {
  width: 100%;
  float: left;
  flex-grow: 1;
  overflow-y: auto; }

.act-detail-body-text {
  padding-top: 15px;
  padding-bottom: 15px; }

.act-detail-footer {
  width: 100%;
  float: left;
  margin-top: 10px; }

.select-radio-group {
  width: auto;
  padding: 6px 8px;
  height: auto;
  display: table;
  position: relative; }
  .select-radio-group > .select-radio-wrapper {
    overflow: hidden;
    max-width: 1000px;
    -webkit-transition: max-width 0.5s ease;
    -moz-transition: max-width 0.5s ease;
    -o-transition: max-width 0.5s ease;
    transition: max-width 0.5s ease; }
    .select-radio-group > .select-radio-wrapper .select-radio-item label::after {
      content: ''; }
  .select-radio-group > .select-radio-wrapper-fixed-height {
    height: 22px; }
  .select-radio-group.collapsed > .select-radio-wrapper {
    max-width: 115px; }
  .select-radio-group.collapsed .expander {
    display: block; }
  .select-radio-group .expander {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 7px;
    width: auto;
    display: none; }

.tile-color-radio-item {
  float: left;
  margin-right: 2px;
  margin-left: 2px;
  margin-top: 4px; }
  .tile-color-radio-item div {
    margin: 0px; }
  .tile-color-radio-item input[type="radio"] {
    display: none; }
  .tile-color-radio-item input:checked ~ .tile-color {
    outline: 1px solid #000000; }

.tile-color {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center; }
  .tile-color__checked {
    font-size: 12px;
    line-height: 16px;
    font-weight: bolder !important;
    color: #ffffff; }
  .tile-color:hover, a:focus > .tile-color.tile-medium {
    cursor: pointer; }

.tile-color-picker {
  border: 2px dashed #b8b8b8; }
  .tile-color-picker-plus {
    font-size: 12px;
    line-height: 12px;
    font-weight: bolder !important;
    color: #b8b8b8; }

#colorPicker {
  position: absolute;
  width: 16px;
  height: 16px;
  opacity: 0; }
  #colorPicker:hover, a:focus > #colorPicker.tile-medium {
    cursor: pointer; }

.tile-asset-text, .important-news-text, .important-news-subject, .SectionCoverageTableLastColumn, #SLADescCollapsed, #ServiceDescriptionCollapsed, .oneLineCutText, .breadcrumb-navigation-href, .context-menu-group-command-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.suggestbox-wrapper {
  position: relative;
  left: 0px;
  -webkit-overflow-scrolling: auto; }

.suggestbox-wrapper .input-group-btn {
  float: left; }

.suggestbox-wrapper .input-group-btn .btn {
  height: 26px;
  width: 26px;
  padding: 0px; }

.suggestbox-wrapper .double-height-suggestion ~ .input-group-btn .btn {
  height: 48px;
  width: 26px; }

.suggestbox-wrapper .clear {
  clear: both; }

.suggestionbox .input-group {
  width: 100%; }

.suggestionbox .suggestions {
  z-index: 1000;
  position: absolute;
  left: 2px;
  outline: 1px solid #0a73b6;
  border-top-width: 0px;
  background-color: #ffffff;
  overflow-y: auto;
  overflow-x: hidden; }

.suggestionbox .suggestions .suggestion-item {
  padding: 3px 5px;
  cursor: pointer; }

.suggestionbox .suggestions > .suggestion-item-active {
  background-color: #cee5f3; }

.suggestionbox .selection {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 0px;
  background-color: transparent;
  border-right-width: 0px; }

.suggestionbox.double-height-suggestion .selection {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px; }

.suggestionbox {
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: 1px;
  float: left;
  width: 100%; }
  .suggestionbox-links a {
    margin-right: 10px; }
    .suggestionbox-links a:hover, .suggestionbox-links a:focus > a.tile-medium, .suggestionbox-links a:focus {
      text-decoration: none; }
  .suggestionbox__loading {
    height: 60px; }

.suggestbox-wrapper.focused .selection {
  border-color: #0a73b6; }

.suggestionbox .field {
  border-left-width: 0px;
  min-width: 100px; }

@media only screen and (max-device-width: 1024px), only screen and (max-device-width: 1280px) and (orientation: landscape) and (min-device-pixel-ratio: 1.2) {
  .suggestionbox .field {
    border-left-width: 0px;
    min-width: 25px; } }

.suggestionbox .field.single-selection {
  min-width: 0px; }

.suggestionbox .selection-empty + .field, .suggestionbox .selection-empty + * > .field {
  border-left-width: 1px; }

.suggestionbox .selection-empty {
  display: none; }

.suggestionbox .input-group-addon :hover, .suggestionbox .input-group-addon a:focus > .tile-medium {
  background-color: #e4e4e4;
  color: #000000;
  cursor: pointer; }

.suggestionbox .selection-item {
  padding-left: 5px;
  padding-right: 5px;
  background-color: #f8f8f8;
  color: #000000;
  margin-right: 5px;
  height: 100%; }
  .suggestionbox .selection-item-icon {
    margin-right: 12px; }
    .suggestionbox .selection-item-icon img {
      width: 32px;
      height: 32px; }
  .suggestionbox .selection-item-render {
    display: flex;
    align-items: center;
    padding: 5px 5px; }
    .suggestionbox .selection-item-render .tile img {
      width: 26px;
      height: 26px; }
    .suggestionbox .selection-item-render .tile.pull-left {
      margin-right: 10px; }
  .suggestionbox .selection-item-expand {
    line-height: 38px;
    position: relative;
    padding: 5px;
    border-top: solid 1px #e4e4e4; }
    .suggestionbox .selection-item-expand .suggestion-caret {
      top: 4px !important; }
  .suggestionbox .selection-item .tile img {
    width: 26px;
    height: 26px; }
  .suggestionbox .selection-item-name {
    padding-left: 7px;
    padding-right: 7px;
    text-align: left;
    font-size: 15px; }
  .suggestionbox .selection-item-body {
    overflow: hidden;
    zoom: 1;
    display: flex;
    flex-direction: column; }
  .suggestionbox .selection-item-second-line {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 12px;
    color: #676767; }

.selection-item-with-icon {
  display: flex;
  align-items: center; }

.selection-item-with-icon-narrow .tile {
  width: 18px;
  height: 18px;
  padding: 0; }

.selection-item-with-icon-narrow .tile-properties-img {
  width: 18px !important;
  height: 18px !important; }

.another-property-selector .suggestionbox .selection {
  padding-top: 1px;
  padding-bottom: 0px; }

.another-property-selector .suggestionbox .selection-item {
  height: 21px; }

.another-property-selector .selection-remove {
  line-height: 15px; }

.suggestionbox .selected {
  background-color: #e4e4e4; }

.suggestionbox .selection-item .selection-remove {
  color: #b8b8b8;
  cursor: pointer;
  padding-left: 4px; }
  .suggestionbox .selection-item .selection-remove:hover, .suggestionbox .selection-item a:focus > .selection-remove.tile-medium, .suggestionbox .selection-item .selection-remove:focus {
    color: #676767; }

.suggestionbox .selected .selection-remove {
  cursor: pointer;
  color: #000000;
  padding-left: 4px; }

.btn-double-size {
  padding-top: 0px;
  height: 48px;
  width: 48px;
  margin-left: 10px;
  margin-top: 0px; }

.btn-dot-normal-size {
  line-height: 18px;
  padding-top: 0px;
  padding-left: 8px;
  padding-right: 8px; }

.suggestbox-with-tree-position-small {
  position: relative;
  float: left;
  width: calc(100% - 38px);
  margin-bottom: 5px; }

.double-height-suggestion .input-group,
.double-height-suggestion input[type=text],
.double-height-suggestion button.trigger {
  height: 48px;
  font-size: 15px; }

.double-height-suggestion .input-group-btn,
.double-height-suggestion .selection {
  height: 100%; }

.suggestionbox:not(.double-height-suggestion) .selection-item .selection-remove {
  font-size: 10px; }

.double-height-suggestion .clearable-input-wrapper .clear-input {
  top: 13px; }

.tile {
  width: 32px;
  height: 32px;
  padding: 3px; }

.media .tile {
  margin-top: 3px; }

.big-tile {
  width: 64px;
  height: 64px;
  padding: 8px; }

.grid-ticket-closed td.data .cell-content {
  color: #b8b8b8; }

.grid-ticket-closed td.data .cell-link {
  color: #b8b8b8; }

.grid-ticket-unread td.data .cell-content {
  font-weight: bold; }

.suggestion-item .media {
  font-size: 12px;
  color: #50504f;
  padding: 5px 5px 5px 5px; }

.suggestion-item .media-body {
  max-width: calc(100% - 50px); }

.suggestion-item .media-heading {
  font-size: 15px;
  color: #333333;
  margin-bottom: 0px; }

.suggestion-caret {
  vertical-align: middle;
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  z-index: 3; }

.suggestionbox .suggestion-caret {
  bottom: 7px; }

.suggestionbox.double-height-suggestion .suggestion-caret {
  top: 15px; }

.object-suggestionbox__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  padding: 5px 10px;
  width: 80%;
  margin: 5px; }
  .object-suggestionbox__wrapper:hover, a:focus > .object-suggestionbox__wrapper.tile-medium {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); }

.object-suggestionbox__link {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  text-decoration: none;
  align-items: center;
  color: #333333; }
  .object-suggestionbox__link:hover, a:focus > .object-suggestionbox__link.tile-medium, .object-suggestionbox__link:focus {
    text-decoration: none;
    color: #333333; }

.object-suggestionbox__icon {
  width: 32px;
  height: 32px; }
  .object-suggestionbox__icon__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 12px; }

.object-suggestionbox__text {
  flex-grow: 1;
  display: flex;
  flex-direction: column; }

.field-with-links > select {
  margin-bottom: 0px; }

.suggestion-no-result {
  min-height: 60px;
  padding-left: 10px;
  color: #b8b8b8; }
  .suggestion-no-result-title {
    font-size: 16px; }

.main-group-icon {
  font-size: 25px;
  line-height: 25px;
  color: #0a73b6; }

.class-item {
  display: flex;
  align-items: center; }

.suggest-with-icon__icon {
  font-size: 22px;
  margin-right: 5px; }

.tile-asset-text, .important-news-text, .important-news-subject, .SectionCoverageTableLastColumn, #SLADescCollapsed, #ServiceDescriptionCollapsed, .oneLineCutText, .breadcrumb-navigation-href, .context-menu-group-command-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.noPaddingClass {
  padding-left: 0px; }

.noRightPadding {
  padding-right: 0px !important; }

#articlesList .article {
  padding-bottom: 0px;
  cursor: pointer;
  margin-right: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-color: #e4e4e4;
  border-bottom-style: solid;
  border-bottom-width: 1px; }

#articlesList .article:hover, #articlesList a:focus > .article.tile-medium {
  background-color: #cee5f3; }

.articleContent {
  padding-right: 15px; }

.articleContentAlignment p {
  margin: 0 0 0 0 !important; }

#articlesList .wholeArticleHref {
  width: 80%;
  cursor: pointer; }

#articleFeatures {
  margin-bottom: 10px;
  margin-right: 20px; }

#articleContent {
  margin-left: 10px;
  margin-right: 20px; }

#articleHeader h1 {
  float: left;
  width: 80%;
  margin-top: 10px; }

#KB {
  margin-left: -10px; }

#articlesSearch {
  padding-left: 10px;
  height: 40px; }

#KBHeading {
  padding-left: 10px; }

#KBContentModal {
  padding-top: 20px;
  padding-right: 0px; }

#KBContent {
  padding-top: 0px;
  padding-right: 0px; }

#article {
  position: relative;
  right: 0; }

#separator {
  width: 2px;
  float: left;
  height: 100%;
  background-color: #e4e4e4;
  cursor: e-resize; }

#separator-helper {
  width: 3px;
  display: none;
  border-left: 1px dashed black;
  cursor: e-resize;
  background-color: transparent;
  position: absolute;
  z-index: 999; }

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.attachment-icon, .document-attachment-icon {
  vertical-align: bottom; }
  .attachment-icon__list {
    vertical-align: top; }

.knowledgeAnnotation {
  overflow: hidden;
  text-overflow: ellipsis; }

.knowledgeName {
  font-size: 17px;
  color: #0a73b6;
  line-height: 1.3; }

.knowledgeSmallPadding {
  padding-left: 10px; }

.noMarginTop {
  margin-top: 0px; }

.noLinkDecoration:hover, a:focus > .noLinkDecoration.tile-medium {
  text-decoration: none;
  color: #333333; }

.noLinkDecoration:link {
  text-decoration: none;
  color: #333333; }

.noLinkDecoration:visited {
  text-decoration: none;
  color: #333333; }

.noLinkDecoration:active {
  text-decoration: none;
  color: #333333; }

.article > a {
  color: #333333; }

.fakediv {
  display: block; }

.splitpane-vertical {
  height: 100%;
  margin-right: -15px; }

@media only screen and (min-width: 1024px) {
  .AdvancedSearchBlockSeparator {
    display: none; } }

.tile-asset-text, .important-news-text, .important-news-subject, .SectionCoverageTableLastColumn, #SLADescCollapsed, #ServiceDescriptionCollapsed, .breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ticket-menu {
  float: right;
  margin-top: 10px; }

.ticket-tabs {
  margin: 0px 0px 0px -7px !important; }

.ticket-tabs li.has-menu a:first-child {
  margin-right: 0px;
  display: inline-block;
  background-color: transparent; }

.ticket-tabs li.has-menu a.tab-menu {
  display: inline-block;
  background-color: transparent; }

.ticket-tabs .tab-menu {
  margin: 0px;
  border: 0px !important; }

.tab-menu {
  margin-left: 8px; }

.acts {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto; }
  .acts .media {
    flex-shrink: 0; }
  .acts .media-body {
    padding-right: 15px;
    width: unset;
    display: block; }

.small-actions > .nav,
.small-actions-dropdown {
  text-transform: uppercase;
  font-size: 12px; }

.small-actions > .nav > li > a {
  padding: 0px 5px 0px 5px; }

.small-actions > .nav > li > a {
  color: #50504f;
  margin: 0px 1px 1px 0px; }

.small-actions > .nav > li > a:hover,
.small-actions > .nav > li > a:focus {
  color: #000000;
  background-color: transparent; }

.count-badge {
  font-size: 10px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: normal;
  background-color: #e4e4e4;
  color: #50504f; }

.nav-pills > .active > a > .count-badge {
  background-color: #e4e4e4;
  color: #50504f; }

.quick-note .form-group {
  margin-bottom: 5px; }

.quick-note label {
  font-size: 13px;
  color: #333333;
  font-weight: normal; }

.quick-note .form-group .documents {
  font-size: 13px;
  padding-top: 7px; }

.quick-note .form-group .documents a {
  padding-right: 10px; }

hr.main {
  border-color: #e4e4e4;
  margin: 5px 0px 4px 0px; }

.acts > .media,
.acts > .media > .media-body .media {
  margin: 0px; }

.acts hr {
  border-color: #e4e4e4;
  margin: 5px 0px 5px 0px; }

.acts > .media > .media-body > .row {
  cursor: pointer; }

.acts > .media > .media-body .portrait {
  margin: 0px 5px 0px 1px; }

.acts > .media > .media-body .media-header {
  margin-left: 51px;
  word-wrap: break-word; }

.acts > .media > .media-body .media-header > .small {
  margin-right: 4px;
  margin-top: 2px; }

.acts > .media > .media-body .media-header.no-portrait {
  padding-bottom: 5px; }

.acts > .media > .media-body .media-heading {
  color: #000000;
  font-size: 17px;
  line-height: 17px;
  margin: 0px; }

.media-heading-for-phone {
  color: #000000;
  line-height: 17px;
  margin: 0px;
  padding-top: 2px; }

.acts > .media > .media-body .datetime {
  font-size: 12px; }

.acts > .media > .media-body .small {
  font-size: 12px;
  line-height: 14px; }

.acts > .media > .media-body .small .document {
  padding-right: 10px; }

.acts > .media > .media-body .body {
  padding-left: 60px;
  margin-top: 10px;
  /*display: none;*/
  color: #000000; }

.acts > .media.notification-group > .media-body .body {
  padding-left: 0px; }

.acts > .media > .media-body .body.in {
  /*display: block;*/ }

.row-heading {
  line-height: 17px; }

.acts .media.diary_system > .media-body .media-heading,
.acts .media.diary_system > .media-body .small,
.acts .media.diary_system > .media-body .body,
.acts .media.diary_system > .media-body .cost-info,
.acts .media.notification-group > .media-body .media-heading,
.acts .media.notification-group > .media-body .small,
.acts .media.notification-group > .media-body .cost-info {
  color: #676767; }

.media-body > .row {
  margin-left: 8px; }

.ticketNotExpand {
  padding-left: 0px;
  padding-right: 19px;
  left: 4px; }

.acts > .media > .media-body > .ticketDisplayClickable:hover > .ticketDisplayColored, .acts > .media > a.media-body:focus > .ticketDisplayClickable.tile-medium > .ticketDisplayColored, .acts > .media > .media-body.tile-small-img-wrapper:focus > .ticketDisplayClickable.tile-medium > .ticketDisplayColored, .acts > .media > .media-body.tile-medium-img-wrapper:focus > .ticketDisplayClickable.tile-medium > .ticketDisplayColored, .acts > .media > .tile-medium-img-wrapper.tile-small-img-wrapper:focus > .ticketDisplayClickable.tile-medium > .ticketDisplayColored {
  width: 10px; }

.ticketDisplayClickable > .ticketDisplayColored {
  width: 3px;
  height: 10000px;
  margin-bottom: -10000%;
  float: left; }

.ticketDisplayClickable {
  width: 10px;
  height: 10000px;
  margin-bottom: -10000%;
  float: left; }

.acts > .media > .media-body.event-not-displayed > .ticketDisplayClickable > .ticketDisplayColored {
  background-color: #0a73b6; }

.acts > .media > .media-body.event-displayed:hover > .ticketDisplayClickable > .ticketDisplayColored, .acts > a.media:focus > .event-displayed.tile-medium > .ticketDisplayClickable > .ticketDisplayColored, .acts > .media.tile-small-img-wrapper:focus > .event-displayed.tile-medium > .ticketDisplayClickable > .ticketDisplayColored, .acts > .media.tile-medium-img-wrapper:focus > .event-displayed.tile-medium > .ticketDisplayClickable > .ticketDisplayColored, .acts > .tile-medium-img-wrapper.tile-small-img-wrapper:focus > .event-displayed.tile-medium > .ticketDisplayClickable > .ticketDisplayColored {
  background-color: #cee5f3; }

.acts .cost-info {
  font-size: 12px;
  color: #333333; }

.acts mark {
  background-color: yellow;
  color: black; }

.cost-info.cost-nocharge > .value {
  text-decoration: line-through; }

.act-infinite > a {
  font-size: 15px; }

#SlowColumns, #RelationsBrowsingWarning {
  font-size: 15px; }

label, .label-person-name, .login-domain {
  font-weight: normal;
  font-size: 12px;
  color: #50504f; }

.ticket-action .form-buttons {
  margin-top: 30px; }

.ticket-action .documents > span {
  display: block; }

.cost > span {
  padding-right: 10px; }

.cost label {
  padding-bottom: 0px; }

.cost > span > input,
.cost > span .input-group,
.cost > span .clearable-input-wrapper {
  width: 5em !important; }

.highlight-row {
  font-weight: bold; }

.applicant-icon {
  margin-top: 2px;
  margin-right: 4px;
  float: left;
  height: 12px; }

.grid {
  max-width: 100%; }

.grid > thead > tr > th {
  text-align: left;
  font-weight: normal;
  padding-bottom: 5px;
  vertical-align: top; }

.grid > tbody > tr > td {
  text-align: left;
  font-weight: normal;
  border-bottom: 2px solid #e4e4e4;
  vertical-align: top; }

.state {
  width: 15%; }

.noBottomBorder > tbody > tr > td {
  border-bottom-style: none;
  padding-bottom: 1em; }

.marginLeft {
  margin-left: 2px; }

.columnMerge {
  display: inline-block;
  vertical-align: top;
  width: 295px;
  padding-right: 10px;
  float: initial; }

@media screen and (max-width: 295px) {
  .columnMerge {
    width: 90%; } }

@media print {
  .ticketDisplayClickable {
    height: 0px;
    display: none; }
  .ticketDisplayClickable > .ticketDisplayColored {
    height: 0px;
    display: none; } }

.communication-tab-menu li a {
  display: block; }
  .communication-tab-menu li a .tab-check-icon {
    width: 20px;
    vertical-align: bottom; }

.ticket-container .tab-area .acts {
  position: relative; }

.command-jump-unread {
  position: sticky;
  top: 0;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 500; }
  .command-jump-unread__shadow-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
    height: 30px;
    border-radius: 100px;
    margin-top: 5px; }
  .command-jump-unread__button {
    background: #cee5f3;
    z-index: 5;
    height: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #000000; }
    .command-jump-unread__button:hover, a:focus > .command-jump-unread__button.tile-medium, .command-jump-unread__button:focus {
      background-color: #a6cfe9 !important;
      text-decoration: none;
      color: #000000; }
    .command-jump-unread__button.left-part {
      border-radius: 100px 0 0 100px;
      padding: 5px 5px 5px 10px; }
    .command-jump-unread__button.right-part {
      border-radius: 0 100px 100px 0;
      padding: 5px 10px 5px 5px; }

.ticket-detail-header {
  padding: 10px 5px 0 5px;
  margin: 0 10px 0 10px;
  display: flex;
  align-content: flex-start; }
  .ticket-detail-header-icon {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-shrink: 0;
    height: 60px;
    width: 70px;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 5px 5px 5px 0px; }
    .ticket-detail-header-icon-section {
      height: 22px;
      width: 22px;
      background-position-y: center;
      background-position-x: center;
      background-size: 16px;
      background-repeat: no-repeat;
      border: 1px solid white;
      margin-left: -10px;
      z-index: 1; }
  .ticket-detail-header-info {
    padding-left: 5px; }
    .ticket-detail-header-info-name {
      font-weight: normal;
      font-size: 19px;
      word-wrap: break-word;
      margin-top: 0px;
      font-weight: 600;
      margin-right: 5px;
      margin-bottom: 0; }
      .ticket-detail-header-info-name-section {
        display: flex;
        flex-wrap: wrap; }
    .ticket-detail-header-info-description {
      font-size: 12px;
      color: #50504f;
      margin-right: 3px;
      word-wrap: break-word; }
      .ticket-detail-header-info-description > span {
        margin-right: 10px; }

.alert-bar {
  height: 30px;
  display: flex;
  align-items: center; }
  .alert-bar-high {
    background-color: #fde7e9; }
  .alert-bar-medium {
    background-color: #fed9cc; }
  .alert-bar-low {
    background-color: #fff4ce; }

.alert-icon {
  font-size: 22px;
  margin-left: 15px;
  margin-right: 10px; }
  .alert-icon-high {
    color: #a80000; }
  .alert-icon-medium {
    color: #d83b01; }
  .alert-icon-low {
    color: #797673; }

.alert-text {
  font-size: 12px; }

.last-in-log {
  padding-bottom: 5px; }
  .last-in-log hr {
    display: none; }

.communication-search {
  margin: 0px 15px;
  display: none; }
  .communication-search-wrapper {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: center;
    height: 30px;
    border: 1px solid #0a73b6;
    border-radius: 4px;
    width: 50%;
    min-width: 200px; }
  .communication-search-text {
    height: 28px;
    border: 0;
    flex-grow: 1; }
    .communication-search-text:focus {
      outline: none; }
  .communication-search-search, .communication-search-back {
    height: 28px;
    width: 28px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    flex-shrink: 0;
    display: flex; }
  .communication-search-search {
    background-color: #0a73b6;
    color: white;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }
    .communication-search-search:hover, a:focus > .communication-search-search.tile-medium {
      text-decoration: none;
      cursor: pointer;
      background-color: #0868a3; }
  .communication-search-back {
    background-color: #ffffff;
    color: #0a73b6;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
    .communication-search-back:hover, a:focus > .communication-search-back.tile-medium {
      cursor: pointer;
      color: #0a73b6; }

.communication-display-mode {
  margin: 0px 15px; }

.chip {
  display: inline-block;
  padding: 2px 7px;
  margin: 2px 5px 2px 0;
  cursor: pointer;
  background-color: #f2f8fc;
  border: 1px solid #e4e4e4;
  border-radius: 4px; }
  .chip .ms-Icon {
    vertical-align: middle;
    color: #b8b8b8; }

.tile-asset-text, .important-news-text, .important-news-subject, .SectionCoverageTableLastColumn, #SLADescCollapsed, #ServiceDescriptionCollapsed, .breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ticket-workflow__knowledge__wrapper {
  background-color: #f8f8f8;
  margin: 0 10px 10px 10px;
  padding: 5px;
  display: flex;
  align-items: center;
  font-size: 12px; }

.ticket-workflow__knowledge__icon {
  color: #b8b8b8;
  margin: 0 5px 0 10px;
  font-size: 16px; }

.ticket-workflow__knowledge__text {
  margin: 0 3px; }

.ticket-workflow-thermometer {
  width: 100%;
  overflow: auto; }

.ticket-workflow-state {
  width: 100%;
  float: left;
  position: relative; }
  .ticket-workflow-state-header {
    height: 40px;
    width: 100%;
    z-index: 5;
    padding-left: 20px;
    position: relative; }
    .ticket-workflow-state-header:hover, a:focus > .ticket-workflow-state-header.tile-medium {
      cursor: pointer; }
  .ticket-workflow-state-hover-helper {
    display: none; }
  .ticket-workflow-state-command:hover .ticket-workflow-state-hover-helper, a:focus > .ticket-workflow-state-command.tile-medium .ticket-workflow-state-hover-helper, .ticket-workflow-state-just-hover:hover .ticket-workflow-state-hover-helper, a:focus > .ticket-workflow-state-just-hover.tile-medium .ticket-workflow-state-hover-helper {
    display: block; }
  .ticket-workflow-state-command:hover .ticket-workflow-state-icon-circle-command, a:focus > .ticket-workflow-state-command.tile-medium .ticket-workflow-state-icon-circle-command, .ticket-workflow-state-just-hover:hover .ticket-workflow-state-icon-circle-command, a:focus > .ticket-workflow-state-just-hover.tile-medium .ticket-workflow-state-icon-circle-command {
    background-color: #cee5f3; }
  .ticket-workflow-state-command:hover .ticket-workflow-state-icon-circle-gray.ticket-workflow-state-icon-circle-command, a:focus > .ticket-workflow-state-command.tile-medium .ticket-workflow-state-icon-circle-gray.ticket-workflow-state-icon-circle-command, .ticket-workflow-state-just-hover:hover .ticket-workflow-state-icon-circle-gray.ticket-workflow-state-icon-circle-command, a:focus > .ticket-workflow-state-just-hover.tile-medium .ticket-workflow-state-icon-circle-gray.ticket-workflow-state-icon-circle-command {
    background-color: #e4e4e4; }
  .ticket-workflow-state-just-hover:hover, a:focus > .ticket-workflow-state-just-hover.tile-medium {
    background-color: #cee5f3; }
  .ticket-workflow-state-non-clickable:hover, a:focus > .ticket-workflow-state-non-clickable.tile-medium {
    cursor: default; }
  .ticket-workflow-state-body {
    float: left;
    width: 100%;
    padding-left: 20px;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: -1px; }
    .ticket-workflow-state-body .ticket-workflow-state-icon-line-body {
      left: 40px; }
  .ticket-workflow-state-icon {
    text-align: center;
    float: left;
    width: 40px;
    height: 40px;
    position: relative; }
  .ticket-workflow-state-actual {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    background-color: #f2f8fc;
    z-index: 1; }
  .ticket-workflow-state-name {
    padding: 10px 10px 5px 10px;
    width: calc(-40px + 100%);
    float: left;
    font-size: 17px;
    line-height: 17px;
    height: 40px; }
  .ticket-workflow-state-description {
    margin-left: 50px;
    padding-bottom: 5px;
    color: #50504f;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px; }
  .ticket-workflow-state-solver-instruction {
    margin-left: 50px;
    padding: 0px 50px 20px 0px;
    word-wrap: break-word; }
  .ticket-workflow-state-icon-circle, .ticket-workflow-state-icon-circle-actual, .ticket-workflow-state-icon-circle-actual-done, .ticket-workflow-state-icon-circle-visited, .ticket-workflow-state-icon-circle-gray {
    border: 1px solid #0a73b6;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    z-index: 86;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: white; }
    .ticket-workflow-state-icon-circle-gray {
      border: 1px solid #b8b8b8; }
      .ticket-workflow-state-icon-circle-gray .ticket-workflow-state-icon-circle-visited-half {
        background: #b8b8b8; }
      .ticket-workflow-state-icon-circle-gray .ticket-workflow-state-icon-circle-unreachable {
        background: #b8b8b8; }
    .ticket-workflow-state-icon-circle-gray.ticket-workflow-state-just-hover:hover, a:focus > .ticket-workflow-state-just-hover.tile-medium {
      background-color: #e4e4e4; }
    .ticket-workflow-state-icon-circle-unreachable {
      width: 1px;
      height: 20px;
      background-color: #0a73b6;
      position: absolute;
      top: 0px;
      left: 9px;
      transform: rotate(35deg); }
    .ticket-workflow-state-icon-circle-resolve:after {
      content: '';
      display: block;
      width: 5px;
      height: 10px;
      border: solid #0a73b6;
      border-width: 0 1px 1px 0;
      transform: rotate(45deg);
      position: absolute;
      left: 7px;
      top: 3px; }
    .ticket-workflow-state-icon-circle-visited {
      background-color: #0a73b6;
      font-size: 12px; }
      .ticket-workflow-state-icon-circle-visited-half {
        background: #0a73b6;
        height: 10px;
        width: 21px;
        border-top-left-radius: 21px;
        border-top-right-radius: 21px;
        position: relative;
        top: -1px;
        left: -1px; }
        .ticket-workflow-state-icon-circle-visited-half-fix {
          top: 0px;
          left: 0px; }
    .ticket-workflow-state-icon-circle-actual, .ticket-workflow-state-icon-circle-actual-done {
      width: 31px;
      height: 31px;
      top: 5px;
      left: 5px; }
      .ticket-workflow-state-icon-circle-actual-half {
        background: #0a73b6;
        height: 15px;
        width: 31px;
        border-top-left-radius: 31px;
        border-top-right-radius: 31px;
        position: relative;
        top: -1px;
        left: -1px; }
      .ticket-workflow-state-icon-circle-actual-done {
        background-color: #0a73b6; }
  .ticket-workflow-state-special-states {
    font-size: 17px;
    color: #333333;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    height: 50px;
    width: 100%;
    float: left; }
  .ticket-workflow-state-icon-line, .ticket-workflow-state-icon-line-body, .ticket-workflow-state-icon-line-down, .ticket-workflow-state-icon-line-up {
    width: 1px;
    background-color: #0a73b6;
    height: 55%;
    z-index: 10;
    position: absolute;
    left: 20px; }
    .ticket-workflow-state-icon-line-up {
      top: -1px; }
    .ticket-workflow-state-icon-line-down {
      bottom: -1px; }
    .ticket-workflow-state-icon-line-body {
      height: 100%;
      bottom: 0px;
      top: 0px; }

.tile-asset-text, .important-news-text, .important-news-subject, .SectionCoverageTableLastColumn, #SLADescCollapsed, #ServiceDescriptionCollapsed, .breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.metro-tabs {
  margin: 8px 0px 5px -5px; }
  .metro-tabs > li {
    margin-right: 5px; }
    .metro-tabs > li > a {
      color: #50504f;
      padding: 4px 0px 4px 0px;
      margin: 0px 5px 3px 5px;
      font-size: 15px; }
      .metro-tabs > li > a:hover {
        border-bottom-color: #50504f;
        border-bottom-style: solid;
        border-radius: 0;
        border-width: 2px;
        margin-bottom: 1px;
        cursor: pointer; }
    .metro-tabs > li > a:hover,
    .metro-tabs > li > a:focus, .metro-tabs > li.active > a, .metro-tabs > li.active > a:hover, .metro-tabs > li.active > a:focus {
      background-color: transparent; }
    .metro-tabs > li.active > a:not(.grid-view-arrow), .metro-tabs > li.active > a:not(.grid-view-arrow):hover, .metro-tabs > li.active > a:not(.grid-view-arrow):focus, .metro-tabs > li.active > .tile-small-img-wrapper:not(.grid-view-arrow):focus, .metro-tabs > li.active > .tile-medium-img-wrapper:not(.grid-view-arrow):focus {
      color: #0a73b6 !important; }
    .metro-tabs > li.active > a, .metro-tabs > li.active > a:hover, .metro-tabs > li.active > a:focus {
      border-bottom-color: #0a73b6;
      border-bottom-style: solid;
      border-radius: 0;
      border-width: 2px;
      margin-bottom: 1px; }
    .metro-tabs > li.dropdown > a.dots {
      padding-top: 10px;
      padding-bottom: 0px; }
      .metro-tabs > li.dropdown > a.dots:focus, .metro-tabs > li.dropdown > .dots.tile-small-img-wrapper:focus, .metro-tabs > li.dropdown > .dots.tile-medium-img-wrapper:focus, .metro-tabs > li.dropdown > .tile-medium-img-wrapper.tile-small-img-wrapper:focus {
        outline-width: thin;
        outline-style: dotted;
        outline-color: #333333; }

.tile-asset-text, .important-news-text, .important-news-subject, .SectionCoverageTableLastColumn, #SLADescCollapsed, #ServiceDescriptionCollapsed, .breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.section-navigation {
  margin: -3px 5px 5px 0px; }

.section-navigation a:link {
  color: #000000;
  font-size: 10px; }

.section-navigation a:visited {
  color: #000000;
  font-size: 10px; }

.section-navigation a:hover, .section-navigation a:focus > a.tile-medium {
  color: #000000;
  font-size: 10px; }

.section-navigation a:active {
  color: #000000;
  font-size: 10px; }

.section-table {
  vertical-align: top; }

.section-head {
  margin-bottom: 5px; }

.description-text {
  color: #50504f;
  font-size: 14px;
  font-family: "Segoe UI", "Tahoma", "Helvetica";
  margin-bottom: 10px; }

.section-detail-name {
  font-size: 17px;
  line-height: 1.1;
  font-family: "Segoe UI", "Tahoma", "Helvetica";
  font-weight: normal;
  margin: 5px 0px 0px 0px; }

.dark-section-name {
  color: #000000; }

.light-section-name {
  color: #ffffff; }

.dark-section-name:focus {
  outline-style: none; }

.light-section-name:focus {
  outline-style: none; }

.img-wrapper {
  text-align: center;
  width: 150px;
  position: absolute;
  left: 0;
  top: 0; }

.img-wrapper:focus {
  outline-style: none; }

.section-image {
  padding: 20px 20px 20px 20px; }

.section-name {
  position: absolute;
  bottom: 0px;
  left: 0;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  width: 100%;
  height: 50px; }

.suggestbox-with-tree-position {
  position: relative;
  float: left;
  width: calc(100% - 58px); }

#shared-person-block {
  padding-top: 1px;
  clear: both; }

#ServiceDescription {
  clear: both;
  cursor: pointer; }

#ServiceDescriptionCollapsed {
  text-align: justify;
  float: left;
  width: 95%; }

#ServiceDescriptionExpanded {
  white-space: pre-line; }

#SLADescriptions {
  cursor: pointer; }

#SLADescCollapsed {
  text-align: justify;
  float: left;
  width: 95%; }

#SLADescription {
  white-space: pre-line; }

.tile-asset-text, .important-news-text, .important-news-subject, .SectionCoverageTableLastColumn, .breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.CheckSettingItem {
  margin-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px; }

.CheckSettingItemHeader {
  height: 30px;
  width: 100%;
  z-index: 5; }

.CheckSettingItemHeader:hover, a:focus > .CheckSettingItemHeader.tile-medium {
  cursor: pointer; }

.ChecksIco {
  padding-right: 10px;
  padding-top: 3px;
  float: left; }

.ChecksArrows {
  padding-top: 10px;
  float: right; }

.ChecksName {
  padding-top: 5px;
  float: left; }

.SectionCoverageTable > thead > tr > th {
  font-size: 11px;
  color: #676767;
  border-width: 0px;
  font-weight: normal;
  padding: 5px 0px 5px 7px;
  white-space: nowrap; }

.CheckSettingItemBody {
  margin-left: 35px; }

.CheckSettingItemHeader {
  margin-bottom: 10px; }

.SectionCoverageTable > tbody > tr > td {
  font-size: 13px;
  color: #333333;
  border-width: 0px;
  font-weight: normal;
  padding: 5px 10px 0px 5px;
  white-space: nowrap; }

.SectionCoverageTable {
  margin-top: 10px; }

.SectionCoverageTableLastColumn {
  max-width: 0;
  width: 100%; }

.checkTestIco-Warning {
  color: #333333;
  border: 2px solid;
  border-radius: 50%;
  font-weight: 600;
  width: 24px;
  height: 24px;
  line-height: 18px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px; }

.checkTestIco-OK {
  color: #6bb700;
  border: 2px solid;
  padding-top: 1.5px;
  border-radius: 50%;
  font-weight: 600;
  width: 24px;
  height: 24px;
  line-height: 16px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px; }

.checkTestIco-Error {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 24px solid #c50f1f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.checkTestIco-Error:after {
  content: '';
  position: absolute;
  top: 4px;
  left: -9px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 18px solid white; }

.checkTestIco-Error-Inside {
  position: absolute;
  left: -2.1px;
  top: 5px;
  z-index: 55;
  color: #c50f1f;
  font-weight: bolder; }

.check-loading {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .check-loading-text {
    margin-top: 20px;
    color: #000000; }

.tile-asset-text, .important-news-text, .important-news-subject, .breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.c-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 5px; }

.c-rating__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  background: url(/Alvao/Content/img/stars.svg);
  background-position: 0 0;
  cursor: pointer; }

.c-rating__item:hover, a:focus > .c-rating__item.tile-medium,
.c-rating__item.is-active {
  background-position: -24px 0; }

.rating-description {
  padding-left: 10px;
  padding-top: 7px;
  font-size: 11px; }

.tile-asset-text, .important-news-text, .important-news-subject, .breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.new-form-url {
  padding: 10px; }

.new-form-editor {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .new-form-editor-wrapper {
    width: 100%;
    height: 100%;
    padding: 10px 10px 0px 10px;
    list-style: none; }
  .new-form-editor-item {
    min-height: 40px;
    width: 100%;
    border: 1px solid #e4e4e4;
    background-color: white;
    margin-bottom: 10px;
    display: inline-block; }
    .new-form-editor-item:hover > .new-form-editor-item-header > .new-form-editor-item-header-commands > .new-form-editor-item-header-commands-command, a:focus > .new-form-editor-item.tile-medium > .new-form-editor-item-header > .new-form-editor-item-header-commands > .new-form-editor-item-header-commands-command {
      opacity: 1; }
    .new-form-editor-item-focused {
      background-color: #a6cfe9 !important; }
      .new-form-editor-item-focused .new-form-editor-item-header {
        background-color: #a6cfe9 !important; }
    .new-form-editor-item-object-classes {
      margin-bottom: 10px; }
    .new-form-editor-item-placeholder {
      height: 40px;
      margin: 0px 10px 10px 10px;
      background-color: #f2f8fc;
      border: 1px #e4e4e4 dotted; }
    .new-form-editor-item-header {
      width: 100%;
      min-height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      cursor: move; }
      .new-form-editor-item-header:hover, a:focus > .new-form-editor-item-header.tile-medium {
        background-color: #cee5f3; }
        .new-form-editor-item-header:hover .new-form-editor-item-header-gripper, a:focus > .new-form-editor-item-header.tile-medium .new-form-editor-item-header-gripper {
          color: #333333; }
      .new-form-editor-item-header-gripper {
        width: 20px;
        color: #b8b8b8;
        font-size: 20px;
        line-height: 20px;
        flex-shrink: 0; }
      .new-form-editor-item-header-name {
        padding-left: 20px;
        flex-grow: 1; }
        .new-form-editor-item-header-name-text, .new-form-editor-item-header-name-text-addition {
          cursor: pointer;
          font-size: 17px;
          line-height: 17px;
          color: #333333; }
          .new-form-editor-item-header-name-text-addition {
            color: #b8b8b8; }
      .new-form-editor-item-header-icons {
        margin-left: 10px;
        display: flex; }
        .new-form-editor-item-header-icons-icon {
          color: #333333;
          line-height: 19px;
          font-size: 19px;
          margin-right: 10px; }
      .new-form-editor-item-header-commands {
        min-width: 110px; }
        .new-form-editor-item-header-commands-command {
          float: right;
          height: 19px;
          width: 19px;
          margin-right: 5px;
          margin-left: 5px;
          cursor: pointer;
          opacity: 0.4; }
          .new-form-editor-item-header-commands-command:hover, a:focus > .new-form-editor-item-header-commands-command.tile-medium {
            opacity: 1; }
    .new-form-editor-item-section .new-form-editor-item-header {
      background: #f2f8fc; }
    .new-form-editor-item-section-name-input {
      display: none; }
    .new-form-editor-item-body {
      width: 100%;
      min-height: 30px;
      display: none; }
      .new-form-editor-item-body-wrapper {
        border-top: 1px solid #e4e4e4;
        padding: 10px 5px 0px 5px;
        margin: 0px auto 0px auto;
        width: calc(-30px + 100%); }
        .new-form-editor-item-body-wrapper > .form-group {
          margin-bottom: 0px; }
    .new-form-editor-item-template-field-hidden {
      display: none; }
    .new-form-editor-item-request-name {
      cursor: pointer; }
      .new-form-editor-item-request-name > .new-form-editor-item-header {
        cursor: pointer; }
      .new-form-editor-item-request-name > .new-form-editor-item-body > .new-form-editor-item-body-wrapper {
        padding: 10px 5px 10px 5px; }
    .new-form-editor-item-requested-for {
      cursor: default; }
      .new-form-editor-item-requested-for > .new-form-editor-item-header {
        cursor: default; }
    .new-form-editor-item-expanded > .new-form-editor-item-body {
      display: flex; }
    .new-form-editor-item-expanded > .new-form-editor-item-header > .new-form-editor-item-header-commands > .new-form-editor-item-header-commands-command {
      opacity: 1; }
    .new-form-editor-item-template-selector {
      width: 50%;
      min-width: 200px;
      float: right;
      margin-top: 10px; }
      .new-form-editor-item-template-selector-hidden {
        display: none; }
    .new-form-editor-item-insert-in-template {
      color: #0a73b6;
      cursor: pointer; }
      .new-form-editor-item-insert-in-template:hover, a:focus > .new-form-editor-item-insert-in-template.tile-medium {
        color: #0868a3; }
  .new-form-editor-new-button, .value-list-values-new-button, .new-form-editor-new-item-body-custom-values-new-button {
    height: 35px;
    border: 1px #e4e4e4 solid;
    margin: 10px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    color: #333333; }
    .new-form-editor-new-button:hover, .value-list-values-new-button:hover, a:focus > .new-form-editor-new-button.tile-medium, a:focus > .tile-medium.value-list-values-new-button, .new-form-editor-new-item-body-custom-values-new-button:hover, a:focus > .new-form-editor-new-item-body-custom-values-new-button.tile-medium {
      background-color: #e4e4e4; }
  .new-form-editor-new-item-body {
    padding-top: 10px; }
    .new-form-editor-new-item-body-hidden {
      display: none; }
    .new-form-editor-new-item-body-shown {
      display: block; }
    .new-form-editor-new-item-body-custom-values {
      border: 1px solid #e4e4e4;
      padding: 10px 5px 0px 15px;
      margin-left: 15px;
      display: flex;
      flex-direction: column; }
      .new-form-editor-new-item-body-custom-values-hidden {
        display: none; }
      .new-form-editor-new-item-body-custom-values-list {
        width: 100%;
        height: 100%; }
        .new-form-editor-new-item-body-custom-values-list-item {
          height: 32px;
          margin: 3px 15px 3px 3px;
          padding: 3px; }
          .new-form-editor-new-item-body-custom-values-list-item-placeholder {
            height: 32px;
            margin: 3px 48px 3px 36px;
            background-color: #f2f8fc;
            border: 1px #e4e4e4 dotted; }
          .new-form-editor-new-item-body-custom-values-list-item-drag {
            width: 30px;
            height: 26px;
            float: left;
            cursor: move;
            opacity: 0.4;
            font-size: 22px;
            line-height: 26px;
            color: #676767; }
          .new-form-editor-new-item-body-custom-values-list-item-text {
            height: 26px;
            float: left;
            width: 50%; }
          .new-form-editor-new-item-body-custom-values-list-item-remove {
            width: 30px;
            height: 26px;
            float: left;
            text-align: center;
            opacity: 0.4;
            cursor: pointer;
            color: #0a73b6; }
          .new-form-editor-new-item-body-custom-values-list-item-focused > .new-form-editor-new-item-body-custom-values-list-item-remove, .new-form-editor-new-item-body-custom-values-list-item:hover > .new-form-editor-new-item-body-custom-values-list-item-remove, a:focus > .new-form-editor-new-item-body-custom-values-list-item.tile-medium > .new-form-editor-new-item-body-custom-values-list-item-remove {
            opacity: 1; }
          .new-form-editor-new-item-body-custom-values-list-item-focused > .new-form-editor-new-item-body-custom-values-list-item-drag, .new-form-editor-new-item-body-custom-values-list-item:hover > .new-form-editor-new-item-body-custom-values-list-item-drag, a:focus > .new-form-editor-new-item-body-custom-values-list-item.tile-medium > .new-form-editor-new-item-body-custom-values-list-item-drag {
            opacity: 1; }
      .new-form-editor-new-item-body-custom-values-new-button {
        margin: 10px auto 10px 36px; }
      .new-form-editor-new-item-body-custom-values-choices {
        margin-top: 10px; }
  .new-form-editor-available-items-wrapper {
    width: 100%;
    height: 100%; }
    .new-form-editor-available-items-wrapper > ul {
      margin-bottom: 0; }
  .new-form-editor-available-items-search {
    width: 100%;
    height: 33px;
    border: 1px solid #e4e4e4; }
    .new-form-editor-available-items-search-wrapper {
      color: #e4e4e4;
      font-size: 14px;
      height: 32px;
      padding-left: 10px;
      float: left;
      width: calc(-30px + 100%); }
      .new-form-editor-available-items-search-wrapper-input {
        border: none;
        height: 24px;
        width: 100%;
        background-color: transparent;
        outline: none; }
      .new-form-editor-available-items-search-wrapper > .clear-input {
        top: 6px !important;
        right: 30px !important; }
    .new-form-editor-available-items-search-icon {
      float: right;
      height: 31px;
      width: 28px;
      display: flex;
      justify-content: center;
      align-items: center; }
  .new-form-editor-available-items-new-field {
    margin-top: 10px; }
  .new-form-editor-available-items-list {
    border: 1px solid #e4e4e4;
    border-top: none;
    width: 100%;
    height: 400px;
    padding: 10px;
    list-style: none;
    overflow: auto; }
    .new-form-editor-available-items-list > .new-form-editor-item > .new-form-editor-item-header {
      cursor: pointer; }
    .new-form-editor-available-items-list > .new-form-editor-item > .new-form-editor-item-header > .new-form-editor-item-header-icons > .new-form-editor-item-header-icons-icon-process {
      display: block; }
    .new-form-editor-available-items-list > .new-form-editor-item > .new-form-editor-item-header > .new-form-editor-item-header-icons > .new-form-editor-item-header-icons-icon-hidden {
      display: none; }
    .new-form-editor-available-items-list > .new-form-editor-item > .new-form-editor-item-header > .new-form-editor-item-header-commands {
      display: none; }
    .new-form-editor-available-items-list > .new-form-editor-item > .new-form-editor-item-header > .new-form-editor-item-header-gripper {
      display: none; }

.tile-asset-text, .important-news-text, .important-news-subject, .breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.all-results-anchor, .requester-search-item-find-next {
  color: #0a73b6;
  cursor: pointer;
  float: left; }
  .all-results-anchor-arrow, .requester-search-item-find-next-arrow {
    float: left;
    font-size: 11px; }

.search_sticky {
  position: fixed;
  top: 5px;
  z-index: 1020; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search_sticky {
    position: fixed;
    top: 5px;
    left: calc((100% - $requester-search-width)/2);
    right: calc((100% - $requester-search-width)/2);
    z-index: 1020; } }

@media all and (-ms-high-contrast: none) and (max-width: 985px), screen and (-ms-high-contrast: active) and (max-width: 985px) {
  .search_sticky {
    left: 10vw;
    right: 10vw; } }

.requester-search__wrapper {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
  margin: 0px 10px;
  border-radius: 4px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3); }
  .requester-search__wrapper .suggestionbox {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px; }
  .requester-search__wrapper .suggestions {
    width: calc(700px + 50px + 50px) !important;
    outline: none;
    border: 2px solid #0a73b6;
    border-top-width: 0px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    z-index: 1005;
    padding-bottom: 10px;
    left: -50px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .requester-search__wrapper .suggestions > .suggestion-item-active {
      background-color: #cee5f3; }
  .requester-search__wrapper #requester-search-input.form-control:focus, .requester-search__wrapper .form-control.tile-small-img-wrapper:focus, .requester-search__wrapper .form-control.tile-medium-img-wrapper:focus, .requester-search__wrapper .tile-medium-img-wrapper.tile-small-img-wrapper:focus {
    border: solid 2px #a6cfe9;
    border-left: none;
    border-right: none; }
  .requester-search__wrapper__focused .requester-search__icon {
    border: 2px solid #0a73b6;
    border-right: none; }
  .requester-search__wrapper__focused .requester-search__search {
    border: 2px solid #0a73b6;
    border-left: none; }
  .requester-search__wrapper__focused #requester-search-input {
    border-color: #0a73b6 !important;
    border-left: none !important;
    border-right: none !important; }

.requester-search-input {
  width: 700px;
  height: 50px;
  z-index: 999; }

.requester-search__button, .requester-search__search, .requester-search__icon {
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 22px;
  line-height: 22px;
  flex-shrink: 0;
  color: #0a73b6;
  background-color: #ffffff;
  z-index: 1000;
  webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.requester-search__icon {
  color: #0a73b6;
  border: solid 2px #a6cfe9;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
  .requester-search__icon:hover, a:focus > .requester-search__icon.tile-medium {
    text-decoration: none;
    cursor: text; }

.requester-search__search {
  border: solid 2px #a6cfe9;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
  .requester-search__search div.ms-Icon {
    display: none; }
  .requester-search__search:hover, a:focus > .requester-search__search.tile-medium {
    text-decoration: none;
    cursor: text; }
  .requester-search__search__contains-text div.ms-Icon {
    display: flex; }
  .requester-search__search__contains-text:hover, a:focus > .requester-search__search__contains-text.tile-medium {
    text-decoration: none;
    cursor: pointer; }

.requester-search-item {
  min-height: 60px;
  padding-left: 10px; }
  .requester-search-item:hover, a:focus > .requester-search-item.tile-medium, .requester-search-item:focus {
    background-color: #cee5f3; }
  .requester-search-item-anchor:hover, a:focus > .requester-search-item-anchor.tile-medium, .requester-search-item-anchor:focus {
    text-decoration: none;
    color: #ffffff; }
  .requester-search-item-group-name {
    padding-left: 10px;
    font-size: 12px;
    color: #50504f;
    cursor: default;
    padding-bottom: 5px;
    padding-right: 10px; }
    .requester-search-item-group-name-outside {
      width: 100%;
      height: 30px; }
    .requester-search-item-group-name-suggest {
      background: white; }
    .requester-search-item-group-name-border {
      width: 100%;
      height: 12px;
      border-bottom: #e4e4e4 solid 1px;
      text-align: center; }
  .requester-search-item-find-next {
    font-size: 12px;
    margin: 4px 0px 4px 12px; }
    .requester-search-item-find-next-arrow {
      height: 14px;
      width: 14px;
      margin-top: 6px;
      margin-left: 5px; }
  .requester-search-item-name, .grid-compact-row {
    font-size: 15px;
    color: #000000;
    padding-bottom: 2px;
    padding-top: 5px;
    padding-left: 62px; }

.requester-search-results {
  padding-top: 10px; }
  .requester-search-results-border {
    border-bottom: #e4e4e4 1px solid;
    padding-bottom: 5px; }

.main-page-requester-search-input #requester-search-input, .main-page-requester-search-input input[name="RequesterSearch"] {
  height: 50px;
  font-size: 22px;
  padding: 5px;
  border-left: none;
  border-right: none;
  border-width: 2px;
  z-index: 1010;
  border-top: solid 2px #a6cfe9;
  border-bottom: solid 2px #a6cfe9; }

.section-catalog-title {
  font-size: 16px;
  color: #50504f; }

@media screen and (max-width: 768px) {
  #requester-search-input, input[name="RequesterSearch"] {
    font-size: 16px !important; } }

@media screen and (max-width: 985px) {
  .requester-search-input {
    width: 70vw; }
  .requester-search-input > .suggestionbox > .suggestions {
    width: calc(70vw + 50px + 50px) !important; } }

.padding-top-5 {
  padding-top: 5px; }

.requester-search-input-expanded input[name="RequesterSearch_Suggest"] {
  border-bottom: none !important; }

.requester-search-input-expanded .requester-search__icon {
  border-bottom: none;
  border-bottom-left-radius: 0px !important; }

.requester-search-input-expanded .requester-search__search {
  border-bottom: none;
  border-bottom-right-radius: 0px !important; }

.tile-asset-text, .important-news-text, .important-news-subject, .breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.tile-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .tile-list-item {
    width: 100%;
    padding: 5px;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch; }
    .tile-list-item-brief {
      padding: 2px 5px; }
    .tile-list-item-active {
      background-color: #a6cfe9; }
    .tile-list-item-anchor {
      width: 100%;
      display: flex; }
      .tile-list-item-anchor:hover, a:focus > .tile-list-item-anchor.tile-medium {
        text-decoration: none;
        color: #ffffff;
        cursor: pointer; }
        .tile-list-item-anchor:hover:not(.tile-list-item-active), a:focus > .tile-list-item-anchor.tile-medium:not(.tile-list-item-active) {
          background-color: #cee5f3; }
      .tile-list-item-anchor:focus {
        text-decoration: none;
        color: #ffffff;
        cursor: pointer; }
      .tile-list-item-anchor__shadow {
        border-radius: 4px;
        padding-bottom: 10px; }
        .tile-list-item-anchor__shadow:hover:not(.tile-list-item-active), a:focus > .tile-list-item-anchor__shadow.tile-medium:not(.tile-list-item-active) {
          background-color: transparent !important;
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); }
    .tile-list-item-selector {
      display: none; }
    .tile-list-item-icon {
      display: flex;
      justify-content: center;
      align-content: center;
      flex-shrink: 0;
      height: 50px;
      width: 50px;
      background-repeat: no-repeat;
      background-position: top center;
      padding: 5px; }
      .tile-list-item-icon-ticket {
        width: 66px;
        height: 100%;
        display: flex;
        flex-grow: 0;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start; }
      .tile-list-item-icon-wrapper {
        display: flex;
        width: 100%;
        height: 100%; }
      .tile-list-item-icon-portrait-img {
        width: 40px;
        height: 40px;
        z-index: 2;
        border-radius: 50%;
        border: 1px solid #e4e4e4; }
        .tile-list-item-icon-portrait-img img {
          width: 40px; }
      .tile-list-item-icon-tile {
        height: 22px;
        width: 22px;
        background-position-y: center;
        background-position-x: center;
        background-size: 16px;
        background-repeat: no-repeat;
        border: 1px solid white;
        margin-left: -10px;
        z-index: 1; }
      .tile-list-item-icon-fabric {
        color: #0a73b6;
        font-size: 28px;
        line-height: 36px; }
      .tile-list-item-icon-sections {
        align-self: flex-start; }
        .tile-list-item-icon-sections-icon {
          width: 36px;
          height: 36px;
          padding: 3px; }
    .tile-list-item-body {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      flex-grow: 1;
      width: calc(-66px + 100%);
      align-content: flex-start;
      padding: 5px 8px 0px 3px; }
      .tile-list-item-body-brief {
        align-content: flex-start; }
      .tile-list-item-body-icons {
        padding-left: 10px;
        font-size: 16px;
        line-height: 22px; }
      .tile-list-item-body-name {
        padding-bottom: 2px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        .tile-list-item-body-name-text {
          font-size: 16px;
          color: #000000;
          overflow: hidden;
          position: relative;
          line-height: 22px;
          max-height: 44px;
          word-break: break-word; }
          .tile-list-item-body-name-text-first {
            font-size: 16px;
            color: #000000;
            overflow: hidden;
            position: relative;
            line-height: 22px;
            max-height: 44px;
            word-break: break-word; }
          .tile-list-item-body-name-text-second {
            font-size: 12px;
            color: #50504f;
            display: flex;
            align-items: center; }
            .tile-list-item-body-name-text-second-tag {
              padding-right: 5px; }
      .tile-list-item-body-description {
        overflow: hidden;
        position: relative;
        line-height: 16px;
        max-height: 48px;
        word-break: break-word;
        font-size: 12px;
        color: #50504f;
        display: flex;
        flex-wrap: wrap;
        word-wrap: break-word; }
        .tile-list-item-body-description-column-value {
          display: flex;
          line-height: 16px;
          margin-right: 7px;
          flex-shrink: 0;
          flex-grow: 0;
          max-width: 100%;
          flex-wrap: nowrap; }
          .tile-list-item-body-description-column-value-name {
            font-weight: 600;
            flex-shrink: 0; }
          .tile-list-item-body-description-column-value-value {
            margin-left: 3px; }
          .tile-list-item-body-description-column-value-value-shorten, .tile-list-item-body-description-column-value-value-shorten-left {
            overflow: hidden;
            text-overflow: ellipsis;
            -ms-text-overflow: ellipsis;
            white-space: nowrap;
            text-align: left;
            max-width: 50vw; }
            .tile-list-item-body-description-column-value-value-shorten-left {
              direction: rtl; }
  .tile-list-markable .tile-list-item-anchor:hover .tile-list-item-icon, .tile-list-markable a:focus > .tile-list-item-anchor.tile-medium .tile-list-item-icon, .tile-list-markable .tile-list-item-active .tile-list-item-icon {
    padding-left: 10px; }
  .tile-list-markable .tile-list-item-anchor:hover .tile-list-item-icon-wrapper, .tile-list-markable a:focus > .tile-list-item-anchor.tile-medium .tile-list-item-icon-wrapper, .tile-list-markable .tile-list-item-active .tile-list-item-icon-wrapper {
    display: none; }
  .tile-list-markable .tile-list-item-anchor:hover .tile-list-item-selector, .tile-list-markable a:focus > .tile-list-item-anchor.tile-medium .tile-list-item-selector, .tile-list-markable .tile-list-item-active .tile-list-item-selector {
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-top: 6px;
    margin-bottom: 6px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 28px; }
    .tile-list-markable .tile-list-item-anchor:hover .tile-list-item-selector span, .tile-list-markable a:focus > .tile-list-item-anchor.tile-medium .tile-list-item-selector span, .tile-list-markable .tile-list-item-active .tile-list-item-selector span {
      font-weight: 600; }
  .tile-list-markable .tile-list-item-anchor:hover .tile-list-item:not(.tile-list-item-active) .tile-list-item-selector, .tile-list-markable a:focus > .tile-list-item-anchor.tile-medium .tile-list-item:not(.tile-list-item-active) .tile-list-item-selector {
    color: #b8b8b8;
    border: 2px solid #b8b8b8;
    background-color: #ffffff; }
    .tile-list-markable .tile-list-item-anchor:hover .tile-list-item:not(.tile-list-item-active) .tile-list-item-selector span, .tile-list-markable a:focus > .tile-list-item-anchor.tile-medium .tile-list-item:not(.tile-list-item-active) .tile-list-item-selector span {
      display: none; }
    .tile-list-markable .tile-list-item-anchor:hover .tile-list-item:not(.tile-list-item-active) .tile-list-item-selector:hover span, .tile-list-markable a:focus > .tile-list-item-anchor.tile-medium .tile-list-item:not(.tile-list-item-active) .tile-list-item-selector:hover span, .tile-list-markable .tile-list-item-anchor:hover .tile-list-item:not(.tile-list-item-active) a:focus > .tile-list-item-selector.tile-medium span, .tile-list-markable a:focus > .tile-list-item-anchor.tile-medium .tile-list-item:not(.tile-list-item-active) a:focus > .tile-list-item-selector.tile-medium span {
      display: block; }
  .tile-list-markable .tile-list-item-active .tile-list-item-selector {
    color: white;
    border: 2px solid white;
    background-color: #0a73b6; }
  .tile-list .grid-ticket-closed .tile-list-item-icon-wrapper, .tile-list .grid-ticket-closed .ticket-tag {
    opacity: 0.4; }
  .tile-list .grid-ticket-closed .tile-list-item-body-name-text {
    color: #b8b8b8; }
  .tile-list .grid-ticket-closed.tile-list-item-active .tile-list-item-body-name-text {
    color: #676767; }
  .tile-list .grid-ticket-closed .tile-list-item-body-name-text-first {
    color: #b8b8b8; }
  .tile-list .grid-ticket-closed.tile-list-item-active .tile-list-item-body-name-text-first {
    color: #676767; }
  .tile-list .grid-ticket-closed .tile-list-item-body-name-text-second {
    color: #b8b8b8; }
  .tile-list .grid-ticket-closed.tile-list-item-active .tile-list-item-body-name-text-second {
    color: #676767; }
  .tile-list .grid-ticket-closed .tile-list-item-body-description {
    color: #b8b8b8; }
  .tile-list .grid-ticket-closed.tile-list-item-active .tile-list-item-body-description {
    color: #676767; }
  .tile-list .grid-ticket-unread .tile-list-item-body-name {
    font-weight: bold; }

.tiles-shown.page-body {
  padding-left: 0px !important; }

.tiles-shown .table-div, .tiles-shown .table-div-mobile {
  border-top: 1px #e4e4e4 solid; }

.tiles-shown .grid-views, .tiles-shown.grid-views {
  padding-left: 20px; }

.tiles-shown .grid-display-mode-show {
  padding-right: 0px; }

.tiles-shown > h1 {
  display: none; }

.tiles-shown h1 {
  margin-left: 20px; }

.tiles-shown .item-detail__detail__body__grid, .tiles-shown.item-detail__detail__body__grid {
  padding: 0 15px 2px 15px; }

@media screen and (min-width: 1350px) {
  .main-page-blocks .tile-list-item-body-description-column-value-value-shorten, .main-page-blocks .tile-list-item-body-description-column-value-value-shorten-left {
    max-width: 20vw; } }

@media screen and (max-width: 460px) {
  .main-page-blocks .tile-list-item-body-description-column-value-value-shorten, .main-page-blocks .tile-list-item-body-description-column-value-value-shorten-left {
    max-width: 45vw; } }

.table-div .tile-list-item-anchor, .table-div-mobile .tile-list-item-anchor {
  border-bottom: 1px solid #e4e4e4; }

.table-div .tile-list-item-body, .table-div-mobile .tile-list-item-body {
  padding-top: 0; }
  .table-div .tile-list-item-body-name-text, .table-div-mobile .tile-list-item-body-name-text {
    max-height: none; }

.mobile-device .tiles-shown :not(.tiles-views) .grid-views {
  width: 100%;
  padding-right: 20px; }

.tile-asset-text, .important-news-text, .important-news-subject, .breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.settings-sites-component__item {
  background-color: transparent;
  transition: background-color 0.1s linear;
  margin-left: -10px;
  padding: 0px 10px 5px 10px; }
  .settings-sites-component__item:hover, a:focus > .settings-sites-component__item.tile-medium {
    background-color: #cee5f3;
    transition: background-color 0.1s linear; }

.settings-sites-component__text {
  font-size: 16px; }

.settings-sites-component__label {
  font-weight: normal;
  font-size: 12px;
  color: #50504f; }
  .settings-sites-component__label p {
    margin-bottom: 6px; }

.settings-sites-component__anchor:hover, a:focus > .settings-sites-component__anchor.tile-medium, .settings-sites-component__anchor:focus {
  text-decoration: none; }

.settings-sites-component__outside {
  padding: 5px 0px 5px 0px; }

.settings-sites-component__outside:first-child {
  padding-top: 0px; }

.tile-asset-text, .important-news-text, .important-news-subject, .breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.workflow-title {
  flex-grow: 0;
  padding-left: 20px; }

.workflow-page {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%; }

.workflow-diagram-icon {
  font-size: 14px; }

.workflow-editor-states-state {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  cursor: move; }
  .workflow-editor-states-state .workflow-state-item-grapper {
    margin-left: 10px;
    width: 30px;
    line-height: 20px;
    font-size: 20px;
    display: flex;
    align-self: center;
    flex-shrink: 0;
    color: #b8b8b8; }
  .workflow-editor-states-state .workflow-state-item-icon {
    position: relative;
    width: 30px;
    min-height: 50px;
    flex-shrink: 0; }
    .workflow-editor-states-state .workflow-state-item-icon-circle {
      border: 1px solid #0a73b6;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      z-index: 86;
      position: relative;
      top: calc(-10px + 50%);
      left: 10px;
      background-color: white; }
    .workflow-editor-states-state .workflow-state-item-icon-line, .workflow-editor-states-state .workflow-state-item-icon-line-down, .workflow-editor-states-state .workflow-state-item-icon-line-down-right, .workflow-editor-states-state .workflow-state-item-icon-line-down-left, .workflow-editor-states-state .workflow-state-item-icon-line-up, .workflow-editor-states-state .workflow-state-item-icon-line-up-right, .workflow-editor-states-state .workflow-state-item-icon-line-up-left {
      width: 1px;
      background-color: #0a73b6;
      height: 55%;
      z-index: 10;
      position: absolute;
      left: 20px; }
      .workflow-editor-states-state .workflow-state-item-icon-line-up, .workflow-editor-states-state .workflow-state-item-icon-line-up-right, .workflow-editor-states-state .workflow-state-item-icon-line-up-left {
        top: -1px; }
        .workflow-editor-states-state .workflow-state-item-icon-line-up-left {
          left: 17px; }
        .workflow-editor-states-state .workflow-state-item-icon-line-up-right {
          left: 22px; }
      .workflow-editor-states-state .workflow-state-item-icon-line-down, .workflow-editor-states-state .workflow-state-item-icon-line-down-right, .workflow-editor-states-state .workflow-state-item-icon-line-down-left {
        bottom: -1px; }
        .workflow-editor-states-state .workflow-state-item-icon-line-down-left {
          left: 17px; }
        .workflow-editor-states-state .workflow-state-item-icon-line-down-right {
          left: 22px; }
  .workflow-editor-states-state .workflow-state-item-name {
    padding: 10px 10px 10px 15px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    font-size: 17px;
    line-height: 17px; }
  .workflow-editor-states-state .workflow-state-item-symbols {
    min-width: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center; }
    .workflow-editor-states-state .workflow-state-item-symbols .workflowState {
      margin-right: 10px;
      font-size: 17px; }
    .workflow-editor-states-state .workflow-state-item-symbols .ms-Icon--Unknown::before {
      content: "\E9CE"; }
  .workflow-editor-states-state .workflow-state-item-commands {
    min-width: 80px;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    opacity: 0.3; }
    .workflow-editor-states-state .workflow-state-item-commands div {
      width: 19px;
      height: 19px;
      float: left; }
    .workflow-editor-states-state .workflow-state-item-commands-delete {
      padding-left: 10px;
      margin-right: 10px; }
  .workflow-editor-states-state:hover, a:focus > .workflow-editor-states-state.tile-medium {
    background-color: #cee5f3; }
    .workflow-editor-states-state:hover .workflow-state-item-commands, a:focus > .workflow-editor-states-state.tile-medium .workflow-state-item-commands {
      opacity: 1; }
      .workflow-editor-states-state:hover .workflow-state-item-commands div, a:focus > .workflow-editor-states-state.tile-medium .workflow-state-item-commands div {
        cursor: pointer; }
    .workflow-editor-states-state:hover .workflow-state-item-grapper, a:focus > .workflow-editor-states-state.tile-medium .workflow-state-item-grapper {
      color: #333333; }
  .workflow-editor-states-state-selected {
    background-color: #a6cfe9; }
    .workflow-editor-states-state-selected .workflow-state-item-commands {
      opacity: 1; }
    .workflow-editor-states-state-selected:hover, a:focus > .workflow-editor-states-state-selected.tile-medium {
      background-color: #a6cfe9; }

.workflow-editor {
  width: 100%;
  height: 100%;
  min-width: 800px;
  overflow-x: hidden; }
  .workflow-editor-sortable, .workflow-editor-unsortable {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px; }
  .workflow-editor-left-column {
    width: 50%;
    min-height: 100%;
    float: left;
    border-right: 1px #676767 solid;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .workflow-editor-right-column {
    width: 50%;
    height: 100%;
    float: right;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .workflow-editor-right-column-name {
      width: 100%;
      color: #50504f;
      font-size: 12px;
      padding: 21px 7px 11px 7px;
      line-height: 18px;
      border-bottom: 1px solid #e4e4e4; }
  .workflow-editor-states {
    width: 100%; }
    .workflow-editor-states .workflow-editor-states-state {
      min-height: 50px;
      display: flex;
      align-items: stretch; }
    .workflow-editor-states .workflow-item-placeholder {
      height: 50px; }
    .workflow-editor-states .unsortable {
      cursor: not-allowed; }
  .workflow-editor-unusual-states {
    width: 100%;
    min-height: 50px; }
    .workflow-editor-unusual-states .workflow-editor-states-state {
      min-height: 30px; }
      .workflow-editor-unusual-states .workflow-editor-states-state .workflow-state-item-icon {
        min-height: 30px; }
      .workflow-editor-unusual-states .workflow-editor-states-state .workflow-state-item-name {
        padding: 3px 10px 3px 15px; }
    .workflow-editor-unusual-states .workflow-state-item-icon-circle {
      border: 1px solid gray; }
    .workflow-editor-unusual-states .workflow-state-item-icon-line, .workflow-editor-unusual-states .workflow-editor-states-state .workflow-state-item-icon-line-up, .workflow-editor-states-state .workflow-editor-unusual-states .workflow-state-item-icon-line-up, .workflow-editor-unusual-states .workflow-editor-states-state .workflow-state-item-icon-line-up-left, .workflow-editor-states-state .workflow-editor-unusual-states .workflow-state-item-icon-line-up-left, .workflow-editor-unusual-states .workflow-editor-states-state .workflow-state-item-icon-line-up-right, .workflow-editor-states-state .workflow-editor-unusual-states .workflow-state-item-icon-line-up-right, .workflow-editor-unusual-states .workflow-editor-states-state .workflow-state-item-icon-line-down, .workflow-editor-states-state .workflow-editor-unusual-states .workflow-state-item-icon-line-down, .workflow-editor-unusual-states .workflow-editor-states-state .workflow-state-item-icon-line-down-left, .workflow-editor-states-state .workflow-editor-unusual-states .workflow-state-item-icon-line-down-left, .workflow-editor-unusual-states .workflow-editor-states-state .workflow-state-item-icon-line-down-right, .workflow-editor-states-state .workflow-editor-unusual-states .workflow-state-item-icon-line-down-right {
      display: none; }
    .workflow-editor-unusual-states .workflow-item-placeholder {
      height: 30px; }

.workflow-item-placeholder {
  margin: 10px 10px 10px 10px;
  background-color: #f2f8fc;
  border: 1px #e4e4e4 dotted; }

.tile-asset-text, .important-news-text, .important-news-subject, .breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.important-news a {
  text-decoration: none; }

.important-news-icon {
  float: left;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #0a73b6;
  font-size: 32px;
  line-height: 40px; }

.important-news-panel {
  background-color: #fcf7b6;
  border: 1px solid #ffaa44;
  height: 50px;
  padding-right: 15px;
  padding-left: 15px; }

.important-news-subject {
  font-size: 15px;
  margin-top: 3px;
  color: #333333; }

.important-news-text {
  font-size: 12px;
  color: #50504f; }

.important-news-button {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  text-align: center;
  float: right;
  color: #333333;
  margin: 8px 15px 0px 15px;
  cursor: default; }
  .important-news-button:hover, a:focus > .important-news-button.tile-medium {
    background-color: #e4e4e4; }

.news-article {
  padding: 10px;
  margin: 10px 0px; }
  .news-article p {
    margin: 0 0 0px; }
  .news-article:hover, a:focus > .news-article.tile-medium {
    cursor: pointer; }
    .news-article:hover .news-article__heading, a:focus > .news-article.tile-medium .news-article__heading {
      text-decoration: underline; }
  .news-article__heading {
    font-size: 17px;
    color: #0a73b6;
    margin-top: 0px; }
  .news-article__content {
    font-size: 14px; }
  .news-article--unread {
    border-left: 3px solid #0a73b6; }
    .news-article--unread .news-article__heading {
      font-weight: bold; }

.tile-asset-text, .breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.main-page {
  padding: 0px !important;
  background-color: #f8f8f8; }
  .main-page-image {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); }
  .main-page-heading {
    display: flex;
    height: 43px;
    width: 100%;
    background-color: transparent; }
    .main-page-heading__button, .main-page-heading .main-page-heading-help, .main-page-heading .main-page-heading-navigation {
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6); }
      .main-page-heading__button:hover, a:focus > .main-page-heading__button.tile-medium, .main-page-heading .main-page-heading-help:hover, .main-page-heading a:focus > .main-page-heading-help.tile-medium, .main-page-heading .main-page-heading-navigation:hover, .main-page-heading a:focus > .main-page-heading-navigation.tile-medium {
        box-shadow: inset 0 0 500px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.6); }
    .main-page-heading .main-page-heading-navigation-toggle-button {
      padding: 8px 13px; }
      .main-page-heading .main-page-heading-navigation-toggle-button-icon {
        color: #333333; }
    .main-page-heading .main-page-heading-help {
      margin-left: auto; }
      .main-page-heading .main-page-heading-help > a:focus, .main-page-heading .main-page-heading-help > a:visited {
        text-decoration: none;
        color: #333333; }
    .main-page-heading .main-page-heading-person {
      margin-left: 5px; }
    .main-page-heading .portraitMenu {
      box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175); }
    .main-page-heading .alvao-navbar_commands_item:hover, .main-page-heading a:focus > .alvao-navbar_commands_item.tile-medium {
      background-color: transparent; }
  .main-page_navigation-menu {
    position: absolute;
    height: 100%;
    z-index: 1030; }
  .main-page-requester-search-input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 8%; }
  .main-page-section-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 3%; }
    .main-page-section-links__link {
      border-radius: 4px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      -webkit-backdrop-filter: blur(4px);
      backdrop-filter: blur(4px);
      margin: 15px 15px 0 0 !important;
      text-align: center; }
  .main-page-blocks {
    max-width: 624px;
    min-width: 300px;
    width: 50%;
    margin: 20px 20px 15px 20px;
    justify-content: flex-start;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
    .main-page-blocks-area {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      flex-direction: row;
      width: 100%; }
      .main-page-blocks-area-center {
        max-width: 1328px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start; }
    .main-page-blocks-heading {
      display: flex;
      align-items: flex-end;
      flex-direction: row;
      line-height: 19px;
      padding: 20px 20px 10px 20px; }
      .main-page-blocks-heading-icon {
        height: 19px;
        width: 19px;
        font-size: 19px;
        color: #0a73b6;
        margin: 0px 0px 0px 10px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .main-page-blocks-heading-title {
        font-size: 16px;
        color: #50504f;
        cursor: default;
        margin: 0px 10px 0px 10px;
        flex-grow: 1; }
    .main-page-blocks-body {
      padding: 10px 20px 20px 20px;
      display: flex;
      flex-direction: column; }
      .main-page-blocks-body-asset {
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 10px;
        display: flex;
        flex-wrap: wrap; }
    .main-page-blocks-links-others {
      padding-top: 5px;
      margin-left: -4px; }
    .main-page-blocks-no-item {
      padding-left: 9px;
      padding-top: 10px; }

@media screen and (max-width: 1350px) {
  .main-page-blocks-area-center {
    justify-content: center; }
  .main-page-blocks {
    width: 75%;
    max-width: 700px; } }

@media screen and (max-width: 768px) {
  .main-page-heading-navigation {
    display: none; }
  .main-page-requester-search-input {
    margin-bottom: 20px; }
  .main-page-blocks-area-center {
    width: 100%; }
  .main-page-blocks {
    width: 100%; }
  .main-page-heading-person {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
    right: 5px !important; }
    .main-page-heading-person .alvao-navbar_icon, .main-page-heading-person .alvao-navbar_icon_primary, .main-page-heading-person .alvao-navbar_icon_black {
      color: #333333; } }

.tile-asset-text, .breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.tile-class-helper-tile-hover-slide, .tile-small:hover .tile-small-slide, .tile-large:hover .tile-large-slide, .tile-large:hover .tile-small-slide, .tile-small:hover .tile-large-slide, .tile-medium:hover .tile-large-slide, .tile-medium:hover .tile-small-slide, a:focus > .tile-medium .tile-large-slide, a:focus > .tile-medium .tile-small-slide {
  transition: 1s;
  bottom: 0; }

.tile-class-helper-tile-hover-text, .tile-small:hover .tile-small-name-text, .tile-large:hover .tile-large-name-text, .tile-large:hover .tile-small-name-text, .tile-small:hover .tile-large-name-text, .tile-large:hover .tile-medium-name-text, .tile-small:hover .tile-medium-name-text, .tile-medium:hover .tile-large-name-text, .tile-medium:hover .tile-small-name-text, .tile-medium:hover .tile-medium-name-text, a:focus > .tile-medium .tile-large-name-text, a:focus > .tile-medium .tile-small-name-text, a:focus > .tile-medium .tile-medium-name-text {
  transition: opacity 0s ease;
  opacity: 0; }

.tile-class-helper-tile-focus-slide, .tile-small:focus .tile-small-slide, .tile-medium:focus .tile-medium-slide, .tile-large:focus .tile-large-slide, .tile-large:focus .tile-small-slide, .tile-small:focus .tile-large-slide, .tile-medium:focus .tile-large-slide, .tile-medium:focus .tile-small-slide {
  transition: 1s;
  bottom: 0; }

.tile-large, .tile-small, .tile-medium, a:focus > .tile-medium {
  margin: 5px 5px 0px 0px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  float: left;
  position: relative; }
  .tile-large:hover.tile-asset .tile-large-name-text, .tile-large:hover.tile-asset .tile-small-name-text, .tile-small:hover.tile-asset .tile-large-name-text, .tile-small:hover.tile-asset .tile-small-name-text, .tile-large:hover.tile-asset .tile-medium-name-text, .tile-small:hover.tile-asset .tile-medium-name-text, .tile-medium:hover.tile-asset .tile-large-name-text, .tile-medium:hover.tile-asset .tile-small-name-text, .tile-medium:hover.tile-asset .tile-medium-name-text, a:focus > .tile-asset.tile-medium .tile-large-name-text, a:focus > .tile-asset.tile-medium .tile-small-name-text, a:focus > .tile-asset.tile-medium .tile-medium-name-text {
    opacity: 1 !important; }
  .tile-large:hover .tile-large:focus, .tile-small:hover .tile-large:focus, .tile-large:hover .tile-small:focus, .tile-small:hover .tile-small:focus, .tile-medium:hover .tile-large:focus, .tile-medium:hover .tile-small:focus, .tile-large:hover .tile-medium:focus, .tile-small:hover .tile-medium:focus, .tile-medium:hover .tile-medium:focus, a:focus > .tile-medium .tile-large:focus, a:focus > .tile-medium .tile-small:focus, a:focus > .tile-medium .tile-medium:focus {
    outline-style: none; }
  .tile-large-img-wrapper, .tile-small-img-wrapper:focus, .tile-small-img-wrapper, .tile-medium-img-wrapper:focus, .tile-medium-img-wrapper {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .tile-large-img-wrapper:focus, .tile-small-img-wrapper:focus, .tile-medium-img-wrapper:focus {
      outline-style: none; }
  .tile-large-img-padding {
    padding: 20px 20px 20px 20px;
    max-height: 104px;
    width: 104px; }
  .tile-large-name, .tile-small-name, .tile-medium-name {
    position: absolute;
    bottom: 0px;
    left: 0;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    width: 100%;
    height: 50px; }
    .tile-large-name-text, .tile-small-name-text, .tile-medium-name-text {
      transition: opacity 0.5s ease 0.2s;
      display: normal;
      opacity: 1.0;
      outline-style: none; }
  .tile-large-slide, .tile-small-slide {
    opacity: 0.75;
    filter: alpha(opacity=80);
    position: absolute;
    bottom: -150px;
    width: 150px;
    height: 150px;
    padding: 5px 10px 5px 5px;
    animation-delay: 2s;
    transition: 0.5s;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    word-wrap: break-word; }

.tile-medium, a:focus > .tile-medium {
  width: 120px;
  height: 120px;
  transition: transform .1s ease-in-out; }
  .tile-medium:hover, a:focus > .tile-medium {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
    transform: scale(1.05); }
    .tile-medium:hover .tile-medium-name-text, a:focus > .tile-medium .tile-medium-name-text {
      opacity: 1; }
  .tile-medium-img-wrapper {
    width: 120px; }
  .tile-medium-img-padding {
    padding: 15px 5px 5px 5px;
    width: 60px; }
  .tile-medium-name {
    height: 48px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px; }
    .tile-medium-name-text {
      font-size: 12px; }

.tile-small {
  width: 90px;
  height: 90px; }
  .tile-small:hover.tile-asset .tile-small-name-text, a:focus > .tile-small.tile-asset.tile-medium .tile-small-name-text {
    opacity: 1 !important; }
  .tile-small:hover .tile-small:focus, a:focus > .tile-small.tile-medium .tile-small:focus {
    outline-style: none; }
  .tile-small-img-wrapper {
    width: 90px; }
  .tile-small-img-padding {
    padding: 10px 5px 5px 5px;
    width: 50px; }
  .tile-small-name {
    height: 35px;
    padding-left: 5px;
    padding-right: 5px; }
    .tile-small-name-text {
      font-size: 10px; }
  .tile-small-slide {
    bottom: -90px;
    width: 90px;
    height: 90px;
    font-size: 10px; }

.tile-asset {
  border-radius: 4px;
  margin: 5px 10px 5px 0px; }
  .tile-asset:hover, a:focus > .tile-asset.tile-medium {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); }
  .tile-asset-text {
    color: #333333;
    text-align: center; }

.light:link .tile-large, .light:link .tile-medium, .light:link .tile-small {
  color: #ffffff; }

.light:visited .tile-large, .light:visited .tile-medium, .light:visited .tile-small {
  color: #f8f8f8; }

.light:hover .tile-large, a:focus > .light.tile-medium .tile-large, a:focus > .light.tile-medium .tile-medium, a:focus > .light.tile-medium .tile-small, .light:hover .tile-medium, .light:hover .tile-small {
  color: #ffffff; }

.light:active .tile-large, .light:active .tile-medium, .light:active .tile-small {
  color: #ffffff; }

.dark:link .tile-large, .dark:link .tile-medium, .dark:link .tile-small {
  color: #000000; }

.dark:visited .tile-large, .dark:visited .tile-medium, .dark:visited .tile-small {
  color: #676767; }

.dark:hover .tile-large, a:focus > .dark.tile-medium .tile-large, a:focus > .dark.tile-medium .tile-medium, a:focus > .dark.tile-medium .tile-small, .dark:hover .tile-medium, .dark:hover .tile-small {
  color: #000000; }

.dark:active .tile-large, .dark:active .tile-medium, .dark:active .tile-small {
  color: #000000; }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.layout {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch; }
  .layout_news {
    order: 0;
    flex-grow: 0; }
  .layout_navbar {
    z-index: 990;
    order: 1;
    flex-grow: 0; }
  .layout_body {
    order: 2;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: flex-start;
    overflow: auto; }
    .layout_body_side-navigation-bar {
      order: 0;
      flex-grow: 0;
      z-index: 5; }
    .layout_body_content {
      order: 1;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      align-content: flex-start;
      flex-basis: 0px;
      overflow: auto;
      min-width: 373px; }
      .layout_body_content__wrapper {
        display: flex;
        order: 1;
        flex-grow: 1;
        overflow: auto; }
        .layout_body_content__wrapper__horizontal-detail {
          flex-direction: column; }
        .layout_body_content__wrapper__vertical-detail {
          flex-direction: row; }
      .layout_body_content form:first-child {
        margin-top: 10px; }
      .layout_body_content_commandbar {
        order: 0;
        flex-grow: 0;
        z-index: 5; }
      .layout_body_content_page-content {
        order: 1;
        overflow-y: auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0px; }
        .layout_body_content_page-content_padding {
          padding: 0px 20px 0px 20px; }
    .layout_body_detail {
      order: 2;
      flex-grow: 0;
      display: flex;
      flex-direction: column; }
  .layout_mobile-sites-menu {
    flex-grow: 1;
    width: 80%;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 26px 60px 0px, rgba(0, 0, 0, 0.2) 0px 5px 15px 0px; }
    .layout_mobile-sites-menu_fade {
      height: 100%;
      width: 20%;
      opacity: 0.5;
      background-color: #000000; }
    .layout_mobile-sites-menu_wrapper {
      position: absolute;
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: row;
      right: 0px;
      z-index: 1101; }

.navbar-brand > img {
  height: 18px; }

@media screen and (max-width: 768px) {
  .layout_body_content_page-content_padding {
    padding: 0px 15px 0px 5px; } }

@media screen and (min-width: 768px) {
  .layout_mobile-sites-menu_wrapper:not(.layout_mobile-sites-menu_wrapper_oa) {
    display: none; } }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #e4e4e4; }

.mobile-device .layout_body_content {
  min-width: unset; }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.navigation {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0; }
  .navigation_full_page {
    height: 100%;
    overflow-y: auto;
    width: 200px; }
  .navigation_wrap {
    flex-grow: 1; }
  .navigation_collapsed {
    width: fit-content; }
  .navigation_admin {
    background-color: #282828; }
  .navigation_sd {
    background-color: #054065; }
  .navigation_item {
    background-color: transparent;
    border-left: 3px solid transparent;
    padding: 12px 13px 13px 10px;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    line-height: 19px; }
    .navigation_item:hover, a:focus > .navigation_item.tile-medium, .navigation_item:focus {
      text-decoration: none; }
    .navigation_item_submenu {
      padding-left: 32px; }
      .navigation_item_submenu:hover, a:focus > .navigation_item_submenu.tile-medium, .navigation_item_submenu:focus {
        background-color: #676767; }
      .navigation_item_submenu_items {
        padding-top: 8px;
        padding-bottom: 8px; }
    .navigation_item_icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-grow: 0; }
      .navigation_item_icon_style, .navigation_item_icon_arrow {
        font-size: 19px;
        color: #ffffff;
        height: 19px;
        width: 19px; }
      .navigation_item_icon_arrow {
        font-size: 10px;
        text-align: center; }
    .navigation_item_text {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 0px 0px 0px 10px;
      color: #ffffff;
      flex-grow: 1; }
    .navigation_item_sd.navigation_item_actual {
      background-color: #0a73b6; }
    .navigation_item_sd:hover, a:focus > .navigation_item_sd.tile-medium, .navigation_item_sd:focus {
      background-color: #cee5f3;
      text-decoration: none;
      cursor: pointer; }
      .navigation_item_sd:hover .navigation_item_text, a:focus > .navigation_item_sd.tile-medium .navigation_item_text, .navigation_item_sd:hover .navigation_item_icon_style, a:focus > .navigation_item_sd.tile-medium .navigation_item_icon_style, .navigation_item_sd:hover .navigation_item_icon_arrow, a:focus > .navigation_item_sd.tile-medium .navigation_item_icon_arrow, .navigation_item_sd:focus .navigation_item_text, .navigation_item_sd:focus .navigation_item_icon_style, .navigation_item_sd:focus .navigation_item_icon_arrow {
        color: #0a73b6; }
    .navigation_item_admin.navigation_item_actual {
      background-color: #50504f; }
    .navigation_item_admin:hover, a:focus > .navigation_item_admin.tile-medium, .navigation_item_admin:focus {
      background-color: #676767;
      text-decoration: none;
      cursor: pointer; }
    .navigation_item_back-to-app {
      border-top: #50504f solid 1px; }
  .navigation_ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
    .navigation_ul_sd {
      background-color: #ffffff;
      color: #0a73b6; }
    .navigation_ul_admin {
      background-color: #333333; }
    .navigation_ul_border {
      border-bottom: #282828 1px solid; }
    .navigation_ul_popup {
      min-width: 240px;
      position: absolute;
      z-index: 1000;
      border: none;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 26px 60px 0px, rgba(0, 0, 0, 0.2) 0px 5px 15px 0px; }

.navigation .navigation_item_auto-expendable_wrapper > ul {
  background-color: transparent;
  border-bottom: none;
  color: #ffffff; }

.navigation_ul_sd.navigation_ul_popup .navigation_item_text, .navigation_ul_sd.navigation_ul_popup .navigation_item_icon_style, .navigation_ul_sd.navigation_ul_popup .navigation_item_icon_arrow {
  color: #0a73b6; }

.navigation_ul_sd.navigation_ul_popup .navigation_item_actual .navigation_item_text, .navigation_ul_sd.navigation_ul_popup .navigation_item_actual .navigation_item_icon_style, .navigation_ul_sd.navigation_ul_popup .navigation_item_actual .navigation_item_icon_arrow {
  color: #ffffff; }

.navigation_item_sd.navigation_item_actual, .navigation_item_sd:hover, a:focus > .navigation_item_sd.tile-medium {
  border-left-color: #a6cfe9; }

.navigation_item_admin.navigation_item_actual, .navigation_item_admin:hover, a:focus > .navigation_item_admin.tile-medium {
  border-left-color: #676767; }

.layout_mobile-sites-menu .navigation_item {
  padding-left: 15px; }

@media screen and (max-width: 768px) {
  #navigation-menu {
    display: none; } }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.personal-menu_ul {
  min-width: 240px;
  list-style-type: none;
  padding-left: 0px;
  flex-shrink: 0; }
  .personal-menu_ul_item {
    padding: 5px 20px !important;
    color: #0a73b6 !important;
    display: flex; }
    .personal-menu_ul_item:hover, a:focus > .personal-menu_ul_item.tile-medium {
      background-color: #cee5f3;
      text-decoration: none;
      cursor: pointer; }

.personal-menu_user {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 20px 5px 10px; }
  .personal-menu_user_text_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1; }
  .personal-menu_user_text_name {
    font-size: 20px; }
  .personal-menu_user_text_organization {
    color: #b8b8b8; }
  .personal-menu_user_anchor {
    display: flex;
    text-decoration: none;
    width: 100%;
    color: #333333; }
    .personal-menu_user_anchor:hover, a:focus > .personal-menu_user_anchor.tile-medium {
      text-decoration: none;
      cursor: pointer;
      color: #333333; }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.search_form {
  display: flex;
  flex-grow: 1; }

.search_wrapper {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
  margin: 0px 10px; }
  .search_wrapper .suggestions {
    outline: none;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
    border-top-width: 0px;
    width: calc(30px + 30vw) !important;
    left: -30px; }
    .search_wrapper .suggestions > .suggestion-item-active {
      background-color: #cee5f3; }
  .search_wrapper.requester__search .suggestions {
    width: calc(30px + 30vw) !important; }
  .search_wrapper.solver-team__search .suggestions {
    width: calc(30px + 30vw + 200px) !important; }

.search_button, .search_search, .search_type, .search_back, .search_icon {
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  flex-shrink: 0; }

.search_icon {
  display: flex;
  background-color: #a6cfe9;
  color: #0a73b6;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }
  .search_icon:hover, a:focus > .search_icon.tile-medium {
    text-decoration: none;
    cursor: text; }

.search_back {
  display: none;
  background-color: #ffffff;
  color: #0a73b6;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  z-index: 1010; }
  .search_back_sharp {
    border-bottom-left-radius: 0px !important; }
  .search_back:hover, a:focus > .search_back.tile-medium {
    text-decoration: none;
    cursor: pointer; }

.search_type {
  display: none;
  background-color: #ffffff;
  color: #0a73b6;
  width: 200px;
  justify-content: flex-end;
  z-index: 1010; }
  .search_type_arrow {
    font-size: 10px;
    margin: 0px 10px; }
  .search_type:hover, a:focus > .search_type.tile-medium {
    text-decoration: none;
    cursor: pointer; }
  .search_type_dropdown {
    border-top: none;
    width: calc(30px + 30vw + 200px);
    flex-grow: 1;
    border: none; }
  .search_type_actual {
    height: 14px;
    width: 14px;
    font-size: 10px;
    margin: 0px 10px 0px 0px; }

.search_search {
  display: none;
  background-color: #0a73b6;
  color: #ffffff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }
  .search_search:hover, a:focus > .search_search.tile-medium {
    text-decoration: none;
    background-color: #0868a3;
    cursor: pointer; }

.search_search-field, .alvao-navbar #requester-search-input, .alvao-navbar input[name="RequesterSearch"], .alvao-navbar input[name="SolverTeamSearch"] {
  height: 30px;
  width: 30vw;
  z-index: 1010;
  max-width: 400px;
  font-size: 14px;
  padding: 5px;
  border: none;
  min-height: 0px;
  background-color: #a6cfe9;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }
  .search_search-field::-ms-clear, .alvao-navbar #requester-search-input::-ms-clear, .alvao-navbar input[name="RequesterSearch"]::-ms-clear, .alvao-navbar input[name="SolverTeamSearch"]::-ms-clear {
    display: none; }
  .search_search-field::-webkit-input-placeholder, .alvao-navbar #requester-search-input::-webkit-input-placeholder, .alvao-navbar input[name="RequesterSearch"]::-webkit-input-placeholder, .alvao-navbar input[name="SolverTeamSearch"]::-webkit-input-placeholder {
    color: #333333;
    opacity: 1; }
  .search_search-field::-moz-placeholder, .alvao-navbar #requester-search-input::-moz-placeholder, .alvao-navbar input[name="RequesterSearch"]::-moz-placeholder, .alvao-navbar input[name="SolverTeamSearch"]::-moz-placeholder {
    color: #333333;
    opacity: 1; }
  .search_search-field:-ms-input-placeholder, .alvao-navbar #requester-search-input:-ms-input-placeholder, .alvao-navbar input[name="RequesterSearch"]:-ms-input-placeholder, .alvao-navbar input[name="SolverTeamSearch"]:-ms-input-placeholder {
    color: #333333;
    opacity: 1; }

.alvao-navbar #requester-search-input::-webkit-input-placeholder, .alvao-navbar input[name="RequesterSearch"]::-webkit-input-placeholder, .alvao-navbar input[name="SolverTeamSearch"]::-webkit-input-placeholder {
  color: #333333;
  opacity: 1; }

.alvao-navbar #requester-search-input::-moz-placeholder, .alvao-navbar input[name="RequesterSearch"]::-moz-placeholder, .alvao-navbar input[name="SolverTeamSearch"]::-moz-placeholder {
  color: #333333;
  opacity: 1; }

.alvao-navbar #requester-search-input:-ms-input-placeholder, .alvao-navbar input[name="RequesterSearch"]:-ms-input-placeholder, .alvao-navbar input[name="SolverTeamSearch"]:-ms-input-placeholder {
  color: #333333;
  opacity: 1; }

.alvao-navbar .suggestbox-wrapper {
  left: 0px; }

.alvao-navbar .suggestionbox {
  padding-left: 0px; }

.alvao-navbar_search-focused {
  background-color: #07578a; }
  .alvao-navbar_search-focused .search_icon {
    display: none; }
  .alvao-navbar_search-focused .search_back {
    display: flex; }
  .alvao-navbar_search-focused .search_search-field, .alvao-navbar_search-focused .alvao-navbar #requester-search-input, .alvao-navbar .alvao-navbar_search-focused #requester-search-input, .alvao-navbar_search-focused .alvao-navbar input[name="RequesterSearch"], .alvao-navbar .alvao-navbar_search-focused input[name="RequesterSearch"], .alvao-navbar_search-focused .alvao-navbar input[name="SolverTeamSearch"], .alvao-navbar .alvao-navbar_search-focused input[name="SolverTeamSearch"] {
    width: 30vw;
    background-color: #ffffff;
    outline: none;
    max-width: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .alvao-navbar_search-focused .suggestbox-wrapper {
    width: 30vw; }
  .alvao-navbar_search-focused input[name="RequesterSearch"], .alvao-navbar_search-focused input[name="SolverTeamSearch"] {
    width: 100%;
    max-width: 100%;
    background-color: #ffffff !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index: 1010; }
  .alvao-navbar_search-focused #requester-search-input {
    width: 100% !important;
    max-width: 100%;
    background-color: #ffffff !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index: 1010; }
  .alvao-navbar_search-focused .search_type {
    display: flex; }
  .alvao-navbar_search-focused .search_search {
    display: flex; }

@media screen and (max-width: 1024px) {
  .alvao-navbar_search-focused .search_type {
    width: 30px; }
  .alvao-navbar_search-focused .search_type_text {
    display: none !important; }
  .search_type_dropdown {
    width: calc(30px + 30vw + 30px); }
  .search_wrapper.solver-team__search .suggestions {
    width: calc(30px + 30vw + 30px) !important; } }

@media screen and (max-width: 768px) {
  .search_wrapper {
    display: none !important; }
  .alvao-navbar_search-focused .search_wrapper {
    display: flex !important;
    margin: 0px 5px; }
    .alvao-navbar_search-focused .search_wrapper.requester__search .suggestions {
      width: calc(100% + 30px) !important;
      left: -30px; }
    .alvao-navbar_search-focused .search_wrapper.solver-team__search .suggestions {
      width: calc(100% + 30px + 30px) !important;
      left: -30px !important; }
  .alvao-navbar_search-focused .alvao-navbar_logo {
    display: none; }
  .alvao-navbar_search-focused .alvao-navbar_commands {
    display: none; }
  .alvao-navbar_search-focused .search_search-field, .alvao-navbar_search-focused .alvao-navbar #requester-search-input, .alvao-navbar .alvao-navbar_search-focused #requester-search-input, .alvao-navbar_search-focused .alvao-navbar input[name="RequesterSearch"], .alvao-navbar .alvao-navbar_search-focused input[name="RequesterSearch"], .alvao-navbar_search-focused .alvao-navbar input[name="SolverTeamSearch"], .alvao-navbar .alvao-navbar_search-focused input[name="SolverTeamSearch"] {
    width: 100%; }
  .alvao-navbar_search-focused .suggestbox-wrapper {
    width: 100%; }
  .alvao-navbar_search-focused .search_type_text {
    display: none !important; }
  .search_type_dropdown {
    width: calc(100% - 30px - 5px - 5px) !important;
    left: 5px !important; } }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.layout_body_content__wrapper__vertical-detail .detail {
  min-width: 350px;
  max-width: 80%;
  width: 40%;
  flex-direction: row; }
  .layout_body_content__wrapper__vertical-detail .detail .detail__slider {
    cursor: e-resize !important;
    width: 8px;
    border-left: 1px solid #e4e4e4; }
  .layout_body_content__wrapper__vertical-detail .detail .detail__slider__helper {
    cursor: e-resize !important;
    width: 8px;
    border-left: 1px dashed #50504f; }
  .layout_body_content__wrapper__vertical-detail .detail .detail__content-wrapper {
    margin-left: -7px; }

.layout_body_content__wrapper__horizontal-detail .detail {
  min-height: 420px;
  max-height: 80%;
  height: 40%;
  flex-direction: column; }
  .layout_body_content__wrapper__horizontal-detail .detail .detail__slider {
    cursor: n-resize;
    height: 8px;
    border-top: 1px solid #e4e4e4; }
  .layout_body_content__wrapper__horizontal-detail .detail .detail__slider__helper {
    cursor: n-resize;
    height: 8px;
    border-top: 1px dashed #50504f; }
  .layout_body_content__wrapper__horizontal-detail .detail .detail__content-wrapper {
    margin-top: -7px; }

.detail {
  background-color: #ffffff;
  z-index: 500;
  display: flex;
  position: relative; }
  .detail__slider {
    flex-grow: 0;
    flex-shrink: 0;
    background-color: transparent;
    z-index: 501; }
    .detail__slider__helper {
      background-color: transparent;
      position: absolute;
      z-index: 999; }
  .detail-no-content {
    color: #333333;
    font-size: 16px;
    font-family: "Segoe UI", "Tahoma", "Helvetica";
    margin: 5px 0px 0px 15px; }
  .detail__content-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .detail__content-wrapper__controls {
      position: absolute;
      z-index: 501;
      display: flex;
      flex-direction: row;
      right: 10px;
      top: 13px; }
      .detail__content-wrapper__controls__button {
        font-size: 16px;
        color: #b8b8b8;
        margin-left: 8px;
        line-height: 16px;
        cursor: pointer; }
    .detail__content-wrapper__content {
      height: 100%;
      display: flex;
      flex-direction: column; }
  .detail__resize--horizontal * {
    cursor: n-resize !important; }
  .detail__resize--vertical * {
    cursor: e-resize !important; }

.item-detail__wrapper {
  display: flex;
  background-color: #f8f8f8;
  height: 100%;
  overflow: hidden; }

.item-detail__not_selected {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  flex-direction: column; }
  .item-detail__not_selected__icon__icon {
    height: 134px;
    font-size: 120px;
    line-height: 134px;
    color: #e4e4e4; }
  .item-detail__not_selected__text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600; }
    .item-detail__not_selected__text-ticket-count {
      font-weight: 400;
      color: #676767; }
    .item-detail__not_selected__text-object-count {
      font-weight: 600;
      margin-bottom: 15px; }

.item-detail__detail {
  display: flex;
  flex-shrink: 0;
  overflow-x: hidden;
  overflow-y: auto;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 0 10px 0;
  background-color: #f8f8f8; }
  .item-detail__detail__header {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding-bottom: 10px; }
  .item-detail__detail_info {
    padding-left: 5px; }
  .item-detail__detail__tabs {
    display: flex;
    flex-shrink: 0;
    width: 100%;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
    padding: 0;
    list-style: none; }
    .item-detail__detail__tabs_wrapper {
      display: flex;
      position: sticky;
      top: 0px;
      flex-direction: column;
      z-index: 100;
      flex-shrink: 0;
      margin: 0 10px 0 10px; }
    .item-detail__detail__tabs_space {
      height: 10px;
      background: #ffffff;
      border-left: 1px solid #e4e4e4;
      border-right: 1px solid #e4e4e4; }
    .item-detail__detail__tabs__tab {
      display: flex;
      flex-shrink: 0;
      font-size: 16px;
      line-height: 34px;
      margin-bottom: -1px;
      cursor: pointer; }
      .item-detail__detail__tabs__tab-icon {
        margin-right: 14px;
        margin-left: 7px;
        color: #0a73b6;
        display: none !important; }
        .item-detail__detail__tabs__tab-icon:hover, a:focus > .item-detail__detail__tabs__tab-icon.tile-medium {
          cursor: pointer; }
      .item-detail__detail__tabs__tab_dots {
        padding: 0; }
        .item-detail__detail__tabs__tab_dots > a {
          padding: 0 15px; }
      .item-detail__detail__tabs__tab > a {
        overflow: hidden;
        white-space: nowrap;
        text-decoration: none;
        color: #50504f;
        padding: 0 15px; }
      .item-detail__detail__tabs__tab.has-menu > a:first-child {
        padding: 0 0 0 15px; }
      .item-detail__detail__tabs__tab.has-menu > a {
        padding: 0 15px 0 0; }
      .item-detail__detail__tabs__tab:hover:not(.item-detail__detail__tabs__tab-active), a:focus > .item-detail__detail__tabs__tab.tile-medium:not(.item-detail__detail__tabs__tab-active) {
        margin: -1px -1px -1px -1px;
        background-color: #e4e4e4;
        border-top: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px; }
        .item-detail__detail__tabs__tab:hover:not(.item-detail__detail__tabs__tab-active) > a, a:focus > .item-detail__detail__tabs__tab.tile-medium:not(.item-detail__detail__tabs__tab-active) > a {
          color: #333333; }
      .item-detail__detail__tabs__tab-active {
        background-color: #ffffff;
        font-weight: 500;
        border-top: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px; }
        .item-detail__detail__tabs__tab-active > a {
          color: #333333; }
  .item-detail__detail__body {
    display: flex;
    min-height: 100px;
    background-color: #ffffff;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 0;
    overflow: hidden;
    z-index: 50;
    margin: 0 10px 0 10px;
    flex-direction: column; }
    .item-detail__detail__body__grid {
      padding: 0 2px 2px 15px; }

@media screen and (max-height: 768px) {
  .acts {
    overflow: unset; }
  .item-detail__detail__body {
    overflow: unset;
    min-height: unset; }
  .command-jump-unread {
    top: 50px; } }

@media screen and (max-width: 768px) {
  .layout_body_detail {
    display: none !important; } }

.modal .item-detail__wrapper, .modal .item-detail__detail, .modal .item-detail__detail__tabs {
  background-color: transparent; }

.modal .item-detail__detail__tabs_wrapper, .modal .item-detail__detail__body {
  margin: 0; }

.modal-header-detail {
  border-bottom: none; }

.modal-footer-detail {
  border-top: none;
  padding-top: 0; }

.detail-commands {
  display: flex;
  align-self: center;
  flex-direction: column; }
  .detail-commands-wrapper {
    display: flex;
    flex-direction: column; }
    .detail-commands-wrapper .loader, .detail-commands-wrapper .view-loader {
      align-self: center;
      margin-left: unset; }
  .detail-commands__separator {
    border-top: 1px solid #e4e4e4; }
  .detail-commands-group {
    color: #0a73b6;
    display: flex;
    flex-direction: column; }
    .detail-commands-group a:hover, .detail-commands-group a:focus > a.tile-medium {
      text-decoration: none; }
    .detail-commands-group-command {
      display: flex;
      width: max-content;
      justify-content: center;
      margin: 2px 5px 2px 2px;
      padding: 5px;
      border-radius: 2px;
      font-size: 14px;
      line-height: 19px;
      cursor: pointer; }
      .detail-commands-group-command-icon {
        margin-right: 5px;
        font-size: 19px; }
        .detail-commands-group-command-icon img {
          width: 19px;
          height: 19px; }

.item-detail__detail__tabs__tab-active .item-detail__detail__tabs__tab-icon {
  display: inline-block !important; }

.has-menu .item-detail__detail__tabs__tab-icon {
  margin-left: 7px;
  margin-right: unset; }

.detail-header__name:hover .copy-link__button, a:focus > .detail-header__name.tile-medium .copy-link__button {
  display: inline-block !important;
  -webkit-animation: fadeIn .3s;
  animation: fadeIn .2s; }

.copy-link__button {
  display: none !important;
  color: #0a73b6;
  font-size: 16px;
  border: none;
  background: transparent; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.document-detail-header {
  padding: 10px 5px 0 5px;
  margin: 0 10px 0 10px;
  display: flex;
  align-content: flex-start; }
  .document-detail-header-icon {
    display: flex;
    flex-shrink: 0;
    padding-right: 10px;
    font-size: 42px; }
  .document-detail-header-info {
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .document-detail-header-info-name {
      font-size: 22px;
      word-wrap: break-word;
      margin-top: 0px; }
    .document-detail-header-info-type {
      font-size: 14px;
      color: #b8b8b8; }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.object__detail__header {
  padding: 5px 5px 5px 10px;
  display: flex;
  flex-direction: row;
  margin: 0 10px 0 10px; }
  .object__detail__header-icon {
    height: 80px;
    width: 80px;
    padding-top: 10px; }
    .object__detail__header-icon__wrapper {
      position: relative; }
  .object__detail__header-info {
    padding-top: 10px;
    padding-left: 15px;
    display: flex;
    flex-direction: column; }
    .object__detail__header-info-class {
      font-size: 16px;
      line-height: 16px;
      color: #b8b8b8; }
    .object__detail__header-info-name {
      font-size: 24px;
      line-height: 32px;
      color: #333333; }
    .object__detail__header-info-breadcrumb > a {
      text-decoration: none;
      color: #b8b8b8;
      line-height: 22px; }
      .object__detail__header-info-breadcrumb > a:hover, a.object__detail__header-info-breadcrumb:focus > a.tile-medium {
        color: #333333; }

.object__detail__grid-icon {
  color: #0a73b6; }

.object-attachments {
  margin: 0 20px 20px 20px;
  display: flex;
  flex-direction: column; }
  .object-attachments .image-previews {
    margin-top: 0px; }

.show-delete .rm-doc {
  display: none;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  align-content: center;
  justify-items: center;
  width: 19px;
  height: 19px; }
  .show-delete .rm-doc i {
    color: #50504f; }

.show-delete:hover .rm-doc, a:focus > .show-delete.tile-medium .rm-doc {
  display: flex; }

.person-detail-header {
  padding: 10px 5px 0 5px;
  margin: 0 10px 0 10px;
  display: flex;
  align-content: flex-start; }
  .person-detail-header-icon {
    display: flex;
    flex-shrink: 0;
    padding-right: 10px; }
  .person-detail-header-info {
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .person-detail-header-info-name {
      font-size: 19px;
      word-wrap: break-word;
      margin-top: 0px;
      font-weight: 600; }
    .person-detail-header-info-description {
      margin-top: -10px;
      font-size: 12px;
      color: #50504f;
      margin-right: 3px;
      word-wrap: break-word; }
      .person-detail-header-info-description > span {
        margin-right: 10px; }

.responsible-main {
  display: flex;
  flex-direction: column;
  overflow: auto; }

.responsible__entrusted-asset {
  padding: 10px; }

.responsible-for-asset {
  padding: 10px; }
  .responsible-for-asset-text-tiles {
    font-size: 19px;
    word-wrap: break-word;
    margin-left: 20px;
    margin-top: 20px; }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.search-result {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .search-result__item {
    padding: 5px 6px;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch; }
    .search-result__item__anchor {
      width: 100%;
      display: flex; }
      .search-result__item__anchor:hover, a:focus > .search-result__item__anchor.tile-medium, .search-result__item__anchor:focus {
        text-decoration: none;
        cursor: pointer;
        background-color: #cee5f3; }
    .search-result__item__icon {
      display: flex;
      justify-content: center;
      align-content: center;
      flex-shrink: 0;
      height: 20px;
      width: 20px;
      background-repeat: no-repeat;
      background-position: top center;
      padding: 2px; }
    .search-result__item__text {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      flex-grow: 1;
      align-content: flex-start;
      padding: 0px 8px 0px 8px;
      font-size: 14px;
      color: #333333; }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.shimmer__wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateZ(0px);
  background-color: #f3f2f1;
  transition: opacity 200ms ease 0s; }

.shimmer__gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #f3f2f1 0%, #edebe9 50%, #f3f2f1 100%) 0px 0px/90% 100% no-repeat #f3f2f1;
  transform: translateX(-100%);
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-name: shimmer__gradient__animation; }

.shimmer__row-wrapper, .shimmer__content__page-loader__content, .shimmer__content__detail__content, .shimmer__content__detail__empty-space, .shimmer__content__detail__tabs__wrapper, .shimmer__content__detail__tabs, .shimmer__content__detail__header__text__large, .shimmer__content__detail__header__text__medium, .shimmer__content__detail__header__text__small, .shimmer__content__detail__header {
  display: flex;
  flex-direction: row;
  width: 100%; }

.shimmer__empty, .shimmer__empty__inner, .shimmer__content__page-loader__content__empty, .shimmer__content__page-loader__content__line__third__empty, .shimmer__content__page-loader__content__line__second__empty, .shimmer__content__page-loader__content__line__first__empty, .shimmer__content__page-loader__content__line__title__empty, .shimmer__content__page-loader__content__space__horizontal, .shimmer__content__page-loader__content__space__vertical, .shimmer__content__detail__content__empty, .shimmer__content__detail__content__line__second__empty, .shimmer__content__detail__content__line__first__empty, .shimmer__content__detail__content__space__horizontal, .shimmer__content__detail__content__space__vertical, .shimmer__content__detail__empty-space__content, .shimmer__empty__outer, .shimmer__content__detail__empty-space__outer-space, .shimmer__content__detail__tabs__empty-space, .shimmer__content__detail__tabs__outer-space, .shimmer__content__detail__header__text__empty, .shimmer__content__detail__header__text__empty__2, .shimmer__content__detail__header__text__empty__1, .shimmer__content__detail__header__text__vertical-space, .shimmer__content__detail__header__horizontal-space, .shimmer__content__detail__vertical-space {
  z-index: 1; }
  .shimmer__empty__outer, .shimmer__content__detail__empty-space__outer-space, .shimmer__content__detail__tabs__empty-space, .shimmer__content__detail__tabs__outer-space, .shimmer__content__detail__header__text__empty, .shimmer__content__detail__header__text__empty__2, .shimmer__content__detail__header__text__empty__1, .shimmer__content__detail__header__text__vertical-space, .shimmer__content__detail__header__horizontal-space, .shimmer__content__detail__vertical-space {
    background-color: #f8f8f8; }
  .shimmer__empty__inner, .shimmer__content__page-loader__content__empty, .shimmer__content__page-loader__content__line__third__empty, .shimmer__content__page-loader__content__line__second__empty, .shimmer__content__page-loader__content__line__first__empty, .shimmer__content__page-loader__content__line__title__empty, .shimmer__content__page-loader__content__space__horizontal, .shimmer__content__page-loader__content__space__vertical, .shimmer__content__detail__content__empty, .shimmer__content__detail__content__line__second__empty, .shimmer__content__detail__content__line__first__empty, .shimmer__content__detail__content__space__horizontal, .shimmer__content__detail__content__space__vertical, .shimmer__content__detail__empty-space__content {
    background-color: #ffffff; }

.shimmer__content {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  height: 100%; }
  .shimmer__content__detail__body.no-border {
    border: unset; }
  .shimmer__content__detail__vertical-space {
    height: 15px;
    width: 100%; }
  .shimmer__content__detail__header__horizontal-space {
    height: 100%;
    width: 15px; }
  .shimmer__content__detail__header__portrait {
    width: 49px;
    height: 49px;
    display: block;
    fill: #f8f8f8;
    z-index: 1; }
  .shimmer__content__detail__header__object-icon {
    width: 90px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: #e4e4e4;
    z-index: 1;
    background-color: #f8f8f8; }
  .shimmer__content__detail__header__text {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
    .shimmer__content__detail__header__text__vertical-space {
      flex-grow: 1; }
    .shimmer__content__detail__header__text__small {
      height: 10px;
      z-index: 1; }
    .shimmer__content__detail__header__text__medium {
      height: 15px;
      z-index: 1; }
    .shimmer__content__detail__header__text__large {
      height: 20px;
      z-index: 1; }
    .shimmer__content__detail__header__text__line, .shimmer__content__detail__header__text__line__2, .shimmer__content__detail__header__text__line__1 {
      border-right: solid 10px #f8f8f8; }
      .shimmer__content__detail__header__text__line__1 {
        flex-grow: 1; }
      .shimmer__content__detail__header__text__line__2 {
        flex-grow: 2; }
    .shimmer__content__detail__header__text__empty__1 {
      flex-grow: 2; }
    .shimmer__content__detail__header__text__empty__2 {
      flex-grow: 4; }
  .shimmer__content__detail__tabs__outer-space {
    height: 100%;
    width: 10px; }
  .shimmer__content__detail__tabs__wrapper {
    border-bottom: 1px solid #e4e4e4;
    z-index: 1; }
  .shimmer__content__detail__tabs__tab {
    height: 35px;
    flex-grow: 1;
    z-index: 1;
    border: 12px solid #f8f8f8; }
  .shimmer__content__detail__tabs__empty-space {
    height: 100%;
    flex-grow: 2; }
  .shimmer__content__detail__tabs__active-tab {
    height: 35px;
    width: 100%;
    z-index: 1;
    border: 12px solid #ffffff; }
    .shimmer__content__detail__tabs__active-tab__wrapper {
      height: 35px;
      flex-grow: 1;
      z-index: 1;
      border-left: 1px solid #e4e4e4;
      border-top: 1px solid #e4e4e4;
      border-right: 1px solid #e4e4e4;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
  .shimmer__content__detail__empty-space {
    height: 10px; }
    .shimmer__content__detail__empty-space__outer-space {
      height: 100%;
      width: 10px; }
    .shimmer__content__detail__empty-space__content {
      height: 100%;
      flex-grow: 1;
      border-left: 1px solid #e4e4e4;
      border-right: 1px solid #e4e4e4; }
  .shimmer__content__detail__content {
    height: 25px; }
    .shimmer__content__detail__content__space__vertical {
      height: 20px;
      width: 100%; }
    .shimmer__content__detail__content__space__horizontal {
      height: 100%;
      width: 10px; }
    .shimmer__content__detail__content__empty, .shimmer__content__detail__content__line__second__empty, .shimmer__content__detail__content__line__first__empty {
      height: 100%; }
    .shimmer__content__detail__content__line, .shimmer__content__detail__content__line__second, .shimmer__content__detail__content__line__first {
      height: 25px;
      border-bottom: 15px solid #ffffff;
      z-index: 1; }
      .shimmer__content__detail__content__line__first {
        flex-grow: 3; }
        .shimmer__content__detail__content__line__first__empty {
          flex-grow: 2; }
      .shimmer__content__detail__content__line__second {
        flex-grow: 2; }
        .shimmer__content__detail__content__line__second__empty {
          flex-grow: 1; }
  .shimmer__content__page-loader__wrapper {
    display: flex;
    background-color: #ffffff;
    height: 100%;
    overflow: hidden;
    z-index: 10; }
  .shimmer__content__page-loader__detail {
    display: flex;
    flex-shrink: 0;
    overflow: auto;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 0 10px 0;
    background-color: #ffffff; }
  .shimmer__content__page-loader__content__space__vertical {
    height: 20px;
    width: 100%; }
  .shimmer__content__page-loader__content__space__horizontal {
    height: 100%;
    width: 10px; }
  .shimmer__content__page-loader__content__empty, .shimmer__content__page-loader__content__line__third__empty, .shimmer__content__page-loader__content__line__second__empty, .shimmer__content__page-loader__content__line__first__empty, .shimmer__content__page-loader__content__line__title__empty {
    height: 100%; }
  .shimmer__content__page-loader__content__line, .shimmer__content__page-loader__content__line__third, .shimmer__content__page-loader__content__line__second, .shimmer__content__page-loader__content__line__first, .shimmer__content__page-loader__content__line__title {
    height: 25px;
    border-bottom: 15px solid #ffffff;
    z-index: 1; }
    .shimmer__content__page-loader__content__line__title {
      height: 30px;
      flex-grow: 1; }
      .shimmer__content__page-loader__content__line__title__empty {
        flex-grow: 4; }
    .shimmer__content__page-loader__content__line__first {
      flex-grow: 2; }
      .shimmer__content__page-loader__content__line__first__empty {
        flex-grow: 1; }
    .shimmer__content__page-loader__content__line__second {
      flex-grow: 1; }
      .shimmer__content__page-loader__content__line__second__empty {
        flex-grow: 1; }
    .shimmer__content__page-loader__content__line__third {
      flex-grow: 3; }
      .shimmer__content__page-loader__content__line__third__empty {
        flex-grow: 5; }

.modal-body .shimmer__empty__outer, .modal-body .shimmer__content__detail__vertical-space, .modal-body .shimmer__content__detail__header__horizontal-space, .modal-body .shimmer__content__detail__header__text__vertical-space, .modal-body .shimmer__content__detail__header__text__empty, .modal-body .shimmer__content__detail__header__text__empty__1, .modal-body .shimmer__content__detail__header__text__empty__2, .modal-body .shimmer__content__detail__tabs__outer-space, .modal-body .shimmer__content__detail__tabs__empty-space, .modal-body .shimmer__content__detail__empty-space__outer-space {
  background-color: #ffffff !important; }

.modal-body .shimmer__content__detail__header__portrait {
  fill: #ffffff !important; }

.modal-body .shimmer__content__detail__header__text__line, .modal-body .shimmer__content__detail__header__text__line__1, .modal-body .shimmer__content__detail__header__text__line__2 {
  border-right-color: #ffffff !important; }

.modal-body .shimmer__content__detail__tabs__tab {
  border-color: #ffffff !important; }

@keyframes shimmer__gradient__animation {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(100%); } }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ticketNotExpand .portrait,
.ticket-container .portrait {
  border: 1px solid rgba(0, 0, 0, 0.1); }

.ticketNotExpand .portrait {
  width: 40px;
  height: 40px; }

.ticketNotExpand .portrait img {
  width: 41px; }

.tile .portrait,
.tile .portrait img {
  width: 26px; }

.big-tile .portrait,
.big-tile .portrait img {
  width: 48px; }

.modal-title .portrait {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
  margin-top: 2px; }

.modal-title .portrait img {
  padding-top: 0px !important;
  position: relative;
  bottom: 4px; }

.portraitMenu img {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 50px; }

.portrait {
  overflow: hidden;
  letter-spacing: -0.31em;
  /* webkit */
  *letter-spacing: normal;
  /* reset IE < 8 */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  z-index: 2; }
  .portrait-wrapper {
    position: relative;
    z-index: 2; }
    .portrait-wrapper-with-presence {
      padding-bottom: 2px; }
  .portrait:hover, a:focus > .portrait.tile-medium, .portrait:focus {
    text-decoration: none; }
  .portrait-grid-cell {
    display: flex; }
    .portrait-grid-cell-portrait-margin {
      margin-right: 5px; }
  .portrait-admin-detail {
    position: absolute;
    bottom: -25px;
    left: 20px; }
  .portrait-group {
    border-bottom-left-radius: unset;
    border-top-right-radius: unset;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .portrait-group.portrait-96 {
      border: 2px solid #e4e4e4;
      border-top-left-radius: 22px;
      border-bottom-right-radius: 22px; }
  .portrait-no-border {
    border: none !important; }
  .portrait-darker-border {
    border: 1px solid #b8b8b8 !important; }
  .portrait-name {
    color: white;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0px; }
    .portrait-name-wrapper {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 5; }
  .portrait:before, .portrait img {
    display: inline-block;
    vertical-align: middle; }
  .portrait:before {
    content: "";
    /* Magic Number */
    /* Set this to your desired height(to width) ratio */
    padding-top: 100%;
    /* % of original image width */ }
  .portrait img {
    margin: -999em -100%;
    z-index: 5; }
  .portrait-15 {
    width: 15px;
    height: 15px; }
    .portrait-15 > img {
      width: 15px; }
    .portrait-15 .portrait-name {
      font-size: 8px;
      line-height: 8px; }
  .portrait-20 {
    width: 20px;
    height: 20px; }
    .portrait-20 > img {
      width: 20px; }
    .portrait-20 .portrait-name {
      font-size: 10px;
      line-height: 10px; }
  .portrait-32 {
    width: 32px;
    height: 32px; }
    .portrait-32 > img {
      width: 32px; }
    .portrait-32 .portrait-name {
      font-size: 16px;
      line-height: 16px; }
  .portrait-40 {
    width: 40px;
    height: 40px;
    border: 1px solid #e4e4e4; }
    .portrait-40 > img {
      width: 40px; }
  .portrait-49 {
    width: 49px;
    height: 49px;
    border: 1px solid #e4e4e4; }
    .portrait-49 > img {
      width: 49px; }
  .portrait-96 {
    width: 96px;
    height: 96px;
    border: 2px solid #e4e4e4; }
    .portrait-96 > img {
      width: 96px; }
    .portrait-96.portrait-darker-border {
      border: solid 2px white !important; }
    .portrait-96 .portrait-name {
      font-size: 36px;
      line-height: 36px; }
  .portrait-128 {
    width: 128px;
    height: 128px;
    border: 2px solid #e4e4e4; }
    .portrait-128 > img {
      width: 128px; }
    .portrait-128.portrait-darker-border {
      border: solid 2px white !important; }
    .portrait-128 .portrait-name {
      font-size: 42px;
      line-height: 42px; }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.link-diagram {
  width: calc(100% - 1px);
  height: calc(100% - 1px); }
  .link-diagram__error {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 20px; }
  .link-diagram h1 {
    z-index: 5;
    position: absolute;
    padding: 10px 0 10px 20px; }
  .link-diagram__edge-type-chooser__label {
    display: flex !important;
    flex-direction: row; }
  .link-diagram__edge-type-chooser__pattern {
    width: 100%;
    height: 55%; }
    .link-diagram__edge-type-chooser__pattern__wrapper {
      width: 20px;
      height: 20px;
      margin: 0 5px; }
  .link-diagram__node__button {
    z-index: 1;
    font-size: 20px;
    background-color: #ffffff; }
    .link-diagram__node__button:hover, a:focus > .link-diagram__node__button.tile-medium {
      cursor: pointer; }
  .link-diagram__edge__label {
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    padding: 2px 4px; }
  .link-diagram__edit__object__wrapper {
    display: flex;
    align-items: center;
    padding-top: 5px; }
  .link-diagram__edit__object__icon {
    padding: 2px;
    width: 20px;
    height: 20px;
    margin-right: 5px; }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ticket-tag {
  border: 1px solid;
  border-radius: 3px;
  min-width: 30px;
  width: 30px;
  height: 15px;
  position: relative;
  margin-top: 2px;
  margin-bottom: 2px;
  background: #ffffff;
  display: flex;
  flex-shrink: 0; }
  .tile-list-item .ticket-tag {
    height: 12px; }
  .grid-ticket-closed .ticket-tag {
    opacity: 0.4; }
  .ticket-tag-item {
    display: flex;
    padding-right: 20px;
    cursor: pointer; }
    .ticket-tag-item:hover, a:focus > .ticket-tag-item.tile-medium {
      background: #cee5f3; }
  .ticket-tag-checkbox {
    visibility: hidden;
    flex-shrink: 0; }
  .ticket-tag-selected .ticket-tag-checkbox {
    visibility: visible; }
  .ticket-tag-with-text {
    height: 19px;
    width: auto; }
  .ticket-tag-container {
    display: flex;
    align-items: center; }
  .ticket-tag-inner {
    opacity: 0.4;
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    border-radius: 3px; }
  .ticket-tag-text {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    font-size: 13px;
    line-height: 13px;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 2px;
    padding-right: 2px;
    white-space: nowrap; }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.print-preview__generate-pdf-loader__text {
  text-align: center;
  margin-bottom: 10px; }

.print-preview__iframe {
  width: 100%;
  height: calc(100% - 10px);
  border: none; }

.print-successful__wrapper {
  display: flex;
  flex-direction: row;
  margin-right: 10px; }

.print-successful__icon {
  font-size: 68px;
  line-height: 76px;
  margin: 5px 20px 0 0;
  color: #6bb700; }

.print-signature__modal {
  width: 100%; }
  .print-signature__modal__footer {
    display: flex; }
    .print-signature__modal__footer__gap {
      flex-grow: 1; }

.print-signature__pad {
  display: flex;
  justify-content: center;
  align-items: center; }
  .print-signature__pad__canvas {
    border: 1px solid #eeeeee; }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.health__icon {
  position: absolute; }
  .health__icon-green {
    color: #6bb700; }
  .health__icon-yellow {
    color: #ffaa44; }
  .health__icon-red {
    color: #c50f1f; }

.health__background, .health__wrapper__small-icon > .health__background {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: white;
  border: 2px solid white;
  border-radius: 50%; }

.health__wrapper-diagram, .health__wrapper, .health__wrapper__small-icon {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }

.health__wrapper, .health__wrapper__small-icon {
  position: absolute;
  bottom: 5px;
  right: 5px; }
  .health__wrapper__small-icon {
    font-size: 14px; }
    .health__wrapper__small-icon > .health__background {
      width: 18px;
      height: 18px; }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.variables-menu {
  float: right;
  margin-right: 15px; }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.spinner, .form-save__spinner, .ztree li span.button.tree-loader,
.ztree li span.button.loader_ico_docu, .relations-loader, .loader, .view-loader {
  box-sizing: border-box;
  border-radius: 50%;
  border-style: solid;
  border-width: 1.5px;
  border-color: #0a73b6 #cee5f3 #cee5f3;
  border-image: none 100% / 1 / 0 stretch;
  animation-name: load;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67); }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loader, .view-loader {
  margin-top: 10px;
  margin-left: 150px;
  width: 20px;
  height: 20px; }

.view-loader {
  margin-top: 3px;
  margin-left: 5px;
  width: 15px;
  height: 15px; }

.relations-loader {
  display: inline-block;
  margin: 0 7px 1px 1px;
  vertical-align: middle;
  width: 15px;
  height: 15px; }

.ztree li span.button.tree-loader,
.ztree li span.button.loader_ico_docu {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: top;
  *vertical-align: middle;
  width: 15px;
  height: 15px; }

.form-save__wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.form-save__spinner {
  width: 60px;
  height: 60px; }

.form-save__label {
  font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #0a73b6;
  margin: 8px 0px 0px;
  text-align: center; }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 17px;
    height: 17px;
    background-color: #f8f8f8; }
    ::-webkit-scrollbar-thumb {
      background-color: #b8b8b8;
      border: 5.5px solid #f8f8f8;
      border-radius: 7px; }
      ::-webkit-scrollbar-thumb:hover, a:focus > .tile-medium::-webkit-scrollbar-thumb {
        background-color: #676767; }
    ::-webkit-scrollbar-track {
      background-color: #f8f8f8; }
    ::-webkit-scrollbar-corner {
      background-color: #f8f8f8; }
    ::-webkit-scrollbar-button {
      background-color: #f8f8f8;
      background-repeat: no-repeat;
      background-position: center center;
      width: 17px;
      height: 17px; }
      ::-webkit-scrollbar-button:single-button {
        background-color: #f8f8f8;
        display: block; }
        ::-webkit-scrollbar-button:single-button:vertical:decrement {
          background-image: url(/Alvao/Content/img/scrollup.svg); }
          ::-webkit-scrollbar-button:single-button:vertical:decrement:active {
            background-color: #e4e4e4; }
        ::-webkit-scrollbar-button:single-button:vertical:increment {
          background-image: url(/Alvao/Content/img/scrolldown.svg); }
          ::-webkit-scrollbar-button:single-button:vertical:increment:active {
            background-color: #e4e4e4; }
        ::-webkit-scrollbar-button:single-button:horizontal:decrement {
          background-image: url(/Alvao/Content/img/scrollleft.svg); }
          ::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
            background-color: #e4e4e4; }
        ::-webkit-scrollbar-button:single-button:horizontal:increment {
          background-image: url(/Alvao/Content/img/scrollright.svg); }
          ::-webkit-scrollbar-button:single-button:horizontal:increment:active {
            background-color: #e4e4e4; } }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.value-list {
  border: 1px solid #e4e4e4;
  padding: 15px;
  display: flex;
  flex-direction: column; }
  .value-list-values {
    width: 100%;
    max-height: 370px;
    overflow-x: auto; }
    .value-list-values-item {
      overflow: hidden;
      display: flex; }
      .value-list-values-item-text {
        width: 50%;
        min-width: 140px;
        margin-bottom: 5px; }
      .value-list-values-item-remove {
        width: 30px;
        margin-bottom: 5px;
        opacity: 0.4;
        cursor: pointer;
        color: #0a73b6;
        display: flex;
        align-items: center;
        justify-content: center; }
      .value-list-values-item-empty-template {
        display: none; }
      .value-list-values-item:focus-within > .value-list-values-item-remove, .value-list-values-item:hover > .value-list-values-item-remove, a:focus > .value-list-values-item.tile-medium > .value-list-values-item-remove {
        opacity: 1; }
    .value-list-values-new-button {
      margin: 10px 0 0 0;
      width: fit-content; }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.license__module {
  margin-top: 15px;
  margin-bottom: 15px; }

.license__icon {
  font-size: 12px;
  line-height: 16px;
  color: #0a73b6;
  margin-left: 5px; }
  .license__icon:hover, a:focus > .license__icon.tile-medium {
    cursor: pointer; }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.server__swlib__hidden {
  display: none; }

.server__swlib__space {
  margin-top: 20px;
  margin-bottom: 20px; }

.server__swlib__contact-email {
  width: 50%; }

.server__detection__hidden {
  display: none; }

.server__detection__storage-location-chooser {
  display: flex;
  flex-direction: row; }
  .server__detection__storage-location-chooser__space {
    margin-right: 20px; }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.presence {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  position: absolute;
  right: -4px;
  bottom: -2px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .presence-status {
    height: 12px;
    width: 12px;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 1; }
  .presence-inline {
    position: initial;
    right: unset;
    bottom: unset;
    display: inline-flex;
    height: 10px;
    width: 10px; }
    .presence-inline .presence-status {
      height: 10px;
      width: 10px; }
  .presence-big {
    height: 26px;
    width: 26px; }
    .presence-big .presence-status {
      height: 22px;
      width: 22px; }
  .presence-medium {
    height: 20px;
    width: 20px; }
    .presence-medium .presence-status {
      height: 16px;
      width: 16px; }
  .presence-small {
    height: 12px;
    width: 12px; }
    .presence-small .presence-status {
      height: 8px;
      width: 8px; }
  .presence-available {
    background-image: url(data:image/svg+xml;base64,CjxzdmcgaWQ9IkxheWVyXzEiIGRhdGEtbmFtZT0iTGF5ZXIgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgOS45OTcgMTAuMDAzIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzkyYzM1Mzt9LmNscy0ye2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPjFfUHJlc2VuY2VfQXZhaWxhYmxlX0xpZ2h0X3RoZW1lXzJfMTBweDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNi4zMTEuMTc2QTUsNSwwLDAsMSw5LjgyLDMuNjg5YTQuOTQ0LDQuOTQ0LDAsMCwxLDAsMi42MjIsNS4yMzMsNS4yMzMsMCwwLDEtLjUwNiwxLjJBNS4wMzgsNS4wMzgsMCwwLDEsOC41Myw4LjUzYTQuOTc0LDQuOTc0LDAsMCwxLTEuMDEuNzgyLDUuMDg5LDUuMDg5LDAsMCwxLTEuMjA3LjUxLDQuOTMxLDQuOTMxLDAsMCwxLTIuNjI0LDAsNS4wNDMsNS4wNDMsMCwwLDEtMS4yLS41MTFBNC44MDcsNC44MDcsMCwwLDEsMS40Nyw4LjUzLDQuOTA3LDQuOTA3LDAsMCwxLC42ODgsNy41MTVhNS4xLDUuMSwwLDAsMS0uNTEtMS4yLDQuOTMxLDQuOTMxLDAsMCwxLDAtMi42MjRBNS4wMyw1LjAzLDAsMCwxLDIuNDg4LjY4YTUuMjE0LDUuMjE0LDAsMCwxLDEuMi0uNTA2LDQuOTU5LDQuOTU5LDAsMCwxLDIuNjI2LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuMDAzKSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTYuODIxLDMuNTk0YS41MTQuNTE0LDAsMCwxLC4xNTIuMS41NDkuNTQ5LDAsMCwxLC4xLjE1Mi40MjUuNDI1LDAsMCwxLC4wMzkuMTc1LjQ1NC40NTQsMCwwLDEtLjEzNi4zMzJsLTIuMSwyLjExYS40NzEuNDcxLDAsMCwxLS42NjQsMGwtLjk1Ny0uOTU3YS40NDcuNDQ3LDAsMCwxLS4xMzctLjMzMkEuNDE5LjQxOSwwLDAsMSwzLjE1OSw1YS40NjMuNDYzLDAsMCwxLC4xLS4xNTEuNTA5LjUwOSwwLDAsMSwuMTUxLS4xLjQyNi40MjYsMCwwLDEsLjE3Ni0uMDM5LjQxOC40MTgsMCwwLDEsLjMyNy4xMzdsLjYzLjYyNUw2LjMxNCwzLjY5MWEuNDUuNDUsMCwwLDEsLjMzMi0uMTM2QS40MjUuNDI1LDAsMCwxLDYuODIxLDMuNTk0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjAwMykiLz48L3N2Zz4=); }
  .presence-away {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyIDEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48Y2lyY2xlIGZpbGw9IiNGREI5MTMiIGN4PSI2IiBjeT0iNiIgcj0iNiIvPjwvZz48cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjYsMiA2LDYgOC41LDguNSIvPjwvZz48L3N2Zz4=); }
  .presence-busy {
    background-image: url(data:image/svg+xml;base64,CjxzdmcgaWQ9IkxheWVyXzEiIGRhdGEtbmFtZT0iTGF5ZXIgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAgMTAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojYzQzMTRiO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNuX3N0YXR1c19BTEw8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTS42NzQsMi41QTUuMDMxLDUuMDMxLDAsMCwxLDIuNS42NzQsNC44NTYsNC44NTYsMCwwLDEsNSwwLDQuODY0LDQuODY0LDAsMCwxLDcuNTA1LjY3NCw1LjAzOCw1LjAzOCwwLDAsMSw5LjMyNiwyLjUsNC44NjEsNC44NjEsMCwwLDEsMTAsNWE0Ljg2MSw0Ljg2MSwwLDAsMS0uNjc0LDIuNTA1QTUuMDM4LDUuMDM4LDAsMCwxLDcuNTA1LDkuMzI2LDQuODY0LDQuODY0LDAsMCwxLDUsMTBhNC44NTYsNC44NTYsMCwwLDEtMi41LS42NzRBNS4wMzEsNS4wMzEsMCwwLDEsLjY3NCw3LjUwNSw0Ljg2MSw0Ljg2MSwwLDAsMSwwLDUsNC44NjEsNC44NjEsMCwwLDEsLjY3NCwyLjVaIi8+PC9zdmc+); }
  .presence-do-not-disturb {
    background-image: url(data:image/svg+xml;base64,CjxzdmcgaWQ9IkxheWVyXzEiIGRhdGEtbmFtZT0iTGF5ZXIgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAgMTAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojYzQzMTRiO30uY2xzLTJ7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNuX3N0YXR1c19BTEw8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTYuMzExLjE3NkE1LjA1Nyw1LjA1NywwLDAsMSw3LjUyLjY4NGE1LjAwOSw1LjAwOSwwLDAsMSwyLjMsMy4wMDUsNC45NDQsNC45NDQsMCwwLDEsMCwyLjYyMiw1LjI1OCw1LjI1OCwwLDAsMS0uNTA2LDEuMkE1LjA3OSw1LjA3OSwwLDAsMSw4LjUzLDguNTNhNC45NCw0Ljk0LDAsMCwxLTEuMDExLjc4Miw1LjEsNS4xLDAsMCwxLTEuMjA2LjUxLDQuOTI0LDQuOTI0LDAsMCwxLTIuNjI0LDAsNS4wNDIsNS4wNDIsMCwwLDEtMS4yLS41MTFBNC44MTksNC44MTksMCwwLDEsMS40Nyw4LjUzLDQuODgzLDQuODgzLDAsMCwxLC42ODgsNy41MTVhNS4xLDUuMSwwLDAsMS0uNTEtMS4yLDQuOTI4LDQuOTI4LDAsMCwxLDAtMi42MjVBNS4xLDUuMSwwLDAsMSwuNjg4LDIuNDgsNC45NjEsNC45NjEsMCwwLDEsMS40NywxLjQ3LDUuMDE1LDUuMDE1LDAsMCwxLDIuNDg1LjY4NGE1LjIxNCw1LjIxNCwwLDAsMSwxLjItLjUwNkE0LjgzOSw0LjgzOSwwLDAsMSw1LDAsNC45MTcsNC45MTcsMCwwLDEsNi4zMTEuMTc2WiIvPjxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMyIgeT0iNC41IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIi8+PC9zdmc+); }
  .presence-offline {
    background-image: url(data:image/svg+xml;base64,CjxzdmcgaWQ9IkxheWVyXzEiIGRhdGEtbmFtZT0iTGF5ZXIgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAgMTAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO30uY2xzLTJ7ZmlsbDojOTI5MjkyO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNuX3N0YXR1c19BTEw8L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNSIgY3k9IjUiIHI9IjQiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik05LjgyNCwzLjY4OUE1LjEsNS4xLDAsMCwwLDkuMzE2LDIuNDhhNS4xNyw1LjE3LDAsMCwwLTEuOC0xLjhBNS4wNTcsNS4wNTcsMCwwLDAsNi4zMTEuMTc2LDQuOTE3LDQuOTE3LDAsMCwwLDUsMCw0LjgzOSw0LjgzOSwwLDAsMCwzLjY4OS4xNzhhNS4yLDUuMiwwLDAsMC0xLjIuNTA2QTUuMDE1LDUuMDE1LDAsMCwwLDEuNDcsMS40Nyw0Ljk2MSw0Ljk2MSwwLDAsMCwuNjg4LDIuNDhhNS4wODUsNS4wODUsMCwwLDAtLjUxLDEuMjA3LDQuOTI0LDQuOTI0LDAsMCwwLDAsMi42MjQsNS4xLDUuMSwwLDAsMCwuNTEsMS4yLDQuOTgyLDQuOTgyLDAsMCwwLDEuOCwxLjgsNS4xLDUuMSwwLDAsMCwxLjIuNTEsNC45MjQsNC45MjQsMCwwLDAsMi42MjQsMEE1LjA4MSw1LjA4MSwwLDAsMCw3LjUyLDkuMzExLDQuOTIxLDQuOTIxLDAsMCwwLDguNTMsOC41M2E1LjA3OSw1LjA3OSwwLDAsMCwuNzg2LTEuMDE1LDUuMjU4LDUuMjU4LDAsMCwwLC41MDYtMS4yLDQuOTQ0LDQuOTQ0LDAsMCwwLDAtMi42MjJaTTguODU5LDYuMDU0YTMuOTEsMy45MSwwLDAsMS0uNDA4Ljk2MUE0LjA0Niw0LjA0NiwwLDAsMSw3LjAxNSw4LjQ1YTMuOTUzLDMuOTUzLDAsMCwxLTQuMDMsMEE0LjAzOCw0LjAzOCwwLDAsMSwxLjU0OSw3LjAxNWEzLjk2MSwzLjk2MSwwLDAsMSwwLTQuMDNBNC4wNTcsNC4wNTcsMCwwLDEsMi45ODUsMS41NDlhMy45ODUsMy45ODUsMCwwLDEsMy4wNjktLjQwOCwzLjk1OSwzLjk1OSwwLDAsMSwuOTYxLjQwOEE0LjA1NCw0LjA1NCwwLDAsMSw4LjQ1LDIuOTg1YTMuOTgxLDMuOTgxLDAsMCwxLC40MDksMy4wNjlabS0yLTIuMkw1LjcwNyw1LDYuODU0LDYuMTQ2bC0uNzA4LjcwN0w1LDUuNzA3LDMuODU0LDYuODUzbC0uNzA4LS43MDdMNC4yOTMsNSwzLjE0NiwzLjg1M2wuNzA4LS43MDdMNSw0LjI5Myw2LjE0NiwzLjE0NloiLz48L3N2Zz4=); }
  .presence-online-oof {
    background-image: url(data:image/svg+xml;base64,CjxzdmcgaWQ9IkxheWVyXzEiIGRhdGEtbmFtZT0iTGF5ZXIgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAgMTAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO30uY2xzLTJ7ZmlsbDojNmRhMjJjO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNuX3N0YXR1c19BTEw8L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNSIgY3k9IjUiIHI9IjQiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik02LjMxMS4xNzZBNSw1LDAsMCwxLDkuODIsMy42ODlhNC45NDQsNC45NDQsMCwwLDEsMCwyLjYyMiw1LjIzMyw1LjIzMywwLDAsMS0uNTA2LDEuMkE1LjAzOCw1LjAzOCwwLDAsMSw4LjUzLDguNTNhNC45NzQsNC45NzQsMCwwLDEtMS4wMS43ODIsNS4wODksNS4wODksMCwwLDEtMS4yMDcuNTEsNC45MzEsNC45MzEsMCwwLDEtMi42MjQsMCw1LjA0Myw1LjA0MywwLDAsMS0xLjItLjUxMUE0LjgwNyw0LjgwNywwLDAsMSwxLjQ3LDguNTMsNC45MDcsNC45MDcsMCwwLDEsLjY4OCw3LjUxNWE1LjEsNS4xLDAsMCwxLS41MS0xLjIsNC45MzEsNC45MzEsMCwwLDEsMC0yLjYyNEE1LjA3Nyw1LjA3NywwLDAsMSwuNjg4LDIuNDhhNS4wNzQsNS4wNzQsMCwwLDEsMS44LTEuOCw1LjIxNCw1LjIxNCwwLDAsMSwxLjItLjUwNiw0Ljk1OSw0Ljk1OSwwLDAsMSwyLjYyNiwwWm0tMi4zNjUuOTY1YTMuODY0LDMuODY0LDAsMCwwLS45NjEuNDA5QTQuMDI3LDQuMDI3LDAsMCwwLDEuNTUsMi45ODVhMy45NDksMy45NDksMCwwLDAsMCw0LjAzQTQuMDM4LDQuMDM4LDAsMCwwLDIuOTg1LDguNDUxYTMuOTU0LDMuOTU0LDAsMCwwLDQuMDMsMEE0LjA0OSw0LjA0OSwwLDAsMCw4LjQ1MSw3LjAxNWEzLjk1NCwzLjk1NCwwLDAsMCwwLTQuMDNBNC4wMzgsNC4wMzgsMCwwLDAsNy4wMTUsMS41NSwzLjk4MiwzLjk4MiwwLDAsMCwzLjk0NiwxLjE0MVpNNi44MjEsMy41OTRhLjUxNC41MTQsMCwwLDEsLjE1Mi4xLjU0OS41NDksMCwwLDEsLjEuMTUyLjQyNS40MjUsMCwwLDEsLjAzOS4xNzUuNDU0LjQ1NCwwLDAsMS0uMTM2LjMzMmwtMi4xLDIuMTFhLjQ3MS40NzEsMCwwLDEtLjY2NCwwbC0uOTU3LS45NTdhLjQ0Ny40NDcsMCwwLDEtLjEzNy0uMzMyQS40MTkuNDE5LDAsMCwxLDMuMTU5LDVhLjQ2My40NjMsMCwwLDEsLjEtLjE1MS41MDkuNTA5LDAsMCwxLC4xNTEtLjEuNDI2LjQyNiwwLDAsMSwuMTc2LS4wMzkuNDE4LjQxOCwwLDAsMSwuMzI3LjEzN2wuNjMuNjI1TDYuMzE0LDMuNjkxYS40NS40NSwwLDAsMSwuMzMyLS4xMzZBLjQyNS40MjUsMCwwLDEsNi44MjEsMy41OTRaIi8+PC9zdmc+); }
  .presence-oof {
    background-image: url(data:image/svg+xml;base64,CjxzdmcgaWQ9IkxheWVyXzEiIGRhdGEtbmFtZT0iTGF5ZXIgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAgMTAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO30uY2xzLTJ7ZmlsbDojYjQwMDllO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNuX3N0YXR1c19BTEw8L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNSIgY3k9IjUiIHI9IjQiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0uNjc0LDIuNUE1LjAzMSw1LjAzMSwwLDAsMSwyLjUuNjc0LDQuODU2LDQuODU2LDAsMCwxLDUsMCw0Ljg2NCw0Ljg2NCwwLDAsMSw3LjUwNS42NzQsNS4wMzgsNS4wMzgsMCwwLDEsOS4zMjYsMi41LDQuODYxLDQuODYxLDAsMCwxLDEwLDVhNC44NjEsNC44NjEsMCwwLDEtLjY3NCwyLjUwNUE1LjAzOCw1LjAzOCwwLDAsMSw3LjUwNSw5LjMyNiw0Ljg2NCw0Ljg2NCwwLDAsMSw1LDEwYTQuODU2LDQuODU2LDAsMCwxLTIuNS0uNjc0QTUuMDMxLDUuMDMxLDAsMCwxLC42NzQsNy41MDUsNC44NjEsNC44NjEsMCwwLDEsMCw1LDQuODYxLDQuODYxLDAsMCwxLC42NzQsMi41Wk0xLjU0LDdBNC4wMTgsNC4wMTgsMCwwLDAsMyw4LjQ1OSwzLjg2OCwzLjg2OCwwLDAsMCw1LDlhMy44NywzLjg3LDAsMCwwLDItLjU0QTQuMDM4LDQuMDM4LDAsMCwwLDguNDU5LDcsMy44ODcsMy44ODcsMCwwLDAsOSw1YTMuODg3LDMuODg3LDAsMCwwLS41NC0yQTQuMDQ2LDQuMDQ2LDAsMCwwLDcsMS41NDEsMy44OCwzLjg4LDAsMCwwLDUsMWEzLjg3NywzLjg3NywwLDAsMC0yLC41NEE0LjAxNSw0LjAxNSwwLDAsMCwxLjU0MSwzLDMuODY4LDMuODY4LDAsMCwwLDEsNSwzLjg3NiwzLjg3NiwwLDAsMCwxLjU0LDdaTTQuMTUsMy4xNDlhLjUuNSwwLDEsMSwuNy43TDQuMiw0LjVIN2EuNS41LDAsMCwxLDAsMUg0LjJsLjY0OS42NDlhLjQ5NS40OTUsMCwwLDEsMCwuNy41MjkuNTI5LDAsMCwxLS4xNjYuMTEyQS40NzcuNDc3LDAsMCwxLDQuNSw3YS40ODcuNDg3LDAsMCwxLS4xOTEtLjAzOS40NzcuNDc3LDAsMCwxLS4xNjEtLjExMmwtMS41LTEuNWEuNS41LDAsMCwxLDAtLjdaIi8+PC9zdmc+); }
  .presence-unknown {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEyIDEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMiAxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+CS5zdDB7ZmlsbDojQUFCRUNGO30JLnN0MXtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNiIgY3k9IjYiIHI9IjYiLz48Y2lyY2xlIGNsYXNzPSJzdDEiIGN4PSI2IiBjeT0iNiIgcj0iNSIvPjwvc3ZnPgo=); }

.breadcrumb-navigation-href, .context-menu-group-command-text, .oneLineCutText, #ServiceDescriptionCollapsed, #SLADescCollapsed, .SectionCoverageTableLastColumn, .important-news-subject, .important-news-text, .tile-asset-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.multiple-columns__wrapper {
  display: flex;
  flex-direction: row; }

@media screen and (max-width: 1200px) {
  .multiple-columns__wrapper {
    display: block; } }
@charset "UTF-8";
.previewHead, .previewText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.noRowMessage {
  display: none;
  color: #50504f;
  text-align: center; }

.note-tabs {
  margin: 0px 0px 0px 1px !important; }

.page {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  height: 100%;
  min-height: 100%; }

.page-body-requester-search {
  height: 100%; }

.page-body-margin {
  margin-top: 40px; }

.search {
  z-index: 500; }

.searchNode {
  z-index: 500; }

.collapse-toggle {
  cursor: pointer; }

.collapse-toggle * {
  cursor: pointer; }

.collapse-toggle:hover, .collapse-toggle:focus {
  text-decoration: none; }

.fileinput-button {
  margin-top: 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer; }

.fileinput-button input {
  cursor: pointer;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-300px, 0px) scale(4); }

#link {
  line-height: 1.4285;
  font-size: 14px;
  height: 34px;
  cursor: text; }

.input-group .input-group-btn > .btn {
  font-size: 11px;
  padding: 4px 8px 4px 8px; }

.no-col-padding {
  padding-left: 0px;
  padding-right: 0px; }

form.login img.logo {
  width: 100%;
  height: auto; }

.vert-align {
  /*margin-top: 50%;*/ }

.page-body form.login {
  margin-top: calc(90px + 10%); }

.login .fields {
  padding-top: 1%;
  padding-bottom: 1%; }

.login .delimiter {
  background-color: #c50f1f; }

.form-group label:after {
  content: ':'; }

.label-no-colon:after {
  content: '' !important; }

.form-group.required-field label:after,
.form-group.required-field .checkbox label:after {
  content: ': *'; }

.form-group.required-field .label-person-name:after {
  content: ' *'; }

.form-group label.no-colon:after,
.form-group p:after,
.checkbox label:last-child:after,
.radio label:last-child:after,
.bool-field label::after,
.threeStateCheckbox label:after {
  content: ''; }

textarea.form-control {
  resize: vertical; }

.form-group.checkbox {
  margin-bottom: 10px; }

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

.row.admin-row.form-group.checkbox {
  padding-left: 0px; }

.mail-ticket-requesters {
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: normal;
  font-size: 12px;
  color: #50504f; }

#otherRequester {
  margin-left: 17px;
  margin-bottom: 20px; }

.checkbox.bool-field {
  margin-top: 0px !important; }

.alert {
  margin-right: 15px; }

.modal-content .alert {
  margin-right: 0px; }

.alert.alert-empty {
  display: none; }

.alert ul {
  list-style: none;
  padding-left: 0px; }

.input-validation-error,
.input-validation-error:focus {
  border: 1px solid #c50f1f; }

.field-validation-error {
  display: inline-block;
  color: #c50f1f;
  font-size: 11px; }

.dropdown-left {
  /*right: 0px;*/ }

.column-options .small-actions {
  background-color: #f8f8f8; }

.popover-content {
  padding: 0px; }

.popover-content .column-options .form-group {
  padding: 10px; }

.popover-content .column-options .small-actions {
  padding: 5px 10px 5px 0px; }

.alvao-table-settings .modal-body {
  /*overflow: scroll;*/ }

.datetime-local-unsupported {
  padding-left: 0px;
  padding-right: 0px; }

.datetime-local-unsupported .controls {
  width: 100%; }

.datetime-local-unsupported .input-group-addon {
  padding-top: 4px;
  padding-bottom: 4px; }

@media only screen and (max-device-width: 480px) {
  .datetime-local-unsupported .input-group-addon {
    padding-top: 4px;
    padding-bottom: 0px; } }

.datetime-local-unsupported .date {
  /*width: 49% !important;*/
  width: 5em;
  margin-right: 1%;
  display: block;
  float: left; }

.datetime-local-unsupported .month {
  width: 100%; }

.datetime-local-unsupported .time {
  /*width: 50% !important;*/
  display: block;
  float: left;
  width: 5em; }

.internalTargetContainer {
  display: flex; }

.internalTargetContainer > div:first-child {
  flex: 1;
  margin-right: 10px; }

.internalTargetContainer .datetime-control {
  width: 108px; }

@media screen and (min-width: 400px) {
  .internalTargetContainer .datetime-control {
    width: 180px; } }

.modal-title .portrait {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
  margin-top: 2px; }

.modal-title .portrait img {
  padding-top: 0px !important;
  position: relative;
  bottom: 4px; }

.modal-body {
  padding: 10px 20px 10px 20px;
  display: flex;
  flex-direction: column; }
  .modal-body-flex-unset {
    display: block; }
  .modal-body__content {
    overflow-y: auto;
    max-height: calc(100vh - 250px); }

.modal-header {
  padding: 15px 15px 15px 20px; }

/* 768 - screen-tablet */
@media screen and (min-width: 768px) {
  .modal-dialog.wide {
    width: 80%; } }

.modal .Approval_ActConten p {
  margin: 0px;
  padding: 0px; }

.details-field {
  padding-bottom: 20px;
  word-wrap: break-word; }

.inline {
  display: inline; }

.details-field > .label {
  font-size: 12px;
  color: #50504f;
  font-weight: normal;
  margin: 0px;
  padding: 0px; }

.details-field > .value {
  font-size: 14px;
  color: #000000;
  font-weight: normal; }

.shown-menu {
  display: block;
  cursor: pointer; }

.attendance-grid-holiday td.data {
  background-color: #f8f8f8; }

.suggestionbox .sla-item .desc,
.suggestionbox .section-item .desc {
  font-size: 12px;
  color: #50504f; }

.suggestionbox .suggestion-item-active .sla-item .desc,
.suggestionbox .suggestion-item-active .section-item .desc,
.suggestionbox .suggestion-item-active .approvalSchema-item .desc {
  color: #50504f; }

.documents.temporary .delete {
  color: #c50f1f;
  display: inline-block; }

.no-top-padding {
  padding-top: 0px !important;
  padding-left: 3px !important; }

.no-top-margin {
  margin-top: 0px; }

.no-top-margin-important {
  margin-top: 0px !important; }

.no-left-padding {
  padding-left: 0px; }

.no-left-right-padding-important {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.datetime-local-supported input {
  width: auto;
  float: left; }

.datetime-local-supported input[type=time] {
  margin-left: 5px; }

.help-block {
  font-size: 11px;
  display: none; }

.help-block ul {
  padding-left: 20px;
  margin-top: 3px; }

.checkbox .help-block {
  margin-left: 0px; }

#ActHtml {
  border: 0px; }

.media.section {
  margin-bottom: 15px; }

.media.section .section-descr {
  color: #676767; }

.attendance-notes {
  overflow: auto;
  white-space: normal; }

.notUnderline {
  color: #c50f1f; }

.notUnderline:hover {
  text-decoration: none;
  color: #c50f1f; }

#CustomFormContent div.divide {
  margin-bottom: 20px; }

.noBottomMargin {
  margin-bottom: 0px; }

.smallBottomMargin {
  margin-bottom: 2px; }

.biggerBottomMargin {
  margin-bottom: 20px; }

.btn.kb-message {
  margin-left: 10px; }

.rangeStringField {
  margin-top: 8px; }

.italicSmaller {
  font-style: italic;
  font-size: 12px; }

.floatRight {
  float: right; }

.floatLeft {
  float: left; }

.navbar-collapse {
  max-height: 100% !important; }

@media only screen and (max-device-width: 1024px), only screen and (max-device-width: 1280px) and (orientation: landscape) and (min-device-pixel-ratio: 1.2) {
  .navbar-collapse {
    /*Will be adjusted in JS. Different browsers have different interpretation for vh*/
    height: calc(100vh - 33px) !important; } }

.noLeftPadding {
  padding-left: 0px; }

.noRightPadding {
  padding-right: 0px; }

.smallGrey {
  color: #50504f;
  font-size: 12px; }

.bigBlack {
  color: #000000;
  font-size: 14px;
  font-weight: bold; }

.emailBlue {
  color: #0a73b6; }

.emailBlue:hover {
  text-decoration: underline; }

.mediumBlack {
  color: #000000;
  font-size: 12px; }

.topVerticalAlign {
  vertical-align: top; }

.modal-col p:not(.smallGrey) {
  margin-top: 10px; }

.modal-col p {
  margin-bottom: 0px; }

.marginTopPersonDetail {
  margin-top: 10px; }

.nextLine {
  display: block; }

.clearBoth {
  clear: both; }

.epicRightPadding {
  padding-right: 100px !important; }

.link-with-icon-and-text__wrapper a {
  color: #0a73b6;
  text-transform: lowercase;
  display: flex; }
  .link-with-icon-and-text__wrapper a div.ms-Icon {
    margin-right: 3px; }

.link-with-icon-and-text__wrapper a:hover, .link-with-icon-and-text__wrapper a:focus {
  text-decoration: none; }

.link-with-icon-and-text__wrapper span {
  color: #50504f;
  text-transform: lowercase; }

.marginForWABluePlus {
  margin-top: -35px;
  margin-bottom: 10px; }

@media screen and (max-width: 768px) {
  .marginForWABluePlus {
    margin-top: -15px;
    margin-bottom: 10px; }
  .search {
    width: 100%; }
  .searchNode {
    width: 100%; } }

.noOutline {
  outline-style: none; }

.wordBreak {
  text-align: justify;
  word-wrap: break-word; }

.marginBottomSmall {
  margin-bottom: 5px; }

.paddingTopSmall {
  padding-top: 5px; }

.paddingBottomSmall {
  padding-bottom: 5px; }

.attendance-cell {
  cursor: pointer; }

#btn-caret {
  padding: 10px 0px 12px 0px;
  border: none; }

span.InputImage:hover, span.InputImage:focus, span.InputImage:active, span.InputImage:hover, span.InputImage:focus, span.InputImage:active {
  background: #cee5f3; }

.no-overflow-x {
  overflow-x: hidden; }

.no-overflow-y {
  overflow-y: hidden; }

.auto-overflow-x {
  overflow-x: auto; }

.auto-overflow-y {
  overflow-y: auto; }

.inherited-max-height {
  max-height: inherit; }

.padding15 {
  padding: 15px; }

.form-col {
  max-width: 935px; }

.grid-min-height {
  min-height: 86px; }

.row-no-margin {
  margin-right: 0px; }

.no-hmargin {
  margin-left: 0px;
  margin-right: 0px; }

.previewText {
  text-align: justify;
  padding-top: 8px;
  padding-right: 40px;
  float: left;
  width: 100%;
  padding-bottom: 3px; }

.previewHead {
  word-wrap: normal; }

.li-disabled > a {
  pointer-events: none;
  cursor: default;
  color: gray !important; }

.workflowText {
  font-size: 11px;
  color: #50504f;
  margin-bottom: 10px;
  margin-top: 10px; }

.cursor-pointer {
  cursor: pointer; }

.borderUpAndDown {
  margin-top: 10px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }

.form-buttons > .btn-primary,
.form-buttons > .btn-default {
  margin-bottom: 20px; }

.btn-field {
  margin-top: 25px;
  height: 26px;
  padding-top: 0px; }

.btn-field-check {
  margin-top: 20px;
  height: 48px; }

.new-edit-ticket-form div.row {
  padding-left: 15px;
  padding-right: 15px; }

.new-edit-ticket-form .attachment-div {
  padding-left: 0px; }

#new-ticket-form .attachment-div {
  padding-left: 0px; }

.multiedit div.row {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0px; }

.new-edit-template div.row {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0px; }

.new-edit-template > .form-group > .row > .attachment-div {
  padding-left: 0px; }

.new-edit-template div#system-block div.checkbox {
  margin-top: 10px;
  padding-right: 15px; }

.new-edit-template div#custom-block div.checkbox {
  margin-top: 10px;
  padding-right: 15px; }

.new-edit-template .form-group.checkbox {
  padding-right: 15px;
  margin-bottom: 10px; }

.multiedit div#system-block div.checkbox {
  margin-top: 10px; }

.multiedit div#custom-block div.checkbox {
  margin-top: 10px; }

span.multiselect-dropdown {
  white-space: nowrap; }

div.tickets-move-right {
  margin-left: 3px; }

div.tickets-move-left {
  margin-right: 3px; }

.padding-left-menu {
  padding-left: 12px; }

.multiselect-hidden {
  display: none !important; }

.multiselect-item-hidden {
  display: none !important; }

.thumbnail-tile {
  width: 160px;
  height: 130px;
  margin: 5px 5px 0px 0px;
  overflow: hidden;
  float: left;
  position: relative; }

.thumbnail-tile-small {
  width: 80px;
  height: 65px;
  margin: 2px 2px 0px 0px;
  overflow: hidden;
  float: left;
  position: relative; }

.image-previews-main-page .thumbnail-tile {
  width: 480px; }

.image-previews-main-page .thumbnail-tile-small {
  width: 240px; }

.image-previews-logo {
  max-width: 208px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }
  .image-previews-logo-thumbnail {
    max-width: 208px;
    max-height: 38px;
    padding: 4px;
    margin-right: 10px;
    background-color: #0a73b6; }

.logo-image-remove:hover {
  text-decoration: none;
  cursor: pointer; }

.thumbnail-navigation a:link {
  color: #000000;
  font-size: 12px; }

.thumbnail-navigation a:visited {
  color: #000000;
  font-size: 12px; }

.thumbnail-navigation a:hover {
  color: #000000;
  font-size: 12px; }

.thumbnail-navigation a:active {
  color: #000000;
  font-size: 12px; }

.light:link .thumbnail-tile {
  color: #ffffff; }

/* unvisited link */
.light:visited .thumbnail-tile {
  color: #f8f8f8; }

/* visited link */
.light:hover .thumbnail-tile {
  color: #ffffff; }

/* mouse over link */
.light:active .thumbnail-tile {
  color: #ffffff; }

.light:link .thumbnail-tile-small {
  color: #ffffff; }

/* unvisited link */
.light:visited .thumbnail-tile-small {
  color: #f8f8f8; }

/* visited link */
.light:hover .thumbnail-tile-small {
  color: #ffffff; }

/* mouse over link */
.light:active .thumbnail-tile-small {
  color: #ffffff; }

#thumbnail-slide {
  bottom: -130px;
  width: 160px;
  height: 130px;
  background-color: #676767;
  opacity: 0.75;
  filter: alpha(opacity=80);
  position: absolute;
  padding: 5px 10px 5px 5px;
  animation-delay: 2s;
  transition: 0.5s;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards; }

#thumbnail-slide-small {
  bottom: -65px;
  width: 80px;
  height: 65px;
  background-color: #676767;
  opacity: 0.75;
  filter: alpha(opacity=80);
  position: absolute;
  animation-delay: 2s;
  transition: 0.5s;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards; }

.thumbnail-tile:hover #thumbnail-slide {
  transition: 1s;
  bottom: 0px; }

.thumbnail-tile:focus #thumbnail-slide {
  transition: 1s;
  bottom: 0px; }

.thumbnail-tile:hover .thumbnail-name {
  display: none; }

.thumbnail-tile-small:hover #thumbnail-slide-small {
  transition: 1s;
  bottom: 0px; }

.thumbnail-tile-small:focus #thumbnail-slide-small {
  transition: 1s;
  bottom: 0px; }

.thumbnail-tile-small:hover .thumbnail-name {
  display: none; }

.thumbnail-tile:focus {
  outline-style: none; }

.thumbnail-name-text {
  display: normal;
  opacity: 1.0;
  outline-style: none;
  text-align: justify;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis !important; }

.thumbnail-tile:hover .thumbnail-name-text {
  transition: opacity 0s ease;
  opacity: 0; }

.thumbnail-tile-small:hover .thumbnail-name-text {
  transition: opacity 0s ease;
  opacity: 0; }

.thumbnail-name {
  background-color: #676767;
  opacity: 0.80;
  filter: alpha(opacity=80);
  position: absolute;
  bottom: 0px;
  left: 0;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  height: 18px;
  font-size: 12px; }

.thumbnail-desc {
  padding: 5px;
  font-size: 12px;
  line-height: 16px; }

.checkbox .datetime-control input[type=checkbox] {
  margin-left: 0px;
  position: relative; }

.image-previews {
  margin-top: 30px; }

input[type=checkbox].CheckboxCell {
  display: none; }

.grid-row-checkbox {
  display: none !important; }

.hover-visible {
  display: inline-block !important; }

.highlight .CheckBoxCellDiv .grid-row-checkbox {
  display: inline-block !important;
  color: #ffffff; }

input[type=checkbox].selectAllCheckBox {
  display: none; }

.suggestion-item-notice {
  cursor: default;
  color: #676767;
  background: #ffffff;
  padding: 4px 4px 4px 4px; }

.help-icon {
  cursor: pointer;
  color: #b8b8b8;
  vertical-align: sub; }

.stopwatch-icon {
  vertical-align: bottom; }

.paddingForMobileDevices {
  padding-left: 5px;
  padding-right: 5px; }
  .paddingForMobileDevices-HideNavBar {
    padding-left: 0px !important;
    padding-right: 0px !important; }

@media only screen and (max-device-width: 767px), only screen and (max-device-width: 1280px) and (orientation: landscape) and (min-device-pixel-ratio: 1.2) {
  .paddingForMobileDevices {
    padding-left: 5px;
    padding-right: 5px; } }

.searchPaddingForMobileDevices {
  padding-bottom: 30px; }

.body {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.radioInRadio {
  margin-left: 20px; }

.two-columns {
  padding-left: 15px;
  padding-right: 15px; }

#ui-datepicker-div {
  z-index: 1051 !important; }

.clearable-input-wrapper {
  position: relative;
  height: inherit;
  line-height: inherit;
  display: flex;
  align-items: center; }

.clearable-input-wrapper > input {
  padding-right: 2em; }

.clearable-input-wrapper .clear-input {
  display: none;
  margin-left: -20px;
  cursor: pointer;
  color: #b8b8b8; }
  .clearable-input-wrapper .clear-input:hover, .clearable-input-wrapper .clear-input:focus {
    color: #676767; }

.suggestionbox .input-group .clearable-input-wrapper:not(:last-child) .clear-input {
  margin-left: -45px;
  z-index: 3; }

.clearable-input-wrapper input::-ms-clear {
  display: none; }

.searchNode.searchColumnValues {
  margin-bottom: -7px; }

.checked-columns {
  margin-top: -5px; }

.unchecked-columns:not(:empty) {
  margin-top: -5px; }

.small-padding-right-important {
  padding-right: 15px !important; }

#WebApp-MyEntrustedAsset_div > .alvao-table > tbody > tr,
#Console-PersonNotificationsList_div > .alvao-table > tbody > tr {
  cursor: pointer; }

.expand-collapse-all {
  margin-top: -3px; }

.show-all-loader {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  width: 20px;
  overflow: hidden; }

.show-all-loader .loader, .show-command-loader .loader {
  margin-top: 0px;
  margin-left: 0px; }

.show-command-loader {
  margin-left: 7px;
  width: 20px;
  overflow: hidden; }

.move-to-service-form-requiered-loader {
  display: none; }

.modal-dialog {
  outline: none !important; }

.btn-approval {
  color: #ffffff;
  background-color: #0a73b6;
  border-color: #0868a3; }

.btn-approval:hover,
.btn-approval:focus,
.btn-approval:active,
.btn-approval.active,
.open .dropdown-toggle.btn-approval {
  color: #ffffff;
  background-color: #0868a3;
  border-color: #0868a3; }

.btn-approval:active,
.btn-approval.active,
.open .dropdown-toggle.btn-approval {
  background-image: none; }

.btn-approval.disabled,
.btn-approval[disabled],
fieldset[disabled] .btn-approval,
.btn-approval.disabled:hover,
.btn-approval[disabled]:hover,
fieldset[disabled] .btn-approval:hover,
.btn-approval.disabled:focus,
.btn-approval[disabled]:focus,
fieldset[disabled] .btn-approval:focus,
.btn-approval.disabled:active,
.btn-approval[disabled]:active,
fieldset[disabled] .btn-approval:active,
.btn-approval.disabled.active,
.btn-approval[disabled].active,
fieldset[disabled] .btn-approval.active {
  background-color: #0a73b6;
  border-color: #0868a3; }

.breadcrumb-navigation-icon {
  height: 19px;
  width: 19px;
  font-size: 17px;
  line-height: 19px;
  color: #0a73b6;
  vertical-align: bottom;
  margin-right: 2px; }

.general {
  padding-left: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: auto; }

#section-detail a, .description-text a {
  word-break: break-all;
  word-spacing: normal;
  display: list-item;
  list-style: none; }

.news-content > div > p {
  margin: 0px; }

label.no-after:after {
  content: none; }

.notification-combo {
  height: 34px;
  width: 65%;
  margin-right: 10px; }

.shared-views {
  display: none;
  border: 1px solid #e4e4e4;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175); }

.view-shares {
  color: #b8b8b8;
  white-space: pre; }

.shared-views.show {
  position: absolute;
  top: 0px;
  left: 0px;
  background: white;
  z-index: 2000; }

.shared-with-groups .suggestbox-wrapper, .owner-person-id .suggestbox-wrapper {
  clear: both; }

.dropdown-menu {
  padding: 0; }

.dropdown-menu-submenu {
  max-height: 300px;
  overflow-y: auto; }

.dropdown-menu-submenu, .dropdown-menu-submenu ul {
  padding-left: 0px;
  list-style-type: none; }

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

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

.dropdown-menu-submenu li > ul > li > a:hover {
  color: #333333;
  background-color: #cee5f3;
  text-decoration: none; }

.dropdown-menu-submenu li > ul > li > a:focus {
  color: #333333; }

.dropdown-menu-view-options-compact li > a:hover, .dropdown-menu-view-options-compact li > a:focus {
  text-decoration: none;
  background-color: #cee5f3; }

.dropdown-menu-view-options-compact {
  max-height: 300px;
  overflow-y: auto; }

.dropdown-menu-view-options-compact, .dropdown-menu-view-options-compact ul {
  padding-left: 0px;
  list-style-type: none; }

.dropdown-menu-view-options-compact .divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #e4e4e4; }

.dropdown-menu-view-options-compact li > a {
  display: block;
  padding: 3px 40px;
  clear: both;
  font-weight: normal;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu-view-options-compact li > a:hover, .dropdown-menu-view-options-compact li > a:focus {
  text-decoration: none;
  background-color: #cee5f3; }

.dropdown-submenu.shared-views-command .hover-toggle .hover-toggle__text {
  flex-grow: 1;
  flex-shrink: 0; }

.dropdown-menu .dropdown-submenu.shared-views-command .hover-toggle {
  display: flex;
  flex-direction: row;
  padding-right: 10px; }

.dropdown-submenu.shared-views-command > a:hover {
  color: #333333;
  background-color: #cee5f3; }

.dropdown-submenu.shared-views-command > a:focus {
  color: #333333; }

.dropdown-submenu.view-options-normal-submenu .hover-toggle .hover-toggle__text {
  flex-grow: 1;
  flex-shrink: 0; }

.dropdown-submenu.view-options-normal-submenu > a {
  display: flex;
  flex-direction: row;
  padding-right: 10px; }

.dropdown-submenu.view-options-normal-submenu > a:hover {
  color: #333333;
  background-color: #cee5f3; }

.dropdown-submenu.view-options-normal-submenu > a:focus {
  color: #333333; }

.unpinned-views.dropdown-menu-submenu {
  max-height: none;
  overflow-y: hidden; }

.news-content > div > ol, .news-content > div > ul {
  margin: 16px 0px; }

.organizationInDetail {
  margin-top: 15px; }

.table-div.grid-show-lines tr:not(:first-child), .table-div-mobile.grid-show-lines tr:not(:first-child) {
  border-top: #e4e4e4 1px solid; }

thead.grid-show-lines tr, thead.grid-show-lines tr {
  border-bottom: #b8b8b8 1px solid; }

.navbar-main-button {
  border-top: none;
  border-bottom: none;
  outline-color: #ffffff;
  height: 50px;
  margin-top: 0px;
  order: 99; }

.navbar-header {
  height: 50px; }

.navbar-main-collapse {
  border-top: none; }

.navbar-main-button.collapsed.navbar-toggle:focus {
  background-color: transparent;
  outline: 1px white; }

.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #50504f; }

.navbar-main-button.collapsed.navbar-toggle:focus > .icon-bar {
  background-color: #ffffff; }

/* 49499 */
.communication-box {
  padding-bottom: 8px; }

.communication-box .text {
  padding-left: 5px;
  line-height: 1.4;
  display: block;
  height: 38px;
  overflow: hidden; }

/* -------- */
/* 47968 */
.menu-scrollbar {
  max-height: 410px;
  min-width: 250px;
  overflow-y: auto;
  overflow-x: hidden; }

/* --------- */
.field-validation-valid {
  display: none; }

.validation-summary-valid {
  display: none; }

.padding-left-20 {
  padding-left: 20px; }

.padding-top-one-line {
  padding-top: 22px; }

.actMark {
  float: left;
  margin-left: 13px;
  padding-bottom: 5px; }

.actMark img {
  width: 16px;
  margin-top: 5px; }

.portraitMarkColumn {
  width: 40px;
  float: left; }

.ticket-objects-list {
  max-height: 200px;
  overflow: auto;
  margin-bottom: 5px; }

.EditPersonLabel {
  margin-bottom: 5px;
  margin-top: 0px; }

.AlvaoApprovalCommentForApproverPreview {
  font-style: italic;
  background-color: yellow; }

.input-file__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.input-file__label {
  cursor: pointer; }
  .input-file__label--aslink {
    display: inline-block;
    color: #0a73b6;
    text-decoration: underline; }
    .input-file__label--aslink::after {
      content: "" !important; }

.input-file__name, .input-file__form {
  display: inline-block; }

.input-file__nametitle {
  display: block;
  margin-bottom: 0px; }

.import-csv-progress-navigation {
  display: none;
  margin-top: 2em; }

.modal-col .label {
  white-space: normal;
  text-align: justify;
  word-wrap: break-word; }

.command-img-colapsed {
  height: 16px;
  width: 16px;
  margin-left: 10px;
  margin-right: 10px; }

.diagramContainer {
  overflow: auto;
  cursor: default;
  position: relative;
  top: 50px;
  bottom: 0;
  height: calc(100% - 100px); }

.communication-act-expanded:hover .actMark {
  height: 1px; }
  .communication-act-expanded:hover .actMark .act-marker:not(.not-switch) {
    display: block !important; }
    .communication-act-expanded:hover .actMark .act-marker:not(.not-switch):not(.selected) {
      opacity: 0.5;
      color: #676767; }
    .communication-act-expanded:hover .actMark .act-marker:not(.not-switch):hover.act-important-mark {
      color: #0a73b6; }
    .communication-act-expanded:hover .actMark .act-marker:not(.not-switch):hover.act-resolution-mark {
      color: #6bb700; }

.ticket-act-detail:not(.communication-act-expanded) .actMark {
  height: auto;
  padding-bottom: 0px; }

.ticket-act-detail:not(.communication-act-expanded) .act-marker.selected {
  height: 16px; }

.ticket-act-detail .actMark {
  height: 1px; }
  .ticket-act-detail .actMark .act-marker {
    width: 16px;
    height: 16px;
    margin-top: 5px; }
    .ticket-act-detail .actMark .act-marker.act-important-mark, .ticket-act-detail .actMark .act-marker.act-important-mark:hover {
      color: #0a73b6; }
    .ticket-act-detail .actMark .act-marker.act-resolution-mark {
      color: #6bb700;
      font-weight: bold; }
  .ticket-act-detail .actMark .act-marker.selected {
    display: block;
    opacity: 1; }
  .ticket-act-detail .actMark .act-marker:not(.selected) {
    display: none; }

input[name="SectionCatalogSearch"], input[name="SectionCatalogSearch_Suggest"] {
  padding: 0 30px 0 35px;
  background-image: url(/Alvao/Content/img/search.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left 10px center; }

.section-catalogue-search-padding {
  padding-top: 30px;
  padding-bottom: 20px; }

.ticket-icon {
  margin-top: -2px; }

.modal-header-button {
  float: right;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #b8b8b8; }
  .modal-header-button:hover, .modal-header-button:focus {
    color: #676767;
    text-decoration: none;
    cursor: pointer;
    outline: 0; }

.new-ticket-form-requester {
  margin-bottom: 5px; }

.custom-select {
  background-image: url(/Alvao/Content/img/dropdown.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position-x: calc(100% - 10px);
  background-position-y: center; }

.custom-select option:hover, .ui-datepicker-title option:hover {
  background-color: #cee5f3;
  color: #000000; }

.custom-select option:checked, .ui-datepicker-title option:checked {
  background-color: #cee5f3;
  color: #000000; }

.ui-datepicker-close {
  display: none; }

.ui-datepicker-current {
  width: calc(100% - .4em) !important; }

/*IE10-IE11 skrytí defaultní šipky*/
.custom-select::-ms-expand {
  display: none; }

.suggestListRemoveAll {
  color: #0a73b6;
  cursor: pointer;
  display: none; }

.suggestbox-wrapper.focused .input-group-addon {
  border-color: #0a73b6; }

.gray-background {
  background-color: #f8f8f8; }

.first_time_notification_for_requester {
  z-index: 1050;
  margin-top: 25vh;
  margin-bottom: auto;
  height: 180px; }
  .first_time_notification_for_requester_backdrop {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1030;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center; }
  .first_time_notification_for_requester_body {
    display: flex;
    flex-direction: row;
    margin: 10px; }
  .first_time_notification_for_requester_icon {
    font-size: 42px;
    line-height: 52px;
    color: #6bb700;
    margin: 0 20px 10px 0px; }
  .first_time_notification_for_requester_button {
    display: flex;
    margin: 20px;
    justify-content: center; }

.file_upload_backdrop {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1030;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center; }

.file_upload_dropzone {
  width: 60vw;
  height: 35vh;
  background-color: #50504f;
  border: 2px #e4e4e4 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e4e4e4;
  font-size: 24px;
  line-height: 32px;
  padding: 20px;
  text-align: center; }
  .file_upload_dropzone_hover {
    border: 3px #0a73b6 solid;
    background-color: #f2f8fc;
    color: #0a73b6; }

.section-catalog-faq-block {
  width: auto; }

.section-catalog-faq-anchor {
  display: flex;
  align-items: center;
  margin: 5px 0px; }

.section-catalog-faq-anchor:hover {
  text-decoration: none !important;
  color: #0a73b6;
  cursor: pointer; }

.section-catalog-faq-anchor-icon {
  margin-left: 0px; }

.section-catalog-faq-anchor-title {
  font-size: 16px;
  margin-left: 10px; }

#FAQPart-mobile {
  margin: 20px 0px;
  display: none; }

@media screen and (max-width: 1200px) {
  #newsFaqWide, #kbFaqWide {
    display: none !important; }
  #FAQPart-mobile {
    display: block !important; } }

.nested-dropdown-name {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #e4e4e4;
  color: #333333; }

.dropdown-arrow {
  padding-left: 4px; }

.nested-dropdown-menu {
  padding-bottom: 0 !important;
  z-index: 1099; }

.dropdown-submenu.message-template-variable-submenu > a:hover {
  color: #333333;
  background-color: #cee5f3; }

.dropdown-submenu.message-template-variable-submenu > a:focus {
  color: #333333; }

.dropdown-submenu.message-template-variable-submenu .hover-toggle {
  display: flex;
  flex-direction: row;
  padding-right: 10px; }
  .dropdown-submenu.message-template-variable-submenu .hover-toggle .hover-toggle__text {
    flex-grow: 1;
    flex-shrink: 0; }

.nested-dropdown > li > a.disabled > .nested-dropdown-name {
  cursor: default;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65); }

#requesterNotificationTemplate {
  margin-bottom: 10px;
  margin-top: -5px; }

#mandatoryColumns, #relatedTicketRules, #copyColumns {
  margin-bottom: 5px; }

.syntax-editor {
  display: flex;
  flex-grow: 1;
  width: 100%;
  overflow: hidden; }
  .syntax-editor-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    overflow: hidden; }
  .syntax-editor-error {
    color: #c50f1f;
    cursor: pointer; }
  .syntax-editor-panel {
    background-color: #f8f8f8;
    max-height: 150px;
    width: 100%;
    display: none;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    border-top: 1px solid #e4e4e4;
    padding: 15px;
    overflow: auto; }
    .syntax-editor-panel-info {
      margin: 0; }

.embedLink {
  color: #0a73b6; }
  .embedLink:hover {
    color: #0868a3; }

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.icon-color-blue {
  color: #0a73b6; }

.icon-color-red {
  color: #c50f1f; }

.icon-color-orange {
  color: #ffaa44; }

.icon-color-grey {
  color: #676767; }

.icon-color-green {
  color: #6bb700; }

.command-section-menu {
  padding: 5px 5px 5px 10px;
  max-width: 395px; }
  .command-section-menu-dropdown {
    min-width: 0px; }

.modal-person-detail {
  display: flex; }
  .modal-person-detail-info {
    padding-left: 20px; }

.custom-dropdown-command-menu {
  cursor: default; }

.link-type-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.link-type-line {
  width: 90%; }

input[type=checkbox],
input[type=radio] {
  float: left;
  margin-right: 7px; }

.checkbox-with-field .checkbox {
  margin-bottom: 5px; }

.checkbox-with-field .checkbox label:after {
  content: ':'; }

.no-label input[type=checkbox],
.no-label input[type=radio] {
  float: none;
  margin-right: 0px; }

.act-icon {
  font-size: 12px; }
  .act-icon__wrapper {
    display: flex;
    align-items: center;
    height: 16px; }
    .act-icon__wrapper div.ms-Icon {
      padding-right: 5px; }

.expand-collapse__icon {
  font-size: 10px;
  color: #b8b8b8;
  vertical-align: middle; }

.icon-after-text {
  margin-left: 10px;
  cursor: pointer;
  color: #b8b8b8;
  vertical-align: bottom; }
  .icon-after-text:hover, .icon-after-text:focus {
    color: #676767; }

.no-heading-page__help {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  color: #0a73b6; }
  .no-heading-page__help:hover, .no-heading-page__help:focus {
    text-decoration: none;
    color: #0a73b6; }
  .no-heading-page__help__icon {
    padding: 8px 13px;
    font-size: 19px; }

.objectsContent .treeContainer {
  margin-right: -20px; }

.btn-modal {
  align-self: flex-start; }

div#origmsg {
  height: 0px; }
/*-------------------------------------
zTree Style

version:	3.5.19
author:		Hunter.z
email:		hunter.z@263.net
website:	http://code.google.com/p/jquerytree/

-------------------------------------*/
.ztree * {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "Segoe UI", Arial, Helvetica, AppleGothic, sans-serif; }

.ztree {
  margin: 0;
  padding: 5px;
  color: #333333; }

.ztree li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 21px;
  text-align: left;
  white-space: nowrap;
  outline: 0; }

.ztree li ul {
  margin: 0;
  padding: 0 0 0 19px; }

.ztree li ul.line {
  margin-left: 8px;
  border-left: 1px dotted #e4e4e4; }

.ztree li a {
  padding: 1px 3px 1px 0;
  margin: 0;
  cursor: pointer;
  height: 19px;
  color: #333333;
  background-color: transparent;
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
  border: 1px solid transparent;
  box-sizing: content-box; }

.ztree li a:hover {
  text-decoration: none; }

.ztree li a.curSelectedNode {
  background-color: #a6cfe9 !important; }

.ztree li a.curSelectedNode_Edit {
  padding-top: 0px;
  background-color: #FFE6B0;
  color: black;
  height: 21px;
  border: 1px #FFB951 solid;
  opacity: 0.8; }

.ztree li a.tmpTargetNode_inner {
  background-color: #316AC5;
  color: white;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.ztree li a input.rename {
  height: 14px;
  width: 80px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  border: 1px #7EC4CC solid;
  *border: 0px; }

.ztree li span {
  line-height: 16px;
  margin-right: 2px; }

.ztree li span.button {
  line-height: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url(/Alvao/Content/img/zTreeStandard.png);
  *background-image: url(/Alvao/Content/img/zTreeStandard.gif); }

.ztree li span.button.chk {
  width: 13px;
  height: 13px;
  margin: 0 3px 0 0;
  cursor: auto; }

.ztree li span.button.chk.checkbox_false_full {
  background-position: 0 0; }

.ztree li span.button.chk.checkbox_false_full_focus {
  background-position: 0 -14px; }

.ztree li span.button.chk.checkbox_false_part {
  background-position: 0 -28px; }

.ztree li span.button.chk.checkbox_false_part_focus {
  background-position: 0 -42px; }

.ztree li span.button.chk.checkbox_false_disable {
  background-position: 0 -56px; }

.ztree li span.button.chk.checkbox_true_full {
  background-position: -14px 0; }

.ztree li span.button.chk.checkbox_true_full_focus {
  background-position: -14px -14px; }

.ztree li span.button.chk.checkbox_true_part {
  background-position: -14px -28px; }

.ztree li span.button.chk.checkbox_true_part_focus {
  background-position: -14px -42px; }

.ztree li span.button.chk.checkbox_true_disable {
  background-position: -14px -56px; }

.ztree li span.button.chk.radio_false_full {
  background-position: -28px 0; }

.ztree li span.button.chk.radio_false_full_focus {
  background-position: -28px -14px; }

.ztree li span.button.chk.radio_false_part {
  background-position: -28px -28px; }

.ztree li span.button.chk.radio_false_part_focus {
  background-position: -28px -42px; }

.ztree li span.button.chk.radio_false_disable {
  background-position: -28px -56px; }

.ztree li span.button.chk.radio_true_full {
  background-position: -42px 0; }

.ztree li span.button.chk.radio_true_full_focus {
  background-position: -42px -14px; }

.ztree li span.button.chk.radio_true_part {
  background-position: -42px -28px; }

.ztree li span.button.chk.radio_true_part_focus {
  background-position: -42px -42px; }

.ztree li span.button.chk.radio_true_disable {
  background-position: -42px -56px; }

.ztree li span.button.switch {
  width: 20px;
  height: 20px; }

.ztree li span.button.root_open {
  background-position: -90px -52px; }

.ztree li span.button.root_close {
  background-position: -74px -52px; }

.ztree li span.button.roots_open {
  background-position: -90px 0; }

.ztree li span.button.roots_close {
  background-position: -74px 0; }

.ztree li span.button.center_open {
  background-position: -92px -18px; }

.ztree li span.button.center_close {
  background-position: -74px -18px; }

.ztree li span.button.bottom_open {
  background-position: -92px -36px; }

.ztree li span.button.bottom_close {
  background-position: -74px -36px; }

.ztree li span.button.noline_open {
  background-position: -90px -72px; }

.ztree li span.button.noline_close {
  background-position: -74px -72px; }

.ztree li span.button.root_docu {
  background: none; }

.ztree li span.button.roots_docu {
  background-position: -56px 0; }

.ztree li span.button.center_docu {
  background-position: -56px -18px; }

.ztree li span.button.bottom_docu {
  background-position: -56px -36px; }

.ztree li span.button.noline_docu {
  background: none; }

.ztree li span.button.ico_open {
  margin-right: 3px;
  margin-left: 3px;
  background-position: -110px -16px;
  vertical-align: top;
  *vertical-align: middle; }

.ztree li span.button.ico_close {
  margin-right: 3px;
  margin-left: 3px;
  background-position: -110px 0;
  vertical-align: top;
  *vertical-align: middle; }

.ztree li span.button.ico_docu {
  margin-right: 3px;
  margin-left: 3px;
  background-position: -110px -32px;
  vertical-align: top;
  *vertical-align: middle; }

.ztree li span.button.edit {
  margin-right: 2px;
  background-position: -110px -48px;
  vertical-align: top;
  *vertical-align: middle; }

.ztree li span.button.remove {
  margin-right: 2px;
  background-position: -110px -64px;
  vertical-align: top;
  *vertical-align: middle; }

ul.tmpTargetzTree {
  background-color: #cee5f3;
  opacity: 0.8;
  filter: alpha(opacity=80); }

span.tmpzTreeMove_arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  padding: 0;
  margin: 2px 0 0 1px;
  border: 0 none;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: -110px -80px;
  background-image: url(/Alvao/Content/img/zTreeStandard.png);
  *background-image: url(/Alvao/Content/img/zTreeStandard.gif); }

ul.ztree.zTreeDragUL {
  margin: 0;
  padding: 0;
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
  background-color: #cfcfcf;
  border: 1px #00B83F dotted;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.zTreeMask {
  z-index: 10000;
  background-color: #cfcfcf;
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute; }

.tree-shortCut {
  font-size: 6px;
  position: relative;
  bottom: -2px;
  left: 1px;
  font-weight: 800 !important;
  color: #0a73b6; }
  .tree-shortCut__wrapper {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    position: relative;
    left: -2px;
    bottom: -12px;
    outline: #e4e4e4 solid 1px; }

.tree-requiredPropertyAlertIcon::before {
  color: #D86344;
  background-color: #ffffff;
  position: relative;
  font-size: 9px;
  left: 10px;
  bottom: 0px;
  top: 12px;
  border-radius: 3px; }

.ztree a[treenode_a].tmpTargetNode_next {
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 2px;
  margin-bottom: -1px; }

.ztree a[treenode_a].tmpTargetNode_prev {
  border-top: 1px solid #7f7f7f; }

.tree-node-tooltip {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #676767;
  padding: 6px;
  z-Index: 1050;
  display: none; }

.tree-node-tooltip hr {
  margin-top: 5px;
  margin-bottom: 5px; }

#adminSectionsTree {
  margin-top: 15px; }
#manage-subprofiles .productsList-description, .detail-header-info-small-shortage {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.navbar-admin-default {
  background-color: #000000 !important;
  border-bottom: thin solid #f8f8f8; }

.navbar-admin-border-bottom {
  border-bottom: thin solid #f8f8f8; }

.hideElement {
  display: none; }

.showElement {
  display: block; }

.admin-title {
  float: left;
  color: #f8f8f8;
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px; }

.admin-navbar {
  border-color: #f8f8f8 !important; }

@media screen and (max-width: 768px) {
  .admin-title {
    display: none; } }

.admin-logo {
  border-right: thin solid #f8f8f8; }

.detail-header {
  width: 100%;
  height: 120px;
  background-color: #50504f;
  position: relative;
  margin-bottom: 30px; }

.detail-header-portrait {
  width: 100px;
  height: 100px;
  margin-left: 17px;
  position: absolute;
  bottom: -20px;
  border: 2px solid #f8f8f8;
  display: flex;
  align-items: center; }

.circle {
  border-radius: 50%; }

.detail-header-info {
  position: absolute;
  right: 10px;
  left: 133px;
  top: 35px; }
  .detail-header-info-low {
    top: unset;
    bottom: 20px; }
  .detail-header-info-no-icon {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 35px; }
  .detail-header-info-large {
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .detail-header-info-two-line {
    -webkit-line-clamp: 2; }
  .detail-header-info-small {
    font-size: 14px;
    color: #ffffff; }
  .detail-header-info-red-icon {
    color: #c50f1f;
    padding-right: 5px; }

.detail-section-name {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 30%;
  clear: left; }

.detail-section-edit {
  margin-right: 10px;
  margin-left: 10px;
  float: right;
  text-decoration: none;
  cursor: pointer;
  color: #0a73b6;
  width: 10%; }

.section-shortcut {
  text-decoration: none;
  cursor: pointer;
  color: #0a73b6;
  float: left; }

.detail-section-body {
  float: left;
  width: 50%;
  padding-bottom: 10px;
  word-wrap: break-word;
  word-spacing: normal; }
  .detail-section-body-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.detail-section {
  margin: 10px 10px 10px 10px;
  width: calc(100% - 20px);
  clear: both; }

@media (max-width: 400px) {
  .detail-section {
    width: calc(-40px + 100%); }
  .detail-section-edit {
    width: 100%;
    margin-right: 0px;
    text-align: right; }
  .detail-section-name {
    width: 100%; }
  .detail-section-body {
    width: 100%;
    margin-left: 30px; } }

.detail-section-description {
  padding-bottom: 10px; }

.detail-section-description-text {
  padding-top: 10px;
  color: #50504f;
  font-size: 12px; }

.detail-section-shortcut {
  float: left; }

.detail-section-border {
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #f8f8f8; }

.admin-row {
  margin-left: 0px;
  margin-right: 0px; }

.admin-form-section:first-child .admin-form-section-name,
.form-section:first-child .form-section-name {
  padding-top: 0px; }

.form-section {
  clear: both; }

.form-section-name, .admin-form-section-name {
  color: #0a73b6;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 5px;
  float: left;
  display: flex;
  align-items: center; }

.form-section-name:hover, .admin-form-section-name:hover {
  cursor: pointer; }

.admin-form-section-arrow {
  float: right;
  margin-left: 6px;
  color: #b8b8b8;
  font-size: 10px; }

.admin-form-section-area, .form-section-area {
  padding-top: 10px; }

.admin-form-separator {
  color: #50504f;
  font-size: 12px;
  padding-bottom: 5px;
  margin-bottom: 10px; }

.detail-section-info-margin {
  margin-bottom: 5px; }

.detail-memberIcons {
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 5px; }

.detail-productIcons {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 5px; }

.detail-section-info-title {
  color: #b8b8b8; }

.icon-red {
  color: #c50f1f; }

.icon-yellow {
  color: yellow; }

.section-image-admin {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 96px;
  max-width: 96px; }

.suggestList > .clearable-input-wrapper > .clear-input {
  padding-right: 20px; }

.suggestList > .clearable-input-wrapper > .form-control {
  padding-right: 0px !important; }

.remove-button-icon, .suggestListItemClose {
  margin-left: 10px;
  float: left;
  cursor: pointer;
  color: #b8b8b8; }
  .remove-button-icon:hover, .suggestListItemClose:hover, .remove-button-icon:focus, .suggestListItemClose:focus {
    color: #676767; }

.suggestListItemData {
  float: left; }

.suggestListItemWrapper {
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  clear: both;
  display: flex;
  align-items: center; }

.suggestListText {
  font-weight: normal;
  font-size: 12px;
  color: #50504f;
  display: none;
  float: left; }

.suggestListItems {
  padding-left: 15px;
  max-height: 250px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  width: 100%; }

.suggest-list-space {
  padding-top: 10px; }

.suggestListIcon {
  width: 20px;
  height: 20px;
  margin-right: 5px; }
  .suggestListIcon-classes {
    border-radius: 0%;
    padding: 2px; }

.tile-classes-img {
  width: 20px;
  height: 20px;
  margin: 3px auto auto auto; }

.no-margin-bottom {
  margin-bottom: 0px; }

.margin-top {
  margin-top: 10px; }

.grid-cell__tile-icon {
  width: 20px;
  height: 20px;
  background-position-y: center;
  background-position-x: center;
  background-size: 16px;
  background-repeat: no-repeat;
  margin-top: 0px;
  float: left;
  margin-right: 8px; }

.section-shortCut {
  font-size: 6px;
  position: relative;
  bottom: 10px;
  left: 1px;
  font-weight: 800 !important;
  color: #0a73b6; }
  .section-shortCut__wrapper {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    position: absolute;
    left: 4px;
    bottom: 4px;
    outline: #e4e4e4 solid 1px; }

.user-blocked td.data .cell-content {
  color: #c50f1f; }

.user-blocked td.data .cell-link {
  color: #c50f1f; }

.rightClickTreeMenu {
  width: 150px;
  padding-left: 0px;
  margin-bottom: 0px; }

.treeContainer {
  right: 20px;
  left: 0px;
  overflow: auto;
  height: 100%;
  scroll-behavior: smooth; }

.treeContainerPopup {
  right: -20px; }

.treeContainerModal {
  height: calc(100% - 40px); }

#tree {
  height: auto; }

.notification-link {
  color: #0a73b6;
  cursor: pointer; }

.detail-body {
  overflow-y: auto;
  flex: 1; }

.daysAlign {
  float: left;
  margin-right: 10px; }

.section-icon-library-item {
  display: inline-block;
  background-color: #e5eaed;
  margin: 6px;
  width: 100px;
  height: 140px; }

.section-icon-library-item.selected {
  background-color: #cde8ff;
  outline: 1px solid #99cfff; }

.section-icon-library-item .center {
  width: 64px;
  height: 64px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; }

.section-icon-name {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  height: 18px;
  font-size: 12px; }

.section-icon-name-text {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  height: 3.8em;
  text-align: center;
  word-break: break-all; }

.section-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 10px; }

.section-icon-image {
  width: 64px;
  height: 64px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px; }

.label-next-to-element {
  color: #50504f;
  font-size: 12px;
  font-weight: normal;
  padding-top: 4px; }

.element-inside-element-padding-left {
  padding-left: 20px; }

.no-padding-top {
  padding-top: 0px; }

.proceed-from-this-state-radio {
  margin-bottom: 20px; }

.approval-by-radio {
  margin-left: 20px; }

.sectionApprovalMessageTemplate {
  margin-top: 15px;
  margin-bottom: 25px; }

.approvalMessageTemplateTextarea {
  margin-top: 10px;
  margin-bottom: 10px; }

.insertVariableDropdown {
  float: right;
  margin-right: 0px;
  width: 42%; }

.sectionSelectedStates {
  margin-bottom: 25px; }

.sectionApprovalStates {
  margin-bottom: 25px; }

.backResolveDeadlineHoursField {
  white-space: nowrap;
  margin-bottom: 25px;
  margin-left: 0px;
  width: 80px; }

.languageAddIcon {
  font-size: 19px;
  line-height: 19px;
  float: left;
  margin-right: 5px; }

.languageAddPadding {
  padding-top: 10px;
  cursor: pointer;
  color: #0a73b6;
  float: left; }

.languageParent {
  padding-top: 5px; }

.modifyDefaultTimeZone {
  padding-top: 5px; }

.modifyDefaultTimeZonePadding {
  padding-top: 10px;
  cursor: pointer;
  color: #0a73b6;
  float: left; }

.modifyDefaultTimeZoneIcon {
  font-size: 19px;
  line-height: 19px;
  float: left;
  margin-right: 5px; }

@media (min-width: 768px) {
  .col-sm-offset-0 {
    margin-left: 0px; } }

.multiselectCheckbox label {
  cursor: pointer; }

.white-color {
  color: #ffffff; }

.warning-icon {
  border: 1px solid;
  border-radius: 50%;
  font-weight: 400;
  width: 16px;
  float: left;
  margin-right: 5px;
  height: 16px;
  line-height: 12px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px; }

.approval-item-auto-approve, .approval-item-group-choices, .approval-item-custom-choices {
  display: none; }

.btn-small {
  padding-top: 2px;
  padding-bottom: 2px; }

.offset-right-7 {
  margin-right: 58.33%; }

.sam-alert-rule-section {
  margin-left: 20px; }

.members-of-group-dropdown {
  max-width: 400px;
  margin-bottom: 10px; }

#manage-subprofiles label.column-name {
  width: 100%; }

#manage-subprofiles input[type=checkbox] {
  position: initial; }

#manage-subprofiles .productsList-name {
  width: 30%;
  display: inline-block;
  float: left; }

#manage-subprofiles .productsList-description {
  display: inline-block;
  width: 60%; }

.noWrapText {
  white-space: nowrap; }

.offset-left-three-percent {
  margin-left: 3%; }

.iconDelete {
  float: right;
  cursor: pointer;
  color: #b8b8b8;
  padding-right: 4px;
  display: none !important; }
  .iconDelete:hover, .iconDelete:focus {
    color: #676767; }

.section-icon-library-item:hover .iconDelete {
  display: inline-block !important; }

.admin-setting-block {
  margin-left: 15px; }

.admin-setting-block-name {
  color: #50504f;
  font-size: 12px;
  padding-bottom: 5px; }

.admin-setting-block-name-margin-left {
  color: #50504f;
  font-size: 12px;
  padding-bottom: 5px;
  margin-left: -15px !important; }

.display-inline-flex {
  display: inline-flex; }

.width-80px {
  width: 80px; }

.shortInputField {
  max-width: 90px; }

.showedColumnsString {
  margin-bottom: 4px; }

.custom-item-sections {
  display: flex;
  padding-bottom: 2px;
  padding-top: 3px;
  align-items: baseline; }
  .custom-item-sections-header {
    cursor: pointer; }
  .custom-item-sections-icon {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-top: 2px; }
    .custom-item-sections-icon-img {
      width: 16px;
      height: 16px; }
  .custom-item-sections-text {
    line-height: 18px;
    padding-left: 5px; }
    .custom-item-sections-text-without-icon {
      padding-left: 0px; }

.member-with-icon {
  display: flex;
  padding-bottom: 2px; }
  .member-with-icon .member-name {
    padding-left: 5px; }

.am-icons-edit {
  display: flex;
  padding-right: 15px;
  justify-content: space-between; }
  .am-icons-edit-cols {
    display: flex;
    flex-direction: column;
    height: 120px; }
    .am-icons-edit-cols-img {
      width: 100px;
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .am-icons-edit-cols-convert {
      justify-content: center;
      width: 90px; }
      .am-icons-edit-cols-convert-button {
        display: flex;
        flex-direction: row;
        align-items: center; }
      .am-icons-edit-cols-convert-arrow {
        padding-left: 7px; }
