/* input(12084,1): run-time error CSS1019: Unexpected token, found '@import'
input(12084,9): run-time error CSS1019: Unexpected token, found '"reset.css"'
input(12091,1): run-time error CSS1019: Unexpected token, found '@import'
input(12091,9): run-time error CSS1019: Unexpected token, found '"fonts/tuitiv-icons/css/tuitiv-icons.css"' */
/* input(12080,1): run-time error CSS1019: Unexpected token, found '@import'
input(12080,9): run-time error CSS1019: Unexpected token, found '"reset.css"'
input(12087,1): run-time error CSS1019: Unexpected token, found '@import'
input(12087,9): run-time error CSS1019: Unexpected token, found '"fonts/tuitiv-icons/css/tuitiv-icons.css"' */
/*.fb-component {
    padding: 10px;
    cursor: move;
}

    .fb-component input {
        cursor: move;
    }

    .fb-component label {
        cursor: move;
    }

    .fb-component select {
        cursor: move;
    }

    .fb-component textarea {
        cursor: move;
    }*/



    .fb-form-object-editable.fb-draggable {
        cursor: move;
    }

        .fb-form-object-editable.fb-draggable input {
            cursor: move;
        }

        .fb-form-object-editable.fb-draggable label {
            cursor: pointer;
        }

        .fb-form-object-editable.fb-draggable select {
            cursor: move;
        }

        .fb-form-object-editable.fb-draggable textarea {
            cursor: move;
        }

    .fb-form-object-editable.empty {
        cursor: default;
        margin: 6px;
        height: 80px;
        border: dashed 1px #aaa;
        background-color: #eee;
    }

.fb-draggable.dragging {
    background-color: #ffffff;
    position: absolute;
    z-index: 800;
    -webkit-box-shadow: #666 0 0 20px;
    -moz-box-shadow: #666 0 0 20px;
    box-shadow: #666 0 0 20px;
}

.fb-required:after {
    color: #b94a48;
    content: ' *';
}

.fb-builder {
    min-height: 250px;
}

/*.popover .control-label {
    text-align: left;
}

.popover form {
    width: 240px;
}*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../Content/fonts/glyphicons-halflings-regular.eot?v=D8eB7JfZDeyLFe7AzXV0xc_cVtw');
  src: url('../Content/fonts/glyphicons-halflings-regular.eot?v=D8eB7JfZDeyLFe7AzXV0xc_cVtw&#iefix') format('embedded-opentype'), url('../Content/fonts/glyphicons-halflings-regular.woff2?v=6i_5PCZsH7qegsdLDra6rTafNe8') format('woff2'), url('../Content/fonts/glyphicons-halflings-regular.woff?v=x0hkpJg5tk1B0SNqB45gbEJSfjQ') format('woff'), url('../Content/fonts/glyphicons-halflings-regular.ttf?v=x0hkpJg5tk1B0SNqB45gbEJSfjQ') format('truetype'), url('../Content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.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.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/*@import "mixins/buttons";
@import "variables";
@import "buttons";
@import "mixins/vendor-prefixes";
@import "mixins/tab-focus";
@import "mixins/opacity";
@import "mixins/panels";
@import "panels";
@import "mixins/border-radius";
@import "alerts";
@import "mixins/alerts";
@import "mixins/forms";
@import "grid";
@import "mixins/grid";
@import "mixins/grid-framework";*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio .form-control,
.checkbox .form-control {
  width: 24px;
}
.radio .form-control input[type="checkbox"],
.checkbox .form-control input[type="checkbox"],
.radio .form-control input[type="radio"],
.checkbox .form-control input[type="radio"] {
  margin-left: -10px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.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 {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .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;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.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;
  border-color: #a94442;
  background-color: #f2dede;
}
.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 .right-side {
    float: right;
  }
  .form-inline .right-side .form-control {
    max-width: 150px;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
/*@import "mixins/buttons";
@import "variables";
@import "mixins/vendor-prefixes";
@import "mixins/tab-focus";
@import "mixins/opacity";*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -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-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box;
}
.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: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 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 {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 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 .right-side {
    float: right;
  }
  .navbar-form .right-side .form-control {
    max-width: 150px;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #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;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  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 {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  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 {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 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 {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
/*@import "mixins/buttons";
@import "variables";
@import "mixins/vendor-prefixes";
@import "mixins/tab-focus";
@import "mixins/opacity";
@import "mixins/panels";
@import "mixins/border-radius";*/
.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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 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;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  /*padding: 10px 18px;
  border-bottom: 1px solid #111111;*/
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting {
  background: url("../Content/Images/sort_both.png?v=N_CItjt-Se5tdk6eMGwCrGVze_I") no-repeat center right;
}
table.dataTable thead .sorting_asc {
  background: url("../Content/Images/sort_asc.png?v=Tju9avqJRSe5oJTPl9mO2FtARYs") no-repeat center right;
}
table.dataTable thead .sorting_desc {
  background: url("../Content/Images/sort_desc.png?v=t_PMZTGsmgAjTiTu1_xuwZzmm0U") no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled {
  background: url("../Content/Images/sort_asc_disabled.png?v=Tju9avqJRSe5oJTPl9mO2FtARYs") no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled {
  background: url("../Content/Images/sort_desc_disabled.png?v=Qx5wgjutlrEXPF1dNQ2BtT3OPLs") no-repeat center right;
}
table.dataTable tbody tr {
  background-color: white;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  /*padding: 8px 10px;*/
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
  background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
  background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 5px 9px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 5px 9px 3px 9px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px 5px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/*! jQuery UI - v1.11.2 - 2014-10-16
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("../Content/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("../Content/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("../Content/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("../Content/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("../Content/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("../Content/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("../Content/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../Content/themes/base/images/ui-icons_222222_256x240.png?v=m-LVUh1QMKvuSRy-lH2Mhj_ZlXg");
}
.ui-widget-header .ui-icon {
	background-image: url("../Content/themes/base/images/ui-icons_222222_256x240.png?v=m-LVUh1QMKvuSRy-lH2Mhj_ZlXg");
}
.ui-state-default .ui-icon {
	background-image: url("../Content/themes/base/images/ui-icons_888888_256x240.png?v=DujjnWVOnOUdDfDqP9gYAZplz_k");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("../Content/themes/base/images/ui-icons_454545_256x240.png?v=3sG56hU6pmkhfe8b3NF4vPqzODM");
}
.ui-state-active .ui-icon {
	background-image: url("../Content/themes/base/images/ui-icons_454545_256x240.png?v=3sG56hU6pmkhfe8b3NF4vPqzODM");
}
.ui-state-highlight .ui-icon {
	background-image: url("../Content/themes/base/images/ui-icons_2e83ff_256x240.png?v=3sG56hU6pmkhfe8b3NF4vPqzODM");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../Content/themes/base/images/ui-icons_cd0a0a_256x240.png?v=jEMJR0mF5G_aJdzv-zmCzsEmVfY");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("../Content/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("../Content/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

/*!
 * jQuery contextMenu - Plugin for simple contextMenu handling
 *
 * Version: 1.5.24
 *
 * Authors: Rodney Rehm, Addy Osmani (patches for FF)
 * Web: http://medialize.github.com/jQuery-contextMenu/
 *
 * Licensed under
 *   MIT License http://www.opensource.org/licenses/mit-license
 *   GPL v3 http://opensource.org/licenses/GPL-3.0
 *
 */

/*Y.S. used in draw2d for context menu*/

.context-menu-list {
    margin:0; 
    padding:0;
    
    min-width: 120px;
    max-width: 250px;
    display: inline-block;
    position: absolute;
    list-style-type: none;
    
    border: 1px solid #DDD;
    background: #EEE;
    
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
         -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.context-menu-item {
    padding: 2px 2px 2px 24px;
    background-color: #EEE;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: -moz-none;
        -ms-user-select: none;
            user-select: none;
}

.context-menu-separator {
    padding-bottom:0;
    border-bottom: 1px solid #DDD;
}

.context-menu-item > label > input,
.context-menu-item > label > textarea {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
}

.context-menu-item.hover {
    cursor: pointer;
    background-color: #39F;
}

.context-menu-item.disabled {
    color: #666;
}

.context-menu-input.hover,
.context-menu-item.disabled.hover {
    cursor: default;
    background-color: #EEE;
}

.context-menu-submenu:after {
    content: ">";
    color: #666;
    position: absolute;
    top: 0;
    right: 3px;
    z-index: 1;
}

/* icons
    #protip:
    In case you want to use sprites for icons (which I would suggest you do) have a look at
    http://css-tricks.com/13224-pseudo-spriting/ to get an idea of how to implement 
    .context-menu-item.icon:before {}
 */
.context-menu-item.icon { min-height: 18px; background-repeat: no-repeat; background-position: 4px 2px; }
.context-menu-item.icon-edit { background-image: url(../Content/images/page_white_edit.png); }
.context-menu-item.icon-cut { background-image: url(../Content/images/cut.png); }
.context-menu-item.icon-copy { background-image: url(../Content/images/page_white_copy.png); }
.context-menu-item.icon-paste { background-image: url(../Content/images/page_white_paste.png); }
.context-menu-item.icon-delete { background-image: url(../Content/images/page_white_delete.png); }
.context-menu-item.icon-add { background-image: url(../Content/images/page_white_add.png); }
.context-menu-item.icon-quit { background-image: url(../Content/images/door.png); }

/* vertically align inside labels */
.context-menu-input > label > * { vertical-align: top; }

/* position checkboxes and radios as icons */
.context-menu-input > label > input[type="checkbox"],
.context-menu-input > label > input[type="radio"] {
    margin-left: -17px;
}
.context-menu-input > label > span {
    margin-left: 5px;
}

.context-menu-input > label,
.context-menu-input > label > input[type="text"],
.context-menu-input > label > textarea,
.context-menu-input > label > select {
    display: block;
    width: 100%;
    
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

.context-menu-input > label > textarea {
    height: 100px;
}
.context-menu-item > .context-menu-list {
    display: none;
    /* re-positioned by js */
    right: -5px;
    top: 5px;
}

.context-menu-item.hover > .context-menu-list {
    display: block;
}

.context-menu-accesskey {
    text-decoration: underline;
}

/*!
 * ui-grid - v3.0.1 - 2015-07-17
 * Copyright (c) 2015 ; License: MIT 
 */
.ui-grid {
  border: 1px solid #e0ecf6 /*#d4d4d4*/;
  box-sizing: content-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.ui-grid-vertical-bar {
  position: absolute;
  right: 0;
  width: 0;
}
.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  width: 1px;
}
.ui-grid-scrollbar-placeholder {
  background-color: transparent;
}
.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-header-cell:last-child .ui-grid-vertical-bar {
  right: -1px;
  width: 1px;
  background-color: #d4d4d4;
}
.ui-grid-clearfix:before,
.ui-grid-clearfix:after {
  content: "";
  display: table;
}
.ui-grid-clearfix:after {
  clear: both;
}
.ui-grid-invisible {
  visibility: hidden;
}
.ui-grid-contents-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.ui-grid-top-panel-background {
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.ui-grid-header {
  border-bottom: 1px solid #d4d4d4;
  box-sizing: border-box;
}
.ui-grid-top-panel {
  position: relative;
  overflow: hidden;
  font-weight: bold;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  -webkit-border-top-right-radius: -1px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: -1px;
  -moz-border-radius-topright: -1px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: -1px;
  border-top-right-radius: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: -1px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-grid-header-viewport {
  overflow: hidden;
}
.ui-grid-header-canvas:before,
.ui-grid-header-canvas:after {
  content: "";
  display: table;
  line-height: 0;
}
.ui-grid-header-canvas:after {
  clear: both;
}
.ui-grid-header-cell-wrapper {
  position: relative;
  display: table;
  box-sizing: border-box;
  height: 100%;
}
.ui-grid-header-cell-row {
  display: table-row;
  position: relative;
}
.ui-grid-header-cell {
  position: relative;
  box-sizing: border-box;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #d4d4d4;
  display: table-cell;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0;
}
.ui-grid-header-cell:last-child {
  border-right: 0;
}
.ui-grid-header-cell .sortable {
  cursor: pointer;
}
.ui-grid-header .ui-grid-vertical-bar {
  top: 0;
  bottom: 0;
}
.ui-grid-column-menu-button {
  position: absolute;
  right: 1px;
  top: 0;
}
.ui-grid-column-menu-button .ui-grid-icon-angle-down {
  vertical-align: sub;
}
.ui-grid-column-menu-button-last-col {
  margin-right: 25px;
}
.ui-grid-column-menu {
  position: absolute;
}
/* Slide up/down animations */
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  display: block !important;
}
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* Slide up/down animations */
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  display: block !important;
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ui-grid-filter-container {
  padding: 0px 2px;
  position: relative;
}
.ui-grid-clickable-icon {
  opacity: 0.66;
}
.ui-grid-clickable-icon:hover {
  opacity: 1;
}
.ui-grid-clickable-icon.absolute-right {
  position: absolute;
  right: 0px;
}
.ui-grid-clickable-icon.absolute-right-centered {
  position: absolute;
  right: 0px;
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ui-grid-clickable-icon.front {
  z-index: 5;
}
.ui-grid-clickable-icon.middle i {
  vertical-align: -50%;
}
.ui-grid-clickable-icon.offset-left i {
  margin-right: 15px;
}
.ui-select-adjusted {
  min-width: 22px;
  height: 22px;
  margin-bottom: 4px;
}
.ui-btn-adjusted-alignment {
  margin-bottom: 3px !important;
}
.ui-minus-btn-width {
  width: calc(100% - 26px);
}
.ui-grid-arrowless-select {
  -webkit-appearance: none;
}
/*.ui-grid-element-wide{
    width:100%
}*/
.ui-grid-header-cell .with-filter-button {
  padding-right: 25px;
}
.ui-grid-only-icon-header {
  text-overflow: clip !important;
}
.ui-grid-rounded {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-grid-filter-container .ui-grid-filter-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
  position: absolute;
  top: 50%;
  line-height: 32px;
  margin-top: -16px;
  right: 10px;
  opacity: 0.66;
}
.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"]:hover {
  opacity: 1;
}
.ui-grid-filter-container .ui-grid-filter-button-select {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"] {
  /*position: absolute;
    top: 50%;
    line-height: 32px;
    margin-top: -16px;
    right: 0px;*/
  display: flex;
  align-items: center;
  height: 100%;
  opacity: 0.66;
}
.ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"]:hover {
  opacity: 1;
}
select.ui-grid-filter-select {
  padding: 0px 0px 2px 0px;
  margin: 0;
  border: 0;
  width: 70%;
  border: 1px solid #d4d4d4;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
select.ui-grid-filter-select:hover {
  border: 1px solid #d4d4d4;
}
.ui-grid-filter-cancel-button-hidden select.ui-grid-filter-select {
  width: 100%;
}
.ui-grid-render-container {
  position: inherit;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-grid-render-container:focus {
  outline: none;
}
.ui-grid-viewport {
  min-height: 20px;
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /*https://github.com/angular-ui/ui-grid/issues/6017*/
  overflow-anchor: none;
}
.ui-grid-viewport:focus {
  outline: none !important;
}
.ui-grid-canvas {
  position: relative;
  padding-top: 1px;
}
.ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #fdfdfd;
}
.ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #f3f3f3;
}
.ui-grid-row:last-child .ui-grid-cell {
  border-bottom-color: #d4d4d4;
  border-bottom-style: solid;
}
.ui-grid-no-row-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10%;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d4d4d4;
  font-size: 2em;
  text-align: center;
}
.ui-grid-no-row-overlay > * {
  position: absolute;
  display: table;
  margin: auto 0;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.66;
}
.ui-grid-cell {
  overflow: hidden;
  float: left;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #d4d4d4;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.ui-grid-cell:last-child {
  border-right: 0;
}
.ui-grid-cell-contents {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.ui-grid-cell-contents-button {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100%;
  width: 100%;
  padding: 1px;
}
/*TESTING dynamic rows*/
.tui-list-grid .ui-grid-row {
  display: table-row;
  height: auto !important;
}
.tui-list-grid .ui-grid-cell {
  display: table-cell;
  height: auto !important;
  vertical-align: middle;
  float: none;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #d4d4d4;
}
.tui-list-grid .ui-grid-cell-contents:not(.ui-grid-header-cell-primary-focus) {
  padding: 5px;
  height: auto !important;
  white-space: normal;
}
/* END TESTING dynamic rows*/
.ui-grid-cell-contents-hidden {
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
}
.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
  background-color: #f0f0ee;
  border-bottom: solid 1px #d4d4d4;
}
.ui-grid-footer-panel-background {
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.ui-grid-footer-panel {
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  overflow: hidden;
  font-weight: bold;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  -webkit-border-top-right-radius: -1px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: -1px;
  -moz-border-radius-topright: -1px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: -1px;
  border-top-right-radius: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: -1px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-grid-grid-footer {
  float: left;
  width: 100%;
}
.ui-grid-footer-viewport {
  overflow: hidden;
}
.ui-grid-footer-canvas {
  position: relative;
}
.ui-grid-footer-canvas:before,
.ui-grid-footer-canvas:after {
  content: "";
  display: table;
  line-height: 0;
}
.ui-grid-footer-canvas:after {
  clear: both;
}
.ui-grid-footer-cell-wrapper {
  position: relative;
  display: table;
  box-sizing: border-box;
  height: 100%;
}
.ui-grid-footer-cell-row {
  display: table-row;
}
.ui-grid-footer-cell {
  overflow: hidden;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #d4d4d4;
  box-sizing: border-box;
  display: table-cell;
}
.ui-grid-footer-cell:last-child {
  border-right: 0;
}
input[type="text"].ui-grid-filter-input {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  border: 1px solid #d4d4d4;
  height: 22px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type="checkbox"].ui-grid-filter-input {
  margin: 0 0 0 4px;
  border: 1px solid #d4d4d4;
  /*height: 22px; //S.B May 2020 - Fixing inconsistent filter input field height*/
}
input[type="text"].ui-grid-filter-input:hover {
  border: 1px solid #d4d4d4;
}
.ui-grid-menu-button {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  /*background: #f3f3f3;
  border: 1px solid #d4d4d4;*/
  /*color: #ffffff;*/
  background-color: #337ab7;
  border: 1px solid #2e6da4;
  cursor: pointer;
  height: 31px;
  font-weight: normal;
}
/*.ui-grid-menu-item {
    color: black;
}*/
.ui-grid-menu-button .ui-grid-icon-container {
  margin-top: 3px;
}
.ui-grid-menu-button .ui-grid-menu {
  right: 0;
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
  overflow: scroll;
  max-height: 300px;
  border: 1px solid #d4d4d4;
}
.ui-grid-menu {
  z-index: 2;
  position: absolute;
  padding: 0 10px 20px 10px;
  cursor: pointer;
  box-sizing: border-box;
}
.ui-grid-menu .ui-grid-menu-inner {
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
  position: relative;
  white-space: nowrap;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
}
.ui-grid-menu .ui-grid-menu-inner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ui-grid-menu .ui-grid-menu-inner ul li {
  padding: 8px;
  cursor: pointer;
}
.ui-grid-menu .ui-grid-menu-inner ul li:hover {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.ui-grid-menu .ui-grid-menu-inner ul li.ui-grid-menu-item-active {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  background-color: #cecece;
}
.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}
.ui-grid-sortarrow {
  right: 5px;
  position: absolute;
  width: 20px;
  top: 0;
  bottom: 0;
  background-position: center;
}
.ui-grid-sortarrow.down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@font-face {
  font-family: 'ui-grid';
  src: url('../Content/ui-grid.eot?v=xg1PpxXdwo4Ddp8A0Gf9psZ0kmg');
  src: url('../Content/ui-grid.eot#iefix') format('embedded-opentype'), url('../Content/ui-grid.woff?v=wypM8ulGeu6w_Pez5aJuvvaUe2I') format('woff'), url('../Content/ui-grid.ttf?v=A14hkziIZuqqViGt3YQYql4yNhc') format('truetype'), url('../Content/ui-grid.svg?v=A14hkziIZuqqViGt3YQYql4yNhc&#ui-grid') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ui-grid';
    src: url('../font/ui-grid.svg?12312827#ui-grid') format('svg');
  }
}
*/
[class^="ui-grid-icon"]:before,
[class*=" ui-grid-icon"]:before {
  font-family: "ui-grid";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.ui-grid-icon-blank::before {
  width: 1em;
  content: ' ';
}
/*
* RTL Styles
*/
.ui-grid[dir=rtl] .ui-grid-header-cell,
.ui-grid[dir=rtl] .ui-grid-footer-cell,
.ui-grid[dir=rtl] .ui-grid-cell {
  float: right !important;
}
.ui-grid[dir=rtl] .ui-grid-column-menu-button {
  position: absolute;
  left: 1px;
  top: 0;
  right: inherit;
}
.ui-grid[dir=rtl] .ui-grid-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child {
  border-right: 0;
}
.ui-grid[dir=rtl] .ui-grid-cell:last-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:last-child {
  border-right: 1px solid #d4d4d4;
  border-left: 0;
}
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-cell:first-child .ui-grid-vertical-bar {
  width: 0;
}
.ui-grid[dir=rtl] .ui-grid-menu-button {
  z-index: 2;
  position: absolute;
  left: 0;
  right: auto;
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  min-height: 27px;
  font-weight: normal;
}
.ui-grid[dir=rtl] .ui-grid-menu-button .ui-grid-menu {
  left: 0;
  right: auto;
}
.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button {
  right: initial;
  left: 0;
}
.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
  right: initial;
  left: 10px;
}
/*
   Animation example, for spinners
*/
.ui-grid-animate-spin {
  -moz-animation: ui-grid-spin 2s infinite linear;
  -o-animation: ui-grid-spin 2s infinite linear;
  -webkit-animation: ui-grid-spin 2s infinite linear;
  animation: ui-grid-spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-cell-focus {
  outline: 0;
  background-color: #b3c4c7;
}
.ui-grid-focuser {
  width: 0px;
  height: 0px;
}
/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-cell > div {
  width: 100%;
  height: 100%;
}
.ui-grid-cell > div.tui-vertically-centered-text {
  display: flex;
  gap: 4px;
  align-items: center;
  line-height: 1.1;
}
.ui-grid-cell > div form {
  width: 100%;
  height: 100%;
}
.ui-grid-cell > div form input {
  width: 100%;
  height: 100%;
}
div.ui-grid-cell input {
  border-radius: inherit;
  padding: 0;
  width: 100%;
  color: inherit;
  font: inherit;
  outline: none;
}
div.ui-grid-cell input:focus {
  color: inherit;
  outline: none;
}
div.ui-grid-cell input[type="checkbox"] {
  margin: 9px 0 0 6px;
  width: auto;
}
div.ui-grid-cell input.ng-invalid {
  border: 1px solid #fc8f8f;
}
div.ui-grid-cell input.ng-valid {
  border: 1px solid #d4d4d4;
}
/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.expandableRow .ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #fdfdfd;
}
.expandableRow .ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #f3f3f3;
}
.scrollFiller {
  float: left;
  border: 1px solid #d4d4d4;
}
/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-tree-header-row {
  font-weight: bold !important;
}
/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.movingColumn {
  position: absolute;
  top: 0;
  border: 1px solid #d4d4d4;
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.movingColumn .ui-grid-icon-angle-down {
  display: none;
}
.ui-grid-pager-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}
.ui-grid-pager-container {
  float: left;
}
.ui-grid-pager-control {
  margin-right: 10px;
  margin-left: 10px;
  min-width: 135px;
  float: left;
}
.ui-grid-pager-control button {
  height: 25px;
  min-width: 26px;
}
.ui-grid-pager-control input {
  height: 26px;
  width: 50px;
  vertical-align: top;
}
.ui-grid-pager-control .first-bar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: -3px;
}
.ui-grid-pager-control .first-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #4d4d4d transparent transparent;
  margin-left: 2px;
}
.ui-grid-pager-control .next-triangle {
  margin-left: 1px;
}
.ui-grid-pager-control .prev-triangle {
  margin-left: 0;
}
.ui-grid-pager-control .last-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #4d4d4d;
  margin-left: -1px;
}
.ui-grid-pager-control .last-bar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: 1px;
}
.ui-grid-pager-row-count-picker {
  float: left;
}
.ui-grid-pager-row-count-picker select {
  height: 26px;
  width: 60px;
}
.ui-grid-pager-row-count-picker .ui-grid-pager-row-count-label {
  margin-top: 3px;
}
.ui-grid-pager-count-container {
  float: right;
  margin-top: 4px;
  min-width: 50px;
}
.ui-grid-pager-count-container .ui-grid-pager-count {
  margin-right: 10px;
  margin-left: 10px;
  float: right;
}
/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-pinned-container {
  position: absolute;
  display: inline;
  top: 0;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left {
  float: left;
  left: 0;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right {
  float: right;
  right: 0;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
  box-sizing: border-box;
  border-right: 1px solid;
  border-width: 1px;
  border-right-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
  box-sizing: border-box;
  border-right: 1px solid;
  border-width: 1px;
  border-right-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-pinned-container .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  width: 1px;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child .ui-grid-vertical-bar {
  right: -1px;
  width: 1px;
  background-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child {
  box-sizing: border-box;
  border-left: 1px solid;
  border-width: 1px;
  border-left-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child {
  box-sizing: border-box;
  border-left: 1px solid;
  border-width: 1px;
  border-left-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar,
.ui-grid-pinned-container .ui-grid-cell:not(:first-child) .ui-grid-vertical-bar {
  width: 1px;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-first .ui-grid-header-cell:first-child .ui-grid-vertical-bar {
  left: -1px;
  width: 1px;
  background-color: #aeaeae;
}
/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-column-resizer {
  top: 0;
  bottom: 0;
  width: 5px;
  position: absolute;
  cursor: col-resize;
}
.ui-grid-column-resizer.left {
  left: 0;
}
.ui-grid-column-resizer.right {
  right: 0;
}
.ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
  border-right: 1px solid #d4d4d4;
}
.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
  border-right: 0;
}
.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.left {
  border-left: 1px solid #d4d4d4;
}
.ui-grid.column-resizing {
  cursor: col-resize;
}
.ui-grid.column-resizing .ui-grid-resize-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #aeaeae;
}
/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-row-saving .ui-grid-cell {
  color: #848484 !important;
}
.ui-grid-row-dirty .ui-grid-cell {
  color: #610b38;
}
.ui-grid-row-error .ui-grid-cell {
  color: #ff0000 !important;
}
/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  background-color: #c9dde1;
}
/*.ui-grid-disable-selection {
  /*-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}*/
.ui-grid-disable-selection {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: auto;
}
.ui-grid-selection-row-header-buttons {
  cursor: pointer;
  opacity: 0.1;
}
.ui-grid-selection-row-header-buttons.ui-grid-row-selected {
  opacity: 1;
}
.ui-grid-selection-row-header-buttons.ui-grid-all-selected {
  opacity: 1;
}
/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-tree-row-header-buttons.ui-grid-tree-header {
  cursor: pointer;
  opacity: 1;
}
/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-tree-header-row {
  font-weight: bold !important;
}
.ui-grid-icon-plus-squared:before {
  content: '\c350';
}
/* '썐' */
.ui-grid-icon-minus-squared:before {
  content: '\c351';
}
/* '썑' */
.ui-grid-icon-search:before {
  content: '\c352';
}
/* '썒' */
.ui-grid-icon-cancel:before {
  content: '\c353';
}
/* '썓' */
.ui-grid-icon-info-circled:before {
  content: '\c354';
}
/* '썔' */
.ui-grid-icon-lock:before {
  content: '\c355';
}
/* '썕' */
.ui-grid-icon-lock-open:before {
  content: '\c356';
}
/* '썖' */
.ui-grid-icon-pencil:before {
  content: '\c357';
}
/* '썗' */
.ui-grid-icon-down-dir:before {
  content: '\c358';
}
/* '썘' */
.ui-grid-icon-up-dir:before {
  content: '\c359';
}
/* '썙' */
.ui-grid-icon-left-dir:before {
  content: '\c35a';
}
/* '썚' */
.ui-grid-icon-right-dir:before {
  content: '\c35b';
}
/* '썛' */
.ui-grid-icon-left-open:before {
  content: '\c35c';
}
/* '썜' */
.ui-grid-icon-right-open:before {
  content: '\c35d';
}
/* '썝' */
.ui-grid-icon-angle-down:before {
  content: '\c35e';
}
/* '썞' */
.ui-grid-icon-filter:before {
  content: '\c35f';
}
/* '썟' */
.ui-grid-icon-sort-alt-up:before {
  content: '\c360';
}
/* '썠' */
.ui-grid-icon-sort-alt-down:before {
  content: '\c361';
}
/* '썡' */
.ui-grid-icon-ok:before {
  content: '\c362';
}
/* '썢' */
.ui-grid-icon-menu:before {
  content: '\c363';
}
/* '썣' */
.ui-grid-icon-indent-left:before {
  content: '\e800';
}
/* '' */
.ui-grid-icon-indent-right:before {
  content: '\e801';
}
/* '' */
.ui-grid-icon-spin5:before {
  content: '\ea61';
}
/* '' */
.tui-form-dataobject .ui-grid-cell > .ui-grid-cell-contents-hidden + .ng-scope {
  width: 100%;
}
.ui-grid-sort-priority-number {
  display: none;
}
.bg-remaining-task {
  background: #f8efbb !important;
}
.ta-hidden-input {
    width: 1px;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -10000px;
    left: -10000px;
    opacity: 0;
    overflow: hidden;
}

/* add generic styling for the editor */
.ta-root.focussed > .ta-scroll-window.form-control {
    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);
    -moz-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);
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

.ta-scroll-window.form-control {
    position: relative;
    padding: 0;
}

.ta-scroll-window > .ta-bind {
    height: auto;
    min-height: 300px;
    padding: 6px 12px;
}

.ta-editor:focus {
    user-select: text;
}

/* add the styling for the awesomness of the resizer */
.ta-resizer-handle-overlay {
    z-index: 100;
    position: absolute;
    display: none;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-info {
    position: absolute;
    bottom: 16px;
    right: 16px;
    border: 1px solid black;
    background-color: #FFF;
    padding: 0 4px;
    opacity: 0.7;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-background {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    top: 5px;
    border: 1px solid black;
    background-color: rgba(0, 0, 0, 0.2);
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
    width: 10px;
    height: 10px;
    position: absolute;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl{
    top: 0;
    left: 0;
    border-left: 1px solid black;
    border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr{
    top: 0;
    right: 0;
    border-right: 1px solid black;
    border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl{
    bottom: 0;
    left: 0;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br{
    bottom: 0;
    right: 0;
    border: 1px solid black;
    cursor: se-resize;
    background-color: white;
}

/* copy the popover code from bootstrap so this will work even without it */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
    margin-top: -10px;
}
.popover.bottom {
    margin-top: 10px;
}
.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;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(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.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0px;
    position: relative;
    background-color: white;
}

    .ql-container.ql-disabled .ql-tooltip {
        visibility: hidden;
    }

    .ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
        pointer-events: none;
    }

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
}

    .ql-clipboard p {
        margin: 0;
        padding: 0;
    }

.ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
}

    .ql-editor > * {
        cursor: text;
    }

    .ql-editor p,
    .ql-editor ol,
    .ql-editor ul,
    .ql-editor pre,
    .ql-editor blockquote,
    .ql-editor h1,
    .ql-editor h2,
    .ql-editor h3,
    .ql-editor h4,
    .ql-editor h5,
    .ql-editor h6 {
        margin: 0;
        padding: 0;
        counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    }

    .ql-editor ol,
    .ql-editor ul {
        padding-left: 1.5em;
    }

        .ql-editor ol > li,
        .ql-editor ul > li {
            list-style-type: none;
        }

            .ql-editor ul > li::before {
                content: '\2022';
            }

        .ql-editor ul[data-checked=true],
        .ql-editor ul[data-checked=false] {
            pointer-events: none;
        }

            .ql-editor ul[data-checked=true] > li *,
            .ql-editor ul[data-checked=false] > li * {
                pointer-events: all;
            }

            .ql-editor ul[data-checked=true] > li::before,
            .ql-editor ul[data-checked=false] > li::before {
                color: #777;
                cursor: pointer;
                pointer-events: all;
            }

            .ql-editor ul[data-checked=true] > li::before {
                content: '\2611';
            }

            .ql-editor ul[data-checked=false] > li::before {
                content: '\2610';
            }

    .ql-editor li::before {
        display: inline-block;
        white-space: nowrap;
        width: 1.2em;
    }

    .ql-editor li:not(.ql-direction-rtl)::before {
        margin-left: -1.5em;
        margin-right: 0.3em;
        text-align: right;
    }

    .ql-editor li.ql-direction-rtl::before {
        margin-left: 0.3em;
        margin-right: -1.5em;
    }

    .ql-editor ol li:not(.ql-direction-rtl),
    .ql-editor ul li:not(.ql-direction-rtl) {
        padding-left: 1.5em;
    }

    .ql-editor ol li.ql-direction-rtl,
    .ql-editor ul li.ql-direction-rtl {
        padding-right: 1.5em;
    }

    .ql-editor ol li {
        counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
        counter-increment: list-0;
    }

        .ql-editor ol li:before {
            content: counter(list-0, decimal) '. ';
        }

        .ql-editor ol li.ql-indent-1 {
            counter-increment: list-1;
        }

            .ql-editor ol li.ql-indent-1:before {
                content: counter(list-1, lower-alpha) '. ';
            }

        .ql-editor ol li.ql-indent-1 {
            counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
        }

        .ql-editor ol li.ql-indent-2 {
            counter-increment: list-2;
        }

            .ql-editor ol li.ql-indent-2:before {
                content: counter(list-2, lower-roman) '. ';
            }

        .ql-editor ol li.ql-indent-2 {
            counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
        }

        .ql-editor ol li.ql-indent-3 {
            counter-increment: list-3;
        }

            .ql-editor ol li.ql-indent-3:before {
                content: counter(list-3, decimal) '. ';
            }

        .ql-editor ol li.ql-indent-3 {
            counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
        }

        .ql-editor ol li.ql-indent-4 {
            counter-increment: list-4;
        }

            .ql-editor ol li.ql-indent-4:before {
                content: counter(list-4, lower-alpha) '. ';
            }

        .ql-editor ol li.ql-indent-4 {
            counter-reset: list-5 list-6 list-7 list-8 list-9;
        }

        .ql-editor ol li.ql-indent-5 {
            counter-increment: list-5;
        }

            .ql-editor ol li.ql-indent-5:before {
                content: counter(list-5, lower-roman) '. ';
            }

        .ql-editor ol li.ql-indent-5 {
            counter-reset: list-6 list-7 list-8 list-9;
        }

        .ql-editor ol li.ql-indent-6 {
            counter-increment: list-6;
        }

            .ql-editor ol li.ql-indent-6:before {
                content: counter(list-6, decimal) '. ';
            }

        .ql-editor ol li.ql-indent-6 {
            counter-reset: list-7 list-8 list-9;
        }

        .ql-editor ol li.ql-indent-7 {
            counter-increment: list-7;
        }

            .ql-editor ol li.ql-indent-7:before {
                content: counter(list-7, lower-alpha) '. ';
            }

        .ql-editor ol li.ql-indent-7 {
            counter-reset: list-8 list-9;
        }

        .ql-editor ol li.ql-indent-8 {
            counter-increment: list-8;
        }

            .ql-editor ol li.ql-indent-8:before {
                content: counter(list-8, lower-roman) '. ';
            }

        .ql-editor ol li.ql-indent-8 {
            counter-reset: list-9;
        }

        .ql-editor ol li.ql-indent-9 {
            counter-increment: list-9;
        }

            .ql-editor ol li.ql-indent-9:before {
                content: counter(list-9, decimal) '. ';
            }

    .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
        padding-left: 3em;
    }

    .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
        padding-left: 4.5em;
    }

    .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
        padding-right: 3em;
    }

    .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
        padding-right: 4.5em;
    }

    .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
        padding-left: 6em;
    }

    .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
        padding-left: 7.5em;
    }

    .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
        padding-right: 6em;
    }

    .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
        padding-right: 7.5em;
    }

    .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
        padding-left: 9em;
    }

    .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
        padding-left: 10.5em;
    }

    .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
        padding-right: 9em;
    }

    .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
        padding-right: 10.5em;
    }

    .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
        padding-left: 12em;
    }

    .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
        padding-left: 13.5em;
    }

    .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
        padding-right: 12em;
    }

    .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
        padding-right: 13.5em;
    }

    .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
        padding-left: 15em;
    }

    .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
        padding-left: 16.5em;
    }

    .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
        padding-right: 15em;
    }

    .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
        padding-right: 16.5em;
    }

    .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
        padding-left: 18em;
    }

    .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
        padding-left: 19.5em;
    }

    .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
        padding-right: 18em;
    }

    .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
        padding-right: 19.5em;
    }

    .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
        padding-left: 21em;
    }

    .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
        padding-left: 22.5em;
    }

    .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
        padding-right: 21em;
    }

    .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
        padding-right: 22.5em;
    }

    .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
        padding-left: 24em;
    }

    .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
        padding-left: 25.5em;
    }

    .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
        padding-right: 24em;
    }

    .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
        padding-right: 25.5em;
    }

    .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
        padding-left: 27em;
    }

    .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
        padding-left: 28.5em;
    }

    .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
        padding-right: 27em;
    }

    .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
        padding-right: 28.5em;
    }

    .ql-editor .ql-video {
        display: block;
        max-width: 100%;
    }

        .ql-editor .ql-video.ql-align-center {
            margin: 0 auto;
        }

        .ql-editor .ql-video.ql-align-right {
            margin: 0 0 0 auto;
        }

    .ql-editor .ql-bg-black {
        background-color: #000;
    }

    .ql-editor .ql-bg-red {
        background-color: #e60000;
    }

    .ql-editor .ql-bg-orange {
        background-color: #f90;
    }

    .ql-editor .ql-bg-yellow {
        background-color: #ff0;
    }

    .ql-editor .ql-bg-green {
        background-color: #008a00;
    }

    .ql-editor .ql-bg-blue {
        background-color: #06c;
    }

    .ql-editor .ql-bg-purple {
        background-color: #93f;
    }

    .ql-editor .ql-color-white {
        color: #fff;
    }

    .ql-editor .ql-color-red {
        color: #e60000;
    }

    .ql-editor .ql-color-orange {
        color: #f90;
    }

    .ql-editor .ql-color-yellow {
        color: #ff0;
    }

    .ql-editor .ql-color-green {
        color: #008a00;
    }

    .ql-editor .ql-color-blue {
        color: #06c;
    }

    .ql-editor .ql-color-purple {
        color: #93f;
    }

    .ql-editor .ql-font-serif {
        font-family: Georgia, Times New Roman, serif;
    }

    .ql-editor .ql-font-monospace {
        font-family: Monaco, Courier New, monospace;
    }

    .ql-editor .ql-size-small {
        font-size: 0.75em;
    }

    .ql-editor .ql-size-large {
        font-size: 1.5em;
    }

    .ql-editor .ql-size-huge {
        font-size: 2.5em;
    }

    .ql-editor .ql-direction-rtl {
        direction: rtl;
        text-align: inherit;
    }

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

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

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

    .ql-editor.ql-blank::before {
        color: rgba(0,0,0,0.6);
        content: attr(data-placeholder);
        font-style: italic;
        left: 15px;
        pointer-events: none;
        position: absolute;
        right: 15px;
    }

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
    clear: both;
    content: '';
    display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
    background: none; /*#fff*/
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px;
}

    .ql-snow.ql-toolbar button svg,
    .ql-snow .ql-toolbar button svg {
        float: left;
        height: 100%;
    }

    .ql-snow.ql-toolbar button:active:hover,
    .ql-snow .ql-toolbar button:active:hover {
        outline: none;
    }

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
    display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #06c;
}

    .ql-snow.ql-toolbar button:hover .ql-fill,
    .ql-snow .ql-toolbar button:hover .ql-fill,
    .ql-snow.ql-toolbar button:focus .ql-fill,
    .ql-snow .ql-toolbar button:focus .ql-fill,
    .ql-snow.ql-toolbar button.ql-active .ql-fill,
    .ql-snow .ql-toolbar button.ql-active .ql-fill,
    .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
    .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
    .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
    .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
    .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
    .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
    .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
    .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
    .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
        fill: #06c;
    }

    .ql-snow.ql-toolbar button:hover .ql-stroke,
    .ql-snow .ql-toolbar button:hover .ql-stroke,
    .ql-snow.ql-toolbar button:focus .ql-stroke,
    .ql-snow .ql-toolbar button:focus .ql-stroke,
    .ql-snow.ql-toolbar button.ql-active .ql-stroke,
    .ql-snow .ql-toolbar button.ql-active .ql-stroke,
    .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
    .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
    .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
    .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
    .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
    .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
    .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
    .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
    .ql-snow.ql-toolbar button:hover .ql-stroke-miter,
    .ql-snow .ql-toolbar button:hover .ql-stroke-miter,
    .ql-snow.ql-toolbar button:focus .ql-stroke-miter,
    .ql-snow .ql-toolbar button:focus .ql-stroke-miter,
    .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
    .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
    .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
    .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
    .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
    .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
    .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
    .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
    .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
    .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
        stroke: #06c;
    }

@media (pointer: coarse) {
    .ql-snow.ql-toolbar button:hover:not(.ql-active),
    .ql-snow .ql-toolbar button:hover:not(.ql-active) {
        color: #444;
    }

        .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
        .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
        .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
        .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
            fill: #444;
        }

        .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
        .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
        .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
        .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
            stroke: #444;
        }
}

.ql-snow {
    box-sizing: border-box;
}

    .ql-snow * {
        box-sizing: border-box;
    }

    .ql-snow .ql-hidden {
        display: none;
    }

    .ql-snow .ql-out-bottom,
    .ql-snow .ql-out-top {
        visibility: hidden;
    }

    .ql-snow .ql-tooltip {
        position: absolute;
        transform: translateY(10px);
    }

        .ql-snow .ql-tooltip a {
            cursor: pointer;
            text-decoration: none;
        }

        .ql-snow .ql-tooltip.ql-flip {
            transform: translateY(-10px);
        }

    .ql-snow .ql-formats {
        display: inline-block;
        vertical-align: middle;
    }

        .ql-snow .ql-formats:after {
            clear: both;
            content: '';
            display: table;
        }

    .ql-snow .ql-stroke {
        fill: none;
        stroke: #444;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 2;
    }

    .ql-snow .ql-stroke-miter {
        fill: none;
        stroke: #444;
        stroke-miterlimit: 10;
        stroke-width: 2;
    }

    .ql-snow .ql-fill,
    .ql-snow .ql-stroke.ql-fill {
        fill: #444;
    }

    .ql-snow .ql-empty {
        fill: none;
    }

    .ql-snow .ql-even {
        fill-rule: evenodd;
    }

    .ql-snow .ql-thin,
    .ql-snow .ql-stroke.ql-thin {
        stroke-width: 1;
    }

    .ql-snow .ql-transparent {
        opacity: 0.4;
    }

    .ql-snow .ql-direction svg:last-child {
        display: none;
    }

    .ql-snow .ql-direction.ql-active svg:last-child {
        display: inline;
    }

    .ql-snow .ql-direction.ql-active svg:first-child {
        display: none;
    }

    .ql-snow .ql-editor h1 {
        font-size: 2em;
    }

    .ql-snow .ql-editor h2 {
        font-size: 1.5em;
    }

    .ql-snow .ql-editor h3 {
        font-size: 1.17em;
    }

    .ql-snow .ql-editor h4 {
        font-size: 1em;
    }

    .ql-snow .ql-editor h5 {
        font-size: 0.83em;
    }

    .ql-snow .ql-editor h6 {
        font-size: 0.67em;
    }

    .ql-snow .ql-editor a {
        text-decoration: underline;
    }

    .ql-snow .ql-editor blockquote {
        border-left: 4px solid #ccc;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-left: 16px;
    }

    .ql-snow .ql-editor code,
    .ql-snow .ql-editor pre {
        background-color: #f0f0f0;
        border-radius: 3px;
    }

    .ql-snow .ql-editor pre {
        white-space: pre-wrap;
        margin-bottom: 5px;
        margin-top: 5px;
        padding: 5px 10px;
    }

    .ql-snow .ql-editor code {
        font-size: 85%;
        padding: 2px 4px;
    }

    .ql-snow .ql-editor pre.ql-syntax {
        background-color: #23241f;
        color: #f8f8f2;
        overflow: visible;
    }

    .ql-snow .ql-editor img {
        max-width: 100%;
    }

    .ql-snow .ql-picker {
        color: #444;
        display: inline-block;
        float: left;
        font-size: 14px;
        font-weight: 500;
        height: 24px;
        position: relative;
        vertical-align: middle;
    }

    .ql-snow .ql-picker-label {
        cursor: pointer;
        display: inline-block;
        height: 100%;
        padding-left: 8px;
        padding-right: 2px;
        position: relative;
        width: 100%;
    }

        .ql-snow .ql-picker-label::before {
            display: inline-block;
            line-height: 22px;
        }

    .ql-snow .ql-picker-options {
        background-color: #fff;
        display: none;
        min-width: 100%;
        padding: 4px 8px;
        position: absolute;
        white-space: nowrap;
    }

        .ql-snow .ql-picker-options .ql-picker-item {
            cursor: pointer;
            display: block;
            padding-bottom: 5px;
            padding-top: 5px;
        }

    .ql-snow .ql-picker.ql-expanded .ql-picker-label {
        color: #ccc;
        z-index: 2;
    }

        .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
            fill: #ccc;
        }

        .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
            stroke: #ccc;
        }

    .ql-snow .ql-picker.ql-expanded .ql-picker-options {
        display: block;
        margin-top: -1px;
        top: 100%;
        z-index: 1;
    }

    .ql-snow .ql-color-picker,
    .ql-snow .ql-icon-picker {
        width: 28px;
    }

        .ql-snow .ql-color-picker .ql-picker-label,
        .ql-snow .ql-icon-picker .ql-picker-label {
            padding: 2px 4px;
        }

            .ql-snow .ql-color-picker .ql-picker-label svg,
            .ql-snow .ql-icon-picker .ql-picker-label svg {
                right: 4px;
            }

        .ql-snow .ql-icon-picker .ql-picker-options {
            padding: 4px 0px;
        }

        .ql-snow .ql-icon-picker .ql-picker-item {
            height: 24px;
            width: 24px;
            padding: 2px 4px;
        }

        .ql-snow .ql-color-picker .ql-picker-options {
            padding: 3px 5px;
            width: 152px;
        }

        .ql-snow .ql-color-picker .ql-picker-item {
            border: 1px solid transparent;
            float: left;
            height: 16px;
            margin: 2px;
            padding: 0px;
            width: 16px;
        }

    .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
        position: absolute;
        margin-top: -9px;
        right: 0;
        top: 50%;
        width: 18px;
    }

    .ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
    .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
    .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
    .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
    .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
    .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
        content: attr(data-label);
    }

    .ql-snow .ql-picker.ql-header {
        width: 98px;
    }

        .ql-snow .ql-picker.ql-header .ql-picker-label::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item::before {
            content: 'Normal';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
            content: 'Heading 1';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
            content: 'Heading 2';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
            content: 'Heading 3';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
            content: 'Heading 4';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
            content: 'Heading 5';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
            content: 'Heading 6';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
            font-size: 2em;
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
            font-size: 1.5em;
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
            font-size: 1.17em;
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
            font-size: 1em;
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
            font-size: 0.83em;
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
            font-size: 0.67em;
        }

    .ql-snow .ql-picker.ql-font {
        width: 108px;
    }

        .ql-snow .ql-picker.ql-font .ql-picker-label::before,
        .ql-snow .ql-picker.ql-font .ql-picker-item::before {
            content: 'Sans Serif';
        }

        .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
            content: 'Serif';
        }

        .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
            content: 'Monospace';
        }

        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
            font-family: Georgia, Times New Roman, serif;
        }

        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
            font-family: Monaco, Courier New, monospace;
        }

    .ql-snow .ql-picker.ql-size {
        width: 98px;
    }

        .ql-snow .ql-picker.ql-size .ql-picker-label::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item::before {
            content: 'Normal';
        }

        .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
            content: 'Small';
        }

        .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
            content: 'Large';
        }

        .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
            content: 'Huge';
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
            font-size: 10px;
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
            font-size: 18px;
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
            font-size: 32px;
        }

    .ql-snow .ql-color-picker.ql-background .ql-picker-item {
        background-color: #fff;
    }

    .ql-snow .ql-color-picker.ql-color .ql-picker-item {
        background-color: #000;
    }

.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    padding: 8px;
    /*height: 50px;*/
    /*background-color: #ddd;*/
}

    .ql-toolbar.ql-snow .ql-formats {
        margin-right: 15px;
    }

    .ql-toolbar.ql-snow .ql-picker-label {
        border: 1px solid transparent;
    }

    .ql-toolbar.ql-snow .ql-picker-options {
        border: 1px solid transparent;
        box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
    }

    .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
        border-color: #ccc;
    }

    .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
        border-color: #ccc;
    }

    .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
    .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
        border-color: #000;
    }

    .ql-toolbar.ql-snow + .ql-container.ql-snow {
        border-top: 0px;
    }

.ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap;
}

    .ql-snow .ql-tooltip::before {
        content: "Visit URL:";
        line-height: 26px;
        margin-right: 8px;
    }

    .ql-snow .ql-tooltip input[type=text] {
        display: none;
        border: 1px solid #ccc;
        font-size: 13px;
        height: 26px;
        margin: 0px;
        padding: 3px 5px;
        width: 170px;
    }

    .ql-snow .ql-tooltip a.ql-preview {
        display: inline-block;
        max-width: 200px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .ql-snow .ql-tooltip a.ql-action::after {
        border-right: 1px solid #ccc;
        content: 'Edit';
        margin-left: 16px;
        padding-right: 8px;
    }

    .ql-snow .ql-tooltip a.ql-remove::before {
        content: 'Remove';
        margin-left: 8px;
    }

    .ql-snow .ql-tooltip a {
        line-height: 26px;
    }

    .ql-snow .ql-tooltip.ql-editing a.ql-preview,
    .ql-snow .ql-tooltip.ql-editing a.ql-remove {
        display: none;
    }

    .ql-snow .ql-tooltip.ql-editing input[type=text] {
        display: inline-block;
    }

    .ql-snow .ql-tooltip.ql-editing a.ql-action::after {
        border-right: 0px;
        content: 'Save';
        padding-right: 0px;
    }

    .ql-snow .ql-tooltip[data-mode=link]::before {
        content: "Enter link:";
    }

    .ql-snow .ql-tooltip[data-mode=formula]::before {
        content: "Enter formula:";
    }

    .ql-snow .ql-tooltip[data-mode=video]::before {
        content: "Enter video:";
    }

.ql-snow a {
    color: #06c;
}

.ql-container.ql-snow {
    border: 1px solid #ccc;
}
/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    /*margin:0;*/ /*TUI*/
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    /*height: 16px;*/ /*TUI*/
    line-height: 16px;
    display: inline; /*float: left; originally. Set to - display:inline - TUI SB 2021-Oct-22 - reason: fix buttons alignment in html editor*/
    font-size: 10px;
}
.sp-preview {
    position: relative;
    width: 25px; 
    height: 18px; /*20px originally. Set to: 18px - TUI SB 2021-Oct-22 - reason: match height of other buttons in html editor*/
    border: solid 1px #222;
    margin-right: 5px;
    float: left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

@import "reset.css";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import "fonts/tuitiv-icons/css/tuitiv-icons.css";
@font-face {
  font-family: 'FontAwesome';
  src: url('../Content/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../Content/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../Content/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../Content/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../Content/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../Content/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
/*@import "screen-reader.less";*/
/*@import "mixins/buttons";
@import "variables";
@import "mixins/vendor-prefixes";
@import "mixins/tab-focus";
@import "mixins/opacity";*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/*@import "mixins/buttons";
@import "variables";
@import "mixins/vendor-prefixes";
@import "mixins/tab-focus";
@import "mixins/opacity";
@import "mixins/panels";
@import "mixins/border-radius";*/
.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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #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;
}
.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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
/*@import "mixins/buttons";
@import "variables";
@import "buttons";
@import "mixins/vendor-prefixes";
@import "mixins/tab-focus";
@import "mixins/opacity";
@import "mixins/panels";
@import "panels";
@import "mixins/border-radius";
@import "alerts";
@import "mixins/alerts";
@import "mixins/forms";
@import "grid";
@import "mixins/grid";
@import "mixins/grid-framework";*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio .form-control,
.checkbox .form-control {
  width: 24px;
}
.radio .form-control input[type="checkbox"],
.checkbox .form-control input[type="checkbox"],
.radio .form-control input[type="radio"],
.checkbox .form-control input[type="radio"] {
  margin-left: -10px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.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 {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .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;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.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;
  border-color: #a94442;
  background-color: #f2dede;
}
.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 .right-side {
    float: right;
  }
  .form-inline .right-side .form-control {
    max-width: 150px;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.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;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #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;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
* {
  -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.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.tui-manage-profile-image-panel .tui-img-profile-container img > img,
.tui-manage-profile-image-panel .tui-img-profile-container img a > img,
.tui-img-container img > img,
.tui-img-container img a > img,
.tui-workflow-overview .diagram-img-container img > img,
.tui-workflow-overview .diagram-img-container img a > img,
#manageCompanyDetails .tui-img-company-logo-container img > img,
#manageCompanyDetails .tui-img-company-logo-container img a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -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-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.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);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/*@import "bootstrap/modals";*/
/*Left menu colors*/
/*TODO: Review these styles - potentionally rename or remove*/
/*@tui-color-error: #ea0d0d;*/
/*@tui-metrics-card-background: #b2dff1;*/
/*Original Left menu colors*/
/*@menu-background: #21415c;
@menu-text-color: #d8d8d8;
@menu-border-left-color: #5080b0;*/
/*New Left menu colors*/
/*Conditional formatting colors*/
/*Tooltips*/
/*TUI Warnings*/
/*Table properties*/
/* General colors */
/* Modal Panels */
/* UI-GRID */
/* Left-Side Nav Menu Sizing*/
/* Navbar sizes */
/*@import "styles/angular-chart";
@import "styles/tui-alerts"; //included in notificiations
@import "styles/tui-buttons";
@import "styles/tui-colors";
@import "styles/tui-common";
@import "styles/tui-dashboards";
@import "styles/tui-dnd";
@import "styles/tui-formattings";
@import "styles/tui-forms"; // included in panels
@import "styles/tui-hub";
@import "styles/tui-labels";
@import "styles/tui-modals";
@import "styles/tui-navbar";
@import "styles/tui-notifications";
@import "styles/tui-panels";
@import "styles/tui-tables";
@import "styles/tui-toolbars";
@import "styles/tui-test";
@import "styles/tui-validations";*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../Content/fonts/glyphicons-halflings-regular.eot?v=D8eB7JfZDeyLFe7AzXV0xc_cVtw');
  src: url('../Content/fonts/glyphicons-halflings-regular.eot?v=D8eB7JfZDeyLFe7AzXV0xc_cVtw&#iefix') format('embedded-opentype'), url('../Content/fonts/glyphicons-halflings-regular.woff2?v=6i_5PCZsH7qegsdLDra6rTafNe8') format('woff2'), url('../Content/fonts/glyphicons-halflings-regular.woff?v=x0hkpJg5tk1B0SNqB45gbEJSfjQ') format('woff'), url('../Content/fonts/glyphicons-halflings-regular.ttf?v=x0hkpJg5tk1B0SNqB45gbEJSfjQ') format('truetype'), url('../Content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.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";
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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;
}
.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-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box;
}
.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: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 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 {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 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 .right-side {
    float: right;
  }
  .navbar-form .right-side .form-control {
    max-width: 150px;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: 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-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  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 {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  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 {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 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 {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.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-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.panel-body:before,
.panel-body:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.modal-footer:before,
.modal-footer:after,
.tui-form-horizontal .form-group:before,
.tui-form-horizontal .form-group:after,
.tui-panel-history .panel-body .tui-history-details-group:before,
.tui-panel-history .panel-body .tui-history-details-group:after,
.tui-container:before,
.tui-container:after,
.tui-metrics-task-details:before,
.tui-metrics-task-details:after,
.fb-component:before,
.fb-component:after,
.fb-component-text:before,
.fb-component-text:after,
.tui-workflow-details .tui-workflow-details-group:before,
.tui-workflow-details .tui-workflow-details-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.panel-body:after,
.form-horizontal .form-group:after,
.container:after,
.container-fluid:after,
.row:after,
.dl-horizontal dd:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.modal-footer:after,
.tui-form-horizontal .form-group:after,
.tui-panel-history .panel-body .tui-history-details-group:after,
.tui-container:after,
.tui-metrics-task-details:after,
.fb-component:after,
.fb-component-text:after,
.tui-workflow-details .tui-workflow-details-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Validations styles*/
.validation-summary-errors {
  color: #f00;
}
input[type="checkbox"].input-validation-error {
  outline: 2px solid #f00;
}
.validation-error,
.field-validation-error {
  color: #d9534f;
  font-weight: bold;
}
.invalid,
.input-validation-error {
  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);
}
.invalid .help-block,
.input-validation-error .help-block,
.invalid .control-label,
.input-validation-error .control-label,
.invalid .radio,
.input-validation-error .radio,
.invalid .checkbox,
.input-validation-error .checkbox,
.invalid .radio-inline,
.input-validation-error .radio-inline,
.invalid .checkbox-inline,
.input-validation-error .checkbox-inline,
.invalid.radio label,
.input-validation-error.radio label,
.invalid.checkbox label,
.input-validation-error.checkbox label,
.invalid.radio-inline label,
.input-validation-error.radio-inline label,
.invalid.checkbox-inline label,
.input-validation-error.checkbox-inline label {
  color: #a94442;
}
.invalid .form-control,
.input-validation-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);
}
.invalid .form-control:focus,
.input-validation-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;
}
.invalid .input-group-addon,
.input-validation-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.invalid .form-control-feedback,
.input-validation-error .form-control-feedback {
  color: #a94442;
}
.invalid:focus,
.input-validation-error: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;
}
/**Angular-chart**/
.chart-legend,
.bar-legend,
.line-legend,
.pie-legend,
.radar-legend,
.polararea-legend,
.doughnut-legend {
  list-style-type: none;
  margin-top: 5px;
  text-align: center;
}
.chart-legend li,
.bar-legend li,
.line-legend li,
.pie-legend li,
.radar-legend li,
.polararea-legend li,
.doughnut-legend li {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  margin-bottom: 4px;
  border-radius: 5px;
  padding: 2px 8px 2px 28px;
  font-size: smaller;
  cursor: default;
}
.chart-legend li span,
.bar-legend li span,
.line-legend li span,
.pie-legend li span,
.radar-legend li span,
.polararea-legend li span,
.doughnut-legend li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
/*# sourceMappingURL=angular-chart.css.map */
@font-face {
  font-family: "Josefin Sans", sans-serif;
  src: url("../Content/fonts/josefinsans.woff2") format("woff2"), url("../Content/fonts/josefinsans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tuitiv-icons";
  src: url("../Content/fonts/tuitiv-icons/font/tuitiv-icons.woff2?v=ONm_MmjBZLx88KkqEwxdCIXPHE4") format("woff2"), url("../Content/fonts/tuitiv-icons/font/tuitiv-icons.woff?v=JwvzI6O7AoaC-miY6kxUm-Fj0XA") format("woff");
  font-weight: normal;
  font-style: normal;
}
.tuitiv-icons,
.ti {
  font-family: "tuitiv-icons";
}
i[class^="ti-"]:before,
i[class*=" ti-"]:before {
  margin-left: 0;
  margin-right: 0;
}
.tui-font-modern {
  font-family: "Josefin Sans", sans-serif;
}
.tui-font-modern text {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: -0.35px;
}
.tui-clearer-icons {
  font-size: 1.5em !important;
}
.tui-form-two-columns {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .tui-form-two-columns {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tui-form-two-columns {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .tui-form-two-columns {
    float: left;
    width: 50%;
  }
}
.tui-custom-input {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  /* margin: 0 15px; */
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8);
  -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;
  margin-left: 2px;
  /* padding: 6px 15px; */
}
.tui-custom-input.custom-disabled {
  background: #fafcff;
}
.tui-form-horizontal .radio,
.tui-form-horizontal .checkbox,
.tui-form-horizontal .radio-inline,
.tui-form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.tui-form-horizontal .radio,
.tui-form-horizontal .checkbox {
  min-height: 27px;
}
.tui-form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .tui-form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.tui-form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .tui-form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .tui-form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .tui-form-horizontal {
    font-size: 0.7em;
  }
}
@media only screen and (min-width: 768px) {
  .tui-form-horizontal {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 972px) {
  .tui-form-horizontal {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 1200px) {
  .tui-form-horizontal {
    font-size: 1em;
  }
}
.tui-form-horizontal .form-group:before,
.tui-form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.tui-form-horizontal .form-group:after {
  clear: both;
}
.tui-form-horizontal .form-group > label {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  margin-bottom: 0;
  line-height: 1.3em;
}
@media (min-width: 1200px) {
  .tui-form-horizontal .form-group > label {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .tui-form-horizontal .form-group > label {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .tui-form-horizontal .form-group > label {
    float: left;
    width: 16.66666667%;
  }
}
@media only screen and (max-width: 972px) {
  .tui-form-horizontal .form-group > label {
    padding-top: 2px;
  }
}
@media only screen and (min-width: 972px) {
  .tui-form-horizontal .form-group > label {
    padding-top: 6px;
  }
}
@media only screen and (min-width: 1200px) {
  .tui-form-horizontal .form-group > label {
    padding-top: 7px;
  }
}
.tui-form-horizontal .form-group .tui-form-control,
.tui-form-horizontal .form-group .tui-form-control-static {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .tui-form-horizontal .form-group .tui-form-control,
  .tui-form-horizontal .form-group .tui-form-control-static {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .tui-form-horizontal .form-group .tui-form-control,
  .tui-form-horizontal .form-group .tui-form-control-static {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .tui-form-horizontal .form-group .tui-form-control,
  .tui-form-horizontal .form-group .tui-form-control-static {
    float: left;
    width: 75%;
  }
}
.tui-form-horizontal .form-group .tui-form-control-static {
  padding: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.tui-form-horizontal .form-group .tui-form-control-static.input-lg,
.tui-form-horizontal .form-group .tui-form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.tui-form-horizontal .form-group .tui-form-control-static > p {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media only screen and (max-width: 972px) {
  .tui-form-horizontal .form-group .tui-form-control-static {
    padding-top: 2px;
    padding-bottom: 2px;
    min-height: 20px;
  }
}
@media only screen and (min-width: 972px) {
  .tui-form-horizontal .form-group .tui-form-control-static {
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .tui-form-horizontal .form-group .tui-form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    min-height: 34px;
  }
}
.tui-form-horizontal .form-group .tui-form-control-static-offset {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
  margin-left: 16.66666667%;
}
@media (min-width: 1200px) {
  .tui-form-horizontal .form-group .tui-form-control-static-offset {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .tui-form-horizontal .form-group .tui-form-control-static-offset {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .tui-form-horizontal .form-group .tui-form-control-static-offset {
    float: left;
    width: 75%;
  }
}
.tui-form-horizontal .form-group .tui-form-control-static-offset.input-lg,
.tui-form-horizontal .form-group .tui-form-control-static-offset.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.tui-form-horizontal .form-group .tui-form-control-static-offset > p {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media only screen and (max-width: 972px) {
  .tui-form-horizontal .form-group .tui-form-control-static-offset {
    padding-top: 2px;
    padding-bottom: 2px;
    min-height: 20px;
  }
}
@media only screen and (min-width: 972px) {
  .tui-form-horizontal .form-group .tui-form-control-static-offset {
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .tui-form-horizontal .form-group .tui-form-control-static-offset {
    padding-top: 7px;
    padding-bottom: 7px;
    min-height: 34px;
  }
}
@media (min-width: 1200px) {
  .tui-form-horizontal .form-group .tui-form-control-static-offset {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .tui-form-horizontal .form-group .tui-form-control-static-offset {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .tui-form-horizontal .form-group .tui-form-control-static-offset {
    margin-left: 16.66666667%;
  }
}
.tui-form-horizontal .form-group .tui-form-control {
  padding: 0;
  /*margin: 0 15px;*/
}
.tui-form-horizontal .form-group .tui-form-control > p {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.tui-form-horizontal .form-group .tui-form-control div.checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  min-height: 27px;
}
.tui-form-horizontal .form-group .tui-form-control div.checkbox > input[type="checkbox"] {
  margin-left: 0;
}
.tui-form-horizontal .form-group .tui-form-control > input[type="text"],
.tui-form-horizontal .form-group .tui-form-control > input[type="number"],
.tui-form-horizontal .form-group .tui-form-control > input[type="date"],
.tui-form-horizontal .form-group .tui-form-control > input[type="password"],
.tui-form-horizontal .form-group .tui-form-control > textarea,
.tui-form-horizontal .form-group .tui-form-control > select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-left: 2px;
}
.tui-form-horizontal .form-group .tui-form-control > input[type="text"]:focus,
.tui-form-horizontal .form-group .tui-form-control > input[type="number"]:focus,
.tui-form-horizontal .form-group .tui-form-control > input[type="date"]:focus,
.tui-form-horizontal .form-group .tui-form-control > input[type="password"]:focus,
.tui-form-horizontal .form-group .tui-form-control > textarea:focus,
.tui-form-horizontal .form-group .tui-form-control > select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tui-form-horizontal .form-group .tui-form-control > input[type="text"]::-moz-placeholder,
.tui-form-horizontal .form-group .tui-form-control > input[type="number"]::-moz-placeholder,
.tui-form-horizontal .form-group .tui-form-control > input[type="date"]::-moz-placeholder,
.tui-form-horizontal .form-group .tui-form-control > input[type="password"]::-moz-placeholder,
.tui-form-horizontal .form-group .tui-form-control > textarea::-moz-placeholder,
.tui-form-horizontal .form-group .tui-form-control > select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.tui-form-horizontal .form-group .tui-form-control > input[type="text"]:-ms-input-placeholder,
.tui-form-horizontal .form-group .tui-form-control > input[type="number"]:-ms-input-placeholder,
.tui-form-horizontal .form-group .tui-form-control > input[type="date"]:-ms-input-placeholder,
.tui-form-horizontal .form-group .tui-form-control > input[type="password"]:-ms-input-placeholder,
.tui-form-horizontal .form-group .tui-form-control > textarea:-ms-input-placeholder,
.tui-form-horizontal .form-group .tui-form-control > select:-ms-input-placeholder {
  color: #999;
}
.tui-form-horizontal .form-group .tui-form-control > input[type="text"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group .tui-form-control > input[type="number"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group .tui-form-control > input[type="date"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group .tui-form-control > input[type="password"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group .tui-form-control > textarea::-webkit-input-placeholder,
.tui-form-horizontal .form-group .tui-form-control > select::-webkit-input-placeholder {
  color: #999;
}
.tui-form-horizontal .form-group .tui-form-control > input[type="text"][disabled],
.tui-form-horizontal .form-group .tui-form-control > input[type="number"][disabled],
.tui-form-horizontal .form-group .tui-form-control > input[type="date"][disabled],
.tui-form-horizontal .form-group .tui-form-control > input[type="password"][disabled],
.tui-form-horizontal .form-group .tui-form-control > textarea[disabled],
.tui-form-horizontal .form-group .tui-form-control > select[disabled],
.tui-form-horizontal .form-group .tui-form-control > input[type="text"][readonly],
.tui-form-horizontal .form-group .tui-form-control > input[type="number"][readonly],
.tui-form-horizontal .form-group .tui-form-control > input[type="date"][readonly],
.tui-form-horizontal .form-group .tui-form-control > input[type="password"][readonly],
.tui-form-horizontal .form-group .tui-form-control > textarea[readonly],
.tui-form-horizontal .form-group .tui-form-control > select[readonly],
fieldset[disabled] .tui-form-horizontal .form-group .tui-form-control > input[type="text"],
fieldset[disabled] .tui-form-horizontal .form-group .tui-form-control > input[type="number"],
fieldset[disabled] .tui-form-horizontal .form-group .tui-form-control > input[type="date"],
fieldset[disabled] .tui-form-horizontal .form-group .tui-form-control > input[type="password"],
fieldset[disabled] .tui-form-horizontal .form-group .tui-form-control > textarea,
fieldset[disabled] .tui-form-horizontal .form-group .tui-form-control > select {
  background-color: #eeeeee;
  opacity: 1;
}
.tui-form-horizontal .form-group .tui-form-control > input[type="text"][disabled],
.tui-form-horizontal .form-group .tui-form-control > input[type="number"][disabled],
.tui-form-horizontal .form-group .tui-form-control > input[type="date"][disabled],
.tui-form-horizontal .form-group .tui-form-control > input[type="password"][disabled],
.tui-form-horizontal .form-group .tui-form-control > textarea[disabled],
.tui-form-horizontal .form-group .tui-form-control > select[disabled],
fieldset[disabled] .tui-form-horizontal .form-group .tui-form-control > input[type="text"],
fieldset[disabled] .tui-form-horizontal .form-group .tui-form-control > input[type="number"],
fieldset[disabled] .tui-form-horizontal .form-group .tui-form-control > input[type="date"],
fieldset[disabled] .tui-form-horizontal .form-group .tui-form-control > input[type="password"],
fieldset[disabled] .tui-form-horizontal .form-group .tui-form-control > textarea,
fieldset[disabled] .tui-form-horizontal .form-group .tui-form-control > select {
  cursor: not-allowed;
}
textarea.tui-form-horizontal .form-group .tui-form-control > input[type="text"],
textarea.tui-form-horizontal .form-group .tui-form-control > input[type="number"],
textarea.tui-form-horizontal .form-group .tui-form-control > input[type="date"],
textarea.tui-form-horizontal .form-group .tui-form-control > input[type="password"],
textarea.tui-form-horizontal .form-group .tui-form-control > textarea,
textarea.tui-form-horizontal .form-group .tui-form-control > select {
  height: auto;
}
.tui-form-horizontal .form-group .tui-form-control > input[type="text"].mini,
.tui-form-horizontal .form-group .tui-form-control > input[type="number"].mini,
.tui-form-horizontal .form-group .tui-form-control > input[type="date"].mini,
.tui-form-horizontal .form-group .tui-form-control > input[type="password"].mini,
.tui-form-horizontal .form-group .tui-form-control > textarea.mini,
.tui-form-horizontal .form-group .tui-form-control > select.mini {
  height: 24px;
  padding: 0 0 0 2px;
}
.tui-form-horizontal .form-group .tui-form-control > input[type="text"].short,
.tui-form-horizontal .form-group .tui-form-control > input[type="number"].short,
.tui-form-horizontal .form-group .tui-form-control > input[type="date"].short,
.tui-form-horizontal .form-group .tui-form-control > input[type="password"].short,
.tui-form-horizontal .form-group .tui-form-control > textarea.short,
.tui-form-horizontal .form-group .tui-form-control > select.short {
  width: 80px;
}
.tui-form-horizontal .form-group .tui-form-control > textarea {
  height: 70px;
}
.tui-form-horizontal .form-group > input[type="text"],
.tui-form-horizontal .form-group > input[type="number"],
.tui-form-horizontal .form-group > input[type="date"],
.tui-form-horizontal .form-group > textarea,
.tui-form-horizontal .form-group > select {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  /*margin: 0 15px;*/
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-left: 2px;
  /*padding: 6px 15px;*/
}
@media (min-width: 1200px) {
  .tui-form-horizontal .form-group > input[type="text"],
  .tui-form-horizontal .form-group > input[type="number"],
  .tui-form-horizontal .form-group > input[type="date"],
  .tui-form-horizontal .form-group > textarea,
  .tui-form-horizontal .form-group > select {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .tui-form-horizontal .form-group > input[type="text"],
  .tui-form-horizontal .form-group > input[type="number"],
  .tui-form-horizontal .form-group > input[type="date"],
  .tui-form-horizontal .form-group > textarea,
  .tui-form-horizontal .form-group > select {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .tui-form-horizontal .form-group > input[type="text"],
  .tui-form-horizontal .form-group > input[type="number"],
  .tui-form-horizontal .form-group > input[type="date"],
  .tui-form-horizontal .form-group > textarea,
  .tui-form-horizontal .form-group > select {
    float: left;
    width: 75%;
  }
}
.tui-form-horizontal .form-group > input[type="text"] > p,
.tui-form-horizontal .form-group > input[type="number"] > p,
.tui-form-horizontal .form-group > input[type="date"] > p,
.tui-form-horizontal .form-group > textarea > p,
.tui-form-horizontal .form-group > select > p {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.tui-form-horizontal .form-group > input[type="text"] div.checkbox,
.tui-form-horizontal .form-group > input[type="number"] div.checkbox,
.tui-form-horizontal .form-group > input[type="date"] div.checkbox,
.tui-form-horizontal .form-group > textarea div.checkbox,
.tui-form-horizontal .form-group > select div.checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  min-height: 27px;
}
.tui-form-horizontal .form-group > input[type="text"] div.checkbox > input[type="checkbox"],
.tui-form-horizontal .form-group > input[type="number"] div.checkbox > input[type="checkbox"],
.tui-form-horizontal .form-group > input[type="date"] div.checkbox > input[type="checkbox"],
.tui-form-horizontal .form-group > textarea div.checkbox > input[type="checkbox"],
.tui-form-horizontal .form-group > select div.checkbox > input[type="checkbox"] {
  margin-left: 0;
}
.tui-form-horizontal .form-group > input[type="text"] > input[type="text"],
.tui-form-horizontal .form-group > input[type="number"] > input[type="text"],
.tui-form-horizontal .form-group > input[type="date"] > input[type="text"],
.tui-form-horizontal .form-group > textarea > input[type="text"],
.tui-form-horizontal .form-group > select > input[type="text"],
.tui-form-horizontal .form-group > input[type="text"] > input[type="number"],
.tui-form-horizontal .form-group > input[type="number"] > input[type="number"],
.tui-form-horizontal .form-group > input[type="date"] > input[type="number"],
.tui-form-horizontal .form-group > textarea > input[type="number"],
.tui-form-horizontal .form-group > select > input[type="number"],
.tui-form-horizontal .form-group > input[type="text"] > input[type="date"],
.tui-form-horizontal .form-group > input[type="number"] > input[type="date"],
.tui-form-horizontal .form-group > input[type="date"] > input[type="date"],
.tui-form-horizontal .form-group > textarea > input[type="date"],
.tui-form-horizontal .form-group > select > input[type="date"],
.tui-form-horizontal .form-group > input[type="text"] > input[type="password"],
.tui-form-horizontal .form-group > input[type="number"] > input[type="password"],
.tui-form-horizontal .form-group > input[type="date"] > input[type="password"],
.tui-form-horizontal .form-group > textarea > input[type="password"],
.tui-form-horizontal .form-group > select > input[type="password"],
.tui-form-horizontal .form-group > input[type="text"] > textarea,
.tui-form-horizontal .form-group > input[type="number"] > textarea,
.tui-form-horizontal .form-group > input[type="date"] > textarea,
.tui-form-horizontal .form-group > textarea > textarea,
.tui-form-horizontal .form-group > select > textarea,
.tui-form-horizontal .form-group > input[type="text"] > select,
.tui-form-horizontal .form-group > input[type="number"] > select,
.tui-form-horizontal .form-group > input[type="date"] > select,
.tui-form-horizontal .form-group > textarea > select,
.tui-form-horizontal .form-group > select > select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-left: 2px;
}
.tui-form-horizontal .form-group > input[type="text"] > input[type="text"]:focus,
.tui-form-horizontal .form-group > input[type="number"] > input[type="text"]:focus,
.tui-form-horizontal .form-group > input[type="date"] > input[type="text"]:focus,
.tui-form-horizontal .form-group > textarea > input[type="text"]:focus,
.tui-form-horizontal .form-group > select > input[type="text"]:focus,
.tui-form-horizontal .form-group > input[type="text"] > input[type="number"]:focus,
.tui-form-horizontal .form-group > input[type="number"] > input[type="number"]:focus,
.tui-form-horizontal .form-group > input[type="date"] > input[type="number"]:focus,
.tui-form-horizontal .form-group > textarea > input[type="number"]:focus,
.tui-form-horizontal .form-group > select > input[type="number"]:focus,
.tui-form-horizontal .form-group > input[type="text"] > input[type="date"]:focus,
.tui-form-horizontal .form-group > input[type="number"] > input[type="date"]:focus,
.tui-form-horizontal .form-group > input[type="date"] > input[type="date"]:focus,
.tui-form-horizontal .form-group > textarea > input[type="date"]:focus,
.tui-form-horizontal .form-group > select > input[type="date"]:focus,
.tui-form-horizontal .form-group > input[type="text"] > input[type="password"]:focus,
.tui-form-horizontal .form-group > input[type="number"] > input[type="password"]:focus,
.tui-form-horizontal .form-group > input[type="date"] > input[type="password"]:focus,
.tui-form-horizontal .form-group > textarea > input[type="password"]:focus,
.tui-form-horizontal .form-group > select > input[type="password"]:focus,
.tui-form-horizontal .form-group > input[type="text"] > textarea:focus,
.tui-form-horizontal .form-group > input[type="number"] > textarea:focus,
.tui-form-horizontal .form-group > input[type="date"] > textarea:focus,
.tui-form-horizontal .form-group > textarea > textarea:focus,
.tui-form-horizontal .form-group > select > textarea:focus,
.tui-form-horizontal .form-group > input[type="text"] > select:focus,
.tui-form-horizontal .form-group > input[type="number"] > select:focus,
.tui-form-horizontal .form-group > input[type="date"] > select:focus,
.tui-form-horizontal .form-group > textarea > select:focus,
.tui-form-horizontal .form-group > select > select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tui-form-horizontal .form-group > input[type="text"] > input[type="text"]::-moz-placeholder,
.tui-form-horizontal .form-group > input[type="number"] > input[type="text"]::-moz-placeholder,
.tui-form-horizontal .form-group > input[type="date"] > input[type="text"]::-moz-placeholder,
.tui-form-horizontal .form-group > textarea > input[type="text"]::-moz-placeholder,
.tui-form-horizontal .form-group > select > input[type="text"]::-moz-placeholder,
.tui-form-horizontal .form-group > input[type="text"] > input[type="number"]::-moz-placeholder,
.tui-form-horizontal .form-group > input[type="number"] > input[type="number"]::-moz-placeholder,
.tui-form-horizontal .form-group > input[type="date"] > input[type="number"]::-moz-placeholder,
.tui-form-horizontal .form-group > textarea > input[type="number"]::-moz-placeholder,
.tui-form-horizontal .form-group > select > input[type="number"]::-moz-placeholder,
.tui-form-horizontal .form-group > input[type="text"] > input[type="date"]::-moz-placeholder,
.tui-form-horizontal .form-group > input[type="number"] > input[type="date"]::-moz-placeholder,
.tui-form-horizontal .form-group > input[type="date"] > input[type="date"]::-moz-placeholder,
.tui-form-horizontal .form-group > textarea > input[type="date"]::-moz-placeholder,
.tui-form-horizontal .form-group > select > input[type="date"]::-moz-placeholder,
.tui-form-horizontal .form-group > input[type="text"] > input[type="password"]::-moz-placeholder,
.tui-form-horizontal .form-group > input[type="number"] > input[type="password"]::-moz-placeholder,
.tui-form-horizontal .form-group > input[type="date"] > input[type="password"]::-moz-placeholder,
.tui-form-horizontal .form-group > textarea > input[type="password"]::-moz-placeholder,
.tui-form-horizontal .form-group > select > input[type="password"]::-moz-placeholder,
.tui-form-horizontal .form-group > input[type="text"] > textarea::-moz-placeholder,
.tui-form-horizontal .form-group > input[type="number"] > textarea::-moz-placeholder,
.tui-form-horizontal .form-group > input[type="date"] > textarea::-moz-placeholder,
.tui-form-horizontal .form-group > textarea > textarea::-moz-placeholder,
.tui-form-horizontal .form-group > select > textarea::-moz-placeholder,
.tui-form-horizontal .form-group > input[type="text"] > select::-moz-placeholder,
.tui-form-horizontal .form-group > input[type="number"] > select::-moz-placeholder,
.tui-form-horizontal .form-group > input[type="date"] > select::-moz-placeholder,
.tui-form-horizontal .form-group > textarea > select::-moz-placeholder,
.tui-form-horizontal .form-group > select > select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.tui-form-horizontal .form-group > input[type="text"] > input[type="text"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > input[type="number"] > input[type="text"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > input[type="date"] > input[type="text"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > textarea > input[type="text"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > select > input[type="text"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > input[type="text"] > input[type="number"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > input[type="number"] > input[type="number"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > input[type="date"] > input[type="number"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > textarea > input[type="number"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > select > input[type="number"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > input[type="text"] > input[type="date"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > input[type="number"] > input[type="date"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > input[type="date"] > input[type="date"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > textarea > input[type="date"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > select > input[type="date"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > input[type="text"] > input[type="password"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > input[type="number"] > input[type="password"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > input[type="date"] > input[type="password"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > textarea > input[type="password"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > select > input[type="password"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > input[type="text"] > textarea:-ms-input-placeholder,
.tui-form-horizontal .form-group > input[type="number"] > textarea:-ms-input-placeholder,
.tui-form-horizontal .form-group > input[type="date"] > textarea:-ms-input-placeholder,
.tui-form-horizontal .form-group > textarea > textarea:-ms-input-placeholder,
.tui-form-horizontal .form-group > select > textarea:-ms-input-placeholder,
.tui-form-horizontal .form-group > input[type="text"] > select:-ms-input-placeholder,
.tui-form-horizontal .form-group > input[type="number"] > select:-ms-input-placeholder,
.tui-form-horizontal .form-group > input[type="date"] > select:-ms-input-placeholder,
.tui-form-horizontal .form-group > textarea > select:-ms-input-placeholder,
.tui-form-horizontal .form-group > select > select:-ms-input-placeholder {
  color: #999;
}
.tui-form-horizontal .form-group > input[type="text"] > input[type="text"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > input[type="number"] > input[type="text"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > input[type="date"] > input[type="text"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > textarea > input[type="text"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > select > input[type="text"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > input[type="text"] > input[type="number"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > input[type="number"] > input[type="number"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > input[type="date"] > input[type="number"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > textarea > input[type="number"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > select > input[type="number"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > input[type="text"] > input[type="date"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > input[type="number"] > input[type="date"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > input[type="date"] > input[type="date"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > textarea > input[type="date"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > select > input[type="date"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > input[type="text"] > input[type="password"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > input[type="number"] > input[type="password"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > input[type="date"] > input[type="password"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > textarea > input[type="password"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > select > input[type="password"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > input[type="text"] > textarea::-webkit-input-placeholder,
.tui-form-horizontal .form-group > input[type="number"] > textarea::-webkit-input-placeholder,
.tui-form-horizontal .form-group > input[type="date"] > textarea::-webkit-input-placeholder,
.tui-form-horizontal .form-group > textarea > textarea::-webkit-input-placeholder,
.tui-form-horizontal .form-group > select > textarea::-webkit-input-placeholder,
.tui-form-horizontal .form-group > input[type="text"] > select::-webkit-input-placeholder,
.tui-form-horizontal .form-group > input[type="number"] > select::-webkit-input-placeholder,
.tui-form-horizontal .form-group > input[type="date"] > select::-webkit-input-placeholder,
.tui-form-horizontal .form-group > textarea > select::-webkit-input-placeholder,
.tui-form-horizontal .form-group > select > select::-webkit-input-placeholder {
  color: #999;
}
.tui-form-horizontal .form-group > input[type="text"] > input[type="text"][disabled],
.tui-form-horizontal .form-group > input[type="number"] > input[type="text"][disabled],
.tui-form-horizontal .form-group > input[type="date"] > input[type="text"][disabled],
.tui-form-horizontal .form-group > textarea > input[type="text"][disabled],
.tui-form-horizontal .form-group > select > input[type="text"][disabled],
.tui-form-horizontal .form-group > input[type="text"] > input[type="number"][disabled],
.tui-form-horizontal .form-group > input[type="number"] > input[type="number"][disabled],
.tui-form-horizontal .form-group > input[type="date"] > input[type="number"][disabled],
.tui-form-horizontal .form-group > textarea > input[type="number"][disabled],
.tui-form-horizontal .form-group > select > input[type="number"][disabled],
.tui-form-horizontal .form-group > input[type="text"] > input[type="date"][disabled],
.tui-form-horizontal .form-group > input[type="number"] > input[type="date"][disabled],
.tui-form-horizontal .form-group > input[type="date"] > input[type="date"][disabled],
.tui-form-horizontal .form-group > textarea > input[type="date"][disabled],
.tui-form-horizontal .form-group > select > input[type="date"][disabled],
.tui-form-horizontal .form-group > input[type="text"] > input[type="password"][disabled],
.tui-form-horizontal .form-group > input[type="number"] > input[type="password"][disabled],
.tui-form-horizontal .form-group > input[type="date"] > input[type="password"][disabled],
.tui-form-horizontal .form-group > textarea > input[type="password"][disabled],
.tui-form-horizontal .form-group > select > input[type="password"][disabled],
.tui-form-horizontal .form-group > input[type="text"] > textarea[disabled],
.tui-form-horizontal .form-group > input[type="number"] > textarea[disabled],
.tui-form-horizontal .form-group > input[type="date"] > textarea[disabled],
.tui-form-horizontal .form-group > textarea > textarea[disabled],
.tui-form-horizontal .form-group > select > textarea[disabled],
.tui-form-horizontal .form-group > input[type="text"] > select[disabled],
.tui-form-horizontal .form-group > input[type="number"] > select[disabled],
.tui-form-horizontal .form-group > input[type="date"] > select[disabled],
.tui-form-horizontal .form-group > textarea > select[disabled],
.tui-form-horizontal .form-group > select > select[disabled],
.tui-form-horizontal .form-group > input[type="text"] > input[type="text"][readonly],
.tui-form-horizontal .form-group > input[type="number"] > input[type="text"][readonly],
.tui-form-horizontal .form-group > input[type="date"] > input[type="text"][readonly],
.tui-form-horizontal .form-group > textarea > input[type="text"][readonly],
.tui-form-horizontal .form-group > select > input[type="text"][readonly],
.tui-form-horizontal .form-group > input[type="text"] > input[type="number"][readonly],
.tui-form-horizontal .form-group > input[type="number"] > input[type="number"][readonly],
.tui-form-horizontal .form-group > input[type="date"] > input[type="number"][readonly],
.tui-form-horizontal .form-group > textarea > input[type="number"][readonly],
.tui-form-horizontal .form-group > select > input[type="number"][readonly],
.tui-form-horizontal .form-group > input[type="text"] > input[type="date"][readonly],
.tui-form-horizontal .form-group > input[type="number"] > input[type="date"][readonly],
.tui-form-horizontal .form-group > input[type="date"] > input[type="date"][readonly],
.tui-form-horizontal .form-group > textarea > input[type="date"][readonly],
.tui-form-horizontal .form-group > select > input[type="date"][readonly],
.tui-form-horizontal .form-group > input[type="text"] > input[type="password"][readonly],
.tui-form-horizontal .form-group > input[type="number"] > input[type="password"][readonly],
.tui-form-horizontal .form-group > input[type="date"] > input[type="password"][readonly],
.tui-form-horizontal .form-group > textarea > input[type="password"][readonly],
.tui-form-horizontal .form-group > select > input[type="password"][readonly],
.tui-form-horizontal .form-group > input[type="text"] > textarea[readonly],
.tui-form-horizontal .form-group > input[type="number"] > textarea[readonly],
.tui-form-horizontal .form-group > input[type="date"] > textarea[readonly],
.tui-form-horizontal .form-group > textarea > textarea[readonly],
.tui-form-horizontal .form-group > select > textarea[readonly],
.tui-form-horizontal .form-group > input[type="text"] > select[readonly],
.tui-form-horizontal .form-group > input[type="number"] > select[readonly],
.tui-form-horizontal .form-group > input[type="date"] > select[readonly],
.tui-form-horizontal .form-group > textarea > select[readonly],
.tui-form-horizontal .form-group > select > select[readonly],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="text"] > input[type="text"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="number"] > input[type="text"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="date"] > input[type="text"],
fieldset[disabled] .tui-form-horizontal .form-group > textarea > input[type="text"],
fieldset[disabled] .tui-form-horizontal .form-group > select > input[type="text"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="text"] > input[type="number"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="number"] > input[type="number"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="date"] > input[type="number"],
fieldset[disabled] .tui-form-horizontal .form-group > textarea > input[type="number"],
fieldset[disabled] .tui-form-horizontal .form-group > select > input[type="number"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="text"] > input[type="date"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="number"] > input[type="date"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="date"] > input[type="date"],
fieldset[disabled] .tui-form-horizontal .form-group > textarea > input[type="date"],
fieldset[disabled] .tui-form-horizontal .form-group > select > input[type="date"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="text"] > input[type="password"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="number"] > input[type="password"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="date"] > input[type="password"],
fieldset[disabled] .tui-form-horizontal .form-group > textarea > input[type="password"],
fieldset[disabled] .tui-form-horizontal .form-group > select > input[type="password"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="text"] > textarea,
fieldset[disabled] .tui-form-horizontal .form-group > input[type="number"] > textarea,
fieldset[disabled] .tui-form-horizontal .form-group > input[type="date"] > textarea,
fieldset[disabled] .tui-form-horizontal .form-group > textarea > textarea,
fieldset[disabled] .tui-form-horizontal .form-group > select > textarea,
fieldset[disabled] .tui-form-horizontal .form-group > input[type="text"] > select,
fieldset[disabled] .tui-form-horizontal .form-group > input[type="number"] > select,
fieldset[disabled] .tui-form-horizontal .form-group > input[type="date"] > select,
fieldset[disabled] .tui-form-horizontal .form-group > textarea > select,
fieldset[disabled] .tui-form-horizontal .form-group > select > select {
  background-color: #eeeeee;
  opacity: 1;
}
.tui-form-horizontal .form-group > input[type="text"] > input[type="text"][disabled],
.tui-form-horizontal .form-group > input[type="number"] > input[type="text"][disabled],
.tui-form-horizontal .form-group > input[type="date"] > input[type="text"][disabled],
.tui-form-horizontal .form-group > textarea > input[type="text"][disabled],
.tui-form-horizontal .form-group > select > input[type="text"][disabled],
.tui-form-horizontal .form-group > input[type="text"] > input[type="number"][disabled],
.tui-form-horizontal .form-group > input[type="number"] > input[type="number"][disabled],
.tui-form-horizontal .form-group > input[type="date"] > input[type="number"][disabled],
.tui-form-horizontal .form-group > textarea > input[type="number"][disabled],
.tui-form-horizontal .form-group > select > input[type="number"][disabled],
.tui-form-horizontal .form-group > input[type="text"] > input[type="date"][disabled],
.tui-form-horizontal .form-group > input[type="number"] > input[type="date"][disabled],
.tui-form-horizontal .form-group > input[type="date"] > input[type="date"][disabled],
.tui-form-horizontal .form-group > textarea > input[type="date"][disabled],
.tui-form-horizontal .form-group > select > input[type="date"][disabled],
.tui-form-horizontal .form-group > input[type="text"] > input[type="password"][disabled],
.tui-form-horizontal .form-group > input[type="number"] > input[type="password"][disabled],
.tui-form-horizontal .form-group > input[type="date"] > input[type="password"][disabled],
.tui-form-horizontal .form-group > textarea > input[type="password"][disabled],
.tui-form-horizontal .form-group > select > input[type="password"][disabled],
.tui-form-horizontal .form-group > input[type="text"] > textarea[disabled],
.tui-form-horizontal .form-group > input[type="number"] > textarea[disabled],
.tui-form-horizontal .form-group > input[type="date"] > textarea[disabled],
.tui-form-horizontal .form-group > textarea > textarea[disabled],
.tui-form-horizontal .form-group > select > textarea[disabled],
.tui-form-horizontal .form-group > input[type="text"] > select[disabled],
.tui-form-horizontal .form-group > input[type="number"] > select[disabled],
.tui-form-horizontal .form-group > input[type="date"] > select[disabled],
.tui-form-horizontal .form-group > textarea > select[disabled],
.tui-form-horizontal .form-group > select > select[disabled],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="text"] > input[type="text"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="number"] > input[type="text"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="date"] > input[type="text"],
fieldset[disabled] .tui-form-horizontal .form-group > textarea > input[type="text"],
fieldset[disabled] .tui-form-horizontal .form-group > select > input[type="text"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="text"] > input[type="number"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="number"] > input[type="number"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="date"] > input[type="number"],
fieldset[disabled] .tui-form-horizontal .form-group > textarea > input[type="number"],
fieldset[disabled] .tui-form-horizontal .form-group > select > input[type="number"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="text"] > input[type="date"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="number"] > input[type="date"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="date"] > input[type="date"],
fieldset[disabled] .tui-form-horizontal .form-group > textarea > input[type="date"],
fieldset[disabled] .tui-form-horizontal .form-group > select > input[type="date"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="text"] > input[type="password"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="number"] > input[type="password"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="date"] > input[type="password"],
fieldset[disabled] .tui-form-horizontal .form-group > textarea > input[type="password"],
fieldset[disabled] .tui-form-horizontal .form-group > select > input[type="password"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="text"] > textarea,
fieldset[disabled] .tui-form-horizontal .form-group > input[type="number"] > textarea,
fieldset[disabled] .tui-form-horizontal .form-group > input[type="date"] > textarea,
fieldset[disabled] .tui-form-horizontal .form-group > textarea > textarea,
fieldset[disabled] .tui-form-horizontal .form-group > select > textarea,
fieldset[disabled] .tui-form-horizontal .form-group > input[type="text"] > select,
fieldset[disabled] .tui-form-horizontal .form-group > input[type="number"] > select,
fieldset[disabled] .tui-form-horizontal .form-group > input[type="date"] > select,
fieldset[disabled] .tui-form-horizontal .form-group > textarea > select,
fieldset[disabled] .tui-form-horizontal .form-group > select > select {
  cursor: not-allowed;
}
textarea.tui-form-horizontal .form-group > input[type="text"] > input[type="text"],
textarea.tui-form-horizontal .form-group > input[type="number"] > input[type="text"],
textarea.tui-form-horizontal .form-group > input[type="date"] > input[type="text"],
textarea.tui-form-horizontal .form-group > textarea > input[type="text"],
textarea.tui-form-horizontal .form-group > select > input[type="text"],
textarea.tui-form-horizontal .form-group > input[type="text"] > input[type="number"],
textarea.tui-form-horizontal .form-group > input[type="number"] > input[type="number"],
textarea.tui-form-horizontal .form-group > input[type="date"] > input[type="number"],
textarea.tui-form-horizontal .form-group > textarea > input[type="number"],
textarea.tui-form-horizontal .form-group > select > input[type="number"],
textarea.tui-form-horizontal .form-group > input[type="text"] > input[type="date"],
textarea.tui-form-horizontal .form-group > input[type="number"] > input[type="date"],
textarea.tui-form-horizontal .form-group > input[type="date"] > input[type="date"],
textarea.tui-form-horizontal .form-group > textarea > input[type="date"],
textarea.tui-form-horizontal .form-group > select > input[type="date"],
textarea.tui-form-horizontal .form-group > input[type="text"] > input[type="password"],
textarea.tui-form-horizontal .form-group > input[type="number"] > input[type="password"],
textarea.tui-form-horizontal .form-group > input[type="date"] > input[type="password"],
textarea.tui-form-horizontal .form-group > textarea > input[type="password"],
textarea.tui-form-horizontal .form-group > select > input[type="password"],
textarea.tui-form-horizontal .form-group > input[type="text"] > textarea,
textarea.tui-form-horizontal .form-group > input[type="number"] > textarea,
textarea.tui-form-horizontal .form-group > input[type="date"] > textarea,
textarea.tui-form-horizontal .form-group > textarea > textarea,
textarea.tui-form-horizontal .form-group > select > textarea,
textarea.tui-form-horizontal .form-group > input[type="text"] > select,
textarea.tui-form-horizontal .form-group > input[type="number"] > select,
textarea.tui-form-horizontal .form-group > input[type="date"] > select,
textarea.tui-form-horizontal .form-group > textarea > select,
textarea.tui-form-horizontal .form-group > select > select {
  height: auto;
}
.tui-form-horizontal .form-group > input[type="text"] > input[type="text"].mini,
.tui-form-horizontal .form-group > input[type="number"] > input[type="text"].mini,
.tui-form-horizontal .form-group > input[type="date"] > input[type="text"].mini,
.tui-form-horizontal .form-group > textarea > input[type="text"].mini,
.tui-form-horizontal .form-group > select > input[type="text"].mini,
.tui-form-horizontal .form-group > input[type="text"] > input[type="number"].mini,
.tui-form-horizontal .form-group > input[type="number"] > input[type="number"].mini,
.tui-form-horizontal .form-group > input[type="date"] > input[type="number"].mini,
.tui-form-horizontal .form-group > textarea > input[type="number"].mini,
.tui-form-horizontal .form-group > select > input[type="number"].mini,
.tui-form-horizontal .form-group > input[type="text"] > input[type="date"].mini,
.tui-form-horizontal .form-group > input[type="number"] > input[type="date"].mini,
.tui-form-horizontal .form-group > input[type="date"] > input[type="date"].mini,
.tui-form-horizontal .form-group > textarea > input[type="date"].mini,
.tui-form-horizontal .form-group > select > input[type="date"].mini,
.tui-form-horizontal .form-group > input[type="text"] > input[type="password"].mini,
.tui-form-horizontal .form-group > input[type="number"] > input[type="password"].mini,
.tui-form-horizontal .form-group > input[type="date"] > input[type="password"].mini,
.tui-form-horizontal .form-group > textarea > input[type="password"].mini,
.tui-form-horizontal .form-group > select > input[type="password"].mini,
.tui-form-horizontal .form-group > input[type="text"] > textarea.mini,
.tui-form-horizontal .form-group > input[type="number"] > textarea.mini,
.tui-form-horizontal .form-group > input[type="date"] > textarea.mini,
.tui-form-horizontal .form-group > textarea > textarea.mini,
.tui-form-horizontal .form-group > select > textarea.mini,
.tui-form-horizontal .form-group > input[type="text"] > select.mini,
.tui-form-horizontal .form-group > input[type="number"] > select.mini,
.tui-form-horizontal .form-group > input[type="date"] > select.mini,
.tui-form-horizontal .form-group > textarea > select.mini,
.tui-form-horizontal .form-group > select > select.mini {
  height: 24px;
  padding: 0 0 0 2px;
}
.tui-form-horizontal .form-group > input[type="text"] > input[type="text"].short,
.tui-form-horizontal .form-group > input[type="number"] > input[type="text"].short,
.tui-form-horizontal .form-group > input[type="date"] > input[type="text"].short,
.tui-form-horizontal .form-group > textarea > input[type="text"].short,
.tui-form-horizontal .form-group > select > input[type="text"].short,
.tui-form-horizontal .form-group > input[type="text"] > input[type="number"].short,
.tui-form-horizontal .form-group > input[type="number"] > input[type="number"].short,
.tui-form-horizontal .form-group > input[type="date"] > input[type="number"].short,
.tui-form-horizontal .form-group > textarea > input[type="number"].short,
.tui-form-horizontal .form-group > select > input[type="number"].short,
.tui-form-horizontal .form-group > input[type="text"] > input[type="date"].short,
.tui-form-horizontal .form-group > input[type="number"] > input[type="date"].short,
.tui-form-horizontal .form-group > input[type="date"] > input[type="date"].short,
.tui-form-horizontal .form-group > textarea > input[type="date"].short,
.tui-form-horizontal .form-group > select > input[type="date"].short,
.tui-form-horizontal .form-group > input[type="text"] > input[type="password"].short,
.tui-form-horizontal .form-group > input[type="number"] > input[type="password"].short,
.tui-form-horizontal .form-group > input[type="date"] > input[type="password"].short,
.tui-form-horizontal .form-group > textarea > input[type="password"].short,
.tui-form-horizontal .form-group > select > input[type="password"].short,
.tui-form-horizontal .form-group > input[type="text"] > textarea.short,
.tui-form-horizontal .form-group > input[type="number"] > textarea.short,
.tui-form-horizontal .form-group > input[type="date"] > textarea.short,
.tui-form-horizontal .form-group > textarea > textarea.short,
.tui-form-horizontal .form-group > select > textarea.short,
.tui-form-horizontal .form-group > input[type="text"] > select.short,
.tui-form-horizontal .form-group > input[type="number"] > select.short,
.tui-form-horizontal .form-group > input[type="date"] > select.short,
.tui-form-horizontal .form-group > textarea > select.short,
.tui-form-horizontal .form-group > select > select.short {
  width: 80px;
}
.tui-form-horizontal .form-group > input[type="text"] > textarea,
.tui-form-horizontal .form-group > input[type="number"] > textarea,
.tui-form-horizontal .form-group > input[type="date"] > textarea,
.tui-form-horizontal .form-group > textarea > textarea,
.tui-form-horizontal .form-group > select > textarea {
  height: 70px;
}
.tui-form-horizontal .form-group > input[type="text"]:focus,
.tui-form-horizontal .form-group > input[type="number"]:focus,
.tui-form-horizontal .form-group > input[type="date"]:focus,
.tui-form-horizontal .form-group > textarea:focus,
.tui-form-horizontal .form-group > select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tui-form-horizontal .form-group > input[type="text"]::-moz-placeholder,
.tui-form-horizontal .form-group > input[type="number"]::-moz-placeholder,
.tui-form-horizontal .form-group > input[type="date"]::-moz-placeholder,
.tui-form-horizontal .form-group > textarea::-moz-placeholder,
.tui-form-horizontal .form-group > select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.tui-form-horizontal .form-group > input[type="text"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > input[type="number"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > input[type="date"]:-ms-input-placeholder,
.tui-form-horizontal .form-group > textarea:-ms-input-placeholder,
.tui-form-horizontal .form-group > select:-ms-input-placeholder {
  color: #999;
}
.tui-form-horizontal .form-group > input[type="text"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > input[type="number"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > input[type="date"]::-webkit-input-placeholder,
.tui-form-horizontal .form-group > textarea::-webkit-input-placeholder,
.tui-form-horizontal .form-group > select::-webkit-input-placeholder {
  color: #999;
}
.tui-form-horizontal .form-group > input[type="text"][disabled],
.tui-form-horizontal .form-group > input[type="number"][disabled],
.tui-form-horizontal .form-group > input[type="date"][disabled],
.tui-form-horizontal .form-group > textarea[disabled],
.tui-form-horizontal .form-group > select[disabled],
.tui-form-horizontal .form-group > input[type="text"][readonly],
.tui-form-horizontal .form-group > input[type="number"][readonly],
.tui-form-horizontal .form-group > input[type="date"][readonly],
.tui-form-horizontal .form-group > textarea[readonly],
.tui-form-horizontal .form-group > select[readonly],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="text"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="number"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="date"],
fieldset[disabled] .tui-form-horizontal .form-group > textarea,
fieldset[disabled] .tui-form-horizontal .form-group > select {
  background-color: #eeeeee;
  opacity: 1;
}
.tui-form-horizontal .form-group > input[type="text"][disabled],
.tui-form-horizontal .form-group > input[type="number"][disabled],
.tui-form-horizontal .form-group > input[type="date"][disabled],
.tui-form-horizontal .form-group > textarea[disabled],
.tui-form-horizontal .form-group > select[disabled],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="text"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="number"],
fieldset[disabled] .tui-form-horizontal .form-group > input[type="date"],
fieldset[disabled] .tui-form-horizontal .form-group > textarea,
fieldset[disabled] .tui-form-horizontal .form-group > select {
  cursor: not-allowed;
}
textarea.tui-form-horizontal .form-group > input[type="text"],
textarea.tui-form-horizontal .form-group > input[type="number"],
textarea.tui-form-horizontal .form-group > input[type="date"],
textarea.tui-form-horizontal .form-group > textarea,
textarea.tui-form-horizontal .form-group > select {
  height: auto;
}
.tui-form-horizontal .form-group > input[type="text"].mini,
.tui-form-horizontal .form-group > input[type="number"].mini,
.tui-form-horizontal .form-group > input[type="date"].mini,
.tui-form-horizontal .form-group > textarea.mini,
.tui-form-horizontal .form-group > select.mini {
  height: 24px;
  padding: 0 0 0 2px;
}
.tui-form-horizontal .form-group > input[type="text"].short,
.tui-form-horizontal .form-group > input[type="number"].short,
.tui-form-horizontal .form-group > input[type="date"].short,
.tui-form-horizontal .form-group > textarea.short,
.tui-form-horizontal .form-group > select.short {
  width: 80px;
}
.tui-form-horizontal .form-group > textarea {
  height: 70px;
}
.tui-form-horizontal .form-group select.tui-form-control {
  padding: 0 15px;
}
.tui-form-horizontal .form-group textarea.tui-form-control {
  padding: 5px 15px;
}
@media only screen and (max-width: 768px) {
  .tui-form-horizontal .form-group {
    margin-bottom: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .tui-form-horizontal .form-group {
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 1200px) {
  .tui-form-horizontal .form-group {
    margin-bottom: 5px;
  }
}
.tui-form-horizontal .input-group {
  display: inline-table;
  vertical-align: middle;
}
.tui-form-horizontal .input-group button {
  height: 34px;
}
.tui-form-horizontal .input-group button.hub-viewer-datetimepicker-button {
  height: 34px;
}
textarea.tui-query {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 200px;
}
textarea.tui-query:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
textarea.tui-query::-moz-placeholder {
  color: #999;
  opacity: 1;
}
textarea.tui-query:-ms-input-placeholder {
  color: #999;
}
textarea.tui-query::-webkit-input-placeholder {
  color: #999;
}
textarea.tui-query[disabled],
textarea.tui-query[readonly],
fieldset[disabled] textarea.tui-query {
  background-color: #eeeeee;
  opacity: 1;
}
textarea.tui-query[disabled],
fieldset[disabled] textarea.tui-query {
  cursor: not-allowed;
}
textareatextarea.tui-query {
  height: auto;
}
textarea.tui-query.mini {
  height: 24px;
  padding: 0 0 0 2px;
}
textarea.tui-query.short {
  width: 80px;
}
textarea.unresizable {
  resize: none;
}
textarea.vertical {
  resize: vertical;
  min-height: 34px;
}
textarea.tui-textarea-normalized,
textarea.normalized,
ejs-textarea.normalized {
  max-width: 100%;
  min-width: 100px;
  min-height: 34px !important;
}
textarea.tui-textarea-normalized > span,
textarea.normalized > span,
ejs-textarea.normalized > span {
  min-width: 100% !important;
}
textarea.tui-textarea-min-height {
  min-height: 34px;
}
.tui-form-horizontal .form-group > textarea.tui-textarea-min-height {
  /* maybe need dynamic sizes like this?
    @media only screen and (max-width: 972px) {
        min-height: 20px;
    }

    @media only screen and (min-width: 972px) {
        min-height: 25px;
    }

    @media only screen and (min-width: 1200px) {
        min-height: 34px;
    }
    */
  min-height: 34px;
}
tui-date-picker,
tui-date-time-picker,
tui-time-picker {
  width: 100%;
}
.tui-loading-icon {
  position: absolute;
  left: 10px;
  top: 5px;
  color: #347ab7;
  z-index: 5;
  pointer-events: none;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  animation: fa-spin 1s infinite linear;
}
.tui-loading-icon.with-left-spacing {
  left: 50px;
}
.tui-loading-icon:before {
  content: "\f1ce";
  font-size: 24px;
}
.tui-text-invisible {
  color: rgba(0, 0, 0, 0) !important;
}
.form-control.mini {
  height: 24px;
  padding: 0 0 0 2px;
}
.form-control.short {
  width: 80px;
}
.tui-formatting-preview {
  vertical-align: middle;
  text-align: center;
  width: 50%;
  min-width: 75px;
  max-width: 120px;
  height: 25px;
  border: 1px solid gray;
}
.tui-formatting-display-message {
  margin-bottom: 5px;
  font-size: 1.1em;
  font-weight: bold;
  border: 1px solid #8DA2B3;
  border-radius: 4px;
  padding: 2px 5px;
  background: #e0e9f0;
}
.tui-formatting-condition {
  border: 1px solid #B39C7B;
  border-radius: 4px;
  padding: 2px 5px;
  background: #FFF4E3;
  color: #000000;
}
.tui-background-color-blue {
  background-color: #90CAF9 !important;
}
.tui-background-color-blue-not-editable {
  background-color: #8aacc9 !important;
}
.tui-background-color-light-blue {
  background-color: #d9edfd !important;
}
.tui-background-color-light-blue-not-editable {
  background-color: #b5c1cb !important;
}
.tui-background-color-green {
  background-color: #81C784 !important;
}
.tui-background-color-green-not-editable {
  background-color: #81ab82 !important;
}
.tui-background-color-light-green {
  background-color: #b6dfb8 !important;
}
.tui-background-color-light-green-not-editable {
  background-color: #a0b9a1 !important;
}
.tui-background-color-orange {
  background-color: #FFB74D !important;
}
.tui-background-color-orange-not-editable {
  background-color: #cca161 !important;
}
.tui-background-color-light-orange {
  background-color: #ffd69a !important;
}
.tui-background-color-light-orange-not-editable {
  background-color: #ccb48f !important;
}
.tui-background-color-pink {
  background-color: #F48FB1 !important;
}
.tui-background-color-pink-not-editable {
  background-color: #c6899d !important;
}
.tui-background-color-light-pink {
  background-color: #fbd5e2 !important;
}
.tui-background-color-light-pink-not-editable {
  background-color: #cab3bb !important;
}
.tui-background-color-purple {
  background-color: #CE93D8 !important;
}
.tui-background-color-purple-not-editable {
  background-color: #af8bb5 !important;
}
.tui-background-color-light-purple {
  background-color: #e8cbec !important;
}
.tui-background-color-light-purple-not-editable {
  background-color: #beadc1 !important;
}
.tui-background-color-red {
  background-color: #f74d4d !important;
}
.tui-background-color-red-not-editable {
  background-color: #c76161 !important;
}
.tui-background-color-light-red {
  background-color: #fa9696 !important;
}
.tui-background-color-light-red-not-editable {
  background-color: #c98d8d !important;
}
.tui-background-color-yellow {
  background-color: #FFF176 !important;
}
.tui-background-color-yellow-not-editable {
  background-color: #ccc47a !important;
}
.tui-background-color-light-yellow {
  background-color: #fff9c3 !important;
}
.tui-background-color-light-yellow-not-editable {
  background-color: #ccc8a8 !important;
}
.tui-background-color-gray,
.tui-background-color-gray-not-editable {
  background-color: #a9a9a9 !important;
}
.tui-background-color-light-gray,
.tui-background-color-light-gray-not-editable {
  background-color: #cfcfcf !important;
}
.tui-flex-grid-41-pct {
  flex: 40%;
}
.tui-flex-grid-2-pct {
  flex: 2%;
}
.tui-flex-grid-6-pct {
  flex: 10%;
}
.tui-css-grid {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(auto-fill, 34px);
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 4px;
  grid-column-gap: 4px;
  padding: 4px;
  align-items: center;
}
.tui-css-grid.r-2 {
  grid-template-columns: repeat(2, 1fr);
}
.tui-css-grid.r-3 {
  grid-template-columns: repeat(3, 1fr);
}
.tui-css-grid.r-4 {
  grid-template-columns: repeat(4, 1fr);
}
.tui-css-grid.simple-list {
  grid-template-columns: 1fr 80px;
}
.tui-css-grid.complex-list {
  grid-template-columns: 1fr 2fr 2fr 80px;
}
.tui-flex-static-80 {
  flex: 0 0 80px;
}
.tui-flex-1 {
  flex: 1;
}
.tui-flex-2 {
  flex: 2;
}
.tui-flex-3 {
  flex: 3;
}
.tui-flex-4 {
  flex: 4;
}
.tui-flex-5 {
  flex: 5;
}
.tui-flex-6 {
  flex: 6;
}
.tui-flex-7 {
  flex: 7;
}
.tui-flex-8 {
  flex: 8;
}
.tui-flex-9 {
  flex: 9;
}
.tui-flex-10 {
  flex: 10;
}
.tui-flex-11 {
  flex: 11;
}
.tui-flex-12 {
  flex: 12;
}
.form-split {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(auto-fill, 34px);
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  align-items: center;
  margin-bottom: 24px;
  margin-top: 16px;
}
.form-split.in-two {
  grid-template-columns: repeat(2, 1fr);
}
.form-split.in-two .form-group {
  margin: 0;
}
.form-split.in-two .form-group label {
  width: 33.3%;
}
.form-split.in-two .form-group .tui-form-control-static {
  width: 66.6%;
}
.form-split.in-three {
  grid-template-columns: repeat(3, 1fr);
}
.form-split.in-three .form-group {
  margin: 0;
}
.form-split.in-three .form-group label {
  width: 50%;
}
.form-split.in-three .form-group .tui-form-control-static {
  width: 50%;
}
.ng-hide.ng-hide-animate {
  display: none !important;
}
/* Effects */
.hoverable-color-darken:hover {
  filter: brightness(75%);
}
/* Fullscreen [X] btn */
.tui-fullscreen-exit {
  z-index: 1036;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
  transform: scale(2);
}
.tui-fullscreen-exit:before {
  content: "\e7e7";
  font-family: "e-icons";
}
/* Fullscreen enter btn ( requires .position-relative parent )*/
.tui-fullscreen-enter {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 8px;
}
.tui-fullscreen-enter:before {
  content: "\e81c";
  color: #333;
  font-size: 2rem;
  font-family: e-icons;
}
.tui-fullscreen-enter:hover:before {
  color: #0084ff;
}
/* Fullscreen */
.tui-fullscreen {
  z-index: 1035;
  width: 100%;
  height: calc(100% - 30px);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  border: none !important;
  margin: 0 !important;
}
.tui-fullscreen > .panel-body {
  padding: 0 !important;
  overflow: auto;
}
/* Texts */
.unselectable {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}
.tui-text-flexible {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tui-text-flexible-multiline {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  /*&.line-clamp-4 {
      -webkit-line-clamp: 4;
  }*/
}
.tui-text-flexible-multiline.line-clamp-5 {
  -webkit-line-clamp: 5;
}
.tui-text-flexible-multiline.line-clamp-3 {
  -webkit-line-clamp: 3;
}
.tui-text-flexible-multiline.line-clamp-2 {
  -webkit-line-clamp: 2;
}
.tui-text-wrap {
  overflow-wrap: break-word;
}
/*.tui-text-inline {
    white-space: nowrap;
}*/
.tui-text-nowrap {
  white-space: nowrap;
}
.tui-white-text {
  color: white !important;
}
.tui-light-text {
  color: lightgray !important;
}
.tui-dark-text {
  color: #878787;
}
.align-middle {
  vertical-align: middle;
}
.align-unset {
  vertical-align: unset;
}
.text-align-left {
  text-align: left !important;
  justify-content: flex-start !important;
}
.text-align-right {
  text-align: right !important;
  justify-content: flex-end !important;
}
.tui-font-bold {
  font-weight: bold;
}
.no-bold {
  font-weight: normal !important;
}
.tui-font-italic {
  font-style: italic;
}
.tui-font-underline {
  text-decoration: underline;
}
.tui-font-linethrough {
  text-decoration: line-through;
}
.tui-crossed-todo-item {
  text-decoration: line-through;
}
.tui-font-size-08em {
  font-size: 0.8em;
}
.tui-font-12em,
.tui-font-size-12em {
  font-size: 1.2em;
}
.tui-font-size-2em {
  font-size: 2em;
}
.report-header-text {
  float: right;
  font-size: 20px;
}
.no-deco {
  text-decoration: none !important;
}
.tui-error {
  /*color: @tui-error-color;*/
  color: red;
}
/* Symbols */
.fa.angle-menu {
  float: right;
  margin-left: auto;
}
.fa.angle-menu:before {
  content: "\f107";
}
.active > a > .fa.angle-menu:before {
  content: "\f106";
}
.mini-left-menu #side-menu .fa.angle-menu:before {
  content: "\f105";
}
.tui-required:after {
  color: #b94a48;
  content: '*';
  font-size: large;
}
.tui-required-alt:after {
  color: #115bcd;
  content: '*';
  font-size: large;
}
/* Icons */
.tui-edit-color {
  color: #a67011 !important;
}
.unsaved-icon {
  color: #d9534f;
  background: white;
  border-radius: 2px;
  border: 1px solid rgba(217, 84, 79, 0.66);
  opacity: 0.66;
}
.custom-collapsible-header-icon {
  margin: 0 8px 0 8px;
  height: 24px;
  position: relative;
}
.custom-collapsible-header-icon a {
  color: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.custom-collapsible-header-icon .collapsible-icon:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.custom-collapsible-header-icon .collapsible-icon:before.fa-pull-left {
  margin-right: 0.3em;
}
.custom-collapsible-header-icon .collapsible-icon:before.fa-pull-right {
  margin-left: 0.3em;
}
.custom-collapsible-header-icon .collapsible-icon:before.pull-left {
  margin-right: 0.3em;
}
.custom-collapsible-header-icon .collapsible-icon:before.pull-right {
  margin-left: 0.3em;
}
.custom-collapsible-header-icon .collapsible-icon.collapsed:before {
  content: "\f105";
}
.custom-collapsible-header-icon.collapsed > .collapsible-icon:before {
  content: "\f105";
}
span.half-size-fa-stack {
  margin-right: -20px;
  margin-left: -15px;
  margin-top: -5px;
  vertical-align: -0.1em;
}
span.half-size-fa-stack span {
  transform: translate(0px, -3px) scale(0.5);
}
.tilted {
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.tui-add-dropdown-icon {
  position: relative;
  display: inline-block;
}
.tui-add-dropdown-icon input {
  padding-right: 18px;
}
.tui-add-dropdown-icon::before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0d7";
  top: 0px;
  top: 25%;
  right: 0px;
  height: 50%;
  width: 15px;
  pointer-events: none;
}
/* Line */
hr.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
hr.light {
  height: 1px;
  background-color: #CCC;
}
/*ToDo: don't remove - used in html for logs generated on server */
hr.thin-and-light {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 2px dotted #dee2e6;
}
hr.tui-wide {
  display: block;
  /*margin-top: 0.5em;
  margin-bottom: 0.5em;*/
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  border-color: #b1c7d7;
}
@media only screen and (max-width: 768px) {
  hr.tui-wide {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
  }
}
@media only screen and (min-width: 768px) {
  hr.tui-wide {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
  }
}
@media only screen and (min-width: 992x) {
  hr.tui-wide {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
  }
}
@media only screen and (min-width: 1200px) {
  hr.tui-wide {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
/* No Margin | No Padding */
.nomargin,
.no-margin {
  margin: 0 !important;
}
.nopadding,
.no-padding {
  padding: 0 !important;
}
.nowrap,
.no-wrap {
  white-space: nowrap !important;
}
.vertical-align-top {
  vertical-align: top;
}
/* Layout */
.tui-horizontal-limit-100 {
  max-width: 100%;
  min-width: 100%;
}
.tui-horizontal-limit-75 {
  max-width: 75%;
  min-width: 75%;
}
.tui-horizontal-limit-50 {
  max-width: 50%;
  min-width: 50%;
}
.tui-horizontal-limit-25 {
  max-width: 25%;
  min-width: 25%;
}
.tui-columns {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .tui-columns {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .tui-columns {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .tui-columns {
    float: left;
    width: 33.33333333%;
  }
}
/*
.fifth-size {
    width: 20% !important;
    display: inline-block;
}
.forth-size {
    width: 25% !important;
    display: inline-block;
}
*/
.third-size {
  width: 33% !important;
  display: inline-block;
}
.dbl-fifth-size {
  width: 40% !important;
  display: inline-block;
}
.half-size {
  width: 50% !important;
  display: inline-block;
}
.most-size {
  width: 75% !important;
  display: inline-block;
}
.label-size {
  width: 15.5% !important;
  display: inline-block;
}
.btn-margin {
  margin: 6px;
}
.btn-padding {
  padding: 6px;
}
.btn-height {
  height: 24px !important;
}
.btn-height-sm {
  height: 32px !important;
}
/** Useful feature that helps re-anchor children with position: absolute */
.position-relative {
  position: relative;
}
.vertical-center {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-center.spaced {
  margin-left: 4px;
}
.full-height {
  height: 100% !important;
}
.full-width {
  width: 100% !important;
}
.normalized-height {
  height: calc(100vh - 30px - 67px) !important;
  min-height: calc(100vh - 30px - 67px) !important;
  overflow: auto;
}
button.fix-flicker {
  height: 31px;
}
.typeahead-no-results {
  position: absolute;
  top: 34px;
  left: 0px;
  width: 100%;
  /*& > ul > li { // "no result" item. 
      //unnecessary if it's of type "<a>"
      padding-left: 20px;
      padding-right: 20px;
  }*/
}
.typeahead-no-results > ul > li > a {
  text-decoration: none;
}
a.typeahead-no-results-link {
  text-decoration: none;
}
.tui-scrollable-dropdown {
  overflow-y: auto;
  max-height: 215px;
}
/* Tooltip Fixes */
.tooltip.tui-light-tooltip .tooltip-inner {
  color: black;
  background-color: #ddf1f9;
  border: 1px solid black;
  max-width: 500px;
}
/* Hide arrow */
.tooltip.customClass .tooltip-arrow {
  display: none;
}
/* TIMEPICKER VISUAL FIX - to not display it wide*/
.uib-timepicker {
  width: 165px;
}
.uib-timepicker > tbody > tr > td > input {
  width: 50px !important;
}
/* TUI HUB VIEWER */
.hub-viewer-datetimepicker-input {
  height: 22px;
  padding: 0;
}
.hub-viewer-datetimepicker-button {
  height: 22px;
}
.hub-viewer-datetimepicker-button i {
  position: absolute;
  left: 25%;
  top: 20%;
}
.tui-form-dataobject .hub-viewer-datetimepicker-button i {
  position: absolute;
  left: 25%;
  top: 30%;
}
/* fix for datetime-picker in modal */
.datetime-picker-dropdown {
  z-index: 1060;
}
hr.nopadding,
hr.no-spaced {
  padding: 0 !important;
  margin: 0 !important;
}
hr.light {
  height: 1px;
  background-color: #CCC;
}
hr.dark {
  height: 1px;
  background-color: gray;
}
.unclickable {
  pointer-events: none;
}
.clickable {
  cursor: pointer;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.input-caption {
  display: block;
  color: darkgrey;
  font-style: italic;
  margin-left: 16.66666667%;
  margin-right: 75%;
  padding-left: 5px;
}
.input-caption.tui-error {
  color: red;
}
.vertical-align {
  display: flex;
  align-items: center;
}
.vertical-align.wrap {
  flex-wrap: wrap;
}
.uploaded-item {
  display: inline-flex;
  gap: 4px;
  background: aliceblue;
  outline: 1px solid #8c8c8c;
  padding: 4px;
  border-radius: 4px;
  width: calc(50% - 4px * 2);
  height: 110px;
}
.uploaded-item > div.flex.grow {
  display: inline-flex;
  flex-direction: column;
  width: calc(100% - 154px);
  padding-right: 4px;
}
.margin-next {
  margin-right: 8px !important;
}
.margin-right-auto,
.fill-space-right,
.fill-right {
  margin-right: auto;
}
.margin-left-auto,
.fill-space-left,
.fill-left {
  margin-left: auto;
}
.margin-top-auto,
.fill-space-top,
.fill-top {
  margin-top: auto;
}
.margin-bottom-auto,
.fill-space-bottom,
.fill-bottom {
  margin-bottom: auto;
}
.fit-content {
  width: fit-content !important;
  min-width: 99%;
}
.flex {
  display: flex;
}
.flex.autowidth {
  width: auto !important;
}
.flex.autoheight {
  height: auto !important;
}
.flex.inline-flex {
  display: inline-flex;
}
.flex.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex.flex-row {
  flex-direction: row !important;
}
.flex.flex-col {
  flex-direction: column !important;
}
.flex.gapped {
  gap: 5px;
}
.flex.gapped-more {
  gap: 12px;
}
.flex.grow {
  flex: 1;
}
.flex.nogrow {
  flex: 0 0;
}
.flex.vert,
.flex.align-center {
  align-items: center;
}
.flex.align-flex-start {
  align-items: flex-start;
}
.flex.align-flex-end {
  align-items: flex-end;
}
.flex.horz,
.flex.justify-center {
  justify-content: center;
}
.flex.horz-flex-start,
.flex.justify-start {
  justify-content: flex-start;
}
.flex.horz-flex-end,
.flex.justify-end {
  justify-content: flex-end;
}
.flex.space-between,
.flex.justify-space-between {
  justify-content: space-between;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.wrap > .flex-break {
  flex-basis: 100%;
  height: 0;
}
.flex.max-priority {
  flex: 99;
}
.flex label {
  padding-top: 0 !important;
}
.flex label.spaced {
  margin: 4px;
}
.icon-grid-scrollable {
  overflow-y: scroll;
  height: calc(100% - 60px);
}
.icon-grid-cell {
  color: #345165;
  float: left;
  display: inline-block;
  width: 15%;
  margin: 3px 3px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #b1c7d7;
  text-align: left;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.icon-grid-cell > span {
  font-size: 16px;
  text-overflow: ellipsis;
  margin-left: 6px;
  overflow: hidden;
}
.icon-grid-cell:hover {
  background: #b1c7d7;
}
.tui-custom-popover {
  white-space: nowrap;
  max-width: 75%;
  border-left: 5px solid #378fe7 !important;
  font-size: 12px !important;
  border-radius: 4px !important;
  box-shadow: 2px 2px 4px #55555594 !important;
}
.tui-custom-popover .popover-content {
  padding: 9px 14px;
}
/*.tui-help-zone {
    position: absolute;
    //display: inline-block; //not obligatory
    //SET HEIGHT WIDTH DYNAMICALLY BASED ON MATCHING ELEMENT
    &:before {
        position: absolute;
        content: '';
        background: rgba(255,50,50,0.33);
        outline: 2px rgba(255,50,50,0.9) dashed;
        width: 100%;
        height: 100%;
    } 
}
.tui-help-zone-blue {
    .tui-help-zone;
    &:before {
        background: rgba(50,50,255,0.33);
        outline: 2px rgba(50,50,255,0.9) dashed;
    }
}*/
.tui-help-editable {
  background: rgba(50, 50, 255, 0.33);
  outline: 2px rgba(50, 50, 255, 0.9) dashed;
}
.tui-help-editable.orange {
  background: rgba(166, 112, 17, 0.33);
  outline: 2px rgba(166, 112, 17, 0.9) dashed;
}
.max-w150 {
  max-width: 150px;
}
.max-w500 {
  max-width: 500px;
}
.max-w700 {
  max-width: 700px;
}
.min-w110 {
  min-width: 110px;
}
.min-w120 {
  min-width: 120px;
}
.min-w160 {
  min-width: 160px;
}
.gapped {
  gap: 5px;
}
.spaced {
  margin: 4px;
}
.tui-spaced {
  margin: 4px !important;
}
.tui-spaced-left {
  margin-left: 4px !important;
}
.tui-spaced-right {
  margin-right: 4px !important;
}
.tui-spaced-top {
  margin-top: 4px !important;
}
.tui-spaced-bottom {
  margin-bottom: 4px !important;
}
.tui-text-tabbed {
  margin-left: 32px !important;
}
.tui-padded {
  padding: 4px !important;
}
.tui-padded-left {
  padding-left: 4px !important;
}
.tui-padded-right {
  padding-right: 4px !important;
}
.tui-padded-top {
  padding-top: 4px !important;
}
.tui-padded-bottom {
  padding-bottom: 4px !important;
}
.tui-header-padding {
  padding: 4px 2px !important;
}
.tui-scrollable {
  overflow-y: auto;
}
.calculation-operation {
  font-size: 18px !important;
  font-family: 'monospace';
  padding: 0px !important;
}
.min-height-0 {
  min-height: 0px !important;
}
.tui-outline-white {
  outline: 1px solid white;
}
/*Left Menu*/
.tui-navbar-left-menu {
  display: block;
  position: fixed;
  width: 220px;
  height: 100%;
  background-color: #00273B;
  top: 0;
  bottom: 30px;
}
.tui-navbar-left-menu li > a {
  text-decoration: none;
  color: #d8d8d8;
}
.tui-navbar-left-menu li > a:hover,
.tui-navbar-left-menu li > a:focus {
  background-color: #001622;
  color: #f2f2f2;
}
.tui-navbar-left-menu > ul > li.active {
  background-color: #001622;
  border-left: 4px solid #0085C7;
}
.tui-navbar-left-menu li.nav-separator {
  border-bottom: 2px solid #001622;
}
.tui-navbar-left-menu li.nav-header {
  border-bottom: 2px solid #000508;
}
.tui-navbar-left-menu li.nav-header > .left-menu-wide-btn {
  width: calc(220px - 50px);
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}
.tui-navbar-left-menu li.nav-header > .left-menu-btn-right {
  float: right;
  font-size: 20px;
  width: 50px;
}
.tui-sidebar .nav-second-level {
  width: 216px;
  background-color: #002E45;
}
.tui-sidebar .nav-second-level.collapse {
  display: none !important;
}
.tui-sidebar .nav-second-level.collapse.in {
  display: block !important;
}
.tui-sidebar .nav-second-level.collapsing {
  animation-name: collapse-anim;
  animation-duration: 0.2s;
}
.tui-sidebar .nav-second-level li > a {
  padding: 6px 0 6px 40px;
}
.tui-sidebar .nav-second-level li > a {
  border-top: 1px solid #7ad2ff1c;
}
.active > .nav-second-level.collapsing {
  animation-name: collapse-anim;
  animation-direction: reverse;
  animation-duration: 0.2s;
}
.mini-left-menu .nav > li > a {
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: space-between;
}
@keyframes collapse-anim {
  0% {
    display: block !important;
  }
  1% {
    display: block !important;
    opacity: 1;
  }
  99% {
    display: block !important;
    opacity: 0;
  }
  100% {
    display: none !important;
  }
}
.hidden-left-menu .tui-navbar-left-menu,
.hidden-left-menu .tui-sidebar {
  width: 0px;
  display: none !important;
}
.hidden-left-menu #page-wrapper {
  margin-left: 0px;
}
.hidden-left-menu #page-wrapper .navbar-static-top {
  padding-left: 0px;
}
.hidden-left-menu #page-wrapper #page-content {
  left: 0px;
  width: 100%;
}
.hidden-left-menu #page-wrapper #navbar-actions-overlay {
  left: 110px;
}
.hidden-left-menu #page-wrapper #main-sector-left {
  left: 0;
}
.mini-left-menu .tui-navbar-left-menu,
.mini-left-menu .tui-sidebar {
  width: 60px;
}
.mini-left-menu .tui-navbar-left-menu .left-menu-wide-btn,
.mini-left-menu .tui-sidebar .left-menu-wide-btn {
  width: 60px !important;
}
.mini-left-menu #page-wrapper .navbar-static-top {
  padding-left: 60px;
}
.mini-left-menu #page-wrapper #page-content {
  left: 60px;
  width: calc(100% - 60px);
}
.mini-left-menu #page-wrapper #navbar-actions-overlay {
  left: calc(60px + 60px);
}
.mini-left-menu #page-wrapper #main-sector-left {
  left: calc(60px);
}
.big-left-menu .tui-navbar-left-menu,
.big-left-menu .tui-sidebar {
  width: 220px;
}
.big-left-menu .tui-navbar-left-menu .left-menu-wide-btn,
.big-left-menu .tui-sidebar .left-menu-wide-btn {
  width: calc(220px - 105px) !important;
}
.big-left-menu #page-wrapper .navbar-static-top {
  padding-left: 220px;
}
.big-left-menu #page-wrapper #page-content {
  left: 220px;
  width: calc(100% - 220px);
}
.big-left-menu #page-wrapper #navbar-actions-overlay {
  left: calc(220px + 60px);
}
.big-left-menu #page-wrapper #main-sector-left {
  left: calc(220px);
}
/* Mini Mode: Hide top level menu names*/
.mini-left-menu .tui-nav-label {
  display: none;
}
/* Mini Mode: HIDE ACTIVE (open) menu arrows*/
.mini-left-menu .active span.angle-menu {
  display: none;
}
/* Mini Mode: HIDE (but dont remove to keep aligned) first underline above */
.mini-left-menu .nav > li:first-child > a {
  border-top: solid 1px transparent;
}
/* Mini Mode: bigger icons */
.mini-left-menu .nav > li > a {
  font-size: 21px;
}
/* Second level menu */
body:not(.fixed-sidebar):not(.canvas-menu).mini-left-menu .nav li:hover > .nav-second-level,
.mini-navbar .nav li:focus > .mini-left-menu {
  display: block;
  border-radius: 0 2px 2px 0;
  min-width: 140px;
  height: auto;
}
body:not(.fixed-sidebar):not(.canvas-menu).mini-left-menu .nav-second-level {
  display: none;
}
.tui-top-navbar-localhost {
  background-color: #ffc0cb !important;
}
.tui-top-navbar-sandbox {
  background-color: #ffc0cb !important;
}
.tui-top-navbar-host-header {
  padding-top: 15px;
}
.tui-top-navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
  padding: 0 8px 0 8px;
  margin: 0;
  font-size: 12pt;
  border-bottom: 2px solid #bcbcbc;
  height: 50px !important;
}
.tui-top-navbar > li {
  padding: 4px;
  flex: 1;
}
.tui-top-navbar > li.flex-static {
  flex: 0 0;
}
.tui-top-navbar > li.flex-wider {
  flex: 5;
}
.tui-top-navbar > li#tui-top-navbar-superadmin-btn-container {
  flex: 0 0 75px;
}
.tui-top-navbar > li .tui-navbar-button {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  text-decoration: none;
  /* Safari */
  /* Firefox */
  /* IE10+/Edge */
  /* Standard */
  margin-right: 0;
  color: #333;
  background-color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  /* for bright buttons */
  color: black;
  border: solid 1px #8c8c8c;
  border-bottom: solid 3px #8c8c8c;
  background: #fafafa;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  /*border-bottom: solid 3px @menu-background;
            background-color: lighten(@tui-grid-cell-body-bubble-color,10%);
            color: @menu-background;

            &:hover {
                background-color: lighten(@tui-grid-cell-body-bubble-color,17%);
            }

            &:active {
                -ms-transform: translateY(2px);
                -webkit-transform: translateY(2px);
                transform: translateY(2px); //press effect
                border-bottom: solid 1px @menu-background;
                background-color: darken(@tui-grid-cell-body-bubble-color,7%);
            }*/
}
.tui-top-navbar > li .tui-navbar-button:link,
.tui-top-navbar > li .tui-navbar-button:visited,
.tui-top-navbar > li .tui-navbar-button:hover,
.tui-top-navbar > li .tui-navbar-button:active {
  color: black;
  text-decoration: none;
}
.tui-top-navbar > li .tui-navbar-button.spaced {
  margin: 2px;
}
.tui-top-navbar > li .tui-navbar-button:hover,
.tui-top-navbar > li .tui-navbar-button:focus,
.tui-top-navbar > li .tui-navbar-button.focus,
.tui-top-navbar > li .tui-navbar-button:active,
.tui-top-navbar > li .tui-navbar-button.active,
.open > .dropdown-toggle.tui-top-navbar > li .tui-navbar-button {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.tui-top-navbar > li .tui-navbar-button:active,
.tui-top-navbar > li .tui-navbar-button.active,
.open > .dropdown-toggle.tui-top-navbar > li .tui-navbar-button {
  background-image: none;
}
.tui-top-navbar > li .tui-navbar-button.disabled,
.tui-top-navbar > li .tui-navbar-button[disabled],
fieldset[disabled] .tui-top-navbar > li .tui-navbar-button,
.tui-top-navbar > li .tui-navbar-button.disabled:hover,
.tui-top-navbar > li .tui-navbar-button[disabled]:hover,
fieldset[disabled] .tui-top-navbar > li .tui-navbar-button:hover,
.tui-top-navbar > li .tui-navbar-button.disabled:focus,
.tui-top-navbar > li .tui-navbar-button[disabled]:focus,
fieldset[disabled] .tui-top-navbar > li .tui-navbar-button:focus,
.tui-top-navbar > li .tui-navbar-button.disabled.focus,
.tui-top-navbar > li .tui-navbar-button[disabled].focus,
fieldset[disabled] .tui-top-navbar > li .tui-navbar-button.focus,
.tui-top-navbar > li .tui-navbar-button.disabled:active,
.tui-top-navbar > li .tui-navbar-button[disabled]:active,
fieldset[disabled] .tui-top-navbar > li .tui-navbar-button:active,
.tui-top-navbar > li .tui-navbar-button.disabled.active,
.tui-top-navbar > li .tui-navbar-button[disabled].active,
fieldset[disabled] .tui-top-navbar > li .tui-navbar-button.active {
  background-color: #fff;
  border-color: #ccc;
}
.tui-top-navbar > li .tui-navbar-button .badge {
  color: #fff;
  background-color: #333;
}
.tui-top-navbar > li .tui-navbar-button:active,
.tui-top-navbar > li .tui-navbar-button.active {
  -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);
}
.tui-top-navbar > li .tui-navbar-button .badge {
  text-shadow: none;
}
.tui-top-navbar > li .tui-navbar-button:hover,
.tui-top-navbar > li .tui-navbar-button:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.tui-top-navbar > li .tui-navbar-button:active,
.tui-top-navbar > li .tui-navbar-button.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.tui-top-navbar > li .tui-navbar-button.disabled,
.tui-top-navbar > li .tui-navbar-button:disabled,
.tui-top-navbar > li .tui-navbar-button[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.tui-top-navbar > li .tui-navbar-button:link,
.tui-top-navbar > li .tui-navbar-button:visited {
  color: black;
}
.tui-top-navbar > li .tui-navbar-button:hover,
.tui-top-navbar > li .tui-navbar-button:focus {
  color: black;
  border: solid 1px #6e6e6e;
  border-bottom: solid 3px #6e6e6e;
  background-color: #ededed;
}
.tui-top-navbar > li .tui-navbar-button:active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e1e1e1;
}
.tui-top-navbar > li .tui-navbar-button.active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e8e8e8;
}
.tui-top-navbar > li .tui-navbar-button.active:hover {
  color: black;
  border: solid 1px #8c8c8c;
  background-color: #ededed;
}
.tui-top-navbar > li .tui-navbar-button[disabled],
.tui-top-navbar > li .tui-navbar-button:disabled {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-top-navbar > li .tui-navbar-button[disabled]:hover,
.tui-top-navbar > li .tui-navbar-button:disabled:hover,
.tui-top-navbar > li .tui-navbar-button[disabled]:focus,
.tui-top-navbar > li .tui-navbar-button:disabled:focus,
.tui-top-navbar > li .tui-navbar-button[disabled]:active,
.tui-top-navbar > li .tui-navbar-button:disabled:active {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-top-navbar > li#tui-top-navbar-menu-bars {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  text-decoration: none;
  /* Safari */
  /* Firefox */
  /* IE10+/Edge */
  /* Standard */
  margin-right: 0;
  color: #333;
  background-color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  /* for bright buttons */
  color: black;
  border: solid 1px #8c8c8c;
  border-bottom: solid 3px #8c8c8c;
  background: #fafafa;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  /*border-bottom: solid 3px @menu-background;
            background-color: lighten(@tui-grid-cell-body-bubble-color,10%);
            color: @menu-background;

            &:hover {
                background-color: lighten(@tui-grid-cell-body-bubble-color,17%);
            }

            &:active {
                -ms-transform: translateY(2px);
                -webkit-transform: translateY(2px);
                transform: translateY(2px); //press effect
                border-bottom: solid 1px @menu-background;
                background-color: darken(@tui-grid-cell-body-bubble-color,7%);
            }*/
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 3px;
  margin-right: 6px;
  flex: 0 0 32px;
}
.tui-top-navbar > li#tui-top-navbar-menu-bars:link,
.tui-top-navbar > li#tui-top-navbar-menu-bars:visited,
.tui-top-navbar > li#tui-top-navbar-menu-bars:hover,
.tui-top-navbar > li#tui-top-navbar-menu-bars:active {
  color: black;
  text-decoration: none;
}
.tui-top-navbar > li#tui-top-navbar-menu-bars.spaced {
  margin: 2px;
}
.tui-top-navbar > li#tui-top-navbar-menu-bars:hover,
.tui-top-navbar > li#tui-top-navbar-menu-bars:focus,
.tui-top-navbar > li#tui-top-navbar-menu-bars.focus,
.tui-top-navbar > li#tui-top-navbar-menu-bars:active,
.tui-top-navbar > li#tui-top-navbar-menu-bars.active,
.open > .dropdown-toggle.tui-top-navbar > li#tui-top-navbar-menu-bars {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.tui-top-navbar > li#tui-top-navbar-menu-bars:active,
.tui-top-navbar > li#tui-top-navbar-menu-bars.active,
.open > .dropdown-toggle.tui-top-navbar > li#tui-top-navbar-menu-bars {
  background-image: none;
}
.tui-top-navbar > li#tui-top-navbar-menu-bars.disabled,
.tui-top-navbar > li#tui-top-navbar-menu-bars[disabled],
fieldset[disabled] .tui-top-navbar > li#tui-top-navbar-menu-bars,
.tui-top-navbar > li#tui-top-navbar-menu-bars.disabled:hover,
.tui-top-navbar > li#tui-top-navbar-menu-bars[disabled]:hover,
fieldset[disabled] .tui-top-navbar > li#tui-top-navbar-menu-bars:hover,
.tui-top-navbar > li#tui-top-navbar-menu-bars.disabled:focus,
.tui-top-navbar > li#tui-top-navbar-menu-bars[disabled]:focus,
fieldset[disabled] .tui-top-navbar > li#tui-top-navbar-menu-bars:focus,
.tui-top-navbar > li#tui-top-navbar-menu-bars.disabled.focus,
.tui-top-navbar > li#tui-top-navbar-menu-bars[disabled].focus,
fieldset[disabled] .tui-top-navbar > li#tui-top-navbar-menu-bars.focus,
.tui-top-navbar > li#tui-top-navbar-menu-bars.disabled:active,
.tui-top-navbar > li#tui-top-navbar-menu-bars[disabled]:active,
fieldset[disabled] .tui-top-navbar > li#tui-top-navbar-menu-bars:active,
.tui-top-navbar > li#tui-top-navbar-menu-bars.disabled.active,
.tui-top-navbar > li#tui-top-navbar-menu-bars[disabled].active,
fieldset[disabled] .tui-top-navbar > li#tui-top-navbar-menu-bars.active {
  background-color: #fff;
  border-color: #ccc;
}
.tui-top-navbar > li#tui-top-navbar-menu-bars .badge {
  color: #fff;
  background-color: #333;
}
.tui-top-navbar > li#tui-top-navbar-menu-bars:active,
.tui-top-navbar > li#tui-top-navbar-menu-bars.active {
  -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);
}
.tui-top-navbar > li#tui-top-navbar-menu-bars .badge {
  text-shadow: none;
}
.tui-top-navbar > li#tui-top-navbar-menu-bars:hover,
.tui-top-navbar > li#tui-top-navbar-menu-bars:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.tui-top-navbar > li#tui-top-navbar-menu-bars:active,
.tui-top-navbar > li#tui-top-navbar-menu-bars.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.tui-top-navbar > li#tui-top-navbar-menu-bars.disabled,
.tui-top-navbar > li#tui-top-navbar-menu-bars:disabled,
.tui-top-navbar > li#tui-top-navbar-menu-bars[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.tui-top-navbar > li#tui-top-navbar-menu-bars:link,
.tui-top-navbar > li#tui-top-navbar-menu-bars:visited {
  color: black;
}
.tui-top-navbar > li#tui-top-navbar-menu-bars:hover,
.tui-top-navbar > li#tui-top-navbar-menu-bars:focus {
  color: black;
  border: solid 1px #6e6e6e;
  border-bottom: solid 3px #6e6e6e;
  background-color: #ededed;
}
.tui-top-navbar > li#tui-top-navbar-menu-bars:active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e1e1e1;
}
.tui-top-navbar > li#tui-top-navbar-menu-bars.active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e8e8e8;
}
.tui-top-navbar > li#tui-top-navbar-menu-bars.active:hover {
  color: black;
  border: solid 1px #8c8c8c;
  background-color: #ededed;
}
.tui-top-navbar > li#tui-top-navbar-menu-bars[disabled],
.tui-top-navbar > li#tui-top-navbar-menu-bars:disabled {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-top-navbar > li#tui-top-navbar-menu-bars[disabled]:hover,
.tui-top-navbar > li#tui-top-navbar-menu-bars:disabled:hover,
.tui-top-navbar > li#tui-top-navbar-menu-bars[disabled]:focus,
.tui-top-navbar > li#tui-top-navbar-menu-bars:disabled:focus,
.tui-top-navbar > li#tui-top-navbar-menu-bars[disabled]:active,
.tui-top-navbar > li#tui-top-navbar-menu-bars:disabled:active {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-top-navbar > li#tui-top-navbar-menu-home {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  text-decoration: none;
  /* Safari */
  /* Firefox */
  /* IE10+/Edge */
  /* Standard */
  margin-right: 0;
  color: #333;
  background-color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  /* for bright buttons */
  color: black;
  border: solid 1px #8c8c8c;
  border-bottom: solid 3px #8c8c8c;
  background: #fafafa;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  /*border-bottom: solid 3px @menu-background;
            background-color: lighten(@tui-grid-cell-body-bubble-color,10%);
            color: @menu-background;

            &:hover {
                background-color: lighten(@tui-grid-cell-body-bubble-color,17%);
            }

            &:active {
                -ms-transform: translateY(2px);
                -webkit-transform: translateY(2px);
                transform: translateY(2px); //press effect
                border-bottom: solid 1px @menu-background;
                background-color: darken(@tui-grid-cell-body-bubble-color,7%);
            }*/
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 3px;
  flex: 0 0 32px;
}
.tui-top-navbar > li#tui-top-navbar-menu-home:link,
.tui-top-navbar > li#tui-top-navbar-menu-home:visited,
.tui-top-navbar > li#tui-top-navbar-menu-home:hover,
.tui-top-navbar > li#tui-top-navbar-menu-home:active {
  color: black;
  text-decoration: none;
}
.tui-top-navbar > li#tui-top-navbar-menu-home.spaced {
  margin: 2px;
}
.tui-top-navbar > li#tui-top-navbar-menu-home:hover,
.tui-top-navbar > li#tui-top-navbar-menu-home:focus,
.tui-top-navbar > li#tui-top-navbar-menu-home.focus,
.tui-top-navbar > li#tui-top-navbar-menu-home:active,
.tui-top-navbar > li#tui-top-navbar-menu-home.active,
.open > .dropdown-toggle.tui-top-navbar > li#tui-top-navbar-menu-home {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.tui-top-navbar > li#tui-top-navbar-menu-home:active,
.tui-top-navbar > li#tui-top-navbar-menu-home.active,
.open > .dropdown-toggle.tui-top-navbar > li#tui-top-navbar-menu-home {
  background-image: none;
}
.tui-top-navbar > li#tui-top-navbar-menu-home.disabled,
.tui-top-navbar > li#tui-top-navbar-menu-home[disabled],
fieldset[disabled] .tui-top-navbar > li#tui-top-navbar-menu-home,
.tui-top-navbar > li#tui-top-navbar-menu-home.disabled:hover,
.tui-top-navbar > li#tui-top-navbar-menu-home[disabled]:hover,
fieldset[disabled] .tui-top-navbar > li#tui-top-navbar-menu-home:hover,
.tui-top-navbar > li#tui-top-navbar-menu-home.disabled:focus,
.tui-top-navbar > li#tui-top-navbar-menu-home[disabled]:focus,
fieldset[disabled] .tui-top-navbar > li#tui-top-navbar-menu-home:focus,
.tui-top-navbar > li#tui-top-navbar-menu-home.disabled.focus,
.tui-top-navbar > li#tui-top-navbar-menu-home[disabled].focus,
fieldset[disabled] .tui-top-navbar > li#tui-top-navbar-menu-home.focus,
.tui-top-navbar > li#tui-top-navbar-menu-home.disabled:active,
.tui-top-navbar > li#tui-top-navbar-menu-home[disabled]:active,
fieldset[disabled] .tui-top-navbar > li#tui-top-navbar-menu-home:active,
.tui-top-navbar > li#tui-top-navbar-menu-home.disabled.active,
.tui-top-navbar > li#tui-top-navbar-menu-home[disabled].active,
fieldset[disabled] .tui-top-navbar > li#tui-top-navbar-menu-home.active {
  background-color: #fff;
  border-color: #ccc;
}
.tui-top-navbar > li#tui-top-navbar-menu-home .badge {
  color: #fff;
  background-color: #333;
}
.tui-top-navbar > li#tui-top-navbar-menu-home:active,
.tui-top-navbar > li#tui-top-navbar-menu-home.active {
  -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);
}
.tui-top-navbar > li#tui-top-navbar-menu-home .badge {
  text-shadow: none;
}
.tui-top-navbar > li#tui-top-navbar-menu-home:hover,
.tui-top-navbar > li#tui-top-navbar-menu-home:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.tui-top-navbar > li#tui-top-navbar-menu-home:active,
.tui-top-navbar > li#tui-top-navbar-menu-home.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.tui-top-navbar > li#tui-top-navbar-menu-home.disabled,
.tui-top-navbar > li#tui-top-navbar-menu-home:disabled,
.tui-top-navbar > li#tui-top-navbar-menu-home[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.tui-top-navbar > li#tui-top-navbar-menu-home:link,
.tui-top-navbar > li#tui-top-navbar-menu-home:visited {
  color: black;
}
.tui-top-navbar > li#tui-top-navbar-menu-home:hover,
.tui-top-navbar > li#tui-top-navbar-menu-home:focus {
  color: black;
  border: solid 1px #6e6e6e;
  border-bottom: solid 3px #6e6e6e;
  background-color: #ededed;
}
.tui-top-navbar > li#tui-top-navbar-menu-home:active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e1e1e1;
}
.tui-top-navbar > li#tui-top-navbar-menu-home.active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e8e8e8;
}
.tui-top-navbar > li#tui-top-navbar-menu-home.active:hover {
  color: black;
  border: solid 1px #8c8c8c;
  background-color: #ededed;
}
.tui-top-navbar > li#tui-top-navbar-menu-home[disabled],
.tui-top-navbar > li#tui-top-navbar-menu-home:disabled {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-top-navbar > li#tui-top-navbar-menu-home[disabled]:hover,
.tui-top-navbar > li#tui-top-navbar-menu-home:disabled:hover,
.tui-top-navbar > li#tui-top-navbar-menu-home[disabled]:focus,
.tui-top-navbar > li#tui-top-navbar-menu-home:disabled:focus,
.tui-top-navbar > li#tui-top-navbar-menu-home[disabled]:active,
.tui-top-navbar > li#tui-top-navbar-menu-home:disabled:active {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-top-navbar > li#tui-top-navbar-translate-select {
  flex: 0 0 110px;
}
.tui-top-navbar > li#tui-top-navbar-logout {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  text-decoration: none;
  /* Safari */
  /* Firefox */
  /* IE10+/Edge */
  /* Standard */
  margin-right: 0;
  color: #333;
  background-color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  /* for bright buttons */
  color: black;
  border: solid 1px #8c8c8c;
  border-bottom: solid 3px #8c8c8c;
  background: #fafafa;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  /*border-bottom: solid 3px @menu-background;
            background-color: lighten(@tui-grid-cell-body-bubble-color,10%);
            color: @menu-background;

            &:hover {
                background-color: lighten(@tui-grid-cell-body-bubble-color,17%);
            }

            &:active {
                -ms-transform: translateY(2px);
                -webkit-transform: translateY(2px);
                transform: translateY(2px); //press effect
                border-bottom: solid 1px @menu-background;
                background-color: darken(@tui-grid-cell-body-bubble-color,7%);
            }*/
  flex: 0 0 36px;
  text-align: right;
  margin-left: auto;
  font-size: 18pt;
  padding: 0 5px 0 5px;
  border-radius: 3px;
  /*a {
                color: @menu-background;
                text-decoration: none;

                > .fa {
                    transform: scale(1.25);
                }
            }*/
}
.tui-top-navbar > li#tui-top-navbar-logout:link,
.tui-top-navbar > li#tui-top-navbar-logout:visited,
.tui-top-navbar > li#tui-top-navbar-logout:hover,
.tui-top-navbar > li#tui-top-navbar-logout:active {
  color: black;
  text-decoration: none;
}
.tui-top-navbar > li#tui-top-navbar-logout.spaced {
  margin: 2px;
}
.tui-top-navbar > li#tui-top-navbar-logout:hover,
.tui-top-navbar > li#tui-top-navbar-logout:focus,
.tui-top-navbar > li#tui-top-navbar-logout.focus,
.tui-top-navbar > li#tui-top-navbar-logout:active,
.tui-top-navbar > li#tui-top-navbar-logout.active,
.open > .dropdown-toggle.tui-top-navbar > li#tui-top-navbar-logout {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.tui-top-navbar > li#tui-top-navbar-logout:active,
.tui-top-navbar > li#tui-top-navbar-logout.active,
.open > .dropdown-toggle.tui-top-navbar > li#tui-top-navbar-logout {
  background-image: none;
}
.tui-top-navbar > li#tui-top-navbar-logout.disabled,
.tui-top-navbar > li#tui-top-navbar-logout[disabled],
fieldset[disabled] .tui-top-navbar > li#tui-top-navbar-logout,
.tui-top-navbar > li#tui-top-navbar-logout.disabled:hover,
.tui-top-navbar > li#tui-top-navbar-logout[disabled]:hover,
fieldset[disabled] .tui-top-navbar > li#tui-top-navbar-logout:hover,
.tui-top-navbar > li#tui-top-navbar-logout.disabled:focus,
.tui-top-navbar > li#tui-top-navbar-logout[disabled]:focus,
fieldset[disabled] .tui-top-navbar > li#tui-top-navbar-logout:focus,
.tui-top-navbar > li#tui-top-navbar-logout.disabled.focus,
.tui-top-navbar > li#tui-top-navbar-logout[disabled].focus,
fieldset[disabled] .tui-top-navbar > li#tui-top-navbar-logout.focus,
.tui-top-navbar > li#tui-top-navbar-logout.disabled:active,
.tui-top-navbar > li#tui-top-navbar-logout[disabled]:active,
fieldset[disabled] .tui-top-navbar > li#tui-top-navbar-logout:active,
.tui-top-navbar > li#tui-top-navbar-logout.disabled.active,
.tui-top-navbar > li#tui-top-navbar-logout[disabled].active,
fieldset[disabled] .tui-top-navbar > li#tui-top-navbar-logout.active {
  background-color: #fff;
  border-color: #ccc;
}
.tui-top-navbar > li#tui-top-navbar-logout .badge {
  color: #fff;
  background-color: #333;
}
.tui-top-navbar > li#tui-top-navbar-logout:active,
.tui-top-navbar > li#tui-top-navbar-logout.active {
  -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);
}
.tui-top-navbar > li#tui-top-navbar-logout .badge {
  text-shadow: none;
}
.tui-top-navbar > li#tui-top-navbar-logout:hover,
.tui-top-navbar > li#tui-top-navbar-logout:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.tui-top-navbar > li#tui-top-navbar-logout:active,
.tui-top-navbar > li#tui-top-navbar-logout.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.tui-top-navbar > li#tui-top-navbar-logout.disabled,
.tui-top-navbar > li#tui-top-navbar-logout:disabled,
.tui-top-navbar > li#tui-top-navbar-logout[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.tui-top-navbar > li#tui-top-navbar-logout:link,
.tui-top-navbar > li#tui-top-navbar-logout:visited {
  color: black;
}
.tui-top-navbar > li#tui-top-navbar-logout:hover,
.tui-top-navbar > li#tui-top-navbar-logout:focus {
  color: black;
  border: solid 1px #6e6e6e;
  border-bottom: solid 3px #6e6e6e;
  background-color: #ededed;
}
.tui-top-navbar > li#tui-top-navbar-logout:active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e1e1e1;
}
.tui-top-navbar > li#tui-top-navbar-logout.active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e8e8e8;
}
.tui-top-navbar > li#tui-top-navbar-logout.active:hover {
  color: black;
  border: solid 1px #8c8c8c;
  background-color: #ededed;
}
.tui-top-navbar > li#tui-top-navbar-logout[disabled],
.tui-top-navbar > li#tui-top-navbar-logout:disabled {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-top-navbar > li#tui-top-navbar-logout[disabled]:hover,
.tui-top-navbar > li#tui-top-navbar-logout:disabled:hover,
.tui-top-navbar > li#tui-top-navbar-logout[disabled]:focus,
.tui-top-navbar > li#tui-top-navbar-logout:disabled:focus,
.tui-top-navbar > li#tui-top-navbar-logout[disabled]:active,
.tui-top-navbar > li#tui-top-navbar-logout:disabled:active {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-top-navbar > li#tui-top-navbar-logout i.fa {
  transform: scale(1.25);
}
/*#tui-top-navbar-edit-help {
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 3px;
    flex: 0 0 40px;
}*/
.sectorial-navbar {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 2px;
  height: 65px;
}
.navbar-sector {
  display: flex;
  flex-direction: column;
  background-color: #eee;
  outline: 1px solid #cdcccc;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}
.navbar-sector.extended {
  flex: 1;
}
.navbar-sector .sector-body {
  display: inline-flex;
  flex-wrap: wrap;
}
.navbar-sector .sector-body.extended {
  flex: 1;
}
.navbar-sector .sector-footer {
  display: flex;
  flex: 1;
  text-align: center;
}
.navbar-sector .sector-footer > b,
.navbar-sector .sector-footer span {
  flex: 1;
  margin: 7px 5px 0 5px;
}
.navbar-sector .labelled-element {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  justify-content: space-between;
}
.navbar-sector .labelled-element > div {
  display: flex;
  gap: 5px;
}
.navbar-sector .labelled-element > div.autowidth {
  width: auto !important;
}
.navbar-sector .labelled-element > div.autoheight {
  height: auto !important;
}
.navbar-sector .labelled-element > div.inline-flex {
  display: inline-flex;
}
.navbar-sector .labelled-element > div.flex-nowrap {
  flex-wrap: nowrap !important;
}
.navbar-sector .labelled-element > div.flex-row {
  flex-direction: row !important;
}
.navbar-sector .labelled-element > div.flex-col {
  flex-direction: column !important;
}
.navbar-sector .labelled-element > div.gapped {
  gap: 5px;
}
.navbar-sector .labelled-element > div.gapped-more {
  gap: 12px;
}
.navbar-sector .labelled-element > div.grow {
  flex: 1;
}
.navbar-sector .labelled-element > div.nogrow {
  flex: 0 0;
}
.navbar-sector .labelled-element > div.vert,
.navbar-sector .labelled-element > div.align-center {
  align-items: center;
}
.navbar-sector .labelled-element > div.align-flex-start {
  align-items: flex-start;
}
.navbar-sector .labelled-element > div.align-flex-end {
  align-items: flex-end;
}
.navbar-sector .labelled-element > div.horz,
.navbar-sector .labelled-element > div.justify-center {
  justify-content: center;
}
.navbar-sector .labelled-element > div.horz-flex-start,
.navbar-sector .labelled-element > div.justify-start {
  justify-content: flex-start;
}
.navbar-sector .labelled-element > div.horz-flex-end,
.navbar-sector .labelled-element > div.justify-end {
  justify-content: flex-end;
}
.navbar-sector .labelled-element > div.space-between,
.navbar-sector .labelled-element > div.justify-space-between {
  justify-content: space-between;
}
.navbar-sector .labelled-element > div.wrap {
  flex-wrap: wrap;
}
.navbar-sector .labelled-element > div.wrap > .flex-break {
  flex-basis: 100%;
  height: 0;
}
.navbar-sector .labelled-element > div.max-priority {
  flex: 99;
}
.navbar-sector .labelled-element > div label {
  padding-top: 0 !important;
}
.navbar-sector .labelled-element > div label.spaced {
  margin: 4px;
}
.navbar-sector .labelled-element > select {
  max-width: 120px;
  width: 120px;
}
.navbar-sector .labelled-element.spaced {
  margin: 0 5px;
}
@media only screen and (min-width: 1280px) {
  .navbar-sector .labelled-element.w95 {
    width: 95px;
  }
}
.navbar-sector .labelled-element.flex.autowidth {
  align-items: center;
}
.footer-navbar {
  display: flex;
  align-items: center;
  position: fixed;
  overflow: hidden;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #eee;
  outline: 1px solid #cdcccc;
  padding: 0 6px;
  line-height: 1.5rem;
  text-align: center;
  z-index: 0 !important;
}
.footer-navbar .footer-section {
  display: flex;
  align-items: center;
  flex: 1;
}
.footer-navbar .footer-section.wider {
  flex: 2;
}
.footer-navbar .footer-section.start {
  justify-content: flex-start;
  flex: 1 0 300px;
}
.footer-navbar .footer-section.middle {
  justify-content: center;
  flex: 1 0 300px;
}
.footer-navbar .footer-section.end {
  justify-content: flex-end;
  flex: 1 1 150px;
}
.footer-navbar .company-logo-placeholder {
  background: #ddd;
  text-align: center;
}
#main-sector-left {
  position: fixed;
  top: 0;
  z-index: 0;
}
#main-sector-middle {
  position: fixed;
  top: 0;
  height: 65px;
  width: 100%;
  z-index: 0;
}
#main-sector-right {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
}
#navbar-actions-overlay {
  left: 110px;
  width: auto;
  flex-direction: row;
  position: fixed;
  top: 0;
  height: 65px;
  display: flex;
  padding: 0;
  justify-content: flex-start;
  overflow: auto hidden;
  /*#region mini scrollbar */
  /* Width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* Handle on drag */
  /*#endregion */
}
#navbar-actions-overlay::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  cursor: pointer;
}
#navbar-actions-overlay::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f1f1f1;
}
#navbar-actions-overlay::-webkit-scrollbar-thumb {
  background: #a9a9a9;
  border-radius: 10px;
}
#navbar-actions-overlay::-webkit-scrollbar-thumb:hover {
  background: #959595;
  cursor: grab;
}
#navbar-actions-overlay::-webkit-scrollbar-thumb:active {
  background: #818181;
  cursor: grabbing;
}
#navbar-actions-overlay.tui-top-actions-toolbar {
  left: 110px;
  flex-direction: row;
  position: fixed;
  top: 0;
  height: 65px;
  display: flex;
  padding: 0;
  width: auto !important;
  box-shadow: none !important;
  align-items: center;
}
#navbar-actions-overlay button,
#navbar-actions-overlay select,
#navbar-actions-overlay .btn-group > a {
  height: 32px;
  min-width: 40px;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  line-height: 1em;
  vertical-align: middle;
  white-space: nowrap;
}
#navbar-actions-overlay button.e-ddl-hidden,
#navbar-actions-overlay select.e-ddl-hidden,
#navbar-actions-overlay .btn-group > a.e-ddl-hidden {
  min-width: 0;
}
#navbar-actions-overlay > div,
#navbar-actions-overlay .angular-button {
  display: flex;
  flex-direction: column;
  background-color: #eee;
  outline: 1px solid #cdcccc;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  height: 65px;
  margin: 0;
}
#navbar-actions-overlay > div.extended,
#navbar-actions-overlay .angular-button.extended {
  flex: 1;
}
#navbar-actions-overlay > div .sector-body,
#navbar-actions-overlay .angular-button .sector-body {
  display: inline-flex;
  flex-wrap: wrap;
}
#navbar-actions-overlay > div .sector-body.extended,
#navbar-actions-overlay .angular-button .sector-body.extended {
  flex: 1;
}
#navbar-actions-overlay > div .sector-footer,
#navbar-actions-overlay .angular-button .sector-footer {
  display: flex;
  flex: 1;
  text-align: center;
}
#navbar-actions-overlay > div .sector-footer > b,
#navbar-actions-overlay .angular-button .sector-footer > b,
#navbar-actions-overlay > div .sector-footer span,
#navbar-actions-overlay .angular-button .sector-footer span {
  flex: 1;
  margin: 7px 5px 0 5px;
}
#navbar-actions-overlay > div .labelled-element,
#navbar-actions-overlay .angular-button .labelled-element {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  justify-content: space-between;
}
#navbar-actions-overlay > div .labelled-element > div,
#navbar-actions-overlay .angular-button .labelled-element > div {
  display: flex;
  gap: 5px;
}
#navbar-actions-overlay > div .labelled-element > div.autowidth,
#navbar-actions-overlay .angular-button .labelled-element > div.autowidth {
  width: auto !important;
}
#navbar-actions-overlay > div .labelled-element > div.autoheight,
#navbar-actions-overlay .angular-button .labelled-element > div.autoheight {
  height: auto !important;
}
#navbar-actions-overlay > div .labelled-element > div.inline-flex,
#navbar-actions-overlay .angular-button .labelled-element > div.inline-flex {
  display: inline-flex;
}
#navbar-actions-overlay > div .labelled-element > div.flex-nowrap,
#navbar-actions-overlay .angular-button .labelled-element > div.flex-nowrap {
  flex-wrap: nowrap !important;
}
#navbar-actions-overlay > div .labelled-element > div.flex-row,
#navbar-actions-overlay .angular-button .labelled-element > div.flex-row {
  flex-direction: row !important;
}
#navbar-actions-overlay > div .labelled-element > div.flex-col,
#navbar-actions-overlay .angular-button .labelled-element > div.flex-col {
  flex-direction: column !important;
}
#navbar-actions-overlay > div .labelled-element > div.gapped,
#navbar-actions-overlay .angular-button .labelled-element > div.gapped {
  gap: 5px;
}
#navbar-actions-overlay > div .labelled-element > div.gapped-more,
#navbar-actions-overlay .angular-button .labelled-element > div.gapped-more {
  gap: 12px;
}
#navbar-actions-overlay > div .labelled-element > div.grow,
#navbar-actions-overlay .angular-button .labelled-element > div.grow {
  flex: 1;
}
#navbar-actions-overlay > div .labelled-element > div.nogrow,
#navbar-actions-overlay .angular-button .labelled-element > div.nogrow {
  flex: 0 0;
}
#navbar-actions-overlay > div .labelled-element > div.vert,
#navbar-actions-overlay .angular-button .labelled-element > div.vert,
#navbar-actions-overlay > div .labelled-element > div.align-center,
#navbar-actions-overlay .angular-button .labelled-element > div.align-center {
  align-items: center;
}
#navbar-actions-overlay > div .labelled-element > div.align-flex-start,
#navbar-actions-overlay .angular-button .labelled-element > div.align-flex-start {
  align-items: flex-start;
}
#navbar-actions-overlay > div .labelled-element > div.align-flex-end,
#navbar-actions-overlay .angular-button .labelled-element > div.align-flex-end {
  align-items: flex-end;
}
#navbar-actions-overlay > div .labelled-element > div.horz,
#navbar-actions-overlay .angular-button .labelled-element > div.horz,
#navbar-actions-overlay > div .labelled-element > div.justify-center,
#navbar-actions-overlay .angular-button .labelled-element > div.justify-center {
  justify-content: center;
}
#navbar-actions-overlay > div .labelled-element > div.horz-flex-start,
#navbar-actions-overlay .angular-button .labelled-element > div.horz-flex-start,
#navbar-actions-overlay > div .labelled-element > div.justify-start,
#navbar-actions-overlay .angular-button .labelled-element > div.justify-start {
  justify-content: flex-start;
}
#navbar-actions-overlay > div .labelled-element > div.horz-flex-end,
#navbar-actions-overlay .angular-button .labelled-element > div.horz-flex-end,
#navbar-actions-overlay > div .labelled-element > div.justify-end,
#navbar-actions-overlay .angular-button .labelled-element > div.justify-end {
  justify-content: flex-end;
}
#navbar-actions-overlay > div .labelled-element > div.space-between,
#navbar-actions-overlay .angular-button .labelled-element > div.space-between,
#navbar-actions-overlay > div .labelled-element > div.justify-space-between,
#navbar-actions-overlay .angular-button .labelled-element > div.justify-space-between {
  justify-content: space-between;
}
#navbar-actions-overlay > div .labelled-element > div.wrap,
#navbar-actions-overlay .angular-button .labelled-element > div.wrap {
  flex-wrap: wrap;
}
#navbar-actions-overlay > div .labelled-element > div.wrap > .flex-break,
#navbar-actions-overlay .angular-button .labelled-element > div.wrap > .flex-break {
  flex-basis: 100%;
  height: 0;
}
#navbar-actions-overlay > div .labelled-element > div.max-priority,
#navbar-actions-overlay .angular-button .labelled-element > div.max-priority {
  flex: 99;
}
#navbar-actions-overlay > div .labelled-element > div label,
#navbar-actions-overlay .angular-button .labelled-element > div label {
  padding-top: 0 !important;
}
#navbar-actions-overlay > div .labelled-element > div label.spaced,
#navbar-actions-overlay .angular-button .labelled-element > div label.spaced {
  margin: 4px;
}
#navbar-actions-overlay > div .labelled-element > select,
#navbar-actions-overlay .angular-button .labelled-element > select {
  max-width: 120px;
  width: 120px;
}
#navbar-actions-overlay > div .labelled-element.spaced,
#navbar-actions-overlay .angular-button .labelled-element.spaced {
  margin: 0 5px;
}
@media only screen and (min-width: 1280px) {
  #navbar-actions-overlay > div .labelled-element.w95,
  #navbar-actions-overlay .angular-button .labelled-element.w95 {
    width: 95px;
  }
}
#navbar-actions-overlay > div .labelled-element.flex.autowidth,
#navbar-actions-overlay .angular-button .labelled-element.flex.autowidth {
  align-items: center;
}
#navbar-actions-overlay > div > div,
#navbar-actions-overlay .angular-button > div {
  display: flex;
  gap: 5px;
}
#navbar-actions-overlay > div > div.autowidth,
#navbar-actions-overlay .angular-button > div.autowidth {
  width: auto !important;
}
#navbar-actions-overlay > div > div.autoheight,
#navbar-actions-overlay .angular-button > div.autoheight {
  height: auto !important;
}
#navbar-actions-overlay > div > div.inline-flex,
#navbar-actions-overlay .angular-button > div.inline-flex {
  display: inline-flex;
}
#navbar-actions-overlay > div > div.flex-nowrap,
#navbar-actions-overlay .angular-button > div.flex-nowrap {
  flex-wrap: nowrap !important;
}
#navbar-actions-overlay > div > div.flex-row,
#navbar-actions-overlay .angular-button > div.flex-row {
  flex-direction: row !important;
}
#navbar-actions-overlay > div > div.flex-col,
#navbar-actions-overlay .angular-button > div.flex-col {
  flex-direction: column !important;
}
#navbar-actions-overlay > div > div.gapped,
#navbar-actions-overlay .angular-button > div.gapped {
  gap: 5px;
}
#navbar-actions-overlay > div > div.gapped-more,
#navbar-actions-overlay .angular-button > div.gapped-more {
  gap: 12px;
}
#navbar-actions-overlay > div > div.grow,
#navbar-actions-overlay .angular-button > div.grow {
  flex: 1;
}
#navbar-actions-overlay > div > div.nogrow,
#navbar-actions-overlay .angular-button > div.nogrow {
  flex: 0 0;
}
#navbar-actions-overlay > div > div.vert,
#navbar-actions-overlay .angular-button > div.vert,
#navbar-actions-overlay > div > div.align-center,
#navbar-actions-overlay .angular-button > div.align-center {
  align-items: center;
}
#navbar-actions-overlay > div > div.align-flex-start,
#navbar-actions-overlay .angular-button > div.align-flex-start {
  align-items: flex-start;
}
#navbar-actions-overlay > div > div.align-flex-end,
#navbar-actions-overlay .angular-button > div.align-flex-end {
  align-items: flex-end;
}
#navbar-actions-overlay > div > div.horz,
#navbar-actions-overlay .angular-button > div.horz,
#navbar-actions-overlay > div > div.justify-center,
#navbar-actions-overlay .angular-button > div.justify-center {
  justify-content: center;
}
#navbar-actions-overlay > div > div.horz-flex-start,
#navbar-actions-overlay .angular-button > div.horz-flex-start,
#navbar-actions-overlay > div > div.justify-start,
#navbar-actions-overlay .angular-button > div.justify-start {
  justify-content: flex-start;
}
#navbar-actions-overlay > div > div.horz-flex-end,
#navbar-actions-overlay .angular-button > div.horz-flex-end,
#navbar-actions-overlay > div > div.justify-end,
#navbar-actions-overlay .angular-button > div.justify-end {
  justify-content: flex-end;
}
#navbar-actions-overlay > div > div.space-between,
#navbar-actions-overlay .angular-button > div.space-between,
#navbar-actions-overlay > div > div.justify-space-between,
#navbar-actions-overlay .angular-button > div.justify-space-between {
  justify-content: space-between;
}
#navbar-actions-overlay > div > div.wrap,
#navbar-actions-overlay .angular-button > div.wrap {
  flex-wrap: wrap;
}
#navbar-actions-overlay > div > div.wrap > .flex-break,
#navbar-actions-overlay .angular-button > div.wrap > .flex-break {
  flex-basis: 100%;
  height: 0;
}
#navbar-actions-overlay > div > div.max-priority,
#navbar-actions-overlay .angular-button > div.max-priority {
  flex: 99;
}
#navbar-actions-overlay > div > div label,
#navbar-actions-overlay .angular-button > div label {
  padding-top: 0 !important;
}
#navbar-actions-overlay > div > div label.spaced,
#navbar-actions-overlay .angular-button > div label.spaced {
  margin: 4px;
}
.tui-navbar-button {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  text-decoration: none;
  /* Safari */
  /* Firefox */
  /* IE10+/Edge */
  /* Standard */
  margin-right: 0;
  color: #333;
  background-color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  /* for bright buttons */
  color: black;
  border: solid 1px #8c8c8c;
  border-bottom: solid 3px #8c8c8c;
  background: #fafafa;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 5px;
  margin-top: 0;
  margin-bottom: 0px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}
.tui-navbar-button:link,
.tui-navbar-button:visited,
.tui-navbar-button:hover,
.tui-navbar-button:active {
  color: black;
  text-decoration: none;
}
.tui-navbar-button.spaced {
  margin: 2px;
}
.tui-navbar-button:hover,
.tui-navbar-button:focus,
.tui-navbar-button.focus,
.tui-navbar-button:active,
.tui-navbar-button.active,
.open > .dropdown-toggle.tui-navbar-button {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.tui-navbar-button:active,
.tui-navbar-button.active,
.open > .dropdown-toggle.tui-navbar-button {
  background-image: none;
}
.tui-navbar-button.disabled,
.tui-navbar-button[disabled],
fieldset[disabled] .tui-navbar-button,
.tui-navbar-button.disabled:hover,
.tui-navbar-button[disabled]:hover,
fieldset[disabled] .tui-navbar-button:hover,
.tui-navbar-button.disabled:focus,
.tui-navbar-button[disabled]:focus,
fieldset[disabled] .tui-navbar-button:focus,
.tui-navbar-button.disabled.focus,
.tui-navbar-button[disabled].focus,
fieldset[disabled] .tui-navbar-button.focus,
.tui-navbar-button.disabled:active,
.tui-navbar-button[disabled]:active,
fieldset[disabled] .tui-navbar-button:active,
.tui-navbar-button.disabled.active,
.tui-navbar-button[disabled].active,
fieldset[disabled] .tui-navbar-button.active {
  background-color: #fff;
  border-color: #ccc;
}
.tui-navbar-button .badge {
  color: #fff;
  background-color: #333;
}
.tui-navbar-button:active,
.tui-navbar-button.active {
  -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);
}
.tui-navbar-button .badge {
  text-shadow: none;
}
.tui-navbar-button:hover,
.tui-navbar-button:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.tui-navbar-button:active,
.tui-navbar-button.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.tui-navbar-button.disabled,
.tui-navbar-button:disabled,
.tui-navbar-button[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.tui-navbar-button:link,
.tui-navbar-button:visited {
  color: black;
}
.tui-navbar-button:hover,
.tui-navbar-button:focus {
  color: black;
  border: solid 1px #6e6e6e;
  border-bottom: solid 3px #6e6e6e;
  background-color: #ededed;
}
.tui-navbar-button:active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e1e1e1;
}
.tui-navbar-button.active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e8e8e8;
}
.tui-navbar-button.active:hover {
  color: black;
  border: solid 1px #8c8c8c;
  background-color: #ededed;
}
.tui-navbar-button[disabled],
.tui-navbar-button:disabled {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-navbar-button[disabled]:hover,
.tui-navbar-button:disabled:hover,
.tui-navbar-button[disabled]:focus,
.tui-navbar-button:disabled:focus,
.tui-navbar-button[disabled]:active,
.tui-navbar-button:disabled:active {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-navbar-button a,
.tui-navbar-button img {
  webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
  user-drag: none;
  -webkit-user-drag: none;
}
#top-nav-profile-img {
  object-fit: cover;
}
#nav-profile-img-btn {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  text-decoration: none;
  /* Safari */
  /* Firefox */
  /* IE10+/Edge */
  /* Standard */
  margin-right: 0;
  color: #333;
  background-color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  /* for bright buttons */
  color: black;
  border: solid 1px #8c8c8c;
  border-bottom: solid 3px #8c8c8c;
  background: #fafafa;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 5px;
  margin-top: 0;
  margin-bottom: 0px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  padding: 2px;
}
#nav-profile-img-btn:link,
#nav-profile-img-btn:visited,
#nav-profile-img-btn:hover,
#nav-profile-img-btn:active {
  color: black;
  text-decoration: none;
}
#nav-profile-img-btn.spaced {
  margin: 2px;
}
#nav-profile-img-btn:hover,
#nav-profile-img-btn:focus,
#nav-profile-img-btn.focus,
#nav-profile-img-btn:active,
#nav-profile-img-btn.active,
.open > .dropdown-toggle#nav-profile-img-btn {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
#nav-profile-img-btn:active,
#nav-profile-img-btn.active,
.open > .dropdown-toggle#nav-profile-img-btn {
  background-image: none;
}
#nav-profile-img-btn.disabled,
#nav-profile-img-btn[disabled],
fieldset[disabled] #nav-profile-img-btn,
#nav-profile-img-btn.disabled:hover,
#nav-profile-img-btn[disabled]:hover,
fieldset[disabled] #nav-profile-img-btn:hover,
#nav-profile-img-btn.disabled:focus,
#nav-profile-img-btn[disabled]:focus,
fieldset[disabled] #nav-profile-img-btn:focus,
#nav-profile-img-btn.disabled.focus,
#nav-profile-img-btn[disabled].focus,
fieldset[disabled] #nav-profile-img-btn.focus,
#nav-profile-img-btn.disabled:active,
#nav-profile-img-btn[disabled]:active,
fieldset[disabled] #nav-profile-img-btn:active,
#nav-profile-img-btn.disabled.active,
#nav-profile-img-btn[disabled].active,
fieldset[disabled] #nav-profile-img-btn.active {
  background-color: #fff;
  border-color: #ccc;
}
#nav-profile-img-btn .badge {
  color: #fff;
  background-color: #333;
}
#nav-profile-img-btn:active,
#nav-profile-img-btn.active {
  -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);
}
#nav-profile-img-btn .badge {
  text-shadow: none;
}
#nav-profile-img-btn:hover,
#nav-profile-img-btn:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
#nav-profile-img-btn:active,
#nav-profile-img-btn.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
#nav-profile-img-btn.disabled,
#nav-profile-img-btn:disabled,
#nav-profile-img-btn[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
#nav-profile-img-btn:link,
#nav-profile-img-btn:visited {
  color: black;
}
#nav-profile-img-btn:hover,
#nav-profile-img-btn:focus {
  color: black;
  border: solid 1px #6e6e6e;
  border-bottom: solid 3px #6e6e6e;
  background-color: #ededed;
}
#nav-profile-img-btn:active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e1e1e1;
}
#nav-profile-img-btn.active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e8e8e8;
}
#nav-profile-img-btn.active:hover {
  color: black;
  border: solid 1px #8c8c8c;
  background-color: #ededed;
}
#nav-profile-img-btn[disabled],
#nav-profile-img-btn:disabled {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
#nav-profile-img-btn[disabled]:hover,
#nav-profile-img-btn:disabled:hover,
#nav-profile-img-btn[disabled]:focus,
#nav-profile-img-btn:disabled:focus,
#nav-profile-img-btn[disabled]:active,
#nav-profile-img-btn:disabled:active {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
#nav-profile-img-btn a,
#nav-profile-img-btn img {
  webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
  user-drag: none;
  -webkit-user-drag: none;
}
#tui-top-navbar-superadmin-btn-container {
  display: inline-grid;
}
#tui-top-navbar-superadmin-btn-container > button {
  width: 85px;
  margin: 2px;
}
#tui-top-navbar-translate-select {
  height: 40px;
  width: 75px;
  margin: 0px 5px;
}
#tui-top-navbar-edit-help {
  /*& > button {*/
  /*}*/
}
#tui-top-navbar-edit-help.on {
  color: orange;
}
#tui-top-navbar-edit-help.off {
  color: #21415c;
}
#quick-nav-input {
  height: 40px;
  border-radius: 4px;
}
#quick-nav-button {
  height: 40px;
}
nav a {
  user-select: none;
  -webkit-user-drag: none;
}
/*nav {
    z-index: 10000 !important; //put above loading
}*/
.sidebar-close {
  animation-name: left-swipe-out;
  animation-duration: 0.4s;
}
.sidebar-open {
  animation-name: left-swipe-in;
  animation-duration: 0.4s;
}
@keyframes left-swipe-in {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes left-swipe-out {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.tui-equal-height-panel {
  display: flex;
  flex-wrap: wrap;
}
.tui-equal-height-panel > .tui-builder-droppable,
.tui-equal-height-panel > .tui-panel-card,
.tui-equal-height-panel > .tui-toolbar-element-dropped {
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
@media (min-width: 1200px) {
  .tui-equal-height-panel > .tui-builder-droppable,
  .tui-equal-height-panel > .tui-panel-card,
  .tui-equal-height-panel > .tui-toolbar-element-dropped {
    flex: 1;
  }
}
.tui-equal-height-panel > .workflow-builder-header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
@media (min-width: 1200px) {
  .tui-equal-height-panel > .workflow-builder-header {
    flex: 1;
  }
}
.tui-equal-height-panel > .workflow-builder-header > .tui-panel-card {
  height: 100%;
}
.tui-equal-height-panel.gap {
  gap: 4px;
}
.tui-equal-height-panel > div.tui-builder-droppable {
  flex: 3;
}
.tui-equal-height-panel > div.tui-builder-droppable > div.ribbon-title {
  text-align: center;
  color: #6e97b4;
}
.tui-equal-height-panel > div.tui-builder-droppable.red {
  border: 2px #e53935 dashed;
  flex: 1;
}
.tui-equal-height-panel > div.tui-builder-droppable.red > div.ribbon-title {
  text-align: center;
  color: #e53935;
}
.tui-equal-height-panel > div.tui-builder-droppable.red > .dndPlaceholder {
  display: none;
}
.tui-equal-height-panel > div.tui-builder-droppable.trash {
  border: 2px darkgray dashed;
  flex: 0.5;
}
.tui-equal-height-panel > div.tui-builder-droppable.trash > div.ribbon-title {
  text-align: center;
  color: darkgray;
}
.tui-equal-height-panel > div.tui-builder-droppable.trash > .dndPlaceholder {
  display: none;
}
.tui-panel-card-fullscreen {
  display: flex;
  background-color: #e3ebf1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-bottom: 12px;
  margin-right: 2px;
  padding: 15px;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*& > div.flex-third {
        flex-basis: 33%
    }

    & > div.flex-quarter {
        flex-basis: 25%
    }

    & > div.flex-fifth {
        flex-basis: 20%
    }*/
  border: 1px solid white;
  background-color: #f4f7fa;
  padding: 0;
  margin: 4px;
  /*> .panel-tab-section {
        width: 100%;
        user-select: none;
        background: #e4ebf1;


        > .panel-tab {
            cursor: pointer;
            display: inline-block;
            margin: 6px 12px 0px 12px;
            font-size: 16px;
            font-weight: bold;
            color: #555;
            border-bottom: 4px solid transparent;
            transition-duration: .33s;

            

            &:hover {
                color: #555;
                border-bottom: 4px solid #555;
                transition-duration: .33s;
            }

            &.active-tab {
                color: #027cd1;
                border-bottom: 4px solid #027cd1;
                transition-duration: .33s;
            }
        }
    }*/
  flex-wrap: nowrap;
  flex-direction: column;
  height: 98%;
}
.tui-panel-card-fullscreen > div.flex-full {
  flex-basis: 100%;
}
.tui-panel-card-fullscreen > div.flex-half {
  flex-basis: 50%;
}
.tui-panel-card-fullscreen > div.new-flex {
  display: flex;
}
.tui-panel-card-fullscreen > div.new-flex.inline {
  display: inline-flex;
}
.tui-panel-card-fullscreen > div.new-flex.align-flex-end {
  align-items: flex-end;
}
.tui-panel-card-fullscreen > div.new-flex.justify-flex-end {
  justify-content: flex-end;
}
.tui-panel-card-fullscreen > div.new-flex.align-center {
  align-items: center;
}
.tui-panel-card-fullscreen > div.new-flex.spaced {
  justify-content: space-between;
  margin-top: 4px;
  padding-bottom: 8px;
}
.tui-panel-card-fullscreen > div.new-flex.spaced > div.flex-half {
  flex-basis: 49%;
}
.tui-panel-card-fullscreen > div.new-flex.spaced > div.flex-quarter {
  flex-basis: 24%;
}
.tui-panel-card-fullscreen > div.new-flex.spaced > div.flex-fifth {
  flex-basis: 19%;
}
.tui-panel-card-fullscreen > .ea-grouping-panel {
  height: 100%;
  width: 100%;
}
.tui-panel-card-fullscreen:has(.tui-header-tabs) > .panel-heading {
  border-bottom: none;
}
.tui-panel-card-fullscreen > .panel-heading {
  display: flex;
  font-weight: bold;
  padding: 6px 15px;
  width: 100%;
  background-color: #b1c7d7;
  border-bottom: 2px solid #c2d3e0;
  align-items: center;
  gap: 2px;
}
.tui-panel-card-fullscreen > .panel-heading > .keep-right {
  margin-left: auto;
}
.tui-panel-card-fullscreen > .panel-body {
  flex-grow: 1;
  width: 100%;
  padding: 6px 15px;
  background-color: #f4f7fa;
}
.tui-panel-card-fullscreen > .panel-body.scrollable {
  overflow-y: auto;
}
.tui-panel-card-fullscreen > .panel-body.scrollable.max-h500 {
  max-height: 500px;
}
.tui-panel-card-fullscreen > .panel-body.separated {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
.tui-panel-card-fullscreen > .panel-body.separated-top {
  border-top: 1px solid #c1c1c1;
}
.tui-panel-card-fullscreen > .panel-body.separated-bottom {
  border-bottom: 1px solid #c1c1c1;
}
.tui-panel-card-fullscreen > .panel-footer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  background-color: #e4ebf1;
  border-top: 1px solid #ddd;
  padding: 6px 15px;
  align-items: center;
  gap: 4px;
}
.tui-panel-card-fullscreen > .panel-footer.keep-left {
  justify-content: flex-start;
}
.tui-panel-card-fullscreen > .panel-footer.keep-right {
  justify-content: flex-end;
}
.tui-panel-card-fullscreen .description {
  font-weight: normal;
  color: dimgrey;
}
.tui-panel-card-fullscreen.lite {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.33);
}
.tui-panel-card-fullscreen.lite > .panel-heading {
  background-color: #d3dfe8;
  border-bottom: 3px solid #e4ebf1;
}
.tui-panel-card-fullscreen.red > .panel-heading {
  background-color: #fabbbb;
  border-bottom: 3px solid #fcd3d3;
}
.tui-panel-card-fullscreen.red > .panel-body {
  background-color: #ffffff;
}
.tui-panel-card-fullscreen.tui-disabled {
  background-color: #ffffff;
}
.tui-panel-card-fullscreen.tui-disabled > .panel-heading {
  background-color: #c1cbd3;
}
.tui-panel-card-fullscreen > .panel-body {
  padding: 0;
}
.tui-panel-card-fullscreen > .panel-body.grid-container {
  height: 1px;
}
.tui-panel-card-collapsible {
  display: flex;
  background-color: #e3ebf1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-bottom: 12px;
  margin-right: 2px;
  padding: 15px;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*& > div.flex-third {
        flex-basis: 33%
    }

    & > div.flex-quarter {
        flex-basis: 25%
    }

    & > div.flex-fifth {
        flex-basis: 20%
    }*/
  border: 1px solid white;
  background-color: #f4f7fa;
  flex-direction: column;
  padding: 0;
  margin: 4px;
  /*> .panel-tab-section {
        width: 100%;
        user-select: none;
        background: #e4ebf1;


        > .panel-tab {
            cursor: pointer;
            display: inline-block;
            margin: 6px 12px 0px 12px;
            font-size: 16px;
            font-weight: bold;
            color: #555;
            border-bottom: 4px solid transparent;
            transition-duration: .33s;

            

            &:hover {
                color: #555;
                border-bottom: 4px solid #555;
                transition-duration: .33s;
            }

            &.active-tab {
                color: #027cd1;
                border-bottom: 4px solid #027cd1;
                transition-duration: .33s;
            }
        }
    }*/
  min-height: 34px;
  overflow: hidden;
}
.tui-panel-card-collapsible > div.flex-full {
  flex-basis: 100%;
}
.tui-panel-card-collapsible > div.flex-half {
  flex-basis: 50%;
}
.tui-panel-card-collapsible > div.new-flex {
  display: flex;
}
.tui-panel-card-collapsible > div.new-flex.inline {
  display: inline-flex;
}
.tui-panel-card-collapsible > div.new-flex.align-flex-end {
  align-items: flex-end;
}
.tui-panel-card-collapsible > div.new-flex.justify-flex-end {
  justify-content: flex-end;
}
.tui-panel-card-collapsible > div.new-flex.align-center {
  align-items: center;
}
.tui-panel-card-collapsible > div.new-flex.spaced {
  justify-content: space-between;
  margin-top: 4px;
  padding-bottom: 8px;
}
.tui-panel-card-collapsible > div.new-flex.spaced > div.flex-half {
  flex-basis: 49%;
}
.tui-panel-card-collapsible > div.new-flex.spaced > div.flex-quarter {
  flex-basis: 24%;
}
.tui-panel-card-collapsible > div.new-flex.spaced > div.flex-fifth {
  flex-basis: 19%;
}
.tui-panel-card-collapsible > .ea-grouping-panel {
  height: 100%;
  width: 100%;
}
.tui-panel-card-collapsible:has(.tui-header-tabs) > .panel-heading {
  border-bottom: none;
}
.tui-panel-card-collapsible > .panel-heading {
  display: flex;
  font-weight: bold;
  padding: 6px 15px;
  width: 100%;
  background-color: #b1c7d7;
  border-bottom: 2px solid #c2d3e0;
  align-items: center;
  gap: 2px;
}
.tui-panel-card-collapsible > .panel-heading > .keep-right {
  margin-left: auto;
}
.tui-panel-card-collapsible > .panel-body {
  flex-grow: 1;
  width: 100%;
  padding: 6px 15px;
  background-color: #f4f7fa;
}
.tui-panel-card-collapsible > .panel-body.scrollable {
  overflow-y: auto;
}
.tui-panel-card-collapsible > .panel-body.scrollable.max-h500 {
  max-height: 500px;
}
.tui-panel-card-collapsible > .panel-body.separated {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
.tui-panel-card-collapsible > .panel-body.separated-top {
  border-top: 1px solid #c1c1c1;
}
.tui-panel-card-collapsible > .panel-body.separated-bottom {
  border-bottom: 1px solid #c1c1c1;
}
.tui-panel-card-collapsible > .panel-footer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  background-color: #e4ebf1;
  border-top: 1px solid #ddd;
  padding: 6px 15px;
  align-items: center;
  gap: 4px;
}
.tui-panel-card-collapsible > .panel-footer.keep-left {
  justify-content: flex-start;
}
.tui-panel-card-collapsible > .panel-footer.keep-right {
  justify-content: flex-end;
}
.tui-panel-card-collapsible .description {
  font-weight: normal;
  color: dimgrey;
}
.tui-panel-card-collapsible.lite {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.33);
}
.tui-panel-card-collapsible.lite > .panel-heading {
  background-color: #d3dfe8;
  border-bottom: 3px solid #e4ebf1;
}
.tui-panel-card-collapsible.red > .panel-heading {
  background-color: #fabbbb;
  border-bottom: 3px solid #fcd3d3;
}
.tui-panel-card-collapsible.red > .panel-body {
  background-color: #ffffff;
}
.tui-panel-card-collapsible.tui-disabled {
  background-color: #ffffff;
}
.tui-panel-card-collapsible.tui-disabled > .panel-heading {
  background-color: #c1cbd3;
}
.tui-panel-card-collapsible > .panel-heading:after {
  cursor: pointer;
  font-family: FontAwesome;
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
.tui-panel-card-collapsible > .panel-heading:after.fa-pull-left {
  margin-right: 0.3em;
}
.tui-panel-card-collapsible > .panel-heading:after.fa-pull-right {
  margin-left: 0.3em;
}
.tui-panel-card-collapsible > .panel-heading:after.pull-left {
  margin-right: 0.3em;
}
.tui-panel-card-collapsible > .panel-heading:after.pull-right {
  margin-left: 0.3em;
}
.tui-panel-card-collapsible > .panel-heading.collapsed:after {
  cursor: pointer;
  content: "\f105";
}
.tui-panel-card {
  display: flex;
  background-color: #e3ebf1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-bottom: 12px;
  margin-right: 2px;
  padding: 15px;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*& > div.flex-third {
        flex-basis: 33%
    }

    & > div.flex-quarter {
        flex-basis: 25%
    }

    & > div.flex-fifth {
        flex-basis: 20%
    }*/
  border: 1px solid white;
  background-color: #f4f7fa;
  flex-direction: column;
  padding: 0;
  margin: 4px;
  /*> .panel-tab-section {
        width: 100%;
        user-select: none;
        background: #e4ebf1;


        > .panel-tab {
            cursor: pointer;
            display: inline-block;
            margin: 6px 12px 0px 12px;
            font-size: 16px;
            font-weight: bold;
            color: #555;
            border-bottom: 4px solid transparent;
            transition-duration: .33s;

            

            &:hover {
                color: #555;
                border-bottom: 4px solid #555;
                transition-duration: .33s;
            }

            &.active-tab {
                color: #027cd1;
                border-bottom: 4px solid #027cd1;
                transition-duration: .33s;
            }
        }
    }*/
}
.tui-panel-card > div.flex-full {
  flex-basis: 100%;
}
.tui-panel-card > div.flex-half {
  flex-basis: 50%;
}
.tui-panel-card > div.new-flex {
  display: flex;
}
.tui-panel-card > div.new-flex.inline {
  display: inline-flex;
}
.tui-panel-card > div.new-flex.align-flex-end {
  align-items: flex-end;
}
.tui-panel-card > div.new-flex.justify-flex-end {
  justify-content: flex-end;
}
.tui-panel-card > div.new-flex.align-center {
  align-items: center;
}
.tui-panel-card > div.new-flex.spaced {
  justify-content: space-between;
  margin-top: 4px;
  padding-bottom: 8px;
}
.tui-panel-card > div.new-flex.spaced > div.flex-half {
  flex-basis: 49%;
}
.tui-panel-card > div.new-flex.spaced > div.flex-quarter {
  flex-basis: 24%;
}
.tui-panel-card > div.new-flex.spaced > div.flex-fifth {
  flex-basis: 19%;
}
.tui-panel-card > .ea-grouping-panel {
  height: 100%;
  width: 100%;
}
.tui-panel-card:has(.tui-header-tabs) > .panel-heading {
  border-bottom: none;
}
.tui-panel-card > .panel-heading {
  display: flex;
  font-weight: bold;
  padding: 6px 15px;
  width: 100%;
  background-color: #b1c7d7;
  border-bottom: 2px solid #c2d3e0;
  align-items: center;
  gap: 2px;
}
.tui-panel-card > .panel-heading > .keep-right {
  margin-left: auto;
}
.tui-panel-card > .panel-body {
  flex-grow: 1;
  width: 100%;
  padding: 6px 15px;
  background-color: #f4f7fa;
}
.tui-panel-card > .panel-body.scrollable {
  overflow-y: auto;
}
.tui-panel-card > .panel-body.scrollable.max-h500 {
  max-height: 500px;
}
.tui-panel-card > .panel-body.separated {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
.tui-panel-card > .panel-body.separated-top {
  border-top: 1px solid #c1c1c1;
}
.tui-panel-card > .panel-body.separated-bottom {
  border-bottom: 1px solid #c1c1c1;
}
.tui-panel-card > .panel-footer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  background-color: #e4ebf1;
  border-top: 1px solid #ddd;
  padding: 6px 15px;
  align-items: center;
  gap: 4px;
}
.tui-panel-card > .panel-footer.keep-left {
  justify-content: flex-start;
}
.tui-panel-card > .panel-footer.keep-right {
  justify-content: flex-end;
}
.tui-panel-card .description {
  font-weight: normal;
  color: dimgrey;
}
.tui-panel-card.lite {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.33);
}
.tui-panel-card.lite > .panel-heading {
  background-color: #d3dfe8;
  border-bottom: 3px solid #e4ebf1;
}
.tui-panel-card.red > .panel-heading {
  background-color: #fabbbb;
  border-bottom: 3px solid #fcd3d3;
}
.tui-panel-card.red > .panel-body {
  background-color: #ffffff;
}
.tui-panel-card.tui-disabled {
  background-color: #ffffff;
}
.tui-panel-card.tui-disabled > .panel-heading {
  background-color: #c1cbd3;
}
.abstract-grouping-panel {
  display: flex;
  background-color: #e3ebf1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-bottom: 12px;
  margin-right: 2px;
  padding: 15px;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*& > div.flex-third {
        flex-basis: 33%
    }

    & > div.flex-quarter {
        flex-basis: 25%
    }

    & > div.flex-fifth {
        flex-basis: 20%
    }*/
}
.abstract-grouping-panel > div.flex-full {
  flex-basis: 100%;
}
.abstract-grouping-panel > div.flex-half {
  flex-basis: 50%;
}
.abstract-grouping-panel > div.new-flex {
  display: flex;
}
.abstract-grouping-panel > div.new-flex.inline {
  display: inline-flex;
}
.abstract-grouping-panel > div.new-flex.align-flex-end {
  align-items: flex-end;
}
.abstract-grouping-panel > div.new-flex.justify-flex-end {
  justify-content: flex-end;
}
.abstract-grouping-panel > div.new-flex.align-center {
  align-items: center;
}
.abstract-grouping-panel > div.new-flex.spaced {
  justify-content: space-between;
  margin-top: 4px;
  padding-bottom: 8px;
}
.abstract-grouping-panel > div.new-flex.spaced > div.flex-half {
  flex-basis: 49%;
}
.abstract-grouping-panel > div.new-flex.spaced > div.flex-quarter {
  flex-basis: 24%;
}
.abstract-grouping-panel > div.new-flex.spaced > div.flex-fifth {
  flex-basis: 19%;
}
.abstract-grouping-panel > .ea-grouping-panel {
  height: 100%;
  width: 100%;
}
/* Misc */
.collapsible-icon {
  margin-left: auto;
  cursor: pointer;
}
.collapsible-icon:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.collapsible-icon:before.fa-pull-left {
  margin-right: 0.3em;
}
.collapsible-icon:before.fa-pull-right {
  margin-left: 0.3em;
}
.collapsible-icon:before.pull-left {
  margin-right: 0.3em;
}
.collapsible-icon:before.pull-right {
  margin-left: 0.3em;
}
.collapsible-icon.collapsed:before {
  content: "\f105";
}
.tui-panel-help-icon-container {
  text-align: right;
}
.tui-error-panel {
  border-top: #d59595;
  background-color: #f2dede;
}
.tui-error-panel .panel-footer {
  background-color: #e4b9b9;
}
.tui-form-group-sub-panel {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 3px;
  background-color: #f4f7fa;
  padding: 0 20px;
}
.tui-form-group-sub-panel > .panel-heading {
  padding-top: 8px;
  padding-bottom: 8px;
  /*border-color: #ddd;*/
  background-color: #d3dfe8;
  /*border-bottom: 3px solid lighten(@tui-main-content-blue-color, 5%);*/
}
.tui-form-group-sub-panel > .panel-heading .collapsible-icon:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tui-form-group-sub-panel > .panel-heading .collapsible-icon:before.fa-pull-left {
  margin-right: 0.3em;
}
.tui-form-group-sub-panel > .panel-heading .collapsible-icon:before.fa-pull-right {
  margin-left: 0.3em;
}
.tui-form-group-sub-panel > .panel-heading .collapsible-icon:before.pull-left {
  margin-right: 0.3em;
}
.tui-form-group-sub-panel > .panel-heading .collapsible-icon:before.pull-right {
  margin-left: 0.3em;
}
.tui-form-group-sub-panel > .panel-heading .collapsible-icon.collapsed:before {
  content: "\f105";
}
.tui-form-group-sub-panel > .panel-heading.collapsed > .collapsible-icon:before {
  content: "\f105";
}
.tui-form-group-sub-panel.tui-fullscreen > .panel-body {
  padding: 0;
}
.tui-form-group-sub-panel > .panel-body {
  padding-top: 5px;
  padding-bottom: 5px;
}
.tui-form-group-sub-panel > .panel-footer {
  background-color: #e4ebf1;
  text-align: right;
}
.tui-form-group-sub-panel > .panel-heading:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tui-form-group-sub-panel > .panel-heading:before.fa-pull-left {
  margin-right: 0.3em;
}
.tui-form-group-sub-panel > .panel-heading:before.fa-pull-right {
  margin-left: 0.3em;
}
.tui-form-group-sub-panel > .panel-heading:before.pull-left {
  margin-right: 0.3em;
}
.tui-form-group-sub-panel > .panel-heading:before.pull-right {
  margin-left: 0.3em;
}
.tui-form-group-sub-panel > .panel-heading.collapsed:before {
  content: "\f105";
}
/* Builder */
div.non-zero-height {
  padding-bottom: 5px;
}
.tui-builder-panels {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  height: 100%;
  min-height: 100%;
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .tui-builder-panels {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .tui-builder-panels {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .tui-builder-panels {
    float: left;
    width: 16.66666667%;
  }
}
.tui-manage-profile-image-panel {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  min-height: 34px;
}
@media (min-width: 1200px) {
  .tui-manage-profile-image-panel {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .tui-manage-profile-image-panel {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .tui-manage-profile-image-panel {
    float: left;
    width: 25%;
  }
}
.tui-manage-profile-image-panel .tui-img-profile-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 260px;
  margin-bottom: 10px;
}
.tui-manage-profile-image-panel .tui-img-profile-container img {
  max-width: 100%;
  max-height: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  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;
}
.tui-manage-profile-image-panel .tui-img-profile-container img > img,
.tui-manage-profile-image-panel .tui-img-profile-container img a > img {
  margin-left: auto;
  margin-right: auto;
}
a.tui-manage-profile-image-panel .tui-img-profile-container img:hover,
a.tui-manage-profile-image-panel .tui-img-profile-container img:focus,
a.tui-manage-profile-image-panel .tui-img-profile-container img.active {
  border-color: #337ab7;
}
.tui-manage-profile-image-panel .tui-img-profile-container img .caption {
  padding: 9px;
  color: #333333;
}
@media (min-width: 1200px) {
  .tui-manage-profile-image-panel .tui-img-profile-container {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tui-manage-profile-image-panel .tui-img-profile-container {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tui-manage-profile-image-panel .tui-img-profile-container {
    float: left;
    width: 100%;
  }
}
.tui-manage-profile-details-panel {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 10px;
  height: 100%;
  min-height: 100%;
  overflow: auto;
}
@media (min-width: 1200px) {
  .tui-manage-profile-details-panel {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .tui-manage-profile-details-panel {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .tui-manage-profile-details-panel {
    float: left;
    width: 75%;
  }
}
.tui-preview-panel .panel-heading {
  background-color: #a0e3f7;
}
.tui-preview-panel .panel-body {
  background-color: #e7f8fd;
}
.tui-img-container img {
  max-width: 100%;
  max-height: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  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;
}
.tui-img-container img > img,
.tui-img-container img a > img {
  margin-left: auto;
  margin-right: auto;
}
a.tui-img-container img:hover,
a.tui-img-container img:focus,
a.tui-img-container img.active {
  border-color: #337ab7;
}
.tui-img-container img .caption {
  padding: 9px;
  color: #333333;
}
.tui-img-center-container {
  text-align: center;
}
.profile-img-small {
  max-height: 200px;
}
.panel-small-scrollable {
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100% - 20px);
}
.panel-small-scrollable .tui-toolbar-element-text,
.panel-small-scrollable .tui-toolbar-element {
  width: 98%;
}
.tui-tabbing-panel {
  width: 100%;
}
.tui-tabbing-panel .tui-tabbing-panel-tab {
  padding: 2px 12px;
  background: #b1c7d7;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tui-tabbing-panel .tui-tabbing-panel-body {
  padding: 15px;
  border: 1px solid #b1c7d7;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 15px;
}
.tui-main-panel-alt {
  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);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  border-top: 3px solid #f8a3a3;
  background-color: #ffffff;
  margin-bottom: 0px;
}
.tui-main-panel-alt > .list-group,
.tui-main-panel-alt > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.tui-main-panel-alt > .list-group .list-group-item,
.tui-main-panel-alt > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.tui-main-panel-alt > .list-group:first-child .list-group-item:first-child,
.tui-main-panel-alt > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tui-main-panel-alt > .list-group:last-child .list-group-item:last-child,
.tui-main-panel-alt > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tui-main-panel-alt > .table,
.tui-main-panel-alt > .table-responsive > .table,
.tui-main-panel-alt > .panel-collapse > .table {
  margin-bottom: 0;
}
.tui-main-panel-alt > .table caption,
.tui-main-panel-alt > .table-responsive > .table caption,
.tui-main-panel-alt > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.tui-main-panel-alt > .table:first-child,
.tui-main-panel-alt > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tui-main-panel-alt > .table:first-child > thead:first-child > tr:first-child,
.tui-main-panel-alt > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.tui-main-panel-alt > .table:first-child > tbody:first-child > tr:first-child,
.tui-main-panel-alt > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.tui-main-panel-alt > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tui-main-panel-alt > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tui-main-panel-alt > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tui-main-panel-alt > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tui-main-panel-alt > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tui-main-panel-alt > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tui-main-panel-alt > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.tui-main-panel-alt > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.tui-main-panel-alt > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tui-main-panel-alt > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tui-main-panel-alt > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tui-main-panel-alt > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tui-main-panel-alt > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tui-main-panel-alt > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tui-main-panel-alt > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.tui-main-panel-alt > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.tui-main-panel-alt > .table:last-child,
.tui-main-panel-alt > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tui-main-panel-alt > .table:last-child > tbody:last-child > tr:last-child,
.tui-main-panel-alt > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.tui-main-panel-alt > .table:last-child > tfoot:last-child > tr:last-child,
.tui-main-panel-alt > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tui-main-panel-alt > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tui-main-panel-alt > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tui-main-panel-alt > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tui-main-panel-alt > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tui-main-panel-alt > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tui-main-panel-alt > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tui-main-panel-alt > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.tui-main-panel-alt > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.tui-main-panel-alt > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tui-main-panel-alt > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tui-main-panel-alt > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tui-main-panel-alt > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tui-main-panel-alt > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tui-main-panel-alt > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tui-main-panel-alt > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.tui-main-panel-alt > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.tui-main-panel-alt > .panel-body + .table,
.tui-main-panel-alt > .panel-body + .table-responsive,
.tui-main-panel-alt > .table + .panel-body,
.tui-main-panel-alt > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.tui-main-panel-alt > .table > tbody:first-child > tr:first-child th,
.tui-main-panel-alt > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.tui-main-panel-alt > .table-bordered,
.tui-main-panel-alt > .table-responsive > .table-bordered {
  border: 0;
}
.tui-main-panel-alt > .table-bordered > thead > tr > th:first-child,
.tui-main-panel-alt > .table-responsive > .table-bordered > thead > tr > th:first-child,
.tui-main-panel-alt > .table-bordered > tbody > tr > th:first-child,
.tui-main-panel-alt > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.tui-main-panel-alt > .table-bordered > tfoot > tr > th:first-child,
.tui-main-panel-alt > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.tui-main-panel-alt > .table-bordered > thead > tr > td:first-child,
.tui-main-panel-alt > .table-responsive > .table-bordered > thead > tr > td:first-child,
.tui-main-panel-alt > .table-bordered > tbody > tr > td:first-child,
.tui-main-panel-alt > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.tui-main-panel-alt > .table-bordered > tfoot > tr > td:first-child,
.tui-main-panel-alt > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.tui-main-panel-alt > .table-bordered > thead > tr > th:last-child,
.tui-main-panel-alt > .table-responsive > .table-bordered > thead > tr > th:last-child,
.tui-main-panel-alt > .table-bordered > tbody > tr > th:last-child,
.tui-main-panel-alt > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.tui-main-panel-alt > .table-bordered > tfoot > tr > th:last-child,
.tui-main-panel-alt > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.tui-main-panel-alt > .table-bordered > thead > tr > td:last-child,
.tui-main-panel-alt > .table-responsive > .table-bordered > thead > tr > td:last-child,
.tui-main-panel-alt > .table-bordered > tbody > tr > td:last-child,
.tui-main-panel-alt > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.tui-main-panel-alt > .table-bordered > tfoot > tr > td:last-child,
.tui-main-panel-alt > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.tui-main-panel-alt > .table-bordered > thead > tr:first-child > td,
.tui-main-panel-alt > .table-responsive > .table-bordered > thead > tr:first-child > td,
.tui-main-panel-alt > .table-bordered > tbody > tr:first-child > td,
.tui-main-panel-alt > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.tui-main-panel-alt > .table-bordered > thead > tr:first-child > th,
.tui-main-panel-alt > .table-responsive > .table-bordered > thead > tr:first-child > th,
.tui-main-panel-alt > .table-bordered > tbody > tr:first-child > th,
.tui-main-panel-alt > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.tui-main-panel-alt > .table-bordered > tbody > tr:last-child > td,
.tui-main-panel-alt > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.tui-main-panel-alt > .table-bordered > tfoot > tr:last-child > td,
.tui-main-panel-alt > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.tui-main-panel-alt > .table-bordered > tbody > tr:last-child > th,
.tui-main-panel-alt > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.tui-main-panel-alt > .table-bordered > tfoot > tr:last-child > th,
.tui-main-panel-alt > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.tui-main-panel-alt > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.tui-main-panel-alt > .panel-heading {
  /*border-color: #ddd;*/
  background-color: #fabbbb;
  border-bottom: 3px solid #fcd3d3;
  font-weight: bold;
}
.tui-main-panel-alt > .panel-heading .description {
  font-weight: normal;
  color: dimgrey;
}
.tui-main-panel-alt > .panel-heading .collapsible-icon:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tui-main-panel-alt > .panel-heading .collapsible-icon:before.fa-pull-left {
  margin-right: 0.3em;
}
.tui-main-panel-alt > .panel-heading .collapsible-icon:before.fa-pull-right {
  margin-left: 0.3em;
}
.tui-main-panel-alt > .panel-heading .collapsible-icon:before.pull-left {
  margin-right: 0.3em;
}
.tui-main-panel-alt > .panel-heading .collapsible-icon:before.pull-right {
  margin-left: 0.3em;
}
.tui-main-panel-alt > .panel-heading .collapsible-icon.collapsed:before {
  content: "\f105";
}
.tui-main-panel-alt > .panel-footer,
.tui-main-panel-alt div.collapse.in > .panel-footer,
.tui-main-panel-alt div.collapsing > .panel-footer {
  background-color: #e4ebf1;
  text-align: right;
}
.tui-main-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);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  border-top: 3px solid #a0bbce;
  background-color: #f4f7fa;
  margin-bottom: 0px;
}
.tui-main-panel > .list-group,
.tui-main-panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.tui-main-panel > .list-group .list-group-item,
.tui-main-panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.tui-main-panel > .list-group:first-child .list-group-item:first-child,
.tui-main-panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tui-main-panel > .list-group:last-child .list-group-item:last-child,
.tui-main-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;
}
.tui-main-panel > .table,
.tui-main-panel > .table-responsive > .table,
.tui-main-panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.tui-main-panel > .table caption,
.tui-main-panel > .table-responsive > .table caption,
.tui-main-panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.tui-main-panel > .table:first-child,
.tui-main-panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tui-main-panel > .table:first-child > thead:first-child > tr:first-child,
.tui-main-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.tui-main-panel > .table:first-child > tbody:first-child > tr:first-child,
.tui-main-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.tui-main-panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tui-main-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tui-main-panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tui-main-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tui-main-panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tui-main-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tui-main-panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.tui-main-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.tui-main-panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tui-main-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tui-main-panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tui-main-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tui-main-panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tui-main-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tui-main-panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.tui-main-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.tui-main-panel > .table:last-child,
.tui-main-panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tui-main-panel > .table:last-child > tbody:last-child > tr:last-child,
.tui-main-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.tui-main-panel > .table:last-child > tfoot:last-child > tr:last-child,
.tui-main-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tui-main-panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tui-main-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tui-main-panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tui-main-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tui-main-panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tui-main-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tui-main-panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.tui-main-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.tui-main-panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tui-main-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tui-main-panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tui-main-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tui-main-panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tui-main-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tui-main-panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.tui-main-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.tui-main-panel > .panel-body + .table,
.tui-main-panel > .panel-body + .table-responsive,
.tui-main-panel > .table + .panel-body,
.tui-main-panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.tui-main-panel > .table > tbody:first-child > tr:first-child th,
.tui-main-panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.tui-main-panel > .table-bordered,
.tui-main-panel > .table-responsive > .table-bordered {
  border: 0;
}
.tui-main-panel > .table-bordered > thead > tr > th:first-child,
.tui-main-panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.tui-main-panel > .table-bordered > tbody > tr > th:first-child,
.tui-main-panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.tui-main-panel > .table-bordered > tfoot > tr > th:first-child,
.tui-main-panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.tui-main-panel > .table-bordered > thead > tr > td:first-child,
.tui-main-panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.tui-main-panel > .table-bordered > tbody > tr > td:first-child,
.tui-main-panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.tui-main-panel > .table-bordered > tfoot > tr > td:first-child,
.tui-main-panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.tui-main-panel > .table-bordered > thead > tr > th:last-child,
.tui-main-panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.tui-main-panel > .table-bordered > tbody > tr > th:last-child,
.tui-main-panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.tui-main-panel > .table-bordered > tfoot > tr > th:last-child,
.tui-main-panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.tui-main-panel > .table-bordered > thead > tr > td:last-child,
.tui-main-panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.tui-main-panel > .table-bordered > tbody > tr > td:last-child,
.tui-main-panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.tui-main-panel > .table-bordered > tfoot > tr > td:last-child,
.tui-main-panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.tui-main-panel > .table-bordered > thead > tr:first-child > td,
.tui-main-panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.tui-main-panel > .table-bordered > tbody > tr:first-child > td,
.tui-main-panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.tui-main-panel > .table-bordered > thead > tr:first-child > th,
.tui-main-panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.tui-main-panel > .table-bordered > tbody > tr:first-child > th,
.tui-main-panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.tui-main-panel > .table-bordered > tbody > tr:last-child > td,
.tui-main-panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.tui-main-panel > .table-bordered > tfoot > tr:last-child > td,
.tui-main-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.tui-main-panel > .table-bordered > tbody > tr:last-child > th,
.tui-main-panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.tui-main-panel > .table-bordered > tfoot > tr:last-child > th,
.tui-main-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.tui-main-panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.tui-main-panel > .panel-heading {
  align-items: center;
  /*border-color: #ddd;*/
  background-color: #b1c7d7;
  border-bottom: 3px solid #c2d3e0;
  font-weight: bold;
}
.tui-main-panel > .panel-heading > span {
  vertical-align: middle;
}
.tui-main-panel > .panel-heading .description {
  font-weight: normal;
  color: dimgrey;
}
.tui-main-panel > .panel-heading .collapsible-icon:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tui-main-panel > .panel-heading .collapsible-icon:before.fa-pull-left {
  margin-right: 0.3em;
}
.tui-main-panel > .panel-heading .collapsible-icon:before.fa-pull-right {
  margin-left: 0.3em;
}
.tui-main-panel > .panel-heading .collapsible-icon:before.pull-left {
  margin-right: 0.3em;
}
.tui-main-panel > .panel-heading .collapsible-icon:before.pull-right {
  margin-left: 0.3em;
}
.tui-main-panel > .panel-heading .collapsible-icon.collapsed:before {
  content: "\f105";
}
.tui-main-panel > .panel-footer,
.tui-main-panel div.collapse.in > .panel-footer,
.tui-main-panel div.collapsing > .panel-footer {
  background-color: #e4ebf1;
  text-align: right;
}
.tui-content-collapsible-panel-alt {
  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);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  border-top: 3px solid #f8a3a3;
  background-color: #ffffff;
  margin-bottom: 0px;
}
.tui-content-collapsible-panel-alt > .list-group,
.tui-content-collapsible-panel-alt > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.tui-content-collapsible-panel-alt > .list-group .list-group-item,
.tui-content-collapsible-panel-alt > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.tui-content-collapsible-panel-alt > .list-group:first-child .list-group-item:first-child,
.tui-content-collapsible-panel-alt > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tui-content-collapsible-panel-alt > .list-group:last-child .list-group-item:last-child,
.tui-content-collapsible-panel-alt > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tui-content-collapsible-panel-alt > .table,
.tui-content-collapsible-panel-alt > .table-responsive > .table,
.tui-content-collapsible-panel-alt > .panel-collapse > .table {
  margin-bottom: 0;
}
.tui-content-collapsible-panel-alt > .table caption,
.tui-content-collapsible-panel-alt > .table-responsive > .table caption,
.tui-content-collapsible-panel-alt > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.tui-content-collapsible-panel-alt > .table:first-child,
.tui-content-collapsible-panel-alt > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tui-content-collapsible-panel-alt > .table:first-child > thead:first-child > tr:first-child,
.tui-content-collapsible-panel-alt > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.tui-content-collapsible-panel-alt > .table:first-child > tbody:first-child > tr:first-child,
.tui-content-collapsible-panel-alt > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.tui-content-collapsible-panel-alt > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tui-content-collapsible-panel-alt > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tui-content-collapsible-panel-alt > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tui-content-collapsible-panel-alt > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tui-content-collapsible-panel-alt > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tui-content-collapsible-panel-alt > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tui-content-collapsible-panel-alt > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.tui-content-collapsible-panel-alt > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.tui-content-collapsible-panel-alt > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tui-content-collapsible-panel-alt > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tui-content-collapsible-panel-alt > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tui-content-collapsible-panel-alt > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tui-content-collapsible-panel-alt > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tui-content-collapsible-panel-alt > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tui-content-collapsible-panel-alt > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.tui-content-collapsible-panel-alt > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.tui-content-collapsible-panel-alt > .table:last-child,
.tui-content-collapsible-panel-alt > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tui-content-collapsible-panel-alt > .table:last-child > tbody:last-child > tr:last-child,
.tui-content-collapsible-panel-alt > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.tui-content-collapsible-panel-alt > .table:last-child > tfoot:last-child > tr:last-child,
.tui-content-collapsible-panel-alt > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tui-content-collapsible-panel-alt > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tui-content-collapsible-panel-alt > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tui-content-collapsible-panel-alt > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tui-content-collapsible-panel-alt > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tui-content-collapsible-panel-alt > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tui-content-collapsible-panel-alt > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tui-content-collapsible-panel-alt > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.tui-content-collapsible-panel-alt > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.tui-content-collapsible-panel-alt > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tui-content-collapsible-panel-alt > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tui-content-collapsible-panel-alt > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tui-content-collapsible-panel-alt > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tui-content-collapsible-panel-alt > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tui-content-collapsible-panel-alt > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tui-content-collapsible-panel-alt > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.tui-content-collapsible-panel-alt > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.tui-content-collapsible-panel-alt > .panel-body + .table,
.tui-content-collapsible-panel-alt > .panel-body + .table-responsive,
.tui-content-collapsible-panel-alt > .table + .panel-body,
.tui-content-collapsible-panel-alt > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.tui-content-collapsible-panel-alt > .table > tbody:first-child > tr:first-child th,
.tui-content-collapsible-panel-alt > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.tui-content-collapsible-panel-alt > .table-bordered,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered {
  border: 0;
}
.tui-content-collapsible-panel-alt > .table-bordered > thead > tr > th:first-child,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered > thead > tr > th:first-child,
.tui-content-collapsible-panel-alt > .table-bordered > tbody > tr > th:first-child,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.tui-content-collapsible-panel-alt > .table-bordered > tfoot > tr > th:first-child,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.tui-content-collapsible-panel-alt > .table-bordered > thead > tr > td:first-child,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered > thead > tr > td:first-child,
.tui-content-collapsible-panel-alt > .table-bordered > tbody > tr > td:first-child,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.tui-content-collapsible-panel-alt > .table-bordered > tfoot > tr > td:first-child,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.tui-content-collapsible-panel-alt > .table-bordered > thead > tr > th:last-child,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered > thead > tr > th:last-child,
.tui-content-collapsible-panel-alt > .table-bordered > tbody > tr > th:last-child,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.tui-content-collapsible-panel-alt > .table-bordered > tfoot > tr > th:last-child,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.tui-content-collapsible-panel-alt > .table-bordered > thead > tr > td:last-child,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered > thead > tr > td:last-child,
.tui-content-collapsible-panel-alt > .table-bordered > tbody > tr > td:last-child,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.tui-content-collapsible-panel-alt > .table-bordered > tfoot > tr > td:last-child,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.tui-content-collapsible-panel-alt > .table-bordered > thead > tr:first-child > td,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered > thead > tr:first-child > td,
.tui-content-collapsible-panel-alt > .table-bordered > tbody > tr:first-child > td,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.tui-content-collapsible-panel-alt > .table-bordered > thead > tr:first-child > th,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered > thead > tr:first-child > th,
.tui-content-collapsible-panel-alt > .table-bordered > tbody > tr:first-child > th,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.tui-content-collapsible-panel-alt > .table-bordered > tbody > tr:last-child > td,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.tui-content-collapsible-panel-alt > .table-bordered > tfoot > tr:last-child > td,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.tui-content-collapsible-panel-alt > .table-bordered > tbody > tr:last-child > th,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.tui-content-collapsible-panel-alt > .table-bordered > tfoot > tr:last-child > th,
.tui-content-collapsible-panel-alt > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.tui-content-collapsible-panel-alt > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.tui-content-collapsible-panel-alt > .panel-heading {
  /*border-color: #ddd;*/
  background-color: #fabbbb;
  border-bottom: 3px solid #fcd3d3;
  font-weight: bold;
}
.tui-content-collapsible-panel-alt > .panel-heading .description {
  font-weight: normal;
  color: dimgrey;
}
.tui-content-collapsible-panel-alt > .panel-heading .collapsible-icon:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tui-content-collapsible-panel-alt > .panel-heading .collapsible-icon:before.fa-pull-left {
  margin-right: 0.3em;
}
.tui-content-collapsible-panel-alt > .panel-heading .collapsible-icon:before.fa-pull-right {
  margin-left: 0.3em;
}
.tui-content-collapsible-panel-alt > .panel-heading .collapsible-icon:before.pull-left {
  margin-right: 0.3em;
}
.tui-content-collapsible-panel-alt > .panel-heading .collapsible-icon:before.pull-right {
  margin-left: 0.3em;
}
.tui-content-collapsible-panel-alt > .panel-heading .collapsible-icon.collapsed:before {
  content: "\f105";
}
.tui-content-collapsible-panel-alt > .panel-footer,
.tui-content-collapsible-panel-alt div.collapse.in > .panel-footer,
.tui-content-collapsible-panel-alt div.collapsing > .panel-footer {
  background-color: #e4ebf1;
  text-align: right;
}
.tui-content-collapsible-panel-alt > .panel-heading:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tui-content-collapsible-panel-alt > .panel-heading:before.fa-pull-left {
  margin-right: 0.3em;
}
.tui-content-collapsible-panel-alt > .panel-heading:before.fa-pull-right {
  margin-left: 0.3em;
}
.tui-content-collapsible-panel-alt > .panel-heading:before.pull-left {
  margin-right: 0.3em;
}
.tui-content-collapsible-panel-alt > .panel-heading:before.pull-right {
  margin-left: 0.3em;
}
.tui-content-collapsible-panel-alt > .panel-heading.collapsed:before {
  content: "\f105";
}
.tui-content-collapsible-panel-alt.tui-disabled {
  border-top: 3px solid #f8a3a3;
  background-color: #ffffff;
}
.tui-content-collapsible-panel-alt.tui-disabled > .panel-heading {
  /*border-color: #ddd;*/
  border-bottom: 3px solid #fcd3d3;
  background-color: #fabbbb;
}
.tui-content-collapsible-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);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  border-top: 3px solid #a0bbce;
  background-color: #f4f7fa;
  margin-bottom: 0px;
}
.tui-content-collapsible-panel > .list-group,
.tui-content-collapsible-panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.tui-content-collapsible-panel > .list-group .list-group-item,
.tui-content-collapsible-panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.tui-content-collapsible-panel > .list-group:first-child .list-group-item:first-child,
.tui-content-collapsible-panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tui-content-collapsible-panel > .list-group:last-child .list-group-item:last-child,
.tui-content-collapsible-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;
}
.tui-content-collapsible-panel > .table,
.tui-content-collapsible-panel > .table-responsive > .table,
.tui-content-collapsible-panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.tui-content-collapsible-panel > .table caption,
.tui-content-collapsible-panel > .table-responsive > .table caption,
.tui-content-collapsible-panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.tui-content-collapsible-panel > .table:first-child,
.tui-content-collapsible-panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tui-content-collapsible-panel > .table:first-child > thead:first-child > tr:first-child,
.tui-content-collapsible-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.tui-content-collapsible-panel > .table:first-child > tbody:first-child > tr:first-child,
.tui-content-collapsible-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.tui-content-collapsible-panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tui-content-collapsible-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tui-content-collapsible-panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tui-content-collapsible-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tui-content-collapsible-panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tui-content-collapsible-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tui-content-collapsible-panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.tui-content-collapsible-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.tui-content-collapsible-panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tui-content-collapsible-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tui-content-collapsible-panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tui-content-collapsible-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tui-content-collapsible-panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tui-content-collapsible-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tui-content-collapsible-panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.tui-content-collapsible-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.tui-content-collapsible-panel > .table:last-child,
.tui-content-collapsible-panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tui-content-collapsible-panel > .table:last-child > tbody:last-child > tr:last-child,
.tui-content-collapsible-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.tui-content-collapsible-panel > .table:last-child > tfoot:last-child > tr:last-child,
.tui-content-collapsible-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tui-content-collapsible-panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tui-content-collapsible-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tui-content-collapsible-panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tui-content-collapsible-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tui-content-collapsible-panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tui-content-collapsible-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tui-content-collapsible-panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.tui-content-collapsible-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.tui-content-collapsible-panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tui-content-collapsible-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tui-content-collapsible-panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tui-content-collapsible-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tui-content-collapsible-panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tui-content-collapsible-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tui-content-collapsible-panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.tui-content-collapsible-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.tui-content-collapsible-panel > .panel-body + .table,
.tui-content-collapsible-panel > .panel-body + .table-responsive,
.tui-content-collapsible-panel > .table + .panel-body,
.tui-content-collapsible-panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.tui-content-collapsible-panel > .table > tbody:first-child > tr:first-child th,
.tui-content-collapsible-panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.tui-content-collapsible-panel > .table-bordered,
.tui-content-collapsible-panel > .table-responsive > .table-bordered {
  border: 0;
}
.tui-content-collapsible-panel > .table-bordered > thead > tr > th:first-child,
.tui-content-collapsible-panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.tui-content-collapsible-panel > .table-bordered > tbody > tr > th:first-child,
.tui-content-collapsible-panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.tui-content-collapsible-panel > .table-bordered > tfoot > tr > th:first-child,
.tui-content-collapsible-panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.tui-content-collapsible-panel > .table-bordered > thead > tr > td:first-child,
.tui-content-collapsible-panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.tui-content-collapsible-panel > .table-bordered > tbody > tr > td:first-child,
.tui-content-collapsible-panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.tui-content-collapsible-panel > .table-bordered > tfoot > tr > td:first-child,
.tui-content-collapsible-panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.tui-content-collapsible-panel > .table-bordered > thead > tr > th:last-child,
.tui-content-collapsible-panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.tui-content-collapsible-panel > .table-bordered > tbody > tr > th:last-child,
.tui-content-collapsible-panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.tui-content-collapsible-panel > .table-bordered > tfoot > tr > th:last-child,
.tui-content-collapsible-panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.tui-content-collapsible-panel > .table-bordered > thead > tr > td:last-child,
.tui-content-collapsible-panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.tui-content-collapsible-panel > .table-bordered > tbody > tr > td:last-child,
.tui-content-collapsible-panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.tui-content-collapsible-panel > .table-bordered > tfoot > tr > td:last-child,
.tui-content-collapsible-panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.tui-content-collapsible-panel > .table-bordered > thead > tr:first-child > td,
.tui-content-collapsible-panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.tui-content-collapsible-panel > .table-bordered > tbody > tr:first-child > td,
.tui-content-collapsible-panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.tui-content-collapsible-panel > .table-bordered > thead > tr:first-child > th,
.tui-content-collapsible-panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.tui-content-collapsible-panel > .table-bordered > tbody > tr:first-child > th,
.tui-content-collapsible-panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.tui-content-collapsible-panel > .table-bordered > tbody > tr:last-child > td,
.tui-content-collapsible-panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.tui-content-collapsible-panel > .table-bordered > tfoot > tr:last-child > td,
.tui-content-collapsible-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.tui-content-collapsible-panel > .table-bordered > tbody > tr:last-child > th,
.tui-content-collapsible-panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.tui-content-collapsible-panel > .table-bordered > tfoot > tr:last-child > th,
.tui-content-collapsible-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.tui-content-collapsible-panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.tui-content-collapsible-panel > .panel-heading {
  align-items: center;
  /*border-color: #ddd;*/
  background-color: #b1c7d7;
  border-bottom: 3px solid #c2d3e0;
  font-weight: bold;
}
.tui-content-collapsible-panel > .panel-heading > span {
  vertical-align: middle;
}
.tui-content-collapsible-panel > .panel-heading .description {
  font-weight: normal;
  color: dimgrey;
}
.tui-content-collapsible-panel > .panel-heading .collapsible-icon:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tui-content-collapsible-panel > .panel-heading .collapsible-icon:before.fa-pull-left {
  margin-right: 0.3em;
}
.tui-content-collapsible-panel > .panel-heading .collapsible-icon:before.fa-pull-right {
  margin-left: 0.3em;
}
.tui-content-collapsible-panel > .panel-heading .collapsible-icon:before.pull-left {
  margin-right: 0.3em;
}
.tui-content-collapsible-panel > .panel-heading .collapsible-icon:before.pull-right {
  margin-left: 0.3em;
}
.tui-content-collapsible-panel > .panel-heading .collapsible-icon.collapsed:before {
  content: "\f105";
}
.tui-content-collapsible-panel > .panel-footer,
.tui-content-collapsible-panel div.collapse.in > .panel-footer,
.tui-content-collapsible-panel div.collapsing > .panel-footer {
  background-color: #e4ebf1;
  text-align: right;
}
.tui-content-collapsible-panel > .panel-heading:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tui-content-collapsible-panel > .panel-heading:before.fa-pull-left {
  margin-right: 0.3em;
}
.tui-content-collapsible-panel > .panel-heading:before.fa-pull-right {
  margin-left: 0.3em;
}
.tui-content-collapsible-panel > .panel-heading:before.pull-left {
  margin-right: 0.3em;
}
.tui-content-collapsible-panel > .panel-heading:before.pull-right {
  margin-left: 0.3em;
}
.tui-content-collapsible-panel > .panel-heading.collapsed:before {
  content: "\f105";
}
.tui-content-collapsible-panel.tui-disabled {
  border-top: 3px solid #b2bec8;
  background-color: #ffffff;
}
.tui-content-collapsible-panel.tui-disabled > .panel-heading {
  /*border-color: #ddd;*/
  border-bottom: 3px solid #d0d8de;
  background-color: #c1cbd3;
}
.tui-collapsible-panel > .panel-heading:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tui-collapsible-panel > .panel-heading:before.fa-pull-left {
  margin-right: 0.3em;
}
.tui-collapsible-panel > .panel-heading:before.fa-pull-right {
  margin-left: 0.3em;
}
.tui-collapsible-panel > .panel-heading:before.pull-left {
  margin-right: 0.3em;
}
.tui-collapsible-panel > .panel-heading:before.pull-right {
  margin-left: 0.3em;
}
.tui-collapsible-panel > .panel-heading.collapsed:before {
  content: "\f105";
}
.tui-panel-history {
  border-radius: 0;
  border-top: 3px solid #c1cdd5;
  background-color: #eef2f4;
  margin-bottom: 5px;
  /*margin: 10px;
    border-color: #d8d8d8;
    border-radius: 0;
    background-color: @background-gray;*/
}
.tui-panel-history > .panel-heading:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tui-panel-history > .panel-heading:before.fa-pull-left {
  margin-right: 0.3em;
}
.tui-panel-history > .panel-heading:before.fa-pull-right {
  margin-left: 0.3em;
}
.tui-panel-history > .panel-heading:before.pull-left {
  margin-right: 0.3em;
}
.tui-panel-history > .panel-heading:before.pull-right {
  margin-left: 0.3em;
}
.tui-panel-history > .panel-heading.collapsed:before {
  content: "\f105";
}
.tui-panel-history > .panel-heading {
  /*border-color: #ddd;*/
  background-color: #d0d9df;
  border-bottom: 3px solid #dfe5e9;
  font-weight: bold;
}
.tui-panel-history > .panel-heading.tui-active-round {
  background-color: #a2b4c0;
}
.tui-panel-history .panel-body {
  border: 1px solid #dfe5e9;
}
.tui-panel-history .panel-body .tui-history-details-group {
  margin-left: -15px;
  margin-right: -15px;
}
.tui-panel-history .panel-body .tui-history-details-group .tui-title {
  font-weight: bold;
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .tui-panel-history .panel-body .tui-history-details-group .tui-title {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .tui-panel-history .panel-body .tui-history-details-group .tui-title {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .tui-panel-history .panel-body .tui-history-details-group .tui-title {
    float: left;
    width: 25%;
  }
}
.tui-panel-history .panel-body .tui-history-details-group .tui-value {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .tui-panel-history .panel-body .tui-history-details-group .tui-value {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .tui-panel-history .panel-body .tui-history-details-group .tui-value {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .tui-panel-history .panel-body .tui-history-details-group .tui-value {
    float: left;
    width: 75%;
  }
}
.tui-panel-history .panel-body .tui-history-info {
  margin-left: 15px;
  font-size: smaller;
  margin-top: 20px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .tui-panel-history .panel-body .tui-history-info {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tui-panel-history .panel-body .tui-history-info {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tui-panel-history .panel-body .tui-history-info {
    float: left;
    width: 100%;
  }
}
.tui-panel-history .panel-body .tui-history-info .tui-title {
  font-weight: bold;
}
.panel-page-content {
  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);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-top: 3px solid lightgray;
  border-radius: 0;
}
.panel-page-content > .list-group,
.panel-page-content > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel-page-content > .list-group .list-group-item,
.panel-page-content > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel-page-content > .list-group:first-child .list-group-item:first-child,
.panel-page-content > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-page-content > .list-group:last-child .list-group-item:last-child,
.panel-page-content > .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-page-content > .table,
.panel-page-content > .table-responsive > .table,
.panel-page-content > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel-page-content > .table caption,
.panel-page-content > .table-responsive > .table caption,
.panel-page-content > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel-page-content > .table:first-child,
.panel-page-content > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-page-content > .table:first-child > thead:first-child > tr:first-child,
.panel-page-content > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel-page-content > .table:first-child > tbody:first-child > tr:first-child,
.panel-page-content > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-page-content > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel-page-content > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel-page-content > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel-page-content > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel-page-content > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel-page-content > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel-page-content > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel-page-content > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel-page-content > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel-page-content > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel-page-content > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel-page-content > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel-page-content > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel-page-content > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel-page-content > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel-page-content > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel-page-content > .table:last-child,
.panel-page-content > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-page-content > .table:last-child > tbody:last-child > tr:last-child,
.panel-page-content > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel-page-content > .table:last-child > tfoot:last-child > tr:last-child,
.panel-page-content > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel-page-content > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel-page-content > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel-page-content > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel-page-content > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel-page-content > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel-page-content > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel-page-content > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel-page-content > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel-page-content > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel-page-content > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel-page-content > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel-page-content > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel-page-content > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel-page-content > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel-page-content > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel-page-content > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel-page-content > .panel-body + .table,
.panel-page-content > .panel-body + .table-responsive,
.panel-page-content > .table + .panel-body,
.panel-page-content > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel-page-content > .table > tbody:first-child > tr:first-child th,
.panel-page-content > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel-page-content > .table-bordered,
.panel-page-content > .table-responsive > .table-bordered {
  border: 0;
}
.panel-page-content > .table-bordered > thead > tr > th:first-child,
.panel-page-content > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel-page-content > .table-bordered > tbody > tr > th:first-child,
.panel-page-content > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel-page-content > .table-bordered > tfoot > tr > th:first-child,
.panel-page-content > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel-page-content > .table-bordered > thead > tr > td:first-child,
.panel-page-content > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel-page-content > .table-bordered > tbody > tr > td:first-child,
.panel-page-content > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel-page-content > .table-bordered > tfoot > tr > td:first-child,
.panel-page-content > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel-page-content > .table-bordered > thead > tr > th:last-child,
.panel-page-content > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel-page-content > .table-bordered > tbody > tr > th:last-child,
.panel-page-content > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel-page-content > .table-bordered > tfoot > tr > th:last-child,
.panel-page-content > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel-page-content > .table-bordered > thead > tr > td:last-child,
.panel-page-content > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel-page-content > .table-bordered > tbody > tr > td:last-child,
.panel-page-content > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel-page-content > .table-bordered > tfoot > tr > td:last-child,
.panel-page-content > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel-page-content > .table-bordered > thead > tr:first-child > td,
.panel-page-content > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel-page-content > .table-bordered > tbody > tr:first-child > td,
.panel-page-content > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel-page-content > .table-bordered > thead > tr:first-child > th,
.panel-page-content > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel-page-content > .table-bordered > tbody > tr:first-child > th,
.panel-page-content > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel-page-content > .table-bordered > tbody > tr:last-child > td,
.panel-page-content > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel-page-content > .table-bordered > tfoot > tr:last-child > td,
.panel-page-content > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel-page-content > .table-bordered > tbody > tr:last-child > th,
.panel-page-content > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel-page-content > .table-bordered > tfoot > tr:last-child > th,
.panel-page-content > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel-page-content > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-page-content > .panel-heading {
  border-color: #ddd;
}
.panel-page-content > .panel-heading .panel-title a {
  color: #337ab7;
}
.panel-page-content > .panel-footer {
  color: #333;
  border-color: #ddd;
}
.panel-page-content > .panel-footer.dataset-footer {
  font-size: 18pt;
  vertical-align: middle;
}
.panel-page-content > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-page-content > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-page-content > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
/*.panel-history > .panel-heading {
color: #424242;
background-color: #bdbdbd;
border-color: #d8d8d8;
}*/
/*.panel-history > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d8d8d8;
}

.panel-history > .panel-heading .badge {
color: #bdbdbd;
background-color: #424242;
}

.panel-history > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d8d8d8;
}*/
.tui-panel-builder-properties {
  display: flex;
  background-color: #e3ebf1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-bottom: 12px;
  margin-right: 2px;
  padding: 15px;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*& > div.flex-third {
        flex-basis: 33%
    }

    & > div.flex-quarter {
        flex-basis: 25%
    }

    & > div.flex-fifth {
        flex-basis: 20%
    }*/
  border: 1px solid white;
  background-color: #f4f7fa;
  flex-direction: column;
  padding: 0;
  margin: 4px;
  /*> .panel-tab-section {
        width: 100%;
        user-select: none;
        background: #e4ebf1;


        > .panel-tab {
            cursor: pointer;
            display: inline-block;
            margin: 6px 12px 0px 12px;
            font-size: 16px;
            font-weight: bold;
            color: #555;
            border-bottom: 4px solid transparent;
            transition-duration: .33s;

            

            &:hover {
                color: #555;
                border-bottom: 4px solid #555;
                transition-duration: .33s;
            }

            &.active-tab {
                color: #027cd1;
                border-bottom: 4px solid #027cd1;
                transition-duration: .33s;
            }
        }
    }*/
  min-height: 34px;
  overflow: hidden;
}
.tui-panel-builder-properties > div.flex-full {
  flex-basis: 100%;
}
.tui-panel-builder-properties > div.flex-half {
  flex-basis: 50%;
}
.tui-panel-builder-properties > div.new-flex {
  display: flex;
}
.tui-panel-builder-properties > div.new-flex.inline {
  display: inline-flex;
}
.tui-panel-builder-properties > div.new-flex.align-flex-end {
  align-items: flex-end;
}
.tui-panel-builder-properties > div.new-flex.justify-flex-end {
  justify-content: flex-end;
}
.tui-panel-builder-properties > div.new-flex.align-center {
  align-items: center;
}
.tui-panel-builder-properties > div.new-flex.spaced {
  justify-content: space-between;
  margin-top: 4px;
  padding-bottom: 8px;
}
.tui-panel-builder-properties > div.new-flex.spaced > div.flex-half {
  flex-basis: 49%;
}
.tui-panel-builder-properties > div.new-flex.spaced > div.flex-quarter {
  flex-basis: 24%;
}
.tui-panel-builder-properties > div.new-flex.spaced > div.flex-fifth {
  flex-basis: 19%;
}
.tui-panel-builder-properties > .ea-grouping-panel {
  height: 100%;
  width: 100%;
}
.tui-panel-builder-properties:has(.tui-header-tabs) > .panel-heading {
  border-bottom: none;
}
.tui-panel-builder-properties > .panel-heading {
  display: flex;
  font-weight: bold;
  padding: 6px 15px;
  width: 100%;
  background-color: #b1c7d7;
  border-bottom: 2px solid #c2d3e0;
  align-items: center;
  gap: 2px;
}
.tui-panel-builder-properties > .panel-heading > .keep-right {
  margin-left: auto;
}
.tui-panel-builder-properties > .panel-body {
  flex-grow: 1;
  width: 100%;
  padding: 6px 15px;
  background-color: #f4f7fa;
}
.tui-panel-builder-properties > .panel-body.scrollable {
  overflow-y: auto;
}
.tui-panel-builder-properties > .panel-body.scrollable.max-h500 {
  max-height: 500px;
}
.tui-panel-builder-properties > .panel-body.separated {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
.tui-panel-builder-properties > .panel-body.separated-top {
  border-top: 1px solid #c1c1c1;
}
.tui-panel-builder-properties > .panel-body.separated-bottom {
  border-bottom: 1px solid #c1c1c1;
}
.tui-panel-builder-properties > .panel-footer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  background-color: #e4ebf1;
  border-top: 1px solid #ddd;
  padding: 6px 15px;
  align-items: center;
  gap: 4px;
}
.tui-panel-builder-properties > .panel-footer.keep-left {
  justify-content: flex-start;
}
.tui-panel-builder-properties > .panel-footer.keep-right {
  justify-content: flex-end;
}
.tui-panel-builder-properties .description {
  font-weight: normal;
  color: dimgrey;
}
.tui-panel-builder-properties.lite {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.33);
}
.tui-panel-builder-properties.lite > .panel-heading {
  background-color: #d3dfe8;
  border-bottom: 3px solid #e4ebf1;
}
.tui-panel-builder-properties.red > .panel-heading {
  background-color: #fabbbb;
  border-bottom: 3px solid #fcd3d3;
}
.tui-panel-builder-properties.red > .panel-body {
  background-color: #ffffff;
}
.tui-panel-builder-properties.tui-disabled {
  background-color: #ffffff;
}
.tui-panel-builder-properties.tui-disabled > .panel-heading {
  background-color: #c1cbd3;
}
.tui-panel-builder-properties > .panel-heading:after {
  cursor: pointer;
  font-family: FontAwesome;
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
.tui-panel-builder-properties > .panel-heading:after.fa-pull-left {
  margin-right: 0.3em;
}
.tui-panel-builder-properties > .panel-heading:after.fa-pull-right {
  margin-left: 0.3em;
}
.tui-panel-builder-properties > .panel-heading:after.pull-left {
  margin-right: 0.3em;
}
.tui-panel-builder-properties > .panel-heading:after.pull-right {
  margin-left: 0.3em;
}
.tui-panel-builder-properties > .panel-heading.collapsed:after {
  cursor: pointer;
  content: "\f105";
}
.tui-panel-builder-properties .panel-body {
  padding: 10px;
}
.tui-panel-builder-properties .panel-body form .form-group {
  margin: 0;
}
.tui-panel-builder-properties .panel-body form .form-group label {
  margin-bottom: 0;
}
.tui-panel-builder-properties .panel-body form .form-group .form-control {
  padding: 5px;
  /*height: 100%;*/
}
.auto-resize-img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
}
.tui-container {
  margin-left: -15px;
  margin-right: -15px;
}
.tui-full-height-panel {
  height: calc(100% - 10px);
  display: flex;
  background-color: #e3ebf1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-bottom: 12px;
  margin-right: 2px;
  padding: 15px;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*& > div.flex-third {
        flex-basis: 33%
    }

    & > div.flex-quarter {
        flex-basis: 25%
    }

    & > div.flex-fifth {
        flex-basis: 20%
    }*/
  border: 1px solid white;
  background-color: #f4f7fa;
  flex-direction: column;
  padding: 0;
  margin: 4px;
  /*> .panel-tab-section {
        width: 100%;
        user-select: none;
        background: #e4ebf1;


        > .panel-tab {
            cursor: pointer;
            display: inline-block;
            margin: 6px 12px 0px 12px;
            font-size: 16px;
            font-weight: bold;
            color: #555;
            border-bottom: 4px solid transparent;
            transition-duration: .33s;

            

            &:hover {
                color: #555;
                border-bottom: 4px solid #555;
                transition-duration: .33s;
            }

            &.active-tab {
                color: #027cd1;
                border-bottom: 4px solid #027cd1;
                transition-duration: .33s;
            }
        }
    }*/
  flex-wrap: nowrap;
}
.tui-full-height-panel > div.flex-full {
  flex-basis: 100%;
}
.tui-full-height-panel > div.flex-half {
  flex-basis: 50%;
}
.tui-full-height-panel > div.new-flex {
  display: flex;
}
.tui-full-height-panel > div.new-flex.inline {
  display: inline-flex;
}
.tui-full-height-panel > div.new-flex.align-flex-end {
  align-items: flex-end;
}
.tui-full-height-panel > div.new-flex.justify-flex-end {
  justify-content: flex-end;
}
.tui-full-height-panel > div.new-flex.align-center {
  align-items: center;
}
.tui-full-height-panel > div.new-flex.spaced {
  justify-content: space-between;
  margin-top: 4px;
  padding-bottom: 8px;
}
.tui-full-height-panel > div.new-flex.spaced > div.flex-half {
  flex-basis: 49%;
}
.tui-full-height-panel > div.new-flex.spaced > div.flex-quarter {
  flex-basis: 24%;
}
.tui-full-height-panel > div.new-flex.spaced > div.flex-fifth {
  flex-basis: 19%;
}
.tui-full-height-panel > .ea-grouping-panel {
  height: 100%;
  width: 100%;
}
.tui-full-height-panel:has(.tui-header-tabs) > .panel-heading {
  border-bottom: none;
}
.tui-full-height-panel > .panel-heading {
  display: flex;
  font-weight: bold;
  padding: 6px 15px;
  width: 100%;
  background-color: #b1c7d7;
  border-bottom: 2px solid #c2d3e0;
  align-items: center;
  gap: 2px;
}
.tui-full-height-panel > .panel-heading > .keep-right {
  margin-left: auto;
}
.tui-full-height-panel > .panel-body {
  flex-grow: 1;
  width: 100%;
  padding: 6px 15px;
  background-color: #f4f7fa;
}
.tui-full-height-panel > .panel-body.scrollable {
  overflow-y: auto;
}
.tui-full-height-panel > .panel-body.scrollable.max-h500 {
  max-height: 500px;
}
.tui-full-height-panel > .panel-body.separated {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
.tui-full-height-panel > .panel-body.separated-top {
  border-top: 1px solid #c1c1c1;
}
.tui-full-height-panel > .panel-body.separated-bottom {
  border-bottom: 1px solid #c1c1c1;
}
.tui-full-height-panel > .panel-footer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  background-color: #e4ebf1;
  border-top: 1px solid #ddd;
  padding: 6px 15px;
  align-items: center;
  gap: 4px;
}
.tui-full-height-panel > .panel-footer.keep-left {
  justify-content: flex-start;
}
.tui-full-height-panel > .panel-footer.keep-right {
  justify-content: flex-end;
}
.tui-full-height-panel .description {
  font-weight: normal;
  color: dimgrey;
}
.tui-full-height-panel.lite {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.33);
}
.tui-full-height-panel.lite > .panel-heading {
  background-color: #d3dfe8;
  border-bottom: 3px solid #e4ebf1;
}
.tui-full-height-panel.red > .panel-heading {
  background-color: #fabbbb;
  border-bottom: 3px solid #fcd3d3;
}
.tui-full-height-panel.red > .panel-body {
  background-color: #ffffff;
}
.tui-full-height-panel.tui-disabled {
  background-color: #ffffff;
}
.tui-full-height-panel.tui-disabled > .panel-heading {
  background-color: #c1cbd3;
}
.tui-full-height-panel .panel-heading {
  font-weight: bold;
}
.tui-full-height-panel .panel-body {
  height: calc(100% - 40px);
  overflow-y: auto;
}
.tui-group-panel {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 3px;
  background-color: #f4f7fa;
}
.tui-group-panel > .panel-heading {
  padding-top: 8px;
  padding-bottom: 8px;
  /*border-color: #ddd;*/
  background-color: #d3dfe8;
  /*border-bottom: 3px solid lighten(@tui-main-content-blue-color, 5%);*/
}
.tui-group-panel > .panel-heading .collapsible-icon:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tui-group-panel > .panel-heading .collapsible-icon:before.fa-pull-left {
  margin-right: 0.3em;
}
.tui-group-panel > .panel-heading .collapsible-icon:before.fa-pull-right {
  margin-left: 0.3em;
}
.tui-group-panel > .panel-heading .collapsible-icon:before.pull-left {
  margin-right: 0.3em;
}
.tui-group-panel > .panel-heading .collapsible-icon:before.pull-right {
  margin-left: 0.3em;
}
.tui-group-panel > .panel-heading .collapsible-icon.collapsed:before {
  content: "\f105";
}
.tui-group-panel > .panel-heading.collapsed > .collapsible-icon:before {
  content: "\f105";
}
.tui-group-panel.tui-fullscreen > .panel-body {
  padding: 0;
}
.tui-group-panel > .panel-body {
  padding-top: 5px;
  padding-bottom: 5px;
}
.tui-group-panel > .panel-footer {
  background-color: #e4ebf1;
  text-align: right;
}
.tui-group-collapsible-panel {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 3px;
  background-color: #f4f7fa;
}
.tui-group-collapsible-panel > .panel-heading {
  padding-top: 8px;
  padding-bottom: 8px;
  /*border-color: #ddd;*/
  background-color: #d3dfe8;
  /*border-bottom: 3px solid lighten(@tui-main-content-blue-color, 5%);*/
}
.tui-group-collapsible-panel > .panel-heading .collapsible-icon:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tui-group-collapsible-panel > .panel-heading .collapsible-icon:before.fa-pull-left {
  margin-right: 0.3em;
}
.tui-group-collapsible-panel > .panel-heading .collapsible-icon:before.fa-pull-right {
  margin-left: 0.3em;
}
.tui-group-collapsible-panel > .panel-heading .collapsible-icon:before.pull-left {
  margin-right: 0.3em;
}
.tui-group-collapsible-panel > .panel-heading .collapsible-icon:before.pull-right {
  margin-left: 0.3em;
}
.tui-group-collapsible-panel > .panel-heading .collapsible-icon.collapsed:before {
  content: "\f105";
}
.tui-group-collapsible-panel > .panel-heading.collapsed > .collapsible-icon:before {
  content: "\f105";
}
.tui-group-collapsible-panel.tui-fullscreen > .panel-body {
  padding: 0;
}
.tui-group-collapsible-panel > .panel-body {
  padding-top: 5px;
  padding-bottom: 5px;
}
.tui-group-collapsible-panel > .panel-footer {
  background-color: #e4ebf1;
  text-align: right;
}
.tui-group-collapsible-panel > .panel-heading:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tui-group-collapsible-panel > .panel-heading:before.fa-pull-left {
  margin-right: 0.3em;
}
.tui-group-collapsible-panel > .panel-heading:before.fa-pull-right {
  margin-left: 0.3em;
}
.tui-group-collapsible-panel > .panel-heading:before.pull-left {
  margin-right: 0.3em;
}
.tui-group-collapsible-panel > .panel-heading:before.pull-right {
  margin-left: 0.3em;
}
.tui-group-collapsible-panel > .panel-heading.collapsed:before {
  content: "\f105";
}
.tui-form-group-panel {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 3px;
  background-color: #f4f7fa;
}
.tui-form-group-panel > .panel-heading {
  padding-top: 8px;
  padding-bottom: 8px;
  /*border-color: #ddd;*/
  background-color: #d3dfe8;
  /*border-bottom: 3px solid lighten(@tui-main-content-blue-color, 5%);*/
}
.tui-form-group-panel > .panel-heading .collapsible-icon:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tui-form-group-panel > .panel-heading .collapsible-icon:before.fa-pull-left {
  margin-right: 0.3em;
}
.tui-form-group-panel > .panel-heading .collapsible-icon:before.fa-pull-right {
  margin-left: 0.3em;
}
.tui-form-group-panel > .panel-heading .collapsible-icon:before.pull-left {
  margin-right: 0.3em;
}
.tui-form-group-panel > .panel-heading .collapsible-icon:before.pull-right {
  margin-left: 0.3em;
}
.tui-form-group-panel > .panel-heading .collapsible-icon.collapsed:before {
  content: "\f105";
}
.tui-form-group-panel > .panel-heading.collapsed > .collapsible-icon:before {
  content: "\f105";
}
.tui-form-group-panel.tui-fullscreen > .panel-body {
  padding: 0;
}
.tui-form-group-panel > .panel-body {
  padding-top: 5px;
  padding-bottom: 5px;
}
.tui-form-group-panel > .panel-footer {
  background-color: #e4ebf1;
  text-align: right;
}
.tui-form-group-panel > .panel-heading:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tui-form-group-panel > .panel-heading:before.fa-pull-left {
  margin-right: 0.3em;
}
.tui-form-group-panel > .panel-heading:before.fa-pull-right {
  margin-left: 0.3em;
}
.tui-form-group-panel > .panel-heading:before.pull-left {
  margin-right: 0.3em;
}
.tui-form-group-panel > .panel-heading:before.pull-right {
  margin-left: 0.3em;
}
.tui-form-group-panel > .panel-heading.collapsed:before {
  content: "\f105";
}
.tui-full-screen-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);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  border-top: 3px solid #a0bbce;
  background-color: #f4f7fa;
  margin-bottom: 0px;
  position: relative;
  height: 98%;
}
.tui-full-screen-panel > .list-group,
.tui-full-screen-panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.tui-full-screen-panel > .list-group .list-group-item,
.tui-full-screen-panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.tui-full-screen-panel > .list-group:first-child .list-group-item:first-child,
.tui-full-screen-panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tui-full-screen-panel > .list-group:last-child .list-group-item:last-child,
.tui-full-screen-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;
}
.tui-full-screen-panel > .table,
.tui-full-screen-panel > .table-responsive > .table,
.tui-full-screen-panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.tui-full-screen-panel > .table caption,
.tui-full-screen-panel > .table-responsive > .table caption,
.tui-full-screen-panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.tui-full-screen-panel > .table:first-child,
.tui-full-screen-panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tui-full-screen-panel > .table:first-child > thead:first-child > tr:first-child,
.tui-full-screen-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.tui-full-screen-panel > .table:first-child > tbody:first-child > tr:first-child,
.tui-full-screen-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.tui-full-screen-panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tui-full-screen-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tui-full-screen-panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tui-full-screen-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tui-full-screen-panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tui-full-screen-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tui-full-screen-panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.tui-full-screen-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.tui-full-screen-panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tui-full-screen-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tui-full-screen-panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tui-full-screen-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tui-full-screen-panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tui-full-screen-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tui-full-screen-panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.tui-full-screen-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.tui-full-screen-panel > .table:last-child,
.tui-full-screen-panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tui-full-screen-panel > .table:last-child > tbody:last-child > tr:last-child,
.tui-full-screen-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.tui-full-screen-panel > .table:last-child > tfoot:last-child > tr:last-child,
.tui-full-screen-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tui-full-screen-panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tui-full-screen-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tui-full-screen-panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tui-full-screen-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tui-full-screen-panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tui-full-screen-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tui-full-screen-panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.tui-full-screen-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.tui-full-screen-panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tui-full-screen-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tui-full-screen-panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tui-full-screen-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tui-full-screen-panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tui-full-screen-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tui-full-screen-panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.tui-full-screen-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.tui-full-screen-panel > .panel-body + .table,
.tui-full-screen-panel > .panel-body + .table-responsive,
.tui-full-screen-panel > .table + .panel-body,
.tui-full-screen-panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.tui-full-screen-panel > .table > tbody:first-child > tr:first-child th,
.tui-full-screen-panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.tui-full-screen-panel > .table-bordered,
.tui-full-screen-panel > .table-responsive > .table-bordered {
  border: 0;
}
.tui-full-screen-panel > .table-bordered > thead > tr > th:first-child,
.tui-full-screen-panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.tui-full-screen-panel > .table-bordered > tbody > tr > th:first-child,
.tui-full-screen-panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.tui-full-screen-panel > .table-bordered > tfoot > tr > th:first-child,
.tui-full-screen-panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.tui-full-screen-panel > .table-bordered > thead > tr > td:first-child,
.tui-full-screen-panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.tui-full-screen-panel > .table-bordered > tbody > tr > td:first-child,
.tui-full-screen-panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.tui-full-screen-panel > .table-bordered > tfoot > tr > td:first-child,
.tui-full-screen-panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.tui-full-screen-panel > .table-bordered > thead > tr > th:last-child,
.tui-full-screen-panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.tui-full-screen-panel > .table-bordered > tbody > tr > th:last-child,
.tui-full-screen-panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.tui-full-screen-panel > .table-bordered > tfoot > tr > th:last-child,
.tui-full-screen-panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.tui-full-screen-panel > .table-bordered > thead > tr > td:last-child,
.tui-full-screen-panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.tui-full-screen-panel > .table-bordered > tbody > tr > td:last-child,
.tui-full-screen-panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.tui-full-screen-panel > .table-bordered > tfoot > tr > td:last-child,
.tui-full-screen-panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.tui-full-screen-panel > .table-bordered > thead > tr:first-child > td,
.tui-full-screen-panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.tui-full-screen-panel > .table-bordered > tbody > tr:first-child > td,
.tui-full-screen-panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.tui-full-screen-panel > .table-bordered > thead > tr:first-child > th,
.tui-full-screen-panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.tui-full-screen-panel > .table-bordered > tbody > tr:first-child > th,
.tui-full-screen-panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.tui-full-screen-panel > .table-bordered > tbody > tr:last-child > td,
.tui-full-screen-panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.tui-full-screen-panel > .table-bordered > tfoot > tr:last-child > td,
.tui-full-screen-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.tui-full-screen-panel > .table-bordered > tbody > tr:last-child > th,
.tui-full-screen-panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.tui-full-screen-panel > .table-bordered > tfoot > tr:last-child > th,
.tui-full-screen-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.tui-full-screen-panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.tui-full-screen-panel > .panel-heading {
  align-items: center;
  /*border-color: #ddd;*/
  background-color: #b1c7d7;
  border-bottom: 3px solid #c2d3e0;
  font-weight: bold;
}
.tui-full-screen-panel > .panel-heading > span {
  vertical-align: middle;
}
.tui-full-screen-panel > .panel-heading .description {
  font-weight: normal;
  color: dimgrey;
}
.tui-full-screen-panel > .panel-heading .collapsible-icon:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tui-full-screen-panel > .panel-heading .collapsible-icon:before.fa-pull-left {
  margin-right: 0.3em;
}
.tui-full-screen-panel > .panel-heading .collapsible-icon:before.fa-pull-right {
  margin-left: 0.3em;
}
.tui-full-screen-panel > .panel-heading .collapsible-icon:before.pull-left {
  margin-right: 0.3em;
}
.tui-full-screen-panel > .panel-heading .collapsible-icon:before.pull-right {
  margin-left: 0.3em;
}
.tui-full-screen-panel > .panel-heading .collapsible-icon.collapsed:before {
  content: "\f105";
}
.tui-full-screen-panel > .panel-footer,
.tui-full-screen-panel div.collapse.in > .panel-footer,
.tui-full-screen-panel div.collapsing > .panel-footer {
  background-color: #e4ebf1;
  text-align: right;
}
.tui-form-dataobject {
  display: flex;
  background-color: #e3ebf1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-bottom: 12px;
  margin-right: 2px;
  padding: 15px;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*& > div.flex-third {
        flex-basis: 33%
    }

    & > div.flex-quarter {
        flex-basis: 25%
    }

    & > div.flex-fifth {
        flex-basis: 20%
    }*/
  border: 1px solid white;
  background-color: #f4f7fa;
  flex-direction: column;
  padding: 0;
  margin: 4px;
  /*> .panel-tab-section {
        width: 100%;
        user-select: none;
        background: #e4ebf1;


        > .panel-tab {
            cursor: pointer;
            display: inline-block;
            margin: 6px 12px 0px 12px;
            font-size: 16px;
            font-weight: bold;
            color: #555;
            border-bottom: 4px solid transparent;
            transition-duration: .33s;

            

            &:hover {
                color: #555;
                border-bottom: 4px solid #555;
                transition-duration: .33s;
            }

            &.active-tab {
                color: #027cd1;
                border-bottom: 4px solid #027cd1;
                transition-duration: .33s;
            }
        }
    }*/
}
.tui-form-dataobject > div.flex-full {
  flex-basis: 100%;
}
.tui-form-dataobject > div.flex-half {
  flex-basis: 50%;
}
.tui-form-dataobject > div.new-flex {
  display: flex;
}
.tui-form-dataobject > div.new-flex.inline {
  display: inline-flex;
}
.tui-form-dataobject > div.new-flex.align-flex-end {
  align-items: flex-end;
}
.tui-form-dataobject > div.new-flex.justify-flex-end {
  justify-content: flex-end;
}
.tui-form-dataobject > div.new-flex.align-center {
  align-items: center;
}
.tui-form-dataobject > div.new-flex.spaced {
  justify-content: space-between;
  margin-top: 4px;
  padding-bottom: 8px;
}
.tui-form-dataobject > div.new-flex.spaced > div.flex-half {
  flex-basis: 49%;
}
.tui-form-dataobject > div.new-flex.spaced > div.flex-quarter {
  flex-basis: 24%;
}
.tui-form-dataobject > div.new-flex.spaced > div.flex-fifth {
  flex-basis: 19%;
}
.tui-form-dataobject > .ea-grouping-panel {
  height: 100%;
  width: 100%;
}
.tui-form-dataobject:has(.tui-header-tabs) > .panel-heading {
  border-bottom: none;
}
.tui-form-dataobject > .panel-heading {
  display: flex;
  font-weight: bold;
  padding: 6px 15px;
  width: 100%;
  background-color: #b1c7d7;
  border-bottom: 2px solid #c2d3e0;
  align-items: center;
  gap: 2px;
}
.tui-form-dataobject > .panel-heading > .keep-right {
  margin-left: auto;
}
.tui-form-dataobject > .panel-body {
  flex-grow: 1;
  width: 100%;
  padding: 6px 15px;
  background-color: #f4f7fa;
}
.tui-form-dataobject > .panel-body.scrollable {
  overflow-y: auto;
}
.tui-form-dataobject > .panel-body.scrollable.max-h500 {
  max-height: 500px;
}
.tui-form-dataobject > .panel-body.separated {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
.tui-form-dataobject > .panel-body.separated-top {
  border-top: 1px solid #c1c1c1;
}
.tui-form-dataobject > .panel-body.separated-bottom {
  border-bottom: 1px solid #c1c1c1;
}
.tui-form-dataobject > .panel-footer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  background-color: #e4ebf1;
  border-top: 1px solid #ddd;
  padding: 6px 15px;
  align-items: center;
  gap: 4px;
}
.tui-form-dataobject > .panel-footer.keep-left {
  justify-content: flex-start;
}
.tui-form-dataobject > .panel-footer.keep-right {
  justify-content: flex-end;
}
.tui-form-dataobject .description {
  font-weight: normal;
  color: dimgrey;
}
.tui-form-dataobject.lite {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.33);
}
.tui-form-dataobject.lite > .panel-heading {
  background-color: #d3dfe8;
  border-bottom: 3px solid #e4ebf1;
}
.tui-form-dataobject.red > .panel-heading {
  background-color: #fabbbb;
  border-bottom: 3px solid #fcd3d3;
}
.tui-form-dataobject.red > .panel-body {
  background-color: #ffffff;
}
.tui-form-dataobject.tui-disabled {
  background-color: #ffffff;
}
.tui-form-dataobject.tui-disabled > .panel-heading {
  background-color: #c1cbd3;
}
.tui-form-dataobject .panel-heading {
  border: none;
}
.tui-form-dataobject .panel-body {
  padding: 5px;
}
.tui-form-dataobject :not(.uib-datepicker) > div > div > table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: small;
}
.tui-form-dataobject :not(.uib-datepicker) > div > div > table > thead > tr > th,
.tui-form-dataobject :not(.uib-datepicker) > div > div > table > tbody > tr > th,
.tui-form-dataobject :not(.uib-datepicker) > div > div > table > tfoot > tr > th,
.tui-form-dataobject :not(.uib-datepicker) > div > div > table > thead > tr > td,
.tui-form-dataobject :not(.uib-datepicker) > div > div > table > tbody > tr > td,
.tui-form-dataobject :not(.uib-datepicker) > div > div > table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.tui-form-dataobject :not(.uib-datepicker) > div > div > table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.tui-form-dataobject :not(.uib-datepicker) > div > div > table > caption + thead > tr:first-child > th,
.tui-form-dataobject :not(.uib-datepicker) > div > div > table > colgroup + thead > tr:first-child > th,
.tui-form-dataobject :not(.uib-datepicker) > div > div > table > thead:first-child > tr:first-child > th,
.tui-form-dataobject :not(.uib-datepicker) > div > div > table > caption + thead > tr:first-child > td,
.tui-form-dataobject :not(.uib-datepicker) > div > div > table > colgroup + thead > tr:first-child > td,
.tui-form-dataobject :not(.uib-datepicker) > div > div > table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.tui-form-dataobject :not(.uib-datepicker) > div > div > table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.tui-form-dataobject :not(.uib-datepicker) > div > div > table .table {
  background-color: #fff;
}
.tui-form-dataobject :not(.uib-datepicker) > div > div > table > thead > tr > th,
.tui-form-dataobject :not(.uib-datepicker) > div > div > table > tbody > tr > th,
.tui-form-dataobject :not(.uib-datepicker) > div > div > table > tfoot > tr > th,
.tui-form-dataobject :not(.uib-datepicker) > div > div > table > thead > tr > td,
.tui-form-dataobject :not(.uib-datepicker) > div > div > table > tbody > tr > td,
.tui-form-dataobject :not(.uib-datepicker) > div > div > table > tfoot > tr > td {
  padding: 5px;
}
.tui-form-dataobject :not(.uib-datepicker) > div > div > table td.icons {
  width: 10px;
  vertical-align: middle;
}
.tui-form-dataobject :not(.uib-datepicker) > div > div > table td.data {
  min-width: 150px;
}
.tui-form-dataobject .tui-dataobject-grid input[type="text"],
.tui-form-dataobject .tui-dataobject-grid input[type="number"],
.tui-form-dataobject .tui-dataobject-grid input[type="date"],
.tui-form-dataobject .tui-dataobject-grid textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding: 2px;
}
.tui-form-dataobject .tui-dataobject-grid input[type="text"]:focus,
.tui-form-dataobject .tui-dataobject-grid input[type="number"]:focus,
.tui-form-dataobject .tui-dataobject-grid input[type="date"]:focus,
.tui-form-dataobject .tui-dataobject-grid textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tui-form-dataobject .tui-dataobject-grid input[type="text"]::-moz-placeholder,
.tui-form-dataobject .tui-dataobject-grid input[type="number"]::-moz-placeholder,
.tui-form-dataobject .tui-dataobject-grid input[type="date"]::-moz-placeholder,
.tui-form-dataobject .tui-dataobject-grid textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.tui-form-dataobject .tui-dataobject-grid input[type="text"]:-ms-input-placeholder,
.tui-form-dataobject .tui-dataobject-grid input[type="number"]:-ms-input-placeholder,
.tui-form-dataobject .tui-dataobject-grid input[type="date"]:-ms-input-placeholder,
.tui-form-dataobject .tui-dataobject-grid textarea:-ms-input-placeholder {
  color: #999;
}
.tui-form-dataobject .tui-dataobject-grid input[type="text"]::-webkit-input-placeholder,
.tui-form-dataobject .tui-dataobject-grid input[type="number"]::-webkit-input-placeholder,
.tui-form-dataobject .tui-dataobject-grid input[type="date"]::-webkit-input-placeholder,
.tui-form-dataobject .tui-dataobject-grid textarea::-webkit-input-placeholder {
  color: #999;
}
.tui-form-dataobject .tui-dataobject-grid input[type="text"][disabled],
.tui-form-dataobject .tui-dataobject-grid input[type="number"][disabled],
.tui-form-dataobject .tui-dataobject-grid input[type="date"][disabled],
.tui-form-dataobject .tui-dataobject-grid textarea[disabled],
.tui-form-dataobject .tui-dataobject-grid input[type="text"][readonly],
.tui-form-dataobject .tui-dataobject-grid input[type="number"][readonly],
.tui-form-dataobject .tui-dataobject-grid input[type="date"][readonly],
.tui-form-dataobject .tui-dataobject-grid textarea[readonly],
fieldset[disabled] .tui-form-dataobject .tui-dataobject-grid input[type="text"],
fieldset[disabled] .tui-form-dataobject .tui-dataobject-grid input[type="number"],
fieldset[disabled] .tui-form-dataobject .tui-dataobject-grid input[type="date"],
fieldset[disabled] .tui-form-dataobject .tui-dataobject-grid textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.tui-form-dataobject .tui-dataobject-grid input[type="text"][disabled],
.tui-form-dataobject .tui-dataobject-grid input[type="number"][disabled],
.tui-form-dataobject .tui-dataobject-grid input[type="date"][disabled],
.tui-form-dataobject .tui-dataobject-grid textarea[disabled],
fieldset[disabled] .tui-form-dataobject .tui-dataobject-grid input[type="text"],
fieldset[disabled] .tui-form-dataobject .tui-dataobject-grid input[type="number"],
fieldset[disabled] .tui-form-dataobject .tui-dataobject-grid input[type="date"],
fieldset[disabled] .tui-form-dataobject .tui-dataobject-grid textarea {
  cursor: not-allowed;
}
textarea.tui-form-dataobject .tui-dataobject-grid input[type="text"],
textarea.tui-form-dataobject .tui-dataobject-grid input[type="number"],
textarea.tui-form-dataobject .tui-dataobject-grid input[type="date"],
textarea.tui-form-dataobject .tui-dataobject-grid textarea {
  height: auto;
}
.tui-form-dataobject .tui-dataobject-grid input[type="text"].mini,
.tui-form-dataobject .tui-dataobject-grid input[type="number"].mini,
.tui-form-dataobject .tui-dataobject-grid input[type="date"].mini,
.tui-form-dataobject .tui-dataobject-grid textarea.mini {
  height: 24px;
  padding: 0 0 0 2px;
}
.tui-form-dataobject .tui-dataobject-grid input[type="text"].short,
.tui-form-dataobject .tui-dataobject-grid input[type="number"].short,
.tui-form-dataobject .tui-dataobject-grid input[type="date"].short,
.tui-form-dataobject .tui-dataobject-grid textarea.short {
  width: 80px;
}
.tui-form-dataobject .tui-dataobject-subgrid input[type="text"],
.tui-form-dataobject .tui-dataobject-subgrid input[type="number"],
.tui-form-dataobject .tui-dataobject-subgrid input[type="date"],
.tui-form-dataobject .tui-dataobject-subgrid textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding: 2px;
}
.tui-form-dataobject .tui-dataobject-subgrid input[type="text"]:focus,
.tui-form-dataobject .tui-dataobject-subgrid input[type="number"]:focus,
.tui-form-dataobject .tui-dataobject-subgrid input[type="date"]:focus,
.tui-form-dataobject .tui-dataobject-subgrid textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tui-form-dataobject .tui-dataobject-subgrid input[type="text"]::-moz-placeholder,
.tui-form-dataobject .tui-dataobject-subgrid input[type="number"]::-moz-placeholder,
.tui-form-dataobject .tui-dataobject-subgrid input[type="date"]::-moz-placeholder,
.tui-form-dataobject .tui-dataobject-subgrid textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.tui-form-dataobject .tui-dataobject-subgrid input[type="text"]:-ms-input-placeholder,
.tui-form-dataobject .tui-dataobject-subgrid input[type="number"]:-ms-input-placeholder,
.tui-form-dataobject .tui-dataobject-subgrid input[type="date"]:-ms-input-placeholder,
.tui-form-dataobject .tui-dataobject-subgrid textarea:-ms-input-placeholder {
  color: #999;
}
.tui-form-dataobject .tui-dataobject-subgrid input[type="text"]::-webkit-input-placeholder,
.tui-form-dataobject .tui-dataobject-subgrid input[type="number"]::-webkit-input-placeholder,
.tui-form-dataobject .tui-dataobject-subgrid input[type="date"]::-webkit-input-placeholder,
.tui-form-dataobject .tui-dataobject-subgrid textarea::-webkit-input-placeholder {
  color: #999;
}
.tui-form-dataobject .tui-dataobject-subgrid input[type="text"][disabled],
.tui-form-dataobject .tui-dataobject-subgrid input[type="number"][disabled],
.tui-form-dataobject .tui-dataobject-subgrid input[type="date"][disabled],
.tui-form-dataobject .tui-dataobject-subgrid textarea[disabled],
.tui-form-dataobject .tui-dataobject-subgrid input[type="text"][readonly],
.tui-form-dataobject .tui-dataobject-subgrid input[type="number"][readonly],
.tui-form-dataobject .tui-dataobject-subgrid input[type="date"][readonly],
.tui-form-dataobject .tui-dataobject-subgrid textarea[readonly],
fieldset[disabled] .tui-form-dataobject .tui-dataobject-subgrid input[type="text"],
fieldset[disabled] .tui-form-dataobject .tui-dataobject-subgrid input[type="number"],
fieldset[disabled] .tui-form-dataobject .tui-dataobject-subgrid input[type="date"],
fieldset[disabled] .tui-form-dataobject .tui-dataobject-subgrid textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.tui-form-dataobject .tui-dataobject-subgrid input[type="text"][disabled],
.tui-form-dataobject .tui-dataobject-subgrid input[type="number"][disabled],
.tui-form-dataobject .tui-dataobject-subgrid input[type="date"][disabled],
.tui-form-dataobject .tui-dataobject-subgrid textarea[disabled],
fieldset[disabled] .tui-form-dataobject .tui-dataobject-subgrid input[type="text"],
fieldset[disabled] .tui-form-dataobject .tui-dataobject-subgrid input[type="number"],
fieldset[disabled] .tui-form-dataobject .tui-dataobject-subgrid input[type="date"],
fieldset[disabled] .tui-form-dataobject .tui-dataobject-subgrid textarea {
  cursor: not-allowed;
}
textarea.tui-form-dataobject .tui-dataobject-subgrid input[type="text"],
textarea.tui-form-dataobject .tui-dataobject-subgrid input[type="number"],
textarea.tui-form-dataobject .tui-dataobject-subgrid input[type="date"],
textarea.tui-form-dataobject .tui-dataobject-subgrid textarea {
  height: auto;
}
.tui-form-dataobject .tui-dataobject-subgrid input[type="text"].mini,
.tui-form-dataobject .tui-dataobject-subgrid input[type="number"].mini,
.tui-form-dataobject .tui-dataobject-subgrid input[type="date"].mini,
.tui-form-dataobject .tui-dataobject-subgrid textarea.mini {
  height: 24px;
  padding: 0 0 0 2px;
}
.tui-form-dataobject .tui-dataobject-subgrid input[type="text"].short,
.tui-form-dataobject .tui-dataobject-subgrid input[type="number"].short,
.tui-form-dataobject .tui-dataobject-subgrid input[type="date"].short,
.tui-form-dataobject .tui-dataobject-subgrid textarea.short {
  width: 80px;
}
.tui-form-dataobject .tui-dataobject-subgrid > .ui-grid-contents-wrapper {
  border: 1px #d4d4d4 solid;
}
.tui-form-dataobject .tui-dataobject-subgrid > .ui-grid-contents-wrapper .ui-grid-header > .ui-grid-top-panel {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cdedf3), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #cdedf3, #ffffff);
  background: -moz-linear-gradient(center bottom, #cdedf3 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #cdedf3);
}
.tui-form-dataobject .paging-buttons {
  text-align: center;
}
.tui-form-dataobject .paging-buttons input {
  display: inline-block;
  width: 80px;
}
.tui-form-dataobject .paging-details {
  font-weight: bold;
  align-items: center;
  display: flex;
  justify-content: center;
}
.tui-form-dataobject .paging-details .tui-page-number-display {
  width: 70px;
  height: 30px;
  padding: 6px;
  margin-left: 10px;
  margin-right: 10px;
}
.tui-form-dataobject .paging-details .arrow-btn {
  margin: 5px;
}
.tui-form-dataobject .paging-details .del-row {
  font-size: 16px;
  margin-left: 10px;
  width: 28px;
}
.tui-panel-card-tabbed {
  display: block;
  margin: 4px;
  /*.panel-tab-outer-section.flip {
        display: flex;
        flex-direction: row-reverse;
        transform: scale(-1);
        border-top: none;
        background: rgb(177,199,215);
        background: linear-gradient(180deg, rgba(177,199,215,1) 0%, rgba(177,199,215,0) 100%);
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;

        & > .panel-tab {
            transform: scale(-1);
        }
    }*/
}
.tui-panel-card-tabbed > .tui-panel-card {
  margin: 0;
  border: none;
}
.tui-panel-card-tabbed > .tui-panel-card > .panel-heading {
  border-top: 1px solid #e4ebf1;
  border-right: 1px solid #6e97b4;
  border-left: 1px solid #6e97b4;
  border-top: none;
  border-radius: 0px;
}
.tui-panel-card-tabbed .panel-tab-outer-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  user-select: none;
  background: #e4ebf1;
  border: 1px solid #ffffff;
  border-bottom: none;
  margin-left: -1px;
  margin-right: -1px;
  background: #b1c7d7;
  background: linear-gradient(0deg, #b1c7d7 0%, rgba(177, 199, 215, 0) 100%);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  /* Width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* Handle on drag */
}
@media (max-width: 1023px) {
  .tui-panel-card-tabbed .panel-tab-outer-section {
    /* Styles for scrollable tabs on smaller screens */
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.tui-panel-card-tabbed .panel-tab-outer-section::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  cursor: pointer;
}
.tui-panel-card-tabbed .panel-tab-outer-section::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f1f1f1;
}
.tui-panel-card-tabbed .panel-tab-outer-section::-webkit-scrollbar-thumb {
  background: #8896a2;
  border-radius: 10px;
}
.tui-panel-card-tabbed .panel-tab-outer-section::-webkit-scrollbar-thumb:hover {
  background: #7a8997;
  cursor: grab;
}
.tui-panel-card-tabbed .panel-tab-outer-section::-webkit-scrollbar-thumb:active {
  background: #6c7d8b;
  cursor: grabbing;
}
.tui-panel-card-tabbed .panel-tab-outer-section > .panel-tab {
  cursor: pointer;
  display: inline-block;
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 42px;
  background: #d3dfe8;
  border: 1px solid #b1c7d7;
  border-bottom: 1px solid #e4ebf1;
  color: #2e6da4;
  flex: 1;
  text-align: center;
  white-space: nowrap;
  transition-property: background-color;
  transition-duration: 0.33s;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tui-panel-card-tabbed .panel-tab-outer-section > .panel-tab:hover {
  background: #e4ebf1;
  transition-duration: 0.33s;
}
.tui-panel-card-tabbed .panel-tab-outer-section > .panel-tab.active .unsaved-icon {
  opacity: 1;
}
.tui-panel-card-tabbed .panel-tab-outer-section > .panel-tab.active {
  background: #b1c7d7;
  border: 1px solid #6e97b4;
  border-bottom: 1px solid #b1c7d7;
  transition-duration: 0.33s;
}
.tui-panel-card-tabbed .panel-tab-body {
  border-top: 1px solid #c1c1c1;
  min-height: 0px;
  width: 100%;
  padding: 0px;
}
.tui-panel-card-tabbed .panel-tab-body [data-tab-content] > .panel-body {
  min-height: 200px;
}
.tui-panel-card-tabbed .panel-tab-body .panel-body {
  padding: 5px 10px;
  overflow-y: auto;
}
.tui-panel-card-tabbed .panel-tab-body .form-group {
  margin: 5px 0px;
}
.tui-panel-card-tabbed > .panel-tab-section {
  width: 100%;
  user-select: none;
}
.tui-panel-card-tabbed > .panel-tab-section > .panel-tab {
  cursor: pointer;
  display: inline-block;
  margin: 6px 12px 0px 12px;
  font-size: 16px;
  font-weight: bold;
  color: #555;
  border-bottom: 4px solid transparent;
  transition-duration: 0.33s;
}
.tui-panel-card-tabbed > .panel-tab-section > .panel-tab:hover {
  color: #555;
  border-bottom: 4px solid #555;
  transition-duration: 0.33s;
}
.tui-panel-card-tabbed > .panel-tab-section > .panel-tab.active .unsaved-icon {
  opacity: 1;
}
.tui-panel-card-tabbed > .panel-tab-section > .panel-tab.active {
  color: #027cd1;
  border-bottom: 4px solid #027cd1;
  transition-duration: 0.33s;
}
[data-tab-content] {
  display: flex;
  background-color: #e3ebf1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-bottom: 12px;
  margin-right: 2px;
  padding: 15px;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*& > div.flex-third {
        flex-basis: 33%
    }

    & > div.flex-quarter {
        flex-basis: 25%
    }

    & > div.flex-fifth {
        flex-basis: 20%
    }*/
  border: 1px solid white;
  background-color: #f4f7fa;
  flex-direction: column;
  padding: 0;
  margin: 4px;
  /*> .panel-tab-section {
        width: 100%;
        user-select: none;
        background: #e4ebf1;


        > .panel-tab {
            cursor: pointer;
            display: inline-block;
            margin: 6px 12px 0px 12px;
            font-size: 16px;
            font-weight: bold;
            color: #555;
            border-bottom: 4px solid transparent;
            transition-duration: .33s;

            

            &:hover {
                color: #555;
                border-bottom: 4px solid #555;
                transition-duration: .33s;
            }

            &.active-tab {
                color: #027cd1;
                border-bottom: 4px solid #027cd1;
                transition-duration: .33s;
            }
        }
    }*/
  margin: 0 !important;
  box-shadow: none !important;
  display: none !important;
  border: none;
}
[data-tab-content] > div.flex-full {
  flex-basis: 100%;
}
[data-tab-content] > div.flex-half {
  flex-basis: 50%;
}
[data-tab-content] > div.new-flex {
  display: flex;
}
[data-tab-content] > div.new-flex.inline {
  display: inline-flex;
}
[data-tab-content] > div.new-flex.align-flex-end {
  align-items: flex-end;
}
[data-tab-content] > div.new-flex.justify-flex-end {
  justify-content: flex-end;
}
[data-tab-content] > div.new-flex.align-center {
  align-items: center;
}
[data-tab-content] > div.new-flex.spaced {
  justify-content: space-between;
  margin-top: 4px;
  padding-bottom: 8px;
}
[data-tab-content] > div.new-flex.spaced > div.flex-half {
  flex-basis: 49%;
}
[data-tab-content] > div.new-flex.spaced > div.flex-quarter {
  flex-basis: 24%;
}
[data-tab-content] > div.new-flex.spaced > div.flex-fifth {
  flex-basis: 19%;
}
[data-tab-content] > .ea-grouping-panel {
  height: 100%;
  width: 100%;
}
[data-tab-content]:has(.tui-header-tabs) > .panel-heading {
  border-bottom: none;
}
[data-tab-content] > .panel-heading {
  display: flex;
  font-weight: bold;
  padding: 6px 15px;
  width: 100%;
  background-color: #b1c7d7;
  border-bottom: 2px solid #c2d3e0;
  align-items: center;
  gap: 2px;
}
[data-tab-content] > .panel-heading > .keep-right {
  margin-left: auto;
}
[data-tab-content] > .panel-body {
  flex-grow: 1;
  width: 100%;
  padding: 6px 15px;
  background-color: #f4f7fa;
}
[data-tab-content] > .panel-body.scrollable {
  overflow-y: auto;
}
[data-tab-content] > .panel-body.scrollable.max-h500 {
  max-height: 500px;
}
[data-tab-content] > .panel-body.separated {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
[data-tab-content] > .panel-body.separated-top {
  border-top: 1px solid #c1c1c1;
}
[data-tab-content] > .panel-body.separated-bottom {
  border-bottom: 1px solid #c1c1c1;
}
[data-tab-content] > .panel-footer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  background-color: #e4ebf1;
  border-top: 1px solid #ddd;
  padding: 6px 15px;
  align-items: center;
  gap: 4px;
}
[data-tab-content] > .panel-footer.keep-left {
  justify-content: flex-start;
}
[data-tab-content] > .panel-footer.keep-right {
  justify-content: flex-end;
}
[data-tab-content] .description {
  font-weight: normal;
  color: dimgrey;
}
[data-tab-content].lite {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.33);
}
[data-tab-content].lite > .panel-heading {
  background-color: #d3dfe8;
  border-bottom: 3px solid #e4ebf1;
}
[data-tab-content].red > .panel-heading {
  background-color: #fabbbb;
  border-bottom: 3px solid #fcd3d3;
}
[data-tab-content].red > .panel-body {
  background-color: #ffffff;
}
[data-tab-content].tui-disabled {
  background-color: #ffffff;
}
[data-tab-content].tui-disabled > .panel-heading {
  background-color: #c1cbd3;
}
.active[data-tab-content] {
  display: block !important;
}
.tui-pill {
  font-size: 11px;
  color: white;
  line-height: 0;
  vertical-align: middle;
  background: #2e6da4;
  border-radius: 50px;
  display: inline-block;
  padding: 10px 8px;
}
.tui-mark {
  font-size: 11px;
  color: white;
  line-height: 0;
  vertical-align: middle;
  background: #2e6da4;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 5px;
  font-family: monospace;
  background: #00509587;
  margin-bottom: 2px;
}
[notification] {
  display: none;
}
.tui-notification {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  padding-right: 35px;
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  /*position: absolute;
    top: 60px;
    width: 100%; 
    z-index: 1;
    opacity: 0.85;*/
  transition: none !important;
  /*-moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;*/
  /*&.ng-hide-add, &.ng-hide-remove {
        -moz-transition: all linear 0.5s;
        -o-transition: all linear 0.5s;
        -webkit-transition: all linear 0.5s;
        transition: all linear 0.5s;
    }*/
}
.tui-notification h4 {
  margin-top: 0;
  color: inherit;
}
.tui-notification .alert-link {
  font-weight: bold;
}
.tui-notification > p,
.tui-notification > ul {
  margin-bottom: 0;
}
.tui-notification > p + p {
  margin-top: 5px;
}
.tui-notification .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.tui-notification .close {
  right: 0;
}
.tui-notification.ng-hide {
  height: 0;
}
.tui-notification-success,
.ui-notification.success {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  padding-right: 35px;
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  /*position: absolute;
    top: 60px;
    width: 100%; 
    z-index: 1;
    opacity: 0.85;*/
  transition: none !important;
  /*-moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;*/
  /*&.ng-hide-add, &.ng-hide-remove {
        -moz-transition: all linear 0.5s;
        -o-transition: all linear 0.5s;
        -webkit-transition: all linear 0.5s;
        transition: all linear 0.5s;
    }*/
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
  background-image: none;
}
.tui-notification-success h4,
.ui-notification.success h4 {
  margin-top: 0;
  color: inherit;
}
.tui-notification-success .alert-link,
.ui-notification.success .alert-link {
  font-weight: bold;
}
.tui-notification-success > p,
.ui-notification.success > p,
.tui-notification-success > ul,
.ui-notification.success > ul {
  margin-bottom: 0;
}
.tui-notification-success > p + p,
.ui-notification.success > p + p {
  margin-top: 5px;
}
.tui-notification-success .close,
.ui-notification.success .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.tui-notification-success .close,
.ui-notification.success .close {
  right: 0;
}
.tui-notification-success.ng-hide,
.ui-notification.success.ng-hide {
  height: 0;
}
.tui-notification-success hr,
.ui-notification.success hr {
  border-top-color: #c9e2b3;
}
.tui-notification-success .alert-link,
.ui-notification.success .alert-link {
  color: #2b542c;
}
.tui-notification-error,
.ui-notification.error {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  padding-right: 35px;
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  /*position: absolute;
    top: 60px;
    width: 100%; 
    z-index: 1;
    opacity: 0.85;*/
  transition: none !important;
  /*-moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;*/
  /*&.ng-hide-add, &.ng-hide-remove {
        -moz-transition: all linear 0.5s;
        -o-transition: all linear 0.5s;
        -webkit-transition: all linear 0.5s;
        transition: all linear 0.5s;
    }*/
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
  background-image: none;
}
.tui-notification-error h4,
.ui-notification.error h4 {
  margin-top: 0;
  color: inherit;
}
.tui-notification-error .alert-link,
.ui-notification.error .alert-link {
  font-weight: bold;
}
.tui-notification-error > p,
.ui-notification.error > p,
.tui-notification-error > ul,
.ui-notification.error > ul {
  margin-bottom: 0;
}
.tui-notification-error > p + p,
.ui-notification.error > p + p {
  margin-top: 5px;
}
.tui-notification-error .close,
.ui-notification.error .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.tui-notification-error .close,
.ui-notification.error .close {
  right: 0;
}
.tui-notification-error.ng-hide,
.ui-notification.error.ng-hide {
  height: 0;
}
.tui-notification-error hr,
.ui-notification.error hr {
  border-top-color: #e4b9c0;
}
.tui-notification-error .alert-link,
.ui-notification.error .alert-link {
  color: #843534;
}
.tui-notification-warning,
.ui-notification.warning {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  padding-right: 35px;
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  /*position: absolute;
    top: 60px;
    width: 100%; 
    z-index: 1;
    opacity: 0.85;*/
  transition: none !important;
  /*-moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;*/
  /*&.ng-hide-add, &.ng-hide-remove {
        -moz-transition: all linear 0.5s;
        -o-transition: all linear 0.5s;
        -webkit-transition: all linear 0.5s;
        transition: all linear 0.5s;
    }*/
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
  background-image: none;
}
.tui-notification-warning h4,
.ui-notification.warning h4 {
  margin-top: 0;
  color: inherit;
}
.tui-notification-warning .alert-link,
.ui-notification.warning .alert-link {
  font-weight: bold;
}
.tui-notification-warning > p,
.ui-notification.warning > p,
.tui-notification-warning > ul,
.ui-notification.warning > ul {
  margin-bottom: 0;
}
.tui-notification-warning > p + p,
.ui-notification.warning > p + p {
  margin-top: 5px;
}
.tui-notification-warning .close,
.ui-notification.warning .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.tui-notification-warning .close,
.ui-notification.warning .close {
  right: 0;
}
.tui-notification-warning.ng-hide,
.ui-notification.warning.ng-hide {
  height: 0;
}
.tui-notification-warning hr,
.ui-notification.warning hr {
  border-top-color: #f7e1b5;
}
.tui-notification-warning .alert-link,
.ui-notification.warning .alert-link {
  color: #66512c;
}
.tui-notification-info,
.ui-notification.info {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  padding-right: 35px;
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  /*position: absolute;
    top: 60px;
    width: 100%; 
    z-index: 1;
    opacity: 0.85;*/
  transition: none !important;
  /*-moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;*/
  /*&.ng-hide-add, &.ng-hide-remove {
        -moz-transition: all linear 0.5s;
        -o-transition: all linear 0.5s;
        -webkit-transition: all linear 0.5s;
        transition: all linear 0.5s;
    }*/
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
  background-image: none;
}
.tui-notification-info h4,
.ui-notification.info h4 {
  margin-top: 0;
  color: inherit;
}
.tui-notification-info .alert-link,
.ui-notification.info .alert-link {
  font-weight: bold;
}
.tui-notification-info > p,
.ui-notification.info > p,
.tui-notification-info > ul,
.ui-notification.info > ul {
  margin-bottom: 0;
}
.tui-notification-info > p + p,
.ui-notification.info > p + p {
  margin-top: 5px;
}
.tui-notification-info .close,
.ui-notification.info .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.tui-notification-info .close,
.ui-notification.info .close {
  right: 0;
}
.tui-notification-info.ng-hide,
.ui-notification.info.ng-hide {
  height: 0;
}
.tui-notification-info hr,
.ui-notification.info hr {
  border-top-color: #a6e1ec;
}
.tui-notification-info .alert-link,
.ui-notification.info .alert-link {
  color: #245269;
}
.ui-notification {
  position: fixed;
  z-index: 9999;
  width: calc(25% - 40px);
  margin-right: 20px;
  margin-top: 90px;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 10px;
  color: black;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 75px;
  max-height: 75vh;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ui-notification > .tui-notification-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.66);
  border-radius: 4px;
}
.ui-notification > .tui-notification-body {
  max-height: calc(100% - 30px);
  overflow: auto;
  min-height: 0;
  /* (for Firefox?) - S.B maybe not needed but letting it stay */
}
.ui-notification > .progressBar {
  position: absolute;
  bottom: 5px;
  margin: 5px 5px 0 5px;
  left: 0;
  right: 100%;
  height: 2px;
  content: " ";
  background: rgba(0, 0, 0, 0.4);
}
.ui-notification.moved {
  resize: both;
  overflow-x: auto;
  transition: none;
  z-index: 10000;
}
.ui-notification.moving {
  transition: none;
  z-index: 10001;
}
.ui-notification.transparent {
  -webkit-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
  opacity: 0.25 !important;
}
.tui-ordered-list ::marker {
  content: counters(list-item, '.') '. ';
}
.tui-draggable {
  cursor: move !important;
}
.tui-icon-minitext {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 9px;
  white-space: pre;
  display: block;
  text-align: center;
  margin-right: 2px;
  margin-left: 2px;
}
.tui-smaller-icon {
  transform: translateY(1px) scale(0.9);
}
/*Dashboard*/
.tui-table-cell-number {
  text-align: right;
}
.tui-metrics-group {
  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);
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  /*margin: 5px;
    padding: 10px;*/
  overflow: auto;
}
.tui-metrics-group blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.tui-metrics-task-details {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 10px;
}
.tui-metrics-task-details .tui-metrics-task-name {
  font-weight: bold;
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .tui-metrics-task-details .tui-metrics-task-name {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .tui-metrics-task-details .tui-metrics-task-name {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .tui-metrics-task-details .tui-metrics-task-name {
    float: left;
    width: 25%;
  }
}
.tui-metrics-task-details .tui-metrics-task-value {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .tui-metrics-task-details .tui-metrics-task-value {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .tui-metrics-task-details .tui-metrics-task-value {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .tui-metrics-task-details .tui-metrics-task-value {
    float: left;
    width: 75%;
  }
}
.tui-metrics-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.tui-metrics-table > thead > tr > th,
.tui-metrics-table > tbody > tr > th,
.tui-metrics-table > tfoot > tr > th,
.tui-metrics-table > thead > tr > td,
.tui-metrics-table > tbody > tr > td,
.tui-metrics-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.tui-metrics-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.tui-metrics-table > caption + thead > tr:first-child > th,
.tui-metrics-table > colgroup + thead > tr:first-child > th,
.tui-metrics-table > thead:first-child > tr:first-child > th,
.tui-metrics-table > caption + thead > tr:first-child > td,
.tui-metrics-table > colgroup + thead > tr:first-child > td,
.tui-metrics-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.tui-metrics-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.tui-metrics-table .table {
  background-color: #fff;
}
.tui-metrics-table > thead > tr > th,
.tui-metrics-table > tbody > tr > th,
.tui-metrics-table > tfoot > tr > th,
.tui-metrics-table > thead > tr > td,
.tui-metrics-table > tbody > tr > td,
.tui-metrics-table > tfoot > tr > td {
  padding: 5px;
}
.tui-metrics-table thead tr th:last-child button {
  margin-left: 2px;
}
.tui-metrics-table tbody tr td:last-child button {
  margin-left: 2px;
}
.panel-page-content-dashboard {
  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);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-top: 3px solid lightgray;
  border-radius: 0;
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 33.33333333%;
  padding: 0;
}
.panel-page-content-dashboard > .list-group,
.panel-page-content-dashboard > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel-page-content-dashboard > .list-group .list-group-item,
.panel-page-content-dashboard > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel-page-content-dashboard > .list-group:first-child .list-group-item:first-child,
.panel-page-content-dashboard > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-page-content-dashboard > .list-group:last-child .list-group-item:last-child,
.panel-page-content-dashboard > .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-page-content-dashboard > .table,
.panel-page-content-dashboard > .table-responsive > .table,
.panel-page-content-dashboard > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel-page-content-dashboard > .table caption,
.panel-page-content-dashboard > .table-responsive > .table caption,
.panel-page-content-dashboard > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel-page-content-dashboard > .table:first-child,
.panel-page-content-dashboard > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-page-content-dashboard > .table:first-child > thead:first-child > tr:first-child,
.panel-page-content-dashboard > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel-page-content-dashboard > .table:first-child > tbody:first-child > tr:first-child,
.panel-page-content-dashboard > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-page-content-dashboard > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel-page-content-dashboard > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel-page-content-dashboard > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel-page-content-dashboard > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel-page-content-dashboard > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel-page-content-dashboard > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel-page-content-dashboard > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel-page-content-dashboard > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel-page-content-dashboard > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel-page-content-dashboard > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel-page-content-dashboard > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel-page-content-dashboard > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel-page-content-dashboard > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel-page-content-dashboard > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel-page-content-dashboard > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel-page-content-dashboard > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel-page-content-dashboard > .table:last-child,
.panel-page-content-dashboard > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-page-content-dashboard > .table:last-child > tbody:last-child > tr:last-child,
.panel-page-content-dashboard > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel-page-content-dashboard > .table:last-child > tfoot:last-child > tr:last-child,
.panel-page-content-dashboard > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel-page-content-dashboard > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel-page-content-dashboard > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel-page-content-dashboard > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel-page-content-dashboard > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel-page-content-dashboard > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel-page-content-dashboard > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel-page-content-dashboard > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel-page-content-dashboard > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel-page-content-dashboard > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel-page-content-dashboard > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel-page-content-dashboard > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel-page-content-dashboard > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel-page-content-dashboard > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel-page-content-dashboard > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel-page-content-dashboard > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel-page-content-dashboard > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel-page-content-dashboard > .panel-body + .table,
.panel-page-content-dashboard > .panel-body + .table-responsive,
.panel-page-content-dashboard > .table + .panel-body,
.panel-page-content-dashboard > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel-page-content-dashboard > .table > tbody:first-child > tr:first-child th,
.panel-page-content-dashboard > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel-page-content-dashboard > .table-bordered,
.panel-page-content-dashboard > .table-responsive > .table-bordered {
  border: 0;
}
.panel-page-content-dashboard > .table-bordered > thead > tr > th:first-child,
.panel-page-content-dashboard > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel-page-content-dashboard > .table-bordered > tbody > tr > th:first-child,
.panel-page-content-dashboard > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel-page-content-dashboard > .table-bordered > tfoot > tr > th:first-child,
.panel-page-content-dashboard > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel-page-content-dashboard > .table-bordered > thead > tr > td:first-child,
.panel-page-content-dashboard > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel-page-content-dashboard > .table-bordered > tbody > tr > td:first-child,
.panel-page-content-dashboard > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel-page-content-dashboard > .table-bordered > tfoot > tr > td:first-child,
.panel-page-content-dashboard > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel-page-content-dashboard > .table-bordered > thead > tr > th:last-child,
.panel-page-content-dashboard > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel-page-content-dashboard > .table-bordered > tbody > tr > th:last-child,
.panel-page-content-dashboard > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel-page-content-dashboard > .table-bordered > tfoot > tr > th:last-child,
.panel-page-content-dashboard > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel-page-content-dashboard > .table-bordered > thead > tr > td:last-child,
.panel-page-content-dashboard > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel-page-content-dashboard > .table-bordered > tbody > tr > td:last-child,
.panel-page-content-dashboard > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel-page-content-dashboard > .table-bordered > tfoot > tr > td:last-child,
.panel-page-content-dashboard > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel-page-content-dashboard > .table-bordered > thead > tr:first-child > td,
.panel-page-content-dashboard > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel-page-content-dashboard > .table-bordered > tbody > tr:first-child > td,
.panel-page-content-dashboard > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel-page-content-dashboard > .table-bordered > thead > tr:first-child > th,
.panel-page-content-dashboard > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel-page-content-dashboard > .table-bordered > tbody > tr:first-child > th,
.panel-page-content-dashboard > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel-page-content-dashboard > .table-bordered > tbody > tr:last-child > td,
.panel-page-content-dashboard > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel-page-content-dashboard > .table-bordered > tfoot > tr:last-child > td,
.panel-page-content-dashboard > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel-page-content-dashboard > .table-bordered > tbody > tr:last-child > th,
.panel-page-content-dashboard > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel-page-content-dashboard > .table-bordered > tfoot > tr:last-child > th,
.panel-page-content-dashboard > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel-page-content-dashboard > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-page-content-dashboard > .panel-heading {
  border-color: #ddd;
}
.panel-page-content-dashboard > .panel-heading .panel-title a {
  color: #337ab7;
}
.panel-page-content-dashboard > .panel-footer {
  color: #333;
  border-color: #ddd;
}
.panel-page-content-dashboard > .panel-footer.dataset-footer {
  font-size: 18pt;
  vertical-align: middle;
}
.panel-page-content-dashboard .panel-body {
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .panel-page-content-dashboard {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .panel-page-content-dashboard {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .panel-page-content-dashboard {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .panel-page-content-dashboard {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .panel-page-content-dashboard {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .panel-page-content-dashboard {
    margin-left: 33.33333333%;
  }
}
.tui-metrics-container {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 10px;
  border: none;
}
@media (min-width: 1200px) {
  .tui-metrics-container {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .tui-metrics-container {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .tui-metrics-container {
    float: left;
    width: 33.33333333%;
  }
}
.tui-metrics-drop-container {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 10px;
  border: none;
  height: 170px;
}
@media (min-width: 1200px) {
  .tui-metrics-drop-container {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .tui-metrics-drop-container {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .tui-metrics-drop-container {
    float: left;
    width: 33.33333333%;
  }
}
.tui-metrics-card {
  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);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-top: 3px solid lightgray;
  border-radius: 0;
  background-color: #ddf1f9;
  /*background-color: lighten(@tui-main-content-blue-color, 15%);*/
}
.tui-metrics-card > .list-group,
.tui-metrics-card > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.tui-metrics-card > .list-group .list-group-item,
.tui-metrics-card > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.tui-metrics-card > .list-group:first-child .list-group-item:first-child,
.tui-metrics-card > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tui-metrics-card > .list-group:last-child .list-group-item:last-child,
.tui-metrics-card > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tui-metrics-card > .table,
.tui-metrics-card > .table-responsive > .table,
.tui-metrics-card > .panel-collapse > .table {
  margin-bottom: 0;
}
.tui-metrics-card > .table caption,
.tui-metrics-card > .table-responsive > .table caption,
.tui-metrics-card > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.tui-metrics-card > .table:first-child,
.tui-metrics-card > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tui-metrics-card > .table:first-child > thead:first-child > tr:first-child,
.tui-metrics-card > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.tui-metrics-card > .table:first-child > tbody:first-child > tr:first-child,
.tui-metrics-card > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.tui-metrics-card > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tui-metrics-card > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tui-metrics-card > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tui-metrics-card > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tui-metrics-card > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tui-metrics-card > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tui-metrics-card > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.tui-metrics-card > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.tui-metrics-card > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tui-metrics-card > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tui-metrics-card > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tui-metrics-card > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tui-metrics-card > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tui-metrics-card > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tui-metrics-card > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.tui-metrics-card > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.tui-metrics-card > .table:last-child,
.tui-metrics-card > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tui-metrics-card > .table:last-child > tbody:last-child > tr:last-child,
.tui-metrics-card > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.tui-metrics-card > .table:last-child > tfoot:last-child > tr:last-child,
.tui-metrics-card > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tui-metrics-card > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tui-metrics-card > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tui-metrics-card > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tui-metrics-card > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tui-metrics-card > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tui-metrics-card > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tui-metrics-card > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.tui-metrics-card > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.tui-metrics-card > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tui-metrics-card > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tui-metrics-card > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tui-metrics-card > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tui-metrics-card > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tui-metrics-card > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tui-metrics-card > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.tui-metrics-card > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.tui-metrics-card > .panel-body + .table,
.tui-metrics-card > .panel-body + .table-responsive,
.tui-metrics-card > .table + .panel-body,
.tui-metrics-card > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.tui-metrics-card > .table > tbody:first-child > tr:first-child th,
.tui-metrics-card > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.tui-metrics-card > .table-bordered,
.tui-metrics-card > .table-responsive > .table-bordered {
  border: 0;
}
.tui-metrics-card > .table-bordered > thead > tr > th:first-child,
.tui-metrics-card > .table-responsive > .table-bordered > thead > tr > th:first-child,
.tui-metrics-card > .table-bordered > tbody > tr > th:first-child,
.tui-metrics-card > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.tui-metrics-card > .table-bordered > tfoot > tr > th:first-child,
.tui-metrics-card > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.tui-metrics-card > .table-bordered > thead > tr > td:first-child,
.tui-metrics-card > .table-responsive > .table-bordered > thead > tr > td:first-child,
.tui-metrics-card > .table-bordered > tbody > tr > td:first-child,
.tui-metrics-card > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.tui-metrics-card > .table-bordered > tfoot > tr > td:first-child,
.tui-metrics-card > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.tui-metrics-card > .table-bordered > thead > tr > th:last-child,
.tui-metrics-card > .table-responsive > .table-bordered > thead > tr > th:last-child,
.tui-metrics-card > .table-bordered > tbody > tr > th:last-child,
.tui-metrics-card > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.tui-metrics-card > .table-bordered > tfoot > tr > th:last-child,
.tui-metrics-card > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.tui-metrics-card > .table-bordered > thead > tr > td:last-child,
.tui-metrics-card > .table-responsive > .table-bordered > thead > tr > td:last-child,
.tui-metrics-card > .table-bordered > tbody > tr > td:last-child,
.tui-metrics-card > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.tui-metrics-card > .table-bordered > tfoot > tr > td:last-child,
.tui-metrics-card > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.tui-metrics-card > .table-bordered > thead > tr:first-child > td,
.tui-metrics-card > .table-responsive > .table-bordered > thead > tr:first-child > td,
.tui-metrics-card > .table-bordered > tbody > tr:first-child > td,
.tui-metrics-card > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.tui-metrics-card > .table-bordered > thead > tr:first-child > th,
.tui-metrics-card > .table-responsive > .table-bordered > thead > tr:first-child > th,
.tui-metrics-card > .table-bordered > tbody > tr:first-child > th,
.tui-metrics-card > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.tui-metrics-card > .table-bordered > tbody > tr:last-child > td,
.tui-metrics-card > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.tui-metrics-card > .table-bordered > tfoot > tr:last-child > td,
.tui-metrics-card > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.tui-metrics-card > .table-bordered > tbody > tr:last-child > th,
.tui-metrics-card > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.tui-metrics-card > .table-bordered > tfoot > tr:last-child > th,
.tui-metrics-card > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.tui-metrics-card > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.tui-metrics-card > .panel-heading {
  border-color: #ddd;
}
.tui-metrics-card > .panel-heading .panel-title a {
  color: #337ab7;
}
.tui-metrics-card > .panel-footer {
  color: #333;
  border-color: #ddd;
}
.tui-metrics-card > .panel-footer.dataset-footer {
  font-size: 18pt;
  vertical-align: middle;
}
.tui-metrics-card .panel-heading {
  text-align: center;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 55px;
}
.tui-metrics-card .panel-body {
  margin-left: 15px;
  margin-right: 15px;
  height: 135px;
}
.tui-metrics-card .panel-body .tui-metrics-uom {
  text-align: center;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 2em;
}
.tui-metrics-card:hover {
  background-color: #eef8fc;
  /*background-color: lighten(@tui-main-content-blue-color, 20%);*/
}
.tui-metrics-card .panel-footer {
  background-color: #cceaf6;
  height: 4em;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: darkgray;
  /*background-color: lighten(@tui-main-content-blue-color, 10%);*/
}
.tui-metrics-alert {
  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);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-top: 3px solid lightgray;
  border-radius: 0;
  background-color: #ddf1f9;
  /*background-color: lighten(@tui-main-content-blue-color, 15%);*/
  background-color: #f2dede;
  border-color: #ebccd1;
}
.tui-metrics-alert > .list-group,
.tui-metrics-alert > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.tui-metrics-alert > .list-group .list-group-item,
.tui-metrics-alert > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.tui-metrics-alert > .list-group:first-child .list-group-item:first-child,
.tui-metrics-alert > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tui-metrics-alert > .list-group:last-child .list-group-item:last-child,
.tui-metrics-alert > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tui-metrics-alert > .table,
.tui-metrics-alert > .table-responsive > .table,
.tui-metrics-alert > .panel-collapse > .table {
  margin-bottom: 0;
}
.tui-metrics-alert > .table caption,
.tui-metrics-alert > .table-responsive > .table caption,
.tui-metrics-alert > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.tui-metrics-alert > .table:first-child,
.tui-metrics-alert > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tui-metrics-alert > .table:first-child > thead:first-child > tr:first-child,
.tui-metrics-alert > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.tui-metrics-alert > .table:first-child > tbody:first-child > tr:first-child,
.tui-metrics-alert > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.tui-metrics-alert > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tui-metrics-alert > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tui-metrics-alert > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tui-metrics-alert > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tui-metrics-alert > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tui-metrics-alert > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tui-metrics-alert > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.tui-metrics-alert > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.tui-metrics-alert > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tui-metrics-alert > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tui-metrics-alert > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tui-metrics-alert > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tui-metrics-alert > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tui-metrics-alert > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tui-metrics-alert > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.tui-metrics-alert > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.tui-metrics-alert > .table:last-child,
.tui-metrics-alert > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tui-metrics-alert > .table:last-child > tbody:last-child > tr:last-child,
.tui-metrics-alert > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.tui-metrics-alert > .table:last-child > tfoot:last-child > tr:last-child,
.tui-metrics-alert > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tui-metrics-alert > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tui-metrics-alert > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tui-metrics-alert > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tui-metrics-alert > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tui-metrics-alert > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tui-metrics-alert > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tui-metrics-alert > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.tui-metrics-alert > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.tui-metrics-alert > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tui-metrics-alert > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tui-metrics-alert > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tui-metrics-alert > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tui-metrics-alert > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tui-metrics-alert > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tui-metrics-alert > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.tui-metrics-alert > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.tui-metrics-alert > .panel-body + .table,
.tui-metrics-alert > .panel-body + .table-responsive,
.tui-metrics-alert > .table + .panel-body,
.tui-metrics-alert > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.tui-metrics-alert > .table > tbody:first-child > tr:first-child th,
.tui-metrics-alert > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.tui-metrics-alert > .table-bordered,
.tui-metrics-alert > .table-responsive > .table-bordered {
  border: 0;
}
.tui-metrics-alert > .table-bordered > thead > tr > th:first-child,
.tui-metrics-alert > .table-responsive > .table-bordered > thead > tr > th:first-child,
.tui-metrics-alert > .table-bordered > tbody > tr > th:first-child,
.tui-metrics-alert > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.tui-metrics-alert > .table-bordered > tfoot > tr > th:first-child,
.tui-metrics-alert > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.tui-metrics-alert > .table-bordered > thead > tr > td:first-child,
.tui-metrics-alert > .table-responsive > .table-bordered > thead > tr > td:first-child,
.tui-metrics-alert > .table-bordered > tbody > tr > td:first-child,
.tui-metrics-alert > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.tui-metrics-alert > .table-bordered > tfoot > tr > td:first-child,
.tui-metrics-alert > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.tui-metrics-alert > .table-bordered > thead > tr > th:last-child,
.tui-metrics-alert > .table-responsive > .table-bordered > thead > tr > th:last-child,
.tui-metrics-alert > .table-bordered > tbody > tr > th:last-child,
.tui-metrics-alert > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.tui-metrics-alert > .table-bordered > tfoot > tr > th:last-child,
.tui-metrics-alert > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.tui-metrics-alert > .table-bordered > thead > tr > td:last-child,
.tui-metrics-alert > .table-responsive > .table-bordered > thead > tr > td:last-child,
.tui-metrics-alert > .table-bordered > tbody > tr > td:last-child,
.tui-metrics-alert > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.tui-metrics-alert > .table-bordered > tfoot > tr > td:last-child,
.tui-metrics-alert > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.tui-metrics-alert > .table-bordered > thead > tr:first-child > td,
.tui-metrics-alert > .table-responsive > .table-bordered > thead > tr:first-child > td,
.tui-metrics-alert > .table-bordered > tbody > tr:first-child > td,
.tui-metrics-alert > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.tui-metrics-alert > .table-bordered > thead > tr:first-child > th,
.tui-metrics-alert > .table-responsive > .table-bordered > thead > tr:first-child > th,
.tui-metrics-alert > .table-bordered > tbody > tr:first-child > th,
.tui-metrics-alert > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.tui-metrics-alert > .table-bordered > tbody > tr:last-child > td,
.tui-metrics-alert > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.tui-metrics-alert > .table-bordered > tfoot > tr:last-child > td,
.tui-metrics-alert > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.tui-metrics-alert > .table-bordered > tbody > tr:last-child > th,
.tui-metrics-alert > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.tui-metrics-alert > .table-bordered > tfoot > tr:last-child > th,
.tui-metrics-alert > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.tui-metrics-alert > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.tui-metrics-alert > .panel-heading {
  border-color: #ddd;
}
.tui-metrics-alert > .panel-heading .panel-title a {
  color: #337ab7;
}
.tui-metrics-alert > .panel-footer {
  color: #333;
  border-color: #ddd;
}
.tui-metrics-alert > .panel-footer.dataset-footer {
  font-size: 18pt;
  vertical-align: middle;
}
.tui-metrics-alert .panel-heading {
  text-align: center;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 55px;
}
.tui-metrics-alert .panel-body {
  margin-left: 15px;
  margin-right: 15px;
  height: 135px;
}
.tui-metrics-alert .panel-body .tui-metrics-uom {
  text-align: center;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 2em;
}
.tui-metrics-alert:hover {
  background-color: #eef8fc;
  /*background-color: lighten(@tui-main-content-blue-color, 20%);*/
}
.tui-metrics-alert .panel-footer {
  background-color: #cceaf6;
  height: 4em;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: darkgray;
  /*background-color: lighten(@tui-main-content-blue-color, 10%);*/
}
.tui-metrics-alert:hover {
  background-color: #f8eded;
  /*background-color: lighten(@tui-main-content-blue-color, 20%);*/
}
.tui-metrics-alert > .panel-footer {
  background-color: #eccfcf;
}
.tui-metrics-card-unchangeable {
  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);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-top: 3px solid lightgray;
  border-radius: 0;
  background-color: #ddf1f9;
  /*background-color: lighten(@tui-main-content-blue-color, 15%);*/
  background-color: #eef8fc;
}
.tui-metrics-card-unchangeable > .list-group,
.tui-metrics-card-unchangeable > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.tui-metrics-card-unchangeable > .list-group .list-group-item,
.tui-metrics-card-unchangeable > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.tui-metrics-card-unchangeable > .list-group:first-child .list-group-item:first-child,
.tui-metrics-card-unchangeable > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tui-metrics-card-unchangeable > .list-group:last-child .list-group-item:last-child,
.tui-metrics-card-unchangeable > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tui-metrics-card-unchangeable > .table,
.tui-metrics-card-unchangeable > .table-responsive > .table,
.tui-metrics-card-unchangeable > .panel-collapse > .table {
  margin-bottom: 0;
}
.tui-metrics-card-unchangeable > .table caption,
.tui-metrics-card-unchangeable > .table-responsive > .table caption,
.tui-metrics-card-unchangeable > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.tui-metrics-card-unchangeable > .table:first-child,
.tui-metrics-card-unchangeable > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tui-metrics-card-unchangeable > .table:first-child > thead:first-child > tr:first-child,
.tui-metrics-card-unchangeable > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.tui-metrics-card-unchangeable > .table:first-child > tbody:first-child > tr:first-child,
.tui-metrics-card-unchangeable > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.tui-metrics-card-unchangeable > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tui-metrics-card-unchangeable > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tui-metrics-card-unchangeable > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tui-metrics-card-unchangeable > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tui-metrics-card-unchangeable > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tui-metrics-card-unchangeable > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tui-metrics-card-unchangeable > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.tui-metrics-card-unchangeable > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.tui-metrics-card-unchangeable > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tui-metrics-card-unchangeable > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tui-metrics-card-unchangeable > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tui-metrics-card-unchangeable > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tui-metrics-card-unchangeable > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tui-metrics-card-unchangeable > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tui-metrics-card-unchangeable > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.tui-metrics-card-unchangeable > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.tui-metrics-card-unchangeable > .table:last-child,
.tui-metrics-card-unchangeable > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tui-metrics-card-unchangeable > .table:last-child > tbody:last-child > tr:last-child,
.tui-metrics-card-unchangeable > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.tui-metrics-card-unchangeable > .table:last-child > tfoot:last-child > tr:last-child,
.tui-metrics-card-unchangeable > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tui-metrics-card-unchangeable > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tui-metrics-card-unchangeable > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tui-metrics-card-unchangeable > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tui-metrics-card-unchangeable > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tui-metrics-card-unchangeable > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tui-metrics-card-unchangeable > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tui-metrics-card-unchangeable > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.tui-metrics-card-unchangeable > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.tui-metrics-card-unchangeable > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tui-metrics-card-unchangeable > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tui-metrics-card-unchangeable > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tui-metrics-card-unchangeable > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tui-metrics-card-unchangeable > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tui-metrics-card-unchangeable > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tui-metrics-card-unchangeable > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.tui-metrics-card-unchangeable > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.tui-metrics-card-unchangeable > .panel-body + .table,
.tui-metrics-card-unchangeable > .panel-body + .table-responsive,
.tui-metrics-card-unchangeable > .table + .panel-body,
.tui-metrics-card-unchangeable > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.tui-metrics-card-unchangeable > .table > tbody:first-child > tr:first-child th,
.tui-metrics-card-unchangeable > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.tui-metrics-card-unchangeable > .table-bordered,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered {
  border: 0;
}
.tui-metrics-card-unchangeable > .table-bordered > thead > tr > th:first-child,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered > thead > tr > th:first-child,
.tui-metrics-card-unchangeable > .table-bordered > tbody > tr > th:first-child,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.tui-metrics-card-unchangeable > .table-bordered > tfoot > tr > th:first-child,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.tui-metrics-card-unchangeable > .table-bordered > thead > tr > td:first-child,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered > thead > tr > td:first-child,
.tui-metrics-card-unchangeable > .table-bordered > tbody > tr > td:first-child,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.tui-metrics-card-unchangeable > .table-bordered > tfoot > tr > td:first-child,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.tui-metrics-card-unchangeable > .table-bordered > thead > tr > th:last-child,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered > thead > tr > th:last-child,
.tui-metrics-card-unchangeable > .table-bordered > tbody > tr > th:last-child,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.tui-metrics-card-unchangeable > .table-bordered > tfoot > tr > th:last-child,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.tui-metrics-card-unchangeable > .table-bordered > thead > tr > td:last-child,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered > thead > tr > td:last-child,
.tui-metrics-card-unchangeable > .table-bordered > tbody > tr > td:last-child,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.tui-metrics-card-unchangeable > .table-bordered > tfoot > tr > td:last-child,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.tui-metrics-card-unchangeable > .table-bordered > thead > tr:first-child > td,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered > thead > tr:first-child > td,
.tui-metrics-card-unchangeable > .table-bordered > tbody > tr:first-child > td,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.tui-metrics-card-unchangeable > .table-bordered > thead > tr:first-child > th,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered > thead > tr:first-child > th,
.tui-metrics-card-unchangeable > .table-bordered > tbody > tr:first-child > th,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.tui-metrics-card-unchangeable > .table-bordered > tbody > tr:last-child > td,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.tui-metrics-card-unchangeable > .table-bordered > tfoot > tr:last-child > td,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.tui-metrics-card-unchangeable > .table-bordered > tbody > tr:last-child > th,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.tui-metrics-card-unchangeable > .table-bordered > tfoot > tr:last-child > th,
.tui-metrics-card-unchangeable > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.tui-metrics-card-unchangeable > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.tui-metrics-card-unchangeable > .panel-heading {
  border-color: #ddd;
}
.tui-metrics-card-unchangeable > .panel-heading .panel-title a {
  color: #337ab7;
}
.tui-metrics-card-unchangeable > .panel-footer {
  color: #333;
  border-color: #ddd;
}
.tui-metrics-card-unchangeable > .panel-footer.dataset-footer {
  font-size: 18pt;
  vertical-align: middle;
}
.tui-metrics-card-unchangeable .panel-heading {
  text-align: center;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 55px;
}
.tui-metrics-card-unchangeable .panel-body {
  margin-left: 15px;
  margin-right: 15px;
  height: 135px;
}
.tui-metrics-card-unchangeable .panel-body .tui-metrics-uom {
  text-align: center;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 2em;
}
.tui-metrics-card-unchangeable:hover {
  background-color: #eef8fc;
  /*background-color: lighten(@tui-main-content-blue-color, 20%);*/
}
.tui-metrics-card-unchangeable .panel-footer {
  background-color: #cceaf6;
  height: 4em;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: darkgray;
  /*background-color: lighten(@tui-main-content-blue-color, 10%);*/
}
.tui-metrics-value {
  text-align: center;
  font-size: x-large;
}
.tui-metrics-card-container {
  width: 100%;
}
.tui-metrics-tasks {
  height: 300px;
  overflow-y: auto;
  /*color: #fff9ae;*/
}
.dataObj_InputPort {
  fill: #F7F7F7;
  stroke: #d7d7d7;
}
.dataObj_OutputPort {
  fill: #F7F7F7;
  stroke: #d7d7d7;
}
.tui_draw2d-palette_item {
  margin: 3px 1px;
  cursor: move;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  width: 100%;
  /*width: 50px;*/
  background-color: #d3dfe8;
  border: 1px solid #b1c7d7;
  text-align: left;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: 1px solid gray;
  cursor: grab;
  text-align: center;
  border-radius: 5px;
  width: 200px;
  margin: 2px 0;
  height: 28px;
}
.tui_draw2d-palette_item:focus,
.tui_draw2d-palette_item:active:focus,
.tui_draw2d-palette_item.active:focus,
.tui_draw2d-palette_item.focus,
.tui_draw2d-palette_item:active.focus,
.tui_draw2d-palette_item.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.tui_draw2d-palette_item:hover,
.tui_draw2d-palette_item:focus,
.tui_draw2d-palette_item.focus {
  color: #333;
  text-decoration: none;
}
.tui_draw2d-palette_item:active,
.tui_draw2d-palette_item.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tui_draw2d-palette_item.disabled,
.tui_draw2d-palette_item[disabled],
fieldset[disabled] .tui_draw2d-palette_item {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tui_draw2d-palette_item:active,
.tui_draw2d-palette_item.active {
  background-image: none;
}
.tui_draw2d-palette_item input,
.tui_draw2d-palette_item label,
.tui_draw2d-palette_item select,
.tui_draw2d-palette_item textarea {
  cursor: move;
}
.tui_draw2d-palette_item .fa {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  width: 1.28571429em;
  text-align: center;
  color: #37556b;
}
.tui_draw2d-palette_item.selected {
  outline: 2px inset #77caff !important;
}
.tui_draw2d-palette_item:active:hover {
  cursor: grabbing;
}
.tui-draw2d_palette_search {
  padding: 4px;
  width: 100%;
  margin: 3px auto 3px auto;
  border-radius: 5px;
  height: 28px;
  min-width: 217px;
}
#relationPalette {
  width: 235px;
}
#relationPalette .panel-body {
  padding: 4px;
}
#relationBuilder {
  width: calc(100% - 235px - 10px);
  position: relative;
}
.scrollable-panel {
  height: auto;
  max-height: 81vh;
  overflow-y: scroll;
}
/* Common */
table.tui-page-break {
  page-break-before: always;
  page-break-inside: avoid;
}
/*Tables*/
.tui-table-details {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.tui-table-details > thead > tr > th,
.tui-table-details > tbody > tr > th,
.tui-table-details > tfoot > tr > th,
.tui-table-details > thead > tr > td,
.tui-table-details > tbody > tr > td,
.tui-table-details > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.tui-table-details > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.tui-table-details > caption + thead > tr:first-child > th,
.tui-table-details > colgroup + thead > tr:first-child > th,
.tui-table-details > thead:first-child > tr:first-child > th,
.tui-table-details > caption + thead > tr:first-child > td,
.tui-table-details > colgroup + thead > tr:first-child > td,
.tui-table-details > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.tui-table-details > tbody + tbody {
  border-top: 2px solid #ddd;
}
.tui-table-details .table {
  background-color: #fff;
}
.tui-table-details tbody > tr > td {
  border: none;
  padding-bottom: 0;
  margin: 0;
}
.tui-table-bottom-border td {
  border-bottom: 2px solid #ddd !important;
}
.abstract-grouping-panel > .tui-table th,
.abstract-grouping-panel > .tui-table td {
  border-color: #9da1a5;
}
.tui-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.tui-table > thead > tr > th,
.tui-table > tbody > tr > th,
.tui-table > tfoot > tr > th,
.tui-table > thead > tr > td,
.tui-table > tbody > tr > td,
.tui-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.tui-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.tui-table > caption + thead > tr:first-child > th,
.tui-table > colgroup + thead > tr:first-child > th,
.tui-table > thead:first-child > tr:first-child > th,
.tui-table > caption + thead > tr:first-child > td,
.tui-table > colgroup + thead > tr:first-child > td,
.tui-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.tui-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.tui-table .table {
  background-color: #fff;
}
.tui-table > thead > tr > th,
.tui-table > tbody > tr > th,
.tui-table > tfoot > tr > th,
.tui-table > thead > tr > td,
.tui-table > tbody > tr > td,
.tui-table > tfoot > tr > td {
  padding: 5px;
}
.tui-table thead tr th:last-child button {
  margin-left: 2px;
}
.tui-table tbody tr td:last-child button {
  margin-left: 2px;
}
.tui-table-list {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: small;
}
.tui-table-list > thead > tr > th,
.tui-table-list > tbody > tr > th,
.tui-table-list > tfoot > tr > th,
.tui-table-list > thead > tr > td,
.tui-table-list > tbody > tr > td,
.tui-table-list > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.tui-table-list > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.tui-table-list > caption + thead > tr:first-child > th,
.tui-table-list > colgroup + thead > tr:first-child > th,
.tui-table-list > thead:first-child > tr:first-child > th,
.tui-table-list > caption + thead > tr:first-child > td,
.tui-table-list > colgroup + thead > tr:first-child > td,
.tui-table-list > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.tui-table-list > tbody + tbody {
  border-top: 2px solid #ddd;
}
.tui-table-list .table {
  background-color: #fff;
}
.tui-table-list > thead > tr > th,
.tui-table-list > tbody > tr > th,
.tui-table-list > tfoot > tr > th,
.tui-table-list > thead > tr > td,
.tui-table-list > tbody > tr > td,
.tui-table-list > tfoot > tr > td {
  padding: 5px;
}
.tui-table-list thead tr th:last-child button {
  margin-left: 2px;
}
.tui-table-list tbody tr td:last-child button {
  margin-left: 2px;
}
.ea-panel-body > .tui-table-list > thead > tr > th {
  border-bottom: 2px solid #d3dfe8;
}
.ea-panel-body > .tui-table-list > tbody + tbody {
  border-top: 2px solid #d3dfe8;
}
.ea-panel-body > .tui-table-list > thead > tr > th,
.ea-panel-body > .tui-table-list > tbody > tr > th,
.ea-panel-body > .tui-table-list > tfoot > tr > th,
.ea-panel-body > .tui-table-list > thead > tr > td,
.ea-panel-body > .tui-table-list > tbody > tr > td,
.ea-panel-body > .tui-table-list > tfoot > tr > td {
  border-top: 1px solid #d3dfe8;
}
/*Drag and drop*/
.tui-droppable {
  padding: 15px;
  border: 2px #6e97b4 dashed;
  border-radius: 5px;
  /*line-height: 34px;*/
  /*&.drag-over {
        background-color: red;
    }*/
}
.tui-droppable.dndDragover {
  background-color: #a0bbce;
  /*background-color: red;*/
}
.tui-builder-droppable {
  padding: 15px;
  border: 2px #6e97b4 dashed;
  border-radius: 5px;
  /*line-height: 34px;*/
  /*&.drag-over {
        background-color: red;
    }*/
  min-height: 50px;
}
.tui-builder-droppable.dndDragover {
  background-color: #a0bbce;
  /*background-color: red;*/
}
.tui-builder-droppable .dndPlaceholder {
  margin: 3px 1px;
  cursor: move;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  width: 100%;
  /*width: 50px;*/
  background-color: #d3dfe8;
  border: 1px solid #b1c7d7;
  text-align: left;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 12.5vw;
  background-color: #7ea3bd;
  height: 30px;
}
.tui-builder-droppable .dndPlaceholder:focus,
.tui-builder-droppable .dndPlaceholder:active:focus,
.tui-builder-droppable .dndPlaceholder.active:focus,
.tui-builder-droppable .dndPlaceholder.focus,
.tui-builder-droppable .dndPlaceholder:active.focus,
.tui-builder-droppable .dndPlaceholder.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.tui-builder-droppable .dndPlaceholder:hover,
.tui-builder-droppable .dndPlaceholder:focus,
.tui-builder-droppable .dndPlaceholder.focus {
  color: #333;
  text-decoration: none;
}
.tui-builder-droppable .dndPlaceholder:active,
.tui-builder-droppable .dndPlaceholder.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tui-builder-droppable .dndPlaceholder.disabled,
.tui-builder-droppable .dndPlaceholder[disabled],
fieldset[disabled] .tui-builder-droppable .dndPlaceholder {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tui-builder-droppable .dndPlaceholder:active,
.tui-builder-droppable .dndPlaceholder.active {
  background-image: none;
}
.tui-builder-droppable .dndPlaceholder input,
.tui-builder-droppable .dndPlaceholder label,
.tui-builder-droppable .dndPlaceholder select,
.tui-builder-droppable .dndPlaceholder textarea {
  cursor: move;
}
.tui-builder-droppable .dndPlaceholder .fa {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  width: 1.28571429em;
  text-align: center;
  color: #37556b;
}
.tui-builder-droppable .dndPlaceholder.selected {
  outline: 2px inset #77caff !important;
}
.tui-builder-droppable.trash {
  border-color: darkgray;
  flex: 0 0 200px;
  margin-left: auto;
  align-self: stretch;
}
.tui-builder-droppable.trash .ribbon-title {
  text-align: center;
  color: darkgray;
}
.tui-builder-droppable.trash .dndPlaceholder {
  display: none;
}
.tui-cell-builder-droppable {
  min-height: 1px;
  padding: 15px;
  border: 2px #6e97b4 dashed;
  border-radius: 5px;
}
.tui-cell-builder-droppable .dndPlaceholder {
  background: #7ea3bd !important;
  height: 30px;
}
.tui-upload-progress-label-right {
  float: right;
  margin-top: 3px;
  margin-bottom: 3px;
}
.progress-bar-with-space-right {
  height: 22px;
  width: 85%;
  display: inline-flex;
  margin: 0;
}
.tui-dnd-search-input {
  padding-bottom: 5px;
}
/***************************** Dropzone Styling *****************************/
/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
.advancedDemo .dropzone ul[dnd-list] {
  min-height: 42px;
  margin: 0px;
  padding-left: 0px;
}
/**
 * The dnd-lists's child elements currently MUST have
 * position: relative. Otherwise we can not determine
 * whether the mouse pointer is in the upper or lower
 * half of the element we are dragging over. In other
 * browsers we can use event.offsetY for this.
 */
.advancedDemo .dropzone li {
  display: block;
}
/**
 * Reduce opacity of elements during the drag operation. This allows the user
 * to see where he is dropping his element, even if the element is huge. The
 * .dndDragging class is automatically set during the drag operation.
 */
.advancedDemo .dropzone .dndDragging {
  opacity: 0.7;
}
/**
 * The dndDraggingSource class will be applied to the source element of a drag
 * operation. It makes sense to hide it to give the user the feeling that he's
 * actually moving it. Note that the source element has also .dndDragging class.
 */
.advancedDemo .dropzone .dndDraggingSource {
  display: none;
}
/**
 * An element with .dndPlaceholder class will be added as child of the dnd-list
 * while the user is dragging over it.
 */
.advancedDemo .dropzone .dndPlaceholder {
  /*background-color: #ddd !important;
    height: 128px;
    padding-bottom: 10px;
    width: 324px;
    display: block;
    position: relative;*/
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 10px;
  border: none;
  height: 170px;
  background-color: #ddd !important;
}
@media (min-width: 1200px) {
  .advancedDemo .dropzone .dndPlaceholder {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .advancedDemo .dropzone .dndPlaceholder {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .advancedDemo .dropzone .dndPlaceholder {
    float: left;
    width: 33.33333333%;
  }
}
/***************************** Element type specific styles *****************************/
.advancedDemo .dropzone .itemlist {
  min-height: 120px !important;
}
.advancedDemo .dropzone .itemlist > li {
  /*background-color: #337ab7;
    border: none;
    border-radius: .25em;
    color: #fff;
    float: left;
    font-weight: 700;
    height: 50px;
    margin: 5px;
    padding: 3px;
    text-align: center;
    width: 50px;*/
  border: none;
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .advancedDemo .dropzone .itemlist > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .advancedDemo .dropzone .itemlist > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .advancedDemo .dropzone .itemlist > li {
    float: left;
    width: 33.33333333%;
  }
}
.advancedDemo .dropzone .container-element {
  margin: 10px;
}
.dnd-remove-field-area {
  margin-top: 5px;
  padding: 5px;
  border: 2px #9d8d78 dashed;
  border-radius: 5px;
}
.dndDraggingSource {
  display: none !important;
}
/*@tui-btn-save-color-default: #337ab7;
@tui-btn-delete-color-default: #d9534f;
@tui-btn-edit-color-default: #f0ad4e;
@tui-btn-view-color-default: #5cb85c;
@tui-btn-info-color-default: #5bc0de;*/
/*//pastel theme
@tui-btn-save-color2: #316B83;
@tui-btn-delete-color2: #FF7878;
@tui-btn-edit-color2: #F7D59C;
@tui-btn-view-color2: #81C784;
@tui-btn-info-color2: #B5EAEA;
//complementary theme
@tui-btn-save-color3: #266892;
@tui-btn-delete-color3: #BE4844;
@tui-btn-edit-color3: #FFB042;
@tui-btn-view-color3: #52CC7C;
@tui-btn-info-color3: #B5EAEA;*/
button {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #333;
  background-color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  /* for bright buttons */
  color: black;
  border: solid 1px #8c8c8c;
  border-bottom: solid 3px #8c8c8c;
  background: #fafafa;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
button:link,
button:visited,
button:hover,
button:active {
  color: black;
  text-decoration: none;
}
button.spaced {
  margin: 2px;
}
button:hover,
button:focus,
button.focus,
button:active,
button.active,
.open > .dropdown-togglebutton {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
button:active,
button.active,
.open > .dropdown-togglebutton {
  background-image: none;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
button.disabled:hover,
button[disabled]:hover,
fieldset[disabled] button:hover,
button.disabled:focus,
button[disabled]:focus,
fieldset[disabled] button:focus,
button.disabled.focus,
button[disabled].focus,
fieldset[disabled] button.focus,
button.disabled:active,
button[disabled]:active,
fieldset[disabled] button:active,
button.disabled.active,
button[disabled].active,
fieldset[disabled] button.active {
  background-color: #fff;
  border-color: #ccc;
}
button .badge {
  color: #fff;
  background-color: #333;
}
button:active,
button.active {
  -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);
}
button .badge {
  text-shadow: none;
}
button:hover,
button:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
button:active,
button.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
button.disabled,
button:disabled,
button[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
button:link,
button:visited {
  color: black;
}
button:hover,
button:focus {
  color: black;
  border: solid 1px #6e6e6e;
  border-bottom: solid 3px #6e6e6e;
  background-color: #ededed;
}
button:active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e1e1e1;
}
button.active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e8e8e8;
}
button.active:hover {
  color: black;
  border: solid 1px #8c8c8c;
  background-color: #ededed;
}
button[disabled],
button:disabled {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
button[disabled]:hover,
button:disabled:hover,
button[disabled]:focus,
button:disabled:focus,
button[disabled]:active,
button:disabled:active {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
button.close {
  border: none;
}
.tui-btn {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border-radius: 3px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
}
.tui-btn:link,
.tui-btn:visited,
.tui-btn:hover,
.tui-btn:active {
  color: black;
  text-decoration: none;
}
.tui-btn.spaced {
  margin: 2px;
}
.tui-btn-info {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  /* for dark buttons */
  color: white;
  border: solid 1px #2788a8;
  border-bottom: solid 3px #2788a8;
  background: #64bedb;
}
.tui-btn-info:link,
.tui-btn-info:visited,
.tui-btn-info:hover,
.tui-btn-info:active {
  color: black;
  text-decoration: none;
}
.tui-btn-info.spaced {
  margin: 2px;
}
.tui-btn-info:hover,
.tui-btn-info:focus,
.tui-btn-info.focus,
.tui-btn-info:active,
.tui-btn-info.active,
.open > .dropdown-toggle.tui-btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.tui-btn-info:active,
.tui-btn-info.active,
.open > .dropdown-toggle.tui-btn-info {
  background-image: none;
}
.tui-btn-info.disabled,
.tui-btn-info[disabled],
fieldset[disabled] .tui-btn-info,
.tui-btn-info.disabled:hover,
.tui-btn-info[disabled]:hover,
fieldset[disabled] .tui-btn-info:hover,
.tui-btn-info.disabled:focus,
.tui-btn-info[disabled]:focus,
fieldset[disabled] .tui-btn-info:focus,
.tui-btn-info.disabled.focus,
.tui-btn-info[disabled].focus,
fieldset[disabled] .tui-btn-info.focus,
.tui-btn-info.disabled:active,
.tui-btn-info[disabled]:active,
fieldset[disabled] .tui-btn-info:active,
.tui-btn-info.disabled.active,
.tui-btn-info[disabled].active,
fieldset[disabled] .tui-btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.tui-btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.tui-btn-info:active,
.tui-btn-info.active {
  -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);
}
.tui-btn-info .badge {
  text-shadow: none;
}
.tui-btn-info:hover,
.tui-btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.tui-btn-info:active,
.tui-btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.tui-btn-info.disabled,
.tui-btn-info:disabled,
.tui-btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.tui-btn-info:link,
.tui-btn-info:visited {
  color: white;
}
.tui-btn-info:hover,
.tui-btn-info:focus {
  color: white;
  border: solid 1px #2788a8;
  border-bottom: solid 3px #2788a8;
  background-color: #79c7e0;
}
.tui-btn-info:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #2788a8;
  background-color: #3badd1;
}
.tui-btn-info.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #2788a8;
  background-color: #47b2d4;
}
.tui-btn-info.active:hover {
  color: white;
  border: solid 1px #2788a8;
  background-color: #4fb5d6;
}
.tui-btn-info[disabled],
.tui-btn-info:disabled {
  opacity: 0.7;
  background-color: #64bedb;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #237b97;
  border: solid 1px #2d9dc1;
  border-bottom: solid 3px #2d9dc1;
  pointer-events: none;
}
.tui-btn-info[disabled]:hover,
.tui-btn-info:disabled:hover,
.tui-btn-info[disabled]:focus,
.tui-btn-info:disabled:focus,
.tui-btn-info[disabled]:active,
.tui-btn-info:disabled:active {
  opacity: 0.7;
  background-color: #64bedb;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #237b97;
  border: solid 1px #2d9dc1;
  border-bottom: solid 3px #2d9dc1;
  pointer-events: none;
}
.tui-btn-add,
.tui-btn-create {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  /* for dark buttons */
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background: #266892;
}
.tui-btn-add:link,
.tui-btn-create:link,
.tui-btn-add:visited,
.tui-btn-create:visited,
.tui-btn-add:hover,
.tui-btn-create:hover,
.tui-btn-add:active,
.tui-btn-create:active {
  color: black;
  text-decoration: none;
}
.tui-btn-add.spaced,
.tui-btn-create.spaced {
  margin: 2px;
}
.tui-btn-add:hover,
.tui-btn-create:hover,
.tui-btn-add:focus,
.tui-btn-create:focus,
.tui-btn-add.focus,
.tui-btn-create.focus,
.tui-btn-add:active,
.tui-btn-create:active,
.tui-btn-add.active,
.tui-btn-create.active,
.open > .dropdown-toggle.tui-btn-add,
.open > .dropdown-toggle.tui-btn-create {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.tui-btn-add:active,
.tui-btn-create:active,
.tui-btn-add.active,
.tui-btn-create.active,
.open > .dropdown-toggle.tui-btn-add,
.open > .dropdown-toggle.tui-btn-create {
  background-image: none;
}
.tui-btn-add.disabled,
.tui-btn-create.disabled,
.tui-btn-add[disabled],
.tui-btn-create[disabled],
fieldset[disabled] .tui-btn-add,
fieldset[disabled] .tui-btn-create,
.tui-btn-add.disabled:hover,
.tui-btn-create.disabled:hover,
.tui-btn-add[disabled]:hover,
.tui-btn-create[disabled]:hover,
fieldset[disabled] .tui-btn-add:hover,
fieldset[disabled] .tui-btn-create:hover,
.tui-btn-add.disabled:focus,
.tui-btn-create.disabled:focus,
.tui-btn-add[disabled]:focus,
.tui-btn-create[disabled]:focus,
fieldset[disabled] .tui-btn-add:focus,
fieldset[disabled] .tui-btn-create:focus,
.tui-btn-add.disabled.focus,
.tui-btn-create.disabled.focus,
.tui-btn-add[disabled].focus,
.tui-btn-create[disabled].focus,
fieldset[disabled] .tui-btn-add.focus,
fieldset[disabled] .tui-btn-create.focus,
.tui-btn-add.disabled:active,
.tui-btn-create.disabled:active,
.tui-btn-add[disabled]:active,
.tui-btn-create[disabled]:active,
fieldset[disabled] .tui-btn-add:active,
fieldset[disabled] .tui-btn-create:active,
.tui-btn-add.disabled.active,
.tui-btn-create.disabled.active,
.tui-btn-add[disabled].active,
.tui-btn-create[disabled].active,
fieldset[disabled] .tui-btn-add.active,
fieldset[disabled] .tui-btn-create.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.tui-btn-add .badge,
.tui-btn-create .badge {
  color: #337ab7;
  background-color: #fff;
}
.tui-btn-add:active,
.tui-btn-create:active,
.tui-btn-add.active,
.tui-btn-create.active {
  -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);
}
.tui-btn-add .badge,
.tui-btn-create .badge {
  text-shadow: none;
}
.tui-btn-add:hover,
.tui-btn-create:hover,
.tui-btn-add:focus,
.tui-btn-create:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.tui-btn-add:active,
.tui-btn-create:active,
.tui-btn-add.active,
.tui-btn-create.active {
  background-color: #265a88;
  border-color: #245580;
}
.tui-btn-add.disabled,
.tui-btn-create.disabled,
.tui-btn-add:disabled,
.tui-btn-create:disabled,
.tui-btn-add[disabled],
.tui-btn-create[disabled] {
  background-color: #265a88;
  background-image: none;
}
.tui-btn-add:link,
.tui-btn-create:link,
.tui-btn-add:visited,
.tui-btn-create:visited {
  color: white;
}
.tui-btn-add:hover,
.tui-btn-create:hover,
.tui-btn-add:focus,
.tui-btn-create:focus {
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background-color: #2b76a6;
}
.tui-btn-add:active,
.tui-btn-create:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1b4b6a;
}
.tui-btn-add.active,
.tui-btn-create.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1f5476;
}
.tui-btn-add.active:hover,
.tui-btn-create.active:hover {
  color: white;
  border: solid 1px #0f2939;
  background-color: #215a7e;
}
.tui-btn-add[disabled],
.tui-btn-create[disabled],
.tui-btn-add:disabled,
.tui-btn-create:disabled {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-add[disabled]:hover,
.tui-btn-create[disabled]:hover,
.tui-btn-add:disabled:hover,
.tui-btn-create:disabled:hover,
.tui-btn-add[disabled]:focus,
.tui-btn-create[disabled]:focus,
.tui-btn-add:disabled:focus,
.tui-btn-create:disabled:focus,
.tui-btn-add[disabled]:active,
.tui-btn-create[disabled]:active,
.tui-btn-add:disabled:active,
.tui-btn-create:disabled:active {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-save {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  /* for dark buttons */
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background: #266892;
}
.tui-btn-save:link,
.tui-btn-save:visited,
.tui-btn-save:hover,
.tui-btn-save:active {
  color: black;
  text-decoration: none;
}
.tui-btn-save.spaced {
  margin: 2px;
}
.tui-btn-save:hover,
.tui-btn-save:focus,
.tui-btn-save.focus,
.tui-btn-save:active,
.tui-btn-save.active,
.open > .dropdown-toggle.tui-btn-save {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.tui-btn-save:active,
.tui-btn-save.active,
.open > .dropdown-toggle.tui-btn-save {
  background-image: none;
}
.tui-btn-save.disabled,
.tui-btn-save[disabled],
fieldset[disabled] .tui-btn-save,
.tui-btn-save.disabled:hover,
.tui-btn-save[disabled]:hover,
fieldset[disabled] .tui-btn-save:hover,
.tui-btn-save.disabled:focus,
.tui-btn-save[disabled]:focus,
fieldset[disabled] .tui-btn-save:focus,
.tui-btn-save.disabled.focus,
.tui-btn-save[disabled].focus,
fieldset[disabled] .tui-btn-save.focus,
.tui-btn-save.disabled:active,
.tui-btn-save[disabled]:active,
fieldset[disabled] .tui-btn-save:active,
.tui-btn-save.disabled.active,
.tui-btn-save[disabled].active,
fieldset[disabled] .tui-btn-save.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.tui-btn-save .badge {
  color: #337ab7;
  background-color: #fff;
}
.tui-btn-save:active,
.tui-btn-save.active {
  -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);
}
.tui-btn-save .badge {
  text-shadow: none;
}
.tui-btn-save:hover,
.tui-btn-save:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.tui-btn-save:active,
.tui-btn-save.active {
  background-color: #265a88;
  border-color: #245580;
}
.tui-btn-save.disabled,
.tui-btn-save:disabled,
.tui-btn-save[disabled] {
  background-color: #265a88;
  background-image: none;
}
.tui-btn-save:link,
.tui-btn-save:visited {
  color: white;
}
.tui-btn-save:hover,
.tui-btn-save:focus {
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background-color: #2b76a6;
}
.tui-btn-save:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1b4b6a;
}
.tui-btn-save.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1f5476;
}
.tui-btn-save.active:hover {
  color: white;
  border: solid 1px #0f2939;
  background-color: #215a7e;
}
.tui-btn-save[disabled],
.tui-btn-save:disabled {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-save[disabled]:hover,
.tui-btn-save:disabled:hover,
.tui-btn-save[disabled]:focus,
.tui-btn-save:disabled:focus,
.tui-btn-save[disabled]:active,
.tui-btn-save:disabled:active {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-save:disabled {
  color: #b1c7d7;
}
.tui-btn-close {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #333;
  background-color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  /* for bright buttons */
  color: black;
  border: solid 1px #8c8c8c;
  border-bottom: solid 3px #8c8c8c;
  background: #fafafa;
}
.tui-btn-close:link,
.tui-btn-close:visited,
.tui-btn-close:hover,
.tui-btn-close:active {
  color: black;
  text-decoration: none;
}
.tui-btn-close.spaced {
  margin: 2px;
}
.tui-btn-close:hover,
.tui-btn-close:focus,
.tui-btn-close.focus,
.tui-btn-close:active,
.tui-btn-close.active,
.open > .dropdown-toggle.tui-btn-close {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.tui-btn-close:active,
.tui-btn-close.active,
.open > .dropdown-toggle.tui-btn-close {
  background-image: none;
}
.tui-btn-close.disabled,
.tui-btn-close[disabled],
fieldset[disabled] .tui-btn-close,
.tui-btn-close.disabled:hover,
.tui-btn-close[disabled]:hover,
fieldset[disabled] .tui-btn-close:hover,
.tui-btn-close.disabled:focus,
.tui-btn-close[disabled]:focus,
fieldset[disabled] .tui-btn-close:focus,
.tui-btn-close.disabled.focus,
.tui-btn-close[disabled].focus,
fieldset[disabled] .tui-btn-close.focus,
.tui-btn-close.disabled:active,
.tui-btn-close[disabled]:active,
fieldset[disabled] .tui-btn-close:active,
.tui-btn-close.disabled.active,
.tui-btn-close[disabled].active,
fieldset[disabled] .tui-btn-close.active {
  background-color: #fff;
  border-color: #ccc;
}
.tui-btn-close .badge {
  color: #fff;
  background-color: #333;
}
.tui-btn-close:active,
.tui-btn-close.active {
  -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);
}
.tui-btn-close .badge {
  text-shadow: none;
}
.tui-btn-close:hover,
.tui-btn-close:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.tui-btn-close:active,
.tui-btn-close.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.tui-btn-close.disabled,
.tui-btn-close:disabled,
.tui-btn-close[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.tui-btn-close:link,
.tui-btn-close:visited {
  color: black;
}
.tui-btn-close:hover,
.tui-btn-close:focus {
  color: black;
  border: solid 1px #6e6e6e;
  border-bottom: solid 3px #6e6e6e;
  background-color: #ededed;
}
.tui-btn-close:active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e1e1e1;
}
.tui-btn-close.active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e8e8e8;
}
.tui-btn-close.active:hover {
  color: black;
  border: solid 1px #8c8c8c;
  background-color: #ededed;
}
.tui-btn-close[disabled],
.tui-btn-close:disabled {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-btn-close[disabled]:hover,
.tui-btn-close:disabled:hover,
.tui-btn-close[disabled]:focus,
.tui-btn-close:disabled:focus,
.tui-btn-close[disabled]:active,
.tui-btn-close:disabled:active {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-btn-edit {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  /* for dark buttons */
  color: white;
  border: solid 1px #bb7511;
  border-bottom: solid 3px #bb7511;
  background: #efac4d;
}
.tui-btn-edit:link,
.tui-btn-edit:visited,
.tui-btn-edit:hover,
.tui-btn-edit:active {
  color: black;
  text-decoration: none;
}
.tui-btn-edit.spaced {
  margin: 2px;
}
.tui-btn-edit:hover,
.tui-btn-edit:focus,
.tui-btn-edit.focus,
.tui-btn-edit:active,
.tui-btn-edit.active,
.open > .dropdown-toggle.tui-btn-edit {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.tui-btn-edit:active,
.tui-btn-edit.active,
.open > .dropdown-toggle.tui-btn-edit {
  background-image: none;
}
.tui-btn-edit.disabled,
.tui-btn-edit[disabled],
fieldset[disabled] .tui-btn-edit,
.tui-btn-edit.disabled:hover,
.tui-btn-edit[disabled]:hover,
fieldset[disabled] .tui-btn-edit:hover,
.tui-btn-edit.disabled:focus,
.tui-btn-edit[disabled]:focus,
fieldset[disabled] .tui-btn-edit:focus,
.tui-btn-edit.disabled.focus,
.tui-btn-edit[disabled].focus,
fieldset[disabled] .tui-btn-edit.focus,
.tui-btn-edit.disabled:active,
.tui-btn-edit[disabled]:active,
fieldset[disabled] .tui-btn-edit:active,
.tui-btn-edit.disabled.active,
.tui-btn-edit[disabled].active,
fieldset[disabled] .tui-btn-edit.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.tui-btn-edit .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.tui-btn-edit:active,
.tui-btn-edit.active {
  -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);
}
.tui-btn-edit .badge {
  text-shadow: none;
}
.tui-btn-edit:hover,
.tui-btn-edit:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.tui-btn-edit:active,
.tui-btn-edit.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.tui-btn-edit.disabled,
.tui-btn-edit:disabled,
.tui-btn-edit[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.tui-btn-edit:link,
.tui-btn-edit:visited {
  color: white;
}
.tui-btn-edit:hover,
.tui-btn-edit:focus {
  color: white;
  border: solid 1px #bb7511;
  border-bottom: solid 3px #bb7511;
  background-color: #f1b764;
}
.tui-btn-edit:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #bb7511;
  background-color: #eb961e;
}
.tui-btn-edit.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #bb7511;
  background-color: #ec9d2c;
}
.tui-btn-edit.active:hover {
  color: white;
  border: solid 1px #bb7511;
  background-color: #eda136;
}
.tui-btn-edit[disabled],
.tui-btn-edit:disabled {
  opacity: 0.7;
  background-color: #efac4d;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #a8690f;
  border: solid 1px #d78613;
  border-bottom: solid 3px #d78613;
  pointer-events: none;
}
.tui-btn-edit[disabled]:hover,
.tui-btn-edit:disabled:hover,
.tui-btn-edit[disabled]:focus,
.tui-btn-edit:disabled:focus,
.tui-btn-edit[disabled]:active,
.tui-btn-edit:disabled:active {
  opacity: 0.7;
  background-color: #efac4d;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #a8690f;
  border: solid 1px #d78613;
  border-bottom: solid 3px #d78613;
  pointer-events: none;
}
.tui-btn-delete {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  /* for dark buttons */
  color: white;
  border: solid 1px #6c2826;
  border-bottom: solid 3px #6c2826;
  background: #BE4844;
}
.tui-btn-delete:link,
.tui-btn-delete:visited,
.tui-btn-delete:hover,
.tui-btn-delete:active {
  color: black;
  text-decoration: none;
}
.tui-btn-delete.spaced {
  margin: 2px;
}
.tui-btn-delete:hover,
.tui-btn-delete:focus,
.tui-btn-delete.focus,
.tui-btn-delete:active,
.tui-btn-delete.active,
.open > .dropdown-toggle.tui-btn-delete {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.tui-btn-delete:active,
.tui-btn-delete.active,
.open > .dropdown-toggle.tui-btn-delete {
  background-image: none;
}
.tui-btn-delete.disabled,
.tui-btn-delete[disabled],
fieldset[disabled] .tui-btn-delete,
.tui-btn-delete.disabled:hover,
.tui-btn-delete[disabled]:hover,
fieldset[disabled] .tui-btn-delete:hover,
.tui-btn-delete.disabled:focus,
.tui-btn-delete[disabled]:focus,
fieldset[disabled] .tui-btn-delete:focus,
.tui-btn-delete.disabled.focus,
.tui-btn-delete[disabled].focus,
fieldset[disabled] .tui-btn-delete.focus,
.tui-btn-delete.disabled:active,
.tui-btn-delete[disabled]:active,
fieldset[disabled] .tui-btn-delete:active,
.tui-btn-delete.disabled.active,
.tui-btn-delete[disabled].active,
fieldset[disabled] .tui-btn-delete.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.tui-btn-delete .badge {
  color: #d9534f;
  background-color: #fff;
}
.tui-btn-delete:active,
.tui-btn-delete.active {
  -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);
}
.tui-btn-delete .badge {
  text-shadow: none;
}
.tui-btn-delete:hover,
.tui-btn-delete:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.tui-btn-delete:active,
.tui-btn-delete.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.tui-btn-delete.disabled,
.tui-btn-delete:disabled,
.tui-btn-delete[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.tui-btn-delete:link,
.tui-btn-delete:visited {
  color: white;
}
.tui-btn-delete:hover,
.tui-btn-delete:focus {
  color: white;
  border: solid 1px #6c2826;
  border-bottom: solid 3px #6c2826;
  background-color: #c55b57;
}
.tui-btn-delete:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #6c2826;
  background-color: #9a3935;
}
.tui-btn-delete.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #6c2826;
  background-color: #a53d39;
}
.tui-btn-delete.active:hover {
  color: white;
  border: solid 1px #6c2826;
  background-color: #ad403c;
}
.tui-btn-delete[disabled],
.tui-btn-delete:disabled {
  opacity: 0.7;
  background-color: #BE4844;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #5d2220;
  border: solid 1px #83302d;
  border-bottom: solid 3px #83302d;
  pointer-events: none;
}
.tui-btn-delete[disabled]:hover,
.tui-btn-delete:disabled:hover,
.tui-btn-delete[disabled]:focus,
.tui-btn-delete:disabled:focus,
.tui-btn-delete[disabled]:active,
.tui-btn-delete:disabled:active {
  opacity: 0.7;
  background-color: #BE4844;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #5d2220;
  border: solid 1px #83302d;
  border-bottom: solid 3px #83302d;
  pointer-events: none;
}
.tui-btn-view {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  /* for dark buttons */
  color: white;
  border: solid 1px #38743b;
  border-bottom: solid 3px #38743b;
  background: #67B56B;
}
.tui-btn-view:link,
.tui-btn-view:visited,
.tui-btn-view:hover,
.tui-btn-view:active {
  color: black;
  text-decoration: none;
}
.tui-btn-view.spaced {
  margin: 2px;
}
.tui-btn-view:hover,
.tui-btn-view:focus,
.tui-btn-view.focus,
.tui-btn-view:active,
.tui-btn-view.active,
.open > .dropdown-toggle.tui-btn-view {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.tui-btn-view:active,
.tui-btn-view.active,
.open > .dropdown-toggle.tui-btn-view {
  background-image: none;
}
.tui-btn-view.disabled,
.tui-btn-view[disabled],
fieldset[disabled] .tui-btn-view,
.tui-btn-view.disabled:hover,
.tui-btn-view[disabled]:hover,
fieldset[disabled] .tui-btn-view:hover,
.tui-btn-view.disabled:focus,
.tui-btn-view[disabled]:focus,
fieldset[disabled] .tui-btn-view:focus,
.tui-btn-view.disabled.focus,
.tui-btn-view[disabled].focus,
fieldset[disabled] .tui-btn-view.focus,
.tui-btn-view.disabled:active,
.tui-btn-view[disabled]:active,
fieldset[disabled] .tui-btn-view:active,
.tui-btn-view.disabled.active,
.tui-btn-view[disabled].active,
fieldset[disabled] .tui-btn-view.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.tui-btn-view .badge {
  color: #5cb85c;
  background-color: #fff;
}
.tui-btn-view:active,
.tui-btn-view.active {
  -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);
}
.tui-btn-view .badge {
  text-shadow: none;
}
.tui-btn-view:hover,
.tui-btn-view:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.tui-btn-view:active,
.tui-btn-view.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.tui-btn-view.disabled,
.tui-btn-view:disabled,
.tui-btn-view[disabled] {
  background-color: #419641;
  background-image: none;
}
.tui-btn-view:link,
.tui-btn-view:visited {
  color: white;
}
.tui-btn-view:hover,
.tui-btn-view:focus {
  color: white;
  border: solid 1px #38743b;
  border-bottom: solid 3px #38743b;
  background-color: #78bd7c;
}
.tui-btn-view:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #38743b;
  background-color: #4c9d50;
}
.tui-btn-view.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #38743b;
  background-color: #51a756;
}
.tui-btn-view.active:hover {
  color: white;
  border: solid 1px #38743b;
  background-color: #56ad5a;
}
.tui-btn-view[disabled],
.tui-btn-view:disabled {
  opacity: 0.7;
  background-color: #67B56B;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #326634;
  border: solid 1px #428846;
  border-bottom: solid 3px #428846;
  pointer-events: none;
}
.tui-btn-view[disabled]:hover,
.tui-btn-view:disabled:hover,
.tui-btn-view[disabled]:focus,
.tui-btn-view:disabled:focus,
.tui-btn-view[disabled]:active,
.tui-btn-view:disabled:active {
  opacity: 0.7;
  background-color: #67B56B;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #326634;
  border: solid 1px #428846;
  border-bottom: solid 3px #428846;
  pointer-events: none;
}
.tui-btn-admin {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  /* for dark buttons */
  color: white;
  border: solid 1px #bb7511;
  border-bottom: solid 3px #bb7511;
  background: #efac4d;
}
.tui-btn-admin:link,
.tui-btn-admin:visited,
.tui-btn-admin:hover,
.tui-btn-admin:active {
  color: black;
  text-decoration: none;
}
.tui-btn-admin.spaced {
  margin: 2px;
}
.tui-btn-admin:hover,
.tui-btn-admin:focus,
.tui-btn-admin.focus,
.tui-btn-admin:active,
.tui-btn-admin.active,
.open > .dropdown-toggle.tui-btn-admin {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.tui-btn-admin:active,
.tui-btn-admin.active,
.open > .dropdown-toggle.tui-btn-admin {
  background-image: none;
}
.tui-btn-admin.disabled,
.tui-btn-admin[disabled],
fieldset[disabled] .tui-btn-admin,
.tui-btn-admin.disabled:hover,
.tui-btn-admin[disabled]:hover,
fieldset[disabled] .tui-btn-admin:hover,
.tui-btn-admin.disabled:focus,
.tui-btn-admin[disabled]:focus,
fieldset[disabled] .tui-btn-admin:focus,
.tui-btn-admin.disabled.focus,
.tui-btn-admin[disabled].focus,
fieldset[disabled] .tui-btn-admin.focus,
.tui-btn-admin.disabled:active,
.tui-btn-admin[disabled]:active,
fieldset[disabled] .tui-btn-admin:active,
.tui-btn-admin.disabled.active,
.tui-btn-admin[disabled].active,
fieldset[disabled] .tui-btn-admin.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.tui-btn-admin .badge {
  color: #337ab7;
  background-color: #fff;
}
.tui-btn-admin:active,
.tui-btn-admin.active {
  -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);
}
.tui-btn-admin .badge {
  text-shadow: none;
}
.tui-btn-admin:hover,
.tui-btn-admin:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.tui-btn-admin:active,
.tui-btn-admin.active {
  background-color: #265a88;
  border-color: #245580;
}
.tui-btn-admin.disabled,
.tui-btn-admin:disabled,
.tui-btn-admin[disabled] {
  background-color: #265a88;
  background-image: none;
}
.tui-btn-admin:link,
.tui-btn-admin:visited {
  color: white;
}
.tui-btn-admin:hover,
.tui-btn-admin:focus {
  color: white;
  border: solid 1px #bb7511;
  border-bottom: solid 3px #bb7511;
  background-color: #f1b764;
}
.tui-btn-admin:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #bb7511;
  background-color: #eb961e;
}
.tui-btn-admin.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #bb7511;
  background-color: #ec9d2c;
}
.tui-btn-admin.active:hover {
  color: white;
  border: solid 1px #bb7511;
  background-color: #eda136;
}
.tui-btn-admin[disabled],
.tui-btn-admin:disabled {
  opacity: 0.7;
  background-color: #efac4d;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #a8690f;
  border: solid 1px #d78613;
  border-bottom: solid 3px #d78613;
  pointer-events: none;
}
.tui-btn-admin[disabled]:hover,
.tui-btn-admin:disabled:hover,
.tui-btn-admin[disabled]:focus,
.tui-btn-admin:disabled:focus,
.tui-btn-admin[disabled]:active,
.tui-btn-admin:disabled:active {
  opacity: 0.7;
  background-color: #efac4d;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #a8690f;
  border: solid 1px #d78613;
  border-bottom: solid 3px #d78613;
  pointer-events: none;
}
.tui-btn-add-xs {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
  padding: 5px 10px;
  /* for dark buttons */
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background: #266892;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-add-xs:link,
.tui-btn-add-xs:visited,
.tui-btn-add-xs:hover,
.tui-btn-add-xs:active {
  color: black;
  text-decoration: none;
}
.tui-btn-add-xs.spaced {
  margin: 2px;
}
.tui-btn-add-xs:hover,
.tui-btn-add-xs:focus,
.tui-btn-add-xs.focus,
.tui-btn-add-xs:active,
.tui-btn-add-xs.active,
.open > .dropdown-toggle.tui-btn-add-xs {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.tui-btn-add-xs:active,
.tui-btn-add-xs.active,
.open > .dropdown-toggle.tui-btn-add-xs {
  background-image: none;
}
.tui-btn-add-xs.disabled,
.tui-btn-add-xs[disabled],
fieldset[disabled] .tui-btn-add-xs,
.tui-btn-add-xs.disabled:hover,
.tui-btn-add-xs[disabled]:hover,
fieldset[disabled] .tui-btn-add-xs:hover,
.tui-btn-add-xs.disabled:focus,
.tui-btn-add-xs[disabled]:focus,
fieldset[disabled] .tui-btn-add-xs:focus,
.tui-btn-add-xs.disabled.focus,
.tui-btn-add-xs[disabled].focus,
fieldset[disabled] .tui-btn-add-xs.focus,
.tui-btn-add-xs.disabled:active,
.tui-btn-add-xs[disabled]:active,
fieldset[disabled] .tui-btn-add-xs:active,
.tui-btn-add-xs.disabled.active,
.tui-btn-add-xs[disabled].active,
fieldset[disabled] .tui-btn-add-xs.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.tui-btn-add-xs .badge {
  color: #337ab7;
  background-color: #fff;
}
.tui-btn-add-xs:active,
.tui-btn-add-xs.active {
  -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);
}
.tui-btn-add-xs .badge {
  text-shadow: none;
}
.tui-btn-add-xs:hover,
.tui-btn-add-xs:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.tui-btn-add-xs:active,
.tui-btn-add-xs.active {
  background-color: #265a88;
  border-color: #245580;
}
.tui-btn-add-xs.disabled,
.tui-btn-add-xs:disabled,
.tui-btn-add-xs[disabled] {
  background-color: #265a88;
  background-image: none;
}
.tui-btn-add-xs:link,
.tui-btn-add-xs:visited {
  color: white;
}
.tui-btn-add-xs:hover,
.tui-btn-add-xs:focus {
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background-color: #2b76a6;
}
.tui-btn-add-xs:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1b4b6a;
}
.tui-btn-add-xs.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1f5476;
}
.tui-btn-add-xs.active:hover {
  color: white;
  border: solid 1px #0f2939;
  background-color: #215a7e;
}
.tui-btn-add-xs[disabled],
.tui-btn-add-xs:disabled {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-add-xs[disabled]:hover,
.tui-btn-add-xs:disabled:hover,
.tui-btn-add-xs[disabled]:focus,
.tui-btn-add-xs:disabled:focus,
.tui-btn-add-xs[disabled]:active,
.tui-btn-add-xs:disabled:active {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-delete-xs {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
  padding: 5px 10px;
  /* for dark buttons */
  color: white;
  border: solid 1px #6c2826;
  border-bottom: solid 3px #6c2826;
  background: #BE4844;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-delete-xs:link,
.tui-btn-delete-xs:visited,
.tui-btn-delete-xs:hover,
.tui-btn-delete-xs:active {
  color: black;
  text-decoration: none;
}
.tui-btn-delete-xs.spaced {
  margin: 2px;
}
.tui-btn-delete-xs:hover,
.tui-btn-delete-xs:focus,
.tui-btn-delete-xs.focus,
.tui-btn-delete-xs:active,
.tui-btn-delete-xs.active,
.open > .dropdown-toggle.tui-btn-delete-xs {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.tui-btn-delete-xs:active,
.tui-btn-delete-xs.active,
.open > .dropdown-toggle.tui-btn-delete-xs {
  background-image: none;
}
.tui-btn-delete-xs.disabled,
.tui-btn-delete-xs[disabled],
fieldset[disabled] .tui-btn-delete-xs,
.tui-btn-delete-xs.disabled:hover,
.tui-btn-delete-xs[disabled]:hover,
fieldset[disabled] .tui-btn-delete-xs:hover,
.tui-btn-delete-xs.disabled:focus,
.tui-btn-delete-xs[disabled]:focus,
fieldset[disabled] .tui-btn-delete-xs:focus,
.tui-btn-delete-xs.disabled.focus,
.tui-btn-delete-xs[disabled].focus,
fieldset[disabled] .tui-btn-delete-xs.focus,
.tui-btn-delete-xs.disabled:active,
.tui-btn-delete-xs[disabled]:active,
fieldset[disabled] .tui-btn-delete-xs:active,
.tui-btn-delete-xs.disabled.active,
.tui-btn-delete-xs[disabled].active,
fieldset[disabled] .tui-btn-delete-xs.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.tui-btn-delete-xs .badge {
  color: #d9534f;
  background-color: #fff;
}
.tui-btn-delete-xs:active,
.tui-btn-delete-xs.active {
  -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);
}
.tui-btn-delete-xs .badge {
  text-shadow: none;
}
.tui-btn-delete-xs:hover,
.tui-btn-delete-xs:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.tui-btn-delete-xs:active,
.tui-btn-delete-xs.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.tui-btn-delete-xs.disabled,
.tui-btn-delete-xs:disabled,
.tui-btn-delete-xs[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.tui-btn-delete-xs:link,
.tui-btn-delete-xs:visited {
  color: white;
}
.tui-btn-delete-xs:hover,
.tui-btn-delete-xs:focus {
  color: white;
  border: solid 1px #6c2826;
  border-bottom: solid 3px #6c2826;
  background-color: #c55b57;
}
.tui-btn-delete-xs:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #6c2826;
  background-color: #9a3935;
}
.tui-btn-delete-xs.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #6c2826;
  background-color: #a53d39;
}
.tui-btn-delete-xs.active:hover {
  color: white;
  border: solid 1px #6c2826;
  background-color: #ad403c;
}
.tui-btn-delete-xs[disabled],
.tui-btn-delete-xs:disabled {
  opacity: 0.7;
  background-color: #BE4844;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #5d2220;
  border: solid 1px #83302d;
  border-bottom: solid 3px #83302d;
  pointer-events: none;
}
.tui-btn-delete-xs[disabled]:hover,
.tui-btn-delete-xs:disabled:hover,
.tui-btn-delete-xs[disabled]:focus,
.tui-btn-delete-xs:disabled:focus,
.tui-btn-delete-xs[disabled]:active,
.tui-btn-delete-xs:disabled:active {
  opacity: 0.7;
  background-color: #BE4844;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #5d2220;
  border: solid 1px #83302d;
  border-bottom: solid 3px #83302d;
  pointer-events: none;
}
.tui-btn-save-xs {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
  padding: 5px 10px;
  /* for dark buttons */
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background: #266892;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-save-xs:link,
.tui-btn-save-xs:visited,
.tui-btn-save-xs:hover,
.tui-btn-save-xs:active {
  color: black;
  text-decoration: none;
}
.tui-btn-save-xs.spaced {
  margin: 2px;
}
.tui-btn-save-xs:hover,
.tui-btn-save-xs:focus,
.tui-btn-save-xs.focus,
.tui-btn-save-xs:active,
.tui-btn-save-xs.active,
.open > .dropdown-toggle.tui-btn-save-xs {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.tui-btn-save-xs:active,
.tui-btn-save-xs.active,
.open > .dropdown-toggle.tui-btn-save-xs {
  background-image: none;
}
.tui-btn-save-xs.disabled,
.tui-btn-save-xs[disabled],
fieldset[disabled] .tui-btn-save-xs,
.tui-btn-save-xs.disabled:hover,
.tui-btn-save-xs[disabled]:hover,
fieldset[disabled] .tui-btn-save-xs:hover,
.tui-btn-save-xs.disabled:focus,
.tui-btn-save-xs[disabled]:focus,
fieldset[disabled] .tui-btn-save-xs:focus,
.tui-btn-save-xs.disabled.focus,
.tui-btn-save-xs[disabled].focus,
fieldset[disabled] .tui-btn-save-xs.focus,
.tui-btn-save-xs.disabled:active,
.tui-btn-save-xs[disabled]:active,
fieldset[disabled] .tui-btn-save-xs:active,
.tui-btn-save-xs.disabled.active,
.tui-btn-save-xs[disabled].active,
fieldset[disabled] .tui-btn-save-xs.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.tui-btn-save-xs .badge {
  color: #337ab7;
  background-color: #fff;
}
.tui-btn-save-xs:active,
.tui-btn-save-xs.active {
  -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);
}
.tui-btn-save-xs .badge {
  text-shadow: none;
}
.tui-btn-save-xs:hover,
.tui-btn-save-xs:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.tui-btn-save-xs:active,
.tui-btn-save-xs.active {
  background-color: #265a88;
  border-color: #245580;
}
.tui-btn-save-xs.disabled,
.tui-btn-save-xs:disabled,
.tui-btn-save-xs[disabled] {
  background-color: #265a88;
  background-image: none;
}
.tui-btn-save-xs:link,
.tui-btn-save-xs:visited {
  color: white;
}
.tui-btn-save-xs:hover,
.tui-btn-save-xs:focus {
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background-color: #2b76a6;
}
.tui-btn-save-xs:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1b4b6a;
}
.tui-btn-save-xs.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1f5476;
}
.tui-btn-save-xs.active:hover {
  color: white;
  border: solid 1px #0f2939;
  background-color: #215a7e;
}
.tui-btn-save-xs[disabled],
.tui-btn-save-xs:disabled {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-save-xs[disabled]:hover,
.tui-btn-save-xs:disabled:hover,
.tui-btn-save-xs[disabled]:focus,
.tui-btn-save-xs:disabled:focus,
.tui-btn-save-xs[disabled]:active,
.tui-btn-save-xs:disabled:active {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-save-xs:disabled {
  color: #b1c7d7;
}
.tui-btn-close-xs {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #333;
  background-color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  padding: 5px 10px;
  /* for bright buttons */
  color: black;
  border: solid 1px #8c8c8c;
  border-bottom: solid 3px #8c8c8c;
  background: #fafafa;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-close-xs:link,
.tui-btn-close-xs:visited,
.tui-btn-close-xs:hover,
.tui-btn-close-xs:active {
  color: black;
  text-decoration: none;
}
.tui-btn-close-xs.spaced {
  margin: 2px;
}
.tui-btn-close-xs:hover,
.tui-btn-close-xs:focus,
.tui-btn-close-xs.focus,
.tui-btn-close-xs:active,
.tui-btn-close-xs.active,
.open > .dropdown-toggle.tui-btn-close-xs {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.tui-btn-close-xs:active,
.tui-btn-close-xs.active,
.open > .dropdown-toggle.tui-btn-close-xs {
  background-image: none;
}
.tui-btn-close-xs.disabled,
.tui-btn-close-xs[disabled],
fieldset[disabled] .tui-btn-close-xs,
.tui-btn-close-xs.disabled:hover,
.tui-btn-close-xs[disabled]:hover,
fieldset[disabled] .tui-btn-close-xs:hover,
.tui-btn-close-xs.disabled:focus,
.tui-btn-close-xs[disabled]:focus,
fieldset[disabled] .tui-btn-close-xs:focus,
.tui-btn-close-xs.disabled.focus,
.tui-btn-close-xs[disabled].focus,
fieldset[disabled] .tui-btn-close-xs.focus,
.tui-btn-close-xs.disabled:active,
.tui-btn-close-xs[disabled]:active,
fieldset[disabled] .tui-btn-close-xs:active,
.tui-btn-close-xs.disabled.active,
.tui-btn-close-xs[disabled].active,
fieldset[disabled] .tui-btn-close-xs.active {
  background-color: #fff;
  border-color: #ccc;
}
.tui-btn-close-xs .badge {
  color: #fff;
  background-color: #333;
}
.tui-btn-close-xs:active,
.tui-btn-close-xs.active {
  -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);
}
.tui-btn-close-xs .badge {
  text-shadow: none;
}
.tui-btn-close-xs:hover,
.tui-btn-close-xs:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.tui-btn-close-xs:active,
.tui-btn-close-xs.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.tui-btn-close-xs.disabled,
.tui-btn-close-xs:disabled,
.tui-btn-close-xs[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.tui-btn-close-xs:link,
.tui-btn-close-xs:visited {
  color: black;
}
.tui-btn-close-xs:hover,
.tui-btn-close-xs:focus {
  color: black;
  border: solid 1px #6e6e6e;
  border-bottom: solid 3px #6e6e6e;
  background-color: #ededed;
}
.tui-btn-close-xs:active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e1e1e1;
}
.tui-btn-close-xs.active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e8e8e8;
}
.tui-btn-close-xs.active:hover {
  color: black;
  border: solid 1px #8c8c8c;
  background-color: #ededed;
}
.tui-btn-close-xs[disabled],
.tui-btn-close-xs:disabled {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-btn-close-xs[disabled]:hover,
.tui-btn-close-xs:disabled:hover,
.tui-btn-close-xs[disabled]:focus,
.tui-btn-close-xs:disabled:focus,
.tui-btn-close-xs[disabled]:active,
.tui-btn-close-xs:disabled:active {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-btn-edit-xs {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
  padding: 5px 10px;
  /* for dark buttons */
  color: white;
  border: solid 1px #bb7511;
  border-bottom: solid 3px #bb7511;
  background: #efac4d;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-edit-xs:link,
.tui-btn-edit-xs:visited,
.tui-btn-edit-xs:hover,
.tui-btn-edit-xs:active {
  color: black;
  text-decoration: none;
}
.tui-btn-edit-xs.spaced {
  margin: 2px;
}
.tui-btn-edit-xs:hover,
.tui-btn-edit-xs:focus,
.tui-btn-edit-xs.focus,
.tui-btn-edit-xs:active,
.tui-btn-edit-xs.active,
.open > .dropdown-toggle.tui-btn-edit-xs {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.tui-btn-edit-xs:active,
.tui-btn-edit-xs.active,
.open > .dropdown-toggle.tui-btn-edit-xs {
  background-image: none;
}
.tui-btn-edit-xs.disabled,
.tui-btn-edit-xs[disabled],
fieldset[disabled] .tui-btn-edit-xs,
.tui-btn-edit-xs.disabled:hover,
.tui-btn-edit-xs[disabled]:hover,
fieldset[disabled] .tui-btn-edit-xs:hover,
.tui-btn-edit-xs.disabled:focus,
.tui-btn-edit-xs[disabled]:focus,
fieldset[disabled] .tui-btn-edit-xs:focus,
.tui-btn-edit-xs.disabled.focus,
.tui-btn-edit-xs[disabled].focus,
fieldset[disabled] .tui-btn-edit-xs.focus,
.tui-btn-edit-xs.disabled:active,
.tui-btn-edit-xs[disabled]:active,
fieldset[disabled] .tui-btn-edit-xs:active,
.tui-btn-edit-xs.disabled.active,
.tui-btn-edit-xs[disabled].active,
fieldset[disabled] .tui-btn-edit-xs.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.tui-btn-edit-xs .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.tui-btn-edit-xs:active,
.tui-btn-edit-xs.active {
  -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);
}
.tui-btn-edit-xs .badge {
  text-shadow: none;
}
.tui-btn-edit-xs:hover,
.tui-btn-edit-xs:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.tui-btn-edit-xs:active,
.tui-btn-edit-xs.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.tui-btn-edit-xs.disabled,
.tui-btn-edit-xs:disabled,
.tui-btn-edit-xs[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.tui-btn-edit-xs:link,
.tui-btn-edit-xs:visited {
  color: white;
}
.tui-btn-edit-xs:hover,
.tui-btn-edit-xs:focus {
  color: white;
  border: solid 1px #bb7511;
  border-bottom: solid 3px #bb7511;
  background-color: #f1b764;
}
.tui-btn-edit-xs:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #bb7511;
  background-color: #eb961e;
}
.tui-btn-edit-xs.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #bb7511;
  background-color: #ec9d2c;
}
.tui-btn-edit-xs.active:hover {
  color: white;
  border: solid 1px #bb7511;
  background-color: #eda136;
}
.tui-btn-edit-xs[disabled],
.tui-btn-edit-xs:disabled {
  opacity: 0.7;
  background-color: #efac4d;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #a8690f;
  border: solid 1px #d78613;
  border-bottom: solid 3px #d78613;
  pointer-events: none;
}
.tui-btn-edit-xs[disabled]:hover,
.tui-btn-edit-xs:disabled:hover,
.tui-btn-edit-xs[disabled]:focus,
.tui-btn-edit-xs:disabled:focus,
.tui-btn-edit-xs[disabled]:active,
.tui-btn-edit-xs:disabled:active {
  opacity: 0.7;
  background-color: #efac4d;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #a8690f;
  border: solid 1px #d78613;
  border-bottom: solid 3px #d78613;
  pointer-events: none;
}
.tui-btn-create-xs {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
  padding: 5px 10px;
  /* for dark buttons */
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background: #266892;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-create-xs:link,
.tui-btn-create-xs:visited,
.tui-btn-create-xs:hover,
.tui-btn-create-xs:active {
  color: black;
  text-decoration: none;
}
.tui-btn-create-xs.spaced {
  margin: 2px;
}
.tui-btn-create-xs:hover,
.tui-btn-create-xs:focus,
.tui-btn-create-xs.focus,
.tui-btn-create-xs:active,
.tui-btn-create-xs.active,
.open > .dropdown-toggle.tui-btn-create-xs {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.tui-btn-create-xs:active,
.tui-btn-create-xs.active,
.open > .dropdown-toggle.tui-btn-create-xs {
  background-image: none;
}
.tui-btn-create-xs.disabled,
.tui-btn-create-xs[disabled],
fieldset[disabled] .tui-btn-create-xs,
.tui-btn-create-xs.disabled:hover,
.tui-btn-create-xs[disabled]:hover,
fieldset[disabled] .tui-btn-create-xs:hover,
.tui-btn-create-xs.disabled:focus,
.tui-btn-create-xs[disabled]:focus,
fieldset[disabled] .tui-btn-create-xs:focus,
.tui-btn-create-xs.disabled.focus,
.tui-btn-create-xs[disabled].focus,
fieldset[disabled] .tui-btn-create-xs.focus,
.tui-btn-create-xs.disabled:active,
.tui-btn-create-xs[disabled]:active,
fieldset[disabled] .tui-btn-create-xs:active,
.tui-btn-create-xs.disabled.active,
.tui-btn-create-xs[disabled].active,
fieldset[disabled] .tui-btn-create-xs.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.tui-btn-create-xs .badge {
  color: #337ab7;
  background-color: #fff;
}
.tui-btn-create-xs:active,
.tui-btn-create-xs.active {
  -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);
}
.tui-btn-create-xs .badge {
  text-shadow: none;
}
.tui-btn-create-xs:hover,
.tui-btn-create-xs:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.tui-btn-create-xs:active,
.tui-btn-create-xs.active {
  background-color: #265a88;
  border-color: #245580;
}
.tui-btn-create-xs.disabled,
.tui-btn-create-xs:disabled,
.tui-btn-create-xs[disabled] {
  background-color: #265a88;
  background-image: none;
}
.tui-btn-create-xs:link,
.tui-btn-create-xs:visited {
  color: white;
}
.tui-btn-create-xs:hover,
.tui-btn-create-xs:focus {
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background-color: #2b76a6;
}
.tui-btn-create-xs:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1b4b6a;
}
.tui-btn-create-xs.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1f5476;
}
.tui-btn-create-xs.active:hover {
  color: white;
  border: solid 1px #0f2939;
  background-color: #215a7e;
}
.tui-btn-create-xs[disabled],
.tui-btn-create-xs:disabled {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-create-xs[disabled]:hover,
.tui-btn-create-xs:disabled:hover,
.tui-btn-create-xs[disabled]:focus,
.tui-btn-create-xs:disabled:focus,
.tui-btn-create-xs[disabled]:active,
.tui-btn-create-xs:disabled:active {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-view-xs {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
  padding: 5px 10px;
  /* for dark buttons */
  color: white;
  border: solid 1px #38743b;
  border-bottom: solid 3px #38743b;
  background: #67B56B;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-view-xs:link,
.tui-btn-view-xs:visited,
.tui-btn-view-xs:hover,
.tui-btn-view-xs:active {
  color: black;
  text-decoration: none;
}
.tui-btn-view-xs.spaced {
  margin: 2px;
}
.tui-btn-view-xs:hover,
.tui-btn-view-xs:focus,
.tui-btn-view-xs.focus,
.tui-btn-view-xs:active,
.tui-btn-view-xs.active,
.open > .dropdown-toggle.tui-btn-view-xs {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.tui-btn-view-xs:active,
.tui-btn-view-xs.active,
.open > .dropdown-toggle.tui-btn-view-xs {
  background-image: none;
}
.tui-btn-view-xs.disabled,
.tui-btn-view-xs[disabled],
fieldset[disabled] .tui-btn-view-xs,
.tui-btn-view-xs.disabled:hover,
.tui-btn-view-xs[disabled]:hover,
fieldset[disabled] .tui-btn-view-xs:hover,
.tui-btn-view-xs.disabled:focus,
.tui-btn-view-xs[disabled]:focus,
fieldset[disabled] .tui-btn-view-xs:focus,
.tui-btn-view-xs.disabled.focus,
.tui-btn-view-xs[disabled].focus,
fieldset[disabled] .tui-btn-view-xs.focus,
.tui-btn-view-xs.disabled:active,
.tui-btn-view-xs[disabled]:active,
fieldset[disabled] .tui-btn-view-xs:active,
.tui-btn-view-xs.disabled.active,
.tui-btn-view-xs[disabled].active,
fieldset[disabled] .tui-btn-view-xs.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.tui-btn-view-xs .badge {
  color: #5cb85c;
  background-color: #fff;
}
.tui-btn-view-xs:active,
.tui-btn-view-xs.active {
  -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);
}
.tui-btn-view-xs .badge {
  text-shadow: none;
}
.tui-btn-view-xs:hover,
.tui-btn-view-xs:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.tui-btn-view-xs:active,
.tui-btn-view-xs.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.tui-btn-view-xs.disabled,
.tui-btn-view-xs:disabled,
.tui-btn-view-xs[disabled] {
  background-color: #419641;
  background-image: none;
}
.tui-btn-view-xs:link,
.tui-btn-view-xs:visited {
  color: white;
}
.tui-btn-view-xs:hover,
.tui-btn-view-xs:focus {
  color: white;
  border: solid 1px #38743b;
  border-bottom: solid 3px #38743b;
  background-color: #78bd7c;
}
.tui-btn-view-xs:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #38743b;
  background-color: #4c9d50;
}
.tui-btn-view-xs.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #38743b;
  background-color: #51a756;
}
.tui-btn-view-xs.active:hover {
  color: white;
  border: solid 1px #38743b;
  background-color: #56ad5a;
}
.tui-btn-view-xs[disabled],
.tui-btn-view-xs:disabled {
  opacity: 0.7;
  background-color: #67B56B;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #326634;
  border: solid 1px #428846;
  border-bottom: solid 3px #428846;
  pointer-events: none;
}
.tui-btn-view-xs[disabled]:hover,
.tui-btn-view-xs:disabled:hover,
.tui-btn-view-xs[disabled]:focus,
.tui-btn-view-xs:disabled:focus,
.tui-btn-view-xs[disabled]:active,
.tui-btn-view-xs:disabled:active {
  opacity: 0.7;
  background-color: #67B56B;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #326634;
  border: solid 1px #428846;
  border-bottom: solid 3px #428846;
  pointer-events: none;
}
.tui-btn-admin-xs {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
  padding: 5px 10px;
  /* for dark buttons */
  color: white;
  border: solid 1px #bb7511;
  border-bottom: solid 3px #bb7511;
  background: #efac4d;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-admin-xs:link,
.tui-btn-admin-xs:visited,
.tui-btn-admin-xs:hover,
.tui-btn-admin-xs:active {
  color: black;
  text-decoration: none;
}
.tui-btn-admin-xs.spaced {
  margin: 2px;
}
.tui-btn-admin-xs:hover,
.tui-btn-admin-xs:focus,
.tui-btn-admin-xs.focus,
.tui-btn-admin-xs:active,
.tui-btn-admin-xs.active,
.open > .dropdown-toggle.tui-btn-admin-xs {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.tui-btn-admin-xs:active,
.tui-btn-admin-xs.active,
.open > .dropdown-toggle.tui-btn-admin-xs {
  background-image: none;
}
.tui-btn-admin-xs.disabled,
.tui-btn-admin-xs[disabled],
fieldset[disabled] .tui-btn-admin-xs,
.tui-btn-admin-xs.disabled:hover,
.tui-btn-admin-xs[disabled]:hover,
fieldset[disabled] .tui-btn-admin-xs:hover,
.tui-btn-admin-xs.disabled:focus,
.tui-btn-admin-xs[disabled]:focus,
fieldset[disabled] .tui-btn-admin-xs:focus,
.tui-btn-admin-xs.disabled.focus,
.tui-btn-admin-xs[disabled].focus,
fieldset[disabled] .tui-btn-admin-xs.focus,
.tui-btn-admin-xs.disabled:active,
.tui-btn-admin-xs[disabled]:active,
fieldset[disabled] .tui-btn-admin-xs:active,
.tui-btn-admin-xs.disabled.active,
.tui-btn-admin-xs[disabled].active,
fieldset[disabled] .tui-btn-admin-xs.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.tui-btn-admin-xs .badge {
  color: #337ab7;
  background-color: #fff;
}
.tui-btn-admin-xs:active,
.tui-btn-admin-xs.active {
  -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);
}
.tui-btn-admin-xs .badge {
  text-shadow: none;
}
.tui-btn-admin-xs:hover,
.tui-btn-admin-xs:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.tui-btn-admin-xs:active,
.tui-btn-admin-xs.active {
  background-color: #265a88;
  border-color: #245580;
}
.tui-btn-admin-xs.disabled,
.tui-btn-admin-xs:disabled,
.tui-btn-admin-xs[disabled] {
  background-color: #265a88;
  background-image: none;
}
.tui-btn-admin-xs:link,
.tui-btn-admin-xs:visited {
  color: white;
}
.tui-btn-admin-xs:hover,
.tui-btn-admin-xs:focus {
  color: white;
  border: solid 1px #bb7511;
  border-bottom: solid 3px #bb7511;
  background-color: #f1b764;
}
.tui-btn-admin-xs:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #bb7511;
  background-color: #eb961e;
}
.tui-btn-admin-xs.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #bb7511;
  background-color: #ec9d2c;
}
.tui-btn-admin-xs.active:hover {
  color: white;
  border: solid 1px #bb7511;
  background-color: #eda136;
}
.tui-btn-admin-xs[disabled],
.tui-btn-admin-xs:disabled {
  opacity: 0.7;
  background-color: #efac4d;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #a8690f;
  border: solid 1px #d78613;
  border-bottom: solid 3px #d78613;
  pointer-events: none;
}
.tui-btn-admin-xs[disabled]:hover,
.tui-btn-admin-xs:disabled:hover,
.tui-btn-admin-xs[disabled]:focus,
.tui-btn-admin-xs:disabled:focus,
.tui-btn-admin-xs[disabled]:active,
.tui-btn-admin-xs:disabled:active {
  opacity: 0.7;
  background-color: #efac4d;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #a8690f;
  border: solid 1px #d78613;
  border-bottom: solid 3px #d78613;
  pointer-events: none;
}
.tui-btn-add-sm {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
  /* for dark buttons */
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background: #266892;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-add-sm:link,
.tui-btn-add-sm:visited,
.tui-btn-add-sm:hover,
.tui-btn-add-sm:active {
  color: black;
  text-decoration: none;
}
.tui-btn-add-sm.spaced {
  margin: 2px;
}
.tui-btn-add-sm:hover,
.tui-btn-add-sm:focus,
.tui-btn-add-sm.focus,
.tui-btn-add-sm:active,
.tui-btn-add-sm.active,
.open > .dropdown-toggle.tui-btn-add-sm {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.tui-btn-add-sm:active,
.tui-btn-add-sm.active,
.open > .dropdown-toggle.tui-btn-add-sm {
  background-image: none;
}
.tui-btn-add-sm.disabled,
.tui-btn-add-sm[disabled],
fieldset[disabled] .tui-btn-add-sm,
.tui-btn-add-sm.disabled:hover,
.tui-btn-add-sm[disabled]:hover,
fieldset[disabled] .tui-btn-add-sm:hover,
.tui-btn-add-sm.disabled:focus,
.tui-btn-add-sm[disabled]:focus,
fieldset[disabled] .tui-btn-add-sm:focus,
.tui-btn-add-sm.disabled.focus,
.tui-btn-add-sm[disabled].focus,
fieldset[disabled] .tui-btn-add-sm.focus,
.tui-btn-add-sm.disabled:active,
.tui-btn-add-sm[disabled]:active,
fieldset[disabled] .tui-btn-add-sm:active,
.tui-btn-add-sm.disabled.active,
.tui-btn-add-sm[disabled].active,
fieldset[disabled] .tui-btn-add-sm.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.tui-btn-add-sm .badge {
  color: #337ab7;
  background-color: #fff;
}
.tui-btn-add-sm:active,
.tui-btn-add-sm.active {
  -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);
}
.tui-btn-add-sm .badge {
  text-shadow: none;
}
.tui-btn-add-sm:hover,
.tui-btn-add-sm:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.tui-btn-add-sm:active,
.tui-btn-add-sm.active {
  background-color: #265a88;
  border-color: #245580;
}
.tui-btn-add-sm.disabled,
.tui-btn-add-sm:disabled,
.tui-btn-add-sm[disabled] {
  background-color: #265a88;
  background-image: none;
}
.tui-btn-add-sm:link,
.tui-btn-add-sm:visited {
  color: white;
}
.tui-btn-add-sm:hover,
.tui-btn-add-sm:focus {
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background-color: #2b76a6;
}
.tui-btn-add-sm:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1b4b6a;
}
.tui-btn-add-sm.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1f5476;
}
.tui-btn-add-sm.active:hover {
  color: white;
  border: solid 1px #0f2939;
  background-color: #215a7e;
}
.tui-btn-add-sm[disabled],
.tui-btn-add-sm:disabled {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-add-sm[disabled]:hover,
.tui-btn-add-sm:disabled:hover,
.tui-btn-add-sm[disabled]:focus,
.tui-btn-add-sm:disabled:focus,
.tui-btn-add-sm[disabled]:active,
.tui-btn-add-sm:disabled:active {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-delete-sm {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
  /* for dark buttons */
  color: white;
  border: solid 1px #6c2826;
  border-bottom: solid 3px #6c2826;
  background: #BE4844;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-delete-sm:link,
.tui-btn-delete-sm:visited,
.tui-btn-delete-sm:hover,
.tui-btn-delete-sm:active {
  color: black;
  text-decoration: none;
}
.tui-btn-delete-sm.spaced {
  margin: 2px;
}
.tui-btn-delete-sm:hover,
.tui-btn-delete-sm:focus,
.tui-btn-delete-sm.focus,
.tui-btn-delete-sm:active,
.tui-btn-delete-sm.active,
.open > .dropdown-toggle.tui-btn-delete-sm {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.tui-btn-delete-sm:active,
.tui-btn-delete-sm.active,
.open > .dropdown-toggle.tui-btn-delete-sm {
  background-image: none;
}
.tui-btn-delete-sm.disabled,
.tui-btn-delete-sm[disabled],
fieldset[disabled] .tui-btn-delete-sm,
.tui-btn-delete-sm.disabled:hover,
.tui-btn-delete-sm[disabled]:hover,
fieldset[disabled] .tui-btn-delete-sm:hover,
.tui-btn-delete-sm.disabled:focus,
.tui-btn-delete-sm[disabled]:focus,
fieldset[disabled] .tui-btn-delete-sm:focus,
.tui-btn-delete-sm.disabled.focus,
.tui-btn-delete-sm[disabled].focus,
fieldset[disabled] .tui-btn-delete-sm.focus,
.tui-btn-delete-sm.disabled:active,
.tui-btn-delete-sm[disabled]:active,
fieldset[disabled] .tui-btn-delete-sm:active,
.tui-btn-delete-sm.disabled.active,
.tui-btn-delete-sm[disabled].active,
fieldset[disabled] .tui-btn-delete-sm.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.tui-btn-delete-sm .badge {
  color: #d9534f;
  background-color: #fff;
}
.tui-btn-delete-sm:active,
.tui-btn-delete-sm.active {
  -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);
}
.tui-btn-delete-sm .badge {
  text-shadow: none;
}
.tui-btn-delete-sm:hover,
.tui-btn-delete-sm:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.tui-btn-delete-sm:active,
.tui-btn-delete-sm.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.tui-btn-delete-sm.disabled,
.tui-btn-delete-sm:disabled,
.tui-btn-delete-sm[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.tui-btn-delete-sm:link,
.tui-btn-delete-sm:visited {
  color: white;
}
.tui-btn-delete-sm:hover,
.tui-btn-delete-sm:focus {
  color: white;
  border: solid 1px #6c2826;
  border-bottom: solid 3px #6c2826;
  background-color: #c55b57;
}
.tui-btn-delete-sm:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #6c2826;
  background-color: #9a3935;
}
.tui-btn-delete-sm.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #6c2826;
  background-color: #a53d39;
}
.tui-btn-delete-sm.active:hover {
  color: white;
  border: solid 1px #6c2826;
  background-color: #ad403c;
}
.tui-btn-delete-sm[disabled],
.tui-btn-delete-sm:disabled {
  opacity: 0.7;
  background-color: #BE4844;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #5d2220;
  border: solid 1px #83302d;
  border-bottom: solid 3px #83302d;
  pointer-events: none;
}
.tui-btn-delete-sm[disabled]:hover,
.tui-btn-delete-sm:disabled:hover,
.tui-btn-delete-sm[disabled]:focus,
.tui-btn-delete-sm:disabled:focus,
.tui-btn-delete-sm[disabled]:active,
.tui-btn-delete-sm:disabled:active {
  opacity: 0.7;
  background-color: #BE4844;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #5d2220;
  border: solid 1px #83302d;
  border-bottom: solid 3px #83302d;
  pointer-events: none;
}
.tui-btn-save-sm {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
  /* for dark buttons */
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background: #266892;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-save-sm:link,
.tui-btn-save-sm:visited,
.tui-btn-save-sm:hover,
.tui-btn-save-sm:active {
  color: black;
  text-decoration: none;
}
.tui-btn-save-sm.spaced {
  margin: 2px;
}
.tui-btn-save-sm:hover,
.tui-btn-save-sm:focus,
.tui-btn-save-sm.focus,
.tui-btn-save-sm:active,
.tui-btn-save-sm.active,
.open > .dropdown-toggle.tui-btn-save-sm {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.tui-btn-save-sm:active,
.tui-btn-save-sm.active,
.open > .dropdown-toggle.tui-btn-save-sm {
  background-image: none;
}
.tui-btn-save-sm.disabled,
.tui-btn-save-sm[disabled],
fieldset[disabled] .tui-btn-save-sm,
.tui-btn-save-sm.disabled:hover,
.tui-btn-save-sm[disabled]:hover,
fieldset[disabled] .tui-btn-save-sm:hover,
.tui-btn-save-sm.disabled:focus,
.tui-btn-save-sm[disabled]:focus,
fieldset[disabled] .tui-btn-save-sm:focus,
.tui-btn-save-sm.disabled.focus,
.tui-btn-save-sm[disabled].focus,
fieldset[disabled] .tui-btn-save-sm.focus,
.tui-btn-save-sm.disabled:active,
.tui-btn-save-sm[disabled]:active,
fieldset[disabled] .tui-btn-save-sm:active,
.tui-btn-save-sm.disabled.active,
.tui-btn-save-sm[disabled].active,
fieldset[disabled] .tui-btn-save-sm.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.tui-btn-save-sm .badge {
  color: #337ab7;
  background-color: #fff;
}
.tui-btn-save-sm:active,
.tui-btn-save-sm.active {
  -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);
}
.tui-btn-save-sm .badge {
  text-shadow: none;
}
.tui-btn-save-sm:hover,
.tui-btn-save-sm:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.tui-btn-save-sm:active,
.tui-btn-save-sm.active {
  background-color: #265a88;
  border-color: #245580;
}
.tui-btn-save-sm.disabled,
.tui-btn-save-sm:disabled,
.tui-btn-save-sm[disabled] {
  background-color: #265a88;
  background-image: none;
}
.tui-btn-save-sm:link,
.tui-btn-save-sm:visited {
  color: white;
}
.tui-btn-save-sm:hover,
.tui-btn-save-sm:focus {
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background-color: #2b76a6;
}
.tui-btn-save-sm:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1b4b6a;
}
.tui-btn-save-sm.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1f5476;
}
.tui-btn-save-sm.active:hover {
  color: white;
  border: solid 1px #0f2939;
  background-color: #215a7e;
}
.tui-btn-save-sm[disabled],
.tui-btn-save-sm:disabled {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-save-sm[disabled]:hover,
.tui-btn-save-sm:disabled:hover,
.tui-btn-save-sm[disabled]:focus,
.tui-btn-save-sm:disabled:focus,
.tui-btn-save-sm[disabled]:active,
.tui-btn-save-sm:disabled:active {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-save-sm:disabled {
  color: #b1c7d7;
}
.tui-btn-close-sm {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #333;
  background-color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  /* for bright buttons */
  color: black;
  border: solid 1px #8c8c8c;
  border-bottom: solid 3px #8c8c8c;
  background: #fafafa;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-close-sm:link,
.tui-btn-close-sm:visited,
.tui-btn-close-sm:hover,
.tui-btn-close-sm:active {
  color: black;
  text-decoration: none;
}
.tui-btn-close-sm.spaced {
  margin: 2px;
}
.tui-btn-close-sm:hover,
.tui-btn-close-sm:focus,
.tui-btn-close-sm.focus,
.tui-btn-close-sm:active,
.tui-btn-close-sm.active,
.open > .dropdown-toggle.tui-btn-close-sm {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.tui-btn-close-sm:active,
.tui-btn-close-sm.active,
.open > .dropdown-toggle.tui-btn-close-sm {
  background-image: none;
}
.tui-btn-close-sm.disabled,
.tui-btn-close-sm[disabled],
fieldset[disabled] .tui-btn-close-sm,
.tui-btn-close-sm.disabled:hover,
.tui-btn-close-sm[disabled]:hover,
fieldset[disabled] .tui-btn-close-sm:hover,
.tui-btn-close-sm.disabled:focus,
.tui-btn-close-sm[disabled]:focus,
fieldset[disabled] .tui-btn-close-sm:focus,
.tui-btn-close-sm.disabled.focus,
.tui-btn-close-sm[disabled].focus,
fieldset[disabled] .tui-btn-close-sm.focus,
.tui-btn-close-sm.disabled:active,
.tui-btn-close-sm[disabled]:active,
fieldset[disabled] .tui-btn-close-sm:active,
.tui-btn-close-sm.disabled.active,
.tui-btn-close-sm[disabled].active,
fieldset[disabled] .tui-btn-close-sm.active {
  background-color: #fff;
  border-color: #ccc;
}
.tui-btn-close-sm .badge {
  color: #fff;
  background-color: #333;
}
.tui-btn-close-sm:active,
.tui-btn-close-sm.active {
  -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);
}
.tui-btn-close-sm .badge {
  text-shadow: none;
}
.tui-btn-close-sm:hover,
.tui-btn-close-sm:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.tui-btn-close-sm:active,
.tui-btn-close-sm.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.tui-btn-close-sm.disabled,
.tui-btn-close-sm:disabled,
.tui-btn-close-sm[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.tui-btn-close-sm:link,
.tui-btn-close-sm:visited {
  color: black;
}
.tui-btn-close-sm:hover,
.tui-btn-close-sm:focus {
  color: black;
  border: solid 1px #6e6e6e;
  border-bottom: solid 3px #6e6e6e;
  background-color: #ededed;
}
.tui-btn-close-sm:active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e1e1e1;
}
.tui-btn-close-sm.active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e8e8e8;
}
.tui-btn-close-sm.active:hover {
  color: black;
  border: solid 1px #8c8c8c;
  background-color: #ededed;
}
.tui-btn-close-sm[disabled],
.tui-btn-close-sm:disabled {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-btn-close-sm[disabled]:hover,
.tui-btn-close-sm:disabled:hover,
.tui-btn-close-sm[disabled]:focus,
.tui-btn-close-sm:disabled:focus,
.tui-btn-close-sm[disabled]:active,
.tui-btn-close-sm:disabled:active {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-btn-view-sm {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
  /* for dark buttons */
  color: white;
  border: solid 1px #38743b;
  border-bottom: solid 3px #38743b;
  background: #67B56B;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-view-sm:link,
.tui-btn-view-sm:visited,
.tui-btn-view-sm:hover,
.tui-btn-view-sm:active {
  color: black;
  text-decoration: none;
}
.tui-btn-view-sm.spaced {
  margin: 2px;
}
.tui-btn-view-sm:hover,
.tui-btn-view-sm:focus,
.tui-btn-view-sm.focus,
.tui-btn-view-sm:active,
.tui-btn-view-sm.active,
.open > .dropdown-toggle.tui-btn-view-sm {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.tui-btn-view-sm:active,
.tui-btn-view-sm.active,
.open > .dropdown-toggle.tui-btn-view-sm {
  background-image: none;
}
.tui-btn-view-sm.disabled,
.tui-btn-view-sm[disabled],
fieldset[disabled] .tui-btn-view-sm,
.tui-btn-view-sm.disabled:hover,
.tui-btn-view-sm[disabled]:hover,
fieldset[disabled] .tui-btn-view-sm:hover,
.tui-btn-view-sm.disabled:focus,
.tui-btn-view-sm[disabled]:focus,
fieldset[disabled] .tui-btn-view-sm:focus,
.tui-btn-view-sm.disabled.focus,
.tui-btn-view-sm[disabled].focus,
fieldset[disabled] .tui-btn-view-sm.focus,
.tui-btn-view-sm.disabled:active,
.tui-btn-view-sm[disabled]:active,
fieldset[disabled] .tui-btn-view-sm:active,
.tui-btn-view-sm.disabled.active,
.tui-btn-view-sm[disabled].active,
fieldset[disabled] .tui-btn-view-sm.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.tui-btn-view-sm .badge {
  color: #5cb85c;
  background-color: #fff;
}
.tui-btn-view-sm:active,
.tui-btn-view-sm.active {
  -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);
}
.tui-btn-view-sm .badge {
  text-shadow: none;
}
.tui-btn-view-sm:hover,
.tui-btn-view-sm:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.tui-btn-view-sm:active,
.tui-btn-view-sm.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.tui-btn-view-sm.disabled,
.tui-btn-view-sm:disabled,
.tui-btn-view-sm[disabled] {
  background-color: #419641;
  background-image: none;
}
.tui-btn-view-sm:link,
.tui-btn-view-sm:visited {
  color: white;
}
.tui-btn-view-sm:hover,
.tui-btn-view-sm:focus {
  color: white;
  border: solid 1px #38743b;
  border-bottom: solid 3px #38743b;
  background-color: #78bd7c;
}
.tui-btn-view-sm:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #38743b;
  background-color: #4c9d50;
}
.tui-btn-view-sm.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #38743b;
  background-color: #51a756;
}
.tui-btn-view-sm.active:hover {
  color: white;
  border: solid 1px #38743b;
  background-color: #56ad5a;
}
.tui-btn-view-sm[disabled],
.tui-btn-view-sm:disabled {
  opacity: 0.7;
  background-color: #67B56B;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #326634;
  border: solid 1px #428846;
  border-bottom: solid 3px #428846;
  pointer-events: none;
}
.tui-btn-view-sm[disabled]:hover,
.tui-btn-view-sm:disabled:hover,
.tui-btn-view-sm[disabled]:focus,
.tui-btn-view-sm:disabled:focus,
.tui-btn-view-sm[disabled]:active,
.tui-btn-view-sm:disabled:active {
  opacity: 0.7;
  background-color: #67B56B;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #326634;
  border: solid 1px #428846;
  border-bottom: solid 3px #428846;
  pointer-events: none;
}
.tui-btn-edit-sm {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
  /* for dark buttons */
  color: white;
  border: solid 1px #bb7511;
  border-bottom: solid 3px #bb7511;
  background: #efac4d;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-edit-sm:link,
.tui-btn-edit-sm:visited,
.tui-btn-edit-sm:hover,
.tui-btn-edit-sm:active {
  color: black;
  text-decoration: none;
}
.tui-btn-edit-sm.spaced {
  margin: 2px;
}
.tui-btn-edit-sm:hover,
.tui-btn-edit-sm:focus,
.tui-btn-edit-sm.focus,
.tui-btn-edit-sm:active,
.tui-btn-edit-sm.active,
.open > .dropdown-toggle.tui-btn-edit-sm {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.tui-btn-edit-sm:active,
.tui-btn-edit-sm.active,
.open > .dropdown-toggle.tui-btn-edit-sm {
  background-image: none;
}
.tui-btn-edit-sm.disabled,
.tui-btn-edit-sm[disabled],
fieldset[disabled] .tui-btn-edit-sm,
.tui-btn-edit-sm.disabled:hover,
.tui-btn-edit-sm[disabled]:hover,
fieldset[disabled] .tui-btn-edit-sm:hover,
.tui-btn-edit-sm.disabled:focus,
.tui-btn-edit-sm[disabled]:focus,
fieldset[disabled] .tui-btn-edit-sm:focus,
.tui-btn-edit-sm.disabled.focus,
.tui-btn-edit-sm[disabled].focus,
fieldset[disabled] .tui-btn-edit-sm.focus,
.tui-btn-edit-sm.disabled:active,
.tui-btn-edit-sm[disabled]:active,
fieldset[disabled] .tui-btn-edit-sm:active,
.tui-btn-edit-sm.disabled.active,
.tui-btn-edit-sm[disabled].active,
fieldset[disabled] .tui-btn-edit-sm.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.tui-btn-edit-sm .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.tui-btn-edit-sm:active,
.tui-btn-edit-sm.active {
  -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);
}
.tui-btn-edit-sm .badge {
  text-shadow: none;
}
.tui-btn-edit-sm:hover,
.tui-btn-edit-sm:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.tui-btn-edit-sm:active,
.tui-btn-edit-sm.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.tui-btn-edit-sm.disabled,
.tui-btn-edit-sm:disabled,
.tui-btn-edit-sm[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.tui-btn-edit-sm:link,
.tui-btn-edit-sm:visited {
  color: white;
}
.tui-btn-edit-sm:hover,
.tui-btn-edit-sm:focus {
  color: white;
  border: solid 1px #bb7511;
  border-bottom: solid 3px #bb7511;
  background-color: #f1b764;
}
.tui-btn-edit-sm:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #bb7511;
  background-color: #eb961e;
}
.tui-btn-edit-sm.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #bb7511;
  background-color: #ec9d2c;
}
.tui-btn-edit-sm.active:hover {
  color: white;
  border: solid 1px #bb7511;
  background-color: #eda136;
}
.tui-btn-edit-sm[disabled],
.tui-btn-edit-sm:disabled {
  opacity: 0.7;
  background-color: #efac4d;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #a8690f;
  border: solid 1px #d78613;
  border-bottom: solid 3px #d78613;
  pointer-events: none;
}
.tui-btn-edit-sm[disabled]:hover,
.tui-btn-edit-sm:disabled:hover,
.tui-btn-edit-sm[disabled]:focus,
.tui-btn-edit-sm:disabled:focus,
.tui-btn-edit-sm[disabled]:active,
.tui-btn-edit-sm:disabled:active {
  opacity: 0.7;
  background-color: #efac4d;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #a8690f;
  border: solid 1px #d78613;
  border-bottom: solid 3px #d78613;
  pointer-events: none;
}
.tui-btn-create-sm {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
  /* for dark buttons */
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background: #266892;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-create-sm:link,
.tui-btn-create-sm:visited,
.tui-btn-create-sm:hover,
.tui-btn-create-sm:active {
  color: black;
  text-decoration: none;
}
.tui-btn-create-sm.spaced {
  margin: 2px;
}
.tui-btn-create-sm:hover,
.tui-btn-create-sm:focus,
.tui-btn-create-sm.focus,
.tui-btn-create-sm:active,
.tui-btn-create-sm.active,
.open > .dropdown-toggle.tui-btn-create-sm {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.tui-btn-create-sm:active,
.tui-btn-create-sm.active,
.open > .dropdown-toggle.tui-btn-create-sm {
  background-image: none;
}
.tui-btn-create-sm.disabled,
.tui-btn-create-sm[disabled],
fieldset[disabled] .tui-btn-create-sm,
.tui-btn-create-sm.disabled:hover,
.tui-btn-create-sm[disabled]:hover,
fieldset[disabled] .tui-btn-create-sm:hover,
.tui-btn-create-sm.disabled:focus,
.tui-btn-create-sm[disabled]:focus,
fieldset[disabled] .tui-btn-create-sm:focus,
.tui-btn-create-sm.disabled.focus,
.tui-btn-create-sm[disabled].focus,
fieldset[disabled] .tui-btn-create-sm.focus,
.tui-btn-create-sm.disabled:active,
.tui-btn-create-sm[disabled]:active,
fieldset[disabled] .tui-btn-create-sm:active,
.tui-btn-create-sm.disabled.active,
.tui-btn-create-sm[disabled].active,
fieldset[disabled] .tui-btn-create-sm.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.tui-btn-create-sm .badge {
  color: #337ab7;
  background-color: #fff;
}
.tui-btn-create-sm:active,
.tui-btn-create-sm.active {
  -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);
}
.tui-btn-create-sm .badge {
  text-shadow: none;
}
.tui-btn-create-sm:hover,
.tui-btn-create-sm:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.tui-btn-create-sm:active,
.tui-btn-create-sm.active {
  background-color: #265a88;
  border-color: #245580;
}
.tui-btn-create-sm.disabled,
.tui-btn-create-sm:disabled,
.tui-btn-create-sm[disabled] {
  background-color: #265a88;
  background-image: none;
}
.tui-btn-create-sm:link,
.tui-btn-create-sm:visited {
  color: white;
}
.tui-btn-create-sm:hover,
.tui-btn-create-sm:focus {
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background-color: #2b76a6;
}
.tui-btn-create-sm:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1b4b6a;
}
.tui-btn-create-sm.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1f5476;
}
.tui-btn-create-sm.active:hover {
  color: white;
  border: solid 1px #0f2939;
  background-color: #215a7e;
}
.tui-btn-create-sm[disabled],
.tui-btn-create-sm:disabled {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-create-sm[disabled]:hover,
.tui-btn-create-sm:disabled:hover,
.tui-btn-create-sm[disabled]:focus,
.tui-btn-create-sm:disabled:focus,
.tui-btn-create-sm[disabled]:active,
.tui-btn-create-sm:disabled:active {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-icon-lg {
  width: 47px;
  font-size: 28px !important;
}
.tui-btn-icon-lg::after {
  display: flex;
  justify-content: center;
}
.tui-btn-add-icon {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
  padding: 5px 10px;
  /* for dark buttons */
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background: #266892;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-add-icon:link,
.tui-btn-add-icon:visited,
.tui-btn-add-icon:hover,
.tui-btn-add-icon:active {
  color: black;
  text-decoration: none;
}
.tui-btn-add-icon.spaced {
  margin: 2px;
}
.tui-btn-add-icon:hover,
.tui-btn-add-icon:focus,
.tui-btn-add-icon.focus,
.tui-btn-add-icon:active,
.tui-btn-add-icon.active,
.open > .dropdown-toggle.tui-btn-add-icon {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.tui-btn-add-icon:active,
.tui-btn-add-icon.active,
.open > .dropdown-toggle.tui-btn-add-icon {
  background-image: none;
}
.tui-btn-add-icon.disabled,
.tui-btn-add-icon[disabled],
fieldset[disabled] .tui-btn-add-icon,
.tui-btn-add-icon.disabled:hover,
.tui-btn-add-icon[disabled]:hover,
fieldset[disabled] .tui-btn-add-icon:hover,
.tui-btn-add-icon.disabled:focus,
.tui-btn-add-icon[disabled]:focus,
fieldset[disabled] .tui-btn-add-icon:focus,
.tui-btn-add-icon.disabled.focus,
.tui-btn-add-icon[disabled].focus,
fieldset[disabled] .tui-btn-add-icon.focus,
.tui-btn-add-icon.disabled:active,
.tui-btn-add-icon[disabled]:active,
fieldset[disabled] .tui-btn-add-icon:active,
.tui-btn-add-icon.disabled.active,
.tui-btn-add-icon[disabled].active,
fieldset[disabled] .tui-btn-add-icon.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.tui-btn-add-icon .badge {
  color: #337ab7;
  background-color: #fff;
}
.tui-btn-add-icon:active,
.tui-btn-add-icon.active {
  -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);
}
.tui-btn-add-icon .badge {
  text-shadow: none;
}
.tui-btn-add-icon:hover,
.tui-btn-add-icon:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.tui-btn-add-icon:active,
.tui-btn-add-icon.active {
  background-color: #265a88;
  border-color: #245580;
}
.tui-btn-add-icon.disabled,
.tui-btn-add-icon:disabled,
.tui-btn-add-icon[disabled] {
  background-color: #265a88;
  background-image: none;
}
.tui-btn-add-icon:link,
.tui-btn-add-icon:visited {
  color: white;
}
.tui-btn-add-icon:hover,
.tui-btn-add-icon:focus {
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background-color: #2b76a6;
}
.tui-btn-add-icon:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1b4b6a;
}
.tui-btn-add-icon.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1f5476;
}
.tui-btn-add-icon.active:hover {
  color: white;
  border: solid 1px #0f2939;
  background-color: #215a7e;
}
.tui-btn-add-icon[disabled],
.tui-btn-add-icon:disabled {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-add-icon[disabled]:hover,
.tui-btn-add-icon:disabled:hover,
.tui-btn-add-icon[disabled]:focus,
.tui-btn-add-icon:disabled:focus,
.tui-btn-add-icon[disabled]:active,
.tui-btn-add-icon:disabled:active {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-add-icon.normalized {
  width: 24px;
  height: 24px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.tui-btn-add-icon:after {
  font-family: FontAwesome;
  content: "\f067";
}
.tui-btn-down-icon {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
  padding: 5px 10px;
  /* for dark buttons */
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background: #266892;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-down-icon:link,
.tui-btn-down-icon:visited,
.tui-btn-down-icon:hover,
.tui-btn-down-icon:active {
  color: black;
  text-decoration: none;
}
.tui-btn-down-icon.spaced {
  margin: 2px;
}
.tui-btn-down-icon:hover,
.tui-btn-down-icon:focus,
.tui-btn-down-icon.focus,
.tui-btn-down-icon:active,
.tui-btn-down-icon.active,
.open > .dropdown-toggle.tui-btn-down-icon {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.tui-btn-down-icon:active,
.tui-btn-down-icon.active,
.open > .dropdown-toggle.tui-btn-down-icon {
  background-image: none;
}
.tui-btn-down-icon.disabled,
.tui-btn-down-icon[disabled],
fieldset[disabled] .tui-btn-down-icon,
.tui-btn-down-icon.disabled:hover,
.tui-btn-down-icon[disabled]:hover,
fieldset[disabled] .tui-btn-down-icon:hover,
.tui-btn-down-icon.disabled:focus,
.tui-btn-down-icon[disabled]:focus,
fieldset[disabled] .tui-btn-down-icon:focus,
.tui-btn-down-icon.disabled.focus,
.tui-btn-down-icon[disabled].focus,
fieldset[disabled] .tui-btn-down-icon.focus,
.tui-btn-down-icon.disabled:active,
.tui-btn-down-icon[disabled]:active,
fieldset[disabled] .tui-btn-down-icon:active,
.tui-btn-down-icon.disabled.active,
.tui-btn-down-icon[disabled].active,
fieldset[disabled] .tui-btn-down-icon.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.tui-btn-down-icon .badge {
  color: #337ab7;
  background-color: #fff;
}
.tui-btn-down-icon:active,
.tui-btn-down-icon.active {
  -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);
}
.tui-btn-down-icon .badge {
  text-shadow: none;
}
.tui-btn-down-icon:hover,
.tui-btn-down-icon:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.tui-btn-down-icon:active,
.tui-btn-down-icon.active {
  background-color: #265a88;
  border-color: #245580;
}
.tui-btn-down-icon.disabled,
.tui-btn-down-icon:disabled,
.tui-btn-down-icon[disabled] {
  background-color: #265a88;
  background-image: none;
}
.tui-btn-down-icon:link,
.tui-btn-down-icon:visited {
  color: white;
}
.tui-btn-down-icon:hover,
.tui-btn-down-icon:focus {
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background-color: #2b76a6;
}
.tui-btn-down-icon:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1b4b6a;
}
.tui-btn-down-icon.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1f5476;
}
.tui-btn-down-icon.active:hover {
  color: white;
  border: solid 1px #0f2939;
  background-color: #215a7e;
}
.tui-btn-down-icon[disabled],
.tui-btn-down-icon:disabled {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-down-icon[disabled]:hover,
.tui-btn-down-icon:disabled:hover,
.tui-btn-down-icon[disabled]:focus,
.tui-btn-down-icon:disabled:focus,
.tui-btn-down-icon[disabled]:active,
.tui-btn-down-icon:disabled:active {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-down-icon.normalized {
  width: 24px;
  height: 24px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.tui-btn-down-icon:after {
  font-family: FontAwesome;
  content: "\f063";
}
.tui-btn-up-icon {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
  padding: 5px 10px;
  /* for dark buttons */
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background: #266892;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-up-icon:link,
.tui-btn-up-icon:visited,
.tui-btn-up-icon:hover,
.tui-btn-up-icon:active {
  color: black;
  text-decoration: none;
}
.tui-btn-up-icon.spaced {
  margin: 2px;
}
.tui-btn-up-icon:hover,
.tui-btn-up-icon:focus,
.tui-btn-up-icon.focus,
.tui-btn-up-icon:active,
.tui-btn-up-icon.active,
.open > .dropdown-toggle.tui-btn-up-icon {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.tui-btn-up-icon:active,
.tui-btn-up-icon.active,
.open > .dropdown-toggle.tui-btn-up-icon {
  background-image: none;
}
.tui-btn-up-icon.disabled,
.tui-btn-up-icon[disabled],
fieldset[disabled] .tui-btn-up-icon,
.tui-btn-up-icon.disabled:hover,
.tui-btn-up-icon[disabled]:hover,
fieldset[disabled] .tui-btn-up-icon:hover,
.tui-btn-up-icon.disabled:focus,
.tui-btn-up-icon[disabled]:focus,
fieldset[disabled] .tui-btn-up-icon:focus,
.tui-btn-up-icon.disabled.focus,
.tui-btn-up-icon[disabled].focus,
fieldset[disabled] .tui-btn-up-icon.focus,
.tui-btn-up-icon.disabled:active,
.tui-btn-up-icon[disabled]:active,
fieldset[disabled] .tui-btn-up-icon:active,
.tui-btn-up-icon.disabled.active,
.tui-btn-up-icon[disabled].active,
fieldset[disabled] .tui-btn-up-icon.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.tui-btn-up-icon .badge {
  color: #337ab7;
  background-color: #fff;
}
.tui-btn-up-icon:active,
.tui-btn-up-icon.active {
  -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);
}
.tui-btn-up-icon .badge {
  text-shadow: none;
}
.tui-btn-up-icon:hover,
.tui-btn-up-icon:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.tui-btn-up-icon:active,
.tui-btn-up-icon.active {
  background-color: #265a88;
  border-color: #245580;
}
.tui-btn-up-icon.disabled,
.tui-btn-up-icon:disabled,
.tui-btn-up-icon[disabled] {
  background-color: #265a88;
  background-image: none;
}
.tui-btn-up-icon:link,
.tui-btn-up-icon:visited {
  color: white;
}
.tui-btn-up-icon:hover,
.tui-btn-up-icon:focus {
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background-color: #2b76a6;
}
.tui-btn-up-icon:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1b4b6a;
}
.tui-btn-up-icon.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1f5476;
}
.tui-btn-up-icon.active:hover {
  color: white;
  border: solid 1px #0f2939;
  background-color: #215a7e;
}
.tui-btn-up-icon[disabled],
.tui-btn-up-icon:disabled {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-up-icon[disabled]:hover,
.tui-btn-up-icon:disabled:hover,
.tui-btn-up-icon[disabled]:focus,
.tui-btn-up-icon:disabled:focus,
.tui-btn-up-icon[disabled]:active,
.tui-btn-up-icon:disabled:active {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-up-icon.normalized {
  width: 24px;
  height: 24px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.tui-btn-up-icon:after {
  font-family: FontAwesome;
  content: "\f062";
}
.tui-btn-add-level-icon {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
  padding: 5px 10px;
  /* for dark buttons */
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background: #266892;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-add-level-icon:link,
.tui-btn-add-level-icon:visited,
.tui-btn-add-level-icon:hover,
.tui-btn-add-level-icon:active {
  color: black;
  text-decoration: none;
}
.tui-btn-add-level-icon.spaced {
  margin: 2px;
}
.tui-btn-add-level-icon:hover,
.tui-btn-add-level-icon:focus,
.tui-btn-add-level-icon.focus,
.tui-btn-add-level-icon:active,
.tui-btn-add-level-icon.active,
.open > .dropdown-toggle.tui-btn-add-level-icon {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.tui-btn-add-level-icon:active,
.tui-btn-add-level-icon.active,
.open > .dropdown-toggle.tui-btn-add-level-icon {
  background-image: none;
}
.tui-btn-add-level-icon.disabled,
.tui-btn-add-level-icon[disabled],
fieldset[disabled] .tui-btn-add-level-icon,
.tui-btn-add-level-icon.disabled:hover,
.tui-btn-add-level-icon[disabled]:hover,
fieldset[disabled] .tui-btn-add-level-icon:hover,
.tui-btn-add-level-icon.disabled:focus,
.tui-btn-add-level-icon[disabled]:focus,
fieldset[disabled] .tui-btn-add-level-icon:focus,
.tui-btn-add-level-icon.disabled.focus,
.tui-btn-add-level-icon[disabled].focus,
fieldset[disabled] .tui-btn-add-level-icon.focus,
.tui-btn-add-level-icon.disabled:active,
.tui-btn-add-level-icon[disabled]:active,
fieldset[disabled] .tui-btn-add-level-icon:active,
.tui-btn-add-level-icon.disabled.active,
.tui-btn-add-level-icon[disabled].active,
fieldset[disabled] .tui-btn-add-level-icon.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.tui-btn-add-level-icon .badge {
  color: #337ab7;
  background-color: #fff;
}
.tui-btn-add-level-icon:active,
.tui-btn-add-level-icon.active {
  -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);
}
.tui-btn-add-level-icon .badge {
  text-shadow: none;
}
.tui-btn-add-level-icon:hover,
.tui-btn-add-level-icon:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.tui-btn-add-level-icon:active,
.tui-btn-add-level-icon.active {
  background-color: #265a88;
  border-color: #245580;
}
.tui-btn-add-level-icon.disabled,
.tui-btn-add-level-icon:disabled,
.tui-btn-add-level-icon[disabled] {
  background-color: #265a88;
  background-image: none;
}
.tui-btn-add-level-icon:link,
.tui-btn-add-level-icon:visited {
  color: white;
}
.tui-btn-add-level-icon:hover,
.tui-btn-add-level-icon:focus {
  color: white;
  border: solid 1px #0f2939;
  border-bottom: solid 3px #0f2939;
  background-color: #2b76a6;
}
.tui-btn-add-level-icon:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1b4b6a;
}
.tui-btn-add-level-icon.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #0f2939;
  background-color: #1f5476;
}
.tui-btn-add-level-icon.active:hover {
  color: white;
  border: solid 1px #0f2939;
  background-color: #215a7e;
}
.tui-btn-add-level-icon[disabled],
.tui-btn-add-level-icon:disabled {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-add-level-icon[disabled]:hover,
.tui-btn-add-level-icon:disabled:hover,
.tui-btn-add-level-icon[disabled]:focus,
.tui-btn-add-level-icon:disabled:focus,
.tui-btn-add-level-icon[disabled]:active,
.tui-btn-add-level-icon:disabled:active {
  opacity: 0.7;
  background-color: #266892;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #0b1d29;
  border: solid 1px #153a51;
  border-bottom: solid 3px #153a51;
  pointer-events: none;
}
.tui-btn-add-level-icon.normalized {
  width: 24px;
  height: 24px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.tui-btn-add-level-icon:after {
  font-family: FontAwesome;
  content: "\f0d7";
}
.tui-btn-delete-icon {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
  padding: 5px 10px;
  /* for dark buttons */
  color: white;
  border: solid 1px #6c2826;
  border-bottom: solid 3px #6c2826;
  background: #BE4844;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-delete-icon:link,
.tui-btn-delete-icon:visited,
.tui-btn-delete-icon:hover,
.tui-btn-delete-icon:active {
  color: black;
  text-decoration: none;
}
.tui-btn-delete-icon.spaced {
  margin: 2px;
}
.tui-btn-delete-icon:hover,
.tui-btn-delete-icon:focus,
.tui-btn-delete-icon.focus,
.tui-btn-delete-icon:active,
.tui-btn-delete-icon.active,
.open > .dropdown-toggle.tui-btn-delete-icon {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.tui-btn-delete-icon:active,
.tui-btn-delete-icon.active,
.open > .dropdown-toggle.tui-btn-delete-icon {
  background-image: none;
}
.tui-btn-delete-icon.disabled,
.tui-btn-delete-icon[disabled],
fieldset[disabled] .tui-btn-delete-icon,
.tui-btn-delete-icon.disabled:hover,
.tui-btn-delete-icon[disabled]:hover,
fieldset[disabled] .tui-btn-delete-icon:hover,
.tui-btn-delete-icon.disabled:focus,
.tui-btn-delete-icon[disabled]:focus,
fieldset[disabled] .tui-btn-delete-icon:focus,
.tui-btn-delete-icon.disabled.focus,
.tui-btn-delete-icon[disabled].focus,
fieldset[disabled] .tui-btn-delete-icon.focus,
.tui-btn-delete-icon.disabled:active,
.tui-btn-delete-icon[disabled]:active,
fieldset[disabled] .tui-btn-delete-icon:active,
.tui-btn-delete-icon.disabled.active,
.tui-btn-delete-icon[disabled].active,
fieldset[disabled] .tui-btn-delete-icon.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.tui-btn-delete-icon .badge {
  color: #d9534f;
  background-color: #fff;
}
.tui-btn-delete-icon:active,
.tui-btn-delete-icon.active {
  -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);
}
.tui-btn-delete-icon .badge {
  text-shadow: none;
}
.tui-btn-delete-icon:hover,
.tui-btn-delete-icon:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.tui-btn-delete-icon:active,
.tui-btn-delete-icon.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.tui-btn-delete-icon.disabled,
.tui-btn-delete-icon:disabled,
.tui-btn-delete-icon[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.tui-btn-delete-icon:link,
.tui-btn-delete-icon:visited {
  color: white;
}
.tui-btn-delete-icon:hover,
.tui-btn-delete-icon:focus {
  color: white;
  border: solid 1px #6c2826;
  border-bottom: solid 3px #6c2826;
  background-color: #c55b57;
}
.tui-btn-delete-icon:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #6c2826;
  background-color: #9a3935;
}
.tui-btn-delete-icon.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #6c2826;
  background-color: #a53d39;
}
.tui-btn-delete-icon.active:hover {
  color: white;
  border: solid 1px #6c2826;
  background-color: #ad403c;
}
.tui-btn-delete-icon[disabled],
.tui-btn-delete-icon:disabled {
  opacity: 0.7;
  background-color: #BE4844;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #5d2220;
  border: solid 1px #83302d;
  border-bottom: solid 3px #83302d;
  pointer-events: none;
}
.tui-btn-delete-icon[disabled]:hover,
.tui-btn-delete-icon:disabled:hover,
.tui-btn-delete-icon[disabled]:focus,
.tui-btn-delete-icon:disabled:focus,
.tui-btn-delete-icon[disabled]:active,
.tui-btn-delete-icon:disabled:active {
  opacity: 0.7;
  background-color: #BE4844;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #5d2220;
  border: solid 1px #83302d;
  border-bottom: solid 3px #83302d;
  pointer-events: none;
}
.tui-btn-delete-icon.normalized {
  width: 24px;
  height: 24px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.tui-btn-delete-icon:after {
  font-family: FontAwesome;
  content: "\f014";
}
.tui-btn-edit-icon {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
  padding: 5px 10px;
  /* for dark buttons */
  color: white;
  border: solid 1px #bb7511;
  border-bottom: solid 3px #bb7511;
  background: #efac4d;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-edit-icon:link,
.tui-btn-edit-icon:visited,
.tui-btn-edit-icon:hover,
.tui-btn-edit-icon:active {
  color: black;
  text-decoration: none;
}
.tui-btn-edit-icon.spaced {
  margin: 2px;
}
.tui-btn-edit-icon:hover,
.tui-btn-edit-icon:focus,
.tui-btn-edit-icon.focus,
.tui-btn-edit-icon:active,
.tui-btn-edit-icon.active,
.open > .dropdown-toggle.tui-btn-edit-icon {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.tui-btn-edit-icon:active,
.tui-btn-edit-icon.active,
.open > .dropdown-toggle.tui-btn-edit-icon {
  background-image: none;
}
.tui-btn-edit-icon.disabled,
.tui-btn-edit-icon[disabled],
fieldset[disabled] .tui-btn-edit-icon,
.tui-btn-edit-icon.disabled:hover,
.tui-btn-edit-icon[disabled]:hover,
fieldset[disabled] .tui-btn-edit-icon:hover,
.tui-btn-edit-icon.disabled:focus,
.tui-btn-edit-icon[disabled]:focus,
fieldset[disabled] .tui-btn-edit-icon:focus,
.tui-btn-edit-icon.disabled.focus,
.tui-btn-edit-icon[disabled].focus,
fieldset[disabled] .tui-btn-edit-icon.focus,
.tui-btn-edit-icon.disabled:active,
.tui-btn-edit-icon[disabled]:active,
fieldset[disabled] .tui-btn-edit-icon:active,
.tui-btn-edit-icon.disabled.active,
.tui-btn-edit-icon[disabled].active,
fieldset[disabled] .tui-btn-edit-icon.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.tui-btn-edit-icon .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.tui-btn-edit-icon:active,
.tui-btn-edit-icon.active {
  -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);
}
.tui-btn-edit-icon .badge {
  text-shadow: none;
}
.tui-btn-edit-icon:hover,
.tui-btn-edit-icon:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.tui-btn-edit-icon:active,
.tui-btn-edit-icon.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.tui-btn-edit-icon.disabled,
.tui-btn-edit-icon:disabled,
.tui-btn-edit-icon[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.tui-btn-edit-icon:link,
.tui-btn-edit-icon:visited {
  color: white;
}
.tui-btn-edit-icon:hover,
.tui-btn-edit-icon:focus {
  color: white;
  border: solid 1px #bb7511;
  border-bottom: solid 3px #bb7511;
  background-color: #f1b764;
}
.tui-btn-edit-icon:active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #bb7511;
  background-color: #eb961e;
}
.tui-btn-edit-icon.active {
  color: white;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #bb7511;
  background-color: #ec9d2c;
}
.tui-btn-edit-icon.active:hover {
  color: white;
  border: solid 1px #bb7511;
  background-color: #eda136;
}
.tui-btn-edit-icon[disabled],
.tui-btn-edit-icon:disabled {
  opacity: 0.7;
  background-color: #efac4d;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #a8690f;
  border: solid 1px #d78613;
  border-bottom: solid 3px #d78613;
  pointer-events: none;
}
.tui-btn-edit-icon[disabled]:hover,
.tui-btn-edit-icon:disabled:hover,
.tui-btn-edit-icon[disabled]:focus,
.tui-btn-edit-icon:disabled:focus,
.tui-btn-edit-icon[disabled]:active,
.tui-btn-edit-icon:disabled:active {
  opacity: 0.7;
  background-color: #efac4d;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: #a8690f;
  border: solid 1px #d78613;
  border-bottom: solid 3px #d78613;
  pointer-events: none;
}
.tui-btn-edit-icon.normalized {
  width: 24px;
  height: 24px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.tui-btn-edit-icon:after {
  font-family: FontAwesome;
  content: "\f040";
}
.tui-mini-icon-btn {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #333;
  background-color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  padding: 5px 10px;
  /* for bright buttons */
  color: black;
  border: solid 1px #8c8c8c;
  border-bottom: solid 3px #8c8c8c;
  background: #fafafa;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  height: 18px;
  width: 18px;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.tui-mini-icon-btn:link,
.tui-mini-icon-btn:visited,
.tui-mini-icon-btn:hover,
.tui-mini-icon-btn:active {
  color: black;
  text-decoration: none;
}
.tui-mini-icon-btn.spaced {
  margin: 2px;
}
.tui-mini-icon-btn:hover,
.tui-mini-icon-btn:focus,
.tui-mini-icon-btn.focus,
.tui-mini-icon-btn:active,
.tui-mini-icon-btn.active,
.open > .dropdown-toggle.tui-mini-icon-btn {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.tui-mini-icon-btn:active,
.tui-mini-icon-btn.active,
.open > .dropdown-toggle.tui-mini-icon-btn {
  background-image: none;
}
.tui-mini-icon-btn.disabled,
.tui-mini-icon-btn[disabled],
fieldset[disabled] .tui-mini-icon-btn,
.tui-mini-icon-btn.disabled:hover,
.tui-mini-icon-btn[disabled]:hover,
fieldset[disabled] .tui-mini-icon-btn:hover,
.tui-mini-icon-btn.disabled:focus,
.tui-mini-icon-btn[disabled]:focus,
fieldset[disabled] .tui-mini-icon-btn:focus,
.tui-mini-icon-btn.disabled.focus,
.tui-mini-icon-btn[disabled].focus,
fieldset[disabled] .tui-mini-icon-btn.focus,
.tui-mini-icon-btn.disabled:active,
.tui-mini-icon-btn[disabled]:active,
fieldset[disabled] .tui-mini-icon-btn:active,
.tui-mini-icon-btn.disabled.active,
.tui-mini-icon-btn[disabled].active,
fieldset[disabled] .tui-mini-icon-btn.active {
  background-color: #fff;
  border-color: #ccc;
}
.tui-mini-icon-btn .badge {
  color: #fff;
  background-color: #333;
}
.tui-mini-icon-btn:active,
.tui-mini-icon-btn.active {
  -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);
}
.tui-mini-icon-btn .badge {
  text-shadow: none;
}
.tui-mini-icon-btn:hover,
.tui-mini-icon-btn:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.tui-mini-icon-btn:active,
.tui-mini-icon-btn.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.tui-mini-icon-btn.disabled,
.tui-mini-icon-btn:disabled,
.tui-mini-icon-btn[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.tui-mini-icon-btn:link,
.tui-mini-icon-btn:visited {
  color: black;
}
.tui-mini-icon-btn:hover,
.tui-mini-icon-btn:focus {
  color: black;
  border: solid 1px #6e6e6e;
  border-bottom: solid 3px #6e6e6e;
  background-color: #ededed;
}
.tui-mini-icon-btn:active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e1e1e1;
}
.tui-mini-icon-btn.active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e8e8e8;
}
.tui-mini-icon-btn.active:hover {
  color: black;
  border: solid 1px #8c8c8c;
  background-color: #ededed;
}
.tui-mini-icon-btn[disabled],
.tui-mini-icon-btn:disabled {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-mini-icon-btn[disabled]:hover,
.tui-mini-icon-btn:disabled:hover,
.tui-mini-icon-btn[disabled]:focus,
.tui-mini-icon-btn:disabled:focus,
.tui-mini-icon-btn[disabled]:active,
.tui-mini-icon-btn:disabled:active {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-flat-button {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border-radius: 3px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
}
.tui-flat-button:link,
.tui-flat-button:visited,
.tui-flat-button:hover,
.tui-flat-button:active {
  color: black;
  text-decoration: none;
}
.tui-flat-button-light {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border-radius: 3px;
  border: none;
  color: black;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: solid 3px #8f9aa3;
}
.tui-flat-button-light:link,
.tui-flat-button-light:visited,
.tui-flat-button-light:hover,
.tui-flat-button-light:active {
  color: black;
  text-decoration: none;
}
.tui-flat-button-light.grey {
  display: inline-block;
  background-color: #f0f0ee;
  border-bottom: solid 3px #cccccc;
}
.tui-flat-button-light:hover {
  background-color: #ffffff;
}
.tui-flat-button-light:active {
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border-bottom: solid 1px #a0a3a3;
  background-color: #f8f8fb;
}
.tui-flat-button-light.pressed {
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border-bottom: solid 1px #a0a3a3;
  background-color: #eff1f6;
}
.tui-flat-button-light.pressed:hover {
  background-color: #ececf4;
}
.tui-flat-button-light.spaced {
  margin: 2px;
}
.tui-flat-button-light.spaced-right {
  margin-right: 6px;
}
.tui-flat-button-light.right {
  float: right;
  margin-right: 8px;
}
hub-data-object-viewer .tui-flat-button-light {
  background-color: rgba(255, 255, 255, 0.7);
}
hub-data-object-viewer .tui-flat-button-light:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
hub-data-object-viewer .tui-flat-button-light:active {
  background-color: rgba(255, 255, 255, 0.7);
}
.ribbon-button {
  margin: 5px;
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(22, 76, 167, 0.6);
  border-radius: 5px;
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  /*&.center {
        &:before {
            left: 50%;
        }
    }*/
  /*& > div:before {
        position: absolute;
        border-radius: 50%;
        background: #1d89ff;
        content: '';
        z-index: 0;
        top:0;
        right:0;
        transform: translate(50%, -50%); // translate3d(0, 0, 0);
        opacity: 0;
        width: 0px;
        height: 0px;
        transition: opacity .15s ease-in, width .15s ease-in, height .15s ease-in;
    }*/
}
@media (min-width: 1630px) {
  .ribbon-button {
    height: 160px;
    font-size: 18px;
    width: 160px;
  }
}
@media (max-width: 1629.9px) {
  .ribbon-button {
    height: 140px;
    font-size: 16px;
    width: 140px;
  }
}
@media (max-width: 1440px) {
  .ribbon-button {
    height: 130px;
    font-size: 15px;
    width: 130px;
  }
}
@media (max-width: 1333px) {
  .ribbon-button {
    height: 120px;
    font-size: 14px;
    width: 120px;
  }
}
@media (max-width: 1235px) {
  .ribbon-button {
    height: 115px;
    font-size: 13px;
    width: 115px;
  }
}
@media (max-width: 1200px) {
  .ribbon-button {
    height: 110px;
    font-size: 12px;
    width: 110px;
  }
}
.ribbon-button:before {
  position: absolute;
  right: 0;
  left: auto;
  transition: 0.3s;
  content: '';
  width: 0;
  bottom: 0;
  height: 3px;
  background: #21415c;
}
.ribbon-button:hover {
  cursor: pointer;
  transform: scale(1.033);
}
.ribbon-button:hover:before {
  width: 100%;
  left: 0;
}
.ribbon-button:active {
  /*& > div:before {
            width: 400px;
            height: 400px;
            opacity: 0.15;
            transition: opacity .15s ease-in, width .15s ease-in, height .15s ease-in;
        }*/
  background: #d9edf7;
  transform: scale(0.977);
  transition: background 0.15s, transform 0.15s;
}
.dnd-button {
  width: 100%;
  margin: 3px 1px;
  padding: 5px 10px;
}
.tui-menu-button {
  width: 32px;
  height: 28px;
  background-image: none;
  color: white !important;
  text-shadow: none !important;
  background: #667;
  border: solid 1px #2b2b32;
  border-bottom: solid 3px #2b2b32;
}
.tui-menu-button:hover,
.tui-menu-button:focus {
  background: #8d8d9d;
}
.tui-menu-button:active {
  border: solid 1px #2b2b32;
  background-color: #4e4e5c;
}
.tui-menu-button.pressed {
  border: solid 1px #2b2b32;
  background-color: #565664;
}
.tui-menu-button.pressed:hover {
  border: solid 1px #2b2b32;
  background-color: #5a5a69;
}
.tui-menu-button-transparent {
  width: 32px;
  height: 32px;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-image: none;
  text-shadow: none !important;
  background: rgba(255, 255, 255, 0) !important;
  border: none !important;
  border-radius: 50px !important;
}
.tui-menu-button-transparent.tiny {
  width: 24px;
  height: 24px;
  padding: 5px !important;
}
.tui-menu-button-transparent:hover,
.tui-menu-button-transparent:focus {
  background: rgba(255, 255, 255, 0.15) !important;
}
.tui-menu-button-transparent:active {
  background: rgba(255, 255, 255, 0.25) !important;
}
.tui-menu-button-white {
  width: 32px;
  height: 32px;
  background-image: none;
  color: white !important;
  text-shadow: none !important;
  background: white !important;
  color: black !important;
  border: solid 1px #bfbfbf !important;
  border-bottom: solid 3px #bfbfbf !important;
}
.tui-menu-button-white:hover,
.tui-menu-button-white:focus {
  background: #ffffff !important;
}
.tui-menu-button-white:active {
  border: solid 1px #bfbfbf !important;
  background-color: #e6e6e6 !important;
}
.tui-menu-button-white.pressed {
  border: solid 1px #bfbfbf !important;
  background-color: #ededed !important;
}
.tui-menu-button-white.pressed:hover {
  border: solid 1px #bfbfbf !important;
  background-color: #f2f2f2 !important;
}
.tui-popover-menu .popover-content {
  padding: 2px 2px;
}
.tui-popover-menu-action {
  cursor: pointer;
  caret-color: transparent;
  padding: 4px 8px;
  border-radius: 4px;
}
.tui-popover-menu-action:hover {
  background: #eee;
}
.tui-popover-menu-action:active {
  background: #ddd;
}
.action-container {
  display: inline-flex;
  flex-wrap: wrap;
}
@-webkit-keyframes offset-lines {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes offset-lines {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.tui-btn-transparent {
  color: inherit;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.4;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
button > input[type="file"] {
  display: none;
}
button.close:hover {
  background: none;
}
.tui-btn-off {
  color: gray;
}
/* Alerts */
.tui-alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tui-alert h4 {
  margin-top: 0;
  color: inherit;
}
.tui-alert .alert-link {
  font-weight: bold;
}
.tui-alert > p,
.tui-alert > ul {
  margin-bottom: 0;
}
.tui-alert > p + p {
  margin-top: 5px;
}
.tui-alert-info {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.tui-alert-info h4 {
  margin-top: 0;
  color: inherit;
}
.tui-alert-info .alert-link {
  font-weight: bold;
}
.tui-alert-info > p,
.tui-alert-info > ul {
  margin-bottom: 0;
}
.tui-alert-info > p + p {
  margin-top: 5px;
}
.tui-alert-info hr {
  border-top-color: #a6e1ec;
}
.tui-alert-info .alert-link {
  color: #245269;
}
.tui-alert-danger {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.tui-alert-danger h4 {
  margin-top: 0;
  color: inherit;
}
.tui-alert-danger .alert-link {
  font-weight: bold;
}
.tui-alert-danger > p,
.tui-alert-danger > ul {
  margin-bottom: 0;
}
.tui-alert-danger > p + p {
  margin-top: 5px;
}
.tui-alert-danger hr {
  border-top-color: #e4b9c0;
}
.tui-alert-danger .alert-link {
  color: #843534;
}
.tui-alert-success {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.tui-alert-success h4 {
  margin-top: 0;
  color: inherit;
}
.tui-alert-success .alert-link {
  font-weight: bold;
}
.tui-alert-success > p,
.tui-alert-success > ul {
  margin-bottom: 0;
}
.tui-alert-success > p + p {
  margin-top: 5px;
}
.tui-alert-success hr {
  border-top-color: #c9e2b3;
}
.tui-alert-success .alert-link {
  color: #2b542c;
}
.tui-alert-warning {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #ffb500;
  border-color: #e67d00;
  color: #8b4000;
}
.tui-alert-warning h4 {
  margin-top: 0;
  color: inherit;
}
.tui-alert-warning .alert-link {
  font-weight: bold;
}
.tui-alert-warning > p,
.tui-alert-warning > ul {
  margin-bottom: 0;
}
.tui-alert-warning > p + p {
  margin-top: 5px;
}
.tui-alert-warning hr {
  border-top-color: #cc6f00;
}
.tui-alert-warning .alert-link {
  color: #582900;
}
.tui-toolbar-element {
  margin: 3px 1px;
  cursor: move;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  width: 100%;
  /*width: 50px;*/
  background-color: #d3dfe8;
  border: 1px solid #b1c7d7;
  text-align: left;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tui-toolbar-element:focus,
.tui-toolbar-element:active:focus,
.tui-toolbar-element.active:focus,
.tui-toolbar-element.focus,
.tui-toolbar-element:active.focus,
.tui-toolbar-element.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.tui-toolbar-element:hover,
.tui-toolbar-element:focus,
.tui-toolbar-element.focus {
  color: #333;
  text-decoration: none;
}
.tui-toolbar-element:active,
.tui-toolbar-element.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tui-toolbar-element.disabled,
.tui-toolbar-element[disabled],
fieldset[disabled] .tui-toolbar-element {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tui-toolbar-element:active,
.tui-toolbar-element.active {
  background-image: none;
}
.tui-toolbar-element input,
.tui-toolbar-element label,
.tui-toolbar-element select,
.tui-toolbar-element textarea {
  cursor: move;
}
.tui-toolbar-element .fa {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  width: 1.28571429em;
  text-align: center;
  color: #37556b;
}
.tui-toolbar-element.selected {
  outline: 2px inset #77caff !important;
}
.tui-toolbar-element-text {
  margin: 3px 1px;
  cursor: move;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  width: 100%;
  /*width: 50px;*/
  background-color: #d3dfe8;
  border: 1px solid #b1c7d7;
  text-align: left;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-color: #ffffff;
}
.tui-toolbar-element-text:focus,
.tui-toolbar-element-text:active:focus,
.tui-toolbar-element-text.active:focus,
.tui-toolbar-element-text.focus,
.tui-toolbar-element-text:active.focus,
.tui-toolbar-element-text.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.tui-toolbar-element-text:hover,
.tui-toolbar-element-text:focus,
.tui-toolbar-element-text.focus {
  color: #333;
  text-decoration: none;
}
.tui-toolbar-element-text:active,
.tui-toolbar-element-text.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tui-toolbar-element-text.disabled,
.tui-toolbar-element-text[disabled],
fieldset[disabled] .tui-toolbar-element-text {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tui-toolbar-element-text:active,
.tui-toolbar-element-text.active {
  background-image: none;
}
.tui-toolbar-element-text input,
.tui-toolbar-element-text label,
.tui-toolbar-element-text select,
.tui-toolbar-element-text textarea {
  cursor: move;
}
.tui-toolbar-element-text .fa {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  width: 1.28571429em;
  text-align: center;
  color: #37556b;
}
.tui-toolbar-element-text.selected {
  outline: 2px inset #77caff !important;
}
.tui-toolbar-element-dynamic {
  margin: 3px 1px;
  cursor: move;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  width: 100%;
  /*width: 50px;*/
  background-color: #d3dfe8;
  border: 1px solid #b1c7d7;
  text-align: left;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-color: #dfe3e6;
}
.tui-toolbar-element-dynamic:focus,
.tui-toolbar-element-dynamic:active:focus,
.tui-toolbar-element-dynamic.active:focus,
.tui-toolbar-element-dynamic.focus,
.tui-toolbar-element-dynamic:active.focus,
.tui-toolbar-element-dynamic.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.tui-toolbar-element-dynamic:hover,
.tui-toolbar-element-dynamic:focus,
.tui-toolbar-element-dynamic.focus {
  color: #333;
  text-decoration: none;
}
.tui-toolbar-element-dynamic:active,
.tui-toolbar-element-dynamic.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tui-toolbar-element-dynamic.disabled,
.tui-toolbar-element-dynamic[disabled],
fieldset[disabled] .tui-toolbar-element-dynamic {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tui-toolbar-element-dynamic:active,
.tui-toolbar-element-dynamic.active {
  background-image: none;
}
.tui-toolbar-element-dynamic input,
.tui-toolbar-element-dynamic label,
.tui-toolbar-element-dynamic select,
.tui-toolbar-element-dynamic textarea {
  cursor: move;
}
.tui-toolbar-element-dynamic .fa {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  width: 1.28571429em;
  text-align: center;
  color: #37556b;
}
.tui-toolbar-element-dynamic.selected {
  outline: 2px inset #77caff !important;
}
.tui-toolbar-element-dropped {
  margin: 3px 1px;
  cursor: move;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  width: 100%;
  /*width: 50px;*/
  background-color: #d3dfe8;
  border: 1px solid #b1c7d7;
  text-align: left;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 12.5vw;
}
.tui-toolbar-element-dropped:focus,
.tui-toolbar-element-dropped:active:focus,
.tui-toolbar-element-dropped.active:focus,
.tui-toolbar-element-dropped.focus,
.tui-toolbar-element-dropped:active.focus,
.tui-toolbar-element-dropped.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.tui-toolbar-element-dropped:hover,
.tui-toolbar-element-dropped:focus,
.tui-toolbar-element-dropped.focus {
  color: #333;
  text-decoration: none;
}
.tui-toolbar-element-dropped:active,
.tui-toolbar-element-dropped.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tui-toolbar-element-dropped.disabled,
.tui-toolbar-element-dropped[disabled],
fieldset[disabled] .tui-toolbar-element-dropped {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tui-toolbar-element-dropped:active,
.tui-toolbar-element-dropped.active {
  background-image: none;
}
.tui-toolbar-element-dropped input,
.tui-toolbar-element-dropped label,
.tui-toolbar-element-dropped select,
.tui-toolbar-element-dropped textarea {
  cursor: move;
}
.tui-toolbar-element-dropped .fa {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  width: 1.28571429em;
  text-align: center;
  color: #37556b;
}
.tui-toolbar-element-dropped.selected {
  outline: 2px inset #77caff !important;
}
.tui-toolbar-operation-element-dropped {
  margin: 3px 1px;
  cursor: move;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  width: 100%;
  /*width: 50px;*/
  background-color: #d3dfe8;
  border: 1px solid #b1c7d7;
  text-align: left;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-color: #8fafc6;
  width: 50px;
  text-align: center;
}
.tui-toolbar-operation-element-dropped:focus,
.tui-toolbar-operation-element-dropped:active:focus,
.tui-toolbar-operation-element-dropped.active:focus,
.tui-toolbar-operation-element-dropped.focus,
.tui-toolbar-operation-element-dropped:active.focus,
.tui-toolbar-operation-element-dropped.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.tui-toolbar-operation-element-dropped:hover,
.tui-toolbar-operation-element-dropped:focus,
.tui-toolbar-operation-element-dropped.focus {
  color: #333;
  text-decoration: none;
}
.tui-toolbar-operation-element-dropped:active,
.tui-toolbar-operation-element-dropped.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tui-toolbar-operation-element-dropped.disabled,
.tui-toolbar-operation-element-dropped[disabled],
fieldset[disabled] .tui-toolbar-operation-element-dropped {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tui-toolbar-operation-element-dropped:active,
.tui-toolbar-operation-element-dropped.active {
  background-image: none;
}
.tui-toolbar-operation-element-dropped input,
.tui-toolbar-operation-element-dropped label,
.tui-toolbar-operation-element-dropped select,
.tui-toolbar-operation-element-dropped textarea {
  cursor: move;
}
.tui-toolbar-operation-element-dropped .fa {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  width: 1.28571429em;
  text-align: center;
  color: #37556b;
}
.tui-toolbar-operation-element-dropped.selected {
  outline: 2px inset #77caff !important;
}
.tui-toolbar-element-text-dropped {
  margin: 3px 1px;
  cursor: move;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  width: 100%;
  /*width: 50px;*/
  background-color: #d3dfe8;
  border: 1px solid #b1c7d7;
  text-align: left;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 12.5vw;
  background-color: #ffffff;
}
.tui-toolbar-element-text-dropped:focus,
.tui-toolbar-element-text-dropped:active:focus,
.tui-toolbar-element-text-dropped.active:focus,
.tui-toolbar-element-text-dropped.focus,
.tui-toolbar-element-text-dropped:active.focus,
.tui-toolbar-element-text-dropped.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.tui-toolbar-element-text-dropped:hover,
.tui-toolbar-element-text-dropped:focus,
.tui-toolbar-element-text-dropped.focus {
  color: #333;
  text-decoration: none;
}
.tui-toolbar-element-text-dropped:active,
.tui-toolbar-element-text-dropped.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tui-toolbar-element-text-dropped.disabled,
.tui-toolbar-element-text-dropped[disabled],
fieldset[disabled] .tui-toolbar-element-text-dropped {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tui-toolbar-element-text-dropped:active,
.tui-toolbar-element-text-dropped.active {
  background-image: none;
}
.tui-toolbar-element-text-dropped input,
.tui-toolbar-element-text-dropped label,
.tui-toolbar-element-text-dropped select,
.tui-toolbar-element-text-dropped textarea {
  cursor: move;
}
.tui-toolbar-element-text-dropped .fa {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  width: 1.28571429em;
  text-align: center;
  color: #37556b;
}
.tui-toolbar-element-text-dropped.selected {
  outline: 2px inset #77caff !important;
}
.tui-toolbar-element-text-dropped .fa.fa-fw {
  width: 15px;
}
.tui-toolbar-group-panel {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 3px;
  background-color: #f4f7fa;
}
.tui-toolbar-group-panel > .panel-heading {
  padding-top: 8px;
  padding-bottom: 8px;
  /*border-color: #ddd;*/
  background-color: #d3dfe8;
  /*border-bottom: 3px solid lighten(@tui-main-content-blue-color, 5%);*/
}
.tui-toolbar-group-panel > .panel-heading .collapsible-icon:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tui-toolbar-group-panel > .panel-heading .collapsible-icon:before.fa-pull-left {
  margin-right: 0.3em;
}
.tui-toolbar-group-panel > .panel-heading .collapsible-icon:before.fa-pull-right {
  margin-left: 0.3em;
}
.tui-toolbar-group-panel > .panel-heading .collapsible-icon:before.pull-left {
  margin-right: 0.3em;
}
.tui-toolbar-group-panel > .panel-heading .collapsible-icon:before.pull-right {
  margin-left: 0.3em;
}
.tui-toolbar-group-panel > .panel-heading .collapsible-icon.collapsed:before {
  content: "\f105";
}
.tui-toolbar-group-panel > .panel-heading.collapsed > .collapsible-icon:before {
  content: "\f105";
}
.tui-toolbar-group-panel.tui-fullscreen > .panel-body {
  padding: 0;
}
.tui-toolbar-group-panel > .panel-body {
  padding-top: 5px;
  padding-bottom: 5px;
}
.tui-toolbar-group-panel > .panel-footer {
  background-color: #e4ebf1;
  text-align: right;
}
.tui-toolbar-group-collapsible-panel {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 3px;
  background-color: #f4f7fa;
}
.tui-toolbar-group-collapsible-panel > .panel-heading:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tui-toolbar-group-collapsible-panel > .panel-heading:before.fa-pull-left {
  margin-right: 0.3em;
}
.tui-toolbar-group-collapsible-panel > .panel-heading:before.fa-pull-right {
  margin-left: 0.3em;
}
.tui-toolbar-group-collapsible-panel > .panel-heading:before.pull-left {
  margin-right: 0.3em;
}
.tui-toolbar-group-collapsible-panel > .panel-heading:before.pull-right {
  margin-left: 0.3em;
}
.tui-toolbar-group-collapsible-panel > .panel-heading.collapsed:before {
  content: "\f105";
}
.tui-toolbar-group-collapsible-panel > .panel-heading {
  padding-top: 8px;
  padding-bottom: 8px;
  /*border-color: #ddd;*/
  background-color: #d3dfe8;
  /*border-bottom: 3px solid lighten(@tui-main-content-blue-color, 5%);*/
}
.tui-toolbar-group-collapsible-panel > .panel-heading .collapsible-icon:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tui-toolbar-group-collapsible-panel > .panel-heading .collapsible-icon:before.fa-pull-left {
  margin-right: 0.3em;
}
.tui-toolbar-group-collapsible-panel > .panel-heading .collapsible-icon:before.fa-pull-right {
  margin-left: 0.3em;
}
.tui-toolbar-group-collapsible-panel > .panel-heading .collapsible-icon:before.pull-left {
  margin-right: 0.3em;
}
.tui-toolbar-group-collapsible-panel > .panel-heading .collapsible-icon:before.pull-right {
  margin-left: 0.3em;
}
.tui-toolbar-group-collapsible-panel > .panel-heading .collapsible-icon.collapsed:before {
  content: "\f105";
}
.tui-toolbar-group-collapsible-panel > .panel-heading.collapsed > .collapsible-icon:before {
  content: "\f105";
}
.tui-toolbar-group-collapsible-panel.tui-fullscreen > .panel-body {
  padding: 0;
}
.tui-toolbar-group-collapsible-panel > .panel-body {
  padding-top: 5px;
  padding-bottom: 5px;
}
.tui-toolbar-group-collapsible-panel > .panel-footer {
  background-color: #e4ebf1;
  text-align: right;
}
/* Builder */
.tui-top-actions-toolbar {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  margin: 0 0 10px 0;
  padding: 5px;
  width: 100%;
  overflow: auto;
  background: #ececee;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tui-top-actions-toolbar .navbar-nav > .open > a,
.tui-top-actions-toolbar .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.tui-top-actions-toolbar .navbar-brand {
  color: #777;
}
.tui-top-actions-toolbar .navbar-brand:hover,
.tui-top-actions-toolbar .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.tui-top-actions-toolbar .navbar-text {
  color: #777;
}
.tui-top-actions-toolbar .navbar-nav > li > a {
  color: #777;
}
.tui-top-actions-toolbar .navbar-nav > li > a:hover,
.tui-top-actions-toolbar .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.tui-top-actions-toolbar .navbar-nav > .active > a,
.tui-top-actions-toolbar .navbar-nav > .active > a:hover,
.tui-top-actions-toolbar .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.tui-top-actions-toolbar .navbar-nav > .disabled > a,
.tui-top-actions-toolbar .navbar-nav > .disabled > a:hover,
.tui-top-actions-toolbar .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.tui-top-actions-toolbar .navbar-toggle {
  border-color: #ddd;
}
.tui-top-actions-toolbar .navbar-toggle:hover,
.tui-top-actions-toolbar .navbar-toggle:focus {
  background-color: #ddd;
}
.tui-top-actions-toolbar .navbar-toggle .icon-bar {
  background-color: #888;
}
.tui-top-actions-toolbar .navbar-collapse,
.tui-top-actions-toolbar .navbar-form {
  border-color: #e7e7e7;
}
.tui-top-actions-toolbar .navbar-nav > .open > a,
.tui-top-actions-toolbar .navbar-nav > .open > a:hover,
.tui-top-actions-toolbar .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .tui-top-actions-toolbar .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .tui-top-actions-toolbar .navbar-nav .open .dropdown-menu > li > a:hover,
  .tui-top-actions-toolbar .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .tui-top-actions-toolbar .navbar-nav .open .dropdown-menu > .active > a,
  .tui-top-actions-toolbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .tui-top-actions-toolbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .tui-top-actions-toolbar .navbar-nav .open .dropdown-menu > .disabled > a,
  .tui-top-actions-toolbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .tui-top-actions-toolbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.tui-top-actions-toolbar .navbar-link {
  color: #777;
}
.tui-top-actions-toolbar .navbar-link:hover {
  color: #333;
}
.tui-top-actions-toolbar .btn-link {
  color: #777;
}
.tui-top-actions-toolbar .btn-link:hover,
.tui-top-actions-toolbar .btn-link:focus {
  color: #333;
}
.tui-top-actions-toolbar .btn-link[disabled]:hover,
fieldset[disabled] .tui-top-actions-toolbar .btn-link:hover,
.tui-top-actions-toolbar .btn-link[disabled]:focus,
fieldset[disabled] .tui-top-actions-toolbar .btn-link:focus {
  color: #ccc;
}
.tui-top-actions-toolbar .form-control {
  height: 30px;
  padding: 0;
}
.tui-top-actions-toolbar .form-control.short-select {
  width: 65px;
  height: 28px;
}
.tui-top-actions-toolbar label {
  margin: 5px;
}
.tui-top-actions-toolbar div,
.tui-top-actions-toolbar form {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.tui-top-actions-toolbar div:last-child,
.tui-top-actions-toolbar form:last-child {
  justify-content: flex-end;
  margin-left: 5px;
}
.tui-top-actions-toolbar form {
  white-space: nowrap;
}
.tui-top-actions-toolbar select.form-control {
  display: inline-block;
}
@media (max-width: 853.98px) {
  .tui-top-actions-toolbar select.form-control {
    max-width: 75px;
  }
}
@media (min-width: 854px) {
  .tui-top-actions-toolbar select.form-control {
    max-width: 75px;
  }
}
@media (min-width: 992px) {
  .tui-top-actions-toolbar select.form-control {
    max-width: 125px;
  }
}
@media (min-width: 1152px) {
  .tui-top-actions-toolbar select.form-control {
    max-width: 175px;
  }
}
@media (min-width: 1280px) {
  .tui-top-actions-toolbar select.form-control {
    max-width: 225px;
  }
}
@media (min-width: 1400px) {
  .tui-top-actions-toolbar select.form-control {
    max-width: 250px;
  }
}
.tui-top-actions-toolbar .btn-group button + button {
  margin-left: -1px;
}
.tui-top-actions-toolbar .btn-group button {
  float: left;
}
.tui-top-actions-toolbar .btn-group button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tui-top-actions-toolbar .btn-group button:first-child {
  margin-left: 0;
}
.tui-top-actions-toolbar .btn-group button:last-child:not(:first-child),
.tui-top-actions-toolbar .btn-group button .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tui-top-actions-toolbar .btn-group button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.tui-top-actions-toolbar .tui-toolbar-right {
  text-align: right;
}
.tui-top-toolbar {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  margin: 0 0 10px 0;
  padding: 5px;
  width: 100%;
  overflow: auto;
}
.tui-top-toolbar .navbar-nav > .open > a,
.tui-top-toolbar .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.tui-top-toolbar .navbar-brand {
  color: #777;
}
.tui-top-toolbar .navbar-brand:hover,
.tui-top-toolbar .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.tui-top-toolbar .navbar-text {
  color: #777;
}
.tui-top-toolbar .navbar-nav > li > a {
  color: #777;
}
.tui-top-toolbar .navbar-nav > li > a:hover,
.tui-top-toolbar .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.tui-top-toolbar .navbar-nav > .active > a,
.tui-top-toolbar .navbar-nav > .active > a:hover,
.tui-top-toolbar .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.tui-top-toolbar .navbar-nav > .disabled > a,
.tui-top-toolbar .navbar-nav > .disabled > a:hover,
.tui-top-toolbar .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.tui-top-toolbar .navbar-toggle {
  border-color: #ddd;
}
.tui-top-toolbar .navbar-toggle:hover,
.tui-top-toolbar .navbar-toggle:focus {
  background-color: #ddd;
}
.tui-top-toolbar .navbar-toggle .icon-bar {
  background-color: #888;
}
.tui-top-toolbar .navbar-collapse,
.tui-top-toolbar .navbar-form {
  border-color: #e7e7e7;
}
.tui-top-toolbar .navbar-nav > .open > a,
.tui-top-toolbar .navbar-nav > .open > a:hover,
.tui-top-toolbar .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .tui-top-toolbar .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .tui-top-toolbar .navbar-nav .open .dropdown-menu > li > a:hover,
  .tui-top-toolbar .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .tui-top-toolbar .navbar-nav .open .dropdown-menu > .active > a,
  .tui-top-toolbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .tui-top-toolbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .tui-top-toolbar .navbar-nav .open .dropdown-menu > .disabled > a,
  .tui-top-toolbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .tui-top-toolbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.tui-top-toolbar .navbar-link {
  color: #777;
}
.tui-top-toolbar .navbar-link:hover {
  color: #333;
}
.tui-top-toolbar .btn-link {
  color: #777;
}
.tui-top-toolbar .btn-link:hover,
.tui-top-toolbar .btn-link:focus {
  color: #333;
}
.tui-top-toolbar .btn-link[disabled]:hover,
fieldset[disabled] .tui-top-toolbar .btn-link:hover,
.tui-top-toolbar .btn-link[disabled]:focus,
fieldset[disabled] .tui-top-toolbar .btn-link:focus {
  color: #ccc;
}
.tui-top-toolbar .form-control {
  height: 30px;
  padding: 0;
}
.tui-top-toolbar .form-control.short-select {
  width: 65px;
  height: 28px;
}
.tui-toolbar-element-abstract {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: white !important;
  background-color: #21415c;
  position: relative;
  text-align: left;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 30px;
  border: 3px solid #b1c7d7;
  padding: 3px 8px;
}
.tui-toolbar-element-abstract:focus,
.tui-toolbar-element-abstract:active:focus,
.tui-toolbar-element-abstract.active:focus,
.tui-toolbar-element-abstract.focus,
.tui-toolbar-element-abstract:active.focus,
.tui-toolbar-element-abstract.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.tui-toolbar-element-abstract:hover,
.tui-toolbar-element-abstract:focus,
.tui-toolbar-element-abstract.focus {
  color: #333;
  text-decoration: none;
}
.tui-toolbar-element-abstract:active,
.tui-toolbar-element-abstract.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tui-toolbar-element-abstract.disabled,
.tui-toolbar-element-abstract[disabled],
fieldset[disabled] .tui-toolbar-element-abstract {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tui-toolbar-element-abstract:active,
.tui-toolbar-element-abstract.active {
  background-image: none;
}
.tui-toolbar-element-abstract.selected {
  border: 3px dashed #8accff !important;
}
.tui-toolbar-element-abstract > select.resizer {
  color: black;
  right: 24px;
  top: 3px;
  position: absolute;
  width: 55px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 18px;
}
.tui-toolbar-element-abstract > .tui-header-btn-background {
  right: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
}
.tui-toolbar-element-abstract > .tui-header-btn-background > i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.tui-toolbar-element-abstract.lite {
  color: black !important;
  background-color: #f4f7fa;
}
.tui-toolbar-element-abstract.empty-space {
  background: none;
  border: 3px dashed rgba(0, 0, 0, 0.3);
  color: black !important;
  box-shadow: none !important;
  padding: 3px 8px;
}
.tui-toolbar-element-abstract.empty-space.readonly-easy-grid-cell > .display-name {
  display: none;
}
.tui-toolbar-element-abstract.horizontal-line {
  background: none;
  border: 3px dashed rgba(0, 0, 0, 0.3);
  color: black !important;
  box-shadow: none !important;
  padding: 3px 8px;
}
.tui-toolbar-element-abstract.horizontal-line.readonly-easy-grid-cell {
  border: none;
  padding: 6px 0px;
}
.tui-toolbar-element-abstract.horizontal-line.readonly-easy-grid-cell > .display-name {
  display: none;
}
.tui-toolbar-element-abstract.horizontal-line.readonly-easy-grid-cell:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  width: calc(100%);
  border-width: 2px 0px 0px;
  border-top-style: solid;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  background-color: #d3dfe8;
  margin: 7.5px 0px;
  padding: 0px;
}
.tui-toolbar-element-abstract.horizontal-line > label {
  display: block;
  font-weight: bold;
  position: absolute;
  color: black;
  transform: translate(0px, -6px);
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 90vw;
}
.tui-toolbar-element-abstract.horizontal-line:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  width: calc(100% - 200px);
  border-width: 2px 0px 0px;
  border-top-style: solid;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  background-color: #d3dfe8;
  margin: 7.5px 0px 7.5px 105px;
  padding: 0px;
}
.tui-toolbar-element-abstract .tui-text-flexible {
  max-width: calc(100% - 60px);
}
.tui-toolbar-element-cell-2 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: white !important;
  background-color: #21415c;
  position: relative;
  text-align: left;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 30px;
  border: 3px solid #b1c7d7;
  padding: 3px 8px;
  width: calc(16.66666667% - 5px);
}
.tui-toolbar-element-cell-2:focus,
.tui-toolbar-element-cell-2:active:focus,
.tui-toolbar-element-cell-2.active:focus,
.tui-toolbar-element-cell-2.focus,
.tui-toolbar-element-cell-2:active.focus,
.tui-toolbar-element-cell-2.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.tui-toolbar-element-cell-2:hover,
.tui-toolbar-element-cell-2:focus,
.tui-toolbar-element-cell-2.focus {
  color: #333;
  text-decoration: none;
}
.tui-toolbar-element-cell-2:active,
.tui-toolbar-element-cell-2.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tui-toolbar-element-cell-2.disabled,
.tui-toolbar-element-cell-2[disabled],
fieldset[disabled] .tui-toolbar-element-cell-2 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tui-toolbar-element-cell-2:active,
.tui-toolbar-element-cell-2.active {
  background-image: none;
}
.tui-toolbar-element-cell-2.selected {
  border: 3px dashed #8accff !important;
}
.tui-toolbar-element-cell-2 > select.resizer {
  color: black;
  right: 24px;
  top: 3px;
  position: absolute;
  width: 55px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 18px;
}
.tui-toolbar-element-cell-2 > .tui-header-btn-background {
  right: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
}
.tui-toolbar-element-cell-2 > .tui-header-btn-background > i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.tui-toolbar-element-cell-2.lite {
  color: black !important;
  background-color: #f4f7fa;
}
.tui-toolbar-element-cell-2.empty-space {
  background: none;
  border: 3px dashed rgba(0, 0, 0, 0.3);
  color: black !important;
  box-shadow: none !important;
  padding: 3px 8px;
}
.tui-toolbar-element-cell-2.empty-space.readonly-easy-grid-cell > .display-name {
  display: none;
}
.tui-toolbar-element-cell-2.horizontal-line {
  background: none;
  border: 3px dashed rgba(0, 0, 0, 0.3);
  color: black !important;
  box-shadow: none !important;
  padding: 3px 8px;
}
.tui-toolbar-element-cell-2.horizontal-line.readonly-easy-grid-cell {
  border: none;
  padding: 6px 0px;
}
.tui-toolbar-element-cell-2.horizontal-line.readonly-easy-grid-cell > .display-name {
  display: none;
}
.tui-toolbar-element-cell-2.horizontal-line.readonly-easy-grid-cell:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  width: calc(100%);
  border-width: 2px 0px 0px;
  border-top-style: solid;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  background-color: #d3dfe8;
  margin: 7.5px 0px;
  padding: 0px;
}
.tui-toolbar-element-cell-2.horizontal-line > label {
  display: block;
  font-weight: bold;
  position: absolute;
  color: black;
  transform: translate(0px, -6px);
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 90vw;
}
.tui-toolbar-element-cell-2.horizontal-line:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  width: calc(100% - 200px);
  border-width: 2px 0px 0px;
  border-top-style: solid;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  background-color: #d3dfe8;
  margin: 7.5px 0px 7.5px 105px;
  padding: 0px;
}
.tui-toolbar-element-cell-2 .tui-text-flexible {
  max-width: calc(100% - 60px);
}
.tui-toolbar-element-cell-4 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: white !important;
  background-color: #21415c;
  position: relative;
  text-align: left;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 30px;
  border: 3px solid #b1c7d7;
  padding: 3px 8px;
  width: calc(33.33333333% - 5px);
}
.tui-toolbar-element-cell-4:focus,
.tui-toolbar-element-cell-4:active:focus,
.tui-toolbar-element-cell-4.active:focus,
.tui-toolbar-element-cell-4.focus,
.tui-toolbar-element-cell-4:active.focus,
.tui-toolbar-element-cell-4.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.tui-toolbar-element-cell-4:hover,
.tui-toolbar-element-cell-4:focus,
.tui-toolbar-element-cell-4.focus {
  color: #333;
  text-decoration: none;
}
.tui-toolbar-element-cell-4:active,
.tui-toolbar-element-cell-4.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tui-toolbar-element-cell-4.disabled,
.tui-toolbar-element-cell-4[disabled],
fieldset[disabled] .tui-toolbar-element-cell-4 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tui-toolbar-element-cell-4:active,
.tui-toolbar-element-cell-4.active {
  background-image: none;
}
.tui-toolbar-element-cell-4.selected {
  border: 3px dashed #8accff !important;
}
.tui-toolbar-element-cell-4 > select.resizer {
  color: black;
  right: 24px;
  top: 3px;
  position: absolute;
  width: 55px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 18px;
}
.tui-toolbar-element-cell-4 > .tui-header-btn-background {
  right: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
}
.tui-toolbar-element-cell-4 > .tui-header-btn-background > i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.tui-toolbar-element-cell-4.lite {
  color: black !important;
  background-color: #f4f7fa;
}
.tui-toolbar-element-cell-4.empty-space {
  background: none;
  border: 3px dashed rgba(0, 0, 0, 0.3);
  color: black !important;
  box-shadow: none !important;
  padding: 3px 8px;
}
.tui-toolbar-element-cell-4.empty-space.readonly-easy-grid-cell > .display-name {
  display: none;
}
.tui-toolbar-element-cell-4.horizontal-line {
  background: none;
  border: 3px dashed rgba(0, 0, 0, 0.3);
  color: black !important;
  box-shadow: none !important;
  padding: 3px 8px;
}
.tui-toolbar-element-cell-4.horizontal-line.readonly-easy-grid-cell {
  border: none;
  padding: 6px 0px;
}
.tui-toolbar-element-cell-4.horizontal-line.readonly-easy-grid-cell > .display-name {
  display: none;
}
.tui-toolbar-element-cell-4.horizontal-line.readonly-easy-grid-cell:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  width: calc(100%);
  border-width: 2px 0px 0px;
  border-top-style: solid;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  background-color: #d3dfe8;
  margin: 7.5px 0px;
  padding: 0px;
}
.tui-toolbar-element-cell-4.horizontal-line > label {
  display: block;
  font-weight: bold;
  position: absolute;
  color: black;
  transform: translate(0px, -6px);
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 90vw;
}
.tui-toolbar-element-cell-4.horizontal-line:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  width: calc(100% - 200px);
  border-width: 2px 0px 0px;
  border-top-style: solid;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  background-color: #d3dfe8;
  margin: 7.5px 0px 7.5px 105px;
  padding: 0px;
}
.tui-toolbar-element-cell-4 .tui-text-flexible {
  max-width: calc(100% - 60px);
}
.tui-toolbar-element-cell-6 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: white !important;
  background-color: #21415c;
  position: relative;
  text-align: left;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 30px;
  border: 3px solid #b1c7d7;
  padding: 3px 8px;
  width: calc(50% - 5px);
}
.tui-toolbar-element-cell-6:focus,
.tui-toolbar-element-cell-6:active:focus,
.tui-toolbar-element-cell-6.active:focus,
.tui-toolbar-element-cell-6.focus,
.tui-toolbar-element-cell-6:active.focus,
.tui-toolbar-element-cell-6.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.tui-toolbar-element-cell-6:hover,
.tui-toolbar-element-cell-6:focus,
.tui-toolbar-element-cell-6.focus {
  color: #333;
  text-decoration: none;
}
.tui-toolbar-element-cell-6:active,
.tui-toolbar-element-cell-6.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tui-toolbar-element-cell-6.disabled,
.tui-toolbar-element-cell-6[disabled],
fieldset[disabled] .tui-toolbar-element-cell-6 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tui-toolbar-element-cell-6:active,
.tui-toolbar-element-cell-6.active {
  background-image: none;
}
.tui-toolbar-element-cell-6.selected {
  border: 3px dashed #8accff !important;
}
.tui-toolbar-element-cell-6 > select.resizer {
  color: black;
  right: 24px;
  top: 3px;
  position: absolute;
  width: 55px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 18px;
}
.tui-toolbar-element-cell-6 > .tui-header-btn-background {
  right: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
}
.tui-toolbar-element-cell-6 > .tui-header-btn-background > i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.tui-toolbar-element-cell-6.lite {
  color: black !important;
  background-color: #f4f7fa;
}
.tui-toolbar-element-cell-6.empty-space {
  background: none;
  border: 3px dashed rgba(0, 0, 0, 0.3);
  color: black !important;
  box-shadow: none !important;
  padding: 3px 8px;
}
.tui-toolbar-element-cell-6.empty-space.readonly-easy-grid-cell > .display-name {
  display: none;
}
.tui-toolbar-element-cell-6.horizontal-line {
  background: none;
  border: 3px dashed rgba(0, 0, 0, 0.3);
  color: black !important;
  box-shadow: none !important;
  padding: 3px 8px;
}
.tui-toolbar-element-cell-6.horizontal-line.readonly-easy-grid-cell {
  border: none;
  padding: 6px 0px;
}
.tui-toolbar-element-cell-6.horizontal-line.readonly-easy-grid-cell > .display-name {
  display: none;
}
.tui-toolbar-element-cell-6.horizontal-line.readonly-easy-grid-cell:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  width: calc(100%);
  border-width: 2px 0px 0px;
  border-top-style: solid;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  background-color: #d3dfe8;
  margin: 7.5px 0px;
  padding: 0px;
}
.tui-toolbar-element-cell-6.horizontal-line > label {
  display: block;
  font-weight: bold;
  position: absolute;
  color: black;
  transform: translate(0px, -6px);
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 90vw;
}
.tui-toolbar-element-cell-6.horizontal-line:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  width: calc(100% - 200px);
  border-width: 2px 0px 0px;
  border-top-style: solid;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  background-color: #d3dfe8;
  margin: 7.5px 0px 7.5px 105px;
  padding: 0px;
}
.tui-toolbar-element-cell-6 .tui-text-flexible {
  max-width: calc(100% - 60px);
}
.tui-toolbar-element-cell-8 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: white !important;
  background-color: #21415c;
  position: relative;
  text-align: left;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 30px;
  border: 3px solid #b1c7d7;
  padding: 3px 8px;
  width: calc(66.66666667% - 5px);
}
.tui-toolbar-element-cell-8:focus,
.tui-toolbar-element-cell-8:active:focus,
.tui-toolbar-element-cell-8.active:focus,
.tui-toolbar-element-cell-8.focus,
.tui-toolbar-element-cell-8:active.focus,
.tui-toolbar-element-cell-8.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.tui-toolbar-element-cell-8:hover,
.tui-toolbar-element-cell-8:focus,
.tui-toolbar-element-cell-8.focus {
  color: #333;
  text-decoration: none;
}
.tui-toolbar-element-cell-8:active,
.tui-toolbar-element-cell-8.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tui-toolbar-element-cell-8.disabled,
.tui-toolbar-element-cell-8[disabled],
fieldset[disabled] .tui-toolbar-element-cell-8 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tui-toolbar-element-cell-8:active,
.tui-toolbar-element-cell-8.active {
  background-image: none;
}
.tui-toolbar-element-cell-8.selected {
  border: 3px dashed #8accff !important;
}
.tui-toolbar-element-cell-8 > select.resizer {
  color: black;
  right: 24px;
  top: 3px;
  position: absolute;
  width: 55px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 18px;
}
.tui-toolbar-element-cell-8 > .tui-header-btn-background {
  right: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
}
.tui-toolbar-element-cell-8 > .tui-header-btn-background > i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.tui-toolbar-element-cell-8.lite {
  color: black !important;
  background-color: #f4f7fa;
}
.tui-toolbar-element-cell-8.empty-space {
  background: none;
  border: 3px dashed rgba(0, 0, 0, 0.3);
  color: black !important;
  box-shadow: none !important;
  padding: 3px 8px;
}
.tui-toolbar-element-cell-8.empty-space.readonly-easy-grid-cell > .display-name {
  display: none;
}
.tui-toolbar-element-cell-8.horizontal-line {
  background: none;
  border: 3px dashed rgba(0, 0, 0, 0.3);
  color: black !important;
  box-shadow: none !important;
  padding: 3px 8px;
}
.tui-toolbar-element-cell-8.horizontal-line.readonly-easy-grid-cell {
  border: none;
  padding: 6px 0px;
}
.tui-toolbar-element-cell-8.horizontal-line.readonly-easy-grid-cell > .display-name {
  display: none;
}
.tui-toolbar-element-cell-8.horizontal-line.readonly-easy-grid-cell:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  width: calc(100%);
  border-width: 2px 0px 0px;
  border-top-style: solid;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  background-color: #d3dfe8;
  margin: 7.5px 0px;
  padding: 0px;
}
.tui-toolbar-element-cell-8.horizontal-line > label {
  display: block;
  font-weight: bold;
  position: absolute;
  color: black;
  transform: translate(0px, -6px);
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 90vw;
}
.tui-toolbar-element-cell-8.horizontal-line:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  width: calc(100% - 200px);
  border-width: 2px 0px 0px;
  border-top-style: solid;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  background-color: #d3dfe8;
  margin: 7.5px 0px 7.5px 105px;
  padding: 0px;
}
.tui-toolbar-element-cell-8 .tui-text-flexible {
  max-width: calc(100% - 60px);
}
.tui-toolbar-element-cell-10 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: white !important;
  background-color: #21415c;
  position: relative;
  text-align: left;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 30px;
  border: 3px solid #b1c7d7;
  padding: 3px 8px;
  width: calc(83.33333333% - 5px);
}
.tui-toolbar-element-cell-10:focus,
.tui-toolbar-element-cell-10:active:focus,
.tui-toolbar-element-cell-10.active:focus,
.tui-toolbar-element-cell-10.focus,
.tui-toolbar-element-cell-10:active.focus,
.tui-toolbar-element-cell-10.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.tui-toolbar-element-cell-10:hover,
.tui-toolbar-element-cell-10:focus,
.tui-toolbar-element-cell-10.focus {
  color: #333;
  text-decoration: none;
}
.tui-toolbar-element-cell-10:active,
.tui-toolbar-element-cell-10.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tui-toolbar-element-cell-10.disabled,
.tui-toolbar-element-cell-10[disabled],
fieldset[disabled] .tui-toolbar-element-cell-10 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tui-toolbar-element-cell-10:active,
.tui-toolbar-element-cell-10.active {
  background-image: none;
}
.tui-toolbar-element-cell-10.selected {
  border: 3px dashed #8accff !important;
}
.tui-toolbar-element-cell-10 > select.resizer {
  color: black;
  right: 24px;
  top: 3px;
  position: absolute;
  width: 55px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 18px;
}
.tui-toolbar-element-cell-10 > .tui-header-btn-background {
  right: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
}
.tui-toolbar-element-cell-10 > .tui-header-btn-background > i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.tui-toolbar-element-cell-10.lite {
  color: black !important;
  background-color: #f4f7fa;
}
.tui-toolbar-element-cell-10.empty-space {
  background: none;
  border: 3px dashed rgba(0, 0, 0, 0.3);
  color: black !important;
  box-shadow: none !important;
  padding: 3px 8px;
}
.tui-toolbar-element-cell-10.empty-space.readonly-easy-grid-cell > .display-name {
  display: none;
}
.tui-toolbar-element-cell-10.horizontal-line {
  background: none;
  border: 3px dashed rgba(0, 0, 0, 0.3);
  color: black !important;
  box-shadow: none !important;
  padding: 3px 8px;
}
.tui-toolbar-element-cell-10.horizontal-line.readonly-easy-grid-cell {
  border: none;
  padding: 6px 0px;
}
.tui-toolbar-element-cell-10.horizontal-line.readonly-easy-grid-cell > .display-name {
  display: none;
}
.tui-toolbar-element-cell-10.horizontal-line.readonly-easy-grid-cell:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  width: calc(100%);
  border-width: 2px 0px 0px;
  border-top-style: solid;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  background-color: #d3dfe8;
  margin: 7.5px 0px;
  padding: 0px;
}
.tui-toolbar-element-cell-10.horizontal-line > label {
  display: block;
  font-weight: bold;
  position: absolute;
  color: black;
  transform: translate(0px, -6px);
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 90vw;
}
.tui-toolbar-element-cell-10.horizontal-line:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  width: calc(100% - 200px);
  border-width: 2px 0px 0px;
  border-top-style: solid;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  background-color: #d3dfe8;
  margin: 7.5px 0px 7.5px 105px;
  padding: 0px;
}
.tui-toolbar-element-cell-10 .tui-text-flexible {
  max-width: calc(100% - 60px);
}
.tui-toolbar-element-cell-12 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: white !important;
  background-color: #21415c;
  position: relative;
  text-align: left;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 30px;
  border: 3px solid #b1c7d7;
  padding: 3px 8px;
  width: calc(100% - 5px);
}
.tui-toolbar-element-cell-12:focus,
.tui-toolbar-element-cell-12:active:focus,
.tui-toolbar-element-cell-12.active:focus,
.tui-toolbar-element-cell-12.focus,
.tui-toolbar-element-cell-12:active.focus,
.tui-toolbar-element-cell-12.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.tui-toolbar-element-cell-12:hover,
.tui-toolbar-element-cell-12:focus,
.tui-toolbar-element-cell-12.focus {
  color: #333;
  text-decoration: none;
}
.tui-toolbar-element-cell-12:active,
.tui-toolbar-element-cell-12.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tui-toolbar-element-cell-12.disabled,
.tui-toolbar-element-cell-12[disabled],
fieldset[disabled] .tui-toolbar-element-cell-12 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tui-toolbar-element-cell-12:active,
.tui-toolbar-element-cell-12.active {
  background-image: none;
}
.tui-toolbar-element-cell-12.selected {
  border: 3px dashed #8accff !important;
}
.tui-toolbar-element-cell-12 > select.resizer {
  color: black;
  right: 24px;
  top: 3px;
  position: absolute;
  width: 55px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 18px;
}
.tui-toolbar-element-cell-12 > .tui-header-btn-background {
  right: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
}
.tui-toolbar-element-cell-12 > .tui-header-btn-background > i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.tui-toolbar-element-cell-12.lite {
  color: black !important;
  background-color: #f4f7fa;
}
.tui-toolbar-element-cell-12.empty-space {
  background: none;
  border: 3px dashed rgba(0, 0, 0, 0.3);
  color: black !important;
  box-shadow: none !important;
  padding: 3px 8px;
}
.tui-toolbar-element-cell-12.empty-space.readonly-easy-grid-cell > .display-name {
  display: none;
}
.tui-toolbar-element-cell-12.horizontal-line {
  background: none;
  border: 3px dashed rgba(0, 0, 0, 0.3);
  color: black !important;
  box-shadow: none !important;
  padding: 3px 8px;
}
.tui-toolbar-element-cell-12.horizontal-line.readonly-easy-grid-cell {
  border: none;
  padding: 6px 0px;
}
.tui-toolbar-element-cell-12.horizontal-line.readonly-easy-grid-cell > .display-name {
  display: none;
}
.tui-toolbar-element-cell-12.horizontal-line.readonly-easy-grid-cell:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  width: calc(100%);
  border-width: 2px 0px 0px;
  border-top-style: solid;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  background-color: #d3dfe8;
  margin: 7.5px 0px;
  padding: 0px;
}
.tui-toolbar-element-cell-12.horizontal-line > label {
  display: block;
  font-weight: bold;
  position: absolute;
  color: black;
  transform: translate(0px, -6px);
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 90vw;
}
.tui-toolbar-element-cell-12.horizontal-line:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  width: calc(100% - 200px);
  border-width: 2px 0px 0px;
  border-top-style: solid;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  background-color: #d3dfe8;
  margin: 7.5px 0px 7.5px 105px;
  padding: 0px;
}
.tui-toolbar-element-cell-12 .tui-text-flexible {
  max-width: calc(100% - 60px);
}
#cell-picker > .tui-toolbar-element-cell-2,
#cell-picker .tui-toolbar-element-cell-4,
#cell-picker .tui-toolbar-element-cell-6,
#cell-picker .tui-toolbar-element-cell-8,
#cell-picker .tui-toolbar-element-cell-10,
#cell-picker .tui-toolbar-element-cell-12 {
  width: 100% !important;
}
.tooltip {
  word-wrap: break-word;
}
.tui-tooltip > .tooltip-inner > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tui-tooltip-error > .tooltip-inner > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tui-tooltip-error > .tooltip-inner {
  background-color: #8c0000;
}
.tui-tooltip-error.tooltip.top > .tooltip-arrow {
  border-top-color: #8c0000;
}
.tui-tooltip-error.tooltip.right > .tooltip-arrow {
  border-right-color: #8c0000;
}
.tui-tooltip-error.tooltip.bottom > .tooltip-arrow {
  border-bottom-color: #8c0000;
}
.tui-tooltip-error.tooltip.left > .tooltip-arrow {
  border-left-color: #8c0000;
}
.tui-flexible-tooltip {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tui-hub-view-objects-grid .header {
  border-bottom: 1px solid lightgray;
}
.tui-hub-view-objects-grid .data-unit-col {
  float: left;
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .tui-hub-view-objects-grid .data-unit-col {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .tui-hub-view-objects-grid .data-unit-col {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .tui-hub-view-objects-grid .data-unit-col {
    float: left;
    width: 16.66666667%;
  }
}
.tui-hub-view-objects-grid .unit-view-col {
  float: left;
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .tui-hub-view-objects-grid .unit-view-col {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .tui-hub-view-objects-grid .unit-view-col {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .tui-hub-view-objects-grid .unit-view-col {
    float: left;
    width: 16.66666667%;
  }
}
.tui-hub-view-objects-grid .hide-col {
  float: left;
  width: 8.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .tui-hub-view-objects-grid .hide-col {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .tui-hub-view-objects-grid .hide-col {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .tui-hub-view-objects-grid .hide-col {
    float: left;
    width: 8.33333333%;
  }
}
.tui-hub-view-objects-grid .hide-on-load-col {
  float: left;
  width: 8.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .tui-hub-view-objects-grid .hide-on-load-col {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .tui-hub-view-objects-grid .hide-on-load-col {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .tui-hub-view-objects-grid .hide-on-load-col {
    float: left;
    width: 8.33333333%;
  }
}
.tui-hub-view-objects-grid .filter-col {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .tui-hub-view-objects-grid .filter-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .tui-hub-view-objects-grid .filter-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .tui-hub-view-objects-grid .filter-col {
    float: left;
    width: 50%;
  }
}
.tui-test .panel-tab-outer-section {
  background: #fcefe4;
}
.tui-test .panel-tab-outer-section > .panel-tab {
  background: #fbe7d6;
  border: 1px solid #f1ae75;
  border-bottom: 1px solid #e4ebf1;
  color: #333;
}
.tui-test .panel-tab-outer-section > .panel-tab:hover {
  background: #fefaf7;
}
.tui-test .panel-tab-outer-section > .panel-tab.active {
  background-color: #f1ae75;
  border: 1px solid #6e97b4;
  border-bottom: 1px solid #f1ae75;
}
.tui-test .tui-panel-card-tabbed .panel-heading {
  background-color: #f1ae75;
  border-bottom: 2px solid #f6c9a3;
}
.tui-test .tui-panel-card-tabbed .panel-body {
  background: #fefaf7;
}
.tui-test .tui-panel-card-tabbed .panel-footer {
  background: #fbe7d6;
}
.tui-test .tui-panel-card-tabbed .panel-tab-section {
  background-color: #fbe7d6;
}
.tui-test .tui-panel-card > .panel-heading,
.tui-test .tui-panel-card-collapsible > .panel-heading,
.tui-test .tui-panel-card-fullscreen > .panel-heading {
  border: none;
  background-color: #f1ae75;
}
.tui-test .tui-panel-card > .panel-body,
.tui-test .tui-panel-card-collapsible > .panel-body,
.tui-test .tui-panel-card-fullscreen > .panel-body {
  background-color: #fbe7d6;
}
.tui-test .tui-panel-card.lite .panel-heading,
.tui-test .tui-panel-card-collapsible.lite .panel-heading,
.tui-test .tui-panel-card-fullscreen.lite .panel-heading {
  background-color: #f6c9a3;
}
.tui-test .tui-panel-card.lite .panel-body,
.tui-test .tui-panel-card-collapsible.lite .panel-body,
.tui-test .tui-panel-card-fullscreen.lite .panel-body {
  background-color: #fcefe4;
  border: 1px solid #f6c9a3;
}
.tui-test .tui-main-panel,
.tui-test .tui-content-collapsible-panel,
.tui-test .tui-group-collapsible-panel,
.tui-test .tui-full-screen-panel,
.tui-test .tui-group-panel {
  border-top: 3px solid #efa05e;
  background-color: #fbe7d6;
}
.tui-test .tui-main-panel > .panel-heading,
.tui-test .tui-content-collapsible-panel > .panel-heading,
.tui-test .tui-group-collapsible-panel > .panel-heading,
.tui-test .tui-full-screen-panel > .panel-heading,
.tui-test .tui-group-panel > .panel-heading {
  /*border-color: #ddd;*/
  border-bottom: 3px solid #f3bc8c;
  background-color: #f1ae75;
}
.tui-test .tui-container-delimiter {
  background-color: #f8d7ba;
}
.tui-test .tui-form-dataobject .panel-heading,
.tui-test .tui-form-group-panel .panel-heading,
.tui-test .tui-form-group-sub-panel .panel-heading {
  background-color: #f6c9a3;
}
.tui-test .tui-form-dataobject .panel-body,
.tui-test .tui-form-group-panel .panel-body,
.tui-test .tui-form-group-sub-panel .panel-body {
  background-color: #fcefe4;
  border: 1px solid #f6c9a3;
}
.tui-test .tui-form-dataobject .tui-form-group-sub-panel,
.tui-test .tui-form-group-panel .tui-form-group-sub-panel,
.tui-test .tui-form-group-sub-panel .tui-form-group-sub-panel {
  background-color: #fcefe4;
}
.tui-test .tui-filter-group.even {
  background: #F1AE75;
}
.tui-test .tui-filter-group.odd {
  background: #FFC796;
}
.tui-test .tui-panel-history {
  border-top: 3px solid #c8b5a4;
  background-color: #efe9e4;
}
.tui-test .tui-panel-history .panel-heading {
  background-color: #d2c2b4;
  border-bottom: 3px solid #dccfc4;
}
.tui-test .tui-panel-history .panel-heading.tui-active-round {
  background-color: #d69e6e;
}
.tui-test hr.tui-wide {
  border-color: #f1ae75;
}
.tui-test .panel-page-content .panel-heading {
  background-color: #fbd4b3;
}
.tui-test.home-page-background {
  background: #f8d7ba;
}
.tui-test .dashboard-panel-header {
  background-color: #A67041 !important;
}
.tui-test .report-dashboard-variant .dashboard-panel-header {
  background-color: #eff0f0 !important;
}
.tui-test .tuiDashboardComponentPicker > div {
  background: #3091A6;
}
.tui-test .tui-editable-grid {
  border-color: #3091A6;
}
.tui-test .tui-grid-cell-header {
  background-color: #A67041;
  color: white;
}
.tui-test .tui-grid-cell-body {
  background-color: #FFC796;
  color: black;
}
.tui-test .cell-loading-cover {
  background: #FFC796;
}
.tui-test .tui-dash-card {
  background-color: #F1AE75;
  color: black;
}
.tui-test .tui-dash-card-short {
  background-color: #F1AE75;
  color: black;
}
.tui-test .tui-dash-card-tall {
  background-color: #F1AE75;
  color: black;
}
.tui-test .tui-dash-card-alt {
  background-color: #f6c9a3;
  color: black;
}
.tui-test .tuiDashboardComponentPickerPanel {
  background-color: #f6c9a3;
  color: black;
}
.tui-test .panel-low-contrast .panel-body {
  background: #f8d7ba;
}
.tui-test .panel-low-contrast .panel-footer,
.tui-test .panel-low-contrast .panel-heading {
  background: #f6c9a3;
}
.tui-test .grouping-panel-grid-like {
  background-color: #fae2cd;
}
.tui-test a.tui-dashboard-link {
  color: #af5d00;
}
.tui-test a.tui-dashboard-link:link {
  color: #af5d00;
}
.tui-test a.tui-dashboard-link:active {
  color: rgba(0, 0, 0, 0.8);
}
.tui-test a.tui-dashboard-link:visited {
  color: #633400;
}
.tui-test a.tui-dashboard-link:hover {
  color: #fdf2e9;
}
.tui-test .tui-header-btn-background,
.tui-test .tui-header-btn-info,
.tui-test .tui-header-btn-refresh,
.tui-test .tui-header-btn-close,
.tui-test .tui-header-btn-edit,
.tui-test .tui-header-btn-drag {
  background: #A67041;
}
.tui-test .tui-header-btn-edit:hover {
  color: #64d8ff;
}
.tui-test .tui-header-btn-edit.pressed {
  color: #64d8ff;
}
.tui-test .ea-grouping-panel {
  border: 2px solid #f6c9a3;
}
.tui-test .ea-grouping-panel > .ea-panel-header {
  background: #f6c9a3;
}
.tui-test .ea-grouping-sub-panel {
  border: 2px solid #f6c9a3;
}
.tui-test .ea-grouping-sub-panel > .ea-panel-header {
  background: #f6c9a3;
}
.tui-test .uploaded-item {
  background: #f6c9a3;
}
.tui-test .grid-dark-header .e-gridheader,
.tui-test .grid-light-header .e-gridheader,
.tui-test .grid-dark-header .e-headercell,
.tui-test .grid-light-header .e-headercell,
.tui-test .grid-dark-header .e-detailheadercell,
.tui-test .grid-light-header .e-detailheadercell,
.tui-test .grid-dark-header .e-filterbarcell,
.tui-test .grid-light-header .e-filterbarcell,
.tui-test .grid-dark-header .e-filterbarcelldisabled,
.tui-test .grid-light-header .e-filterbarcelldisabled {
  background-color: #ffe5cf !important;
  border-color: #dbbba1 !important;
}
.tui-test .grid-dark-header .e-childgrid .e-gridcontent .e-row,
.tui-test .grid-light-header .e-childgrid .e-gridcontent .e-row {
  background-color: #fff3e9;
}
.tui-test .grid-dark-header .e-childgrid .e-gridcontent .e-row td,
.tui-test .grid-light-header .e-childgrid .e-gridcontent .e-row td {
  border-color: #ffc99c !important;
}
.tui-test .grid-dark-header .e-childgrid .e-gridcontent .e-altrow,
.tui-test .grid-light-header .e-childgrid .e-gridcontent .e-altrow {
  background-color: #fae6d6;
}
.tui-test .grid-dark-header .e-childgrid .e-gridcontent .e-altrow td,
.tui-test .grid-light-header .e-childgrid .e-gridcontent .e-altrow td {
  border-color: #f2bc92 !important;
}
.tui-test .tui-side-tabs,
.tui-test .tui-header-tabs {
  background: #cfa079;
}
.tui-test .tui-side-tabs .tui-tab,
.tui-test .tui-header-tabs .tui-tab {
  border-color: #9f8d7d;
  background: #ffe1c8;
}
.tui-test .tui-side-tabs .tui-tab:hover,
.tui-test .tui-header-tabs .tui-tab:hover {
  background: #ffe8d5;
}
.tui-test .e-dashboardlayout .e-panel:has(.isEditingPanel) {
  outline: 2px #64d8ff solid;
}
.tui-label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.tui-label:hover,
a.tui-label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tui-label:empty {
  display: none;
}
.btn .tui-label {
  position: relative;
  top: -1px;
}
.tui-label-default {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #777777;
}
a.tui-label-default:hover,
a.tui-label-default:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tui-label-default:empty {
  display: none;
}
.btn .tui-label-default {
  position: relative;
  top: -1px;
}
.tui-label-default[href]:hover,
.tui-label-default[href]:focus {
  background-color: #5e5e5e;
}
.tui-label-danger {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #d9534f;
}
a.tui-label-danger:hover,
a.tui-label-danger:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tui-label-danger:empty {
  display: none;
}
.btn .tui-label-danger {
  position: relative;
  top: -1px;
}
.tui-label-danger[href]:hover,
.tui-label-danger[href]:focus {
  background-color: #c9302c;
}
.tui-label-warning {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #f0ad4e;
  box-shadow: inset 0px 0px 0px 1px #fff;
}
a.tui-label-warning:hover,
a.tui-label-warning:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tui-label-warning:empty {
  display: none;
}
.btn .tui-label-warning {
  position: relative;
  top: -1px;
}
.tui-label-warning[href]:hover,
.tui-label-warning[href]:focus {
  background-color: #ec971f;
}
.tui-label-primary {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #337ab7;
}
a.tui-label-primary:hover,
a.tui-label-primary:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tui-label-primary:empty {
  display: none;
}
.btn .tui-label-primary {
  position: relative;
  top: -1px;
}
.tui-label-primary[href]:hover,
.tui-label-primary[href]:focus {
  background-color: #286090;
}
.tui-label-success {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #5cb85c;
}
a.tui-label-success:hover,
a.tui-label-success:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tui-label-success:empty {
  display: none;
}
.btn .tui-label-success {
  position: relative;
  top: -1px;
}
.tui-label-success[href]:hover,
.tui-label-success[href]:focus {
  background-color: #449d44;
}
.tui-status-development {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #d9534f;
}
a.tui-status-development:hover,
a.tui-status-development:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tui-status-development:empty {
  display: none;
}
.btn .tui-status-development {
  position: relative;
  top: -1px;
}
.tui-status-development[href]:hover,
.tui-status-development[href]:focus {
  background-color: #c9302c;
}
.tui-status-test {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #f0ad4e;
  box-shadow: inset 0px 0px 0px 1px #fff;
}
a.tui-status-test:hover,
a.tui-status-test:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tui-status-test:empty {
  display: none;
}
.btn .tui-status-test {
  position: relative;
  top: -1px;
}
.tui-status-test[href]:hover,
.tui-status-test[href]:focus {
  background-color: #ec971f;
}
.tui-status-production {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #337ab7;
}
a.tui-status-production:hover,
a.tui-status-production:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tui-status-production:empty {
  display: none;
}
.btn .tui-status-production {
  position: relative;
  top: -1px;
}
.tui-status-production[href]:hover,
.tui-status-production[href]:focus {
  background-color: #286090;
}
.tui-status-archived {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #777777;
}
a.tui-status-archived:hover,
a.tui-status-archived:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tui-status-archived:empty {
  display: none;
}
.btn .tui-status-archived {
  position: relative;
  top: -1px;
}
.tui-status-archived[href]:hover,
.tui-status-archived[href]:focus {
  background-color: #5e5e5e;
}
.tui-status-inactive {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #777777;
}
a.tui-status-inactive:hover,
a.tui-status-inactive:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tui-status-inactive:empty {
  display: none;
}
.btn .tui-status-inactive {
  position: relative;
  top: -1px;
}
.tui-status-inactive[href]:hover,
.tui-status-inactive[href]:focus {
  background-color: #5e5e5e;
}
.tui-status-active {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #5cb85c;
}
a.tui-status-active:hover,
a.tui-status-active:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tui-status-active:empty {
  display: none;
}
.btn .tui-status-active {
  position: relative;
  top: -1px;
}
.tui-status-active[href]:hover,
.tui-status-active[href]:focus {
  background-color: #449d44;
}
.tui-label-new {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #5cb85c;
}
a.tui-label-new:hover,
a.tui-label-new:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tui-label-new:empty {
  display: none;
}
.btn .tui-label-new {
  position: relative;
  top: -1px;
}
.tui-label-new[href]:hover,
.tui-label-new[href]:focus {
  background-color: #449d44;
}
.tui-label-old {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #f0ad4e;
  box-shadow: inset 0px 0px 0px 1px #fff;
}
a.tui-label-old:hover,
a.tui-label-old:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tui-label-old:empty {
  display: none;
}
.btn .tui-label-old {
  position: relative;
  top: -1px;
}
.tui-label-old[href]:hover,
.tui-label-old[href]:focus {
  background-color: #ec971f;
}
.tui-urgent-label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #d9534f;
  margin-right: 5px;
  padding: 0.3em 0.6em 0.3em;
}
a.tui-urgent-label:hover,
a.tui-urgent-label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tui-urgent-label:empty {
  display: none;
}
.btn .tui-urgent-label {
  position: relative;
  top: -1px;
}
/* Tags */
.tui-tag {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  display: inline-block;
  font-size: 0.9em;
  color: black;
  background-color: #b1c7d7;
  margin: 2px;
}
a.tui-tag:hover,
a.tui-tag:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tui-tag:empty {
  display: none;
}
.btn .tui-tag {
  position: relative;
  top: -1px;
}
.tui-tag.white {
  background: #fafafa;
}
.tui-tag-sm {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  font-size: 0.7em;
  color: black;
  background-color: #b1c7d7;
  margin: 1px;
}
a.tui-tag-sm:hover,
a.tui-tag-sm:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tui-tag-sm:empty {
  display: none;
}
.btn .tui-tag-sm {
  position: relative;
  top: -1px;
}
.tui-user-tag {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  display: inline-block;
  font-size: 0.9em;
  color: black;
  background-color: #b1c7d7;
  margin: 2px;
  background-color: #dddcdd;
}
a.tui-user-tag:hover,
a.tui-user-tag:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tui-user-tag:empty {
  display: none;
}
.btn .tui-user-tag {
  position: relative;
  top: -1px;
}
.tui-user-tag.white {
  background: #fafafa;
}
.tui-invalid-list-header {
  align-items: center;
  padding: 4px;
  border: #ea0d0d 2px dashed;
  border-radius: 4px;
}
.tui-invalid-list-item {
  align-items: center;
  padding: 4px;
  border: #ea0d0d 2px dashed;
  border-radius: 4px;
  margin: 4px;
}
.tui-flex-list-item {
  display: flex;
  gap: 5px;
  align-items: center;
}
.tui-flex-list-item.show-tree {
  position: relative;
}
.tui-flex-list-item.show-tree:before {
  content: '';
  width: 15px;
  left: -15px;
  position: absolute;
  border-bottom: 2px solid #9ed0a0;
}
.tui-flex-list-item.show-tree.tui-invalid-list-item:before {
  width: 22px;
  left: -22px;
}
.tui-flex-list-item.show-tree.ea-panel-header:before {
  left: -19px;
  width: 19px;
}
/* Modals */
.tui-modal-delete .modal-header,
.tui-modal-error .modal-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #e9c1bf;
  color: #8e211d;
}
.tui-modal-save .modal-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #92b3c8;
  color: #1a4d6e;
}
.tui-modal-info .modal-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #d9edf7;
  color: #31708f;
}
.tui-modal-full-height .modal-dialog {
  height: calc(95vh - 65px - 30px);
  padding: 0;
  margin: 10px auto;
}
.tui-modal-full-height .modal-content {
  height: calc(95vh - 65px - 30px);
}
.tui-modal-full-height .modal-body {
  height: calc(100% - 115px);
  overflow-y: auto;
}
.tui-full-screen-modal .modal-dialog {
  height: calc(95vh - 65px - 30px);
  padding: 0;
  margin: 10px auto;
}
.tui-full-screen-modal .modal-content {
  height: calc(95vh - 65px - 30px);
}
.tui-full-screen-modal .modal-body {
  height: calc(100% - 115px);
  overflow-y: auto;
}
.tui-full-screen-modal .modal-dialog {
  width: 98%;
  /*overflow-y:auto;*/
}
.tui-modal-info-high .modal-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #d9edf7;
  color: #31708f;
}
.tui-modal-info-high .modal-dialog {
  height: calc(95vh - 65px - 30px);
  padding: 0;
  margin: 10px auto;
}
.tui-modal-info-high .modal-content {
  height: calc(95vh - 65px - 30px);
}
.tui-modal-info-high .modal-body {
  height: calc(100% - 115px);
  overflow-y: auto;
}
/*Log history */
.tui-dsu-log-modal-record {
  border-bottom: 1px solid #808080;
  padding-bottom: 5px;
  margin-bottom: 5px;
  white-space: pre-wrap;
}
/* Misc */
.modal-dialog {
  z-index: 1050;
  margin: 10px auto;
}
.modal {
  margin-top: 65px;
  height: calc(100vh - 65px - 30px);
}
.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
}
.tui-modal-xlg {
  /*.modal;*/
  width: 1200px;
}
@keyframes shrink-expand {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes resize-alternate-steps {
  0% {
    right: 0;
    left: auto;
  }
  50% {
    right: auto;
    left: 0;
  }
}
.modal-body.load-state:after {
  position: absolute;
  animation: shrink-expand 2s ease-in-out infinite alternate, resize-alternate-steps 4s steps(2, start) infinite;
  right: 0;
  left: auto;
  background: #21415c;
  content: '';
  height: 3px;
  top: 0;
}
.tui-append-load-state {
  position: relative;
}
.tui-append-load-state:after {
  position: absolute;
  animation: shrink-expand 2s ease-in-out infinite alternate, resize-alternate-steps 4s steps(2, start) infinite;
  right: 0;
  left: auto;
  background: #21415c;
  content: '';
  height: 3px;
  top: 0;
}
.tui-modal-notifiable > .modal-dialog {
  width: 50vw ;
}
.modal .modal-body.normalized {
  overflow: auto;
  max-height: 70vh;
}
.modal .modal-body.normalized.alt {
  overflow: auto;
  max-height: calc(90vh - 230px);
}
.tui-no-text-decor {
  text-decoration: none;
}
.tui-h-100-pct {
  height: 100% !important;
}
.tui-w-100-pct {
  width: 100%;
}
.tui-w-66-pct {
  width: 66%;
}
/*.w-50 {
    width: 50%;
}
.w-33 {
    width: 33%;
}
.w-25 {
    width: 25%;
}
.w-10 {
    width: 10%;
}*/
.tui-full-screen-modal-easy-access .modal-dialog {
  height: calc(95vh - 65px - 30px);
  padding: 0;
  margin: 10px auto;
}
.tui-full-screen-modal-easy-access .modal-content {
  height: calc(95vh - 65px - 30px);
}
.tui-full-screen-modal-easy-access .modal-body {
  height: calc(100% - 115px);
  overflow-y: auto;
}
.tui-full-screen-modal-easy-access .modal-dialog {
  width: 98%;
  /*overflow-y:auto;*/
}
.tui-full-screen-modal-easy-access .modal-header {
  background-color: #345165;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: white;
}
.tui-full-screen-modal-easy-access .modal-body {
  height: calc(100% - 135px);
}
.easy-access-font-enhance {
  font-size: 18px;
}
.easy-access-font-enhance button {
  font-size: 16px;
}
.easy-access {
  font-size: 28px;
}
.easy-access .tui-danger {
  color: #dc3545;
}
.easy-access .tui-danger,
.easy-access .tui-dsu-form-field-description {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  height: 55px;
}
div.fading-cover-white {
  pointer-events: none;
  text-align: center;
  margin: 0;
  display: block;
  width: 100%;
  height: 54px;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), white);
}
.easy-access-screen-title {
  font-size: 28px;
}
.easy-access-screen-title button {
  padding: 9px;
  vertical-align: top;
}
.easy-access-screen-title div i.fa:hover {
  color: #ddd;
}
.easy-access-cell {
  height: 110px;
}
.easy-access-cell .easy-access-cell-header {
  height: 40px;
  display: flex;
  align-items: center;
}
.easy-access-cell tui-grid-cell-edit > #editTemplate,
.easy-access-cell tui-grid-cell-edit-new > #editTemplate {
  display: flex;
}
.easy-access-cell tui-grid-cell-edit > #editTemplate > ejs-combobox,
.easy-access-cell tui-grid-cell-edit-new > #editTemplate > ejs-combobox {
  width: 100%;
}
.easy-access-cell .tooltip {
  font-size: 18px;
}
.easy-access-cell.custom-text {
  height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.easy-access-cell ejs-tooltip:has(label) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.easy-access-cell label {
  font-size: 24px;
  margin: 8px 0px 0px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.easy-access-cell .tui-form-control {
  display: flex;
  align-items: center;
}
.easy-access-cell .tui-form-control .e-input-group {
  height: 3.2rem !important;
}
.easy-access-cell .tui-form-control tui-quick-action-start-workflow-button {
  margin-right: 4px;
  display: flex;
  align-items: center;
  height: 3.2rem;
}
.easy-access-cell .tui-form-control tui-quick-action-start-workflow-button button {
  height: 100%;
  min-height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.easy-access-cell .tui-form-control tui-grid-cell-edit-new {
  flex: 1;
}
.easy-access-cell .tui-form-control ejs-combobox,
.easy-access-cell .tui-form-control ejs-dropdownlist,
.easy-access-cell .tui-form-control ejs-datepicker,
.easy-access-cell .tui-form-control ejs-datetimepicker {
  height: 3rem !important;
}
.easy-access-cell .tui-form-control ejs-combobox input,
.easy-access-cell .tui-form-control ejs-dropdownlist input,
.easy-access-cell .tui-form-control ejs-datepicker input,
.easy-access-cell .tui-form-control ejs-datetimepicker input {
  font-size: 2rem !important;
  padding: 4px 6px !important;
}
.easy-access-cell .tui-form-control #editTemplate > input {
  padding: 4px 6px !important;
  font-size: 2rem !important;
  height: 3.2rem !important;
}
.easy-access-cell .tui-form-control select {
  padding: 4px 6px;
  font-size: 2rem;
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.easy-access-cell .tui-form-control .invalid {
  outline: 2px solid #dc3545 !important;
}
.easy-access-cell .tui-form-control .input-group input {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.easy-access-cell .tui-form-control .input-group .input-group-btn > button {
  height: 34px;
  margin-right: 0px;
}
.easy-access-cell .tui-form-control .tui-file-bucket {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.eaa-btn-wrapper {
  width: 50% !important;
  display: inline-block;
  padding: 15px;
}
.eaa-btn-wrapper .easy-access-action-button {
  font-size: 28px;
  text-overflow: ellipsis;
  width: 99%;
  margin: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
}
.eaa-btn-wrapper .easy-access-action-button .tui-danger {
  color: #dc3545;
}
.eaa-btn-wrapper .easy-access-action-button .tui-danger,
.eaa-btn-wrapper .easy-access-action-button .tui-dsu-form-field-description {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  height: 55px;
}
.cell-1x,
.cell-2x,
.cell-3x,
.cell-4x,
.cell-5x,
.cell-6x {
  padding: 5px;
  background-clip: content-box;
  height: 40px;
  position: absolute;
}
.cell-1x .tui-grid-cell-header,
.cell-2x .tui-grid-cell-header,
.cell-3x .tui-grid-cell-header,
.cell-4x .tui-grid-cell-header,
.cell-5x .tui-grid-cell-header,
.cell-6x .tui-grid-cell-header {
  border-radius: 4px;
  padding-left: 4px;
}
.cell-1x .tui-grid-cell-header.empty-space,
.cell-2x .tui-grid-cell-header.empty-space,
.cell-3x .tui-grid-cell-header.empty-space,
.cell-4x .tui-grid-cell-header.empty-space,
.cell-5x .tui-grid-cell-header.empty-space,
.cell-6x .tui-grid-cell-header.empty-space {
  background: none;
  border: 4px dashed rgba(0, 0, 0, 0.3);
  color: black !important;
  box-shadow: none !important;
  padding: 0px 4px;
}
.cell-1x .tui-grid-cell-header.horizontal-line,
.cell-2x .tui-grid-cell-header.horizontal-line,
.cell-3x .tui-grid-cell-header.horizontal-line,
.cell-4x .tui-grid-cell-header.horizontal-line,
.cell-5x .tui-grid-cell-header.horizontal-line,
.cell-6x .tui-grid-cell-header.horizontal-line {
  background: none;
  border: 4px dashed rgba(0, 0, 0, 0.3);
  color: black !important;
  box-shadow: none !important;
  padding: 0px 4px;
}
.cell-1x .tui-grid-cell-header.horizontal-line:before,
.cell-2x .tui-grid-cell-header.horizontal-line:before,
.cell-3x .tui-grid-cell-header.horizontal-line:before,
.cell-4x .tui-grid-cell-header.horizontal-line:before,
.cell-5x .tui-grid-cell-header.horizontal-line:before,
.cell-6x .tui-grid-cell-header.horizontal-line:before {
  content: "";
  border-bottom: 4px solid rgba(0, 39, 59, 0.33);
  width: 10%;
  height: 33%;
  margin-left: 100px;
  position: absolute;
}
.cell-1x .tui-grid-cell-header.lite,
.cell-2x .tui-grid-cell-header.lite,
.cell-3x .tui-grid-cell-header.lite,
.cell-4x .tui-grid-cell-header.lite,
.cell-5x .tui-grid-cell-header.lite,
.cell-6x .tui-grid-cell-header.lite {
  color: white;
  background-color: rgba(143, 171, 194, 0.8);
}
.cell-1x.selected .tui-grid-cell-header,
.cell-2x.selected .tui-grid-cell-header,
.cell-3x.selected .tui-grid-cell-header,
.cell-4x.selected .tui-grid-cell-header,
.cell-5x.selected .tui-grid-cell-header,
.cell-6x.selected .tui-grid-cell-header {
  padding-top: 0;
  border: 4px dashed #8accff;
}
tui-dynamic-grid .tuiDashboardComponentPickerPanel {
  height: 120px;
  overflow-y: scroll;
  overflow-x: hidden;
}
easy-access-screen-builder .tui-toolbar-element,
easy-access-screen-builder .tui-toolbar-element-dropped {
  background-color: #21415c;
  border-radius: 6px;
  color: white;
}
easy-access-screen-builder .tui-toolbar-element:hover,
easy-access-screen-builder .tui-toolbar-element-dropped:hover {
  color: white !important;
}
easy-access-screen-builder .tui-toolbar-element.selected,
easy-access-screen-builder .tui-toolbar-element-dropped.selected {
  background-color: #8fafc6;
  color: white;
}
easy-access-screen-builder .tui-toolbar-element-text,
easy-access-screen-builder .tui-toolbar-element-text-dropped {
  background-color: white;
  border-radius: 6px;
}
.muuri-item-dragging {
  opacity: 0.75;
  transition: opacity 0.3s;
}
.muuri-item-positioning {
  opacity: 1;
  transition: opacity 0.3s;
}
.muuri-item-releasing {
  opacity: 1;
  transition: opacity 0.3s;
}
#tuiDynamicGrid .muuri-item-placeholder {
  width: 16.66666667% !important;
}
.ea-grouping-panel {
  border: 2px solid #d3dfe8;
  border-radius: 4px;
  padding: 0 !important;
}
.ea-grouping-panel.green {
  border-color: #9ed0a0;
}
.ea-grouping-panel.green > .ea-panel-header {
  background: #9ed0a0;
}
.ea-grouping-panel > .ea-panel-header {
  display: flex;
  align-items: center;
  background: #d3dfe8;
  padding: 0px 5px;
}
.ea-grouping-panel > .ea-panel-header.space-between {
  justify-content: space-between;
}
.ea-grouping-panel > .ea-panel-header.align-baseline {
  align-items: baseline;
}
.ea-grouping-panel > .ea-panel-header > input {
  flex: 1;
}
.ea-grouping-panel > .ea-panel-header > label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ea-grouping-panel > .ea-panel-header > b {
  flex: 1;
}
.ea-grouping-panel > .ea-panel-header > span {
  display: flex;
  justify-content: flex-end;
}
.ea-grouping-panel > .ea-panel-body.padded {
  padding: 15px;
}
.ea-grouping-sub-panel {
  border: 2px solid #d3dfe8;
  border-radius: 4px;
  padding: 0 !important;
  margin: 15px;
}
.ea-grouping-sub-panel.green {
  border-color: #9ed0a0;
}
.ea-grouping-sub-panel.green > .ea-panel-header {
  background: #9ed0a0;
}
.ea-grouping-sub-panel > .ea-panel-header {
  display: flex;
  align-items: center;
  background: #d3dfe8;
  padding: 0px 5px;
}
.ea-grouping-sub-panel > .ea-panel-header.space-between {
  justify-content: space-between;
}
.ea-grouping-sub-panel > .ea-panel-header.align-baseline {
  align-items: baseline;
}
.ea-grouping-sub-panel > .ea-panel-header > input {
  flex: 1;
}
.ea-grouping-sub-panel > .ea-panel-header > label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ea-grouping-sub-panel > .ea-panel-header > b {
  flex: 1;
}
.ea-grouping-sub-panel > .ea-panel-header > span {
  display: flex;
  justify-content: flex-end;
}
.ea-grouping-sub-panel > .ea-panel-body.padded {
  padding: 15px;
}
.line-separator-blue {
  border-bottom: 2px solid #a0bbce;
  margin-bottom: 4px;
}
.tui-easy-access-denied {
  color: red;
  font-size: 20px;
}
.tui-easy-access-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.easy-access .uib-time > input {
  border-radius: 5px;
}
.easy-access .uib-separator {
  padding-right: 3px;
}
hr.ea-hr {
  height: 1px;
  border-width: 3px 0px 0px;
  border-top-color: rgba(0, 0, 0, 0.5);
  margin: 0.25em 2px;
  padding: 0px;
}
.hr-layout-label {
  display: block;
  position: absolute;
  color: black;
  transform: translate(0px, -18px);
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 90vw;
}
.eas-button-text-pair {
  font-size: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.eas-button-text-pair button,
.eas-button-text-pair a {
  white-space: normal;
  max-height: 32px;
  display: inline-flex;
  align-items: center;
}
.eas-button-text-pair button span,
.eas-button-text-pair a span {
  line-height: 1.25rem;
  font-size: 1.5rem;
}
.eas-button-text-pair button i.fa,
.eas-button-text-pair a i.fa {
  font-size: 2rem;
  padding: 4px;
}
.tui-loader-small {
  width: 100px;
  height: 100%;
  margin: auto;
  position: relative;
}
.tui-loader {
  z-index: 9003;
  position: relative;
  margin: auto;
  width: 200px;
  height: 100%;
  /*animation:pulse-size 1.5s ease-in-out infinite;*/
}
.tui-loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
svg.circular {
  animation: rotate 1s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
svg.circular#tui-spinnerSVG {
  background-color: transparent;
  width: 200px;
  height: 200px;
}
circle.loader-path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
circle.loader-path.white {
  stroke: #fff;
}
circle.loader-path.black {
  stroke: #333333;
}
/*@keyframes pulse-size-lite {
    0% {
        transform: scale(0.95);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(0.95);
    }
}*/
/*@keyframes pulse-size {
    0% {
        transform: scale(0.75);
    }

    50% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(0.75);
    }
}*/
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.tui-loading-container {
  z-index: 9000;
  position: fixed;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0px;
}
.tui-loading-container > .tui-loading-backdrop {
  z-index: 9001;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  background-repeat: no-repeat;
  background-position: center;
}
.tui-loading-container > .tui-loading-message {
  /*animation: pulse-size-lite 1.5s ease-in-out infinite;*/
  text-align: center;
  z-index: 9002;
  position: fixed;
  top: calc(50% + 85px);
  width: 100%;
}
.tui-loading-container > .tui-loading-message > span {
  z-index: 9002;
  opacity: 0.5;
  font-size: 3em;
  color: black;
  font-family: system-ui;
  width: 100%;
}
.tui-loading-container .fa {
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 9001;
  /*width : 32px;
        height : 32px;*/
  margin-left: -16px;
  margin-top: -16px;
}
.tui-img-preview-file {
  width: 150px;
  height: 103px;
  object-fit: cover;
  object-position: 100% 0;
  border: 5px solid #0f2939;
  border-radius: 4px;
  background: white;
}
.tui-img-preview {
  width: 150px;
  height: 103px;
  object-fit: cover;
  object-position: 100% 0;
  border: 5px solid #0f2939;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}
.tui-img-preview:hover {
  opacity: 0.7;
}
.tui-img-large.centered {
  display: grid;
  margin: auto;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tui-img-large.fit {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.tui-attachemnts-image-grid {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .tui-attachemnts-image-grid {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .tui-attachemnts-image-grid {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .tui-attachemnts-image-grid {
    float: left;
    width: 33.33333333%;
  }
}
.tui-attachemnts-image-box {
  width: 200px;
  height: 160px;
  margin: 10px;
}
.tui-attachemnts-image-box .tui-btn-delete-xs {
  margin-top: 2px;
}
.tui-attachemnts-image {
  padding: 4px;
  line-height: 1.42857143;
  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;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 200px;
  max-height: 100px;
  margin-bottom: 5px;
}
.tui-xsmall-image-container {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
  /*width: 40px;*/
  width: 40px;
  /*height: 40px;*/
  height: 40px;
}
.tui-xsmall-image-container img {
  max-width: 40px;
  max-height: 40px;
}
.tui-small-image-container {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
  /*width: 40px;*/
  width: 80px;
  /*height: 40px;*/
  height: 80px;
}
.tui-small-image-container img {
  max-width: 80px;
  max-height: 80px;
}
.tui-xxsmall-image-container {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 1px;
  /*width: 40px;*/
  width: 20px;
  /*height: 40px;*/
  height: 20px;
}
.tui-xxsmall-image-container img {
  max-width: 20px;
  max-height: 20px;
}
.tui-chat-message .tui-message-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 3px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px solid #cccccc;
  background: #f0eeee;
}
.tui-chat-message .tui-message-image img {
  max-width: 60px;
  max-height: 60px;
}
/* General measures */
.tuiDashboardComponentPickerPanel {
  width: 100%;
  padding: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  background-color: #b6c5ce;
  border-radius: 4px;
  height: 435px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.tuiDashboardComponentPicker {
  width: 100% !important;
  padding: 0;
}
.tuiDashboardComponentPicker > div {
  background: #EDBBA8;
  border-radius: 8px;
  outline-offset: -7px;
}
.cell-clickable-highlight:hover {
  box-shadow: inset 0 0 0 7px #ffffff;
  -webkit-animation: pulsing-opacity-outline 0.9s infinite cubic-bezier(0.42, 0, 0.58, 1);
  -moz-animation: pulsing-opacity-outline 0.9s infinite cubic-bezier(0.42, 0, 0.58, 1);
  animation: pulsing-opacity-outline 0.9s infinite cubic-bezier(0.42, 0, 0.58, 1);
}
.tuiDashboardGrid {
  position: relative;
}
.tuiDashboardGrid select {
  color: black;
}
.tuiDashboardGrid select.resizer {
  position: absolute;
  right: 30px;
  top: 10px;
}
.tui-editable-grid {
  border: 4px dashed #EDBBA8;
  border-radius: 4px;
  margin-bottom: 5px;
  padding: 15px;
}
.cell-cover {
  position: absolute;
  width: 100%;
  height: calc(100% - 30px);
  top: 35px;
}
.general-loading-cover {
  overflow: hidden;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}
.general-loading-cover i {
  color: #97a9ba;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
.cell-loading-cover {
  overflow: hidden;
  position: absolute;
  background: #97a9ba;
  width: calc(100% - 12px);
  height: calc(100% - 40px);
  top: 36px;
}
.cell-loading-cover i {
  pointer-events: none;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
.cell-2x2 {
  padding: 5px;
  background-clip: content-box;
  height: 200px;
  position: absolute;
}
.cell-4x2 {
  padding: 5px;
  background-clip: content-box;
  height: 200px;
  position: absolute;
}
.cell-2x4 {
  padding: 5px;
  background-clip: content-box;
  height: 400px;
  position: absolute;
}
.cell-4x4 {
  padding: 5px;
  background-clip: content-box;
  height: 400px;
  position: absolute;
}
.cell-8x4 {
  padding: 5px;
  background-clip: content-box;
  height: 400px;
  position: absolute;
}
.cell-8x8 {
  padding: 5px;
  background-clip: content-box;
  height: 800px;
  position: absolute;
}
.cell-12x8 {
  padding: 5px;
  background-clip: content-box;
  height: 800px;
  position: absolute;
}
.cell-12x12 {
  padding: 5px;
  background-clip: content-box;
  height: 1200px;
  position: absolute;
}
.tui-dashboard-cell-inner-padding {
  padding: 5px;
  background-clip: content-box;
}
.tui-grid-cell-header {
  height: 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #00273B;
  padding: 5px 15px;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-right: 2px;
  margin-bottom: 1px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}
.tui-grid-cell-header a {
  color: rgba(255, 255, 255, 0.8);
}
.tui-grid-cell-header a:hover {
  color: white;
}
.tui-grid-cell-header a:active {
  color: rgba(255, 255, 255, 0.9);
}
.tui-grid-cell-body {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-right: 2px;
  margin-bottom: 7px;
  background-color: #97a9ba;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 5px 5px 0 5px;
  height: calc(100% - 30px);
  overflow-y: auto;
}
.tui-grid-cell-body .tui-grid-cell-body-top {
  height: 15%;
}
.tui-grid-cell-body .tui-grid-cell-body-bottom {
  height: 85%;
  overflow-y: auto;
}
.tui-dash-card-3d-effect {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-right: 2px;
  margin-bottom: 7px;
}
.tui-dash-card {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-right: 2px;
  margin-bottom: 7px;
  padding: 15px;
  background-color: #26425b;
  border-radius: 4px;
  text-align: center;
  color: white;
  overflow: hidden;
}
.tui-dash-card-short {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-right: 2px;
  margin-bottom: 7px;
  height: 40px;
  padding: 0px;
  background-color: #26425b;
  border-radius: 4px;
  text-align: center;
  color: white;
  overflow: hidden;
}
.tui-dash-card-tall {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-right: 2px;
  margin-bottom: 7px;
  padding: 15px;
  background-color: #26425b;
  border-radius: 4px;
  text-align: center;
  color: white;
  overflow: hidden;
  margin-bottom: 1px;
  height: calc(100% - 5px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.tui-dash-card-tall div > i,
.tui-dash-card-tall span {
  font-size: medium;
}
.tui-dash-card-alt {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-right: 2px;
  margin-bottom: 7px;
  padding: 15px;
  background-color: #b6c5ce;
  border-radius: 4px;
}
.tui-progress-bar-container {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  width: 75%;
  border-radius: 4px;
  height: 8px;
  /*span {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }*/
}
.tui-progress-bar-container .tui-progress-bar {
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.75);
  background-color: #fed766;
  width: 0%;
  border-radius: 4px;
  height: 8px;
}
a.tui-dashboard-link {
  color: #004480;
}
a.tui-dashboard-link:link {
  color: #004480;
}
a.tui-dashboard-link:active {
  color: rgba(0, 0, 0, 0.8);
}
a.tui-dashboard-link:visited {
  color: #162a3b;
}
a.tui-dashboard-link:hover {
  color: #ffffff;
}
.tui-drop-placeholder {
  outline: 4px dashed rgba(0, 0, 0, 0.33);
  outline-offset: -9px;
}
.popover-content {
  color: black;
}
.popover-content a {
  color: #0000EE;
}
.overlay-icon {
  margin-top: 30px/2;
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
}
.overlay-icon i {
  transform: translate(-50%, -50%);
  font-size: 140px;
  opacity: 0.85;
  text-shadow: 0px 0px 35px rgba(0, 0, 0, 0.75);
  pointer-events: all;
}
.tui-header-btn-background {
  background: #00273B;
  position: absolute;
  right: 7px;
  top: 9px;
  width: 24px;
  height: 22px;
  border-radius: 6px;
}
.tui-header-btn-right {
  position: absolute;
  font-size: 22px !important;
  color: white;
  right: 10px;
  top: 8px;
  transition: all 0.2s ease-in-out;
}
.tui-header-btn-external-link {
  right: 35px;
  transform: scale(1);
  background: #00273B;
  position: absolute;
  font-size: 22px !important;
  color: white;
  right: 10px;
  top: 8px;
  transition: all 0.2s ease-in-out;
  right: 60px;
}
.tui-header-btn-external-link:hover {
  color: #80d4ff;
  transform: scale(1.2);
  transform-origin: center;
}
.tui-header-btn-external-link:active {
  color: white;
}
.tui-header-btn-right-3rd {
  position: absolute;
  font-size: 22px !important;
  color: white;
  right: 10px;
  top: 8px;
  transition: all 0.2s ease-in-out;
  right: 60px;
}
.tui-header-btn-right-2nd {
  position: absolute;
  font-size: 22px !important;
  color: white;
  right: 10px;
  top: 8px;
  transition: all 0.2s ease-in-out;
  right: 35px;
}
.tui-header-btn-info {
  position: absolute;
  font-size: 22px !important;
  color: white;
  right: 10px;
  top: 8px;
  transition: all 0.2s ease-in-out;
  right: 35px;
  transform: scale(1);
  background: #00273B;
}
.tui-header-btn-info:hover {
  color: #80d4ff;
  transform: scale(1.2);
  transform-origin: center;
}
.tui-header-btn-info:active {
  color: white;
}
.tui-header-btn-refresh {
  position: absolute;
  font-size: 22px !important;
  color: white;
  right: 10px;
  top: 8px;
  transition: all 0.2s ease-in-out;
  background: #00273B;
}
.tui-header-btn-refresh:hover {
  transform: rotate(180deg);
  color: #80d4ff;
}
.tui-header-btn-refresh:active {
  transform: rotate(360deg);
}
.tui-header-btn-edit {
  position: absolute;
  font-size: 22px !important;
  color: white;
  right: 10px;
  top: 8px;
  transition: all 0.2s ease-in-out;
  background: #00273B;
}
.tui-header-btn-edit:hover {
  transform: rotate(180deg);
  color: #80d4ff;
}
.tui-header-btn-edit:active {
  transform: rotate(360deg);
}
.tui-header-btn-edit:hover {
  color: #ffbf64 !important;
}
.tui-header-btn-edit.pressed {
  color: #ffbf64 !important;
}
.tui-header-btn-close {
  position: absolute;
  font-size: 22px !important;
  color: white;
  right: 10px;
  top: 8px;
  transition: all 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  background: #00273B;
}
.tui-header-btn-close:hover {
  color: #f00;
  transform: scale(1.15);
  transform-origin: center;
}
.tui-header-btn-close:active {
  color: #b90f0f;
  transform: scale(1);
}
.tui-header-btn-drag {
  position: absolute;
  font-size: 22px !important;
  color: white;
  right: 10px;
  top: 8px;
  transition: all 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  background: #00273B;
  font-size: 1.8rem !important;
  top: 6px;
  color: rgba(255, 255, 255, 0.66);
  margin-right: 30px;
  right: 0;
}
.tui-header-btn-drag:hover {
  color: rgba(255, 255, 255, 0.8);
  transform: scale(1.15);
  transform-origin: center;
}
.tui-header-btn-drag:active {
  color: #80d4ff;
  transform: scale(1);
}
.tui-drag-handle,
.tui-huge-icon-btn {
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in-out;
}
.tui-drag-handle:hover,
.tui-huge-icon-btn:hover,
.tui-drag-handle:active,
.tui-huge-icon-btn:active {
  color: white;
  font-size: 150px;
}
.tui-overlap-chart-title {
  position: absolute;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  margin-top: -4px;
}
.panel-low-contrast .panel-body {
  background: #d4dde2;
}
.panel-low-contrast .panel-footer,
.panel-low-contrast .panel-heading {
  height: 45px;
  background: #b6c5ce;
  border-top: none;
}
.grouping-panel-grid-like {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
  padding: 15px;
  background-color: #f3f3f4;
  border-radius: 4px;
}
.grouping-panel-grid-like button {
  margin-top: 4px;
}
.muuri-item-dragging,
.muuri-item-releasing {
  z-index: 1;
}
.pulsing-button {
  box-shadow: 0 0 0 0 rgba(160, 160, 160, 0.7);
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulsing-urgent {
  color: white;
  -webkit-animation: pulsing-color 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing-color 2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing-color 2s infinite;
}
.pulsing-urgent-flag {
  color: #d9534f45;
  -webkit-animation: pulsing-color 3.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing-color 3.5s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing-color 3.5s infinite;
}
@-webkit-keyframes pulsing {
  to {
    box-shadow: 0 0 0 20px rgba(160, 160, 160, 0);
  }
}
@-moz-keyframes pulsing {
  to {
    box-shadow: 0 0 0 20px rgba(160, 160, 160, 0);
  }
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 20px rgba(160, 160, 160, 0);
  }
}
@-webkit-keyframes pulsing-opacity-outline {
  0% {
    box-shadow: inset 0 0 0 7px #ffffff;
  }
  50% {
    box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: inset 0 0 0 7px #ffffff;
  }
}
@-moz-keyframes pulsing-opacity-outline {
  0% {
    box-shadow: inset 0 0 0 7px #ffffff;
  }
  50% {
    box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: inset 0 0 0 7px #ffffff;
  }
}
@keyframes pulsing-opacity-outline {
  0% {
    box-shadow: inset 0 0 0 7px #ffffff;
  }
  50% {
    box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: inset 0 0 0 7px #ffffff;
  }
}
@-webkit-keyframes pulsing-color {
  50% {
    color: #f64943;
  }
}
@-moz-keyframes pulsing-color {
  50% {
    color: #f64943;
  }
}
@keyframes pulsing-color {
  50% {
    color: #f64943;
  }
}
/*Rules added to make sure, that angular ng-cloak is working properly*/
[ng\:cloak],
[ng-cloak],
.ng-cloak,
.translate-cloak {
  display: none !important;
}
/*@import "bootstrap/mixins/tab-focus";
/*@import "bootstrap/mixins/table-row";*/
/*@import "bootstrap/scaffolding";*/
/*@import "bootstrap/theme";*/
/*@import "bootstrap/utilities";*/
/*
@import "bootstrap/mixins/nav-divider";
@import "bootstrap/mixins/nav-vertical-align";
@import "bootstrap/navs";
@import "bootstrap/navbar";*/
/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  /*max-width: 280px;*/
}
[uib-typeahead-popup].dropdown-menu {
  display: block;
  z-index: 1037;
}
html {
  /*Disabling Pull-to-Refresh Feature on Mobile Browsers*/
  overscroll-behavior-y: contain;
  overflow-x: hidden;
}
body {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
  text-decoration: underline;
}
/* editor-label and editor-field*/
.editor-label,
.editor-field {
  float: left;
  margin-top: 10px;
}
.editor-field input {
  height: 20px;
}
.editor-label {
  clear: left;
}
.editor-field {
  margin-left: 10px;
}
/* display-label and display-field*/
.display-label,
.display-field {
  float: left;
  margin-top: 10px;
}
.display-label {
  font-weight: bold;
  clear: left;
  width: 250px;
}
.display-field {
  margin-left: 10px;
}
.btn-toolbar {
  width: 100%;
  background-color: #ddd;
  border: 1px solid;
  border-color: #9f9d9d;
}
.btn-toolbar.ta-toolbar {
  margin-left: 0px;
}
.dataset-toolbar {
  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);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-top: 3px solid lightgray;
  border-radius: 0;
}
.dataset-toolbar > .list-group,
.dataset-toolbar > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.dataset-toolbar > .list-group .list-group-item,
.dataset-toolbar > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.dataset-toolbar > .list-group:first-child .list-group-item:first-child,
.dataset-toolbar > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.dataset-toolbar > .list-group:last-child .list-group-item:last-child,
.dataset-toolbar > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dataset-toolbar > .table,
.dataset-toolbar > .table-responsive > .table,
.dataset-toolbar > .panel-collapse > .table {
  margin-bottom: 0;
}
.dataset-toolbar > .table caption,
.dataset-toolbar > .table-responsive > .table caption,
.dataset-toolbar > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.dataset-toolbar > .table:first-child,
.dataset-toolbar > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.dataset-toolbar > .table:first-child > thead:first-child > tr:first-child,
.dataset-toolbar > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.dataset-toolbar > .table:first-child > tbody:first-child > tr:first-child,
.dataset-toolbar > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.dataset-toolbar > .table:first-child > thead:first-child > tr:first-child td:first-child,
.dataset-toolbar > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.dataset-toolbar > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.dataset-toolbar > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.dataset-toolbar > .table:first-child > thead:first-child > tr:first-child th:first-child,
.dataset-toolbar > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.dataset-toolbar > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.dataset-toolbar > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.dataset-toolbar > .table:first-child > thead:first-child > tr:first-child td:last-child,
.dataset-toolbar > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.dataset-toolbar > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.dataset-toolbar > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.dataset-toolbar > .table:first-child > thead:first-child > tr:first-child th:last-child,
.dataset-toolbar > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.dataset-toolbar > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.dataset-toolbar > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.dataset-toolbar > .table:last-child,
.dataset-toolbar > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dataset-toolbar > .table:last-child > tbody:last-child > tr:last-child,
.dataset-toolbar > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.dataset-toolbar > .table:last-child > tfoot:last-child > tr:last-child,
.dataset-toolbar > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.dataset-toolbar > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.dataset-toolbar > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.dataset-toolbar > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.dataset-toolbar > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.dataset-toolbar > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.dataset-toolbar > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.dataset-toolbar > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.dataset-toolbar > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.dataset-toolbar > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.dataset-toolbar > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.dataset-toolbar > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.dataset-toolbar > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.dataset-toolbar > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.dataset-toolbar > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.dataset-toolbar > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.dataset-toolbar > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.dataset-toolbar > .panel-body + .table,
.dataset-toolbar > .panel-body + .table-responsive,
.dataset-toolbar > .table + .panel-body,
.dataset-toolbar > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.dataset-toolbar > .table > tbody:first-child > tr:first-child th,
.dataset-toolbar > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.dataset-toolbar > .table-bordered,
.dataset-toolbar > .table-responsive > .table-bordered {
  border: 0;
}
.dataset-toolbar > .table-bordered > thead > tr > th:first-child,
.dataset-toolbar > .table-responsive > .table-bordered > thead > tr > th:first-child,
.dataset-toolbar > .table-bordered > tbody > tr > th:first-child,
.dataset-toolbar > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.dataset-toolbar > .table-bordered > tfoot > tr > th:first-child,
.dataset-toolbar > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.dataset-toolbar > .table-bordered > thead > tr > td:first-child,
.dataset-toolbar > .table-responsive > .table-bordered > thead > tr > td:first-child,
.dataset-toolbar > .table-bordered > tbody > tr > td:first-child,
.dataset-toolbar > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.dataset-toolbar > .table-bordered > tfoot > tr > td:first-child,
.dataset-toolbar > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.dataset-toolbar > .table-bordered > thead > tr > th:last-child,
.dataset-toolbar > .table-responsive > .table-bordered > thead > tr > th:last-child,
.dataset-toolbar > .table-bordered > tbody > tr > th:last-child,
.dataset-toolbar > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.dataset-toolbar > .table-bordered > tfoot > tr > th:last-child,
.dataset-toolbar > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.dataset-toolbar > .table-bordered > thead > tr > td:last-child,
.dataset-toolbar > .table-responsive > .table-bordered > thead > tr > td:last-child,
.dataset-toolbar > .table-bordered > tbody > tr > td:last-child,
.dataset-toolbar > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.dataset-toolbar > .table-bordered > tfoot > tr > td:last-child,
.dataset-toolbar > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.dataset-toolbar > .table-bordered > thead > tr:first-child > td,
.dataset-toolbar > .table-responsive > .table-bordered > thead > tr:first-child > td,
.dataset-toolbar > .table-bordered > tbody > tr:first-child > td,
.dataset-toolbar > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.dataset-toolbar > .table-bordered > thead > tr:first-child > th,
.dataset-toolbar > .table-responsive > .table-bordered > thead > tr:first-child > th,
.dataset-toolbar > .table-bordered > tbody > tr:first-child > th,
.dataset-toolbar > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.dataset-toolbar > .table-bordered > tbody > tr:last-child > td,
.dataset-toolbar > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.dataset-toolbar > .table-bordered > tfoot > tr:last-child > td,
.dataset-toolbar > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.dataset-toolbar > .table-bordered > tbody > tr:last-child > th,
.dataset-toolbar > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.dataset-toolbar > .table-bordered > tfoot > tr:last-child > th,
.dataset-toolbar > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.dataset-toolbar > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.dataset-toolbar > .panel-heading {
  border-color: #ddd;
}
.dataset-toolbar > .panel-heading .panel-title a {
  color: #337ab7;
}
.dataset-toolbar > .panel-footer {
  color: #333;
  border-color: #ddd;
}
.dataset-toolbar > .panel-footer.dataset-footer {
  font-size: 18pt;
  vertical-align: middle;
}
.dataset-toolbar .panel-body {
  padding: 5px;
}
.panel-dataset {
  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);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0;
  padding: 2px;
  margin-bottom: 5px;
  border-radius: 0;
}
.panel-dataset > .list-group,
.panel-dataset > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel-dataset > .list-group .list-group-item,
.panel-dataset > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel-dataset > .list-group:first-child .list-group-item:first-child,
.panel-dataset > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-dataset > .list-group:last-child .list-group-item:last-child,
.panel-dataset > .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-dataset > .table,
.panel-dataset > .table-responsive > .table,
.panel-dataset > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel-dataset > .table caption,
.panel-dataset > .table-responsive > .table caption,
.panel-dataset > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel-dataset > .table:first-child,
.panel-dataset > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-dataset > .table:first-child > thead:first-child > tr:first-child,
.panel-dataset > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel-dataset > .table:first-child > tbody:first-child > tr:first-child,
.panel-dataset > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-dataset > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel-dataset > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel-dataset > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel-dataset > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel-dataset > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel-dataset > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel-dataset > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel-dataset > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel-dataset > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel-dataset > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel-dataset > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel-dataset > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel-dataset > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel-dataset > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel-dataset > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel-dataset > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel-dataset > .table:last-child,
.panel-dataset > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-dataset > .table:last-child > tbody:last-child > tr:last-child,
.panel-dataset > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel-dataset > .table:last-child > tfoot:last-child > tr:last-child,
.panel-dataset > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel-dataset > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel-dataset > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel-dataset > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel-dataset > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel-dataset > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel-dataset > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel-dataset > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel-dataset > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel-dataset > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel-dataset > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel-dataset > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel-dataset > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel-dataset > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel-dataset > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel-dataset > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel-dataset > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel-dataset > .panel-body + .table,
.panel-dataset > .panel-body + .table-responsive,
.panel-dataset > .table + .panel-body,
.panel-dataset > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel-dataset > .table > tbody:first-child > tr:first-child th,
.panel-dataset > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel-dataset > .table-bordered,
.panel-dataset > .table-responsive > .table-bordered {
  border: 0;
}
.panel-dataset > .table-bordered > thead > tr > th:first-child,
.panel-dataset > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel-dataset > .table-bordered > tbody > tr > th:first-child,
.panel-dataset > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel-dataset > .table-bordered > tfoot > tr > th:first-child,
.panel-dataset > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel-dataset > .table-bordered > thead > tr > td:first-child,
.panel-dataset > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel-dataset > .table-bordered > tbody > tr > td:first-child,
.panel-dataset > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel-dataset > .table-bordered > tfoot > tr > td:first-child,
.panel-dataset > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel-dataset > .table-bordered > thead > tr > th:last-child,
.panel-dataset > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel-dataset > .table-bordered > tbody > tr > th:last-child,
.panel-dataset > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel-dataset > .table-bordered > tfoot > tr > th:last-child,
.panel-dataset > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel-dataset > .table-bordered > thead > tr > td:last-child,
.panel-dataset > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel-dataset > .table-bordered > tbody > tr > td:last-child,
.panel-dataset > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel-dataset > .table-bordered > tfoot > tr > td:last-child,
.panel-dataset > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel-dataset > .table-bordered > thead > tr:first-child > td,
.panel-dataset > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel-dataset > .table-bordered > tbody > tr:first-child > td,
.panel-dataset > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel-dataset > .table-bordered > thead > tr:first-child > th,
.panel-dataset > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel-dataset > .table-bordered > tbody > tr:first-child > th,
.panel-dataset > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel-dataset > .table-bordered > tbody > tr:last-child > td,
.panel-dataset > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel-dataset > .table-bordered > tfoot > tr:last-child > td,
.panel-dataset > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel-dataset > .table-bordered > tbody > tr:last-child > th,
.panel-dataset > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel-dataset > .table-bordered > tfoot > tr:last-child > th,
.panel-dataset > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel-dataset > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-dataset .panel-body {
  padding: 2px;
}
.panel-dataset .panel-heading {
  padding: 2px;
  color: #333;
  background-color: #d8d8d8;
}
.panel-dataset .panel-heading .panel-title {
  font-size: 14px;
}
.panel-dataset .fb-component {
  width: 200px;
  text-align: left;
}
.panel-dataset > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-dataset > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-dataset .panel-dataset > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
/** form builder **/
.fb-component {
  margin: 3px 1px;
  cursor: move;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*.btn-default;*/
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin-left: -5px;
  width: 100%;
  background-color: #ddd;
  border: 1px solid;
  border-color: #9f9d9d;
}
.fb-component:focus,
.fb-component:active:focus,
.fb-component.active:focus,
.fb-component.focus,
.fb-component:active.focus,
.fb-component.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.fb-component:hover,
.fb-component:focus,
.fb-component.focus {
  color: #333;
  text-decoration: none;
}
.fb-component:active,
.fb-component.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.fb-component.disabled,
.fb-component[disabled],
fieldset[disabled] .fb-component {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fb-component:active,
.fb-component.active {
  background-image: none;
}
.fb-component .btn-group,
.fb-component .input-group {
  float: left;
}
.fb-component > .btn,
.fb-component > .btn-group,
.fb-component > .input-group {
  margin-left: 5px;
}
.fb-component.ta-toolbar {
  margin-left: 0px;
}
.fb-component input,
.fb-component label,
.fb-component select,
.fb-component textarea {
  cursor: move;
}
.fb-component-text {
  margin: 3px 1px;
  cursor: move;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*.btn-default;*/
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin-left: -5px;
  width: 100%;
  background-color: #ddd;
  border: 1px solid;
  border-color: #9f9d9d;
  background-color: white;
}
.fb-component-text:focus,
.fb-component-text:active:focus,
.fb-component-text.active:focus,
.fb-component-text.focus,
.fb-component-text:active.focus,
.fb-component-text.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.fb-component-text:hover,
.fb-component-text:focus,
.fb-component-text.focus {
  color: #333;
  text-decoration: none;
}
.fb-component-text:active,
.fb-component-text.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.fb-component-text.disabled,
.fb-component-text[disabled],
fieldset[disabled] .fb-component-text {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fb-component-text:active,
.fb-component-text.active {
  background-image: none;
}
.fb-component-text .btn-group,
.fb-component-text .input-group {
  float: left;
}
.fb-component-text > .btn,
.fb-component-text > .btn-group,
.fb-component-text > .input-group {
  margin-left: 5px;
}
.fb-component-text.ta-toolbar {
  margin-left: 0px;
}
.fb-component-text input,
.fb-component-text label,
.fb-component-text select,
.fb-component-text textarea {
  cursor: move;
}
.fb-component-text-edit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  background-color: white;
  border-radius: 0;
  border-color: lightgray;
}
.fb-component-text-edit:focus,
.fb-component-text-edit:active:focus,
.fb-component-text-edit.active:focus,
.fb-component-text-edit.focus,
.fb-component-text-edit:active.focus,
.fb-component-text-edit.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.fb-component-text-edit:hover,
.fb-component-text-edit:focus,
.fb-component-text-edit.focus {
  color: #333;
  text-decoration: none;
}
.fb-component-text-edit:active,
.fb-component-text-edit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.fb-component-text-edit.disabled,
.fb-component-text-edit[disabled],
fieldset[disabled] .fb-component-text-edit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fb-component-text-edit:active,
.fb-component-text-edit.active {
  background-image: none;
}
.fbComponents {
  width: 110px;
  padding: 3px;
  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);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-top: 3px solid lightgray;
  border-radius: 0;
}
.fbComponents > .list-group,
.fbComponents > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.fbComponents > .list-group .list-group-item,
.fbComponents > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.fbComponents > .list-group:first-child .list-group-item:first-child,
.fbComponents > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.fbComponents > .list-group:last-child .list-group-item:last-child,
.fbComponents > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fbComponents > .table,
.fbComponents > .table-responsive > .table,
.fbComponents > .panel-collapse > .table {
  margin-bottom: 0;
}
.fbComponents > .table caption,
.fbComponents > .table-responsive > .table caption,
.fbComponents > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.fbComponents > .table:first-child,
.fbComponents > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.fbComponents > .table:first-child > thead:first-child > tr:first-child,
.fbComponents > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.fbComponents > .table:first-child > tbody:first-child > tr:first-child,
.fbComponents > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.fbComponents > .table:first-child > thead:first-child > tr:first-child td:first-child,
.fbComponents > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.fbComponents > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.fbComponents > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.fbComponents > .table:first-child > thead:first-child > tr:first-child th:first-child,
.fbComponents > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.fbComponents > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.fbComponents > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.fbComponents > .table:first-child > thead:first-child > tr:first-child td:last-child,
.fbComponents > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.fbComponents > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.fbComponents > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.fbComponents > .table:first-child > thead:first-child > tr:first-child th:last-child,
.fbComponents > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.fbComponents > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.fbComponents > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.fbComponents > .table:last-child,
.fbComponents > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fbComponents > .table:last-child > tbody:last-child > tr:last-child,
.fbComponents > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.fbComponents > .table:last-child > tfoot:last-child > tr:last-child,
.fbComponents > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fbComponents > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.fbComponents > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.fbComponents > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.fbComponents > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.fbComponents > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.fbComponents > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.fbComponents > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.fbComponents > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.fbComponents > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.fbComponents > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.fbComponents > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.fbComponents > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.fbComponents > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.fbComponents > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.fbComponents > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.fbComponents > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.fbComponents > .panel-body + .table,
.fbComponents > .panel-body + .table-responsive,
.fbComponents > .table + .panel-body,
.fbComponents > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.fbComponents > .table > tbody:first-child > tr:first-child th,
.fbComponents > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.fbComponents > .table-bordered,
.fbComponents > .table-responsive > .table-bordered {
  border: 0;
}
.fbComponents > .table-bordered > thead > tr > th:first-child,
.fbComponents > .table-responsive > .table-bordered > thead > tr > th:first-child,
.fbComponents > .table-bordered > tbody > tr > th:first-child,
.fbComponents > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.fbComponents > .table-bordered > tfoot > tr > th:first-child,
.fbComponents > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.fbComponents > .table-bordered > thead > tr > td:first-child,
.fbComponents > .table-responsive > .table-bordered > thead > tr > td:first-child,
.fbComponents > .table-bordered > tbody > tr > td:first-child,
.fbComponents > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.fbComponents > .table-bordered > tfoot > tr > td:first-child,
.fbComponents > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.fbComponents > .table-bordered > thead > tr > th:last-child,
.fbComponents > .table-responsive > .table-bordered > thead > tr > th:last-child,
.fbComponents > .table-bordered > tbody > tr > th:last-child,
.fbComponents > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.fbComponents > .table-bordered > tfoot > tr > th:last-child,
.fbComponents > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.fbComponents > .table-bordered > thead > tr > td:last-child,
.fbComponents > .table-responsive > .table-bordered > thead > tr > td:last-child,
.fbComponents > .table-bordered > tbody > tr > td:last-child,
.fbComponents > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.fbComponents > .table-bordered > tfoot > tr > td:last-child,
.fbComponents > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.fbComponents > .table-bordered > thead > tr:first-child > td,
.fbComponents > .table-responsive > .table-bordered > thead > tr:first-child > td,
.fbComponents > .table-bordered > tbody > tr:first-child > td,
.fbComponents > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.fbComponents > .table-bordered > thead > tr:first-child > th,
.fbComponents > .table-responsive > .table-bordered > thead > tr:first-child > th,
.fbComponents > .table-bordered > tbody > tr:first-child > th,
.fbComponents > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.fbComponents > .table-bordered > tbody > tr:last-child > td,
.fbComponents > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.fbComponents > .table-bordered > tfoot > tr:last-child > td,
.fbComponents > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.fbComponents > .table-bordered > tbody > tr:last-child > th,
.fbComponents > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.fbComponents > .table-bordered > tfoot > tr:last-child > th,
.fbComponents > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.fbComponents > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.fbComponents > .list-group,
.fbComponents > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.fbComponents > .list-group .list-group-item,
.fbComponents > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.fbComponents > .list-group:first-child .list-group-item:first-child,
.fbComponents > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.fbComponents > .list-group:last-child .list-group-item:last-child,
.fbComponents > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fbComponents > .table,
.fbComponents > .table-responsive > .table,
.fbComponents > .panel-collapse > .table {
  margin-bottom: 0;
}
.fbComponents > .table caption,
.fbComponents > .table-responsive > .table caption,
.fbComponents > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.fbComponents > .table:first-child,
.fbComponents > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.fbComponents > .table:first-child > thead:first-child > tr:first-child,
.fbComponents > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.fbComponents > .table:first-child > tbody:first-child > tr:first-child,
.fbComponents > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.fbComponents > .table:first-child > thead:first-child > tr:first-child td:first-child,
.fbComponents > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.fbComponents > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.fbComponents > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.fbComponents > .table:first-child > thead:first-child > tr:first-child th:first-child,
.fbComponents > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.fbComponents > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.fbComponents > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.fbComponents > .table:first-child > thead:first-child > tr:first-child td:last-child,
.fbComponents > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.fbComponents > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.fbComponents > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.fbComponents > .table:first-child > thead:first-child > tr:first-child th:last-child,
.fbComponents > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.fbComponents > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.fbComponents > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.fbComponents > .table:last-child,
.fbComponents > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fbComponents > .table:last-child > tbody:last-child > tr:last-child,
.fbComponents > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.fbComponents > .table:last-child > tfoot:last-child > tr:last-child,
.fbComponents > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fbComponents > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.fbComponents > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.fbComponents > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.fbComponents > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.fbComponents > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.fbComponents > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.fbComponents > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.fbComponents > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.fbComponents > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.fbComponents > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.fbComponents > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.fbComponents > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.fbComponents > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.fbComponents > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.fbComponents > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.fbComponents > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.fbComponents > .panel-body + .table,
.fbComponents > .panel-body + .table-responsive,
.fbComponents > .table + .panel-body,
.fbComponents > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.fbComponents > .table > tbody:first-child > tr:first-child th,
.fbComponents > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.fbComponents > .table-bordered,
.fbComponents > .table-responsive > .table-bordered {
  border: 0;
}
.fbComponents > .table-bordered > thead > tr > th:first-child,
.fbComponents > .table-responsive > .table-bordered > thead > tr > th:first-child,
.fbComponents > .table-bordered > tbody > tr > th:first-child,
.fbComponents > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.fbComponents > .table-bordered > tfoot > tr > th:first-child,
.fbComponents > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.fbComponents > .table-bordered > thead > tr > td:first-child,
.fbComponents > .table-responsive > .table-bordered > thead > tr > td:first-child,
.fbComponents > .table-bordered > tbody > tr > td:first-child,
.fbComponents > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.fbComponents > .table-bordered > tfoot > tr > td:first-child,
.fbComponents > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.fbComponents > .table-bordered > thead > tr > th:last-child,
.fbComponents > .table-responsive > .table-bordered > thead > tr > th:last-child,
.fbComponents > .table-bordered > tbody > tr > th:last-child,
.fbComponents > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.fbComponents > .table-bordered > tfoot > tr > th:last-child,
.fbComponents > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.fbComponents > .table-bordered > thead > tr > td:last-child,
.fbComponents > .table-responsive > .table-bordered > thead > tr > td:last-child,
.fbComponents > .table-bordered > tbody > tr > td:last-child,
.fbComponents > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.fbComponents > .table-bordered > tfoot > tr > td:last-child,
.fbComponents > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.fbComponents > .table-bordered > thead > tr:first-child > td,
.fbComponents > .table-responsive > .table-bordered > thead > tr:first-child > td,
.fbComponents > .table-bordered > tbody > tr:first-child > td,
.fbComponents > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.fbComponents > .table-bordered > thead > tr:first-child > th,
.fbComponents > .table-responsive > .table-bordered > thead > tr:first-child > th,
.fbComponents > .table-bordered > tbody > tr:first-child > th,
.fbComponents > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.fbComponents > .table-bordered > tbody > tr:last-child > td,
.fbComponents > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.fbComponents > .table-bordered > tfoot > tr:last-child > td,
.fbComponents > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.fbComponents > .table-bordered > tbody > tr:last-child > th,
.fbComponents > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.fbComponents > .table-bordered > tfoot > tr:last-child > th,
.fbComponents > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.fbComponents > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.fbComponents > .panel-heading {
  border-color: #ddd;
}
.fbComponents > .panel-heading .panel-title a {
  color: #337ab7;
}
.fbComponents > .panel-footer {
  color: #333;
  border-color: #ddd;
}
.fbComponents > .panel-footer.dataset-footer {
  font-size: 18pt;
  vertical-align: middle;
}
#tui-register-company-central-form {
  width: 600px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 20px;
}
#tui-login-central-form {
  width: 300px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 100px;
}
#tui-login-central-form img {
  width: 100%;
}
#tui-login-central-form .tui-login-message {
  font-size: 1.1em;
  margin: 20px;
}
#tui-login-central-form .tui-login-message p.name span {
  font-size: 1.3em;
  color: #337ab7;
}
#tui-video-central-form {
  width: 650px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 100px;
}
#tui-video-central-form p.name {
  font-size: 1.3em;
  color: #337ab7;
}
#tui-video-central-form p.description {
  padding-top: 20px;
  text-align: left;
}
.tui-login-block {
  border-top: 1px solid #b1c7d7;
  margin-top: 20px;
  padding: 10px;
}
.tui-help-block {
  padding: 5px 0;
  border-top: 1px solid #b1c7d7;
  border-bottom: 1px solid #b1c7d7;
}
.tui-flag-block {
  text-align: center;
}
.tui-flag-block img {
  max-width: 32px;
  max-height: 32px;
}
.b-margin {
  margin-bottom: 10px;
}
.bkg-gray {
  background-color: #f3f3f4;
}
input#profilePic {
  margin-top: 10px;
}
.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 140px;
}
.button:focus,
.button:active:focus,
.button.active:focus,
.button.focus,
.button:active.focus,
.button.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.button:hover,
.button:focus,
.button.focus {
  color: #333;
  text-decoration: none;
}
.button:active,
.button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button:active,
.button.active {
  background-image: none;
}
.button-tiny {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 2px 8px;
  background: #e0e0e0;
}
.button-tiny:focus,
.button-tiny:active:focus,
.button-tiny.active:focus,
.button-tiny.focus,
.button-tiny:active.focus,
.button-tiny.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.button-tiny:hover,
.button-tiny:focus,
.button-tiny.focus {
  color: #333;
  text-decoration: none;
}
.button-tiny:active,
.button-tiny.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.button-tiny.disabled,
.button-tiny[disabled],
fieldset[disabled] .button-tiny {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button-tiny:active,
.button-tiny.active {
  background-image: none;
}
.button-tiny.active,
.button-tiny:active,
.button-tiny:hover {
  background: #c9c9c9;
}
.bottom-buttons {
  margin-bottom: 5px;
}
.bottom-buttons .tui-btn-save,
.bottom-buttons .tui-btn-close,
.bottom-buttons .tui-btn-edit,
.bottom-buttons .tui-btn-delete {
  text-align: center;
  width: 140px;
}
.bottom-buttons .button-save {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-align: center;
  width: 140px;
}
.bottom-buttons .button-save:focus,
.bottom-buttons .button-save:active:focus,
.bottom-buttons .button-save.active:focus,
.bottom-buttons .button-save.focus,
.bottom-buttons .button-save:active.focus,
.bottom-buttons .button-save.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.bottom-buttons .button-save:hover,
.bottom-buttons .button-save:focus,
.bottom-buttons .button-save.focus {
  color: #333;
  text-decoration: none;
}
.bottom-buttons .button-save:active,
.bottom-buttons .button-save.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bottom-buttons .button-save.disabled,
.bottom-buttons .button-save[disabled],
fieldset[disabled] .bottom-buttons .button-save {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bottom-buttons .button-save:active,
.bottom-buttons .button-save.active {
  background-image: none;
}
.bottom-buttons .button-save:hover,
.bottom-buttons .button-save:focus,
.bottom-buttons .button-save.focus,
.bottom-buttons .button-save:active,
.bottom-buttons .button-save.active,
.open > .dropdown-toggle.bottom-buttons .button-save {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bottom-buttons .button-save:active,
.bottom-buttons .button-save.active,
.open > .dropdown-toggle.bottom-buttons .button-save {
  background-image: none;
}
.bottom-buttons .button-save.disabled,
.bottom-buttons .button-save[disabled],
fieldset[disabled] .bottom-buttons .button-save,
.bottom-buttons .button-save.disabled:hover,
.bottom-buttons .button-save[disabled]:hover,
fieldset[disabled] .bottom-buttons .button-save:hover,
.bottom-buttons .button-save.disabled:focus,
.bottom-buttons .button-save[disabled]:focus,
fieldset[disabled] .bottom-buttons .button-save:focus,
.bottom-buttons .button-save.disabled.focus,
.bottom-buttons .button-save[disabled].focus,
fieldset[disabled] .bottom-buttons .button-save.focus,
.bottom-buttons .button-save.disabled:active,
.bottom-buttons .button-save[disabled]:active,
fieldset[disabled] .bottom-buttons .button-save:active,
.bottom-buttons .button-save.disabled.active,
.bottom-buttons .button-save[disabled].active,
fieldset[disabled] .bottom-buttons .button-save.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bottom-buttons .button-save .badge {
  color: #337ab7;
  background-color: #fff;
}
.bottom-buttons .button-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
  text-align: center;
  width: 140px;
}
.bottom-buttons .button-submit:focus,
.bottom-buttons .button-submit:active:focus,
.bottom-buttons .button-submit.active:focus,
.bottom-buttons .button-submit.focus,
.bottom-buttons .button-submit:active.focus,
.bottom-buttons .button-submit.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.bottom-buttons .button-submit:hover,
.bottom-buttons .button-submit:focus,
.bottom-buttons .button-submit.focus {
  color: #333;
  text-decoration: none;
}
.bottom-buttons .button-submit:active,
.bottom-buttons .button-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bottom-buttons .button-submit.disabled,
.bottom-buttons .button-submit[disabled],
fieldset[disabled] .bottom-buttons .button-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bottom-buttons .button-submit:active,
.bottom-buttons .button-submit.active {
  background-image: none;
}
.bottom-buttons .button-submit:hover,
.bottom-buttons .button-submit:focus,
.bottom-buttons .button-submit.focus,
.bottom-buttons .button-submit:active,
.bottom-buttons .button-submit.active,
.open > .dropdown-toggle.bottom-buttons .button-submit {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bottom-buttons .button-submit:active,
.bottom-buttons .button-submit.active,
.open > .dropdown-toggle.bottom-buttons .button-submit {
  background-image: none;
}
.bottom-buttons .button-submit.disabled,
.bottom-buttons .button-submit[disabled],
fieldset[disabled] .bottom-buttons .button-submit,
.bottom-buttons .button-submit.disabled:hover,
.bottom-buttons .button-submit[disabled]:hover,
fieldset[disabled] .bottom-buttons .button-submit:hover,
.bottom-buttons .button-submit.disabled:focus,
.bottom-buttons .button-submit[disabled]:focus,
fieldset[disabled] .bottom-buttons .button-submit:focus,
.bottom-buttons .button-submit.disabled.focus,
.bottom-buttons .button-submit[disabled].focus,
fieldset[disabled] .bottom-buttons .button-submit.focus,
.bottom-buttons .button-submit.disabled:active,
.bottom-buttons .button-submit[disabled]:active,
fieldset[disabled] .bottom-buttons .button-submit:active,
.bottom-buttons .button-submit.disabled.active,
.bottom-buttons .button-submit[disabled].active,
fieldset[disabled] .bottom-buttons .button-submit.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bottom-buttons .button-submit .badge {
  color: #337ab7;
  background-color: #fff;
}
.bottom-buttons .button-submit:active,
.bottom-buttons .button-submit.active {
  -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);
}
.bottom-buttons .button-submit .badge {
  text-shadow: none;
}
.bottom-buttons .button-submit:hover,
.bottom-buttons .button-submit:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.bottom-buttons .button-submit:active,
.bottom-buttons .button-submit.active {
  background-color: #265a88;
  border-color: #245580;
}
.bottom-buttons .button-submit.disabled,
.bottom-buttons .button-submit:disabled,
.bottom-buttons .button-submit[disabled] {
  background-color: #265a88;
  background-image: none;
}
.bottom-buttons .button-accept {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
  text-align: center;
  width: 140px;
}
.bottom-buttons .button-accept:focus,
.bottom-buttons .button-accept:active:focus,
.bottom-buttons .button-accept.active:focus,
.bottom-buttons .button-accept.focus,
.bottom-buttons .button-accept:active.focus,
.bottom-buttons .button-accept.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.bottom-buttons .button-accept:hover,
.bottom-buttons .button-accept:focus,
.bottom-buttons .button-accept.focus {
  color: #333;
  text-decoration: none;
}
.bottom-buttons .button-accept:active,
.bottom-buttons .button-accept.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bottom-buttons .button-accept.disabled,
.bottom-buttons .button-accept[disabled],
fieldset[disabled] .bottom-buttons .button-accept {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bottom-buttons .button-accept:active,
.bottom-buttons .button-accept.active {
  background-image: none;
}
.bottom-buttons .button-accept:hover,
.bottom-buttons .button-accept:focus,
.bottom-buttons .button-accept.focus,
.bottom-buttons .button-accept:active,
.bottom-buttons .button-accept.active,
.open > .dropdown-toggle.bottom-buttons .button-accept {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bottom-buttons .button-accept:active,
.bottom-buttons .button-accept.active,
.open > .dropdown-toggle.bottom-buttons .button-accept {
  background-image: none;
}
.bottom-buttons .button-accept.disabled,
.bottom-buttons .button-accept[disabled],
fieldset[disabled] .bottom-buttons .button-accept,
.bottom-buttons .button-accept.disabled:hover,
.bottom-buttons .button-accept[disabled]:hover,
fieldset[disabled] .bottom-buttons .button-accept:hover,
.bottom-buttons .button-accept.disabled:focus,
.bottom-buttons .button-accept[disabled]:focus,
fieldset[disabled] .bottom-buttons .button-accept:focus,
.bottom-buttons .button-accept.disabled.focus,
.bottom-buttons .button-accept[disabled].focus,
fieldset[disabled] .bottom-buttons .button-accept.focus,
.bottom-buttons .button-accept.disabled:active,
.bottom-buttons .button-accept[disabled]:active,
fieldset[disabled] .bottom-buttons .button-accept:active,
.bottom-buttons .button-accept.disabled.active,
.bottom-buttons .button-accept[disabled].active,
fieldset[disabled] .bottom-buttons .button-accept.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bottom-buttons .button-accept .badge {
  color: #337ab7;
  background-color: #fff;
}
.bottom-buttons .button-accept:active,
.bottom-buttons .button-accept.active {
  -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);
}
.bottom-buttons .button-accept .badge {
  text-shadow: none;
}
.bottom-buttons .button-accept:hover,
.bottom-buttons .button-accept:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.bottom-buttons .button-accept:active,
.bottom-buttons .button-accept.active {
  background-color: #265a88;
  border-color: #245580;
}
.bottom-buttons .button-accept.disabled,
.bottom-buttons .button-accept:disabled,
.bottom-buttons .button-accept[disabled] {
  background-color: #265a88;
  background-image: none;
}
.bottom-buttons .button-cancel {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  text-align: center;
  width: 140px;
}
.bottom-buttons .button-cancel:focus,
.bottom-buttons .button-cancel:active:focus,
.bottom-buttons .button-cancel.active:focus,
.bottom-buttons .button-cancel.focus,
.bottom-buttons .button-cancel:active.focus,
.bottom-buttons .button-cancel.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.bottom-buttons .button-cancel:hover,
.bottom-buttons .button-cancel:focus,
.bottom-buttons .button-cancel.focus {
  color: #333;
  text-decoration: none;
}
.bottom-buttons .button-cancel:active,
.bottom-buttons .button-cancel.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bottom-buttons .button-cancel.disabled,
.bottom-buttons .button-cancel[disabled],
fieldset[disabled] .bottom-buttons .button-cancel {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bottom-buttons .button-cancel:active,
.bottom-buttons .button-cancel.active {
  background-image: none;
}
.bottom-buttons .button-cancel:hover,
.bottom-buttons .button-cancel:focus,
.bottom-buttons .button-cancel.focus,
.bottom-buttons .button-cancel:active,
.bottom-buttons .button-cancel.active,
.open > .dropdown-toggle.bottom-buttons .button-cancel {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.bottom-buttons .button-cancel:active,
.bottom-buttons .button-cancel.active,
.open > .dropdown-toggle.bottom-buttons .button-cancel {
  background-image: none;
}
.bottom-buttons .button-cancel.disabled,
.bottom-buttons .button-cancel[disabled],
fieldset[disabled] .bottom-buttons .button-cancel,
.bottom-buttons .button-cancel.disabled:hover,
.bottom-buttons .button-cancel[disabled]:hover,
fieldset[disabled] .bottom-buttons .button-cancel:hover,
.bottom-buttons .button-cancel.disabled:focus,
.bottom-buttons .button-cancel[disabled]:focus,
fieldset[disabled] .bottom-buttons .button-cancel:focus,
.bottom-buttons .button-cancel.disabled.focus,
.bottom-buttons .button-cancel[disabled].focus,
fieldset[disabled] .bottom-buttons .button-cancel.focus,
.bottom-buttons .button-cancel.disabled:active,
.bottom-buttons .button-cancel[disabled]:active,
fieldset[disabled] .bottom-buttons .button-cancel:active,
.bottom-buttons .button-cancel.disabled.active,
.bottom-buttons .button-cancel[disabled].active,
fieldset[disabled] .bottom-buttons .button-cancel.active {
  background-color: #fff;
  border-color: #ccc;
}
.bottom-buttons .button-cancel .badge {
  color: #fff;
  background-color: #333;
}
.bottom-buttons .button-cancel:active,
.bottom-buttons .button-cancel.active {
  -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);
}
.bottom-buttons .button-cancel .badge {
  text-shadow: none;
}
.bottom-buttons .button-cancel:hover,
.bottom-buttons .button-cancel:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.bottom-buttons .button-cancel:active,
.bottom-buttons .button-cancel.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.bottom-buttons .button-cancel.disabled,
.bottom-buttons .button-cancel:disabled,
.bottom-buttons .button-cancel[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.panel-title-details {
  font-size: 9pt;
  color: darkgray;
  padding-top: 5px;
}
/*draw2d*/
/*#canvas {
    padding: 0;
    margin: 0;
    border: 5px solid;
    min-height: 500px;
    min-width: 500px;
    position: absolute;
    border-color: black;
    top: @toolbarHeight;
    right: @propertiesWidth;
    left: @paletteWidth;
    bottom: 0;
    overflow: scroll;
    background-color: transparent;
}*/
#workflowPage {
  height: 90%;
  /*overflow: hidden;*/
}
#workflowBuilder,
#relationBuilder {
  height: 100%;
  background-color: white;
  overflow: auto;
}
#canvas {
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  min-width: 3000px;
  min-height: 2000px;
  /*position: absolute;*/
  /*z-index: 1001;*/
  /*position:absolute;
    width: auto;
    height: auto;*/
  /*overflow: auto;*/
  /*width: 100%;
    height: 100%;
    overflow: auto;
    min-height: 1000px;
    height: 1000px;*/
  /*overflow: scroll;*/
}
.builderPalletes {
  margin: 0;
  padding: 0 5px 0 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  overflow-y: auto;
}
#builderContent {
  height: 100%;
  min-height: 100%;
  margin: 10px 0 0 0;
  padding: 0;
}
/*#propertyPane {
    color: #333;
    display: block;
    font-family: 'RobotoDraft', sans-serif;
}*/
#propertyHeader {
  color: #3f51b5;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  overflow: hidden;
  padding: 10px;
  font-family: "RobotoDraft", sans-serif;
  margin: 0;
  margin-bottom: 30px;
  text-rendering: optimizelegibility;
}
/*#properties .panel-heading {
    line-height: 12px;
}

#properties .panel {
    padding: 0;
    margin: 5px;
    border-radius: 0;
}

#properties .form-control {
    // width: 100px;
    display: inline;
}*/
#palettePane {
  color: #333;
  display: block;
  font-family: 'RobotoDraft', sans-serif;
  left: 0;
  z-index: 3;
}
.tui-panel-palette {
  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);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-color: #ddd;
  /*.panel;
    .panel-default;*/
  background: #f3f3f4;
}
.tui-panel-palette > .list-group,
.tui-panel-palette > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.tui-panel-palette > .list-group .list-group-item,
.tui-panel-palette > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.tui-panel-palette > .list-group:first-child .list-group-item:first-child,
.tui-panel-palette > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tui-panel-palette > .list-group:last-child .list-group-item:last-child,
.tui-panel-palette > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tui-panel-palette > .table,
.tui-panel-palette > .table-responsive > .table,
.tui-panel-palette > .panel-collapse > .table {
  margin-bottom: 0;
}
.tui-panel-palette > .table caption,
.tui-panel-palette > .table-responsive > .table caption,
.tui-panel-palette > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.tui-panel-palette > .table:first-child,
.tui-panel-palette > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tui-panel-palette > .table:first-child > thead:first-child > tr:first-child,
.tui-panel-palette > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.tui-panel-palette > .table:first-child > tbody:first-child > tr:first-child,
.tui-panel-palette > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.tui-panel-palette > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tui-panel-palette > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tui-panel-palette > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tui-panel-palette > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tui-panel-palette > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tui-panel-palette > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tui-panel-palette > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.tui-panel-palette > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.tui-panel-palette > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tui-panel-palette > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tui-panel-palette > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tui-panel-palette > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tui-panel-palette > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tui-panel-palette > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tui-panel-palette > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.tui-panel-palette > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.tui-panel-palette > .table:last-child,
.tui-panel-palette > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tui-panel-palette > .table:last-child > tbody:last-child > tr:last-child,
.tui-panel-palette > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.tui-panel-palette > .table:last-child > tfoot:last-child > tr:last-child,
.tui-panel-palette > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tui-panel-palette > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tui-panel-palette > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tui-panel-palette > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tui-panel-palette > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tui-panel-palette > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tui-panel-palette > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tui-panel-palette > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.tui-panel-palette > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.tui-panel-palette > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tui-panel-palette > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tui-panel-palette > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tui-panel-palette > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tui-panel-palette > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tui-panel-palette > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tui-panel-palette > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.tui-panel-palette > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.tui-panel-palette > .panel-body + .table,
.tui-panel-palette > .panel-body + .table-responsive,
.tui-panel-palette > .table + .panel-body,
.tui-panel-palette > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.tui-panel-palette > .table > tbody:first-child > tr:first-child th,
.tui-panel-palette > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.tui-panel-palette > .table-bordered,
.tui-panel-palette > .table-responsive > .table-bordered {
  border: 0;
}
.tui-panel-palette > .table-bordered > thead > tr > th:first-child,
.tui-panel-palette > .table-responsive > .table-bordered > thead > tr > th:first-child,
.tui-panel-palette > .table-bordered > tbody > tr > th:first-child,
.tui-panel-palette > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.tui-panel-palette > .table-bordered > tfoot > tr > th:first-child,
.tui-panel-palette > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.tui-panel-palette > .table-bordered > thead > tr > td:first-child,
.tui-panel-palette > .table-responsive > .table-bordered > thead > tr > td:first-child,
.tui-panel-palette > .table-bordered > tbody > tr > td:first-child,
.tui-panel-palette > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.tui-panel-palette > .table-bordered > tfoot > tr > td:first-child,
.tui-panel-palette > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.tui-panel-palette > .table-bordered > thead > tr > th:last-child,
.tui-panel-palette > .table-responsive > .table-bordered > thead > tr > th:last-child,
.tui-panel-palette > .table-bordered > tbody > tr > th:last-child,
.tui-panel-palette > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.tui-panel-palette > .table-bordered > tfoot > tr > th:last-child,
.tui-panel-palette > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.tui-panel-palette > .table-bordered > thead > tr > td:last-child,
.tui-panel-palette > .table-responsive > .table-bordered > thead > tr > td:last-child,
.tui-panel-palette > .table-bordered > tbody > tr > td:last-child,
.tui-panel-palette > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.tui-panel-palette > .table-bordered > tfoot > tr > td:last-child,
.tui-panel-palette > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.tui-panel-palette > .table-bordered > thead > tr:first-child > td,
.tui-panel-palette > .table-responsive > .table-bordered > thead > tr:first-child > td,
.tui-panel-palette > .table-bordered > tbody > tr:first-child > td,
.tui-panel-palette > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.tui-panel-palette > .table-bordered > thead > tr:first-child > th,
.tui-panel-palette > .table-responsive > .table-bordered > thead > tr:first-child > th,
.tui-panel-palette > .table-bordered > tbody > tr:first-child > th,
.tui-panel-palette > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.tui-panel-palette > .table-bordered > tbody > tr:last-child > td,
.tui-panel-palette > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.tui-panel-palette > .table-bordered > tfoot > tr:last-child > td,
.tui-panel-palette > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.tui-panel-palette > .table-bordered > tbody > tr:last-child > th,
.tui-panel-palette > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.tui-panel-palette > .table-bordered > tfoot > tr:last-child > th,
.tui-panel-palette > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.tui-panel-palette > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.tui-panel-palette > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.tui-panel-palette > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.tui-panel-palette > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.tui-panel-palette > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.tui-panel-palette span {
  /*border: 1px solid gray;*/
  /*background-color: #f3f3f3;
    padding: 5px;
    cursor: move;*/
  /*margin: 5px;*/
  /*text-align: center;
    border-radius: 5px;*/
}
.tui-panel-palette span img {
  border: 1px solid lightgray;
  margin: 0;
  padding: 0;
}
.tui-palette-element {
  /*border: 1px solid gray;*/
  /*background-color: #f3f3f3;
    padding: 5px;
    cursor: move;*/
  /*margin: 5px;*/
  /*text-align: center;
    border-radius: 5px;*/
}
.tui-palette-element img {
  border: 1px solid lightgray;
  margin: 0;
  padding: 0;
}
#logo {
  display: block;
  margin: auto;
  padding: 12px 24px 10px 24px;
  left: 0;
  top: 0;
  height: 64px;
  width: 160px;
  font-size: 30px;
  font-weight: 100;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  z-index: 1000;
}
.tui-form-you-are-here-message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
  margin-left: 0;
  font-size: 1.2em;
  font-weight: bold;
}
.tui-form-you-are-here-message h4 {
  margin-top: 0;
  color: inherit;
}
.tui-form-you-are-here-message .alert-link {
  font-weight: bold;
}
.tui-form-you-are-here-message > p,
.tui-form-you-are-here-message > ul {
  margin-bottom: 0;
}
.tui-form-you-are-here-message > p + p {
  margin-top: 5px;
}
.tui-form-you-are-here-message h4 {
  margin-top: 0;
  color: inherit;
}
.tui-form-you-are-here-message .alert-link {
  font-weight: bold;
}
.tui-form-you-are-here-message > p,
.tui-form-you-are-here-message > ul {
  margin-bottom: 0;
}
.tui-form-you-are-here-message > p + p {
  margin-top: 5px;
}
.tui-form-you-are-here-message hr {
  border-top-color: #c9e2b3;
}
.tui-form-you-are-here-message .alert-link {
  color: #2b542c;
}
/*input.form-control {
    border: 1px solid gray;
    border-radius: 6px;
    height: 30px;
    margin-left: 10px;
    margin-top: 5px;
    padding-left: 5px;
}*/
button.gray,
a.gray,
input[type=submit].gray {
  padding: 10px 10px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px 2px;
  border: solid 1px #dadada;
  background: #f4f4f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 0, #f1f1f1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), color-stop(100%, #f1f1f1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f4f4 0, #f1f1f1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f4f4 0, #f1f1f1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f4f4 0, #f1f1f1 100%);
  /* IE10+ */
  background: linear-gradient(top, #f4f4f4 0, #f1f1f1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#f1f1f1', GradientType=0);
  /* IE6-9 */
  color: #555;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 0px 1px 1px #ffffff;
  line-height: 1;
  font-size: 11px;
  min-width: 80px;
}
.gray:hover {
  border: 1px solid #c6c6c4;
  background: #f8f8f8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f1f1f1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f8f8f8 0, #f1f1f1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f8f8f8 0, #f1f1f1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f8f8f8 0, #f1f1f1 100%);
  /* IE10+ */
  background: linear-gradient(top, #f8f8f8 0, #f1f1f1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f1f1f1', GradientType=0);
  /* IE6-9 */
  color: #222;
  -webkit-box-shadow: 0 1px 1px 0 rgba(10, 10, 10, 0.4);
  -moz-box-shadow: 0 1px 1px 0 rgba(10, 10, 10, 0.4);
  box-shadow: 0 1px 1px 0 rgba(10, 10, 10, 0.4);
}
.gray:active {
  border: 1px solid #c6c6c4;
  color: #222;
  -webkit-box-shadow: inset 0 0 2px 4px #f1f1f1, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 2px 4px #f1f1f1, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 2px 4px #f1f1f1, 0 1px 0 0 #eeeeee;
}
.disabled {
  cursor: default !important;
  color: #888 !important;
  opacity: 0.8;
}
.tui-danger {
  font-weight: bold;
  color: #ea0d0d;
}
.tui-success {
  font-weight: bold;
  color: #129b22;
}
.tui-waiting {
  font-weight: bold;
  color: #f0ad4e;
}
.tui-warning {
  font-weight: bold;
  color: #ff6600;
}
.tui-info {
  font-weight: bold;
  color: #0275d8;
}
.tui-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);
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  /*margin: 5px;
    padding: 10px;*/
}
.tui-well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.tui-no-data {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
  margin-top: 20px;
}
.tui-no-data h4 {
  margin-top: 0;
  color: inherit;
}
.tui-no-data .alert-link {
  font-weight: bold;
}
.tui-no-data > p,
.tui-no-data > ul {
  margin-bottom: 0;
}
.tui-no-data > p + p {
  margin-top: 5px;
}
.tui-no-data hr {
  border-top-color: #a6e1ec;
}
.tui-no-data .alert-link {
  color: #245269;
}
/*Landing Page*/
.tui-user-performance {
  padding: 24px;
  border-radius: 6px;
  background-color: blue;
  color: white;
}
/* Workflow Details*/
.tui-workflow-details {
  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);
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  /*margin: 5px;
    padding: 10px;*/
  overflow: auto;
}
.tui-workflow-details blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.tui-workflow-details .tui-workflow-details-group {
  margin-left: -15px;
  margin-right: -15px;
}
.tui-workflow-details .tui-workflow-details-group .tui-title {
  font-weight: bold;
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .tui-workflow-details .tui-workflow-details-group .tui-title {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .tui-workflow-details .tui-workflow-details-group .tui-title {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .tui-workflow-details .tui-workflow-details-group .tui-title {
    float: left;
    width: 41.66666667%;
  }
}
.tui-workflow-details .tui-workflow-details-group .tui-value {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .tui-workflow-details .tui-workflow-details-group .tui-value {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .tui-workflow-details .tui-workflow-details-group .tui-value {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .tui-workflow-details .tui-workflow-details-group .tui-value {
    float: left;
    width: 58.33333333%;
  }
}
/*Add attachments*/
.tui-drop-attachments {
  text-align: center;
  padding: 15px;
  border: 2px #f1f1f1 dashed;
  border-radius: 5px;
  line-height: 34px;
}
.tui-attachemnts-doc-box {
  width: 200px;
  height: 80px;
  margin: 10px;
}
.tui-attachemnts-doc-box .tui-btn-delete-xs {
  margin-top: 2px;
}
.tui-drop-attachments.drag-over {
  background-color: #c7ddef;
}
.tui-pdf {
  width: 100%;
  height: 100%;
}
.tui-pdf-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*************************************************************************/
/*Common*/
/*************************************************************************/
.wf-info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: hsl(0, 0%, 90%);
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 1px 20px;
}
.wf-info-header .wf-ver-changer-select {
  width: 75px;
  height: 24px;
  padding: 0;
  margin-top: -10px;
  margin-bottom: -10px;
}
.wf-info-header .wf-ver-changer-select span.e-input-group {
  height: 24px;
  min-height: 24px;
  display: flex;
  justify-content: center;
}
.wf-info-header .wf-ver-changer-select span.e-input-group > input.e-input,
.wf-info-header .wf-ver-changer-select span.e-input-group-icon.e-ddl-icon.e-search-icon {
  height: 22px;
  min-height: 22px;
  display: flex;
  justify-content: center;
}
.wf-info-header .tui-label,
.wf-info-header .tui-status-development,
.wf-info-header .tui-status-production,
.wf-info-header .tui-status-test {
  padding: 0.2em 0.6em 0.2em;
  margin: 2px;
}
.tui-builder-mode-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: hsl(0, 0%, 90%);
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 1px 20px;
  background-color: #fabbbb;
}
.tui-builder-mode-header .wf-ver-changer-select {
  width: 75px;
  height: 24px;
  padding: 0;
  margin-top: -10px;
  margin-bottom: -10px;
}
.tui-builder-mode-header .wf-ver-changer-select span.e-input-group {
  height: 24px;
  min-height: 24px;
  display: flex;
  justify-content: center;
}
.tui-builder-mode-header .wf-ver-changer-select span.e-input-group > input.e-input,
.tui-builder-mode-header .wf-ver-changer-select span.e-input-group-icon.e-ddl-icon.e-search-icon {
  height: 22px;
  min-height: 22px;
  display: flex;
  justify-content: center;
}
.tui-builder-mode-header .tui-label,
.tui-builder-mode-header .tui-status-development,
.tui-builder-mode-header .tui-status-production,
.tui-builder-mode-header .tui-status-test {
  padding: 0.2em 0.6em 0.2em;
  margin: 2px;
}
.tui-description {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.tui-list-filter-input {
  margin-bottom: 5px;
}
/*************************************************************************/
/*Builders*/
/*************************************************************************/
.tui-builder-page {
  height: 90%;
}
.tui-not-builder-content {
  height: 100%;
  min-height: 100%;
  overflow: auto;
}
.tui-builder {
  height: 100%;
  min-height: 100%;
  overflow: auto;
}
.tui-builder-content {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 10px;
  height: 100%;
  min-height: 100%;
  overflow: auto;
}
@media (min-width: 1200px) {
  .tui-builder-content {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .tui-builder-content {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .tui-builder-content {
    float: left;
    width: 83.33333333%;
  }
}
.tui-collabsible-panel-group {
  width: 100%;
  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);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-color: #ddd;
  margin: 0;
  padding: 0;
}
.tui-collabsible-panel-group > .list-group,
.tui-collabsible-panel-group > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.tui-collabsible-panel-group > .list-group .list-group-item,
.tui-collabsible-panel-group > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.tui-collabsible-panel-group > .list-group:first-child .list-group-item:first-child,
.tui-collabsible-panel-group > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tui-collabsible-panel-group > .list-group:last-child .list-group-item:last-child,
.tui-collabsible-panel-group > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tui-collabsible-panel-group > .table,
.tui-collabsible-panel-group > .table-responsive > .table,
.tui-collabsible-panel-group > .panel-collapse > .table {
  margin-bottom: 0;
}
.tui-collabsible-panel-group > .table caption,
.tui-collabsible-panel-group > .table-responsive > .table caption,
.tui-collabsible-panel-group > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.tui-collabsible-panel-group > .table:first-child,
.tui-collabsible-panel-group > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tui-collabsible-panel-group > .table:first-child > thead:first-child > tr:first-child,
.tui-collabsible-panel-group > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.tui-collabsible-panel-group > .table:first-child > tbody:first-child > tr:first-child,
.tui-collabsible-panel-group > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.tui-collabsible-panel-group > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tui-collabsible-panel-group > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tui-collabsible-panel-group > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tui-collabsible-panel-group > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tui-collabsible-panel-group > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tui-collabsible-panel-group > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tui-collabsible-panel-group > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.tui-collabsible-panel-group > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.tui-collabsible-panel-group > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tui-collabsible-panel-group > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tui-collabsible-panel-group > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tui-collabsible-panel-group > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tui-collabsible-panel-group > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tui-collabsible-panel-group > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tui-collabsible-panel-group > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.tui-collabsible-panel-group > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.tui-collabsible-panel-group > .table:last-child,
.tui-collabsible-panel-group > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tui-collabsible-panel-group > .table:last-child > tbody:last-child > tr:last-child,
.tui-collabsible-panel-group > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.tui-collabsible-panel-group > .table:last-child > tfoot:last-child > tr:last-child,
.tui-collabsible-panel-group > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tui-collabsible-panel-group > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tui-collabsible-panel-group > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tui-collabsible-panel-group > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tui-collabsible-panel-group > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tui-collabsible-panel-group > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tui-collabsible-panel-group > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tui-collabsible-panel-group > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.tui-collabsible-panel-group > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.tui-collabsible-panel-group > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tui-collabsible-panel-group > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tui-collabsible-panel-group > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tui-collabsible-panel-group > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tui-collabsible-panel-group > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tui-collabsible-panel-group > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tui-collabsible-panel-group > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.tui-collabsible-panel-group > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.tui-collabsible-panel-group > .panel-body + .table,
.tui-collabsible-panel-group > .panel-body + .table-responsive,
.tui-collabsible-panel-group > .table + .panel-body,
.tui-collabsible-panel-group > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.tui-collabsible-panel-group > .table > tbody:first-child > tr:first-child th,
.tui-collabsible-panel-group > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.tui-collabsible-panel-group > .table-bordered,
.tui-collabsible-panel-group > .table-responsive > .table-bordered {
  border: 0;
}
.tui-collabsible-panel-group > .table-bordered > thead > tr > th:first-child,
.tui-collabsible-panel-group > .table-responsive > .table-bordered > thead > tr > th:first-child,
.tui-collabsible-panel-group > .table-bordered > tbody > tr > th:first-child,
.tui-collabsible-panel-group > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.tui-collabsible-panel-group > .table-bordered > tfoot > tr > th:first-child,
.tui-collabsible-panel-group > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.tui-collabsible-panel-group > .table-bordered > thead > tr > td:first-child,
.tui-collabsible-panel-group > .table-responsive > .table-bordered > thead > tr > td:first-child,
.tui-collabsible-panel-group > .table-bordered > tbody > tr > td:first-child,
.tui-collabsible-panel-group > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.tui-collabsible-panel-group > .table-bordered > tfoot > tr > td:first-child,
.tui-collabsible-panel-group > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.tui-collabsible-panel-group > .table-bordered > thead > tr > th:last-child,
.tui-collabsible-panel-group > .table-responsive > .table-bordered > thead > tr > th:last-child,
.tui-collabsible-panel-group > .table-bordered > tbody > tr > th:last-child,
.tui-collabsible-panel-group > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.tui-collabsible-panel-group > .table-bordered > tfoot > tr > th:last-child,
.tui-collabsible-panel-group > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.tui-collabsible-panel-group > .table-bordered > thead > tr > td:last-child,
.tui-collabsible-panel-group > .table-responsive > .table-bordered > thead > tr > td:last-child,
.tui-collabsible-panel-group > .table-bordered > tbody > tr > td:last-child,
.tui-collabsible-panel-group > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.tui-collabsible-panel-group > .table-bordered > tfoot > tr > td:last-child,
.tui-collabsible-panel-group > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.tui-collabsible-panel-group > .table-bordered > thead > tr:first-child > td,
.tui-collabsible-panel-group > .table-responsive > .table-bordered > thead > tr:first-child > td,
.tui-collabsible-panel-group > .table-bordered > tbody > tr:first-child > td,
.tui-collabsible-panel-group > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.tui-collabsible-panel-group > .table-bordered > thead > tr:first-child > th,
.tui-collabsible-panel-group > .table-responsive > .table-bordered > thead > tr:first-child > th,
.tui-collabsible-panel-group > .table-bordered > tbody > tr:first-child > th,
.tui-collabsible-panel-group > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.tui-collabsible-panel-group > .table-bordered > tbody > tr:last-child > td,
.tui-collabsible-panel-group > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.tui-collabsible-panel-group > .table-bordered > tfoot > tr:last-child > td,
.tui-collabsible-panel-group > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.tui-collabsible-panel-group > .table-bordered > tbody > tr:last-child > th,
.tui-collabsible-panel-group > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.tui-collabsible-panel-group > .table-bordered > tfoot > tr:last-child > th,
.tui-collabsible-panel-group > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.tui-collabsible-panel-group > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.tui-collabsible-panel-group > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.tui-collabsible-panel-group > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.tui-collabsible-panel-group > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.tui-collabsible-panel-group > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.tui-collabsible-panel-group .panel-body {
  margin: 0;
  padding: 0;
}
.tui-collabsible-panel-group .panel-body .panel-element {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  width: 100%;
  border: 2px solid black;
}
.tui-collabsible-panel-group .panel-body .panel-element:focus,
.tui-collabsible-panel-group .panel-body .panel-element:active:focus,
.tui-collabsible-panel-group .panel-body .panel-element.active:focus,
.tui-collabsible-panel-group .panel-body .panel-element.focus,
.tui-collabsible-panel-group .panel-body .panel-element:active.focus,
.tui-collabsible-panel-group .panel-body .panel-element.active.focus {
  outline: thin dotted;
  outline: 5px auto #5e9ed6;
  outline-offset: -2px;
}
.tui-collabsible-panel-group .panel-body .panel-element:hover,
.tui-collabsible-panel-group .panel-body .panel-element:focus,
.tui-collabsible-panel-group .panel-body .panel-element.focus {
  color: #333;
  text-decoration: none;
}
.tui-collabsible-panel-group .panel-body .panel-element:active,
.tui-collabsible-panel-group .panel-body .panel-element.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tui-collabsible-panel-group .panel-body .panel-element.disabled,
.tui-collabsible-panel-group .panel-body .panel-element[disabled],
fieldset[disabled] .tui-collabsible-panel-group .panel-body .panel-element {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tui-collabsible-panel-group .panel-body .panel-element:active,
.tui-collabsible-panel-group .panel-body .panel-element.active {
  background-image: none;
}
.tui-collabsible-panel-group .panel-body .panel-element:hover,
.tui-collabsible-panel-group .panel-body .panel-element:focus,
.tui-collabsible-panel-group .panel-body .panel-element.focus,
.tui-collabsible-panel-group .panel-body .panel-element:active,
.tui-collabsible-panel-group .panel-body .panel-element.active,
.open > .dropdown-toggle.tui-collabsible-panel-group .panel-body .panel-element {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.tui-collabsible-panel-group .panel-body .panel-element:active,
.tui-collabsible-panel-group .panel-body .panel-element.active,
.open > .dropdown-toggle.tui-collabsible-panel-group .panel-body .panel-element {
  background-image: none;
}
.tui-collabsible-panel-group .panel-body .panel-element.disabled,
.tui-collabsible-panel-group .panel-body .panel-element[disabled],
fieldset[disabled] .tui-collabsible-panel-group .panel-body .panel-element,
.tui-collabsible-panel-group .panel-body .panel-element.disabled:hover,
.tui-collabsible-panel-group .panel-body .panel-element[disabled]:hover,
fieldset[disabled] .tui-collabsible-panel-group .panel-body .panel-element:hover,
.tui-collabsible-panel-group .panel-body .panel-element.disabled:focus,
.tui-collabsible-panel-group .panel-body .panel-element[disabled]:focus,
fieldset[disabled] .tui-collabsible-panel-group .panel-body .panel-element:focus,
.tui-collabsible-panel-group .panel-body .panel-element.disabled.focus,
.tui-collabsible-panel-group .panel-body .panel-element[disabled].focus,
fieldset[disabled] .tui-collabsible-panel-group .panel-body .panel-element.focus,
.tui-collabsible-panel-group .panel-body .panel-element.disabled:active,
.tui-collabsible-panel-group .panel-body .panel-element[disabled]:active,
fieldset[disabled] .tui-collabsible-panel-group .panel-body .panel-element:active,
.tui-collabsible-panel-group .panel-body .panel-element.disabled.active,
.tui-collabsible-panel-group .panel-body .panel-element[disabled].active,
fieldset[disabled] .tui-collabsible-panel-group .panel-body .panel-element.active {
  background-color: #fff;
  border-color: #ccc;
}
.tui-collabsible-panel-group .panel-body .panel-element .badge {
  color: #fff;
  background-color: #333;
}
.tui-collabsible-panel-group .panel-body .panel-element:active,
.tui-collabsible-panel-group .panel-body .panel-element.active {
  -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);
}
.tui-collabsible-panel-group .panel-body .panel-element .badge {
  text-shadow: none;
}
.tui-collabsible-panel-group .panel-body .panel-element:hover,
.tui-collabsible-panel-group .panel-body .panel-element:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.tui-collabsible-panel-group .panel-body .panel-element:active,
.tui-collabsible-panel-group .panel-body .panel-element.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.tui-collabsible-panel-group .panel-body .panel-element.disabled,
.tui-collabsible-panel-group .panel-body .panel-element:disabled,
.tui-collabsible-panel-group .panel-body .panel-element[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
/*Filters*/
.tui-filter-rule {
  padding-bottom: 5px;
}
.tui-panel-group {
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  padding: 5px;
}
.tui-panel-group.light {
  background: rgba(255, 255, 255, 0.6);
}
.tui-filter-group {
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 2px;
}
.tui-filter-group.even {
  background-color: #c2d3e0;
}
.tui-filter-group.odd {
  background-color: #e4ebf1;
}
.tui-filter-group.spaced {
  padding: 5px !important;
}
.tui-datamodel-relation {
  padding-top: 2px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a0bbce;
}
.tui-filter-preview-block {
  margin: 10px 0;
}
/*************************************************************************/
/*Form Builder*/
/*************************************************************************/
/*selected element in form builder*/
.fb-form-object-editable.selected {
  border: 1px dashed #b1c7d7;
}
.tui-form-builder-for-preview {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #b1c7d7;
}
@media (min-width: 1200px) {
  .tui-form-builder-for-preview {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .tui-form-builder-for-preview {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .tui-form-builder-for-preview {
    float: left;
    width: 50%;
  }
}
.tui-form-builder-preview {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /*background-color: @tui-preview-color;*/
  /*color: darken(@tui-main-content-blue-color, 35%);*/
}
@media (min-width: 1200px) {
  .tui-form-builder-preview {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .tui-form-builder-preview {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .tui-form-builder-preview {
    float: left;
    width: 50%;
  }
}
.tui-form-builder-preview fb-form-preview {
  width: 100%;
  height: 100%;
}
.tui-form-builder-preview .fb-form-object {
  /*width: 100px;*/
  /*padding: 2px;*/
  position: relative;
  z-index: 1;
  /*border-bottom: 1px solid lightgray;*/
}
.tui-form-builder-preview .fb-form-object:after {
  content: "";
  position: absolute;
  left: 25%;
  bottom: 0;
  height: 1px;
  width: 50%;
  /* or 100px */
  /*border-bottom:1px solid lighten(@tui-main-content-blue-color,7%);*/
  /*border-bottom:1px solid black;*/
}
.tui-form-builder-element-icon {
  color: #6e97b4;
  padding-left: 5px;
}
.fb-form-object-editable {
  padding: 2px;
  position: relative;
  z-index: 1;
  /*border-bottom: 1px solid lightgray;*/
  /*.fa-sticky-note {
            color: #e4c100;
        }*/
}
.fb-form-object-editable:after {
  content: "";
  position: absolute;
  left: 25%;
  bottom: 0;
  height: 1px;
  width: 50%;
  /* or 100px */
  border-bottom: 1px solid #c9d8e3;
}
/*.tui-full-note {
    background-color:  #e4c100; 
}*/
.tui-form-field-icons {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .tui-form-field-icons {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .tui-form-field-icons {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .tui-form-field-icons {
    float: left;
    width: 8.33333333%;
  }
}
/*************************************************************************/
/*Lists and grids*/
/*************************************************************************/
.tui-index-page {
  height: 90%;
}
.tui-index-content {
  height: 100%;
  overflow: auto;
}
.tui-index-view .tui-element-container {
  border: none;
}
.tui-index-view .tui-element-container .tui-element {
  display: flex;
  background-color: #e3ebf1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-bottom: 12px;
  margin-right: 2px;
  padding: 15px;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*& > div.flex-third {
        flex-basis: 33%
    }

    & > div.flex-quarter {
        flex-basis: 25%
    }

    & > div.flex-fifth {
        flex-basis: 20%
    }*/
  border: 1px solid white;
  background-color: #f4f7fa;
  flex-direction: column;
  padding: 0;
  margin: 4px;
  /*> .panel-tab-section {
        width: 100%;
        user-select: none;
        background: #e4ebf1;


        > .panel-tab {
            cursor: pointer;
            display: inline-block;
            margin: 6px 12px 0px 12px;
            font-size: 16px;
            font-weight: bold;
            color: #555;
            border-bottom: 4px solid transparent;
            transition-duration: .33s;

            

            &:hover {
                color: #555;
                border-bottom: 4px solid #555;
                transition-duration: .33s;
            }

            &.active-tab {
                color: #027cd1;
                border-bottom: 4px solid #027cd1;
                transition-duration: .33s;
            }
        }
    }*/
  /*> .panel-heading {
                font-weight: bold;
                }*/
}
.tui-index-view .tui-element-container .tui-element > div.flex-full {
  flex-basis: 100%;
}
.tui-index-view .tui-element-container .tui-element > div.flex-half {
  flex-basis: 50%;
}
.tui-index-view .tui-element-container .tui-element > div.new-flex {
  display: flex;
}
.tui-index-view .tui-element-container .tui-element > div.new-flex.inline {
  display: inline-flex;
}
.tui-index-view .tui-element-container .tui-element > div.new-flex.align-flex-end {
  align-items: flex-end;
}
.tui-index-view .tui-element-container .tui-element > div.new-flex.justify-flex-end {
  justify-content: flex-end;
}
.tui-index-view .tui-element-container .tui-element > div.new-flex.align-center {
  align-items: center;
}
.tui-index-view .tui-element-container .tui-element > div.new-flex.spaced {
  justify-content: space-between;
  margin-top: 4px;
  padding-bottom: 8px;
}
.tui-index-view .tui-element-container .tui-element > div.new-flex.spaced > div.flex-half {
  flex-basis: 49%;
}
.tui-index-view .tui-element-container .tui-element > div.new-flex.spaced > div.flex-quarter {
  flex-basis: 24%;
}
.tui-index-view .tui-element-container .tui-element > div.new-flex.spaced > div.flex-fifth {
  flex-basis: 19%;
}
.tui-index-view .tui-element-container .tui-element > .ea-grouping-panel {
  height: 100%;
  width: 100%;
}
.tui-index-view .tui-element-container .tui-element:has(.tui-header-tabs) > .panel-heading {
  border-bottom: none;
}
.tui-index-view .tui-element-container .tui-element > .panel-heading {
  display: flex;
  font-weight: bold;
  padding: 6px 15px;
  width: 100%;
  background-color: #b1c7d7;
  border-bottom: 2px solid #c2d3e0;
  align-items: center;
  gap: 2px;
}
.tui-index-view .tui-element-container .tui-element > .panel-heading > .keep-right {
  margin-left: auto;
}
.tui-index-view .tui-element-container .tui-element > .panel-body {
  flex-grow: 1;
  width: 100%;
  padding: 6px 15px;
  background-color: #f4f7fa;
}
.tui-index-view .tui-element-container .tui-element > .panel-body.scrollable {
  overflow-y: auto;
}
.tui-index-view .tui-element-container .tui-element > .panel-body.scrollable.max-h500 {
  max-height: 500px;
}
.tui-index-view .tui-element-container .tui-element > .panel-body.separated {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
.tui-index-view .tui-element-container .tui-element > .panel-body.separated-top {
  border-top: 1px solid #c1c1c1;
}
.tui-index-view .tui-element-container .tui-element > .panel-body.separated-bottom {
  border-bottom: 1px solid #c1c1c1;
}
.tui-index-view .tui-element-container .tui-element > .panel-footer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  background-color: #e4ebf1;
  border-top: 1px solid #ddd;
  padding: 6px 15px;
  align-items: center;
  gap: 4px;
}
.tui-index-view .tui-element-container .tui-element > .panel-footer.keep-left {
  justify-content: flex-start;
}
.tui-index-view .tui-element-container .tui-element > .panel-footer.keep-right {
  justify-content: flex-end;
}
.tui-index-view .tui-element-container .tui-element .description {
  font-weight: normal;
  color: dimgrey;
}
.tui-index-view .tui-element-container .tui-element.lite {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.33);
}
.tui-index-view .tui-element-container .tui-element.lite > .panel-heading {
  background-color: #d3dfe8;
  border-bottom: 3px solid #e4ebf1;
}
.tui-index-view .tui-element-container .tui-element.red > .panel-heading {
  background-color: #fabbbb;
  border-bottom: 3px solid #fcd3d3;
}
.tui-index-view .tui-element-container .tui-element.red > .panel-body {
  background-color: #ffffff;
}
.tui-index-view .tui-element-container .tui-element.tui-disabled {
  background-color: #ffffff;
}
.tui-index-view .tui-element-container .tui-element.tui-disabled > .panel-heading {
  background-color: #c1cbd3;
}
.tui-index-view .tui-element-container .tui-element > .panel-body {
  width: 100%;
}
.tui-index-view .tui-element-container .tui-element > .panel-body .img-container {
  padding: 0;
  text-align: left;
}
.tui-index-view .tui-element-container .tui-element > .panel-body .img-container img {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.tui-index-view .tui-element-container .tui-element > .panel-body .details .description {
  color: #517e9e;
  /*font-weight: bold;*/
  text-align: justify;
  /*white-space: nowrap; 
                        width: 50px; 
                        overflow: hidden;
                        text-overflow: ellipsis; 
                        border: 1px solid #000000;*/
}
.tui-index-view .tui-element-container .tui-element > .panel-body .details .tags {
  padding-top: 10px;
}
.tui-index-view .tui-element-container .tui-element > .panel-footer {
  text-align: right;
}
.tui-list-view .tui-element-container {
  border: none;
}
.tui-list-view .tui-element-container .tui-element {
  display: flex;
  background-color: #e3ebf1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-bottom: 12px;
  margin-right: 2px;
  padding: 15px;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*& > div.flex-third {
        flex-basis: 33%
    }

    & > div.flex-quarter {
        flex-basis: 25%
    }

    & > div.flex-fifth {
        flex-basis: 20%
    }*/
  border: 1px solid white;
  background-color: #f4f7fa;
  flex-direction: column;
  padding: 0;
  margin: 4px;
  /*> .panel-tab-section {
        width: 100%;
        user-select: none;
        background: #e4ebf1;


        > .panel-tab {
            cursor: pointer;
            display: inline-block;
            margin: 6px 12px 0px 12px;
            font-size: 16px;
            font-weight: bold;
            color: #555;
            border-bottom: 4px solid transparent;
            transition-duration: .33s;

            

            &:hover {
                color: #555;
                border-bottom: 4px solid #555;
                transition-duration: .33s;
            }

            &.active-tab {
                color: #027cd1;
                border-bottom: 4px solid #027cd1;
                transition-duration: .33s;
            }
        }
    }*/
  /*> .panel-heading {
                font-weight: bold;
                }*/
}
.tui-list-view .tui-element-container .tui-element > div.flex-full {
  flex-basis: 100%;
}
.tui-list-view .tui-element-container .tui-element > div.flex-half {
  flex-basis: 50%;
}
.tui-list-view .tui-element-container .tui-element > div.new-flex {
  display: flex;
}
.tui-list-view .tui-element-container .tui-element > div.new-flex.inline {
  display: inline-flex;
}
.tui-list-view .tui-element-container .tui-element > div.new-flex.align-flex-end {
  align-items: flex-end;
}
.tui-list-view .tui-element-container .tui-element > div.new-flex.justify-flex-end {
  justify-content: flex-end;
}
.tui-list-view .tui-element-container .tui-element > div.new-flex.align-center {
  align-items: center;
}
.tui-list-view .tui-element-container .tui-element > div.new-flex.spaced {
  justify-content: space-between;
  margin-top: 4px;
  padding-bottom: 8px;
}
.tui-list-view .tui-element-container .tui-element > div.new-flex.spaced > div.flex-half {
  flex-basis: 49%;
}
.tui-list-view .tui-element-container .tui-element > div.new-flex.spaced > div.flex-quarter {
  flex-basis: 24%;
}
.tui-list-view .tui-element-container .tui-element > div.new-flex.spaced > div.flex-fifth {
  flex-basis: 19%;
}
.tui-list-view .tui-element-container .tui-element > .ea-grouping-panel {
  height: 100%;
  width: 100%;
}
.tui-list-view .tui-element-container .tui-element:has(.tui-header-tabs) > .panel-heading {
  border-bottom: none;
}
.tui-list-view .tui-element-container .tui-element > .panel-heading {
  display: flex;
  font-weight: bold;
  padding: 6px 15px;
  width: 100%;
  background-color: #b1c7d7;
  border-bottom: 2px solid #c2d3e0;
  align-items: center;
  gap: 2px;
}
.tui-list-view .tui-element-container .tui-element > .panel-heading > .keep-right {
  margin-left: auto;
}
.tui-list-view .tui-element-container .tui-element > .panel-body {
  flex-grow: 1;
  width: 100%;
  padding: 6px 15px;
  background-color: #f4f7fa;
}
.tui-list-view .tui-element-container .tui-element > .panel-body.scrollable {
  overflow-y: auto;
}
.tui-list-view .tui-element-container .tui-element > .panel-body.scrollable.max-h500 {
  max-height: 500px;
}
.tui-list-view .tui-element-container .tui-element > .panel-body.separated {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
.tui-list-view .tui-element-container .tui-element > .panel-body.separated-top {
  border-top: 1px solid #c1c1c1;
}
.tui-list-view .tui-element-container .tui-element > .panel-body.separated-bottom {
  border-bottom: 1px solid #c1c1c1;
}
.tui-list-view .tui-element-container .tui-element > .panel-footer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  background-color: #e4ebf1;
  border-top: 1px solid #ddd;
  padding: 6px 15px;
  align-items: center;
  gap: 4px;
}
.tui-list-view .tui-element-container .tui-element > .panel-footer.keep-left {
  justify-content: flex-start;
}
.tui-list-view .tui-element-container .tui-element > .panel-footer.keep-right {
  justify-content: flex-end;
}
.tui-list-view .tui-element-container .tui-element .description {
  font-weight: normal;
  color: dimgrey;
}
.tui-list-view .tui-element-container .tui-element.lite {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.33);
}
.tui-list-view .tui-element-container .tui-element.lite > .panel-heading {
  background-color: #d3dfe8;
  border-bottom: 3px solid #e4ebf1;
}
.tui-list-view .tui-element-container .tui-element.red > .panel-heading {
  background-color: #fabbbb;
  border-bottom: 3px solid #fcd3d3;
}
.tui-list-view .tui-element-container .tui-element.red > .panel-body {
  background-color: #ffffff;
}
.tui-list-view .tui-element-container .tui-element.tui-disabled {
  background-color: #ffffff;
}
.tui-list-view .tui-element-container .tui-element.tui-disabled > .panel-heading {
  background-color: #c1cbd3;
}
.tui-list-view .tui-element-container .tui-element > .panel-body {
  width: 100%;
}
.tui-list-view .tui-element-container .tui-element > .panel-body .img-container {
  padding: 0;
  text-align: left;
}
.tui-list-view .tui-element-container .tui-element > .panel-body .img-container img {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.tui-list-view .tui-element-container .tui-element > .panel-body .details .description {
  color: #517e9e;
  /*font-weight: bold;*/
  text-align: justify;
  /*white-space: nowrap; 
                        width: 50px; 
                        overflow: hidden;
                        text-overflow: ellipsis; 
                        border: 1px solid #000000;*/
}
.tui-list-view .tui-element-container .tui-element > .panel-body .details .tags {
  padding-top: 10px;
}
.tui-list-view .tui-element-container .tui-element > .panel-footer {
  text-align: right;
}
.tui-list-view .tui-element-container {
  padding: 0;
  height: 210px;
}
.tui-list-view .tui-element-container .tui-element {
  margin: 2px;
}
.tui-list-view .tui-element-container .tui-element > .panel-heading {
  align-items: center;
  gap: 2px;
  padding: 5px 15px;
  border: 0;
}
.tui-list-view .tui-element-container .tui-element > .panel-body {
  overflow: hidden;
  height: 130px;
}
.tui-list-view .tui-element-container .tui-element > .panel-footer {
  align-items: center;
  gap: 4px;
  padding: 5px 15px;
  border: 0;
}
.tui-list-view .tui-element-container .tui-element .img-container {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 120px;
}
@media (min-width: 1200px) {
  .tui-list-view .tui-element-container .tui-element .img-container {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .tui-list-view .tui-element-container .tui-element .img-container {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .tui-list-view .tui-element-container .tui-element .img-container {
    float: left;
    width: 25%;
  }
}
.tui-list-view .tui-element-container .tui-element .details {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .tui-list-view .tui-element-container .tui-element .details {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .tui-list-view .tui-element-container .tui-element .details {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .tui-list-view .tui-element-container .tui-element .details {
    float: left;
    width: 75%;
  }
}
.tui-grid-view .tui-element-container {
  border: none;
}
.tui-grid-view .tui-element-container .tui-element {
  display: flex;
  background-color: #e3ebf1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-bottom: 12px;
  margin-right: 2px;
  padding: 15px;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*& > div.flex-third {
        flex-basis: 33%
    }

    & > div.flex-quarter {
        flex-basis: 25%
    }

    & > div.flex-fifth {
        flex-basis: 20%
    }*/
  border: 1px solid white;
  background-color: #f4f7fa;
  flex-direction: column;
  padding: 0;
  margin: 4px;
  /*> .panel-tab-section {
        width: 100%;
        user-select: none;
        background: #e4ebf1;


        > .panel-tab {
            cursor: pointer;
            display: inline-block;
            margin: 6px 12px 0px 12px;
            font-size: 16px;
            font-weight: bold;
            color: #555;
            border-bottom: 4px solid transparent;
            transition-duration: .33s;

            

            &:hover {
                color: #555;
                border-bottom: 4px solid #555;
                transition-duration: .33s;
            }

            &.active-tab {
                color: #027cd1;
                border-bottom: 4px solid #027cd1;
                transition-duration: .33s;
            }
        }
    }*/
  /*> .panel-heading {
                font-weight: bold;
                }*/
}
.tui-grid-view .tui-element-container .tui-element > div.flex-full {
  flex-basis: 100%;
}
.tui-grid-view .tui-element-container .tui-element > div.flex-half {
  flex-basis: 50%;
}
.tui-grid-view .tui-element-container .tui-element > div.new-flex {
  display: flex;
}
.tui-grid-view .tui-element-container .tui-element > div.new-flex.inline {
  display: inline-flex;
}
.tui-grid-view .tui-element-container .tui-element > div.new-flex.align-flex-end {
  align-items: flex-end;
}
.tui-grid-view .tui-element-container .tui-element > div.new-flex.justify-flex-end {
  justify-content: flex-end;
}
.tui-grid-view .tui-element-container .tui-element > div.new-flex.align-center {
  align-items: center;
}
.tui-grid-view .tui-element-container .tui-element > div.new-flex.spaced {
  justify-content: space-between;
  margin-top: 4px;
  padding-bottom: 8px;
}
.tui-grid-view .tui-element-container .tui-element > div.new-flex.spaced > div.flex-half {
  flex-basis: 49%;
}
.tui-grid-view .tui-element-container .tui-element > div.new-flex.spaced > div.flex-quarter {
  flex-basis: 24%;
}
.tui-grid-view .tui-element-container .tui-element > div.new-flex.spaced > div.flex-fifth {
  flex-basis: 19%;
}
.tui-grid-view .tui-element-container .tui-element > .ea-grouping-panel {
  height: 100%;
  width: 100%;
}
.tui-grid-view .tui-element-container .tui-element:has(.tui-header-tabs) > .panel-heading {
  border-bottom: none;
}
.tui-grid-view .tui-element-container .tui-element > .panel-heading {
  display: flex;
  font-weight: bold;
  padding: 6px 15px;
  width: 100%;
  background-color: #b1c7d7;
  border-bottom: 2px solid #c2d3e0;
  align-items: center;
  gap: 2px;
}
.tui-grid-view .tui-element-container .tui-element > .panel-heading > .keep-right {
  margin-left: auto;
}
.tui-grid-view .tui-element-container .tui-element > .panel-body {
  flex-grow: 1;
  width: 100%;
  padding: 6px 15px;
  background-color: #f4f7fa;
}
.tui-grid-view .tui-element-container .tui-element > .panel-body.scrollable {
  overflow-y: auto;
}
.tui-grid-view .tui-element-container .tui-element > .panel-body.scrollable.max-h500 {
  max-height: 500px;
}
.tui-grid-view .tui-element-container .tui-element > .panel-body.separated {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
.tui-grid-view .tui-element-container .tui-element > .panel-body.separated-top {
  border-top: 1px solid #c1c1c1;
}
.tui-grid-view .tui-element-container .tui-element > .panel-body.separated-bottom {
  border-bottom: 1px solid #c1c1c1;
}
.tui-grid-view .tui-element-container .tui-element > .panel-footer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  background-color: #e4ebf1;
  border-top: 1px solid #ddd;
  padding: 6px 15px;
  align-items: center;
  gap: 4px;
}
.tui-grid-view .tui-element-container .tui-element > .panel-footer.keep-left {
  justify-content: flex-start;
}
.tui-grid-view .tui-element-container .tui-element > .panel-footer.keep-right {
  justify-content: flex-end;
}
.tui-grid-view .tui-element-container .tui-element .description {
  font-weight: normal;
  color: dimgrey;
}
.tui-grid-view .tui-element-container .tui-element.lite {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.33);
}
.tui-grid-view .tui-element-container .tui-element.lite > .panel-heading {
  background-color: #d3dfe8;
  border-bottom: 3px solid #e4ebf1;
}
.tui-grid-view .tui-element-container .tui-element.red > .panel-heading {
  background-color: #fabbbb;
  border-bottom: 3px solid #fcd3d3;
}
.tui-grid-view .tui-element-container .tui-element.red > .panel-body {
  background-color: #ffffff;
}
.tui-grid-view .tui-element-container .tui-element.tui-disabled {
  background-color: #ffffff;
}
.tui-grid-view .tui-element-container .tui-element.tui-disabled > .panel-heading {
  background-color: #c1cbd3;
}
.tui-grid-view .tui-element-container .tui-element > .panel-body {
  width: 100%;
}
.tui-grid-view .tui-element-container .tui-element > .panel-body .img-container {
  padding: 0;
  text-align: left;
}
.tui-grid-view .tui-element-container .tui-element > .panel-body .img-container img {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.tui-grid-view .tui-element-container .tui-element > .panel-body .details .description {
  color: #517e9e;
  /*font-weight: bold;*/
  text-align: justify;
  /*white-space: nowrap; 
                        width: 50px; 
                        overflow: hidden;
                        text-overflow: ellipsis; 
                        border: 1px solid #000000;*/
}
.tui-grid-view .tui-element-container .tui-element > .panel-body .details .tags {
  padding-top: 10px;
}
.tui-grid-view .tui-element-container .tui-element > .panel-footer {
  text-align: right;
}
.tui-grid-view .tui-element-container {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 0 8px 0;
  height: 420px;
}
@media (min-width: 768px) {
  .tui-grid-view .tui-element-container {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tui-grid-view .tui-element-container {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .tui-grid-view .tui-element-container {
    float: left;
    width: 33.33333333%;
  }
}
.tui-grid-view .tui-element-container .tui-element {
  height: 100%;
}
.tui-grid-view .tui-element-container .tui-element > .panel-heading {
  align-items: center;
  gap: 2px;
}
.tui-grid-view .tui-element-container .tui-element > .panel-footer {
  align-items: center;
  gap: 4px;
}
.tui-grid-view .tui-element-container .tui-element > .panel-body {
  overflow: hidden;
  height: 300px;
}
.tui-grid-view .tui-element-container .tui-element > .panel-body .img-container {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 260px;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .tui-grid-view .tui-element-container .tui-element > .panel-body .img-container {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .tui-grid-view .tui-element-container .tui-element > .panel-body .img-container {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .tui-grid-view .tui-element-container .tui-element > .panel-body .img-container {
    float: left;
    width: 58.33333333%;
  }
}
.tui-grid-view .tui-element-container .tui-element > .panel-body .details {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .tui-grid-view .tui-element-container .tui-element > .panel-body .details {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .tui-grid-view .tui-element-container .tui-element > .panel-body .details {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .tui-grid-view .tui-element-container .tui-element > .panel-body .details {
    float: left;
    width: 41.66666667%;
  }
}
.tui-grid-view .tui-element-container .tui-element > .panel-body .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/*************************************************************************/
/*Workflow Overview*/
/*************************************************************************/
.tui-workflow-overview {
  padding: 0 15px;
}
.tui-workflow-overview .diagram-img-container {
  width: 100%;
  height: 100%;
}
.tui-workflow-overview .diagram-img-container img {
  max-width: 100%;
  max-height: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  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;
}
.tui-workflow-overview .diagram-img-container img > img,
.tui-workflow-overview .diagram-img-container img a > img {
  margin-left: auto;
  margin-right: auto;
}
a.tui-workflow-overview .diagram-img-container img:hover,
a.tui-workflow-overview .diagram-img-container img:focus,
a.tui-workflow-overview .diagram-img-container img.active {
  border-color: #337ab7;
}
.tui-workflow-overview .diagram-img-container img .caption {
  padding: 9px;
  color: #333333;
}
.tui-workflow-overview .task-container {
  border-bottom: 1px solid #b1c7d7;
  height: 150px;
  margin-bottom: 10px;
}
.tui-workflow-overview .task-container .task {
  height: 100%;
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .tui-workflow-overview .task-container .task {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .tui-workflow-overview .task-container .task {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .tui-workflow-overview .task-container .task {
    float: left;
    width: 33.33333333%;
  }
}
.tui-workflow-overview .task-container .form {
  height: 100%;
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .tui-workflow-overview .task-container .form {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .tui-workflow-overview .task-container .form {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .tui-workflow-overview .task-container .form {
    float: left;
    width: 33.33333333%;
  }
}
.tui-workflow-overview .task-container .form .img-container {
  width: 100%;
  height: 80%;
  padding-bottom: 5px;
}
.tui-workflow-overview .task-container .form img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*************************************************************************/
/*Form Builder*/
/*************************************************************************/
.tui-table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.tui-data-object-permissions-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  font-size: small;
}
.tui-data-object-permissions-table > thead > tr > th,
.tui-data-object-permissions-table > tbody > tr > th,
.tui-data-object-permissions-table > tfoot > tr > th,
.tui-data-object-permissions-table > thead > tr > td,
.tui-data-object-permissions-table > tbody > tr > td,
.tui-data-object-permissions-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.tui-data-object-permissions-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.tui-data-object-permissions-table > caption + thead > tr:first-child > th,
.tui-data-object-permissions-table > colgroup + thead > tr:first-child > th,
.tui-data-object-permissions-table > thead:first-child > tr:first-child > th,
.tui-data-object-permissions-table > caption + thead > tr:first-child > td,
.tui-data-object-permissions-table > colgroup + thead > tr:first-child > td,
.tui-data-object-permissions-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.tui-data-object-permissions-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.tui-data-object-permissions-table .table {
  background-color: #fff;
}
.tui-data-object-permissions-table > thead > tr > th,
.tui-data-object-permissions-table > tbody > tr > th,
.tui-data-object-permissions-table > tfoot > tr > th,
.tui-data-object-permissions-table > thead > tr > td,
.tui-data-object-permissions-table > tbody > tr > td,
.tui-data-object-permissions-table > tfoot > tr > td {
  padding: 5px;
}
.tui-data-object-permissions-table > thead > tr > th,
.tui-data-object-permissions-table > tbody > tr > th,
.tui-data-object-permissions-table > tfoot > tr > th,
.tui-data-object-permissions-table > thead > tr > td,
.tui-data-object-permissions-table > tbody > tr > td,
.tui-data-object-permissions-table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.tui-data-object-permissions-table > thead > tr > th,
.tui-data-object-permissions-table > thead > tr > td {
  border-bottom-width: 2px;
}
.tui-data-object-permissions-table td.field {
  min-width: 100px;
}
.tui-data-object-permissions-table td.task {
  min-width: 200px;
}
.tui-data-object-permissions-table td.object {
  min-width: 140px;
}
.tui-data-object-template-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  font-size: small;
}
.tui-data-object-template-table > thead > tr > th,
.tui-data-object-template-table > tbody > tr > th,
.tui-data-object-template-table > tfoot > tr > th,
.tui-data-object-template-table > thead > tr > td,
.tui-data-object-template-table > tbody > tr > td,
.tui-data-object-template-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.tui-data-object-template-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.tui-data-object-template-table > caption + thead > tr:first-child > th,
.tui-data-object-template-table > colgroup + thead > tr:first-child > th,
.tui-data-object-template-table > thead:first-child > tr:first-child > th,
.tui-data-object-template-table > caption + thead > tr:first-child > td,
.tui-data-object-template-table > colgroup + thead > tr:first-child > td,
.tui-data-object-template-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.tui-data-object-template-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.tui-data-object-template-table .table {
  background-color: #fff;
}
.tui-data-object-template-table > thead > tr > th,
.tui-data-object-template-table > tbody > tr > th,
.tui-data-object-template-table > tfoot > tr > th,
.tui-data-object-template-table > thead > tr > td,
.tui-data-object-template-table > tbody > tr > td,
.tui-data-object-template-table > tfoot > tr > td {
  padding: 5px;
}
.tui-data-object-template-table > thead > tr > th,
.tui-data-object-template-table > tbody > tr > th,
.tui-data-object-template-table > tfoot > tr > th,
.tui-data-object-template-table > thead > tr > td,
.tui-data-object-template-table > tbody > tr > td,
.tui-data-object-template-table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.tui-data-object-template-table > thead > tr > th,
.tui-data-object-template-table > thead > tr > td {
  border-bottom-width: 2px;
}
.tui-data-object-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tui-chat-message {
  padding: 11px 20px;
  /*margin-bottom: 5px;*/
}
.tui-chat-message.tui-compact {
  padding-top: 0;
}
.tui-chat-message .form-control {
  margin-bottom: 5px;
}
.tui-chat-message .tui-message {
  overflow: hidden;
  min-height: 60px;
  background-color: #fff;
  margin-left: 65px;
  border: 1px solid #e7eaec;
  text-align: left;
  display: block;
  padding: 10px 20px;
  /*position: relative;*/
  border-radius: 4px;
}
.tui-chat-message .tui-message.tui-collapsed {
  min-height: 60px;
}
.tui-chat-message .tui-message .tui-message-author {
  font-weight: bold;
  font-size: small;
  color: #5d8aac;
}
.tui-chat-message .tui-message .tui-message-date {
  float: right;
  font-size: 10px;
  color: #888888;
}
.tui-chat-message .tui-message .tui-message-date.lower {
  padding-top: 3px;
}
.tui-chat-message .tui-message .tui-message-content {
  display: block;
}
.tui-workflwo-overview-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: small;
}
.tui-workflwo-overview-table > thead > tr > th,
.tui-workflwo-overview-table > tbody > tr > th,
.tui-workflwo-overview-table > tfoot > tr > th,
.tui-workflwo-overview-table > thead > tr > td,
.tui-workflwo-overview-table > tbody > tr > td,
.tui-workflwo-overview-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.tui-workflwo-overview-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.tui-workflwo-overview-table > caption + thead > tr:first-child > th,
.tui-workflwo-overview-table > colgroup + thead > tr:first-child > th,
.tui-workflwo-overview-table > thead:first-child > tr:first-child > th,
.tui-workflwo-overview-table > caption + thead > tr:first-child > td,
.tui-workflwo-overview-table > colgroup + thead > tr:first-child > td,
.tui-workflwo-overview-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.tui-workflwo-overview-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.tui-workflwo-overview-table .table {
  background-color: #fff;
}
.tui-workflwo-overview-table > thead > tr > th,
.tui-workflwo-overview-table > tbody > tr > th,
.tui-workflwo-overview-table > tfoot > tr > th,
.tui-workflwo-overview-table > thead > tr > td,
.tui-workflwo-overview-table > tbody > tr > td,
.tui-workflwo-overview-table > tfoot > tr > td {
  padding: 5px;
}
.tui-comment-temp {
  max-height: 100px;
  max-width: 200px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tui-comment-temp .details {
  color: gray;
}
/*Manage Company*/
#manageCompanyDetails .tui-group-panel {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 240px;
}
@media (min-width: 1200px) {
  #manageCompanyDetails .tui-group-panel {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #manageCompanyDetails .tui-group-panel {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  #manageCompanyDetails .tui-group-panel {
    float: left;
    width: 50%;
  }
}
#manageCompanyDetails .tui-img-company-logo-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 160px;
  margin-bottom: 10px;
}
#manageCompanyDetails .tui-img-company-logo-container img {
  max-width: 100%;
  max-height: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  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;
}
#manageCompanyDetails .tui-img-company-logo-container img > img,
#manageCompanyDetails .tui-img-company-logo-container img a > img {
  margin-left: auto;
  margin-right: auto;
}
a#manageCompanyDetails .tui-img-company-logo-container img:hover,
a#manageCompanyDetails .tui-img-company-logo-container img:focus,
a#manageCompanyDetails .tui-img-company-logo-container img.active {
  border-color: #337ab7;
}
#manageCompanyDetails .tui-img-company-logo-container img .caption {
  padding: 9px;
  color: #333333;
}
@media (min-width: 1200px) {
  #manageCompanyDetails .tui-img-company-logo-container {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #manageCompanyDetails .tui-img-company-logo-container {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #manageCompanyDetails .tui-img-company-logo-container {
    float: left;
    width: 100%;
  }
}
.tui-time-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  width: 50px;
}
.tui-time-form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tui-time-form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.tui-time-form-control:-ms-input-placeholder {
  color: #999;
}
.tui-time-form-control::-webkit-input-placeholder {
  color: #999;
}
.tui-time-form-control[disabled],
.tui-time-form-control[readonly],
fieldset[disabled] .tui-time-form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.tui-time-form-control[disabled],
fieldset[disabled] .tui-time-form-control {
  cursor: not-allowed;
}
textarea.tui-time-form-control {
  height: auto;
}
.tui-time-form-control.mini {
  height: 24px;
  padding: 0 0 0 2px;
}
.tui-time-form-control.short {
  width: 80px;
}
.tui-form-builder-other-input {
  margin-top: 5px;
}
.tui-form-inline-row {
  padding-bottom: 7px;
}
/*********Dataload****************/
.tui-dataload-schedule-list-container {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 5px;
  /*.tui-main-panel {

        .panel-body {
            height: 100px;
        }
    }*/
}
@media (min-width: 1200px) {
  .tui-dataload-schedule-list-container {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .tui-dataload-schedule-list-container {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .tui-dataload-schedule-list-container {
    float: left;
    width: 33.33333333%;
  }
}
.tui-dataload-schedule-list-container .tui-dataload-schedule {
  padding: 5px;
  height: 100px;
  border: 1px solid #b1c7d7;
}
/******************* TUI UI Grid***************************/
.tui-grid {
  /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
  /*width: 100%;*/
  height: 500px;
  /*overflow: auto;*/
  /*height: 500px;*/
}
.tui-ui-grid-cell-editable {
  /*background-color: deepskyblue !important;*/
  border: 3px #6e97b4 solid !important;
  background-color: #fdfdfd !important;
}
.tui-ui-grid-editable-border {
  /*background-color: deepskyblue !important;*/
  border: 3px #6e97b4 solid !important;
}
.tui-ui-grid-cell-not-editable {
  background-color: #f0eeee !important;
}
.tui-ui-grid-cell-not-editable-even {
  background-color: #e4e0e0 !important;
}
.tui-ui-grid-error {
  background-color: #f0b9b8 !important;
}
.tui-ui-grid-column-menu-button-below {
  position: absolute;
  right: 1px;
  top: 35px;
}
/*******************END TUI UI Grid***************************/
/*Test ment.io*/
.editor {
  overflow: auto;
  min-height: 140px;
}
.menu-highlighted {
  font-weight: bold;
}
.product-search,
.user-search {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.product-search {
  max-width: 500px;
}
.product-search .list-group-item.active {
  background-color: #f5f5f5;
}
.product-search:hover,
.user-search:hover {
  cursor: pointer;
}
.product-search .product-photo-container {
  float: left;
  width: 100px;
}
.product-search .product-photo {
  max-width: 80px;
  max-height: 50px;
  border-radius: 3px;
  margin: auto;
}
.product-search .list-group-item-heading,
.product-search .list-group-item-text {
  margin-left: 10px;
}
.user-search .list-group-item.active {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.user-search .list-group-item.active .text-muted {
  color: #ccc;
}
.user-search .list-group-item.active .text-primary {
  color: #fff;
}
.user-search .list-group-item {
  padding: 5px;
}
.user-search .user-photo {
  max-width: 30px;
  max-height: 30px;
  border-radius: 15px;
}
.documentation-attr {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.documentation-element {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.section-heading {
  margin-top: 30px;
}
.demo-scrollable-menu {
  height: auto;
  max-height: 300px;
  overflow-y: auto;
}
.editor {
  overflow: auto;
  min-height: 140px;
}
.menu-highlighted {
  font-weight: bold;
}
.product-search,
.user-search {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.product-search {
  max-width: 500px;
}
.product-search .list-group-item.active {
  background-color: #f5f5f5;
}
.product-search:hover,
.user-search:hover {
  cursor: pointer;
}
.product-search .product-photo-container {
  float: left;
  width: 100px;
}
.product-search .product-photo {
  max-width: 80px;
  max-height: 50px;
  border-radius: 3px;
  margin: auto;
}
.product-search .list-group-item-heading,
.product-search .list-group-item-text {
  margin-left: 10px;
}
.user-search .list-group-item.active {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.user-search .list-group-item.active .text-muted {
  color: #ccc;
}
.user-search .list-group-item.active .text-primary {
  color: #fff;
}
.user-search .list-group-item {
  padding: 5px;
}
.user-search .user-photo {
  max-width: 30px;
  max-height: 30px;
  border-radius: 15px;
}
.documentation-attr {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.documentation-element {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.section-heading {
  margin-top: 30px;
}
.demo-scrollable-menu {
  height: auto;
  max-height: 300px;
  overflow-y: auto;
}
/* exec init task builder*/
table.exec-init-task-builder-table thead {
  background-color: #b1c7d7;
}
table.exec-init-task-builder-table thead tr th {
  padding-top: 4px;
  padding-bottom: 4px;
}
table.exec-init-task-builder-table thead tr.top th {
  text-align: center;
}
table.exec-init-task-builder-table th.action,
table.exec-init-task-builder-table td.action {
  width: 120px;
}
table.exec-init-task-builder-table th.type,
table.exec-init-task-builder-table td.type {
  width: 140px;
}
table.exec-init-task-builder-table th.name,
table.exec-init-task-builder-table td.name {
  width: 200px;
}
table.exec-init-task-builder-table th.mandatory,
table.exec-init-task-builder-table td.mandatory {
  width: 50px;
}
table.exec-init-task-builder-table th.linked-field,
table.exec-init-task-builder-table td.linked-field {
  border-left: 4px solid #7ea3bd;
  width: 400px;
}
table.exec-init-task-builder-table td.linked-field select,
table.exec-init-task-builder-table td.linked-field input {
  width: 190px;
}
.exec-init-task-builder {
  overflow-x: scroll !important;
}
/*end exec init task builder*/
/*data object relation builder*/
.tui-relation-column,
.tui-translator-column {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .tui-relation-column,
  .tui-translator-column {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .tui-relation-column,
  .tui-translator-column {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .tui-relation-column,
  .tui-translator-column {
    float: left;
    width: 33.33333333%;
  }
}
.tui-relation-type-column {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .tui-relation-type-column {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .tui-relation-type-column {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .tui-relation-type-column {
    float: left;
    width: 16.66666667%;
  }
}
.tui-relation-modal-column {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .tui-relation-modal-column {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .tui-relation-modal-column {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .tui-relation-modal-column {
    float: left;
    width: 25%;
  }
}
.tui-relation-modal-type-column {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .tui-relation-modal-type-column {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .tui-relation-modal-type-column {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .tui-relation-modal-type-column {
    float: left;
    width: 16.66666667%;
  }
}
.tui-translator-button-column {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .tui-translator-button-column {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .tui-translator-button-column {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .tui-translator-button-column {
    float: left;
    width: 16.66666667%;
  }
}
.tui-translator-button-column img {
  max-width: 32px;
  max-height: 32px;
}
.tui-row-with-bottom-margin {
  margin-bottom: 10px;
}
.tui-action-column {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .tui-action-column {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .tui-action-column {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .tui-action-column {
    float: left;
    width: 8.33333333%;
  }
}
/*end data object relation builder*/
/* TUI HUB*/
.tui-hub .ui-grid-tree-header-row,
.tui-reports .ui-grid-tree-header-row,
.tui-dutyroles .ui-grid-tree-header-row {
  font-weight: normal !important;
}
.tui-hub-grid-workflow-cell {
  background-color: #d3dfe8 !important;
}
.tui-landing-page-column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .tui-landing-page-column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .tui-landing-page-column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .tui-landing-page-column {
    float: left;
    width: 33.33333333%;
  }
}
.tui-lookup-parameters {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .tui-lookup-parameters {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tui-lookup-parameters {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .tui-lookup-parameters {
    float: left;
    width: 50%;
  }
}
.tui-btn-info-light {
  color: #C8C8C8;
  background-color: #D8D8D8;
  border-color: #cbcbcb;
  margin: 4px;
  box-shadow: 2px 2px 5px #888888;
  background-image: linear-gradient(#D8D8D8, #bfbfbf);
}
.tui-btn-info-light:hover,
.tui-btn-info-light:focus,
.tui-btn-info-light.focus,
.tui-btn-info-light:active,
.tui-btn-info-light.active,
.open > .dropdown-toggle.tui-btn-info-light {
  color: #C8C8C8;
  background-color: #bfbfbf;
  border-color: #adadad;
}
.tui-btn-info-light:active,
.tui-btn-info-light.active,
.open > .dropdown-toggle.tui-btn-info-light {
  background-image: none;
}
.tui-btn-info-light.disabled,
.tui-btn-info-light[disabled],
fieldset[disabled] .tui-btn-info-light,
.tui-btn-info-light.disabled:hover,
.tui-btn-info-light[disabled]:hover,
fieldset[disabled] .tui-btn-info-light:hover,
.tui-btn-info-light.disabled:focus,
.tui-btn-info-light[disabled]:focus,
fieldset[disabled] .tui-btn-info-light:focus,
.tui-btn-info-light.disabled.focus,
.tui-btn-info-light[disabled].focus,
fieldset[disabled] .tui-btn-info-light.focus,
.tui-btn-info-light.disabled:active,
.tui-btn-info-light[disabled]:active,
fieldset[disabled] .tui-btn-info-light:active,
.tui-btn-info-light.disabled.active,
.tui-btn-info-light[disabled].active,
fieldset[disabled] .tui-btn-info-light.active {
  background-color: #D8D8D8;
  border-color: #cbcbcb;
}
.tui-btn-info-light .badge {
  color: #D8D8D8;
  background-color: #C8C8C8;
}
/*Row Delimiters*/
.tui-row-delimiter {
  border-bottom: 1px solid #ddd;
}
.tui-row-delimiter-alt {
  border-top: 1px solid #6c7983;
}
.tui-container-delimiter {
  border-radius: 5px;
  background: #d3dfe8;
}
.tui-container-delimiter.pad-top {
  padding-top: 5px;
}
.tui-container-delimiter.mar-top {
  margin-top: 5px;
}
.tui-container-delimiter.pad-bot {
  padding-bottom: 5px;
}
.tui-container-delimiter.mar-bot {
  margin-bottom: 5px;
}
.tui-container-delimiter.for-grid {
  background: #f3f3f4;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f4), color-stop(1, #fff));
}
.tui-container-delimiter .form-group {
  margin: 0;
}
.tui-container-delimiter .form-group label {
  overflow: hidden;
}
.tui-header-row-delimiter {
  border-bottom: 2px solid #ddd;
}
/*ui-grid container*/
.ui-grid-container {
  border-radius: 5px;
  border: 1px solid #d4d4d4;
}
/*Calculation Container*/
.tui-calculation-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tui-calculation-container .tui-calculation-row {
  display: flex;
  min-width: 0;
}
.tui-calculation-container .tui-calculation-details {
  flex: 1;
  min-width: 0;
}
.tui-calculation-container .tui-calculation-action {
  flex: 0 1 140px;
  min-width: 0;
}
.tui-calculation-container .tui-calculation-container-header {
  font-weight: bold;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
}
.tui-condition-reference {
  font-weight: bold;
  color: #0275d8;
  float: left;
  padding-right: 7px;
}
.tui-calculation-container-formula {
  padding-left: 11px;
}
.tui-calculation-container-formula .fa.fa-fw {
  width: 15px;
}
.tui-calculation-container-condition {
  padding-left: 16px;
}
.tui-sub-radio-button {
  margin-left: 30px;
}
.tui-flex-center {
  display: flex;
  align-items: center;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a9a9a9;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a9a9a9;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a9a9a9;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a9a9a9;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a9a9a9;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #a9a9a9;
}
.tui-btn-right-icon-white {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #333;
  background-color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  padding: 5px 10px;
  /* for bright buttons */
  color: black;
  border: solid 1px #8c8c8c;
  border-bottom: solid 3px #8c8c8c;
  background: #fafafa;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-right-icon-white:link,
.tui-btn-right-icon-white:visited,
.tui-btn-right-icon-white:hover,
.tui-btn-right-icon-white:active {
  color: black;
  text-decoration: none;
}
.tui-btn-right-icon-white.spaced {
  margin: 2px;
}
.tui-btn-right-icon-white:hover,
.tui-btn-right-icon-white:focus,
.tui-btn-right-icon-white.focus,
.tui-btn-right-icon-white:active,
.tui-btn-right-icon-white.active,
.open > .dropdown-toggle.tui-btn-right-icon-white {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.tui-btn-right-icon-white:active,
.tui-btn-right-icon-white.active,
.open > .dropdown-toggle.tui-btn-right-icon-white {
  background-image: none;
}
.tui-btn-right-icon-white.disabled,
.tui-btn-right-icon-white[disabled],
fieldset[disabled] .tui-btn-right-icon-white,
.tui-btn-right-icon-white.disabled:hover,
.tui-btn-right-icon-white[disabled]:hover,
fieldset[disabled] .tui-btn-right-icon-white:hover,
.tui-btn-right-icon-white.disabled:focus,
.tui-btn-right-icon-white[disabled]:focus,
fieldset[disabled] .tui-btn-right-icon-white:focus,
.tui-btn-right-icon-white.disabled.focus,
.tui-btn-right-icon-white[disabled].focus,
fieldset[disabled] .tui-btn-right-icon-white.focus,
.tui-btn-right-icon-white.disabled:active,
.tui-btn-right-icon-white[disabled]:active,
fieldset[disabled] .tui-btn-right-icon-white:active,
.tui-btn-right-icon-white.disabled.active,
.tui-btn-right-icon-white[disabled].active,
fieldset[disabled] .tui-btn-right-icon-white.active {
  background-color: #fff;
  border-color: #ccc;
}
.tui-btn-right-icon-white .badge {
  color: #fff;
  background-color: #333;
}
.tui-btn-right-icon-white:active,
.tui-btn-right-icon-white.active {
  -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);
}
.tui-btn-right-icon-white .badge {
  text-shadow: none;
}
.tui-btn-right-icon-white:hover,
.tui-btn-right-icon-white:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.tui-btn-right-icon-white:active,
.tui-btn-right-icon-white.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.tui-btn-right-icon-white.disabled,
.tui-btn-right-icon-white:disabled,
.tui-btn-right-icon-white[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.tui-btn-right-icon-white:link,
.tui-btn-right-icon-white:visited {
  color: black;
}
.tui-btn-right-icon-white:hover,
.tui-btn-right-icon-white:focus {
  color: black;
  border: solid 1px #6e6e6e;
  border-bottom: solid 3px #6e6e6e;
  background-color: #ededed;
}
.tui-btn-right-icon-white:active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e1e1e1;
}
.tui-btn-right-icon-white.active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e8e8e8;
}
.tui-btn-right-icon-white.active:hover {
  color: black;
  border: solid 1px #8c8c8c;
  background-color: #ededed;
}
.tui-btn-right-icon-white[disabled],
.tui-btn-right-icon-white:disabled {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-btn-right-icon-white[disabled]:hover,
.tui-btn-right-icon-white:disabled:hover,
.tui-btn-right-icon-white[disabled]:focus,
.tui-btn-right-icon-white:disabled:focus,
.tui-btn-right-icon-white[disabled]:active,
.tui-btn-right-icon-white:disabled:active {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-btn-right-icon-white:after {
  font-family: FontAwesome;
  content: "\f061";
}
.tui-btn-left-icon-white {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  border: none;
  text-decoration: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  cursor: pointer;
  margin-right: 0;
  color: #333;
  background-color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  padding: 5px 10px;
  /* for bright buttons */
  color: black;
  border: solid 1px #8c8c8c;
  border-bottom: solid 3px #8c8c8c;
  background: #fafafa;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tui-btn-left-icon-white:link,
.tui-btn-left-icon-white:visited,
.tui-btn-left-icon-white:hover,
.tui-btn-left-icon-white:active {
  color: black;
  text-decoration: none;
}
.tui-btn-left-icon-white.spaced {
  margin: 2px;
}
.tui-btn-left-icon-white:hover,
.tui-btn-left-icon-white:focus,
.tui-btn-left-icon-white.focus,
.tui-btn-left-icon-white:active,
.tui-btn-left-icon-white.active,
.open > .dropdown-toggle.tui-btn-left-icon-white {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.tui-btn-left-icon-white:active,
.tui-btn-left-icon-white.active,
.open > .dropdown-toggle.tui-btn-left-icon-white {
  background-image: none;
}
.tui-btn-left-icon-white.disabled,
.tui-btn-left-icon-white[disabled],
fieldset[disabled] .tui-btn-left-icon-white,
.tui-btn-left-icon-white.disabled:hover,
.tui-btn-left-icon-white[disabled]:hover,
fieldset[disabled] .tui-btn-left-icon-white:hover,
.tui-btn-left-icon-white.disabled:focus,
.tui-btn-left-icon-white[disabled]:focus,
fieldset[disabled] .tui-btn-left-icon-white:focus,
.tui-btn-left-icon-white.disabled.focus,
.tui-btn-left-icon-white[disabled].focus,
fieldset[disabled] .tui-btn-left-icon-white.focus,
.tui-btn-left-icon-white.disabled:active,
.tui-btn-left-icon-white[disabled]:active,
fieldset[disabled] .tui-btn-left-icon-white:active,
.tui-btn-left-icon-white.disabled.active,
.tui-btn-left-icon-white[disabled].active,
fieldset[disabled] .tui-btn-left-icon-white.active {
  background-color: #fff;
  border-color: #ccc;
}
.tui-btn-left-icon-white .badge {
  color: #fff;
  background-color: #333;
}
.tui-btn-left-icon-white:active,
.tui-btn-left-icon-white.active {
  -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);
}
.tui-btn-left-icon-white .badge {
  text-shadow: none;
}
.tui-btn-left-icon-white:hover,
.tui-btn-left-icon-white:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.tui-btn-left-icon-white:active,
.tui-btn-left-icon-white.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.tui-btn-left-icon-white.disabled,
.tui-btn-left-icon-white:disabled,
.tui-btn-left-icon-white[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.tui-btn-left-icon-white:link,
.tui-btn-left-icon-white:visited {
  color: black;
}
.tui-btn-left-icon-white:hover,
.tui-btn-left-icon-white:focus {
  color: black;
  border: solid 1px #6e6e6e;
  border-bottom: solid 3px #6e6e6e;
  background-color: #ededed;
}
.tui-btn-left-icon-white:active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e1e1e1;
}
.tui-btn-left-icon-white.active {
  color: black;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: solid 1px #8c8c8c;
  background-color: #e8e8e8;
}
.tui-btn-left-icon-white.active:hover {
  color: black;
  border: solid 1px #8c8c8c;
  background-color: #ededed;
}
.tui-btn-left-icon-white[disabled],
.tui-btn-left-icon-white:disabled {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-btn-left-icon-white[disabled]:hover,
.tui-btn-left-icon-white:disabled:hover,
.tui-btn-left-icon-white[disabled]:focus,
.tui-btn-left-icon-white:disabled:focus,
.tui-btn-left-icon-white[disabled]:active,
.tui-btn-left-icon-white:disabled:active {
  opacity: 0.7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  text-shadow: 1px 1px 1px white;
  color: black;
  border: solid 1px #d1d1d1;
  border-bottom: solid 3px #d1d1d1;
  pointer-events: none;
}
.tui-btn-left-icon-white:after {
  font-family: FontAwesome;
  content: "\f060";
}
.tui-small-field {
  display: inline-block;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  min-height: 1px;
  margin-left: 2px;
}
.tui-inline-form-element {
  display: inline-block;
  height: 34px;
  font-size: 14px;
  min-height: 1px;
  margin-left: 2px;
}
.tui-separator hr {
  border: none;
  height: 3px;
  color: #eeeeee;
  /* old IE */
  background-color: #eeeeee;
  /* Modern Browsers */
}
.tui-ui-grid-input-popover {
  width: 700px;
  max-width: 1000px;
}
.ui-grid-cell-wrapping {
  overflow: hidden;
  word-break: break-all;
  height: 100%;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-pre-wrap {
  white-space: pre-wrap;
}
.tui-ticket-attachment {
  font-size: 10px;
  color: #888888;
}
#editor-container {
  height: 375px;
  background-color: white;
}
.warning-link {
  font-size: 14px;
  /* Base font size */
  display: inline-flex;
  align-items: center;
  /* Vertically align the oval with the text */
  gap: 6px;
  /* Spacing between oval and text */
}
.warning-link .oval {
  background-color: red;
  /* Oval background color */
  color: white;
  /* Text color */
  font-size: 12px;
  /* Text size inside the oval */
  font-weight: bold;
  padding: 2px 8px;
  /* Adjust padding for oval shape */
  border-radius: 12px;
  /* Make it an oval */
  cursor: pointer;
  /* Indicate clickability */
  text-decoration: none;
  /* No underline */
}
.warning-link:hover .oval {
  background-color: darkred;
  /* Darken oval on hover */
}
.warning-link {
  color: blue;
  /* Link color for the warning text */
  text-decoration: underline;
  /* Make text look like a link */
  cursor: pointer;
  /* Clickable cursor for the text */
}
.warning-link:hover {
  color: darkblue;
  /* Change link color on hover */
}
/*Legacy spinner*/
@keyframes tui-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes tui-dash {
  0% {
    stroke-dasharray: 1, 553;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 330, 553;
    stroke-dashoffset: -154;
  }
  100% {
    stroke-dasharray: 330, 553;
    stroke-dashoffset: -545;
  }
}
#easyAccessGridJS .tui-form-control {
  display: block;
}
@font-face {
  font-family: 'tuitiv-icons';
  src: url('../Content/fonts/tuitiv-icons/font/tuitiv-icons.eot?v=7CMZ4FAZgHJlNdWUaw-k4eMO9hg&95833482');
  src: url('../Content/fonts/tuitiv-icons/font/tuitiv-icons.eot?v=7CMZ4FAZgHJlNdWUaw-k4eMO9hg&95833482#iefix') format('embedded-opentype'),
       url('../Content/fonts/tuitiv-icons/font/tuitiv-icons.woff2?v=ONm_MmjBZLx88KkqEwxdCIXPHE4&95833482') format('woff2'),
       url('../Content/fonts/tuitiv-icons/font/tuitiv-icons.woff?v=JwvzI6O7AoaC-miY6kxUm-Fj0XA&95833482') format('woff'),
       url('../Content/fonts/tuitiv-icons/font/tuitiv-icons.ttf?v=JwvzI6O7AoaC-miY6kxUm-Fj0XA&95833482') format('truetype'),
       url('../Content/fonts/tuitiv-icons/font/tuitiv-icons.svg?v=7CMZ4FAZgHJlNdWUaw-k4eMO9hg&95833482#tuitiv-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'tuitiv-icons';
    src: url('../Content/fonts/tuitiv-icons/font/tuitiv-icons.svg?v=7CMZ4FAZgHJlNdWUaw-k4eMO9hg&95833482#tuitiv-icons') format('svg');
  }
}
*/
[class^="ti-"]:before, [class*=" ti-"]:before {
  font-family: "tuitiv-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.ti-data-interface:before { content: '\e800'; } /* '' */
.ti-external-user:before { content: '\e801'; } /* '' */
.ti-graph-up:before { content: '\e802'; } /* '' */
.ti-kanban:before { content: '\e803'; } /* '' */
.ti-my-requests:before { content: '\e804'; } /* '' */
.ti-speedo:before { content: '\e805'; } /* '' */
.ti-workflow:before { content: '\e806'; } /* '' */
.ti-user:before { content: '\e807'; } /* '' */
.ti-users:before { content: '\e809'; } /* '' */
.ti-workflow-builder:before { content: '\e80a'; } /* '' */
.ti-to-do:before { content: '\e80c'; } /* '' */
.ti-history:before { content: '\e80e'; } /* '' */
.ti-tasks:before { content: '\e80f'; } /* '' */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../Content/fonts/fontawesome-webfont.eot?v=cM3-AB-2hPeNCD3J5Z_F5jM8fZA&v=4.7.0');
  src: url('../Content/fonts/fontawesome-webfont.eot?v=cM3-AB-2hPeNCD3J5Z_F5jM8fZA&#iefix&v=4.7.0') format('embedded-opentype'), url('../Content/fonts/fontawesome-webfont.woff2?v=D8eB7JfZDeyLFe7AzXV0xc_cVtw&v=4.7.0') format('woff2'), url('../Content/fonts/fontawesome-webfont.woff?v=kPyGWk4To0YgcgVfpB1djnNomy4&v=4.7.0') format('woff'), url('../Content/fonts/fontawesome-webfont.ttf?v=IMkJN16o1mm27ouJEU0-WukpGlg&v=4.7.0') format('truetype'), url('../Content/fonts/fontawesome-webfont.svg?v=8bY89vrM0dZNyG5ye0MwEdTg9x0&v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: 'Karla', sans-serif;
  src: url("https://fonts.googleapis.com/css?family=Karla") format("opentype");
  font-weight: 300; }

.britechart {
  font-family: 'Karla', sans-serif;
  -webkit-font-smoothing: antialiased; }

.select-disable {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */ }

.line-load-state .chart-filter,
.stacked-area-load-state .chart-filter,
.donut-load-state .chart-filter,
.bar-load-state .chart-filter {
  will-change: transform;
  animation: swipe 1.5s linear infinite forwards; }

@keyframes swipe {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(100%); } }

.vertical-grid-line,
.horizontal-grid-line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #EFF2F5;
  stroke-width: 1;
  stroke-dasharray: 4, 4; }

.horizontal-grid-line--highlighted {
  stroke: #45494E;
  stroke-dasharray: 2, 2; }

.extended-y-line,
.extended-x-line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #D2D6DF;
  stroke-width: 1; }

.tick line {
  fill: none;
  stroke: #ADB0B6;
  stroke-width: 1;
  shape-rendering: crispEdges; }

.tick text {
  font-size: 1rem;
  fill: #666A73;
  padding: 12px; }

.y-axis-label,
.x-axis-label {
  font-size: 1.2rem;
  fill: #324160; }

.vertical-marker-container .vertical-marker {
  stroke: #D2D6DF;
  stroke-width: 1;
  fill: none; }

.vertical-marker-container .data-point-highlighter {
  fill: #ffffff;
  stroke-width: 2; }

.tooltip-background {
  fill: rgba(255, 255, 255, 0.97);
  stroke: #D2D6DF;
  stroke-width: 1;
  border-radius: 2px; }

.britechart-legend .legend-entry.is-faded .legend-entry-name,
.britechart-legend .legend-entry.is-faded .legend-entry-value,
.britechart-legend .legend-entry.is-faded .legend-circle {
  opacity: 0.97;
  transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -webkit-transition: opacity .2s ease-out; }

.britechart-legend .legend-entry.is-faded .legend-entry-name,
.britechart-legend .legend-entry.is-faded .legend-entry-value,
.britechart-legend .legend-entry.is-faded .legend-circle {
  opacity: 0.2; }

.bar-chart .bar {
  shape-rendering: crispEdges; }

.bar-chart .y-axis-group .tick text {
  font-size: 14px; }

.bar-chart .axis path {
  display: none; }

.bar-chart .tick line {
  display: none; }

.bar-chart .adjust-upwards {
  transform: translate(0, -10px); }

.bar-chart .percentage-label {
  fill: #666A73; }

.line-chart .data-point-mark {
  fill: #ffffff; }

.line-chart .topic .line {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round; }

.line-chart .x.axis path,
.line-chart .y.axis path {
  display: none; }

.line-chart .month-axis path {
  display: none; }

.line-chart .masking-rectangle {
  fill: #ffffff; }

.scatter-plot .y-axis-group .tick line {
  display: none; }

.scatter-plot .y-axis-group .axis path {
  display: none; }

.scatter-plot .x.axis path {
  display: none; }

.scatter-plot .data-point-highlighter {
  stroke-width: 1.2; }

.sparkline {
  stroke: #ADB0B6;
  stroke-width: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round; }
  .sparkline .line {
    stroke-width: 2; }
  .sparkline .sparkline-circle {
    fill: #ff584c;
    stroke-width: 0;
    display: none; }
  .sparkline .sparkline-area {
    stroke: none; }

.stacked-area .dot {
  display: none; }

.stacked-area .y-axis-group path {
  display: none; }

.stacked-area .x-axis-group path {
  display: none; }

.stacked-area .area-outline {
  shape-rendering: geometricPrecision;
  fill: none;
  stroke-width: 1.2; }

.stacked-area .data-point-highlighter {
  stroke-width: 1.2; }

.stacked-area .empty-data-line {
  stroke-width: 2px;
  stroke-linecap: round; }

.stacked-bar .x-axis-group path,
.stacked-bar .y-axis-group path {
  display: none; }

.stacked-bar .y-axis-group .tick text {
  font-size: 14px; }

.stacked-bar .tick line,
.stacked-bar .tick line {
  display: none; }

.grouped-bar .x-axis-group path,
.grouped-bar .y-axis-group path {
  display: none; }

.grouped-bar .y-axis-group .tick text {
  font-size: 14px; }

.grouped-bar .tick line,
.grouped-bar .tick line {
  display: none; }

.step-chart .step {
  fill: #8FDAD8;
  stroke-width: 0;
  shape-rendering: crispEdges; }
  .step-chart .step:hover {
    fill: #39C2C9; }

.step-chart .axis path {
  display: none; }

.step-chart .tick line {
  display: none; }

.brush-chart .brush-area {
  fill: #EFF2F5; }

.brush-chart rect.brush-rect.selection {
  fill-opacity: 0.08;
  stroke-linejoin: round; }

.brush-chart rect.brush-rect.handle {
  fill: #00d8d2;
  width: 0.2rem; }

.brush-chart .axis path {
  display: none; }

.bullet-chart .marker-line {
  shape-rendering: crispEdges; }

.bullet-chart .axis-group path {
  display: none; }

.bullet-chart .bullet-title {
  font-size: 16px; }

.bar-chart .bar {
  shape-rendering: crispEdges; }

.bar-chart .y-axis-group .tick text {
  font-size: 14px; }

.bar-chart .axis path {
  display: none; }

.bar-chart .tick line {
  display: none; }

.bar-chart .adjust-upwards {
  transform: translate(0, -10px); }

.bar-chart .percentage-label {
  fill: #666A73; }

.bar-chart .bar{shape-rendering:crispEdges}.bar-chart .y-axis-group .tick text{font-size:14px}.bar-chart .axis path{display:none}.bar-chart .tick line{display:none}.bar-chart .adjust-upwards{transform:translate(0,-10px)}.bar-chart .percentage-label{fill:#666a73}
.brush-chart .brush-area {
  fill: #EFF2F5; }

.brush-chart rect.brush-rect.selection {
  fill-opacity: 0.08;
  stroke-linejoin: round; }

.brush-chart rect.brush-rect.handle {
  fill: #00d8d2;
  width: 0.2rem; }

.brush-chart .axis path {
  display: none; }

.brush-chart .brush-area{fill:#eff2f5}.brush-chart rect.brush-rect.selection{fill-opacity:.08;stroke-linejoin:round}.brush-chart rect.brush-rect.handle{fill:#00d8d2;width:.2rem}.brush-chart .axis path{display:none}
.bullet-chart .marker-line {
  shape-rendering: crispEdges; }

.bullet-chart .axis-group path {
  display: none; }

.bullet-chart .bullet-title {
  font-size: 16px; }

.bullet-chart .marker-line{shape-rendering:crispEdges}.bullet-chart .axis-group path{display:none}.bullet-chart .bullet-title{font-size:16px}


.grouped-bar .x-axis-group path,
.grouped-bar .y-axis-group path {
  display: none; }

.grouped-bar .y-axis-group .tick text {
  font-size: 14px; }

.grouped-bar .tick line,
.grouped-bar .tick line {
  display: none; }

.grouped-bar .x-axis-group path,.grouped-bar .y-axis-group path{display:none}.grouped-bar .y-axis-group .tick text{font-size:14px}.grouped-bar .tick line{display:none}
.line-chart .data-point-mark {
  fill: #ffffff; }

.line-chart .topic .line {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round; }

.line-chart .x.axis path,
.line-chart .y.axis path {
  display: none; }

.line-chart .month-axis path {
  display: none; }

.line-chart .masking-rectangle {
  fill: #ffffff; }

.line-chart .data-point-mark{fill:#fff}.line-chart .topic .line{fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.line-chart .x.axis path,.line-chart .y.axis path{display:none}.line-chart .month-axis path{display:none}.line-chart .masking-rectangle{fill:#fff}
.scatter-plot .y-axis-group .tick line {
  display: none; }

.scatter-plot .y-axis-group .axis path {
  display: none; }

.scatter-plot .x.axis path {
  display: none; }

.scatter-plot .data-point-highlighter {
  stroke-width: 1.2; }

.scatter-plot .y-axis-group .tick line{display:none}.scatter-plot .y-axis-group .axis path{display:none}.scatter-plot .x.axis path{display:none}.scatter-plot .data-point-highlighter{stroke-width:1.2}
.sparkline {
  stroke: #ADB0B6;
  stroke-width: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round; }
  .sparkline .line {
    stroke-width: 2; }
  .sparkline .sparkline-circle {
    fill: #ff584c;
    stroke-width: 0;
    display: none; }
  .sparkline .sparkline-area {
    stroke: none; }

.sparkline{stroke:#adb0b6;stroke-width:1;fill:none;stroke-linecap:round;stroke-linejoin:round}.sparkline .line{stroke-width:2}.sparkline .sparkline-circle{fill:#ff584c;stroke-width:0;display:none}.sparkline .sparkline-area{stroke:none}
.stacked-area .dot {
  display: none; }

.stacked-area .y-axis-group path {
  display: none; }

.stacked-area .x-axis-group path {
  display: none; }

.stacked-area .area-outline {
  shape-rendering: geometricPrecision;
  fill: none;
  stroke-width: 1.2; }

.stacked-area .data-point-highlighter {
  stroke-width: 1.2; }

.stacked-area .empty-data-line {
  stroke-width: 2px;
  stroke-linecap: round; }

.stacked-area .dot{display:none}.stacked-area .y-axis-group path{display:none}.stacked-area .x-axis-group path{display:none}.stacked-area .area-outline{shape-rendering:geometricPrecision;fill:none;stroke-width:1.2}.stacked-area .data-point-highlighter{stroke-width:1.2}.stacked-area .empty-data-line{stroke-width:2px;stroke-linecap:round}
.stacked-bar .x-axis-group path,
.stacked-bar .y-axis-group path {
  display: none; }

.stacked-bar .y-axis-group .tick text {
  font-size: 14px; }

.stacked-bar .tick line,
.stacked-bar .tick line {
  display: none; }

.stacked-bar .x-axis-group path,.stacked-bar .y-axis-group path{display:none}.stacked-bar .y-axis-group .tick text{font-size:14px}.stacked-bar .tick line{display:none}
.step-chart .step {
  fill: #8FDAD8;
  stroke-width: 0;
  shape-rendering: crispEdges; }
  .step-chart .step:hover {
    fill: #39C2C9; }

.step-chart .axis path {
  display: none; }

.step-chart .tick line {
  display: none; }

.step-chart .step{fill:#8fdad8;stroke-width:0;shape-rendering:crispEdges}.step-chart .step:hover{fill:#39c2c9}.step-chart .axis path{display:none}.step-chart .tick line{display:none}
/*.vertical-grid-line,
.horizontal-grid-line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #EFF2F5;
  stroke-width: 1;
  stroke-dasharray: 4, 4; }

.horizontal-grid-line--highlighted {
  stroke: #45494E;
  stroke-dasharray: 2, 2; }

.extended-y-line,
.extended-x-line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #D2D6DF;
  stroke-width: 1; }

.tick line {
  fill: none;
  stroke: #ADB0B6;
  stroke-width: 1;
  shape-rendering: crispEdges; }

.tick text {
  font-size: 1rem;
  fill: #666A73;
  padding: 12px; }

.y-axis-label,
.x-axis-label {
  font-size: 1rem;
  fill: #ADB0B6; }

.vertical-marker-container .vertical-marker {
  stroke: #D2D6DF;
  stroke-width: 1;
  fill: none; }

.vertical-marker-container .data-point-highlighter {
  fill: #ffffff;
  stroke-width: 2; }

.tooltip-background {
  fill: rgba(255, 255, 255, 0.97);
  stroke: #D2D6DF;
  stroke-width: 1;
  border-radius: 2px; }

.britechart-legend .legend-entry.is-faded .legend-entry-name,
.britechart-legend .legend-entry.is-faded .legend-entry-value,
.britechart-legend .legend-entry.is-faded .legend-circle {
  opacity: 0.97;
  transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -webkit-transition: opacity .2s ease-out; }

.britechart-legend .legend-entry.is-faded .legend-entry-name,
.britechart-legend .legend-entry.is-faded .legend-entry-value,
.britechart-legend .legend-entry.is-faded .legend-circle {
  opacity: 0.2; }*/

