/* ********************************* definitions **************************** */
/* Theme colors */
/* Grey/White/Black colors */
/* sizes */
/*! 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('/lib/bootstrap-3/dist/fonts/glyphicons-halflings-regular.eot');
  src: url('/lib/bootstrap-3/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/lib/bootstrap-3/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/lib/bootstrap-3/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/lib/bootstrap-3/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/lib/bootstrap-3/dist/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-yen:before {
  content: "\00a5";
}
.glyphicon-ruble: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 -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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;
}
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: .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;
  }
}
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 -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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 {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
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 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 {
  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;
}
.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;
}
.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;
}
.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 .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;
  }
}
.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 -webkit-focus-ring-color;
  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;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
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 solid;
  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;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.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;
    visibility: visible !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 .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: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
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 {
  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;
}
.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.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.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: 1040;
  -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: absolute;
  top: 0;
  right: 0;
  left: 0;
  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;
  visibility: visible;
  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,
.input.date-time > .row-wrapper:before,
.input.date-time > .row-wrapper:after,
.input.date-time-span > .row-wrapper:before,
.input.date-time-span > .row-wrapper: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,
.input.date-time > .row-wrapper:after,
.input.date-time-span > .row-wrapper: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;
  visibility: hidden !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;
  }
}
@font-face {
  font-family: 'ChekRite-Icons';
  src: url('/fonts/chekrite/ChekRite-Icons.eot?-arnakl');
  src: url('/fonts/chekrite/ChekRite-Icons.eot?#iefix-arnakl') format('embedded-opentype'), url('/fonts/chekrite/ChekRite-Icons.woff?-arnakl') format('woff'), url('/fonts/chekrite/ChekRite-Icons.ttf?-arnakl') format('truetype'), url('/fonts/chekrite/ChekRite-Icons.svg?-arnakl#ChekRite-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="chekrite-icon-"],
[class*=" chekrite-icon-"] {
  font-family: 'ChekRite-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.chekrite-icon-companies:before {
  content: "\e600";
}
.chekrite-icon-sites:before {
  content: "\e601";
}
.chekrite-icon-employees:before {
  content: "\e602";
}
.chekrite-icon-reports:before {
  content: "\e603";
}
.chekrite-icon-assignments:before {
  content: "\e604";
}
.chekrite-icon-assets:before {
  content: "\e605";
}
.chekrite-icon-checklists:before {
  content: "\e606";
}
.chekrite-icon-notifications:before {
  content: "\e607";
}
.chekrite-icon-advanced:before {
  content: "\e608";
}
.chekrite-icon-administration:before {
  content: "\e609";
}
.chekrite-icon-help:before {
  content: "\e60a";
}
.chekrite-icon-archive:before {
  content: "\e60b";
}
.chekrite-icon-edit:before {
  content: "\e60c";
}
.chekrite-icon-print:before {
  content: "\e60d";
}
.chekrite-icon-copy:before {
  content: "\e60e";
}
.chekrite-icon-unpublish:before {
  content: "\e60f";
}
.chekrite-icon-download:before {
  content: "\e60f";
}
.chekrite-icon-publish:before {
  content: "\e610";
}
.chekrite-icon-upload:before {
  content: "\e610";
}
.chekrite-icon-details:before {
  content: "\e611";
}
.chekrite-icon-cancel:before {
  content: "\e612";
}
.chekrite-icon-fail:before {
  content: "\e612";
}
.chekrite-icon-logout:before {
  content: "\e613";
}
.chekrite-icon-add:before {
  content: "\e614";
}
.chekrite-icon-ok:before {
  content: "\e615";
}
.chekrite-icon-remove:before {
  content: "\e616";
}
.chekrite-icon-next:before {
  content: "\e617";
}
.chekrite-icon-prev:before {
  content: "\e61c";
}
.chekrite-icon-search:before {
  content: "\e618";
}
.chekrite-icon-pairing-code:before {
  content: "\e619";
}
.chekrite-icon-location:before {
  content: "\e61a";
}
.chekrite-icon-warning:before {
  content: "\e61b";
}
.chekrite-icon-hide:before {
  content: "\e61f";
}
.chekrite-icon-show:before {
  content: "\e61d";
}
.chekrite-icon-remove-alt:before {
  content: "\e61e";
}
.chekrite-icon-unregister:before {
  content: "\e61e";
}
.chekrite-icon-Combo-Chart:before {
  content: "\e900";
}
/* Webfont: Lato-Regular */
@font-face {
  font-family: 'Lato';
  src: url('/fonts/lato/lato2ofl-web/Lato/Lato-Regular.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/lato/lato2ofl-web/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/lato/lato2ofl-web/Lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/lato/lato2ofl-web/Lato/Lato-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Webfont: Lato-Bold */
@font-face {
  font-family: 'Lato';
  src: url('/fonts/lato/lato2ofl-web/Lato/Lato-Bold.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/lato/lato2ofl-web/Lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/lato/lato2ofl-web/Lato/Lato-Bold.woff') format('woff'), /* Modern Browsers */ url('/fonts/lato/lato2ofl-web/Lato/Lato-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Webfont: Lato-Heavy */
@font-face {
  font-family: 'LatoHeavy';
  src: url('/fonts/lato/lato2ofl-web/Lato/Lato-Heavy.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/lato/lato2ofl-web/Lato/Lato-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/lato/lato2ofl-web/Lato/Lato-Heavy.woff') format('woff'), /* Modern Browsers */ url('/fonts/lato/lato2ofl-web/Lato/Lato-Heavy.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Webfont: Lato-Light */
@font-face {
  font-family: 'LatoLight';
  src: url('/fonts/lato/lato2ofl-web/Lato/Lato-Light.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/lato/lato2ofl-web/Lato/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/lato/lato2ofl-web/Lato/Lato-Light.woff') format('woff'), /* Modern Browsers */ url('/fonts/lato/lato2ofl-web/Lato/Lato-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}
.translate-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.translate-center-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.translate-center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* ********************************* general - enhancements ***************** */
.app .glyphicon {
  position: relative;
  top: 0px;
}
/* ********************************* general - utils ************************ */
.white-box-out {
  background: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.075);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
}
.white-box-flat-section {
  background: white;
  padding: 10px;
}
.grey-box-out {
  background: #F3F3F3;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.075);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.075);
}
.grey-box-section {
  background-color: #f8f8f8;
  -webkit-box-shadow: 5px 5px #e5e5e5;
  box-shadow: 5px 5px #e5e5e5;
}
.default-modal-background {
  background: #f4f4f4;
  border: 7px solid white;
}
.btn-round {
  padding: 0px 3px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.btn-round-big {
  padding: 3px 6px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.btn-round-big .icon-warning-sign {
  margin-top: -1px;
}
.hidden {
  display: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #e0e0e0 inset;
}
.item-grouping-true {
  font-style: italic;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a.disabled {
  opacity: 0.65;
  cursor: default !important;
}
a.disabled:hover {
  opacity: 0.65 !important;
  cursor: default !important;
}
fieldset {
  display: table-cell;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.global-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* ********************************* general - icons ************************ */
.app-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.app-icon-share {
  background-image: url('/img/icon-share.png');
  background-size: 14px;
}
.box-icon {
  background-color: #26e3c5;
  padding: 0px;
  width: 24px;
  height: 24px;
  color: black;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.box-icon i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.box-icon i.glyphicon,
.box-icon i.fa {
  font-size: 12px;
}
.box-icon:hover {
  background-color: #6aecd7;
}
.box-icon.danger {
  background-color: #d91c3a;
}
.box-icon.danger:hover {
  background-color: #e9586f;
}
/* ********************************* general - styles *********************** */
a {
  outline: none !important;
  outline-width: 0px !important;
}
.inline-message,
.inline-message * {
  font-size: 12px;
}
.inline-message em {
  font-weight: bold;
}
.inline-info {
  color: #AAAAAA !important;
}
.inline-theme {
  color: #1ace73 !important;
}
.inline-warning {
  color: #CA5B5B !important;
}
.inline-important {
  font-weight: bold;
  font-size: 12px;
}
.no-outline:focus {
  outline: 0;
}
.app code {
  white-space: pre-wrap !important;
}
/* ********************************* general - uploads ********************** */
.form-upload-photo,
.form-upload-file {
  position: relative;
}
.form-upload-photo .upload,
.form-upload-file .upload {
  width: 300px;
}
.form-upload-photo > .ui-button,
.form-upload-file > .ui-button {
  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;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  color: #1ace73 !important;
  border: none;
  height: 34px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  outline: none !important;
  display: inline-table !important;
  margin: auto;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #2c2c2c !important;
  display: inline-block;
  line-height: 34px;
  margin: 0px;
}
.form-upload-photo > .ui-button:focus,
.form-upload-file > .ui-button:focus,
.form-upload-photo > .ui-button:active:focus,
.form-upload-file > .ui-button:active:focus,
.form-upload-photo > .ui-button.active:focus,
.form-upload-file > .ui-button.active:focus,
.form-upload-photo > .ui-button.focus,
.form-upload-file > .ui-button.focus,
.form-upload-photo > .ui-button:active.focus,
.form-upload-file > .ui-button:active.focus,
.form-upload-photo > .ui-button.active.focus,
.form-upload-file > .ui-button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-upload-photo > .ui-button:hover,
.form-upload-file > .ui-button:hover,
.form-upload-photo > .ui-button:focus,
.form-upload-file > .ui-button:focus,
.form-upload-photo > .ui-button.focus,
.form-upload-file > .ui-button.focus {
  color: #333;
  text-decoration: none;
}
.form-upload-photo > .ui-button:active,
.form-upload-file > .ui-button:active,
.form-upload-photo > .ui-button.active,
.form-upload-file > .ui-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);
}
.form-upload-photo > .ui-button.disabled,
.form-upload-file > .ui-button.disabled,
.form-upload-photo > .ui-button[disabled],
.form-upload-file > .ui-button[disabled],
fieldset[disabled] .form-upload-photo > .ui-button,
fieldset[disabled] .form-upload-file > .ui-button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-upload-photo > .ui-button:hover,
.form-upload-file > .ui-button:hover {
  background-color: #464646 !important;
  color: #1ace73 !important;
}
.form-upload-photo > .ui-button i,
.form-upload-file > .ui-button i {
  font-size: 32px;
  display: table-cell;
  vertical-align: middle;
}
.form-upload-photo > .ui-button i.glyphicon,
.form-upload-file > .ui-button i.glyphicon,
.form-upload-photo > .ui-button i.fa,
.form-upload-file > .ui-button i.fa {
  font-size: 18px;
  width: 34px;
}
.form-upload-photo > .ui-button .btn-label,
.form-upload-file > .ui-button .btn-label {
  vertical-align: middle;
  display: table-cell;
}
.form-upload-photo > .ui-button .btn-label u,
.form-upload-file > .ui-button .btn-label u {
  text-decoration: none;
  font-weight: bold;
}
.form-upload-photo > .ui-button > u,
.form-upload-file > .ui-button > u {
  text-decoration: none;
  font-weight: bold;
}
.form-upload-photo > .ui-button.btn-wide,
.form-upload-file > .ui-button.btn-wide {
  width: 100%;
}
.form-upload-photo > .ui-button.btn-wide .btn-label,
.form-upload-file > .ui-button.btn-wide .btn-label {
  width: 100%;
  text-align: center;
  display: block;
}
.form-upload-photo > .ui-button.btn-primary,
.form-upload-file > .ui-button.btn-primary {
  background-color: #1ace73 !important;
  color: #FFFFFF !important;
}
.form-upload-photo > .ui-button.btn-primary:hover,
.form-upload-file > .ui-button.btn-primary:hover {
  background-color: #35e68d !important;
}
.form-upload-photo > .ui-button.btn-negative,
.form-upload-file > .ui-button.btn-negative {
  background: none !important;
}
.form-upload-photo > .ui-button.btn-negative:hover,
.form-upload-file > .ui-button.btn-negative:hover {
  background: none !important;
}
.form-upload-photo > .ui-button.btn-negative:hover i,
.form-upload-file > .ui-button.btn-negative:hover i {
  color: #35e68d;
}
.form-upload-photo > .ui-button.no-padding,
.form-upload-file > .ui-button.no-padding {
  padding: 0px;
}
.form-upload-photo > .ui-button.btn-small,
.form-upload-file > .ui-button.btn-small {
  height: 20px;
  line-height: 20px;
}
.form-upload-photo > .ui-button.btn-small i,
.form-upload-file > .ui-button.btn-small i {
  font-size: 20px;
}
.form-upload-photo > .ui-button.btn-small i.glyphicon,
.form-upload-file > .ui-button.btn-small i.glyphicon,
.form-upload-photo > .ui-button.btn-small i.fa,
.form-upload-file > .ui-button.btn-small i.fa {
  font-size: 20px;
  width: 25px;
}
.form-upload-photo > .ui-button .caret-wrapper,
.form-upload-file > .ui-button .caret-wrapper {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: 4px;
}
.form-upload-photo > .ui-button > .ui-button-text,
.form-upload-file > .ui-button > .ui-button-text {
  display: table;
}
.photo-section {
  background-color: #d3d3d3;
  min-height: 221px;
  position: relative;
}
.photo-section .form-upload-photo-outer {
  padding: 11px 14px;
}
.photo-section .form-upload-photo-outer .form-upload-photo {
  float: left;
  width: 100%;
}
.photo-section .uploaded-photo {
  display: block;
}
.photo-section .uploaded-photo .uploaded-photo-container {
  min-width: 32px;
  min-height: 20px;
}
.photo-section .uploaded-photo a.action {
  position: absolute;
  color: #1ace73;
  font-size: 30px;
  text-decoration: none;
}
.photo-section .uploaded-photo a.action.action-crop {
  right: 40px;
  top: 10px;
}
.photo-section .uploaded-photo a.action.action-delete {
  right: 10px;
  top: 10px;
}
.photo-section .uploaded-photo img {
  max-width: 100%;
}
.photo-section .no-photo-placeholder {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 50px;
}
.photo-section.no-photo .no-photo-placeholder {
  display: block;
}
.photo-section.no-upload.no-photo,
.photo-section.no-upload.no-preview {
  visibility: hidden;
}
.__action__add .photo-section {
  visibility: hidden;
}
.uploaded-file-outer-container .uploaded-file-container {
  width: 64px;
  height: 64px;
  position: relative;
}
.uploaded-file-outer-container .uploaded-file-container a.action-delete {
  position: absolute;
  right: 1px;
  top: -1px;
}
.uploaded-file-outer-container .uploaded-file-info {
  color: #AAAAAA !important;
  margin-bottom: 2px;
}
.uploaded-file-outer-container .uploaded-file-info,
.uploaded-file-outer-container .uploaded-file-info * {
  font-size: 12px;
}
.uploaded-file-outer-container .uploaded-file-info em {
  font-weight: bold;
}
.form-upload-file.prevent-submit .wijmo-wijupload-commandRow,
.form-upload-file.prevent-submit .wijmo-wijupload-upload {
  visibility: hidden;
}
.crop-buttons {
  margin-top: 5px;
}
/* ********************************* general - definition list ************** */
.definition-list {
  list-style: none;
  padding-left: 0px;
}
.definition-list .term,
.definition-item .term {
  color: #2783AF;
  padding-right: 5px;
}
.definition-list .term:after,
.definition-item .term:after {
  content: ":";
}
.definition-item .term.no-definition:after,
.definition-list .term.no-definition:after {
  content: "";
}
.definition-list .definition,
.definition-item .definition {
  font-weight: bold;
}
/* ********************************* general - map ************************** */
.map {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  min-height: 400px;
}
/* ********************************* buttons ******************************** */
.btn {
  background-color: #2c2c2c !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  color: #1ace73 !important;
  border: none;
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  outline: none !important;
  display: inline-table !important;
  margin: auto;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn:hover {
  background-color: #464646 !important;
  color: #1ace73 !important;
}
.btn i {
  font-size: 32px;
  display: table-cell;
  vertical-align: middle;
}
.btn i.glyphicon,
.btn i.fa {
  font-size: 18px;
  width: 34px;
}
.btn .btn-label {
  vertical-align: middle;
  display: table-cell;
}
.btn .btn-label u {
  text-decoration: none;
  font-weight: bold;
}
.btn > u {
  text-decoration: none;
  font-weight: bold;
}
.btn.btn-wide {
  width: 100%;
}
.btn.btn-wide .btn-label {
  width: 100%;
  text-align: center;
  display: block;
}
.btn.btn-primary {
  background-color: #1ace73 !important;
  color: #FFFFFF !important;
}
.btn.btn-primary:hover {
  background-color: #35e68d !important;
}
.btn.btn-negative {
  background: none !important;
}
.btn.btn-negative:hover {
  background: none !important;
}
.btn.btn-negative:hover i {
  color: #35e68d;
}
.btn.no-padding {
  padding: 0px;
}
.btn.btn-small {
  height: 20px;
  line-height: 20px;
}
.btn.btn-small i {
  font-size: 20px;
}
.btn.btn-small i.glyphicon,
.btn.btn-small i.fa {
  font-size: 20px;
  width: 25px;
}
.btn .caret-wrapper {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: 4px;
}
.show-access-keys .btn .access-key {
  font-weight: bold;
  color: #63eba6;
  font-family: LatoHeavy;
}
.show-access-keys .btn.btn-primary .access-key {
  color: #90f1c0;
}
.show-access-keys .action-group-menu.dropdown-menu .access-key {
  color: #63eba6;
}
/* ********************************* badges ********************************* */
.badge {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  height: 20px;
  line-height: 14px;
  padding-left: 8px;
  padding-right: 8px;
}
/* ********************************* sections ******************************* */
.section-bar {
  margin-top: 40px;
  position: relative;
}
.section-bar .styled-label {
  position: absolute;
  top: -20px;
  color: #1ace73;
}
/* ********************************* google ********************************* */
div.pac-container {
  z-index: 100000;
}
/* ********************************* panels ********************************* */
.resizable-handle {
  position: absolute;
  height: 100%;
  background: none;
  width: 10px;
  right: -5px;
  top: 0px;
  cursor: col-resize;
  z-index: 100;
}
.resizable-handle:hover {
  background: #f5f5f5;
}
.resizable-handle.ui-state-active {
  background: #e5e5e5 !important;
}
/* ********************************* general - forms ************************ */
.default-input {
  height: 34px;
  background-color: #e0e0e0;
  border: 0px;
  padding: 6px 8px;
  outline: 0;
}
.default-select select {
  line-height: 24px;
}
.default-select .wijmo-wijcombobox {
  width: 100%;
  background-color: #e0e0e0;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-input {
  background: transparent;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-trigger {
  border-left: 1px solid #797979;
  height: 28px;
  margin: 5px 0px;
  width: 38px;
  display: block !important;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  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;
  background-color: #2c2c2c !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  color: #1ace73 !important;
  border: none;
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  outline: none !important;
  display: inline-table !important;
  margin: auto;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: absolute;
  margin: 0px;
  padding-left: 3px;
  padding-right: 3px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  display: none !important;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:focus,
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:active:focus,
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.active:focus,
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.focus,
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:active.focus,
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:hover,
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:focus,
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.focus {
  color: #333;
  text-decoration: none;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:active,
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.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);
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.disabled,
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add[disabled],
fieldset[disabled] .default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:hover {
  background-color: #464646 !important;
  color: #1ace73 !important;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add i {
  font-size: 32px;
  display: table-cell;
  vertical-align: middle;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add i.glyphicon,
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add i.fa {
  font-size: 18px;
  width: 34px;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add .btn-label {
  vertical-align: middle;
  display: table-cell;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add .btn-label u {
  text-decoration: none;
  font-weight: bold;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add > u {
  text-decoration: none;
  font-weight: bold;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-wide {
  width: 100%;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-wide .btn-label {
  width: 100%;
  text-align: center;
  display: block;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-primary {
  background-color: #1ace73 !important;
  color: #FFFFFF !important;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-primary:hover {
  background-color: #35e68d !important;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-negative {
  background: none !important;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-negative:hover {
  background: none !important;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-negative:hover i {
  color: #35e68d;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.no-padding {
  padding: 0px;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-small {
  height: 20px;
  line-height: 20px;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-small i {
  font-size: 20px;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-small i.glyphicon,
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-small i.fa {
  font-size: 20px;
  width: 25px;
}
.default-select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add .caret-wrapper {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: 4px;
}
.default-label {
  text-transform: uppercase;
  font-size: 10px;
  margin-left: 10px;
  display: block;
  clear: left;
}
.input-placeholder {
  margin-bottom: 20px;
  height: 53px;
}
.input-placeholder.align-label {
  padding-top: 0px;
}
.input-placeholder.align-input {
  padding-top: 19px;
}
.input-placeholder .input-span {
  line-height: 34px;
}
.input {
  margin-bottom: 20px;
}
.input.no-margin {
  margin-bottom: 0px;
}
.input label {
  text-transform: uppercase;
  font-size: 10px;
  margin-left: 10px;
  display: block;
  clear: left;
}
.input label em {
  font-style: normal;
  color: #8e8e8e;
  text-transform: none;
}
.input .input-label {
  height: 34px;
  background-color: #e0e0e0;
  border: 0px;
  padding: 6px 8px;
  outline: 0;
  position: relative;
}
.input .input-label i {
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 6px;
  color: #4F4F4F;
  display: none;
}
.input .input-label:hover i {
  display: block;
}
.input input,
.input select,
.input textarea {
  height: 34px;
  background-color: #e0e0e0;
  border: 0px;
  padding: 6px 8px;
  outline: 0;
  width: 100%;
}
.input textarea {
  resize: vertical;
  display: block;
  min-height: 34px;
}
.input textarea.two-line {
  height: 107px;
  min-height: 107px;
}
.input.select select {
  line-height: 24px;
}
.input.select .wijmo-wijcombobox {
  width: 100%;
  background-color: #e0e0e0;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-input {
  background: transparent;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-trigger {
  border-left: 1px solid #797979;
  height: 28px;
  margin: 5px 0px;
  width: 38px;
  display: block !important;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  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;
  background-color: #2c2c2c !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  color: #1ace73 !important;
  border: none;
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  outline: none !important;
  display: inline-table !important;
  margin: auto;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: absolute;
  margin: 0px;
  padding-left: 3px;
  padding-right: 3px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  display: none !important;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:focus,
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:active:focus,
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.active:focus,
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.focus,
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:active.focus,
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:hover,
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:focus,
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.focus {
  color: #333;
  text-decoration: none;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:active,
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.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);
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.disabled,
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add[disabled],
fieldset[disabled] .input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:hover {
  background-color: #464646 !important;
  color: #1ace73 !important;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add i {
  font-size: 32px;
  display: table-cell;
  vertical-align: middle;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add i.glyphicon,
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add i.fa {
  font-size: 18px;
  width: 34px;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add .btn-label {
  vertical-align: middle;
  display: table-cell;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add .btn-label u {
  text-decoration: none;
  font-weight: bold;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add > u {
  text-decoration: none;
  font-weight: bold;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-wide {
  width: 100%;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-wide .btn-label {
  width: 100%;
  text-align: center;
  display: block;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-primary {
  background-color: #1ace73 !important;
  color: #FFFFFF !important;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-primary:hover {
  background-color: #35e68d !important;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-negative {
  background: none !important;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-negative:hover {
  background: none !important;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-negative:hover i {
  color: #35e68d;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.no-padding {
  padding: 0px;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-small {
  height: 20px;
  line-height: 20px;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-small i {
  font-size: 20px;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-small i.glyphicon,
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-small i.fa {
  font-size: 20px;
  width: 25px;
}
.input.select .wijmo-wijcombobox .wijmo-wijcombobox-inline-add .caret-wrapper {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: 4px;
}
.input.select.small-trigger .wijmo-wijcombobox-trigger {
  border-left: 0px;
  width: 20px;
}
.input.checkbox,
.input.radio {
  margin-top: 0px;
  padding-top: 10px;
}
.input.checkbox.align-no-padding,
.input.radio.align-no-padding {
  padding-top: 0px;
}
.input.checkbox.align-top,
.input.radio.align-top {
  padding-top: 19px;
}
.input.checkbox.align-middle,
.input.radio.align-middle {
  padding-top: 24px;
}
.input.checkbox.align-bottom,
.input.radio.align-bottom {
  padding-top: 30px;
}
.input.checkbox input[type=checkbox],
.input.radio input[type=checkbox] {
  padding: 0px;
  margin: 0px;
  height: auto;
  width: auto;
}
.input.checkbox label,
.input.radio label {
  position: relative;
  top: -1px;
}
.input.checkbox.center-label label,
.input.radio.center-label label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50% !important;
}
.input.time .part-label {
  margin: 0px 3px;
}
.input.date-time > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.input.date-time > .row-wrapper .date,
.input.date-time > .row-wrapper .time {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .input.date-time > .row-wrapper .date,
  .input.date-time > .row-wrapper .time {
    float: left;
    width: 50%;
  }
}
.input.date-time-span > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.input.date-time-span > .row-wrapper .date,
.input.date-time-span > .row-wrapper .times {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .input.date-time-span > .row-wrapper .date,
  .input.date-time-span > .row-wrapper .times {
    float: left;
    width: 50%;
  }
}
.input.date-time-span > .row-wrapper .times .time {
  display: inline-block;
}
.input.date-time-span > .row-wrapper .times .separator {
  display: inline-block;
  margin: 0px 8px;
}
.input .input-wide {
  width: 100%;
}
.input .input-high {
  height: 250px;
}
.input .input-xmini {
  width: 50px;
}
.input.multiple .buttons a {
  background-color: #26e3c5;
  padding: 0px;
  width: 24px;
  height: 24px;
  color: black;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 6px;
}
.input.multiple .buttons a i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.input.multiple .buttons a i.glyphicon,
.input.multiple .buttons a i.fa {
  font-size: 12px;
}
.input.multiple .buttons a:hover {
  background-color: #6aecd7;
}
.input.multiple .buttons a.danger {
  background-color: #d91c3a;
}
.input.multiple .buttons a.danger:hover {
  background-color: #e9586f;
}
.input.multiple .buttons a.remove {
  background-color: #d91c3a;
}
.input.multiple .buttons a.remove:hover {
  background-color: #e9586f;
}
.input .input-help {
  color: #666666;
  vertical-align: middle;
  font-size: 11px;
  position: relative;
  top: -1px;
  margin-left: 3px;
  cursor: pointer;
}
.input-message {
  margin-bottom: 15px;
  margin-left: 10px;
  color: grey;
}
.styled-label {
  text-transform: uppercase;
  font-size: 10px;
  margin-left: 10px;
  display: block;
  clear: left;
}
/* ********************************* pre ************************************ */
.app pre {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border: none;
  background-color: #e0e0e0;
  outline: none !important;
}
.app :not(pre) > code[class*="language-"],
.app pre[class*="language-"] {
  background-color: #e0e0e0;
}
a.form-link {
  color: #1ace73;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
/*
.input.checkbox input[type=checkbox] {margin-left: -7px;}
.input.checkbox label {margin-left: 15px;}

.input.textarea textarea.input-wide {resize: vertical;}


.input.time-period > .wijmo-wijinput {width: 70px; margin: 10px;}
.input.time-period > .wijmo-wijinput:nth-child(2) {display: block; width: 220px; margin: 0px;}
.input.time-period > .wijmo-wijinput:nth-child(3) {margin-left: 0px;}



.input 

.form-group {padding: 5px; margin: 10px 0px; border: 1px solid #ccc;}
.form-section {.white-box-out; padding: 1%; width: 98%; margin-top: 10px;}

.input-inline {float: left; margin-right: 10px;}
.input-long {width: 95%;}
*/
/* ********************************* forms - validation ********************* */
.form-section {
  background-color: #f8f8f8;
  padding: 10px 5px 0px 5px;
  margin-bottom: 19px;
  margin-left: 0px;
}
.section-message {
  color: #1ace73 !important;
}
.section-message,
.section-message * {
  font-size: 12px;
}
.section-message em {
  font-weight: bold;
}
/* errors */
.default-error-message {
  font-size: 10px;
  font-weight: bold;
  color: #CA5B5B;
  display: block;
}
.input.error {
  /*    .wijmo-wijinput {
            border-color: @colorError;
        }*/
}
.input.error .validation-error {
  font-size: 10px;
  font-weight: bold;
  color: #CA5B5B;
  display: block;
}
.input.error .validation-error:before {
  content: "(";
}
.input.error .validation-error:after {
  content: ")";
}
.input.error .error-message {
  font-size: 10px;
  font-weight: bold;
  color: #CA5B5B;
  display: block;
}
.input.error .error-message:before {
  content: "(";
}
.input.error .error-message:after {
  content: ")";
}
.input .field-message {
  font-size: 10px;
  font-weight: bold;
  color: #CA5B5B;
  display: block;
}
.input .field-warning {
  font-size: 10px;
  font-weight: bold;
  color: #CA5B5B;
  display: block;
}
.input .field-info {
  font-size: 10px;
  font-weight: bold;
  color: #CA5B5B;
  display: block;
  color: #1ace73;
}
/*
.checkbox-list .row-fluid {}
.checkbox-list .row-fluid label {float: left; margin-left: 5px;}
.checkbox-list .row-fluid input {float: left; clear: both;}

.inline-label {display: inline-block; line-height: 30px; margin-bottom: 10px; vertical-align: middle;}
.inline-label.before {padding-right: 5px;}
.inline-label.after {margin-left: 5px;}
label.inline-label {padding-right: 12px;}

.inline-checkbox {margin-top: 0px !important; height: 30px;}
.input.inline-checkbox-text input[type=checkbox] {margin-top: 8px; margin-left: -148px !important;}
.input.inline-checkbox-text label {margin-left: -125px !important; min-width: 112px;}




.input.date {
    &.input-wide {
        .wijmo-wijinput {width: 100%;}
    }
}

.input.time {
    
    .part {
        margin-right: 10px
    }
    
    .part-label {
        margin-left: -7px;
        margin-right: 10px;
    }
}
*/
/* inline forms */
/*
.inline-form,
.inline-field {
    label {.inline-label; min-width: 141px; float: left; margin-left: -148px;}
    input[type=checkbox] {.inline-checkbox;}
}

.inline-form .input,
.inline-field.input {margin-left: 141px;}

*/
/* single-line radio */
.input.radio.single-line {
  /*
    input[type=radio],
    label {
        margin-right: 17px;
        margin-left: 20px;
    }
    input[type=radio] {
        margin: 9px 5px 0px 0px;
    }*/
}
.input.radio.single-line legend {
  font-size: 14px;
  border: none;
  margin: 0px 50px 0px 0px;
  float: left;
  width: auto;
  line-height: 23px;
}
.inline-actions {
  padding: 0px !important;
  float: right;
}
/* disabled inputs */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly],
.input-disabled {
  cursor: not-allowed !important;
}
/* autocomplete fix */
.autocomplete-username,
.autocomplete-password {
  position: fixed;
  top: -200px;
  left: 0px;
}
/* ********************************* layout ********************************* */
body {
  background: #f4f4f4;
  font-family: 'Lato', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: #333333;
}
/* ********************************* header ********************************* */
.header-pipe {
  border-left: 1px solid #acacac;
}
.header {
  padding-top: 22px;
  background-color: #f4f4f4;
}
.header .header-item {
  border-left: 1px solid #acacac;
  padding: 0px 15px !important;
  min-height: 63px !important;
  min-width: 100px;
}
.header .header-item .header-item-inner {
  min-height: 63px;
  height: 100%;
}
.header .header-item.logo,
.header .header-item.welcome {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .header .header-item.logo,
  .header .header-item.welcome {
    float: left;
    width: 20%;
  }
}
.header .header-item.companies-selection,
.header .header-item.sites-selection {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .header .header-item.companies-selection,
  .header .header-item.sites-selection {
    float: left;
    width: 30%;
  }
}
.header .header-item:first-child {
  border-left: none;
}
.header .environment-info {
  font-size: 12px;
  text-align: center;
  color: #1ace73;
  background-color: #4a4a4a;
  height: 26px;
  margin-bottom: 11px;
  margin-top: -22px;
}
.header .environment-info .environment-label {
  line-height: 26px;
}
.header-separator {
  margin-top: 26px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
  position: relative;
  border-top: 1px solid #acacac;
}
.header-separator .bar-cloak {
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -40px;
  height: 26px;
  background: #f4f4f4;
  width: 80px;
  cursor: pointer;
}
.header-separator .bar-cloak i {
  font-size: 40px;
  color: #616161;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-separator .bar-cloak i.fa {
  font-size: 28px;
  line-height: 40px;
}
.header-separator .bar-cloak i.fa.fa-tv {
  margin-left: 1px;
}
@media (max-width: 992px) {
  .header .header-item {
    border: none;
  }
  .header .header-item.logo,
  .header .header-item.welcome,
  .header .header-item.companies-selection,
  .header .header-item.sites-selection {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .header .header-item .dropdown-inner {
    text-align: center;
  }
  .header .header-item .dropdown-inner i {
    float: none !important;
    width: auto !important;
    vertical-align: middle;
  }
  .header .header-item .dropdown-inner .caret-wrapper {
    float: none !important;
    width: auto !important;
    display: inline-block;
  }
  .header .header-item .dropdown-inner .dropdown-toggle {
    display: none !important;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .header .header-item.logo,
  .header .header-item.welcome,
  .header .header-item.companies-selection,
  .header .header-item.sites-selection {
    float: left;
    width: 25%;
  }
}
/* ********************************* logo *********************************** */
.layout-default .logo,
.layout-dynamic .logo {
  display: block;
  z-index: 10;
  position: relative;
  min-width: 100px;
}
.layout-default .logo .uploaded-photo,
.layout-dynamic .logo .uploaded-photo {
  height: 100%;
}
.layout-default .logo .uploaded-photo .uploaded-photo-container,
.layout-dynamic .logo .uploaded-photo .uploaded-photo-container {
  height: 100%;
}
.layout-default .logo .uploaded-photo .uploaded-photo-container img,
.layout-dynamic .logo .uploaded-photo .uploaded-photo-container img {
  max-height: 63px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* ********************************* welcome ******************************** */
.welcome {
  text-align: right;
  display: block;
  z-index: 10;
}
.welcome .welcome-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 73px;
  margin-left: 15px;
}
.welcome .welcome-wrapper .welcome-text {
  color: #1ace73;
  text-transform: uppercase;
}
.welcome .welcome-icon {
  font-size: 28px;
  background-color: #1ace73;
  margin-left: 5px;
  color: white;
  text-decoration: none;
  width: 28px;
  height: 28px;
  display: block;
  line-height: 28px;
}
.welcome .welcome-icon:hover {
  background-color: #35e68d !important;
}
.welcome .logout-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 35px;
}
.welcome .logout-wrapper .logout {
  font-size: 28px;
  background-color: #1ace73;
  margin-left: 5px;
  color: white;
  text-decoration: none;
  width: 28px;
  height: 28px;
  display: block;
  line-height: 28px;
}
.welcome .logout-wrapper .logout:hover {
  background-color: #35e68d !important;
}
.welcome .help-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
}
.welcome .help-wrapper .help {
  font-size: 28px;
  background-color: #1ace73;
  margin-left: 5px;
  color: white;
  text-decoration: none;
  width: 28px;
  height: 28px;
  display: block;
  line-height: 28px;
}
.welcome .help-wrapper .help:hover {
  background-color: #35e68d !important;
}
.welcome .help-wrapper .help-list {
  left: 33px;
  transform: translateX(-100%);
  overflow-x: hidden;
}
.welcome .help-wrapper .help-list .help-item {
  height: auto;
  display: block;
  width: 100%;
}
.welcome .help-wrapper .help-list .help-item .help-item-icon {
  display: table-cell;
  padding: 3px 10px 3px 0px;
}
.welcome .help-wrapper .help-list .help-item .help-item-content {
  display: table-cell;
  white-space: normal;
  line-height: normal;
  vertical-align: middle;
  min-width: 200px;
}
.welcome .help-wrapper .help-list .help-item .help-item-content .help-item-title {
  text-transform: uppercase;
  white-space: nowrap;
}
.welcome .help-wrapper .help-list .help-item .help-item-content .help-item-description {
  font-size: 10px;
}
.welcome .help-wrapper .help-list .help-item.prioritized {
  background-color: #e0e0e0;
}
.welcome .help-wrapper .help-list .help-item.prioritized:hover {
  background-color: #282f2c;
}
.welcome .help-wrapper .help-list .help-item.prioritized .help-item-title {
  font-weight: bold;
}
/* ********************************* site info ****************************** */
/*.site-info-wrapper {
    display: block;
    float: left;
    z-index: 2;

*/
.dropdown-menu {
  border: 0px;
  max-height: 427px;
  overflow-y: auto;
  box-shadow: none;
  padding: 7px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20000;
}
.dropdown-menu > li {
  padding: 0px 8px;
  background-color: #f4f4f4;
  height: 32px;
}
.dropdown-menu > li > a {
  font-size: 11px;
  line-height: 31px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #d5d6d7;
  color: #252525;
  background-color: transparent !important;
}
.dropdown-menu > li > .site-category {
  font-size: 11px;
  line-height: 31px;
  padding: 0px 20px;
  margin: 0px;
  border-top: 1px solid #d5d6d7;
  color: #252525;
  background-color: #e0e0e0 !important;
  display: block;
  clear: both;
  font-weight: bold;
}
.dropdown-menu > li:hover {
  background-color: #282f2c;
}
.dropdown-menu > li:hover a {
  border-top-color: transparent;
  color: #1ace73;
}
.dropdown-menu > li:first-child a {
  border-top-color: transparent;
}
.dropdown-menu > li.site-category-item {
  padding: 0;
  cursor: default;
}
.companies-selection,
.sites-selection {
  text-align: center;
  font-family: 'Lato', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.companies-selection #ContextCompany,
.sites-selection #ContextCompany,
.companies-selection #ContextSite,
.sites-selection #ContextSite {
  border: none;
  display: none;
}
.companies-selection #ContextCompany,
.sites-selection #ContextCompany {
  margin-right: 10px;
}
.companies-selection .dropdown,
.sites-selection .dropdown {
  cursor: pointer;
  font-size: 22px;
  height: 63px;
  font-weight: normal;
  width: 100%;
  text-transform: uppercase;
}
.companies-selection .dropdown .dropdown-inner,
.sites-selection .dropdown .dropdown-inner {
  height: 100%;
}
.companies-selection .dropdown .dropdown-inner i,
.sites-selection .dropdown .dropdown-inner i {
  float: left;
  width: 20%;
  font-size: 40px;
  color: #1ace73;
  line-height: 63px;
  margin: 0px;
}
.companies-selection .dropdown .dropdown-inner .caret-wrapper,
.sites-selection .dropdown .dropdown-inner .caret-wrapper {
  float: left;
  width: 5%;
  color: #221f1f;
  line-height: 63px;
}
.companies-selection .dropdown .dropdown-inner .caret-wrapper .caret,
.sites-selection .dropdown .dropdown-inner .caret-wrapper .caret {
  margin-left: 0px;
}
.companies-selection .dropdown .dropdown-inner .dropdown-toggle,
.sites-selection .dropdown .dropdown-inner .dropdown-toggle {
  float: left;
  width: 75%;
  text-decoration: none;
  display: inline-block;
  color: #8e8e8e;
  font-family: 'LatoLight', 'Lato', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  word-wrap: break-word;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.companies-selection .dropdown .dropdown-inner .dropdown-toggle:hover,
.sites-selection .dropdown .dropdown-inner .dropdown-toggle:hover {
  color: #8e8e8e;
}
.companies-selection .dropdown .dropdown-inner .dropdown-overlay,
.sites-selection .dropdown .dropdown-inner .dropdown-overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
/* ********************************* top menu ******************************* */
.top-menu-gradient {
  background-image: -webkit-linear-gradient(left, #35e68d 0%, #1ace73 100%);
  background-image: -o-linear-gradient(left, #35e68d 0%, #1ace73 100%);
  background-image: linear-gradient(to right, #35e68d 0%, #1ace73 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff35e68d', endColorstr='#ff1ace73', GradientType=1);
}
.app .top-menu {
  margin-left: -138px;
  width: 138px;
  height: 100%;
  position: fixed;
  z-index: 10000;
  color: white;
}
.app .top-menu .top-menu-inner {
  background: transparent;
  border: none;
  height: 100%;
  padding: 0px;
}
.app ul.top-menu-list {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #2b2726;
}
.app ul.top-menu-list li {
  width: 100% !important;
  vertical-align: middle;
  display: block;
  float: none;
}
.app ul.top-menu-list li:hover a {
  background-image: -webkit-linear-gradient(left, #35e68d 0%, #1ace73 100%);
  background-image: -o-linear-gradient(left, #35e68d 0%, #1ace73 100%);
  background-image: linear-gradient(to right, #35e68d 0%, #1ace73 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff35e68d', endColorstr='#ff1ace73', GradientType=1);
  border-right-color: #2b2726;
}
.app ul.top-menu-list li.active a,
.app ul.top-menu-list li.ui-tabs-active a {
  background-image: -webkit-linear-gradient(left, #35e68d 0%, #1ace73 100%);
  background-image: -o-linear-gradient(left, #35e68d 0%, #1ace73 100%);
  background-image: linear-gradient(to right, #35e68d 0%, #1ace73 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff35e68d', endColorstr='#ff1ace73', GradientType=1);
  border-right-color: #2b2726;
  color: white;
}
.app ul.top-menu-list li a {
  box-shadow: none;
  text-shadow: none !important;
  color: white;
  background-color: #2b2726;
  text-decoration: none;
  border-right: 9px solid #1ace73;
  width: 138px;
  height: 100%;
  display: block;
  text-align: center;
  position: relative;
}
.app ul.top-menu-list li a .menu-link-inner {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin-left: 0px !important;
}
.app ul.top-menu-list li a .menu-link-inner i {
  font-size: 36px;
  display: block;
  opacity: 0.8;
  margin-bottom: 6px;
}
.app ul.top-menu-list li a .menu-link-inner i.fa {
  font-size: 27px;
}
.app ul.top-menu-list li a .menu-link-inner i.fa.fa-tv {
  position: relative;
  left: 1px;
}
.app ul.top-menu-list li a .menu-link-inner span.menu-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  float: none !important;
}
.app ul.top-menu-list.horizontal li a {
  position: relative;
  text-align: left;
}
.app ul.top-menu-list.horizontal li a .menu-link-inner {
  left: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.app ul.top-menu-list.horizontal li a .menu-link-inner i {
  display: inline;
  padding-top: 0px;
  font-size: 30px;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 14px;
}
.app ul.top-menu-list.horizontal li a .menu-link-inner i.fa {
  font-size: 22px;
}
.app ul.top-menu-list.horizontal li a .menu-link-inner i.fa.fa-tv {
  position: relative;
  left: 1px;
}
.app ul.top-menu-list.horizontal li a .menu-link-inner span.menu-label {
  display: none;
}
.main-content {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f8f8f8;
  -webkit-box-shadow: 5px 5px #dcdcdc;
  box-shadow: 5px 5px #dcdcdc;
}
.main-content-padding {
  padding-left: 42px;
  padding-right: 42px;
}
#content {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f8f8f8;
  -webkit-box-shadow: 5px 5px #dcdcdc;
  box-shadow: 5px 5px #dcdcdc;
}
/* ********************************* footer ********************************* */
#footer {
  margin-bottom: 40px;
}
#footer .footer-content-inner {
  text-align: center;
  font-size: 12px;
  position: relative;
  top: 13px;
  right: -32px;
}
#footer .footer-content-inner img {
  width: 24px;
  margin-left: 10px;
  cursor: pointer;
}
/* ********************************* alerts ********************************* */
#alerts {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding-left: 138px;
  background: transparent;
  z-index: 200000;
}
#alerts .alert {
  position: relative;
  margin-bottom: 0px;
  border-radius: 0px;
  border: 0px;
  min-height: 26px;
  font-size: 12px;
  padding: 3px 15px 3px 65px;
}
#alerts .alert .notifier-wrapper {
  display: inline-block;
  margin-right: 5px;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
}
#alerts .alert .notifier-wrapper i {
  display: block;
  line-height: 26px;
}
#alerts .alert .alert-message {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 60px;
}
#alerts .alert .close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
}
#alerts .alert .spinner-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  height: 20px;
  width: 20px;
}
#alerts .alert .spinner-wrapper .spinner-content {
  width: 100%;
  height: 100%;
}
#alerts .alert.alert-info {
  color: #22d27c;
  background-color: #e8faf1;
}
#alerts .alert.alert-error {
  color: #f61e1e;
  background-color: #fcd1d1;
}
#alerts .alert.alert-warning {
  color: #CE8D1C;
  background-color: #F3E0CB;
}
.flashes {
  display: none;
}
/* ********************************* layouts ******************************** */
.app {
  /* ********************************* layouts - default ********************** */
  /* ********************************* layouts - dynamic ********************** */
  /* ********************************* layouts - centered ********************* */
  /* ********************************* layouts - error ************************ */
  /* ********************************* layouts - dialog *********************** */
  /* ********************************* layouts - ajax ************************* */
  /* ********************************* layouts - full screen pure ************* */
}
.app.layout-default .container-wrapper {
  padding-top: 151px;
  padding-left: 138px;
}
.app.layout-default .container-wrapper .container-middle {
  padding-left: 42px;
  padding-right: 42px;
}
.app.layout-default .container-wrapper .container-middle .container-inner {
  padding: 40px 0px 40px 45px !important;
  overflow: hidden;
  background-color: #FFFFFF !important;
  padding-right: 45px !important;
}
@media (max-width: 992px) {
  .app.layout-default .container-wrapper .container-middle .container-inner {
    padding-right: 45px !important;
  }
}
@media (max-width: 992px) {
  .app.layout-default .container-wrapper .container-middle .container-inner {
    /*padding-right: 0px !important;*/
  }
}
.app.layout-default .tabs-manager {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}
.app.layout-dynamic .header,
.app.layout-default .header {
  position: fixed;
  width: 100%;
  padding-left: 138px;
  z-index: 5000;
}
.app.layout-dynamic .header .header-inner,
.app.layout-default .header .header-inner {
  padding-left: 42px;
  padding-right: 42px;
}
.app.layout-dynamic #footer,
.app.layout-default #footer {
  margin-left: 138px;
}
.app.layout-dynamic #footer .footer-content,
.app.layout-default #footer .footer-content {
  padding-left: 42px;
  padding-right: 42px;
}
.app.layout-dynamic .tabs-manager.wijmo-wijtabs,
.app.layout-default .tabs-manager.wijmo-wijtabs {
  margin-left: 138px;
}
.app.layout-dynamic .tabs-manager.wijmo-wijtabs > ul,
.app.layout-default .tabs-manager.wijmo-wijtabs > ul {
  width: 138px !important;
  margin-left: -138px !important;
  position: fixed !important;
  z-index: 10000;
  background-color: #2b2726;
}
.app.layout-dynamic .tabs-manager.wijmo-wijtabs > ul > li,
.app.layout-default .tabs-manager.wijmo-wijtabs > ul > li {
  border-top: none !important;
  border-left: none !important;
  border-right: 9px solid #1ace73 !important;
}
.app.layout-dynamic .tabs-manager.wijmo-wijtabs > ul > li a,
.app.layout-default .tabs-manager.wijmo-wijtabs > ul > li a {
  padding-top: 0px !important;
  color: white;
  z-index: 10;
  background: none;
  border-right: 9px solid transparent;
}
.app.layout-dynamic .tabs-manager.wijmo-wijtabs > ul > li.ui-state-active,
.app.layout-default .tabs-manager.wijmo-wijtabs > ul > li.ui-state-active,
.app.layout-dynamic .tabs-manager.wijmo-wijtabs > ul > li.ui-state-hover,
.app.layout-default .tabs-manager.wijmo-wijtabs > ul > li.ui-state-hover {
  background-image: -webkit-linear-gradient(left, #35e68d 0%, #1ace73 100%);
  background-image: -o-linear-gradient(left, #35e68d 0%, #1ace73 100%);
  background-image: linear-gradient(to right, #35e68d 0%, #1ace73 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff35e68d', endColorstr='#ff1ace73', GradientType=1);
  border-right: 9px solid #2b2726 !important;
}
.app.layout-dynamic .tabs-manager.wijmo-wijtabs > ul > .tabs-highlight,
.app.layout-default .tabs-manager.wijmo-wijtabs > ul > .tabs-highlight {
  position: fixed;
  left: 0px;
  margin-left: 0px;
  width: 138px;
  background-image: -webkit-linear-gradient(left, #35e68d 0%, #1ace73 100%);
  background-image: -o-linear-gradient(left, #35e68d 0%, #1ace73 100%);
  background-image: linear-gradient(to right, #35e68d 0%, #1ace73 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff35e68d', endColorstr='#ff1ace73', GradientType=1);
  border-right: 9px solid #2b2726;
  display: none;
}
.app.layout-dynamic .tabs-manager.wijmo-wijtabs > .ui-tabs-panel,
.app.layout-default .tabs-manager.wijmo-wijtabs > .ui-tabs-panel {
  margin-top: 136px !important;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 42px;
  padding-right: 42px;
}
.app.layout-dynamic .tabs-manager.wijmo-wijtabs > .ui-tabs-panel > div,
.app.layout-default .tabs-manager.wijmo-wijtabs > .ui-tabs-panel > div {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f8f8f8;
  -webkit-box-shadow: 5px 5px #dcdcdc;
  box-shadow: 5px 5px #dcdcdc;
}
.app.layout-dynamic.test-environment .tabs-manager.wijmo-wijtabs > .ui-tabs-panel {
  margin-top: 151px !important;
}
.app.layout-centered {
  height: 100vh;
}
.app.layout-centered .content-wrapper-outer {
  height: 100%;
}
.app.layout-centered .content-wrapper-outer .content-wrapper {
  position: relative;
  top: 9%;
  /*                display: table-cell;
                vertical-align: middle;*/
}
.app.layout-centered .content-wrapper-outer .content-wrapper .logo {
  display: block;
  margin: 0px auto 0px auto;
  width: 102px;
  padding-top: 5px;
}
.app.layout-centered .content-wrapper-outer .content-wrapper .logo img {
  max-height: 102px;
}
.app.layout-centered .content-wrapper-outer .content-wrapper #content {
  background-color: #fbfbfb;
  margin: 25px auto 0px auto;
  width: 436px;
  padding: 28px 53px 35px 53px;
}
.app.layout-centered .content-wrapper-outer .content-wrapper #content .header-separator {
  border-color: #929292;
  margin-bottom: 32px;
}
.app.layout-centered .content-wrapper-outer .content-wrapper #content .header-separator .bar-cloak {
  background-color: #fbfbfb;
}
.app.layout-centered .content-wrapper-outer .content-wrapper #content .header-separator .bar-cloak i {
  color: #747474 !important;
}
.app.layout-centered .content-wrapper-outer .content-wrapper #content form .submit {
  text-align: center;
  margin-top: 25px;
}
.app.layout-centered .content-wrapper-outer .content-wrapper #content form a.form-link {
  margin-top: 10px;
  margin-left: 10px;
  display: inline-block;
}
.app.layout-centered #footer {
  text-align: center;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.app.layout-centered #footer .footer-content-inner {
  right: 30px;
}
.app.layout-centered #alerts {
  padding-left: 0px;
}
.app.layout-error {
  margin: 15px auto 15px auto;
  padding: 0px 40px;
  width: 100%;
}
.app.layout-error .logo img {
  max-height: 100px;
}
.app.layout-error #content {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 20px;
}
.app.layout-dialog {
  margin: 0px;
  padding: 15px;
  background: transparent;
  min-height: 100vh;
}
.app.layout-dialog form {
  margin-bottom: 0px;
}
.app.layout-dialog .actions > * {
  margin-bottom: 0px;
}
.app.app-layout-dialog {
  min-height: 100vh;
}
.app.app-layout-dialog > .base-document {
  min-height: 100vh;
}
.app.layout-ajax {
  position: relative;
}
.app.layout-full-screen-pure {
  margin: 10px;
  background: white;
}
.app.layout-full-screen-pure #footer {
  margin-top: 10px;
  margin-bottom: 50px;
}
.app.layout-full-screen-pure #footer .footer-content-inner {
  top: 35px;
  right: 5px;
}
/* ********************************* JavaScript and cookies checks ********** */
.cookies-disabled {
  display: none;
}
/* ********************************* preload ******************************** */
.preload {
  opacity: 0;
}
.preload .lato-regular {
  font-family: 'Lato';
}
.preload .lato-bold {
  font-family: 'Lato';
  font-weight: 'bold';
}
.preload .lato-light {
  font-family: 'LatoLight';
}
.preload .lato-heavy {
  font-family: 'LatoHeavy';
}
/* ********************************* panels configuration ******************* */
.main-panel-inner {
  padding: 20px 0px 40px 45px !important;
  overflow: hidden;
  background-color: #FFFFFF !important;
}
@media (max-width: 992px) {
  .main-panel-inner {
    padding-right: 45px !important;
  }
}
.main-panel-inner-tabs {
  padding: 0px 0px 40px 45px !important;
  overflow: hidden;
  background-color: #FFFFFF !important;
}
@media (max-width: 992px) {
  .main-panel-inner-tabs {
    padding-right: 45px !important;
  }
}
.main-panel-inner-masterslave-tabs {
  padding: 0px 0px 40px 45px !important;
  overflow: hidden;
  background-color: #FFFFFF !important;
}
@media (max-width: 992px) {
  .main-panel-inner-masterslave-tabs {
    padding-right: 45px !important;
  }
}
.secondary-panel-tabs {
  padding-left: 0px !important;
  padding-right: 45px !important;
  background-color: #FFFFFF !important;
}
@media (max-width: 992px) {
  .secondary-panel-tabs {
    padding-right: 0px !important;
  }
}
.main-outer-panel {
  margin: 15px 15px 18px 0px;
  padding: 0px !important;
  background-color: #FFFFFF !important;
}
.main-panel {
  padding: 40px 0px 40px 45px !important;
  overflow: hidden;
  background-color: #FFFFFF !important;
}
@media (max-width: 992px) {
  .main-panel {
    padding-right: 45px !important;
  }
}
.main-panel-inner-negative {
  margin: -20px 0px 0px -45px;
  padding: 20px 45px 10px 45px;
  background-color: #fbfbfb;
}
@media (max-width: 992px) {
  .main-panel-inner-negative {
    margin-right: -45px !important;
  }
}
.no-padding-panel {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.main-panel-inner-right-padding {
  padding-right: 45px !important;
}
@media (max-width: 992px) {
  .main-panel-inner-right-padding {
    /*padding-right: 0px !important;*/
  }
}
.main-panel-inner-right-negative-margin {
  margin-right: -45px !important;
}
.main-panel-inner-top-negative-small-margin {
  margin-top: -20px !important;
}
@media (max-width: 992px) {
  .main-panel-inner-top-negative-small-margin {
    margin-top: 0px !important;
  }
}
.main-panel-inner-top-negative-margin {
  margin-top: -40px !important;
}
@media (max-width: 992px) {
  .main-panel-inner-top-negative-margin {
    margin-top: 0px !important;
  }
}
.main-panel-inner-left-small-padding {
  padding-left: 20px !important;
}
.app .tabs-company-site > .ui-tabs-panel,
.app .tabs-assignments > .ui-tabs-panel,
.app .tabs-reports > .ui-tabs-panel,
.app .tabs-notifications > .ui-tabs-panel,
.app .tabs-advanced > .ui-tabs-panel,
.app .tabs-administration > .ui-tabs-panel,
.app .tabs-chektv-management > .ui-tabs-panel {
  margin: 15px 15px 18px 0px;
  padding: 0px !important;
  background-color: #FFFFFF !important;
}
.app .tabs-company > .ui-tabs-panel,
.app .tabs-site > .ui-tabs-panel,
.app .tabs-statistics > .ui-tabs-panel,
.app .tabs-advanced-checklists > .ui-tabs-panel,
.app .tabs-customize > .ui-tabs-panel,
.app .tabs-background-processes > .ui-tabs-panel {
  padding: 0px 0px 40px 45px !important;
  overflow: hidden;
  background-color: #FFFFFF !important;
}
@media (max-width: 992px) {
  .app .tabs-company > .ui-tabs-panel,
  .app .tabs-site > .ui-tabs-panel,
  .app .tabs-statistics > .ui-tabs-panel,
  .app .tabs-advanced-checklists > .ui-tabs-panel,
  .app .tabs-customize > .ui-tabs-panel,
  .app .tabs-background-processes > .ui-tabs-panel {
    padding-right: 45px !important;
  }
}
.app .tabs-notifications > .ui-tabs-panel,
.app .tabs-advanced > .ui-tabs-panel.messages,
.app .tabs-chektv-management > .ui-tabs-panel {
  padding: 0px 0px 40px 45px !important;
  overflow: hidden;
  background-color: #FFFFFF !important;
}
@media (max-width: 992px) {
  .app .tabs-notifications > .ui-tabs-panel,
  .app .tabs-advanced > .ui-tabs-panel.messages,
  .app .tabs-chektv-management > .ui-tabs-panel {
    padding-right: 45px !important;
  }
}
.app .tabs-assignments > .ui-tabs-panel,
.app .tabs-reports > .ui-tabs-panel,
.app .tabs-notifications > .ui-tabs-panel.stored-actions,
.app .tabs-administration > .ui-tabs-panel.live-configuration,
.app .tabs-import > .ui-tabs-panel,
.app .__employees__index,
.app .tabs-advanced > .ui-tabs-panel.store,
.app .tabs-chektv-management > .ui-tabs-panel.devices {
  padding: 20px 0px 40px 45px !important;
  overflow: hidden;
  background-color: #FFFFFF !important;
}
@media (max-width: 992px) {
  .app .tabs-assignments > .ui-tabs-panel,
  .app .tabs-reports > .ui-tabs-panel,
  .app .tabs-notifications > .ui-tabs-panel.stored-actions,
  .app .tabs-administration > .ui-tabs-panel.live-configuration,
  .app .tabs-import > .ui-tabs-panel,
  .app .__employees__index,
  .app .tabs-advanced > .ui-tabs-panel.store,
  .app .tabs-chektv-management > .ui-tabs-panel.devices {
    padding-right: 45px !important;
  }
}
.app .__equipment__index,
.app .wizard-checklists > .wijmo-wijwizard-content > .wijmo-wijwizard-panel {
  padding: 40px 0px 40px 45px !important;
  overflow: hidden;
  background-color: #FFFFFF !important;
}
@media (max-width: 992px) {
  .app .__equipment__index,
  .app .wizard-checklists > .wijmo-wijwizard-content > .wijmo-wijwizard-panel {
    padding-right: 45px !important;
  }
}
.app .tabs-schedule-preset > .ui-tabs-panel,
.app .tabs-equipment > .ui-tabs-panel,
.app .__checklists__edit,
.app .__checklists__add,
.app .masterslave-questions-slave .form-checklist,
.app .masterslave-questions-slave .form-checklist-item-condition,
.app .masterslave-questions-slave .form-checklist-item-loop,
.app .masterslave-questions-slave .form-checklist-item-sub-checklist,
.app .masterslave-questions-slave .form-checklist-item-group-title,
.app .tabs-question > .ui-tabs-panel,
.app .tabs-dependent > .ui-tabs-panel,
.app .tabs-task-schedule > .ui-tabs-panel,
.app .tabs-rule > .ui-tabs-panel,
.app .tabs-message > .ui-tabs-panel,
.app .tabs-control > .ui-tabs-panel,
.app .tabs-issue > .ui-tabs-panel {
  padding-left: 0px !important;
  padding-right: 45px !important;
  background-color: #FFFFFF !important;
}
@media (max-width: 992px) {
  .app .tabs-schedule-preset > .ui-tabs-panel,
  .app .tabs-equipment > .ui-tabs-panel,
  .app .__checklists__edit,
  .app .__checklists__add,
  .app .masterslave-questions-slave .form-checklist,
  .app .masterslave-questions-slave .form-checklist-item-condition,
  .app .masterslave-questions-slave .form-checklist-item-loop,
  .app .masterslave-questions-slave .form-checklist-item-sub-checklist,
  .app .masterslave-questions-slave .form-checklist-item-group-title,
  .app .tabs-question > .ui-tabs-panel,
  .app .tabs-dependent > .ui-tabs-panel,
  .app .tabs-task-schedule > .ui-tabs-panel,
  .app .tabs-rule > .ui-tabs-panel,
  .app .tabs-message > .ui-tabs-panel,
  .app .tabs-control > .ui-tabs-panel,
  .app .tabs-issue > .ui-tabs-panel {
    padding-right: 0px !important;
  }
}
.app .tabs-company > .ui-tabs-panel,
.app .tabs-site > .ui-tabs-panel:not(.schedule-presets),
.app .tabs-employee > .ui-tabs-panel,
.app .masterslave-equipment-slave .__makes__edit,
.app .masterslave-equipment-slave .__equipment__edit,
.app .masterslave-equipment-slave .__equipment__add,
.app .tabs-reports > .ui-tabs-panel,
.app .tabs-notifications > .ui-tabs-panel.stored-actions,
.app .tabs-advanced-checklists > .ui-tabs-panel,
.app .tabs-customize > .ui-tabs-panel:not(.controls),
.app .tabs-statistics > .ui-tabs-panel,
.app .tabs-administration > .ui-tabs-panel.live-configuration,
.app .tabs-import > .ui-tabs-panel,
.app .tabs-background-processes > .ui-tabs-panel,
.app .tabs-advanced > .ui-tabs-panel.store,
.app .tabs-widget > .ui-tabs-panel,
.app .tabs-widget-page > .ui-tabs-panel,
.app .tabs-widget-assignment > .ui-tabs-panel,
.app .tabs-chektv-management > .ui-tabs-panel.devices {
  padding-right: 45px !important;
}
@media (max-width: 992px) {
  .app .tabs-company > .ui-tabs-panel,
  .app .tabs-site > .ui-tabs-panel:not(.schedule-presets),
  .app .tabs-employee > .ui-tabs-panel,
  .app .masterslave-equipment-slave .__makes__edit,
  .app .masterslave-equipment-slave .__equipment__edit,
  .app .masterslave-equipment-slave .__equipment__add,
  .app .tabs-reports > .ui-tabs-panel,
  .app .tabs-notifications > .ui-tabs-panel.stored-actions,
  .app .tabs-advanced-checklists > .ui-tabs-panel,
  .app .tabs-customize > .ui-tabs-panel:not(.controls),
  .app .tabs-statistics > .ui-tabs-panel,
  .app .tabs-administration > .ui-tabs-panel.live-configuration,
  .app .tabs-import > .ui-tabs-panel,
  .app .tabs-background-processes > .ui-tabs-panel,
  .app .tabs-advanced > .ui-tabs-panel.store,
  .app .tabs-widget > .ui-tabs-panel,
  .app .tabs-widget-page > .ui-tabs-panel,
  .app .tabs-widget-assignment > .ui-tabs-panel,
  .app .tabs-chektv-management > .ui-tabs-panel.devices {
    /*padding-right: 0px !important;*/
  }
}
.app .masterslave-task-schedule-recurrence-slave,
.app .masterslave-equipment-slave .tabs-equipment {
  margin-right: -45px !important;
}
.app .tabs-employee > .ui-tabs-panel {
  padding-left: 20px !important;
}
.app .__employees__index .__employees__add,
.app .__employees__index .__employees__edit {
  margin-top: -20px !important;
}
@media (max-width: 992px) {
  .app .__employees__index .__employees__add,
  .app .__employees__index .__employees__edit {
    margin-top: 0px !important;
  }
}
.app .tabs-equipment,
.app .masterslave-questions-slave .tabs-question {
  margin-top: -40px !important;
}
@media (max-width: 992px) {
  .app .tabs-equipment,
  .app .masterslave-questions-slave .tabs-question {
    margin-top: 0px !important;
  }
}
.app .wizard-checklist-import .tabs-question {
  margin-top: 0px !important;
}
.app .__employees__index {
  background-color: #f8f8f8 !important;
}
.app .__employees__index .__employees__add,
.app .__employees__index .__employees__edit {
  background-color: #FFFFFF;
}
.app .masterslave-questionDuplicates-slave .tabs-question > .ui-tabs-panel,
.app .wizard-checklist-import .tabs-question > .ui-tabs-panel,
.app .issue-details-dialog .tabs-issue > .ui-tabs-panel {
  padding-left: 15px !important;
}
/* ********************************* fine grid ****************************** */
.row > *.no-right-padding {
  padding-right: 0px;
}
.row > *.no-left-padding {
  padding-left: 0px;
}
/* ********************************* fine grid ****************************** */
.fine-row:before,
.fine-row:after {
  content: " ";
  display: table;
}
.fine-row:after {
  clear: both;
}
.fine-row:before,
.fine-row:after {
  content: " ";
  display: table;
}
.fine-row:after {
  clear: both;
}
@media (min-width: 768px) {
  .fine-row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.fine-row .row {
  margin-left: 0px;
  margin-right: 0px;
}
.fine-col-md-1 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-1 {
    float: left;
    width: 1%;
  }
}
.fine-col-md-2 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-2 {
    float: left;
    width: 2%;
  }
}
.fine-col-md-3 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-3 {
    float: left;
    width: 3%;
  }
}
.fine-col-md-4 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-4 {
    float: left;
    width: 4%;
  }
}
.fine-col-md-5 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-5 {
    float: left;
    width: 5%;
  }
}
.fine-col-md-6 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-6 {
    float: left;
    width: 6%;
  }
}
.fine-col-md-7 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-7 {
    float: left;
    width: 7%;
  }
}
.fine-col-md-8 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-8 {
    float: left;
    width: 8%;
  }
}
.fine-col-md-9 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-9 {
    float: left;
    width: 9%;
  }
}
.fine-col-md-10 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-10 {
    float: left;
    width: 10%;
  }
}
.fine-col-md-11 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-11 {
    float: left;
    width: 11%;
  }
}
.fine-col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-12 {
    float: left;
    width: 12%;
  }
}
.fine-col-md-13 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-13 {
    float: left;
    width: 13%;
  }
}
.fine-col-md-14 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-14 {
    float: left;
    width: 14%;
  }
}
.fine-col-md-15 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-15 {
    float: left;
    width: 15%;
  }
}
.fine-col-md-16 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-16 {
    float: left;
    width: 16%;
  }
}
.fine-col-md-17 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-17 {
    float: left;
    width: 17%;
  }
}
.fine-col-md-18 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-18 {
    float: left;
    width: 18%;
  }
}
.fine-col-md-19 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-19 {
    float: left;
    width: 19%;
  }
}
.fine-col-md-20 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-20 {
    float: left;
    width: 20%;
  }
}
.fine-col-md-21 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-21 {
    float: left;
    width: 21%;
  }
}
.fine-col-md-22 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-22 {
    float: left;
    width: 22%;
  }
}
.fine-col-md-23 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-23 {
    float: left;
    width: 23%;
  }
}
.fine-col-md-24 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-24 {
    float: left;
    width: 24%;
  }
}
.fine-col-md-25 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-25 {
    float: left;
    width: 25%;
  }
}
.fine-col-md-26 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-26 {
    float: left;
    width: 26%;
  }
}
.fine-col-md-27 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-27 {
    float: left;
    width: 27%;
  }
}
.fine-col-md-28 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-28 {
    float: left;
    width: 28%;
  }
}
.fine-col-md-29 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-29 {
    float: left;
    width: 29%;
  }
}
.fine-col-md-30 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-30 {
    float: left;
    width: 30%;
  }
}
.fine-col-md-31 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-31 {
    float: left;
    width: 31%;
  }
}
.fine-col-md-32 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-32 {
    float: left;
    width: 32%;
  }
}
.fine-col-md-33 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-33 {
    float: left;
    width: 33%;
  }
}
.fine-col-md-34 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-34 {
    float: left;
    width: 34%;
  }
}
.fine-col-md-35 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-35 {
    float: left;
    width: 35%;
  }
}
.fine-col-md-36 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-36 {
    float: left;
    width: 36%;
  }
}
.fine-col-md-37 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-37 {
    float: left;
    width: 37%;
  }
}
.fine-col-md-38 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-38 {
    float: left;
    width: 38%;
  }
}
.fine-col-md-39 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-39 {
    float: left;
    width: 39%;
  }
}
.fine-col-md-40 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-40 {
    float: left;
    width: 40%;
  }
}
.fine-col-md-41 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-41 {
    float: left;
    width: 41%;
  }
}
.fine-col-md-42 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-42 {
    float: left;
    width: 42%;
  }
}
.fine-col-md-43 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-43 {
    float: left;
    width: 43%;
  }
}
.fine-col-md-44 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-44 {
    float: left;
    width: 44%;
  }
}
.fine-col-md-45 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-45 {
    float: left;
    width: 45%;
  }
}
.fine-col-md-46 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-46 {
    float: left;
    width: 46%;
  }
}
.fine-col-md-47 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-47 {
    float: left;
    width: 47%;
  }
}
.fine-col-md-48 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-48 {
    float: left;
    width: 48%;
  }
}
.fine-col-md-49 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-49 {
    float: left;
    width: 49%;
  }
}
.fine-col-md-50 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-50 {
    float: left;
    width: 50%;
  }
}
.fine-col-md-51 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-51 {
    float: left;
    width: 51%;
  }
}
.fine-col-md-52 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-52 {
    float: left;
    width: 52%;
  }
}
.fine-col-md-53 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-53 {
    float: left;
    width: 53%;
  }
}
.fine-col-md-54 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-54 {
    float: left;
    width: 54%;
  }
}
.fine-col-md-55 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-55 {
    float: left;
    width: 55%;
  }
}
.fine-col-md-56 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-56 {
    float: left;
    width: 56%;
  }
}
.fine-col-md-57 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-57 {
    float: left;
    width: 57%;
  }
}
.fine-col-md-58 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-58 {
    float: left;
    width: 58%;
  }
}
.fine-col-md-59 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-59 {
    float: left;
    width: 59%;
  }
}
.fine-col-md-60 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-60 {
    float: left;
    width: 60%;
  }
}
.fine-col-md-61 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-61 {
    float: left;
    width: 61%;
  }
}
.fine-col-md-62 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-62 {
    float: left;
    width: 62%;
  }
}
.fine-col-md-63 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-63 {
    float: left;
    width: 63%;
  }
}
.fine-col-md-64 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-64 {
    float: left;
    width: 64%;
  }
}
.fine-col-md-65 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-65 {
    float: left;
    width: 65%;
  }
}
.fine-col-md-66 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-66 {
    float: left;
    width: 66%;
  }
}
.fine-col-md-67 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-67 {
    float: left;
    width: 67%;
  }
}
.fine-col-md-68 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-68 {
    float: left;
    width: 68%;
  }
}
.fine-col-md-69 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-69 {
    float: left;
    width: 69%;
  }
}
.fine-col-md-70 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-70 {
    float: left;
    width: 70%;
  }
}
.fine-col-md-71 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-71 {
    float: left;
    width: 71%;
  }
}
.fine-col-md-72 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-72 {
    float: left;
    width: 72%;
  }
}
.fine-col-md-73 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-73 {
    float: left;
    width: 73%;
  }
}
.fine-col-md-74 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-74 {
    float: left;
    width: 74%;
  }
}
.fine-col-md-75 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-75 {
    float: left;
    width: 75%;
  }
}
.fine-col-md-76 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-76 {
    float: left;
    width: 76%;
  }
}
.fine-col-md-77 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-77 {
    float: left;
    width: 77%;
  }
}
.fine-col-md-78 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-78 {
    float: left;
    width: 78%;
  }
}
.fine-col-md-79 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-79 {
    float: left;
    width: 79%;
  }
}
.fine-col-md-80 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-80 {
    float: left;
    width: 80%;
  }
}
.fine-col-md-81 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-81 {
    float: left;
    width: 81%;
  }
}
.fine-col-md-82 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-82 {
    float: left;
    width: 82%;
  }
}
.fine-col-md-83 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-83 {
    float: left;
    width: 83%;
  }
}
.fine-col-md-84 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-84 {
    float: left;
    width: 84%;
  }
}
.fine-col-md-85 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-85 {
    float: left;
    width: 85%;
  }
}
.fine-col-md-86 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-86 {
    float: left;
    width: 86%;
  }
}
.fine-col-md-87 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-87 {
    float: left;
    width: 87%;
  }
}
.fine-col-md-88 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-88 {
    float: left;
    width: 88%;
  }
}
.fine-col-md-89 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-89 {
    float: left;
    width: 89%;
  }
}
.fine-col-md-90 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-90 {
    float: left;
    width: 90%;
  }
}
.fine-col-md-91 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-91 {
    float: left;
    width: 91%;
  }
}
.fine-col-md-92 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-92 {
    float: left;
    width: 92%;
  }
}
.fine-col-md-93 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-93 {
    float: left;
    width: 93%;
  }
}
.fine-col-md-94 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-94 {
    float: left;
    width: 94%;
  }
}
.fine-col-md-95 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-95 {
    float: left;
    width: 95%;
  }
}
.fine-col-md-96 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-96 {
    float: left;
    width: 96%;
  }
}
.fine-col-md-97 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-97 {
    float: left;
    width: 97%;
  }
}
.fine-col-md-98 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-98 {
    float: left;
    width: 98%;
  }
}
.fine-col-md-99 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-99 {
    float: left;
    width: 99%;
  }
}
.fine-col-md-100 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .fine-col-md-100 {
    float: left;
    width: 100%;
  }
}
.fine-col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-1 {
    float: left;
    width: 1%;
  }
}
.fine-col-xs-2 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-2 {
    float: left;
    width: 2%;
  }
}
.fine-col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-3 {
    float: left;
    width: 3%;
  }
}
.fine-col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-4 {
    float: left;
    width: 4%;
  }
}
.fine-col-xs-5 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-5 {
    float: left;
    width: 5%;
  }
}
.fine-col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-6 {
    float: left;
    width: 6%;
  }
}
.fine-col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-7 {
    float: left;
    width: 7%;
  }
}
.fine-col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-8 {
    float: left;
    width: 8%;
  }
}
.fine-col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-9 {
    float: left;
    width: 9%;
  }
}
.fine-col-xs-10 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-10 {
    float: left;
    width: 10%;
  }
}
.fine-col-xs-11 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-11 {
    float: left;
    width: 11%;
  }
}
.fine-col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-12 {
    float: left;
    width: 12%;
  }
}
.fine-col-xs-13 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-13 {
    float: left;
    width: 13%;
  }
}
.fine-col-xs-14 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-14 {
    float: left;
    width: 14%;
  }
}
.fine-col-xs-15 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-15 {
    float: left;
    width: 15%;
  }
}
.fine-col-xs-16 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-16 {
    float: left;
    width: 16%;
  }
}
.fine-col-xs-17 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-17 {
    float: left;
    width: 17%;
  }
}
.fine-col-xs-18 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-18 {
    float: left;
    width: 18%;
  }
}
.fine-col-xs-19 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-19 {
    float: left;
    width: 19%;
  }
}
.fine-col-xs-20 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-20 {
    float: left;
    width: 20%;
  }
}
.fine-col-xs-21 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-21 {
    float: left;
    width: 21%;
  }
}
.fine-col-xs-22 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-22 {
    float: left;
    width: 22%;
  }
}
.fine-col-xs-23 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-23 {
    float: left;
    width: 23%;
  }
}
.fine-col-xs-24 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-24 {
    float: left;
    width: 24%;
  }
}
.fine-col-xs-25 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-25 {
    float: left;
    width: 25%;
  }
}
.fine-col-xs-26 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-26 {
    float: left;
    width: 26%;
  }
}
.fine-col-xs-27 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-27 {
    float: left;
    width: 27%;
  }
}
.fine-col-xs-28 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-28 {
    float: left;
    width: 28%;
  }
}
.fine-col-xs-29 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-29 {
    float: left;
    width: 29%;
  }
}
.fine-col-xs-30 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-30 {
    float: left;
    width: 30%;
  }
}
.fine-col-xs-31 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-31 {
    float: left;
    width: 31%;
  }
}
.fine-col-xs-32 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-32 {
    float: left;
    width: 32%;
  }
}
.fine-col-xs-33 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-33 {
    float: left;
    width: 33%;
  }
}
.fine-col-xs-34 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-34 {
    float: left;
    width: 34%;
  }
}
.fine-col-xs-35 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-35 {
    float: left;
    width: 35%;
  }
}
.fine-col-xs-36 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-36 {
    float: left;
    width: 36%;
  }
}
.fine-col-xs-37 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-37 {
    float: left;
    width: 37%;
  }
}
.fine-col-xs-38 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-38 {
    float: left;
    width: 38%;
  }
}
.fine-col-xs-39 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-39 {
    float: left;
    width: 39%;
  }
}
.fine-col-xs-40 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-40 {
    float: left;
    width: 40%;
  }
}
.fine-col-xs-41 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-41 {
    float: left;
    width: 41%;
  }
}
.fine-col-xs-42 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-42 {
    float: left;
    width: 42%;
  }
}
.fine-col-xs-43 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-43 {
    float: left;
    width: 43%;
  }
}
.fine-col-xs-44 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-44 {
    float: left;
    width: 44%;
  }
}
.fine-col-xs-45 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-45 {
    float: left;
    width: 45%;
  }
}
.fine-col-xs-46 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-46 {
    float: left;
    width: 46%;
  }
}
.fine-col-xs-47 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-47 {
    float: left;
    width: 47%;
  }
}
.fine-col-xs-48 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-48 {
    float: left;
    width: 48%;
  }
}
.fine-col-xs-49 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-49 {
    float: left;
    width: 49%;
  }
}
.fine-col-xs-50 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-50 {
    float: left;
    width: 50%;
  }
}
.fine-col-xs-51 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-51 {
    float: left;
    width: 51%;
  }
}
.fine-col-xs-52 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-52 {
    float: left;
    width: 52%;
  }
}
.fine-col-xs-53 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-53 {
    float: left;
    width: 53%;
  }
}
.fine-col-xs-54 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-54 {
    float: left;
    width: 54%;
  }
}
.fine-col-xs-55 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-55 {
    float: left;
    width: 55%;
  }
}
.fine-col-xs-56 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-56 {
    float: left;
    width: 56%;
  }
}
.fine-col-xs-57 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-57 {
    float: left;
    width: 57%;
  }
}
.fine-col-xs-58 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-58 {
    float: left;
    width: 58%;
  }
}
.fine-col-xs-59 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-59 {
    float: left;
    width: 59%;
  }
}
.fine-col-xs-60 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-60 {
    float: left;
    width: 60%;
  }
}
.fine-col-xs-61 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-61 {
    float: left;
    width: 61%;
  }
}
.fine-col-xs-62 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-62 {
    float: left;
    width: 62%;
  }
}
.fine-col-xs-63 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-63 {
    float: left;
    width: 63%;
  }
}
.fine-col-xs-64 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-64 {
    float: left;
    width: 64%;
  }
}
.fine-col-xs-65 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-65 {
    float: left;
    width: 65%;
  }
}
.fine-col-xs-66 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-66 {
    float: left;
    width: 66%;
  }
}
.fine-col-xs-67 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-67 {
    float: left;
    width: 67%;
  }
}
.fine-col-xs-68 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-68 {
    float: left;
    width: 68%;
  }
}
.fine-col-xs-69 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-69 {
    float: left;
    width: 69%;
  }
}
.fine-col-xs-70 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-70 {
    float: left;
    width: 70%;
  }
}
.fine-col-xs-71 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-71 {
    float: left;
    width: 71%;
  }
}
.fine-col-xs-72 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-72 {
    float: left;
    width: 72%;
  }
}
.fine-col-xs-73 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-73 {
    float: left;
    width: 73%;
  }
}
.fine-col-xs-74 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-74 {
    float: left;
    width: 74%;
  }
}
.fine-col-xs-75 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-75 {
    float: left;
    width: 75%;
  }
}
.fine-col-xs-76 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-76 {
    float: left;
    width: 76%;
  }
}
.fine-col-xs-77 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-77 {
    float: left;
    width: 77%;
  }
}
.fine-col-xs-78 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-78 {
    float: left;
    width: 78%;
  }
}
.fine-col-xs-79 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-79 {
    float: left;
    width: 79%;
  }
}
.fine-col-xs-80 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-80 {
    float: left;
    width: 80%;
  }
}
.fine-col-xs-81 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-81 {
    float: left;
    width: 81%;
  }
}
.fine-col-xs-82 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-82 {
    float: left;
    width: 82%;
  }
}
.fine-col-xs-83 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-83 {
    float: left;
    width: 83%;
  }
}
.fine-col-xs-84 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-84 {
    float: left;
    width: 84%;
  }
}
.fine-col-xs-85 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-85 {
    float: left;
    width: 85%;
  }
}
.fine-col-xs-86 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-86 {
    float: left;
    width: 86%;
  }
}
.fine-col-xs-87 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-87 {
    float: left;
    width: 87%;
  }
}
.fine-col-xs-88 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-88 {
    float: left;
    width: 88%;
  }
}
.fine-col-xs-89 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-89 {
    float: left;
    width: 89%;
  }
}
.fine-col-xs-90 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-90 {
    float: left;
    width: 90%;
  }
}
.fine-col-xs-91 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-91 {
    float: left;
    width: 91%;
  }
}
.fine-col-xs-92 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-92 {
    float: left;
    width: 92%;
  }
}
.fine-col-xs-93 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-93 {
    float: left;
    width: 93%;
  }
}
.fine-col-xs-94 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-94 {
    float: left;
    width: 94%;
  }
}
.fine-col-xs-95 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-95 {
    float: left;
    width: 95%;
  }
}
.fine-col-xs-96 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-96 {
    float: left;
    width: 96%;
  }
}
.fine-col-xs-97 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-97 {
    float: left;
    width: 97%;
  }
}
.fine-col-xs-98 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-98 {
    float: left;
    width: 98%;
  }
}
.fine-col-xs-99 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-99 {
    float: left;
    width: 99%;
  }
}
.fine-col-xs-100 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .fine-col-xs-100 {
    float: left;
    width: 100%;
  }
}
/* ********************************* responsive floated ********************* */
.row-no-float {
  float: none;
  width: 100%;
}
.row.floated-100[max-width~="100px"] > div {
  float: none;
  width: 100%;
}
.row.floated-200[max-width~="200px"] > div {
  float: none;
  width: 100%;
}
.row.floated-300[max-width~="300px"] > div {
  float: none;
  width: 100%;
}
.row.floated-400[max-width~="400px"] > div {
  float: none;
  width: 100%;
}
.row.floated-500[max-width~="500px"] > div {
  float: none;
  width: 100%;
}
.row.floated-600[max-width~="600px"] > div {
  float: none;
  width: 100%;
}
.row.floated-700[max-width~="700px"] > div {
  float: none;
  width: 100%;
}
.row.floated-800[max-width~="800px"] > div {
  float: none;
  width: 100%;
}
.row.floated-900[max-width~="900px"] > div {
  float: none;
  width: 100%;
}
.row.floated-1000[max-width~="1000px"] > div {
  float: none;
  width: 100%;
}
/*
.row.floated-100[max-width~="100px"] > div {
    .row-no-float;
}

.row.floated-200[max-width~="200px"] > div {
    .row-no-float;
}

.row.floated-300[max-width~="300px"] > div {
    .row-no-float;
}

.floated-400[max-width~='400px'] > div {
    .row-no-float;
}

.row.floated-500[max-width~="500px"] > div {
    .row-no-float;
}

.row.floated-600[max-width~="600px"] > div {
    .row-no-float;
}

.row.floated-700[max-width~="700px"] > div {
    .row-no-float;
}

.row.floated-800[max-width~="800px"] > div {
    .row-no-float;
}

.row.floated-900[max-width~="900px"] > div {
    .row-no-float;
}

.row.floated-1000[max-width~="1000px"] > div {
    .row-no-float;
}
*/
/* ************************* wijmo components ******************************* */
.app .ui-widget {
  font-family: 'Lato', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.app .ui-widget-content {
  background: transparent;
}
.app .ui-widget-header {
  background: none;
  color: #252525;
  text-transform: uppercase;
  font-size: 12px;
}
.app .ui-state-default,
.app .ui-widget-content .ui-state-default,
.app .ui-widget-header .ui-state-default {
  background: none;
}
.app .ui-state-active,
.app .ui-widget-content .ui-state-active,
.app .ui-widget-header .ui-state-active {
  background: none;
}
.app .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin: 0px;
  padding: 0px;
}
.app .list-top-margin {
  margin-top: 14px;
}
.app {
  /* wizard */
  /* tabs */
}
.app .wijmo-wijwizard > .wijmo-wijwizard-content {
  margin: 0px;
  overflow: hidden !important;
}
.app .wijmo-wijwizard.no-padding > .wijmo-wijwizard-content > .wijmo-wijwizard-panel {
  padding: 0px;
}
.app .wijmo-wijtabs,
.app .wijmo-wijwizard {
  border: none;
  padding: 0px !important;
  min-height: 200px;
}
.app .wijmo-wijtabs > ul,
.app .wijmo-wijwizard > ul {
  background: none;
  border: none;
  padding: 0px;
}
.app .wijmo-wijtabs > ul > li,
.app .wijmo-wijwizard > ul > li {
  border: none !important;
  height: 70px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.app .wijmo-wijtabs > ul > li a,
.app .wijmo-wijwizard > ul > li a {
  padding: 0px;
  cursor: pointer !important;
  color: #252525;
  float: none;
  height: 100%;
  display: block;
  text-decoration: none;
}
.app .wijmo-wijtabs > ul > li a:hover,
.app .wijmo-wijwizard > ul > li a:hover {
  color: #252525;
}
.app .wijmo-wijtabs > ul > li.ui-tabs-active a,
.app .wijmo-wijwizard > ul > li.ui-tabs-active a {
  font-weight: bold;
}
.app .wijmo-wijtabs > ul > li.ui-state-disabled a,
.app .wijmo-wijwizard > ul > li.ui-state-disabled a {
  opacity: 0.5;
  cursor: default !important;
}
.app .wijmo-wijtabs .tabs-highlight,
.app .wijmo-wijwizard .tabs-highlight {
  position: absolute;
  height: 0px;
  width: 0px;
  top: 0px;
  left: 0px;
  background-color: #1ace73;
}
.app .wijmo-wijwizard.horizontal > ul > li,
.app .wijmo-wijtabs.horizontal > ul > li {
  border-top: 9px solid transparent !important;
  background-color: #fafafa;
  border-bottom: 19px solid #FFFFFF !important;
}
.app .wijmo-wijwizard.horizontal > ul > li.ui-priority-primary,
.app .wijmo-wijtabs.horizontal > ul > li.ui-priority-primary,
.app .wijmo-wijwizard.horizontal > ul > li.ui-tabs-active,
.app .wijmo-wijtabs.horizontal > ul > li.ui-tabs-active {
  background-color: #FFFFFF !important;
}
.app .wijmo-wijwizard.horizontal > ul > li a,
.app .wijmo-wijtabs.horizontal > ul > li a {
  display: block;
  height: 100%;
  padding-top: 12px;
}
.app .wijmo-wijwizard.horizontal > .tabs-highlight,
.app .wijmo-wijtabs.horizontal > .tabs-highlight {
  height: 9px;
}
.app .wijmo-wijwizard.vertical,
.app .wijmo-wijtabs.vertical {
  margin-left: 70px;
}
.app .wijmo-wijwizard.vertical > ul,
.app .wijmo-wijtabs.vertical > ul {
  width: 70px;
  height: 100%;
  margin-left: -70px;
  position: absolute;
}
.app .wijmo-wijwizard.vertical > ul > li,
.app .wijmo-wijtabs.vertical > ul > li {
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  border-left: 9px solid transparent !important;
}
.app .wijmo-wijwizard.vertical > ul > li.ui-priority-primary,
.app .wijmo-wijtabs.vertical > ul > li.ui-priority-primary,
.app .wijmo-wijwizard.vertical > ul > li.ui-tabs-active,
.app .wijmo-wijtabs.vertical > ul > li.ui-tabs-active {
  background-color: #f1f1f1 !important;
}
.app .wijmo-wijwizard.vertical > ul > li .menu-link-inner,
.app .wijmo-wijtabs.vertical > ul > li .menu-link-inner {
  position: absolute;
  top: 50%;
  margin-left: 17px;
}
.app .wijmo-wijwizard.vertical > ul > li .menu-link-inner .menu-label,
.app .wijmo-wijtabs.vertical > ul > li .menu-link-inner .menu-label {
  position: relative;
  -webkit-transform: rotate(-90deg) translateX(-50%);
  -ms-transform: rotate(-90deg) translateX(-50%);
  -o-transform: rotate(-90deg) translateX(-50%);
  transform: rotate(-90deg) translateX(-50%);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  float: left;
}
.app .wijmo-wijwizard.vertical > .tabs-highlight,
.app .wijmo-wijtabs.vertical > .tabs-highlight {
  width: 9px;
  margin-left: -70px;
}
.app .ui-tabs .ui-tabs-panel {
  padding: 1em 0em;
}
/* ************************* combobox *************************************** */
.app .wijmo-wijcombobox-list {
  background-color: #f4f4f4;
}
.app .wijmo-wijcombobox-list .wijmo-wijlist-ul {
  padding-left: 0px;
  padding-right: 0px;
}
.app .wijmo-wijcombobox-list .wijmo-wijlist-ul .wijmo-wijlist-item {
  border: none !important;
  margin: 0px 0px !important;
  min-height: 32px;
  padding: 0px 12px;
  line-height: 32px;
}
.app .wijmo-wijcombobox-list .wijmo-wijlist-ul .wijmo-wijlist-item .wijmo-wijlist-item-inner {
  display: block;
  height: 100%;
  line-height: 31px;
  min-height: 32px;
  border-width: 1px 0px 0px 0px !important;
  border-color: #d5d6d7 !important;
  border-style: solid !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.app .wijmo-wijcombobox-list .wijmo-wijlist-ul .wijmo-wijlist-item:first-child .wijmo-wijlist-item-inner {
  border-width: 0px !important;
}
.app .wijmo-wijcombobox-list .wijmo-wijlist-ul .wijmo-wijlist-item.ui-state-active,
.app .wijmo-wijcombobox-list .wijmo-wijlist-ul .wijmo-wijlist-item.ui-state-hover {
  background-color: #282f2c;
  color: #1ace73;
}
.app .wijmo-wijcombobox-list .wijmo-wijlist-ul .wijmo-wijlist-item.ui-state-active .wijmo-wijlist-item-inner,
.app .wijmo-wijcombobox-list .wijmo-wijlist-ul .wijmo-wijlist-item.ui-state-hover .wijmo-wijlist-item-inner {
  border-color: transparent !important;
}
.app .wijmo-wijcombobox-list .wijmo-wijlist-ul .wijmo-wijlist-item.wijmo-wijlist-group {
  font-weight: bold;
  cursor: default;
}
.app .wijmo-wijcombobox-list .wijmo-wijlist-ul .wijmo-wijlist-item.wijmo-wijlist-group.ui-state-active,
.app .wijmo-wijcombobox-list .wijmo-wijlist-ul .wijmo-wijlist-item.wijmo-wijlist-group.ui-state-hover {
  background-color: transparent;
  color: #333333;
}
.app .wijmo-wijcombobox-list .wijmo-wijlist-ul .wijmo-wijlist-item.wijmo-wijlist-group.ui-state-active .wijmo-wijlist-item-inner,
.app .wijmo-wijcombobox-list .wijmo-wijlist-ul .wijmo-wijlist-item.wijmo-wijlist-group.ui-state-hover .wijmo-wijlist-item-inner {
  border-color: #d5d6d7 !important;
}
.app .wijmo-wijcombobox-list.has-groups .wijmo-wijlist-item .wijmo-wijlist-item-inner {
  padding-left: 12px;
}
.app .wijmo-wijcombobox-list.has-groups .wijmo-wijlist-item.wijmo-wijlist-group .wijmo-wijlist-item-inner {
  padding-left: 0px;
}
/* ************************* scrollbars ************************************* */
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-vbarcontainer,
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-hbarcontainer {
  background-color: #f8f8f8;
}
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-vbarcontainer .wijmo-wijsuperpanel-vbar-buttontop,
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-hbarcontainer .wijmo-wijsuperpanel-vbar-buttontop,
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-vbarcontainer .wijmo-wijsuperpanel-vbar-buttonbottom,
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-hbarcontainer .wijmo-wijsuperpanel-vbar-buttonbottom,
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-vbarcontainer .wijmo-wijsuperpanel-hbar-butttonleft,
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-hbarcontainer .wijmo-wijsuperpanel-hbar-butttonleft,
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-vbarcontainer .wijmo-wijsuperpanel-hbar-buttonright,
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-hbarcontainer .wijmo-wijsuperpanel-hbar-buttonright {
  background-color: #d8d8d8;
}
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-vbarcontainer .wijmo-wijsuperpanel-handle,
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-hbarcontainer .wijmo-wijsuperpanel-handle {
  background-color: #d8d8d8;
  cursor: pointer;
}
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-vbarcontainer .wijmo-wijsuperpanel-vbar-buttontop,
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-vbarcontainer .wijmo-wijsuperpanel-vbar-buttonbottom {
  width: 18px;
}
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-vbarcontainer .wijmo-wijsuperpanel-vbar-buttontop .ui-icon,
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-vbarcontainer .wijmo-wijsuperpanel-vbar-buttonbottom .ui-icon {
  padding-left: 1px;
}
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-vbarcontainer .wijmo-wijsuperpanel-handle {
  width: 18px;
}
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-hbarcontainer .wijmo-wijsuperpanel-hbar-butttonleft,
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-hbarcontainer .wijmo-wijsuperpanel-hbar-buttonright {
  height: 18px;
}
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-hbarcontainer .wijmo-wijsuperpanel-handle {
  height: 18px;
}
/* ************************* scrollbars - jQuery UI ************************* */
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  margin-left: 0;
  margin-bottom: -0.4em;
}
.ui-slider {
  position: relative;
  text-align: left;
  background: rgba(255, 255, 255, 0.7) !important;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.8em;
  height: 0.8em;
  cursor: default;
  background: #646464 !important;
}
/* ************************* list ******************************************* */
.app .wijmo-wijlist {
  background: #fbfbfb !important;
}
.app .wijmo-wijlist .wijmo-wijlist-item {
  z-index: 10;
  min-height: 34px;
  display: table;
  width: 100%;
  /*
            .item-label:first-child {
                margin-right: 4px;
            }

            &.ui-state-hover {
                .item-label:first-child {
                    //margin-right: 0px;
                }
            }*/
}
.app .wijmo-wijlist .wijmo-wijlist-item .wijmo-wijlist-item-inner {
  display: table-cell;
  vertical-align: middle;
}
.app .wijmo-wijlist .wijmo-wijlist-item .wijmo-wijlist-item-sizer {
  width: 0px;
  overflow: hidden;
  height: 26px;
  font-size: 0;
  display: table-cell;
}
.app .wijmo-wijlist .wijmo-wijlist-item.type-link,
.app .wijmo-wijlist .wijmo-wijlist-item.item-type-link {
  text-decoration: underline;
  color: #f54547 !important;
}
.app .wijmo-wijlist .wijmo-wijlist-item.type-link:hover,
.app .wijmo-wijlist .wijmo-wijlist-item.item-type-link:hover {
  color: #f54547 !important;
}
.app .wijmo-wijlist .wijmo-wijlist-item.ui-state-hover,
.app .wijmo-wijlist .wijmo-wijlist-item.ui-state-active {
  background-color: #999999;
  color: white;
}
/* ************************* tree ******************************************* */
.app .wijmo-wijtree {
  width: 100% !important;
  min-height: 250px;
  min-width: 150px;
}
.app .wijmo-wijtree .wijmo-wijtree-list {
  width: 100%;
  padding-top: 0px;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-item {
  margin-left: 0px;
  width: 100%;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-item,
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-parent {
  position: relative;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-item.ui-sortable-placeholder,
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-parent.ui-sortable-placeholder {
  outline: 1px solid #eaeaea;
  visibility: visible !important;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-child {
  margin-left: 27px;
}
.app .wijmo-wijtree .wijmo-wijtree-list.wijmo-wijtree-child {
  padding-top: 0px;
  padding-bottom: 0px;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node {
  margin-right: 0px;
  width: 100%;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner {
  width: 100%;
  height: 34px;
  border: 0px;
  position: relative;
  display: table;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner.ui-state-active,
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner.ui-state-hover {
  background-color: #999999;
  color: white;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner .wijmo-wijtree-nodeimage {
  height: 28px;
  float: left;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner > span.ui-icon {
  margin: 0px;
  cursor: pointer;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner > a,
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner .wijmo-wijtree-link {
  float: none;
  padding-left: 23px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner > a:after,
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner .wijmo-wijtree-link:after {
  float: left;
  width: 0px;
  height: 28px;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner > a.ui-state-draggable-hover,
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner .wijmo-wijtree-link.ui-state-draggable-hover {
  font-weight: bold;
  color: #e7a41b !important;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node.has-icon .wijmo-wijtree-inner > .wijmo-wijtree-nodeimage {
  margin: 0px 0px 0px 17px;
  background: none;
  text-indent: 0px;
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node.has-icon .wijmo-wijtree-inner > .wijmo-wijtree-nodeimage.glyphicon,
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node.has-icon .wijmo-wijtree-inner > .wijmo-wijtree-nodeimage.fa {
  height: 14px;
  font-size: 14px;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node.has-icon .wijmo-wijtree-inner > a,
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node.has-icon .wijmo-wijtree-inner .wijmo-wijtree-link {
  padding-left: 40px;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node.ui-draggable-dragging {
  width: auto;
  z-index: 100;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node.ui-state-draggable-hover .wijmo-wijtree-inner {
  background-color: #cccccc;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-droppable {
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0px;
  background-color: #e9e9e9;
  visibility: hidden;
  top: -4px;
  bottom: auto;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-droppable.after {
  top: auto;
  bottom: -4px;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-droppable.ui-state-hover {
  background-color: #cccccc;
  visibility: visible;
}
.app .wijmo-wijtree.wijtree-draggable-support {
  height: 0px;
  min-height: 0px;
}
.app .wijmo-wijtree.wijtree-draggable-support .wijmo-wijtree-list {
  padding: 0px;
}
.app .mini .wijmo-wijtree,
.app .wijmo-wijtree.mini {
  font-size: 12px;
}
.app .mini .wijmo-wijtree .wijmo-checkbox,
.app .wijmo-wijtree.mini .wijmo-checkbox {
  min-height: 16px;
}
.app .mini .wijmo-wijtree .wijmo-checkbox .wijmo-checkbox-box,
.app .wijmo-wijtree.mini .wijmo-checkbox .wijmo-checkbox-box {
  width: 16px;
  height: 16px;
}
.app .mini .wijmo-wijtree .wijmo-checkbox .wijmo-checkbox-box .wijmo-checkbox-icon,
.app .wijmo-wijtree.mini .wijmo-checkbox .wijmo-checkbox-box .wijmo-checkbox-icon {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  left: 2px !important;
  top: 2px !important;
}
.app .mini .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner,
.app .wijmo-wijtree.mini .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner {
  min-height: 28px;
}
.app .mini .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner .wijmo-wijtree-nodeimage,
.app .wijmo-wijtree.mini .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner .wijmo-wijtree-nodeimage {
  height: 22px;
}
.app .wijmo-wijtree-superpanel {
  background-color: #fbfbfb !important;
}
.dropVisual {
  height: 2px;
  font-size: 0px;
  /*fix ie 6 issue*/
  background-color: Red;
}
/*
    */
.app .tree-node-label {
  display: inline-block;
  position: absolute;
  left: 200px;
  float: none;
}
/* ************************* grid ******************************************* */
.grid-cell-small-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.app {
  /* combo */
}
.app .wijmo-wijgrid,
.app .wijmo-wijgrid-root {
  z-index: 0;
}
.app .wijmo-wijgrid .wijmo-wijgrid-headerrow,
.app .wijmo-wijgrid-root .wijmo-wijgrid-headerrow {
  background-color: #232323;
  color: #1ace73;
}
.app .wijmo-wijgrid .wijmo-wijgrid-headerrow th,
.app .wijmo-wijgrid-root .wijmo-wijgrid-headerrow th {
  height: 34px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  padding: 2px 25px;
}
.app .wijmo-wijgrid .wijmo-wijgrid-headerrow th .filter-trigger,
.app .wijmo-wijgrid-root .wijmo-wijgrid-headerrow th .filter-trigger {
  display: none !important;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -5px;
  cursor: pointer;
}
.app .wijmo-wijgrid .wijmo-wijgrid-headerrow th .wijmo-wijgrid-innercell,
.app .wijmo-wijgrid-root .wijmo-wijgrid-headerrow th .wijmo-wijgrid-innercell {
  padding: 2px 37px 2px 4px;
}
.app .wijmo-wijgrid .wijmo-wijgrid-headerrow th .wijmo-wijgrid-innercell:hover .filter-trigger,
.app .wijmo-wijgrid-root .wijmo-wijgrid-headerrow th .wijmo-wijgrid-innercell:hover .filter-trigger {
  display: block !important;
}
.app .wijmo-wijgrid .wijmo-wijgrid-headerrow th.filter-non-empty .filter-trigger,
.app .wijmo-wijgrid-root .wijmo-wijgrid-headerrow th.filter-non-empty .filter-trigger {
  display: block !important;
}
.app .wijmo-wijgrid .wijmo-wijgrid-headerrow th .wijmo-wijgrid-sort-icon,
.app .wijmo-wijgrid-root .wijmo-wijgrid-headerrow th .wijmo-wijgrid-sort-icon {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  cursor: pointer;
  right: 3px;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row:nth-child(2n),
.app .wijmo-wijgrid-root .wijmo-wijgrid-row:nth-child(2n) {
  background-color: #e9e9e9;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row td,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row td {
  height: 34px;
  border-width: 0px 0px 0px 1px;
  border-color: #838383;
  border-style: solid;
  padding: 2px 25px;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row td:first-child,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row td:first-child {
  border-width: 0px 0px 0px 0px;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row td.grid-error,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row td.grid-error {
  border: 1px solid #f54547 !important;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row td.wijdata-type-boolean,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row td.wijdata-type-boolean {
  padding-left: 15px;
  padding-right: 15px;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row td.wijdata-type-boolean .wijmo-wijgrid-innercell,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row td.wijdata-type-boolean .wijmo-wijgrid-innercell {
  min-width: 20px;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row td.wijdata-type-boolean .wijmo-checkbox-box,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row td.wijdata-type-boolean .wijmo-checkbox-box {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row td.wijdata-type-currency input,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row td.wijdata-type-currency input,
.app .wijmo-wijgrid .wijmo-wijgrid-row td.wijdata-type-string input,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row td.wijdata-type-string input,
.app .wijmo-wijgrid .wijmo-wijgrid-row td.wijdata-type-number input,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row td.wijdata-type-number input {
  outline: none;
  background: transparent;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row td .wijmo-wijcombobox,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row td .wijmo-wijcombobox {
  width: 100% !important;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row td .wijmo-wijcombobox .wijmo-wijcombobox-wrapper .wijmo-wijcombobox-input,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row td .wijmo-wijcombobox .wijmo-wijcombobox-wrapper .wijmo-wijcombobox-input {
  width: 100% !important;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row td.ui-state-highlight,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row td.ui-state-highlight {
  background-color: #999999;
  color: #F9F9F9;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row td.ui-state-highlight .action i,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row td.ui-state-highlight .action i {
  color: #F9F9F9;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row td .action,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row td .action {
  text-decoration: none;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row td .action i,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row td .action i {
  color: #252525;
  font-size: 22px;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row td .action i.glyphicon,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row td .action i.glyphicon,
.app .wijmo-wijgrid .wijmo-wijgrid-row td .action i.fa,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row td .action i.fa {
  font-size: 17px;
  vertical-align: middle;
  display: inline;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row .wijmo-wijinput,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row .wijmo-wijinput {
  display: block;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row .wijmo-wijinput .wijmo-wijinput-wrapper,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row .wijmo-wijinput .wijmo-wijinput-wrapper {
  padding: 0px;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row.wijmo-wijgrid-alternatingrow td.wijdata-type-boolean .wijmo-checkbox-box,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row.wijmo-wijgrid-alternatingrow td.wijdata-type-boolean .wijmo-checkbox-box,
.app .wijmo-wijgrid .wijmo-wijgrid-row td.ui-state-highlight.wijdata-type-boolean .wijmo-checkbox-box,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row td.ui-state-highlight.wijdata-type-boolean .wijmo-checkbox-box {
  background-color: #FFFFFF;
  color: #333333 !important;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row.item-editable-true td,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row.item-editable-true td {
  color: #ffae00;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row.wijmo-wijgrid-groupheaderrow,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row.wijmo-wijgrid-groupheaderrow {
  color: #1ace73;
}
.app .wijmo-wijgrid .wijmo-wijgrid-row.wijmo-wijgrid-groupheaderrow td,
.app .wijmo-wijgrid-root .wijmo-wijgrid-row.wijmo-wijgrid-groupheaderrow td {
  font-weight: bold;
}
.app .wijmo-wijgrid td.column-actions,
.app .wijmo-wijgrid-root td.column-actions,
.app .wijmo-wijgrid th.column-actions,
.app .wijmo-wijgrid-root th.column-actions {
  padding-left: 5px;
  padding-right: 5px;
}
.app .wijmo-wijgrid .grid-placeholder,
.app .wijmo-wijgrid-root .grid-placeholder {
  background-color: #AAA;
  height: 2px;
  width: 100%;
  position: absolute;
  margin-top: -2px;
}
.app .wijmo-wijgrid .wijmo-wijgrid-overlay,
.app .wijmo-wijgrid-root .wijmo-wijgrid-overlay {
  opacity: 0.1;
}
.app .wijmo-wijgrid .wijmo-wijgrid-loadingtext,
.app .wijmo-wijgrid-root .wijmo-wijgrid-loadingtext {
  box-shadow: none;
}
.app .grid-wrapper {
  position: relative;
}
.app .grid-wrapper .filter-content {
  background: #f4f4f4;
  border: 7px solid white;
  width: 220px;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 300px;
  overflow: hidden;
  z-index: 1;
}
.app .grid-wrapper .filter-content.filter-compact .list-wrapper {
  height: 242px;
}
.app .grid-wrapper .filter-content.filter-dates,
.app .grid-wrapper .filter-content.filter-text {
  width: 280px;
  padding: 5px 10px;
  height: 100px;
}
.app .grid-wrapper .grid-footer {
  font-size: 12px;
}
.app .grid-wrapper .grid-footer:before,
.app .grid-wrapper .grid-footer:after {
  content: " ";
  display: table;
}
.app .grid-wrapper .grid-footer:after {
  clear: both;
}
.app .grid-wrapper .grid-footer:before,
.app .grid-wrapper .grid-footer:after {
  content: " ";
  display: table;
}
.app .grid-wrapper .grid-footer:after {
  clear: both;
}
.app .grid-wrapper .grid-footer .btn {
  height: auto;
  line-height: normal;
}
.app .grid-wrapper .grid-footer .btn i {
  font-size: 12px;
  line-height: 21px;
}
.app .grid-wrapper .grid-footer .grid-total-info {
  padding: 2px 7px;
  display: inline-block;
  float: left;
  background: #2c2c2c;
  color: #1ace73;
}
.app .grid-wrapper .grid-footer .grid-columns-selector {
  float: right;
}
.app .grid-wrapper .grid-footer .grid-vertical-expand {
  float: right;
}
.app .wijmo-wijgrid-filterlist {
  background-color: #f4f4f4;
  border: 7px solid white;
}
.app .wijmo-wijgrid-resizehandle {
  background: black;
  width: 2px;
  opacity: 0.07;
}
.app .wijmo-wijcombobox-list {
  background: #f4f4f4;
}
.app .wijgrid-sortable-support .wijmo-wijgrid-row:nth-child(2n) {
  background-color: #e9e9e9;
}
.app .wijgrid-sortable-support .wijmo-wijgrid-row td {
  height: 34px;
  border-width: 0px 0px 0px 1px;
  border-color: #838383;
  border-style: solid;
  padding: 2px 25px;
}
.app .wijgrid-sortable-support .wijmo-wijgrid-row td:first-child {
  border-width: 0px 0px 0px 0px;
}
.app .wijgrid-sortable-support .wijmo-wijgrid-row td {
  background-color: #999999;
  color: #F9F9F9;
}
.app .mini .wijmo-wijgrid .wijmo-wijgrid-headerrow th,
.app .wijmo-wijgrid.mini .wijmo-wijgrid-headerrow th {
  font-size: 10px;
  padding: 0px;
}
.app .mini .wijmo-wijgrid .wijmo-wijgrid-row,
.app .wijmo-wijgrid.mini .wijmo-wijgrid-row {
  font-size: 12px;
}
.app .mini .wijmo-wijgrid .wijmo-wijgrid-row td,
.app .wijmo-wijgrid.mini .wijmo-wijgrid-row td {
  padding: 2px 5px;
  height: 30px;
}
.app .mini .wijmo-wijgrid .wijmo-wijgrid-row td .wijmo-checkbox,
.app .wijmo-wijgrid.mini .wijmo-wijgrid-row td .wijmo-checkbox {
  min-height: 16px;
}
.app .mini .wijmo-wijgrid .wijmo-wijgrid-row td .wijmo-checkbox .wijmo-checkbox-box,
.app .wijmo-wijgrid.mini .wijmo-wijgrid-row td .wijmo-checkbox .wijmo-checkbox-box {
  width: 16px;
  height: 16px;
}
.app .mini .wijmo-wijgrid .wijmo-wijgrid-row td .wijmo-checkbox .wijmo-checkbox-box .wijmo-checkbox-icon,
.app .wijmo-wijgrid.mini .wijmo-wijgrid-row td .wijmo-checkbox .wijmo-checkbox-box .wijmo-checkbox-icon {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  left: 2px !important;
  top: 2px !important;
}
.app .mini .wijmo-wijgrid .wijmo-wijgrid-grouptogglebtn,
.app .wijmo-wijgrid.mini .wijmo-wijgrid-grouptogglebtn {
  margin-top: 1px;
}
.app .column-selector-content {
  background: #f4f4f4;
  border: 7px solid white;
  position: absolute;
  width: 200px;
  right: 36px;
  bottom: 0px;
  height: 250px;
  overflow: hidden;
  display: none;
  z-index: 1000;
}
/* ************************* accordion ************************************** */
.app .wijmo-wijaccordion .wijmo-wijaccordion-header {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #999999;
  color: white;
  margin: 9px 0px;
}
.app .wijmo-wijaccordion .wijmo-wijaccordion-header:first-child {
  margin-top: 0px;
}
.app .wijmo-wijaccordion .wijmo-wijaccordion-header.empty-item {
  display: none;
}
.app .wijmo-wijaccordion .wijmo-wijaccordion-header a {
  padding-right: 1.2em;
}
.app .wijmo-wijaccordion .wijmo-wijaccordion-header .action-delete {
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 6px;
  cursor: pointer;
  display: none;
}
.app .wijmo-wijaccordion .wijmo-wijaccordion-header:hover .action-delete {
  display: block;
}
.app .wijmo-wijaccordion .wijmo-wijaccordion-content {
  padding: 0px !important;
  overflow: hidden;
}
.app .wijmo-wijaccordion .wijmo-wijaccordion-content form {
  margin-bottom: -10px;
}
.app .wijmo-wijaccordion .wijmo-wijaccordion-content form form {
  margin-bottom: 0px;
}
.app .wijmo-wijaccordion.ui-sorting .wijmo-wijaccordion-content {
  display: none !important;
}
/* ************************* calendar *************************************** */
.app .wijmo-wijcalendar {
  width: 240px;
  background: #f4f4f4;
  border: 7px solid white;
}
.app .wijmo-wijcalendar td a.ui-state-active,
.app .wijmo-wijcalendar td a.ui-state-highlight,
.app .wijmo-wijcalendar td a.ui-state-hover {
  color: white;
  background-color: #666666;
}
/* ************************* events calendar ******************************** */
.app .wijmo-wijevcal {
  width: 100%;
}
.app .wijmo-wijevcal .wijmo-wijev-view .wijmo-wijev-header-title {
  font-size: 16px;
  font-weight: bold;
  background: #f0f0f0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.app .wijmo-wijevcal .wijmo-wijev-view-container {
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: none;
}
.app .wijmo-wijevcal .wijmo-wijdatepager-pagelabel.ui-state-active {
  background: #e0e0e0;
}
.app .wijmo-wijevcal .wijmo-wijev-event-dialog {
  background: white;
  border: 10px solid #eeeeee;
  box-shadow: none;
}
.app .wijmo-wijevcal.wijmo-wijev .wijmo-wijev-dayview .wijmo-wijev-daycolumn .wijmo-wijev-oddrow {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #f0f0f0;
}
.app .wijmo-wijevcal.wijmo-wijev .wijmo-wijev-dayview .wijmo-wijev-timeruler .wijmo-wijev-timerulerinterval {
  font-size: 11px;
}
/* combo */
/*.wijmo-wijlist-item.ui-state-hover, 
.wijmo-wijlist-item.ui-state-active {padding-right: 9px !important;}*/
/* ************************* upload ***************************************** */
.app .wijmo-wijupload > .ui-button {
  margin: 0px;
}
.app .wijmo-wijupload .wijmo-wijupload-commandRow {
  display: none !important;
}
.app .wijmo-wijupload .wijmo-wijupload-file {
  margin: 0px 60px 0px 0px;
  padding: 0.4em 0.4em 0.4em 0em;
  font-size: 11px;
  color: #14a15a;
}
.app .wijmo-wijupload .wijmo-wijupload-buttonContainer {
  font-size: 11px;
  margin-top: 1px;
}
.app .wijmo-wijupload .wijmo-wijupload-buttonContainer .wijmo-wijupload-progress {
  vertical-align: middle;
  display: inline-block;
}
.app .wijmo-wijupload .wijmo-wijupload-buttonContainer .wijmo-wijupload-upload {
  display: none !important;
}
.app .wijmo-wijupload .wijmo-wijupload-buttonContainer .wijmo-wijupload-cancel {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 0px 2px;
}
.app .wijmo-wijupload .wijmo-wijupload-buttonContainer .wijmo-wijupload-cancel .ui-button-icon-primary {
  font-size: 20px;
  color: #1ace73;
  vertical-align: middle;
}
.app .wijmo-wijupload .wijmo-wijupload-buttonContainer .wijmo-wijupload-cancel .ui-button-text {
  display: none;
}
/* ************************* dialog ***************************************** */
.app .wijmo-wijdialog {
  outline: none !important;
  position: absolute !important;
  background-color: #f4f4f4;
}
.app .wijmo-wijdialog .ui-dialog-titlebar {
  height: 54px;
  background-color: #2b2b2b;
  color: #1ace73;
  padding: 0px 15px 0px 25px;
  line-height: 54px;
  font-weight: bold;
  font-size: 13px;
}
.app .wijmo-wijdialog .ui-dialog-titlebar .wijmo-wijdialog-captionbutton {
  vertical-align: middle;
  padding: 0px;
}
.app .wijmo-wijdialog .ui-dialog-titlebar .wijmo-wijdialog-captionbutton span {
  margin: 0px;
}
.app .wijmo-wijdialog .ui-dialog-content {
  background-color: #f4f4f4;
}
.app .wijmo-wijdialog .ui-dialog-content .content-wrapper {
  padding: 15px;
}
.app .wijmo-wijdialog .ui-dialog-content .dialog-inner {
  padding: 35px 50px;
}
.app .wijmo-wijdialog .ui-dialog-content .dialog-inner .question-message button {
  float: left;
  margin-right: 12px;
  background-color: transparent !important;
}
.app .wijmo-wijdialog .ui-dialog-content .dialog-inner .question-message .message-text {
  display: block;
}
.app .wijmo-wijdialog .ui-dialog-content.no-iframe {
  overflow: auto;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane {
  background-color: #f4f4f4;
  padding: 0px 15px 0px 15px;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset 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;
  background-color: #2c2c2c !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  color: #1ace73 !important;
  border: none;
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  outline: none !important;
  display: inline-table !important;
  margin: auto;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 10px 10px 10px 0px;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button:focus,
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button:active:focus,
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button.active:focus,
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button.focus,
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button:active.focus,
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover,
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button:focus,
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button.focus {
  color: #333;
  text-decoration: none;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button:active,
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset 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);
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button.disabled,
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button[disabled],
fieldset[disabled] .app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
  background-color: #464646 !important;
  color: #1ace73 !important;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button i {
  font-size: 32px;
  display: table-cell;
  vertical-align: middle;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button i.glyphicon,
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button i.fa {
  font-size: 18px;
  width: 34px;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button .btn-label {
  vertical-align: middle;
  display: table-cell;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button .btn-label u {
  text-decoration: none;
  font-weight: bold;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button > u {
  text-decoration: none;
  font-weight: bold;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn-wide {
  width: 100%;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn-wide .btn-label {
  width: 100%;
  text-align: center;
  display: block;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn-primary {
  background-color: #1ace73 !important;
  color: #FFFFFF !important;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn-primary:hover {
  background-color: #35e68d !important;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn-negative {
  background: none !important;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn-negative:hover {
  background: none !important;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn-negative:hover i {
  color: #35e68d;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button.no-padding {
  padding: 0px;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn-small {
  height: 20px;
  line-height: 20px;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn-small i {
  font-size: 20px;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn-small i.glyphicon,
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn-small i.fa {
  font-size: 20px;
  width: 25px;
}
.app .wijmo-wijdialog .ui-dialog-buttonpane .ui-dialog-buttonset button .caret-wrapper {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: 4px;
}
.app .wijmo-wijdialog.ui-buttons .ui-dialog-content .content-wrapper {
  padding-bottom: 0px;
}
/* ************************* date picker ************************************ */
.input.date .wijmo-wijinput {
  background-color: #e0e0e0;
  width: 100%;
}
.input.date .wijmo-wijinput .wijmo-wijinput-wrapper {
  padding: 6px 20px 6px 8px;
}
.input.date .wijmo-wijinput .wijmo-wijinput-wrapper input {
  height: 22px;
}
.input.date .wijmo-wijinput .wijmo-wijinput-trigger .ui-icon {
  margin-top: -5px;
}
input.wijmo-wijinput-date {
  margin: 0px;
  padding: 0px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input.wijmo-wijinput-date:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* ************************* checkbox *************************************** */
.default-wijcheckbox {
  min-height: 21px;
}
.default-wijcheckbox .wijmo-checkbox-box {
  width: 23px;
  height: 23px;
  background-color: #e0e0e0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  cursor: pointer;
  top: 0px;
}
.default-wijcheckbox .wijmo-checkbox-box .wijmo-checkbox-icon {
  position: relative;
  background: none;
  color: #6c6c6c;
  left: 4px;
  top: 4px !important;
  text-indent: 0px;
}
.default-wijcheckbox .wijmo-checkbox-box .wijmo-checkbox-icon.ui-icon-check {
  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;
}
.default-wijcheckbox .wijmo-checkbox-box .wijmo-checkbox-icon.ui-icon-check:before {
  content: "\e013";
}
.default-wijcheckbox .wijmo-checkbox-box .wijmo-checkbox-icon.ui-icon-stop {
  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;
}
.default-wijcheckbox .wijmo-checkbox-box .wijmo-checkbox-icon.ui-icon-stop:before {
  content: "\e074";
}
.default-wijcheckbox .wijmo-checkbox-box.ui-state-disabled {
  cursor: not-allowed !important;
}
.default-wijcheckbox .wijmo-checkbox-inputwrapper {
  display: none;
}
.default-wijcheckbox label {
  top: 0px;
  margin-left: 31px;
  padding-left: 0px;
}
.mini-wijcheckbox {
  min-height: 16px;
}
.mini-wijcheckbox .wijmo-checkbox-box {
  width: 16px;
  height: 16px;
}
.mini-wijcheckbox .wijmo-checkbox-box .wijmo-checkbox-icon {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  left: 2px !important;
  top: 2px !important;
}
.input.checkbox .wijmo-checkbox,
.wijmo-wijgrid .wijdata-type-boolean .wijmo-checkbox,
.wijmo-wijtree .wijmo-wijtree-inner .wijmo-checkbox {
  min-height: 21px;
}
.input.checkbox .wijmo-checkbox .wijmo-checkbox-box,
.wijmo-wijgrid .wijdata-type-boolean .wijmo-checkbox .wijmo-checkbox-box,
.wijmo-wijtree .wijmo-wijtree-inner .wijmo-checkbox .wijmo-checkbox-box {
  width: 23px;
  height: 23px;
  background-color: #e0e0e0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  cursor: pointer;
  top: 0px;
}
.input.checkbox .wijmo-checkbox .wijmo-checkbox-box .wijmo-checkbox-icon,
.wijmo-wijgrid .wijdata-type-boolean .wijmo-checkbox .wijmo-checkbox-box .wijmo-checkbox-icon,
.wijmo-wijtree .wijmo-wijtree-inner .wijmo-checkbox .wijmo-checkbox-box .wijmo-checkbox-icon {
  position: relative;
  background: none;
  color: #6c6c6c;
  left: 4px;
  top: 4px !important;
  text-indent: 0px;
}
.input.checkbox .wijmo-checkbox .wijmo-checkbox-box .wijmo-checkbox-icon.ui-icon-check,
.wijmo-wijgrid .wijdata-type-boolean .wijmo-checkbox .wijmo-checkbox-box .wijmo-checkbox-icon.ui-icon-check,
.wijmo-wijtree .wijmo-wijtree-inner .wijmo-checkbox .wijmo-checkbox-box .wijmo-checkbox-icon.ui-icon-check {
  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;
}
.input.checkbox .wijmo-checkbox .wijmo-checkbox-box .wijmo-checkbox-icon.ui-icon-check:before,
.wijmo-wijgrid .wijdata-type-boolean .wijmo-checkbox .wijmo-checkbox-box .wijmo-checkbox-icon.ui-icon-check:before,
.wijmo-wijtree .wijmo-wijtree-inner .wijmo-checkbox .wijmo-checkbox-box .wijmo-checkbox-icon.ui-icon-check:before {
  content: "\e013";
}
.input.checkbox .wijmo-checkbox .wijmo-checkbox-box .wijmo-checkbox-icon.ui-icon-stop,
.wijmo-wijgrid .wijdata-type-boolean .wijmo-checkbox .wijmo-checkbox-box .wijmo-checkbox-icon.ui-icon-stop,
.wijmo-wijtree .wijmo-wijtree-inner .wijmo-checkbox .wijmo-checkbox-box .wijmo-checkbox-icon.ui-icon-stop {
  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;
}
.input.checkbox .wijmo-checkbox .wijmo-checkbox-box .wijmo-checkbox-icon.ui-icon-stop:before,
.wijmo-wijgrid .wijdata-type-boolean .wijmo-checkbox .wijmo-checkbox-box .wijmo-checkbox-icon.ui-icon-stop:before,
.wijmo-wijtree .wijmo-wijtree-inner .wijmo-checkbox .wijmo-checkbox-box .wijmo-checkbox-icon.ui-icon-stop:before {
  content: "\e074";
}
.input.checkbox .wijmo-checkbox .wijmo-checkbox-box.ui-state-disabled,
.wijmo-wijgrid .wijdata-type-boolean .wijmo-checkbox .wijmo-checkbox-box.ui-state-disabled,
.wijmo-wijtree .wijmo-wijtree-inner .wijmo-checkbox .wijmo-checkbox-box.ui-state-disabled {
  cursor: not-allowed !important;
}
.input.checkbox .wijmo-checkbox .wijmo-checkbox-inputwrapper,
.wijmo-wijgrid .wijdata-type-boolean .wijmo-checkbox .wijmo-checkbox-inputwrapper,
.wijmo-wijtree .wijmo-wijtree-inner .wijmo-checkbox .wijmo-checkbox-inputwrapper {
  display: none;
}
.input.checkbox .wijmo-checkbox label,
.wijmo-wijgrid .wijdata-type-boolean .wijmo-checkbox label,
.wijmo-wijtree .wijmo-wijtree-inner .wijmo-checkbox label {
  top: 0px;
  margin-left: 31px;
  padding-left: 0px;
}
.input.checkbox .wijmo-checkbox {
  margin-top: 0px;
}
.input.compact-combo .check-state {
  min-height: 21px;
}
.input.compact-combo .check-state .wijmo-checkbox-box {
  width: 23px;
  height: 23px;
  background-color: #e0e0e0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  cursor: pointer;
  top: 0px;
}
.input.compact-combo .check-state .wijmo-checkbox-box .wijmo-checkbox-icon {
  position: relative;
  background: none;
  color: #6c6c6c;
  left: 4px;
  top: 4px !important;
  text-indent: 0px;
}
.input.compact-combo .check-state .wijmo-checkbox-box .wijmo-checkbox-icon.ui-icon-check {
  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;
}
.input.compact-combo .check-state .wijmo-checkbox-box .wijmo-checkbox-icon.ui-icon-check:before {
  content: "\e013";
}
.input.compact-combo .check-state .wijmo-checkbox-box .wijmo-checkbox-icon.ui-icon-stop {
  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;
}
.input.compact-combo .check-state .wijmo-checkbox-box .wijmo-checkbox-icon.ui-icon-stop:before {
  content: "\e074";
}
.input.compact-combo .check-state .wijmo-checkbox-box.ui-state-disabled {
  cursor: not-allowed !important;
}
.input.compact-combo .check-state .wijmo-checkbox-inputwrapper {
  display: none;
}
.input.compact-combo .check-state label {
  top: 0px;
  margin-left: 31px;
  padding-left: 0px;
}
.wijmo-wijtree .ui-checkable .wijmo-wijtree-inner > a,
.wijmo-wijtree .ui-checkable .wijmo-wijtree-inner .wijmo-wijtree-link {
  padding-left: 48px !important;
}
.wijmo-wijtree .wijmo-wijtree-inner .wijmo-checkbox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 22px;
  left: 0px;
}
.white-checkbox .wijmo-checkbox-box {
  background-color: #FFFFFF;
  color: #333333 !important;
}
/* ************************* radio ****************************************** */
.app .wijmo-wijradio {
  float: left;
  margin: 0px;
  height: 23px;
}
.app .wijmo-wijradio label {
  margin-right: 17px;
  margin-left: 0px;
  padding-left: 33px;
  height: 23px;
  line-height: 23px;
}
.app .wijmo-wijradio .wijmo-wijradio-inputwrapper input {
  display: none;
}
.app .wijmo-wijradio .wijmo-wijradio-box {
  width: 23px;
  height: 23px;
  background-color: #e0e0e0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.app .wijmo-wijradio .wijmo-wijradio-box .ui-icon {
  zoom: 1.3;
  margin-left: 1px;
}
.app .wijmo-wijradio .wijmo-wijradio-box .ui-icon.ui-icon-radio-on {
  background-image: none !important;
}
.app .wijmo-wijradio .wijmo-wijradio-box .ui-icon.ui-icon-radio-off {
  background-position: -64px -144px;
}
/* ************************* tooltip **************************************** */
.app .wijmo-wijtooltip {
  background: #f4f4f4;
  border: 7px solid white;
  z-index: 200000 !important;
  /*border: 0px !important;
    outline: 1px solid #823750;
    outline-offset: -1px;
    */
}
.app .wijmo-wijtooltip .wijmo-wijtooltip-pointer {
  display: none;
}
/* ************************* menu ******************************************* */
.wijmo-wijmenu {
  background: white !important;
}
.wijmo-wijmenu .wijmo-wijmenu-item {
  cursor: pointer;
}
/* ************************* wijlightbox ************************************ */
.wijmo-wijlightbox {
  z-index: 200001 !important;
}
.wijmo-wijlightbox .wijmo-wijlightbox-frame {
  background-color: white;
  box-shadow: none;
}
.wijmo-wijlightbox .wijmo-wijlightbox-frame .wijmo-wijlightbox-toolbox {
  margin: 0px;
  top: -20px;
  right: 0px;
  background: #2b2b2b;
}
.wijmo-wijlightbox .wijmo-wijlightbox-frame .wijmo-wijlightbox-counter {
  padding: 1px 3px 0px 0px;
  margin-bottom: -1px;
  font-size: 12px;
}
.wijmo-wijlightbox .wijmo-wijlightbox-frame .wijmo-wijlightbox-detail {
  font-style: normal;
}
.wijmo-wijlightbox-overlay {
  z-index: 200000 !important;
}
/* ************************* general items styling ************************** */
.wijmo-wijlist .item-deleted-true,
.wijmo-wijcombobox-list .item-deleted-true {
  color: #f54547 !important;
}
.wijmo-wijlist .item-deleted-true .ui-state-hover,
.wijmo-wijcombobox-list .item-deleted-true .ui-state-hover,
.wijmo-wijlist .item-deleted-true .ui-state-active,
.wijmo-wijcombobox-list .item-deleted-true .ui-state-active {
  color: #f54547 !important;
}
/* wijmo bootstrap fixes */
.wijmo-wijevcal label {
  display: inline-block;
  padding: 2px 20px 2px 5px;
  position: relative;
  top: 3px;
}
input[type=text].wijmo-wijcombobox-input {
  margin-bottom: 0px;
}
/* draggable */
.wijlist-draggable-support {
  width: 200px;
  height: 0px;
  margin: 0px !important;
  padding: 0px !important;
  border: 0px !important;
}
.wijlist-draggable-support .wijmo-wijlist-item.ui-draggable {
  width: 200px;
}
.wijlist-order-droppable {
  height: 8px;
  min-width: 98%;
  background-color: #eeeeee;
  position: absolute;
  margin-top: -4px;
  opacity: 0.6;
  z-index: 0;
}
.wijlist-order-droppable.ui-state-hover {
  background: #eeeeee !important;
  border: none !important;
}
.wijlist-order-droppable.ui-state-active {
  border: 1px solid #f2ca58 !important;
  background: #fef1bd !important;
}
.default-input-inline-icon {
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 6px;
  cursor: pointer;
  display: none;
}
/* ********************************* components ***************************** */
.app .masterslave.vertical .masterslave-slave {
  margin-top: 20px;
}
.app .masterslave-slave {
  min-height: 310px;
}
.app .masterslave-slave.minimum-height {
  min-height: initial;
}
.app .masterslave-slave.ghost {
  border: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  box-shadow: none;
}
.app .masterslave-master .ui-widget.wijmo-wijlist,
.app .masterslave-secondary .ui-widget.wijmo-wijlist,
.app .masterslave-block .ui-widget.wijmo-wijlist {
  height: 265px;
}
.app .masterslave-master .super {
  height: 265px;
}
.app .masterslave-block .super {
  height: 265px;
}
.app .masterslave-master > .wijmo-wijcombobox {
  width: 100%;
}
/* ********************************* legend ********************************* */
.legend {
  width: auto;
}
.legend dl {
  margin: 0px;
}
.legend dt {
  float: left;
  padding: 2px 12px 2px 0px;
  clear: left;
}
.legend dd {
  padding: 2px 6px 2px 0px;
  float: left;
}
/* ********************************* actions ******************************** */
.actions {
  padding: 10px 0px 0px 0px;
  clear: left;
}
.actions > * {
  margin-bottom: 10px;
}
.actions .align-left,
.actions.align-left > * {
  float: left;
  margin-right: 4px;
}
.actions .align-right,
.actions.align-right > * {
  float: right;
  margin-left: 4px;
  margin-right: 0px;
}
.actions.align-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  top: 0px;
}
.actions.align-center > * {
  float: left;
  margin-right: 4px;
  margin-left: 0px;
}
.actions .action-separator {
  clear: left;
  margin: 0px;
}
.actions .action-filter {
  float: none;
  width: auto;
  margin-right: 0px;
  background-color: #2c2c2c;
  padding: 0px 5px 0px 5px;
}
.actions .action-filter .input-group-addon {
  border: none;
  background: none;
  height: 34px;
  padding: 0px 2px 0px 0px;
}
.actions .action-filter .input-group-addon i {
  color: #1ace73;
  font-size: 32px;
}
.actions .action-filter input {
  font-size: 13px;
  border: none !important;
  background-color: #565656;
  color: #1ace73;
  outline: none !important;
  margin: 5px 0px;
  height: 24px;
  padding: 0px 10px;
  border-radius: 0px;
  box-shadow: none;
}
.actions .action-nest-up,
.actions .action-nest-down,
.actions .action-move-up,
.actions .action-move-down {
  padding: 0px 3px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.actions.actions-inline {
  float: left;
  clear: none;
  padding: 0px;
}
.actions.actions-inline.space-left {
  margin-left: 10px;
}
.actions.actions-inline .action-wrapper {
  margin: 0px;
}
.actions.actions-noform {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
.actions.actions-noform .action-wrapper {
  margin: 0px;
}
.actions.actions-wide .action-wrapper {
  width: 100%;
}
.actions.no-padding {
  padding-top: 0px;
}
.actions-wrapper {
  min-height: 54px;
  width: 100%;
  position: relative;
}
.action-group-menu.dropdown-menu {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  padding: 0px;
  margin-top: 0px;
  overflow: visible;
}
.action-group-menu.dropdown-menu li {
  background: #464646;
}
.action-group-menu.dropdown-menu li a {
  color: #1ace73;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  border-top: 0px;
  position: relative;
}
.action-group-menu.dropdown-menu li a i {
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: 8px;
  left: 2px;
}
.action-group-menu.dropdown-menu li a i.chekrite-icon {
  font-size: 16px;
  left: 0px;
}
.action-group-menu.dropdown-menu li a u {
  text-decoration: none;
}
.action-group-menu.dropdown-menu li:hover {
  background: #35e68d;
}
.action-group-menu.dropdown-menu li:hover a {
  color: white;
}
/* color selector */
.color-selector {
  height: 34px;
  background-color: #e0e0e0;
  border: 0px;
  padding: 6px 8px;
  outline: 0;
  padding: 0px;
  display: none;
  cursor: pointer;
}
.color-selector .color-preview {
  width: 100%;
  height: 100%;
  position: relative;
}
.color-selector .color-preview .action-empty {
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 6px;
  cursor: pointer;
  display: none;
}
.color-selector .color-preview:hover .action-empty {
  display: block;
}
.color-selector .color-preview.empty-color {
  outline: 1px solid white;
  outline-offset: -17px;
  background: transparent !important;
  /*
            background-image:  
                linear-gradient(
                    45deg, 
                    rgba(0,0,0,0.0980392) 25%, 
                    rgba(0,0,0,0) 25%, 
                    rgba(0,0,0,0) 75%, 
                    rgba(0,0,0,0.0980392) 75%, 
                    rgba(0,0,0,0.0980392) 0
                ), 
                linear-gradient(
                    45deg, 
                    rgba(0,0,0,0.0980392) 25%, 
                    rgba(0,0,0,0) 25%, 
                    rgba(0,0,0,0) 75%, 
                    rgba(0,0,0,0.0980392) 75%, 
                    rgba(0,0,0,0.0980392) 0
                );
            background-color: white;
            background-repeat: repeat, repeat;
            background-position: 0 0, 6px 6px;
            background-size: 12px 12px;
            */
}
.color-selector .color-preview.empty-color .action-empty {
  display: none;
}
.color-selector .color-preview.bright-color {
  outline: 1px solid #e0e0e0;
  outline-offset: -1px;
}
.colorpicker {
  z-index: 20000;
}
.colorpicker input {
  width: auto;
  padding: 1px 3px 0px 0px !important;
  line-height: 11px;
  outline: none;
}
/* bootbox */
.bootbox.modal {
  z-index: 10000;
}
/* text-preview */
.text-preview {
  color: #666;
  background: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.075);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}
/* breadcrumbs */
.breadcrumbs {
  margin-left: 50px;
}
.breadcrumbs ul {
  list-style: none;
  font-size: 13px;
  font-family: 'Lato', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.breadcrumbs ul li {
  float: left;
  margin-left: 5px;
  border: 1px solid red;
}
.breadcrumbs ul li:before {
  content: "» ";
}
.breadcrumbs ul li:first-child:before {
  content: "";
}
/* wizard */
.app .wizard {
  display: none;
}
/* ********************************* compact combo ************************** */
.app .compact-combo {
  position: relative;
}
.app .compact-combo select {
  line-height: 24px;
}
.app .compact-combo .wijmo-wijcombobox {
  width: 100%;
  background-color: #e0e0e0;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-input {
  background: transparent;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-trigger {
  border-left: 1px solid #797979;
  height: 28px;
  margin: 5px 0px;
  width: 38px;
  display: block !important;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  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;
  background-color: #2c2c2c !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  color: #1ace73 !important;
  border: none;
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  outline: none !important;
  display: inline-table !important;
  margin: auto;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: absolute;
  margin: 0px;
  padding-left: 3px;
  padding-right: 3px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  display: none !important;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:focus,
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:active:focus,
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.active:focus,
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.focus,
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:active.focus,
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:hover,
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:focus,
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.focus {
  color: #333;
  text-decoration: none;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:active,
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.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);
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.disabled,
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add[disabled],
fieldset[disabled] .app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add:hover {
  background-color: #464646 !important;
  color: #1ace73 !important;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add i {
  font-size: 32px;
  display: table-cell;
  vertical-align: middle;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add i.glyphicon,
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add i.fa {
  font-size: 18px;
  width: 34px;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add .btn-label {
  vertical-align: middle;
  display: table-cell;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add .btn-label u {
  text-decoration: none;
  font-weight: bold;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add > u {
  text-decoration: none;
  font-weight: bold;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-wide {
  width: 100%;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-wide .btn-label {
  width: 100%;
  text-align: center;
  display: block;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-primary {
  background-color: #1ace73 !important;
  color: #FFFFFF !important;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-primary:hover {
  background-color: #35e68d !important;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-negative {
  background: none !important;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-negative:hover {
  background: none !important;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-negative:hover i {
  color: #35e68d;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.no-padding {
  padding: 0px;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-small {
  height: 20px;
  line-height: 20px;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-small i {
  font-size: 20px;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-small i.glyphicon,
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add.btn-small i.fa {
  font-size: 20px;
  width: 25px;
}
.app .compact-combo .wijmo-wijcombobox .wijmo-wijcombobox-inline-add .caret-wrapper {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: 4px;
}
.app .compact-combo .wijmo-wijcombobox-wrapper {
  padding-right: 38px;
}
.app .compact-combo .wijmo-wijcombobox-wrapper .wijmo-wijcombobox-input {
  width: 100% !important;
}
.app .compact-combo .wijmo-wijcombobox-list {
  width: 0px !important;
  height: 0px !important;
  border: none !important;
}
.app .compact-combo .combo {
  width: 98%;
  cursor: pointer;
  background-color: white;
}
.app .compact-combo .combo.show-checkbox {
  text-indent: 36px;
}
.app .compact-combo .wijmo-checkbox.check-state {
  position: absolute;
  top: 22px;
  left: 11px;
  display: none;
}
.app .compact-combo .wijmo-checkbox.check-state .wijmo-checkbox-box {
  background-color: #FFFFFF;
  color: #333333 !important;
}
.app .compact-combo .combo-content,
.app .compact-combo.combo-content {
  display: none;
  background: #f4f4f4;
  border: 7px solid white;
  padding: 0;
  position: absolute;
  z-index: 4000;
  width: 100%;
}
.app .compact-combo .combo-content .super,
.app .compact-combo.combo-content .super {
  height: 250px;
  overflow: hidden;
  border: none;
}
.app .compact-combo .combo-content .super .wijmo-wijtree-item,
.app .compact-combo.combo-content .super .wijmo-wijtree-item {
  margin-left: 0px;
}
.app .compact-combo .combo-content .actions,
.app .compact-combo.combo-content .actions {
  padding: 0px 7px;
}
.app .compact-combo .combo-content .actions .action-filter,
.app .compact-combo.combo-content .actions .action-filter {
  margin-bottom: 0px;
}
/* ************************* static table *********************************** */
.default-table-header {
  background-color: #232323;
  color: #1ace73;
}
.default-table-header th {
  height: 34px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  padding: 2px 25px;
}
.default-table-row:nth-child(2n) {
  background-color: #e9e9e9;
}
.default-table-row td {
  height: 34px;
  border-width: 0px 0px 0px 1px;
  border-color: #838383;
  border-style: solid;
  padding: 2px 25px;
}
.default-table-row td:first-child {
  border-width: 0px 0px 0px 0px;
}
.static-table table {
  width: 100%;
}
.static-table table thead,
.static-table table tfoot {
  background-color: #232323;
  color: #1ace73;
}
.static-table table thead th,
.static-table table tfoot th {
  height: 34px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  padding: 2px 25px;
}
.static-table table td,
.static-table table th {
  height: 34px;
}
.static-table table tr:nth-child(2n) {
  background-color: #e9e9e9;
}
.static-table table tr td {
  height: 34px;
  border-width: 0px 0px 0px 1px;
  border-color: #838383;
  border-style: solid;
  padding: 2px 25px;
}
.static-table table tr td:first-child {
  border-width: 0px 0px 0px 0px;
}
.static-table table td .input,
.static-table table th .input {
  margin: 2px 0px;
  padding-top: 0px;
}
.static-table table td .input.checkbox .wijmo-checkbox-box,
.static-table table th .input.checkbox .wijmo-checkbox-box {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.item-label {
  float: right;
  margin-left: 4px;
  margin-top: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.item-label.label-default {
  background-color: transparent;
  color: rgba(147, 147, 147, 0.57);
}
/* ************************* overlay **************************************** */
.ui-widget-overlay {
  background-color: black;
  opacity: 0.3;
}
/* ************************* cropzoom library ******************************* */
/* cropzoom bootstrap fixes */
.image-edit .crop-container #k img {
  max-width: none !important;
  vertical-align: auto !important;
}
.crop-container .ui-slider {
  margin: 6px auto;
}
.crop-container #rotationMin,
.crop-container #rotationMax,
.crop-container #zoomMin,
.crop-container #zoomMax {
  text-align: center;
  font-size: 13px;
}
/* ************************* code editor ************************************ */
.code-editor {
  position: relative;
}
.code-editor pre {
  white-space: pre-wrap !important;
}
.code-editor .action-insert {
  position: absolute;
  right: 14px;
  top: 32px;
}
/* ************************* progress *************************************** */
.modal.modal-progress {
  display: none;
  z-index: 200000;
  padding-right: 0px !important;
  background-color: #f4f4f4;
  width: 400px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
}
.modal.modal-progress .modal-backdrop.in {
  opacity: 0.05;
}
.modal.modal-progress .modal-header {
  height: 54px;
  background-color: #2b2b2b;
  color: #1ace73;
  padding: 0px 15px 0px 25px;
  line-height: 54px;
  font-weight: bold;
  font-size: 13px;
  border: none;
}
.modal.modal-progress .modal-header h3 {
  margin: 0px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 54px;
}
.modal.modal-progress .modal-header .close {
  line-height: 54px;
}
.modal.modal-progress .modal-body .progress {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  margin-top: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal.modal-progress .modal-body .progress .bar {
  height: 20px;
  background-color: #555555;
}
.progress.progress-inline {
  display: inline-block;
  width: 200px;
  margin-bottom: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
}
.progress.progress-inline .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* ************************* posts ****************************************** */
.posts .post {
  margin-bottom: 5px;
}
.posts .post .post-header {
  font-size: 13px;
}
.posts .post .post-header .author {
  font-weight: bold;
  color: #1ace73;
}
.posts .post .post-content {
  padding: 5px 0px 5px 20px;
  overflow: hidden;
}
.posts .post .post-content .post-content-wrapper {
  border-left: 5px solid #e7e7e7;
  padding: 7px 0px 7px 20px;
  width: 50%;
  float: left;
  min-width: 350px;
}
.posts .post .post-content .post-content-wrapper img.content-image {
  max-width: 200px;
  max-height: 100px;
}
.posts .post .post-content .post-content-wrapper .content-text {
  outline: none;
}
.posts .post .post-content .post-content-info {
  width: 50%;
  float: left;
  font-size: 12px;
}
.posts .post .post-actions {
  float: right;
  width: 50px;
  padding: 5px;
}
.posts .post .post-actions .action-add,
.posts .post .post-actions .action-delete {
  display: none;
  font-size: 25px;
  color: #1ace73;
  cursor: pointer;
  text-decoration: none;
  float: right;
}
.posts .post.template {
  display: none;
}
.posts .post.editable .post-content .content-text {
  color: #8e8e8e;
}
.posts .post.editable .action-delete {
  display: none !important;
}
.posts .post.uneditable .action-delete {
  display: none !important;
}
.posts .post.add .action-add {
  display: inline-block;
}
.posts .post.add .action-delete {
  display: none !important;
}
.posts .post:hover .action-delete {
  display: inline-block;
}
/* ************************* tree ******************************************* */
.app .wijmo-wijtree {
  width: 100%;
  min-height: 250px;
  min-width: 150px;
}
.app .wijmo-wijtree .wijmo-wijtree-list {
  width: 100%;
  padding-top: 0px;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-item {
  margin-left: 0px;
  width: 100%;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-item.ui-sortable-placeholder,
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-parent.ui-sortable-placeholder {
  outline: 1px solid #eaeaea;
  visibility: visible !important;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-child {
  margin-left: 27px;
}
.app .wijmo-wijtree .wijmo-wijtree-list.wijmo-wijtree-child {
  padding-top: 0px;
  padding-bottom: 0px;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node {
  margin-right: 0px;
  width: 100%;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner {
  width: 100%;
  min-height: 34px;
  border: 0px;
  position: relative;
  display: table;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner.ui-state-active,
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner.ui-state-hover {
  background-color: #999999;
  color: white;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner .wijmo-wijtree-nodeimage {
  height: 28px;
  float: left;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner > .ui-icon-triangle-1-e,
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner > .ui-icon-triangle-1-se {
  margin: 0px;
  cursor: pointer;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner .wijmo-wijtree-link {
  float: none;
  padding-left: 23px;
  display: table-cell;
  vertical-align: middle;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node .wijmo-wijtree-inner .wijmo-wijtree-link:after {
  float: left;
  width: 0px;
  height: 28px;
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node.has-icon .wijmo-wijtree-inner > .wijmo-wijtree-nodeimage {
  margin: 0px 0px 0px 17px;
  background: none;
  text-indent: 0px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.app .wijmo-wijtree .wijmo-wijtree-list .wijmo-wijtree-node.has-icon .wijmo-wijtree-inner .wijmo-wijtree-link {
  padding-left: 40px;
}
.app .wijmo-wijtree-superpanel {
  background-color: #fbfbfb !important;
}
/*
    */
.app .tree-node-label {
  display: inline-block;
  position: absolute;
  left: 200px;
  float: none;
}
/* ************************* accordion ************************************** */
.app .wijmo-wijaccordion .wijmo-wijaccordion-header {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #999999;
  color: white;
  margin: 9px 0px;
}
.app .wijmo-wijaccordion .wijmo-wijaccordion-header:first-child {
  margin-top: 0px;
}
.app .wijmo-wijaccordion .wijmo-wijaccordion-header.empty-item {
  display: none;
}
.app .wijmo-wijaccordion .wijmo-wijaccordion-header a {
  padding-right: 1.2em;
}
.app .wijmo-wijaccordion .wijmo-wijaccordion-header .action-delete {
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 6px;
  cursor: pointer;
  display: none;
}
.app .wijmo-wijaccordion .wijmo-wijaccordion-header:hover .action-delete {
  display: block;
}
.app .wijmo-wijaccordion .wijmo-wijaccordion-content {
  padding: 0px !important;
  overflow: hidden;
}
.app .wijmo-wijaccordion .wijmo-wijaccordion-content form {
  margin-bottom: -10px;
}
.app .wijmo-wijaccordion .wijmo-wijaccordion-content form form {
  margin-bottom: 0px;
}
.app .wijmo-wijaccordion.ui-sorting .wijmo-wijaccordion-content {
  display: none !important;
}
/* ************************* calendar *************************************** */
.app .wijmo-wijcalendar {
  width: 240px;
  background: #f4f4f4;
  border: 7px solid white;
}
.app .wijmo-wijcalendar td a.ui-state-active,
.app .wijmo-wijcalendar td a.ui-state-highlight,
.app .wijmo-wijcalendar td a.ui-state-hover {
  color: white;
  background-color: #666666;
}
/* ************************* events calendar ******************************** */
.app .wijmo-wijevcal {
  width: 100%;
}
.app .wijmo-wijevcal .wijmo-wijev-view .wijmo-wijev-header-title {
  font-size: 16px;
  font-weight: bold;
  background: #f0f0f0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.app .wijmo-wijevcal .wijmo-wijev-view-container {
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: none;
}
.app .wijmo-wijevcal .wijmo-wijdatepager-pagelabel.ui-state-active {
  background: #e0e0e0;
}
.app .wijmo-wijevcal .wijmo-wijev-event-dialog {
  background: white;
  border: 10px solid #eeeeee;
  box-shadow: none;
}
.app .wijmo-wijevcal.wijmo-wijev .wijmo-wijev-dayview .wijmo-wijev-daycolumn .wijmo-wijev-oddrow {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #f0f0f0;
}
.app .wijmo-wijevcal.wijmo-wijev .wijmo-wijev-dayview .wijmo-wijev-timeruler .wijmo-wijev-timerulerinterval {
  font-size: 11px;
}
/* combo */
/*.wijmo-wijlist-item.ui-state-hover, 
.wijmo-wijlist-item.ui-state-active {padding-right: 9px !important;}*/
/* ************************* upload ***************************************** */
.app .wijmo-wijupload > .ui-button {
  margin: 0px;
}
.app .wijmo-wijupload .wijmo-wijupload-commandRow {
  display: none !important;
}
.app .wijmo-wijupload .wijmo-wijupload-file {
  margin: 0px 60px 0px 0px;
  padding: 0.4em 0.4em 0.4em 0em;
  font-size: 11px;
  color: #14a15a;
}
.app .wijmo-wijupload .wijmo-wijupload-buttonContainer {
  font-size: 11px;
  margin-top: 1px;
}
.app .wijmo-wijupload .wijmo-wijupload-buttonContainer .wijmo-wijupload-progress {
  vertical-align: middle;
  display: inline-block;
}
.app .wijmo-wijupload .wijmo-wijupload-buttonContainer .wijmo-wijupload-upload {
  display: none !important;
}
.app .wijmo-wijupload .wijmo-wijupload-buttonContainer .wijmo-wijupload-cancel {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 0px 2px;
}
.app .wijmo-wijupload .wijmo-wijupload-buttonContainer .wijmo-wijupload-cancel .ui-button-icon-primary {
  font-size: 20px;
  color: #1ace73;
  vertical-align: middle;
}
.app .wijmo-wijupload .wijmo-wijupload-buttonContainer .wijmo-wijupload-cancel .ui-button-text {
  display: none;
}
/* ************************* help ******************************************* */
.layout-dialog.__action__video {
  min-height: 100%;
  height: 100%;
}
.dialog-video {
  width: 100%;
  height: 100%;
}
/* views */
/* Users/login */
/* Sites/general */
/* Companies/statistics */
/* Sites/statistics */
.table-statistics table {
  width: 100%;
}
.table-statistics table thead,
.table-statistics table tfoot {
  background-color: #232323;
  color: #1ace73;
}
.table-statistics table thead th,
.table-statistics table tfoot th {
  height: 34px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  padding: 2px 25px;
}
.table-statistics table td,
.table-statistics table th {
  height: 34px;
}
.table-statistics table tr:nth-child(2n) {
  background-color: #e9e9e9;
}
.table-statistics table tr td {
  height: 34px;
  border-width: 0px 0px 0px 1px;
  border-color: #838383;
  border-style: solid;
  padding: 2px 25px;
}
.table-statistics table tr td:first-child {
  border-width: 0px 0px 0px 0px;
}
.table-statistics table td .input,
.table-statistics table th .input {
  margin: 2px 0px;
  padding-top: 0px;
}
.table-statistics table td .input.checkbox .wijmo-checkbox-box,
.table-statistics table th .input.checkbox .wijmo-checkbox-box {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.table-statistics .period {
  font-weight: bold;
  width: 25%;
  border-right: none;
}
.table-statistics .value {
  color: #888;
  width: 25%;
  text-align: right;
  padding-right: 10.5%;
  border-left: 1px dashed #838383;
}
.table-detailed-statistics .period {
  width: 30%;
}
.table-detailed-statistics .value {
  width: 35%;
}
.statistics-years {
  margin-top: 10px;
}
.statistics-years .actions {
  float: left;
}
/* Sites/shifts */
.SiteDaysWorked {
  width: 50%;
}
/* Sites/makes */
.masterslave-makes-master .form-makes .wijmo-wijgrid-headerrow th:first-child {
  padding-left: 15px;
  padding-right: 15px;
  padding: 0.5em 0em;
}
/* Administrators */
/* Sites/surveys */
.app .masterslave-site-surveys-slave {
  background: none;
  border: none;
  padding: 25px 0px 10px 0px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 0px;
}
/* Devices/code */
.info-device-code .code {
  font-size: 60px;
  line-height: 65px;
  text-align: center;
}
.form-device .live-info {
  min-height: 24px;
}
.form-device .live-info div {
  min-height: inherit;
}
.form-device .live-info div .inline-message {
  float: left;
}
.form-device .live-info .actions-inline {
  margin-top: -10px;
}
.form-device .registered-info {
  display: inline-block;
  width: 100%;
}
.form-device .registered-info .actions {
  float: right;
}
.form-device .registered-info .registered {
  line-height: 15px;
  display: block;
}
/* ********************************* days of week *************************** */
.days-of-week-selector .input.checkbox {
  float: left;
  min-width: 54px;
  padding-top: 18px;
}
.days-of-week-selector .input.checkbox label {
  position: relative;
  top: -23px;
  padding-left: 0px;
  font-weight: bold;
}
.form-recurrence-rule .days-of-week {
  display: none;
}
.form-recurrence-rule .day-of-month .input {
  float: left;
  margin-right: 10px;
}
/* Employees */
.app .masterslave-employees-master .by-name,
.app .masterslave-employees-master .by-badge,
.app .masterslave-employees-master .by-email {
  width: 100%;
}
.form-employee-general .UserPin {
  padding-right: 39px;
}
.form-employee-general .credentials-photo {
  margin-top: 10px;
  margin-bottom: 20px;
}
.form-employee-general .portal-credentials,
.form-employee-general .ipad-credentials {
  position: relative;
}
.form-employee-general .portal-credentials > div,
.form-employee-general .ipad-credentials > div {
  background-color: #f8f8f8;
  padding: 20px 20px;
}
.form-employee-general .ipad-credentials .actions {
  float: right;
  display: inline-block;
  padding: 0px;
  margin: 19px 0px 0px 0px;
}
.form-employee-general .ipad-credentials .actions > * {
  margin: 0px;
}
.test-schedules-status-dialog {
  display: none;
}
.form-equipment-location .chekrite-icon-location {
  position: relative;
  left: -7px;
}
.form-equipment-location .location {
  line-height: 1.4;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 35px;
}
.form-asset-locate-actions {
  width: 100%;
  margin-top: 20px;
}
.form-asset-locate-actions .location {
  overflow: hidden;
  padding-right: 20px;
}
.form-asset-locate-actions .submit {
  float: right;
}
.form-asset-locate-actions .submit .actions {
  padding-top: 19px;
}
.form-asset-locate-actions .submit .actions .action-wrapper {
  margin-right: 0px;
}
/* Usage */
.usage-title {
  text-align: center;
  color: #1ace73 !important;
}
.usage-title,
.usage-title * {
  font-size: 12px;
}
.usage-title em {
  font-weight: bold;
}
.app .masterslave-usage-master {
  margin-top: 10px;
}
.app .masterslave-usage-master .ui-widget-content {
  border: none;
}
.app .masterslave-usage-master .wijmo-wijtree {
  overflow: hidden;
}
.app .masterslave-usage-master nav.actions {
  /*padding-left: 44px;*/
}
.app .masterslave-usage-master .action-filter {
  position: relative;
  width: 100%;
}
.app .masterslave-usage-master .action-filter input {
  width: 100%;
  max-width: none;
}
/* Question */
.app .masterslave-questions-master .wijmo-wijtree-node.item-editable-1,
.app .masterslave-questions-master .wijmo-wijtree-node.item-editable-true {
  color: #ffae00 !important;
}
.app .masterslave-questions-master .wijmo-wijtree-node.item-editable-1 .wijmo-wijtree-inner .wijmo-wijtree-link,
.app .masterslave-questions-master .wijmo-wijtree-node.item-editable-true .wijmo-wijtree-inner .wijmo-wijtree-link {
  color: #ffae00 !important;
}
.app .masterslave-questions-master .wijmo-wijtree-node.item-editable-1:hover,
.app .masterslave-questions-master .wijmo-wijtree-node.item-editable-true:hover {
  color: #ffae00 !important;
}
.app .masterslave-questions-master .wijmo-wijtree-node.item-editable-1:hover .wijmo-wijtree-inner .wijmo-wijtree-link,
.app .masterslave-questions-master .wijmo-wijtree-node.item-editable-true:hover .wijmo-wijtree-inner .wijmo-wijtree-link {
  color: #ffae00 !important;
}
.app .masterslave-questions-master .wijmo-wijtree-node.item-error-true {
  color: #f54547 !important;
}
.app .masterslave-questions-master .wijmo-wijtree-node.item-error-true .wijmo-wijtree-inner .wijmo-wijtree-link {
  color: #f54547 !important;
}
.app .masterslave-questions-master .wijmo-wijtree-node.item-error-true:hover {
  color: #f54547 !important;
}
.app .masterslave-questions-master .wijmo-wijtree-node.item-error-true:hover .wijmo-wijtree-inner .wijmo-wijtree-link {
  color: #f54547 !important;
}
.app .masterslave-questionresponsetype-list .item-default-1 {
  font-weight: bold !important;
}
.app .masterslave-questionresponsetype-list .item-default-1:hover {
  font-weight: bold !important;
}
.wizard-question-entity-modify > .wijmo-wijwizard-content {
  border: 0px;
  min-height: 1px;
}
.wizard-question-entity-modify > .wijmo-wijwizard-content > .wijmo-wijwizard-panel {
  padding: 0px;
}
#QuestionDetailsForm .extra-information span.validation-error {
  position: relative;
  left: -7px;
  margin-left: 0px;
}
.grid-row-fail-weight-inherit {
  color: #AAA;
}
.masterslave-searchquestions-list .wijmo-wijlist-item.ui-state-hover,
.masterslave-questionsall-list .wijmo-wijlist-item.ui-state-hover {
  padding-right: 9px;
}
.form-extra-info-employee-filters,
.form-extra-info-asset-filters {
  margin-top: 20px;
}
/* Question Entity */
.form-question-general-search .question-entity-search input {
  width: 100%;
}
.form-question-general-search .duplicates .actions {
  width: 100%;
}
.form-question-general-search .duplicates .actions .action-wrapper {
  width: 100%;
}
.form-question-general-search .duplicates .actions .action-wrapper .action-duplicates {
  width: 100%;
}
/* Checklist */
.form-checklist .legend-checklist {
  margin-top: -8px;
}
.form-checklist .legend-checklist dt {
  clear: left;
}
.form-checklist .legend-checklist dt,
.form-checklist .legend-checklist dd {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* Checklist list styling */
.masterslave-checklists-master .item-published-false,
.masterslave-store-checklists-master .item-published-false {
  color: #ffae00 !important;
}
.masterslave-checklists-master .item-published-false .ui-state-hover,
.masterslave-store-checklists-master .item-published-false .ui-state-hover,
.masterslave-checklists-master .item-published-false .ui-state-active,
.masterslave-store-checklists-master .item-published-false .ui-state-active {
  color: #ffae00 !important;
}
.masterslave-checklists-master .ChecklistUnpublished,
.masterslave-store-checklists-master .ChecklistUnpublished {
  color: #ffae00 !important;
}
.masterslave-checklists-master .ChecklistArchived,
.masterslave-store-checklists-master .ChecklistArchived {
  color: #f54547 !important;
}
.masterslave-checklists-master .item-deleted-true,
.masterslave-store-checklists-master .item-deleted-true {
  color: #f54547 !important;
}
.masterslave-checklists-master .item-deleted-true .ui-state-hover,
.masterslave-store-checklists-master .item-deleted-true .ui-state-hover,
.masterslave-checklists-master .item-deleted-true .ui-state-active,
.masterslave-store-checklists-master .item-deleted-true .ui-state-active {
  color: #f54547 !important;
}
/* Checklist info section */
.checklist-info {
  position: absolute;
  top: 0px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1ace73;
  margin-left: 3px;
  width: 21%;
  height: 43px;
}
.checklist-info .checklist-info-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.legend-checklist {
  margin-top: -6px;
}
/* Checklist/publish dialog */
.form-checklist-publish .question .checklist {
  color: #1ace73;
  font-weight: bold;
  display: block;
}
.form-checklist-publish .options .input.radio {
  float: left;
  clear: left;
  margin-bottom: 10px;
}
.form-checklist-publish .options .input.radio legend {
  min-width: 275px;
}
/* Recipients */
.RuleRecipients .text-preview {
  margin-right: 110px;
}
/* ************************* styled calendar ******************************** */
.styled-calendar.wijmo-wijcalendar {
  border: none;
  width: 100%;
}
.styled-calendar.wijmo-wijcalendar .ui-datepicker-header {
  background: #e5d2b9;
  border: none;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable a {
  min-height: 30px;
  line-height: 26px;
  text-align: center;
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  border-top-left-radius: 15px !important;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable a.ui-state-highlight {
  background: transparent;
  border: 1px solid #c28a30 !important;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable a.ui-state-active {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0);
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable a.ui-state-hover {
  background: #cfcfcf;
  border: 1px solid rgba(0, 0, 0, 0);
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.day-has-event a {
  background: #3969A8;
  color: white;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.checklist-manual-true a,
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.equipment-manual-true a {
  background: #1F426F;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.day-past a {
  opacity: 0.7;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.status-completed a {
  background: #4D901F !important;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.status-auto-completed a {
  background: #315A15 !important;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.status-skip a {
  background: linear-gradient(135deg, #d6d6d6 0%, #d6d6d6 38%, #DF7171 38%, #DF7171 62%, #d6d6d6 62%, #d6d6d6 100%);
  background-repeat: no-repeat;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.status-manual-override a {
  background: linear-gradient(135deg, #eaab38 25%, white 25%, white 50%, #eaab38 50%, #eaab38 75%, white 75%);
  background-size: 28px 28px;
  color: black;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.equipment-retired,
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.equipment-not-deployed,
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.checklist-not-effective,
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.equipment-offline {
  background-image: linear-gradient(45deg, white 25%, #ccc 25%, #ccc 50%, white 50%, white 75%, #ccc 75%);
  background-size: 16px 16px;
  background-clip: content-box;
  border-radius: 0px !important;
  cursor: default;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.equipment-retired.day-no-event a,
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.equipment-not-deployed.day-no-event a,
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.checklist-not-effective.day-no-event a,
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.equipment-offline.day-no-event a {
  background: none !important;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.equipment-offline {
  background-image: linear-gradient(45deg, white 25%, #aaa 25%, #aaa 50%, white 50%, white 75%, #aaa 75%);
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.day-past.status-not-done a {
  background-color: #C0110A;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.day-past.status-not-done.importance-0 a {
  opacity: 0.5;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.day-past.status-not-done.importance-1 a {
  opacity: 0.55;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.day-past.status-not-done.importance-2 a {
  opacity: 0.6;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.day-past.status-not-done.importance-3 a {
  opacity: 0.65;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.day-past.status-not-done.importance-4 a {
  opacity: 0.7;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.day-past.status-not-done.importance-5 a {
  opacity: 0.75;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.day-past.status-not-done.importance-6 a {
  opacity: 0.8;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.day-past.status-not-done.importance-7 a {
  opacity: 0.85;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.day-past.status-not-done.importance-8 a {
  opacity: 0.9;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.day-past.status-not-done.importance-9 a {
  opacity: 0.95;
}
.styled-calendar.wijmo-wijcalendar .wijmo-wijcalendar-day-selectable.day-past.status-not-done.importance-10 a {
  opacity: 1.0;
}
/* Expressions */
.expression-preview-wrapper {
  font-size: 12px;
  background-color: #e0e0e0;
  margin-top: 15px;
}
/* Associations */
.masterslave-associations-secondary .checklist-version-notes {
  font-size: 12px;
  color: #124258;
  background-color: #f8f8f8;
  -webkit-box-shadow: 5px 5px #e5e5e5;
  box-shadow: 5px 5px #e5e5e5;
  display: none;
}
.masterslave-checklist-associations-master .wijmo-wijtree .item-grouping-true {
  font-style: italic;
}
/* Assignments */
.form-assignments #AssignmentChecklist {
  width: 100%;
}
/* Assignments - Copy From */
.form-copy-from div.QuestionChecklist {
  display: none;
}
.form-task-schedule-recurrence .TaskScheduleDate .date {
  width: 33.3333333333% !important;
}
.form-task-schedule-recurrence .TaskScheduleDate .times {
  width: 66.6666666666% !important;
}
/* Reports */
.report-title {
  font-size: 12px;
  color: #1ace73;
  text-transform: uppercase;
  font-weight: bold;
}
.form-reports .form-model-selection {
  margin-bottom: 20px;
}
.form-reports .form-model-selection > section {
  padding-right: 10px;
}
.form-reports .form-model-selection .combo {
  width: 100%;
}
/* Reports - Extract */
.form-reports-extract .wijmo-wijgrid .all {
  font-style: italic;
}
.form-reports-extract .wijmo-wijtree .item-grouping-true {
  font-style: italic;
}
/* Issues */
/* Issues - Details */
.form-issue-preview-list .status {
  float: right;
  background: #ededed;
  padding: 5px 10px;
}
.form-issue-preview-list .status .status-label {
  font-weight: bold;
  padding-right: 10px;
}
.form-issue-preview-list .status .status-value {
  color: #1ace73;
}
.form-issue-notes .IssueDisplayViewHistory {
  float: right;
}
.form-issue-navigation {
  float: left;
}
.form-issue-navigation .actions {
  float: left;
}
.form-issue-navigation .actions .action-previous {
  padding-left: 0px;
}
.form-issue-navigation .unprocessed {
  font-size: 12px;
  color: #7c7c7c;
  float: left;
  margin-top: 17px;
}
.form-issue-actions {
  float: right;
}
.masterslave-duplicateIssues-master .issue-items-related .item-parent-true td {
  font-weight: bold;
}
/* Modify */
.modify-note {
  text-align: center;
  color: #1ace73 !important;
}
.modify-note,
.modify-note * {
  font-size: 12px;
}
.modify-note em {
  font-weight: bold;
}
.checklist-usage-tree .wijmo-wijtree-inner .tree-node-label {
  left: 350px;
  color: #939393;
}
.checklist-usage-tree .wijmo-wijtree-inner.ui-state-active .tree-node-label {
  color: #c7c7c7;
}
/* Advanced */
.previewed .form-manual-entry-search {
  display: none;
}
.app .masterslave-advanced-section .masterslave-master .input.checkbox {
  float: left;
  margin-left: 23px;
  padding-top: 0px;
}
.masterslave-questionsall-list .item-orphaned-1,
.masterslave-warningsall-list .item-orphaned-1,
.masterslave-tipsall-list .item-orphaned-1,
.masterslave-partsall-list .item-orphaned-1,
.masterslave-manualentriesall-list .item-orphaned-1 {
  color: #ffae00 !important;
}
.masterslave-questionsall-list .item-orphaned-1:hover,
.masterslave-warningsall-list .item-orphaned-1:hover,
.masterslave-tipsall-list .item-orphaned-1:hover,
.masterslave-partsall-list .item-orphaned-1:hover,
.masterslave-manualentriesall-list .item-orphaned-1:hover {
  color: #ffae00 !important;
}
.masterslave-questionsall-list .item-archived-1,
.masterslave-warningsall-list .item-archived-1,
.masterslave-tipsall-list .item-archived-1,
.masterslave-partsall-list .item-archived-1,
.masterslave-manualentriesall-list .item-archived-1 {
  color: #f54547 !important;
}
.masterslave-questionsall-list .item-archived-1:hover,
.masterslave-warningsall-list .item-archived-1:hover,
.masterslave-tipsall-list .item-archived-1:hover,
.masterslave-partsall-list .item-archived-1:hover,
.masterslave-manualentriesall-list .item-archived-1:hover {
  color: #f54547 !important;
}
/* Statistics */
.form-voice-statistics .flags {
  float: left;
}
/* Items */
.app .masterslave-items-slave {
  margin-top: -54px;
}
@media (max-width: 992px) {
  .app .masterslave-items-slave {
    margin-top: 0px;
  }
}
/* Question */
.form-question-modify #QuestionProcedure {
  height: 197px;
}
.form-question-modify .extra-information .input.checkbox {
  margin-bottom: 7px;
}
/* ************************* gauge ****************************************** */
.gauge .marks .mark {
  background: #cfcfcf;
  float: left;
  margin: 2px;
  padding: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
.gauge .marks .mark.status-fail {
  background-color: #bd1e2c;
}
.gauge .marks .mark.status-caution {
  background-color: #ffcc44;
}
.gauge .marks .mark.status-pass {
  background-color: #1dd179;
}
.gauge .marks .mark.status-fixed {
  background-color: #bd1e2c;
}
/* Test Schedules */
.form-test-schedules .form-site,
.form-test-schedules .form-model,
.form-test-schedules .form-equipment,
.form-test-schedules .form-status {
  position: relative;
}
/* Actions */
.form-action #ActionMessage {
  width: 100%;
  height: 100px;
}
.form-action #MessagePreviewWrapper {
  word-break: break-all;
  white-space: pre-wrap;
}
.form-action .action-expanded-panel {
  margin-left: -53.5%;
}
@media (max-width: 992px) {
  .form-action .action-expanded-panel {
    margin-left: 0px;
  }
}
.form-action pre {
  min-height: 45px;
}
#notifications_stored-actions .action-expanded-panel {
  margin-left: 0px;
}
.inline-ckeditor {
  border: 1px solid rgba(0, 0, 0, 0.14902);
  border-radius: 4px;
  padding: 13px;
}
.app .cke_placeholder {
  background-color: #F4DA97;
  color: black;
  padding: 2px 4px;
  border-radius: 5px;
}
.app .cke_button__placeholder_icon {
  background: url('/img/logo-xsmall-16.png') no-repeat !important;
}
.cke_dialog_ui_input_text .wijmo-wijcombobox-input {
  width: 212px !important;
}
.dialog-message-fields {
  display: none;
}
.fields .field > * {
  float: left;
  display: inline-block;
}
.fields .field .name {
  width: 40%;
}
.fields .field .value {
  width: 40%;
}
.field-template {
  display: none;
}
.app .masterslave-rules-master .ui-widget.wijmo-wijlist {
  height: 298px;
}
.app .masterslave-rules-slave .masterslave-actions-master .ui-widget.wijmo-wijlist {
  height: 228px;
}
/* Rules */
.notifications-filter {
  position: absolute;
  right: 14px;
  z-index: 10;
}
.masterslave-rules-master .item-enabled-false,
.masterslave-actions-master .item-enabled-false,
.masterslave-rules-master .item-enabled-0,
.masterslave-actions-master .item-enabled-0 {
  color: #f54547;
}
.masterslave-rules-master .item-enabled-false.ui-state-hover,
.masterslave-actions-master .item-enabled-false.ui-state-hover,
.masterslave-rules-master .item-enabled-0.ui-state-hover,
.masterslave-actions-master .item-enabled-0.ui-state-hover,
.masterslave-rules-master .item-enabled-false.ui-state-active,
.masterslave-actions-master .item-enabled-false.ui-state-active,
.masterslave-rules-master .item-enabled-0.ui-state-active,
.masterslave-actions-master .item-enabled-0.ui-state-active {
  color: #f54547 !important;
}
/* Rules - conditions */
.conditions {
  font-size: 12px;
  margin-bottom: 20px;
}
.conditions .all-any-none-wrapper {
  display: inline-block;
  margin-left: -60px;
}
.conditions input,
.conditions select {
  background-color: #e0e0e0;
  padding: 3px 4px 4px 4px;
  font-size: 12px !important;
  margin: 0px 4px 2px 0px;
  border: none;
  height: auto;
  width: auto;
  outline: none;
}
.conditions .input {
  margin: 0px 4px 2px 0px;
}
.conditions input.time {
  width: 80px;
}
.conditions input.datePicker {
  width: 80px;
}
.conditions input.value[type=text] {
  width: 100px;
}
.conditions select {
  padding: 3px 4px 4px 4px;
  height: 24px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.conditions .wijmo-wijinput {
  border: none !important;
  width: 104px;
  margin-right: 4px;
}
.conditions .wijmo-wijinput .wijmo-wijinput-wrapper {
  padding: 0px 20px 0px 0px;
  background-color: #e0e0e0;
}
.conditions .wijmo-wijinput .wijmo-wijinput-wrapper input {
  padding-top: 4px;
  padding-bottom: 5px;
}
.conditions .wijmo-wijinput .wijmo-wijinput-trigger {
  border: none;
}
.conditions .wijmo-wijinput .wijmo-wijinput-trigger .ui-icon {
  top: 13px !important;
}
.conditions .wijmo-wijcombobox {
  /*        position: relative;*/
  /*top: -1px;*/
  background-color: #e0e0e0;
  width: 200px !important;
}
.conditions .wijmo-wijcombobox .wijmo-wijcombobox-wrapper {
  border: none;
}
.conditions .wijmo-wijcombobox .wijmo-wijcombobox-wrapper input {
  padding-right: 7px;
  box-shadow: none;
  background-image: none;
  /*margin-right: 4px;*/
  /*width: 176px !important;*/
}
.conditions .wijmo-wijcombobox .wijmo-wijcombobox-trigger {
  border: none;
  width: 16px;
}
.conditions .wijmo-wijcombobox .wijmo-wijcombobox-trigger .ui-icon {
  margin-top: 5px;
  margin-left: 1px;
}
.conditions .conditional {
  margin-top: 5px;
  padding-left: 60px;
}
.conditions > .conditional > .remove {
  display: none;
}
.conditions .rules-wrapper {
  border-left-width: 3px;
  border-left-style: solid;
  padding-left: 10px;
}
.conditions .rule {
  margin-top: 5px;
}
.conditions .rule .values {
  display: inline-block;
  vertical-align: top;
}
.conditions .rule .values > .sub-clause {
  display: inline-block;
}
.conditions .rule .values > .sub-clause > .rule {
  margin-top: 0px;
}
.conditions .date-time-wrapper,
.conditions .date-wrapper,
.conditions .settings-handle,
.conditions .autocomplete-wrapper {
  display: inline-block;
  vertical-align: top;
}
.conditions-combobox .wijmo-wijlist-ul .wijmo-wijlist-item,
.conditions .wijmo-wijlist-ul .wijmo-wijlist-item,
.mini .wijmo-wijlist-ul .wijmo-wijlist-item {
  font-size: 10px;
  line-height: 25px !important;
  min-height: 25px !important;
}
.conditions-combobox .wijmo-wijlist-ul .wijmo-wijlist-item .wijmo-wijlist-item-inner,
.conditions .wijmo-wijlist-ul .wijmo-wijlist-item .wijmo-wijlist-item-inner,
.mini .wijmo-wijlist-ul .wijmo-wijlist-item .wijmo-wijlist-item-inner {
  line-height: 24px !important;
  min-height: 25px !important;
}
.conditions .add-rule,
.attachments .add-rule,
.conditions .add-condition,
.attachments .add-condition,
.conditions .add-attachment,
.attachments .add-attachment,
.conditions .remove,
.attachments .remove,
.conditions .settings,
.attachments .settings {
  background-color: #26e3c5;
  padding: 0px;
  width: 24px;
  height: 24px;
  color: black;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-left: 6px;
  text-decoration: none;
  vertical-align: top;
  top: 0px;
}
.conditions .add-rule i,
.attachments .add-rule i,
.conditions .add-condition i,
.attachments .add-condition i,
.conditions .add-attachment i,
.attachments .add-attachment i,
.conditions .remove i,
.attachments .remove i,
.conditions .settings i,
.attachments .settings i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.conditions .add-rule i.glyphicon,
.attachments .add-rule i.glyphicon,
.conditions .add-condition i.glyphicon,
.attachments .add-condition i.glyphicon,
.conditions .add-attachment i.glyphicon,
.attachments .add-attachment i.glyphicon,
.conditions .remove i.glyphicon,
.attachments .remove i.glyphicon,
.conditions .settings i.glyphicon,
.attachments .settings i.glyphicon,
.conditions .add-rule i.fa,
.attachments .add-rule i.fa,
.conditions .add-condition i.fa,
.attachments .add-condition i.fa,
.conditions .add-attachment i.fa,
.attachments .add-attachment i.fa,
.conditions .remove i.fa,
.attachments .remove i.fa,
.conditions .settings i.fa,
.attachments .settings i.fa {
  font-size: 12px;
}
.conditions .add-rule:hover,
.attachments .add-rule:hover,
.conditions .add-condition:hover,
.attachments .add-condition:hover,
.conditions .add-attachment:hover,
.attachments .add-attachment:hover,
.conditions .remove:hover,
.attachments .remove:hover,
.conditions .settings:hover,
.attachments .settings:hover {
  background-color: #6aecd7;
}
.conditions .add-rule.danger,
.attachments .add-rule.danger,
.conditions .add-condition.danger,
.attachments .add-condition.danger,
.conditions .add-attachment.danger,
.attachments .add-attachment.danger,
.conditions .remove.danger,
.attachments .remove.danger,
.conditions .settings.danger,
.attachments .settings.danger {
  background-color: #d91c3a;
}
.conditions .add-rule.danger:hover,
.attachments .add-rule.danger:hover,
.conditions .add-condition.danger:hover,
.attachments .add-condition.danger:hover,
.conditions .add-attachment.danger:hover,
.attachments .add-attachment.danger:hover,
.conditions .remove.danger:hover,
.attachments .remove.danger:hover,
.conditions .settings.danger:hover,
.attachments .settings.danger:hover {
  background-color: #e9586f;
}
.conditions .remove,
.attachments .remove {
  background-color: #d91c3a;
}
.conditions .remove:hover,
.attachments .remove:hover {
  background-color: #e9586f;
}
/* ************************* attachemnts ************************************ */
.attachments .attachment-template,
.attachments .attachment-item {
  display: none;
  margin-left: 0px;
  margin-bottom: 10px;
}
.attachments .attachment-item {
  display: block !important;
}
.attachments .attachments-list .field {
  padding: 0px 3px 0px 3px;
  font-size: 13px;
  line-height: 24px;
  background-color: #F4F4F4;
  color: #E90;
  display: inline-block;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
}
.attachments .add-attachment {
  margin-left: 0px;
}
/* ************************* Pentaho reports ******************************** */
.form-action-pentaho_report .parameters .parameter-input,
.form-action-pentaho_report .parameters .field-input {
  margin-right: 38px;
}
.form-action-pentaho_report .parameters .action-insert {
  float: right;
  margin-right: 8px;
  margin-top: 5px;
}
/* ************************* ckeditor *************************************** */
.app .cke_chrome {
  border: none;
  box-shadow: none;
}
.app .cke_chrome .cke_top {
  background: #e0e0e0;
}
.app .cke_chrome .cke_bottom {
  background: #999999;
}
.cke_contents {
  background: #f8f8f8;
}
.cke_dialog_ui_input_select optgroup {
  font-weight: bold;
}
.cke_dialog_ui_input_select optgroup option {
  margin-left: 20px;
}
/* Nested Expression */
.nested-expression {
  font-size: 12px;
}
.nested-expression input,
.nested-expression select {
  background-color: #e0e0e0;
  padding: 3px 8px 4px 8px;
  font-size: 12px !important;
  border: none;
  height: auto;
  width: auto;
  outline: none;
  margin: 0px 4px 2px 0px;
}
.nested-expression select {
  padding: 3px 4px 4px 4px;
  height: 24px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.nested-expression .wijmo-wijinput {
  border: none !important;
  width: 104px;
  margin-right: 0px;
}
.nested-expression .wijmo-wijinput .wijmo-wijinput-wrapper {
  padding: 0px 20px 0px 0px;
  background-color: #e0e0e0;
}
.nested-expression .wijmo-wijinput .wijmo-wijinput-wrapper input {
  padding-top: 5px;
  padding-bottom: 5px;
}
.nested-expression .wijmo-wijinput .wijmo-wijinput-trigger {
  border: none;
}
.nested-expression .wijmo-wijinput .wijmo-wijinput-trigger .ui-icon {
  top: 13px !important;
}
.nested-expression .duration input {
  width: 60px;
  margin-right: 2px !important;
}
.nested-expression .duration .period-label {
  margin-right: 3px;
}
.nested-expression .wijmo-wijcombobox {
  /*        position: relative;*/
  /*top: -1px;*/
  background-color: #e0e0e0;
  width: 200px !important;
}
.nested-expression .wijmo-wijcombobox .wijmo-wijcombobox-wrapper {
  border: none;
}
.nested-expression .wijmo-wijcombobox .wijmo-wijcombobox-wrapper input {
  padding-right: 7px;
  box-shadow: none;
  background-image: none;
}
.nested-expression .wijmo-wijcombobox .wijmo-wijcombobox-trigger {
  border: none;
  width: 16px;
}
.nested-expression .wijmo-wijcombobox .wijmo-wijcombobox-trigger .ui-icon {
  margin-top: 5px;
  margin-left: 1px;
}
.nested-expression .fancy-btn {
  background-color: #26e3c5;
  padding: 0px;
  width: 24px;
  height: 24px;
  color: black;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 4px;
  text-decoration: none;
  vertical-align: top;
  top: 0px;
}
.nested-expression .fancy-btn i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.nested-expression .fancy-btn i.glyphicon,
.nested-expression .fancy-btn i.fa {
  font-size: 12px;
}
.nested-expression .fancy-btn:hover {
  background-color: #6aecd7;
}
.nested-expression .fancy-btn.danger {
  background-color: #d91c3a;
}
.nested-expression .fancy-btn.danger:hover {
  background-color: #e9586f;
}
.nested-expression .group .group-controls .of-the-following {
  margin-right: 4px;
}
.nested-expression .group .group-controls .expand {
  display: none;
}
.nested-expression .group .children {
  margin-left: 60px;
  padding-left: 10px;
  border-left-width: 3px;
  border-left-style: solid;
}
.nested-expression .group .children .clause-wrapper {
  padding-top: 5px;
  padding-left: 5px;
}
.nested-expression .group .children .clause-wrapper .item {
  margin: 0px 4px 2px 0px;
  display: inline-block;
}
.nested-expression .group .children .clause-wrapper .item input {
  margin-right: 0px;
}
.nested-expression .group .children .clause-wrapper:hover {
  background: #f5f5f5;
}
.nested-expression.single > .group > .children,
.nested-expression.compact > .group > .children {
  border: none;
  margin-left: 0px;
  padding-left: 0px;
}
.nested-expression.compact > .group > .group-controls {
  float: left;
}
.nested-expression.compact > .group > .group-controls .operator,
.nested-expression.compact > .group > .group-controls .of-the-following,
.nested-expression.compact > .group > .group-controls .add,
.nested-expression.compact > .group > .group-controls .branch {
  display: none;
}
.nested-expression.compact > .group > .group-controls .expand {
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
}
.nested-expression.single .clause-wrapper .delete {
  display: none;
}
/* Migration */
.form-migration .Models:before,
.form-migration .Models:after {
  content: " ";
  display: table;
}
.form-migration .Models:after {
  clear: both;
}
.form-migration .Models:before,
.form-migration .Models:after {
  content: " ";
  display: table;
}
.form-migration .Models:after {
  clear: both;
}
.form-migration .Models .checkbox {
  float: left;
  min-width: 250px;
}
/* Messages */
.form-select-devices .item-grouping-true {
  font-style: italic;
}
.message-response-info {
  margin-left: 0px;
  background: white;
  padding: 10px;
}
/* Media */
.media-preview-container .media-info .media-info-table {
  margin-top: 10px;
}
.media-preview-container .media-info .media-info-table tr td {
  border: 1px solid #ccc;
  padding: 3px 10px;
  text-align: center;
}
.media-preview-container .media-info .media-info-table tr td:first-child {
  font-weight: bold;
}
/* Tests */
.test-case {
  border-bottom: 1px solid #f0f0f0;
  padding: 5px;
  min-height: 40px;
  clear: both;
}
.test-case > .item {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px;
}
.test-case > .item.name {
  min-width: 230px;
}
.test-case > .item.inputs .input {
  float: left;
  margin-right: 20px;
}
.test-case .result {
  float: none;
}
/* Help */
.actions.actions-help {
  float: right;
}
.actions.actions-help button i {
  font-size: 25px;
}
.actions.actions-help .position-buttons-right {
  position: absolute;
  margin-top: -42px;
  margin-left: -24px;
}
.actions.actions-help .action-help-addAsset,
.actions.actions-help .action-help-addDevice,
.actions.actions-help .action-help-createChecklist {
  position: absolute;
  margin-top: -42px;
  margin-left: -24px;
}
.actions.actions-help .action-help-addWarning {
  margin-right: 17px;
}
.actions.actions-help .action-help-assignChecklist {
  position: absolute;
  right: 55px;
  bottom: 69px;
}
/* Background Processes */
.form-progress-summary .process-list .badge {
  min-width: 115px;
}
/* Chek TV */
.form-widget-page-layout .grid-stack-wrapper {
  margin-bottom: 20px;
}
.form-widget-page-layout .layouts .layout {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.form-widget-page-layout .layouts .layout img {
  opacity: 0.3;
}
.form-widget-page-layout .layouts .layout i {
  display: inline-block;
  opacity: 0.3;
}
.form-page-preview .charts-wrapper {
  overflow: hidden;
  position: relative;
  height: 350px;
  padding: 5px;
  background: white;
}
.form-page-preview .charts-wrapper .charts {
  width: 100%;
  height: 100%;
  position: relative;
}
.form-page-preview .charts-wrapper .charts .widget {
  position: absolute;
  padding: 5px;
}
.form-page-preview .charts-wrapper .charts .widget > div {
  height: 100%;
}
.form-page-preview .charts-wrapper .charts .widget > div .chart {
  height: 100%;
}
.layout-pure .form-page-preview .charts-wrapper {
  height: 100vh;
}
.grid-stack-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #E0E0E0;
  /*background-image: 
		linear-gradient(0deg, 
			transparent 49%, 
			rgba(255, 255, 255, 0.3) 49%, 
			rgba(255, 255, 255, 0.3) 51%, 
			transparent 51%
		), 
		linear-gradient(90deg, 
			transparent 49%, 
			rgba(255, 255, 255, 0.3) 49%, 
			rgba(255, 255, 255, 0.3) 51%, 
			transparent 51%
		);
    background-size: 50px 50px;
    background-position: 25px 25px;*/
}
.grid-stack-wrapper .grid-stack .grid-stack-item .grid-stack-item-content {
  background: white;
  overflow: hidden;
}
.grid-stack-wrapper .grid-stack .grid-stack-item .grid-stack-item-content .named-widget {
  position: relative;
  height: 100%;
}
.grid-stack-wrapper .grid-stack .grid-stack-item .grid-stack-item-content .named-widget .name {
  font-weight: bold;
  background: #1ace73;
  color: white;
  padding: 1px 23px 1px 10px;
  white-space: nowrap;
}
.grid-stack-wrapper .grid-stack .grid-stack-item .grid-stack-item-content .named-widget .name a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  color: white;
}
.grid-stack-wrapper .grid-stack .grid-stack-item .grid-stack-item-content .named-widget .close {
  position: absolute;
  top: 0px;
  right: 7px;
  color: white;
  width: 12px;
  opacity: 0.4;
}
.grid-stack-wrapper .grid-stack .grid-stack-item .grid-stack-item-content .named-widget .close:hover {
  color: white;
  opacity: 0.7;
}
.grid-stack-wrapper .grid-stack .grid-stack-item .grid-stack-item-content .named-widget .description {
  font-size: 10px;
  display: none;
}
.grid-stack-wrapper .grid-stack .grid-stack-item .grid-stack-item-content .named-widget .preview {
  max-width: 95%;
  max-height: 100%;
  z-index: -1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grid-stack-wrapper .grid-stack .grid-stack-item .grid-stack-item-content .named-widget .preview.iframe {
  border: none;
}
.grid-stack-wrapper .grid-stack .grid-stack-item .grid-stack-item-content .named-widget.placeholder .name {
  background: #808080;
}
.grid-stack-wrapper .grid-stack .grid-stack-item .grid-stack-item-content .named-widget .chart {
  width: 95%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
}
.grid-stack-wrapper .grid-stack .grid-stack-item .grid-stack-item-content .named-widget .chart-message {
  padding: 5px;
}
.grid-stack-wrapper .grid-stack .grid-stack-placeholder .placeholder-content {
  background-color: rgba(239, 38, 0, 0.31) !important;
}
/* Import */
.form-import .download-template {
  font-size: 14px;
  font-weight: normal;
  margin-left: 2em;
}
.form-import pre.preview {
  height: 235px;
  cursor: pointer;
}
.form-import pre.preview code {
  word-wrap: normal;
  width: 100%;
  white-space: pre !important;
}
.form-import pre.results {
  max-height: 235px;
  cursor: pointer;
}
.form-import pre.results code {
  word-wrap: normal;
  width: 100%;
}
.form-import textarea {
  width: 100%;
  height: 250px;
}
.form-import table.dataTable td {
  white-space: nowrap;
}
/* Notifications - Administration */
.form-notifications-administration .workers-summary {
  list-style: none;
  padding-left: 0px;
}
.form-notifications-administration .workers-summary li {
  margin-bottom: 5px;
  font-size: 13px;
}
/* Ace syntax highlighting */
.ace_variable {
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
}
.ace_variable.ace_start {
  opacity: 0.5;
}
.ace_variable.ace_end {
  opacity: 0.5;
}
.ace_braces,
.ace_bracket {
  color: #999;
  opacity: 0.5;
}
.ace_quote {
  color: #999;
  opacity: 0.5;
}
.ace_name {
  color: #A17229;
}
.ace_context {
  color: #A11866;
}
/* ********************************* IE 10+ styles ************************** */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .input input,
  .input select,
  .input textarea {
    line-height: 26px;
  }
}
/* styles for disabled scheduling feature */
/*
.form-assignments {
    .form-selection-outer {
        padding-left: 45px !important;
        padding-right: 45px !important;
        margin-left: 0px !important;
    }
    
    .form-questions {
        padding-left: 45px !important;
        background: white;
    }
}
*/
.layouticon {
  background-image: url(/img/layouts/layouts_30.png);
  background-repeat: no-repeat;
  display: block;
}
.layouticon-1_30 {
  width: 30px;
  height: 30px;
  background-position: -5px -5px;
}
.layouticon-1x1A_30 {
  width: 30px;
  height: 30px;
  background-position: -45px -5px;
}
.layouticon-1x1B_30 {
  width: 30px;
  height: 30px;
  background-position: -85px -5px;
}
.layouticon-1x1_30 {
  width: 30px;
  height: 30px;
  background-position: -5px -45px;
}
.layouticon-1x2_30 {
  width: 30px;
  height: 30px;
  background-position: -45px -45px;
}
.layouticon-1x3_30 {
  width: 30px;
  height: 30px;
  background-position: -85px -45px;
}
.layouticon-2AA_30 {
  width: 30px;
  height: 30px;
  background-position: -5px -85px;
}
.layouticon-2A_30 {
  width: 30px;
  height: 30px;
  background-position: -45px -85px;
}
.layouticon-2BA_30 {
  width: 30px;
  height: 30px;
  background-position: -85px -85px;
}
.layouticon-2B_30 {
  width: 30px;
  height: 30px;
  background-position: -125px -5px;
}
.layouticon-2_30 {
  width: 30px;
  height: 30px;
  background-position: -125px -45px;
}
.layouticon-2x1_30 {
  width: 30px;
  height: 30px;
  background-position: -125px -85px;
}
.layouticon-2x2_30 {
  width: 30px;
  height: 30px;
  background-position: -5px -125px;
}
.layouticon-3x1_30 {
  width: 30px;
  height: 30px;
  background-position: -45px -125px;
}
.layouticon-3x3_30 {
  width: 30px;
  height: 30px;
  background-position: -85px -125px;
}
