@charset "UTF-8";
/* Basics ---------------------------- */
/* CSS Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align: baseline;*/ }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

pre {
  white-space: break-spaces; }

/*
    CSS PREFIXES ///////////////////////////////////////////////////////////////
*/
/* CSS3 Styles ---------------------------------- */
/* BorderBox ---------------------------------- */
/* border radius ---------------------------*/
/* box shadow ---------------------------*/
/* Transision (Animation) ---------------------------- */
/* Transform ---------------------------- */
/* Transform ---------------------------- */
/* FLEX ------------------------------------ */
/* flex boxes ---------------------------*/
/* flex elements------------------------- */
/* Others ----------------------------- */
/*
//////////////////////////////////////////////////////////////////////////////////////
 Others Collector ///////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
*/
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*////////////////////////////////////
/// THEME COLORS /////////////////////
/////////////////////////////////// */
/*
    CSS PREFIXES ///////////////////////////////////////////////////////////////
*/
/* CSS3 Styles ---------------------------------- */
/* BorderBox ---------------------------------- */
/* border radius ---------------------------*/
/* box shadow ---------------------------*/
/* Transision (Animation) ---------------------------- */
/* Transform ---------------------------- */
/* Transform ---------------------------- */
/* FLEX ------------------------------------ */
/* flex boxes ---------------------------*/
/* flex elements------------------------- */
/* The mian color ---------------------------------------- */
/* Main */
/*  Main Color Light Background */
/* Secondary */
/* orange ---------------------*/
/* Background */
/* DOC ---------------------*/
/* Background */
/* Project ---------------------*/
/* Background */
/* Green -----*/
/* Background */
/* Black And White --------------------------------------- */
/* Greys ------------------------------------------------- */
/* Mostly Used*/
/* Other Colors ------------------------------------------ */
/* Red -----*/
/* Yellow -----*/
/* Green -----*/
/* Border ------------------------------------------ */
/* SHADOWS --------------------------*/
/* Small Shadow */
/* Purple -----*/
/* Fonts ----------------------*/
.ui-helper-hidden-accessible {
  display: none; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
  max-height: 300px;
  overflow: scroll;
  overflow-x: hidden; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer; }

.ui-menu .ui-menu-item:hover {
  background-color: #1888d2;
  color: #fefefe; }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  background-color: #1888d2;
  color: #fefefe; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

.ui-front {
  z-index: 999; }

/* Stricture ----------------------------- */
/*
//////////////////////////////////////////////////////////////////////////////////////
 Structure Collector ////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
*/
/*
Frames ------------------------------------
*/
/*
//////////////////////////////////////////////////////////////////////////////
FRAMES //////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
*/
/*
 GAPS MARGIN VARIABLES ///////////////////////////////////////////////////////////////
*/
/* Main Ratio -----------------*/
/* Vertical */
/* Horizontal */
/* Sizes (xs, s, m, l, xl) -----------------*/
/* extra small */
/* small */
/* medium */
/* large */
/* extra large */
/* Screen Sizes -----------------*/
/*
$phablet-max: 767px;
$phablet-min: 426px;
*/
/*425px;*/
/* ALL The Simple frames ---------------- */
/* Extra Tight frames ----------------------------------------------------------------------*/
.frame-xs {
  padding: 6px 8px; }

.vertical-frame-xs {
  padding-top: 6px;
  padding-bottom: 6px; }

/* Tight Parent frames ----------------------------------------------------------------------*/
.frame-s {
  padding: 12px 16px; }

.vertical-frame-s {
  padding-top: 12px;
  padding-bottom: 12px; }

/* Middle Parent frames ----------------------------------------------------------------------*/
.frame-m {
  padding: 18px 24px; }

.vertical-frame-m {
  padding-top: 18px;
  padding-bottom: 18px; }

/* Wide frames -----------------------------------------------------------------------------*/
.frame-l {
  padding: 24px 32px; }

.vertical-frame-l {
  padding-top: 24px;
  padding-bottom: 24px; }

/* Extrawide frames ----------------------------------------------------------------------*/
.frame-xl {
  padding: 30px 40px; }

.vertical-frame-xl {
  padding-top: 30px;
  padding-bottom: 30px; }

/* ALL The Display frames ---------------- */
/* Extra Tight Display frames ----------------------------------------------------------------------*/
.frame-display-xs {
  padding: 36px 48px; }

.vertical-frame-display-xs {
  padding-top: 36px;
  padding-bottom: 36px; }

/* Tight Display frames ----------------------------------------------------------------------*/
.frame-display-s {
  padding: 42px 56px; }

.vertical-frame-display-s {
  padding-top: 42px;
  padding-bottom: 42px; }

/* Middle Display frames ----------------------------------------------------------------------*/
.frame-display-m {
  padding: 48px 64px; }

.vertical-frame-display-m {
  padding-top: 48px;
  padding-bottom: 48px; }

/* Wide Display frames -----------------------------------------------------------------------------*/
.frame-display-l {
  padding: 54px 72px; }

.vertical-frame-display-l {
  padding-top: 54px;
  padding-bottom: 54px; }

/* Extrawide Display frames ----------------------------------------------------------------------*/
.frame-display-xl {
  padding: 60px 80px; }

.vertical-frame-display-xl {
  padding-top: 60px;
  padding-bottom: 60px; }

/* ALL The PARENT frames ---------------- */
.row,
.column,
.parent {
  /* Extratight Gap Frames ---------------------------------------------------------------------- */
  /* Tight Gap Frames ---------------------------------------------------------------------- */
  /* Middle Gap Frames ---------------------------------------------------------------------- */
  /* Wide Gap Frames ---------------------------------------------------------------------- */
  /* Extrawide Gap Frames ---------------------------------------------------------------------- */ }
  .row.gap-xs.frame-xs,
  .column.gap-xs.frame-xs,
  .parent.gap-xs.frame-xs {
    padding: 6px 4px 0px 4px;
    margin: 0; }
  .row.gap-xs.frame-s,
  .column.gap-xs.frame-s,
  .parent.gap-xs.frame-s {
    padding: 12px 12px 6px 12px;
    margin: 0; }
  .row.gap-xs.frame-m,
  .column.gap-xs.frame-m,
  .parent.gap-xs.frame-m {
    padding: 18px 20px 12px 20px;
    margin: 0; }
  .row.gap-xs.frame-l,
  .column.gap-xs.frame-l,
  .parent.gap-xs.frame-l {
    padding: 24px 28px 18px 28px;
    margin: 0; }
  .row.gap-xs.frame-xl,
  .column.gap-xs.frame-xl,
  .parent.gap-xs.frame-xl {
    padding: 30px 36px 24px 36px;
    margin: 0; }
  .row.gap-s.frame-s, .row.gap-s.frame-xs,
  .column.gap-s.frame-s,
  .column.gap-s.frame-xs,
  .parent.gap-s.frame-s,
  .parent.gap-s.frame-xs {
    padding: 12px 8px 0px 8px;
    margin: 0; }
  .row.gap-s.frame-m,
  .column.gap-s.frame-m,
  .parent.gap-s.frame-m {
    padding: 18px 16px 6px 16px;
    margin: 0; }
  .row.gap-s.frame-l,
  .column.gap-s.frame-l,
  .parent.gap-s.frame-l {
    padding: 24px 24px 12px 24px;
    margin: 0; }
  .row.gap-s.frame-xl,
  .column.gap-s.frame-xl,
  .parent.gap-s.frame-xl {
    padding: 30px 32px 18px 32px;
    margin: 0; }
  .row.gap-m.frame-xs, .row.gap-m.frame-s, .row.gap-m.frame-m,
  .column.gap-m.frame-xs,
  .column.gap-m.frame-s,
  .column.gap-m.frame-m,
  .parent.gap-m.frame-xs,
  .parent.gap-m.frame-s,
  .parent.gap-m.frame-m {
    padding: 18px 12px 0px 12px;
    margin: 0; }
  .row.gap-m.frame-l,
  .column.gap-m.frame-l,
  .parent.gap-m.frame-l {
    padding: 24px 20px 6px 20px;
    margin: 0; }
  .row.gap-m.frame-xl,
  .column.gap-m.frame-xl,
  .parent.gap-m.frame-xl {
    padding: 30px 28px 12px 28px;
    margin: 0; }
  .row.gap-l.frame-xs, .row.gap-l.frame-s, .row.gap-l.frame-m, .row.gap-l.frame-l,
  .column.gap-l.frame-xs,
  .column.gap-l.frame-s,
  .column.gap-l.frame-m,
  .column.gap-l.frame-l,
  .parent.gap-l.frame-xs,
  .parent.gap-l.frame-s,
  .parent.gap-l.frame-m,
  .parent.gap-l.frame-l {
    padding: 24px 16px 0px 16px;
    margin: 0; }
  .row.gap-l.frame-xl,
  .column.gap-l.frame-xl,
  .parent.gap-l.frame-xl {
    padding: 30px 24px 6px 24px;
    margin: 0; }
  .row.gap-xl.frame-xs, .row.gap-xl.frame-s, .row.gap-xl.frame-m, .row.gap-xl.frame-l, .row.gap-xl.frame-xl,
  .column.gap-xl.frame-xs,
  .column.gap-xl.frame-s,
  .column.gap-xl.frame-m,
  .column.gap-xl.frame-l,
  .column.gap-xl.frame-xl,
  .parent.gap-xl.frame-xs,
  .parent.gap-xl.frame-s,
  .parent.gap-xl.frame-m,
  .parent.gap-xl.frame-l,
  .parent.gap-xl.frame-xl {
    padding: 30px 20px 0px 20px;
    margin: 0; }

/* OTHERS ----*/
.frame-xs,
.frame-s,
.frame-m,
.frame-l,
.frame-xl {
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*Margin Right*/
.mr-0 {
  margin-right: 0 !important; }

.mr-xxs {
  margin-right: 3px; }

.mr-xs {
  margin-right: 8px; }

.mr-s {
  margin-right: 16px; }

.mr-m {
  margin-right: 24px; }

.mr-l {
  margin-right: 32px; }

.mr-xl {
  margin-right: 40px; }

/*Margin Left*/
.ml-0 {
  margin-left: 0 !important; }

.ml-xxs {
  margin-left: 3px; }

.ml-xs {
  margin-left: 8px; }

.ml-s {
  margin-left: 16px; }

.ml-m {
  margin-left: 24px; }

.ml-l {
  margin-left: 32px; }

.ml-xl {
  margin-left: 40px; }

/*Margin Top*/
.mt-0 {
  margin-top: 0 !important; }

.mt-xxs {
  margin-top: 3px; }

.mt-xs {
  margin-top: 6px; }

.mt-s {
  margin-top: 12px; }

.mt-m {
  margin-top: 18px; }

.mt-l {
  margin-top: 24px; }

.mt-xl {
  margin-top: 30px; }

/*Margin Bottom*/
.mb-0 {
  margin-bottom: 0 !important; }

.mb-xxs {
  margin-bottom: 3px; }

.mb-xs {
  margin-bottom: 6px; }

.mb-s {
  margin-bottom: 12px; }

.mb-m {
  margin-bottom: 18px; }

.mb-l {
  margin-bottom: 24px; }

.mb-xl {
  margin-bottom: 30px; }

/*Padding Right*/
.pr-0 {
  padding-right: 0 !important; }

.pr-xxs {
  padding-right: 3px; }

.pr-xs {
  padding-right: 8px; }

.pr-s {
  padding-right: 16px; }

.pr-m {
  padding-right: 24px; }

.pr-l {
  padding-right: 32px; }

.pr-xl {
  padding-right: 40px; }

/*Padding Left*/
.pl-0 {
  padding-left: 0 !important; }

.pl-xxs {
  padding-left: 3px; }

.pl-xs {
  padding-left: 8px; }

.pl-s {
  padding-left: 16px; }

.pl-m {
  padding-left: 24px; }

.pl-l {
  padding-left: 32px; }

.pl-xl {
  padding-left: 40px; }

/*Padding Top*/
.pt-0 {
  padding-top: 0 !important; }

.pt-xxs {
  padding-top: 3px; }

.pt-xs {
  padding-top: 6px; }

.pt-s {
  padding-top: 12px; }

.pt-m {
  padding-top: 18px; }

.pt-l {
  padding-top: 24px; }

.pt-xl {
  padding-top: 30px; }

/*Padding Bottom*/
.pb-0 {
  padding-bottom: 0 !important; }

.pb-xxs {
  padding-bottom: 3px; }

.pb-xs {
  padding-bottom: 6px; }

.pb-s {
  padding-bottom: 12px; }

.pb-m {
  padding-bottom: 18px; }

.pb-l {
  padding-bottom: 24px; }

.pb-xl {
  padding-bottom: 30px; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .frame-xs-t {
    padding: 6px 8px; }

  .vertical-frame-xs-t {
    padding-top: 6px;
    padding-bottom: 6px; }

  /* Tight Parent frames ----------------------------------------------------------------------*/
  .frame-s-t {
    padding: 12px 16px; }

  .vertical-frame-s-t {
    padding-top: 12px;
    padding-bottom: 12px; }

  /* Middle Parent frames ----------------------------------------------------------------------*/
  .frame-m-t {
    padding: 18px 24px; }

  .vertical-frame-m-t {
    padding-top: 18px;
    padding-bottom: 18px; }

  /* Wide frames -----------------------------------------------------------------------------*/
  .frame-l-t {
    padding: 24px 32px; }

  .vertical-frame-l-t {
    padding-top: 24px;
    padding-bottom: 24px; }

  /* Extrawide frames ----------------------------------------------------------------------*/
  .frame-xl-t {
    padding: 30px 40px; }

  .vertical-frame-xl-t {
    padding-top: 30px;
    padding-bottom: 30px; }

  /* ALL The PARENT frames ---------------- */
  .row,
  .column,
  .parent {
    /* Először alap gap + tablet frame */
    /* Extratight Gap Frames ---------------------------------------------------------------------- */
    /* Tight Gap Frames ---------------------------------------------------------------------- */
    /* Middle Gap Frames ---------------------------------------------------------------------- */
    /* Wide Gap Frames ---------------------------------------------------------------------- */
    /* Extrawide Gap Frames ---------------------------------------------------------------------- */
    /* Tablet gap + alap frame */
    /* Extratight Gap Frames ---------------------------------------------------------------------- */
    /* Tight Gap Frames ---------------------------------------------------------------------- */
    /* Middle Gap Frames ---------------------------------------------------------------------- */
    /* Wide Gap Frames ---------------------------------------------------------------------- */
    /* Extrawide Gap Frames ---------------------------------------------------------------------- */
    /* Tablet gap + Tablet frame */
    /* Extratight Gap Frames ---------------------------------------------------------------------- */
    /* Tight Gap Frames ---------------------------------------------------------------------- */
    /* Middle Gap Frames ---------------------------------------------------------------------- */
    /* Wide Gap Frames ---------------------------------------------------------------------- */
    /* Extrawide Gap Frames ---------------------------------------------------------------------- */ }
    .row.gap-xs.frame-xs-t,
    .column.gap-xs.frame-xs-t,
    .parent.gap-xs.frame-xs-t {
      padding: 6px 4px 0px 4px;
      margin: 0; }
    .row.gap-xs.frame-s-t,
    .column.gap-xs.frame-s-t,
    .parent.gap-xs.frame-s-t {
      padding: 12px 12px 6px 12px;
      margin: 0; }
    .row.gap-xs.frame-m-t,
    .column.gap-xs.frame-m-t,
    .parent.gap-xs.frame-m-t {
      padding: 18px 20px 12px 20px;
      margin: 0; }
    .row.gap-xs.frame-l-t,
    .column.gap-xs.frame-l-t,
    .parent.gap-xs.frame-l-t {
      padding: 24px 28px 18px 28px;
      margin: 0; }
    .row.gap-xs.frame-xl-t,
    .column.gap-xs.frame-xl-t,
    .parent.gap-xs.frame-xl-t {
      padding: 30px 36px 24px 36px;
      margin: 0; }
    .row.gap-s.frame-s-t, .row.gap-s.frame-xs-t,
    .column.gap-s.frame-s-t,
    .column.gap-s.frame-xs-t,
    .parent.gap-s.frame-s-t,
    .parent.gap-s.frame-xs-t {
      padding: 12px 8px 0px 8px;
      margin: 0; }
    .row.gap-s.frame-m-t,
    .column.gap-s.frame-m-t,
    .parent.gap-s.frame-m-t {
      padding: 18px 16px 6px 16px;
      margin: 0; }
    .row.gap-s.frame-l-t,
    .column.gap-s.frame-l-t,
    .parent.gap-s.frame-l-t {
      padding: 24px 24px 12px 24px;
      margin: 0; }
    .row.gap-s.frame-xl-t,
    .column.gap-s.frame-xl-t,
    .parent.gap-s.frame-xl-t {
      padding: 30px 32px 18px 32px;
      margin: 0; }
    .row.gap-m.frame-xs-t, .row.gap-m.frame-s-t, .row.gap-m.frame-m-t,
    .column.gap-m.frame-xs-t,
    .column.gap-m.frame-s-t,
    .column.gap-m.frame-m-t,
    .parent.gap-m.frame-xs-t,
    .parent.gap-m.frame-s-t,
    .parent.gap-m.frame-m-t {
      padding: 18px 12px 0px 12px;
      margin: 0; }
    .row.gap-m.frame-l-t,
    .column.gap-m.frame-l-t,
    .parent.gap-m.frame-l-t {
      padding: 24px 20px 6px 20px;
      margin: 0; }
    .row.gap-m.frame-xl-t,
    .column.gap-m.frame-xl-t,
    .parent.gap-m.frame-xl-t {
      padding: 30px 28px 12px 28px;
      margin: 0; }
    .row.gap-l.frame-xs-t, .row.gap-l.frame-s-t, .row.gap-l.frame-m-t, .row.gap-l.frame-l-t,
    .column.gap-l.frame-xs-t,
    .column.gap-l.frame-s-t,
    .column.gap-l.frame-m-t,
    .column.gap-l.frame-l-t,
    .parent.gap-l.frame-xs-t,
    .parent.gap-l.frame-s-t,
    .parent.gap-l.frame-m-t,
    .parent.gap-l.frame-l-t {
      padding: 24px 16px 0px 16px;
      margin: 0; }
    .row.gap-l.frame-xl-t,
    .column.gap-l.frame-xl-t,
    .parent.gap-l.frame-xl-t {
      padding: 30px 24px 6px 24px;
      margin: 0; }
    .row.gap-xl.frame-xs-t, .row.gap-xl.frame-s-t, .row.gap-xl.frame-m-t, .row.gap-xl.frame-l-t, .row.gap-xl.frame-xl-t,
    .column.gap-xl.frame-xs-t,
    .column.gap-xl.frame-s-t,
    .column.gap-xl.frame-m-t,
    .column.gap-xl.frame-l-t,
    .column.gap-xl.frame-xl-t,
    .parent.gap-xl.frame-xs-t,
    .parent.gap-xl.frame-s-t,
    .parent.gap-xl.frame-m-t,
    .parent.gap-xl.frame-l-t,
    .parent.gap-xl.frame-xl-t {
      padding: 30px 20px 0px 20px;
      margin: 0; }
    .row.gap-xs-t.frame-xs,
    .column.gap-xs-t.frame-xs,
    .parent.gap-xs-t.frame-xs {
      padding: 6px 4px 0px 4px;
      margin: 0; }
    .row.gap-xs-t.frame-s,
    .column.gap-xs-t.frame-s,
    .parent.gap-xs-t.frame-s {
      padding: 12px 12px 6px 12px;
      margin: 0; }
    .row.gap-xs-t.frame-m,
    .column.gap-xs-t.frame-m,
    .parent.gap-xs-t.frame-m {
      padding: 18px 20px 12px 20px;
      margin: 0; }
    .row.gap-xs-t.frame-l,
    .column.gap-xs-t.frame-l,
    .parent.gap-xs-t.frame-l {
      padding: 24px 28px 18px 28px;
      margin: 0; }
    .row.gap-xs-t.frame-xl,
    .column.gap-xs-t.frame-xl,
    .parent.gap-xs-t.frame-xl {
      padding: 30px 36px 24px 36px;
      margin: 0; }
    .row.gap-s-t.frame-s, .row.gap-s-t.frame-xs,
    .column.gap-s-t.frame-s,
    .column.gap-s-t.frame-xs,
    .parent.gap-s-t.frame-s,
    .parent.gap-s-t.frame-xs {
      padding: 12px 8px 0px 8px;
      margin: 0; }
    .row.gap-s-t.frame-m,
    .column.gap-s-t.frame-m,
    .parent.gap-s-t.frame-m {
      padding: 18px 16px 6px 16px;
      margin: 0; }
    .row.gap-s-t.frame-l,
    .column.gap-s-t.frame-l,
    .parent.gap-s-t.frame-l {
      padding: 24px 24px 12px 24px;
      margin: 0; }
    .row.gap-s-t.frame-xl,
    .column.gap-s-t.frame-xl,
    .parent.gap-s-t.frame-xl {
      padding: 30px 32px 18px 32px;
      margin: 0; }
    .row.gap-m-t.frame-xs, .row.gap-m-t.frame-s, .row.gap-m-t.frame-m,
    .column.gap-m-t.frame-xs,
    .column.gap-m-t.frame-s,
    .column.gap-m-t.frame-m,
    .parent.gap-m-t.frame-xs,
    .parent.gap-m-t.frame-s,
    .parent.gap-m-t.frame-m {
      padding: 18px 12px 0px 12px;
      margin: 0; }
    .row.gap-m-t.frame-l,
    .column.gap-m-t.frame-l,
    .parent.gap-m-t.frame-l {
      padding: 24px 20px 6px 20px;
      margin: 0; }
    .row.gap-m-t.frame-xl,
    .column.gap-m-t.frame-xl,
    .parent.gap-m-t.frame-xl {
      padding: 30px 28px 12px 28px;
      margin: 0; }
    .row.gap-l-t.frame-xs, .row.gap-l-t.frame-s, .row.gap-l-t.frame-m, .row.gap-l-t.frame-l,
    .column.gap-l-t.frame-xs,
    .column.gap-l-t.frame-s,
    .column.gap-l-t.frame-m,
    .column.gap-l-t.frame-l,
    .parent.gap-l-t.frame-xs,
    .parent.gap-l-t.frame-s,
    .parent.gap-l-t.frame-m,
    .parent.gap-l-t.frame-l {
      padding: 24px 16px 0px 16px;
      margin: 0; }
    .row.gap-l-t.frame-xl,
    .column.gap-l-t.frame-xl,
    .parent.gap-l-t.frame-xl {
      padding: 30px 24px 6px 24px;
      margin: 0; }
    .row.gap-xl-t.frame-xs, .row.gap-xl-t.frame-s, .row.gap-xl-t.frame-m, .row.gap-xl-t.frame-l, .row.gap-xl-t.frame-xl,
    .column.gap-xl-t.frame-xs,
    .column.gap-xl-t.frame-s,
    .column.gap-xl-t.frame-m,
    .column.gap-xl-t.frame-l,
    .column.gap-xl-t.frame-xl,
    .parent.gap-xl-t.frame-xs,
    .parent.gap-xl-t.frame-s,
    .parent.gap-xl-t.frame-m,
    .parent.gap-xl-t.frame-l,
    .parent.gap-xl-t.frame-xl {
      padding: 30px 20px 0px 20px;
      margin: 0; }
    .row.gap-xs-t.frame-xs-t,
    .column.gap-xs-t.frame-xs-t,
    .parent.gap-xs-t.frame-xs-t {
      padding: 6px 4px 0px 4px;
      margin: 0; }
    .row.gap-xs-t.frame-s-t,
    .column.gap-xs-t.frame-s-t,
    .parent.gap-xs-t.frame-s-t {
      padding: 12px 12px 6px 12px;
      margin: 0; }
    .row.gap-xs-t.frame-m-t,
    .column.gap-xs-t.frame-m-t,
    .parent.gap-xs-t.frame-m-t {
      padding: 18px 20px 12px 20px;
      margin: 0; }
    .row.gap-xs-t.frame-l-t,
    .column.gap-xs-t.frame-l-t,
    .parent.gap-xs-t.frame-l-t {
      padding: 24px 28px 18px 28px;
      margin: 0; }
    .row.gap-xs-t.frame-xl-t,
    .column.gap-xs-t.frame-xl-t,
    .parent.gap-xs-t.frame-xl-t {
      padding: 30px 36px 24px 36px;
      margin: 0; }
    .row.gap-s-t.frame-s-t, .row.gap-s-t.frame-xs-t,
    .column.gap-s-t.frame-s-t,
    .column.gap-s-t.frame-xs-t,
    .parent.gap-s-t.frame-s-t,
    .parent.gap-s-t.frame-xs-t {
      padding: 12px 8px 0px 8px;
      margin: 0; }
    .row.gap-s-t.frame-m-t,
    .column.gap-s-t.frame-m-t,
    .parent.gap-s-t.frame-m-t {
      padding: 18px 16px 6px 16px;
      margin: 0; }
    .row.gap-s-t.frame-l-t,
    .column.gap-s-t.frame-l-t,
    .parent.gap-s-t.frame-l-t {
      padding: 24px 24px 12px 24px;
      margin: 0; }
    .row.gap-s-t.frame-xl-t,
    .column.gap-s-t.frame-xl-t,
    .parent.gap-s-t.frame-xl-t {
      padding: 30px 32px 18px 32px;
      margin: 0; }
    .row.gap-m-t.frame-xs-t, .row.gap-m-t.frame-s-t, .row.gap-m-t.frame-m-t,
    .column.gap-m-t.frame-xs-t,
    .column.gap-m-t.frame-s-t,
    .column.gap-m-t.frame-m-t,
    .parent.gap-m-t.frame-xs-t,
    .parent.gap-m-t.frame-s-t,
    .parent.gap-m-t.frame-m-t {
      padding: 18px 12px 0px 12px;
      margin: 0; }
    .row.gap-m-t.frame-l-t,
    .column.gap-m-t.frame-l-t,
    .parent.gap-m-t.frame-l-t {
      padding: 24px 20px 6px 20px;
      margin: 0; }
    .row.gap-m-t.frame-xl-t,
    .column.gap-m-t.frame-xl-t,
    .parent.gap-m-t.frame-xl-t {
      padding: 30px 28px 12px 28px;
      margin: 0; }
    .row.gap-l-t.frame-xs-t, .row.gap-l-t.frame-s-t, .row.gap-l-t.frame-m-t, .row.gap-l-t.frame-l-t,
    .column.gap-l-t.frame-xs-t,
    .column.gap-l-t.frame-s-t,
    .column.gap-l-t.frame-m-t,
    .column.gap-l-t.frame-l-t,
    .parent.gap-l-t.frame-xs-t,
    .parent.gap-l-t.frame-s-t,
    .parent.gap-l-t.frame-m-t,
    .parent.gap-l-t.frame-l-t {
      padding: 24px 16px 0px 16px;
      margin: 0; }
    .row.gap-l-t.frame-xl-t,
    .column.gap-l-t.frame-xl-t,
    .parent.gap-l-t.frame-xl-t {
      padding: 30px 24px 6px 24px;
      margin: 0; }
    .row.gap-xl-t.frame-xs-t, .row.gap-xl-t.frame-s-t, .row.gap-xl-t.frame-m-t, .row.gap-xl-t.frame-l-t, .row.gap-xl-t.frame-xl-t,
    .column.gap-xl-t.frame-xs-t,
    .column.gap-xl-t.frame-s-t,
    .column.gap-xl-t.frame-m-t,
    .column.gap-xl-t.frame-l-t,
    .column.gap-xl-t.frame-xl-t,
    .parent.gap-xl-t.frame-xs-t,
    .parent.gap-xl-t.frame-s-t,
    .parent.gap-xl-t.frame-m-t,
    .parent.gap-xl-t.frame-l-t,
    .parent.gap-xl-t.frame-xl-t {
      padding: 30px 20px 0px 20px;
      margin: 0; }

  /*Margin Right*/
  .mr-0-t {
    margin-right: 0 !important; }

  .mr-xxs-t {
    margin-right: 3px; }

  .mr-xs-t {
    margin-right: 8px; }

  .mr-s-t {
    margin-right: 16px; }

  .mr-m-t {
    margin-right: 24px; }

  .mr-l-t {
    margin-right: 32px; }

  .mr-xl-t {
    margin-right: 40px; }

  /*Margin Left*/
  .ml-0-t {
    margin-left: 0 !important; }

  .ml-xxs-t {
    margin-left: 3px; }

  .ml-xs-t {
    margin-left: 8px; }

  .ml-s-t {
    margin-left: 16px; }

  .ml-m-t {
    margin-left: 24px; }

  .ml-l-t {
    margin-left: 32px; }

  .ml-xl-t {
    margin-left: 40px; }

  /*Margin Top*/
  .mt-0-t {
    margin-top: 0 !important; }

  .mt-xxs-t {
    margin-top: 3px; }

  .mt-xs-t {
    margin-top: 6px; }

  .mt-s-t {
    margin-top: 12px; }

  .mt-m-t {
    margin-top: 18px; }

  .mt-l-t {
    margin-top: 24px; }

  .mt-xl-t {
    margin-top: 30px; }

  /*Margin Bottom*/
  .mb-0-t {
    margin-bottom: 0 !important; }

  .mb-xxs-t {
    margin-bottom: 3px; }

  .mb-xs-t {
    margin-bottom: 6px; }

  .mb-s-t {
    margin-bottom: 12px; }

  .mb-m-t {
    margin-bottom: 18px; }

  .mb-l-t {
    margin-bottom: 24px; }

  .mb-xl-t {
    margin-bottom: 30px; }

  /*Padding Right*/
  .pr-0-t {
    padding-right: 0 !important; }

  .pr-xxs-t {
    padding-right: 3px; }

  .pr-xs-t {
    padding-right: 8px; }

  .pr-s-t {
    padding-right: 16px; }

  .pr-m-t {
    padding-right: 24px; }

  .pr-l-t {
    padding-right: 32px; }

  .pr-xl-t {
    padding-right: 40px; }

  /*Padding Left*/
  .pl-0-t {
    padding-left: 0 !important; }

  .pl-xxs-t {
    padding-left: 3px; }

  .pl-xs-t {
    padding-left: 8px; }

  .pl-s-t {
    padding-left: 16px; }

  .pl-m-t {
    padding-left: 24px; }

  .pl-l-t {
    padding-left: 32px; }

  .pl-xl-t {
    padding-left: 40px; }

  /*Padding Top*/
  .pt-0-t {
    padding-top: 0 !important; }

  .pt-xxs-t {
    padding-top: 3px; }

  .pt-xs-t {
    padding-top: 6px; }

  .pt-s-t {
    padding-top: 12px; }

  .pt-m-t {
    padding-top: 18px; }

  .pt-l-t {
    padding-top: 24px; }

  .pt-xl-t {
    padding-top: 30px; }

  /*Padding Bottom*/
  .pb-0-t {
    padding-bottom: 0 !important; }

  .pb-xxs-t {
    padding-bottom: 3px; }

  .pb-xs-t {
    padding-bottom: 6px; }

  .pb-s-t {
    padding-bottom: 12px; }

  .pb-m-t {
    padding-bottom: 18px; }

  .pb-l-t {
    padding-bottom: 24px; }

  .pb-xl-t {
    padding-bottom: 30px; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  .frame-xs-m {
    padding: 6px 8px; }

  .vertical-frame-xs-m {
    padding-top: 6px;
    padding-bottom: 6px; }

  /* Tight Parent frames ----------------------------------------------------------------------*/
  .frame-s-m {
    padding: 12px 16px; }

  .vertical-frame-s-m {
    padding-top: 12px;
    padding-bottom: 12px; }

  /* Middle Parent frames ----------------------------------------------------------------------*/
  .frame-m-m {
    padding: 18px 24px; }

  .vertical-frame-m-m {
    padding-top: 18px;
    padding-bottom: 18px; }

  /* Wide frames -----------------------------------------------------------------------------*/
  .frame-l-m {
    padding: 24px 32px; }

  .vertical-frame-l-m {
    padding-top: 24px;
    padding-bottom: 24px; }

  /* Extrawide frames ----------------------------------------------------------------------*/
  .frame-xl-m {
    padding: 30px 40px; }

  .vertical-frame-xl-m {
    padding-top: 30px;
    padding-bottom: 30px; }

  /* ALL The PARENT frames ---------------- */
  .row,
  .column,
  .parent {
    /* Először alap gap + tablet frame */
    /* Extratight Gap Frames ---------------------------------------------------------------------- */
    /* Tight Gap Frames ---------------------------------------------------------------------- */
    /* Middle Gap Frames ---------------------------------------------------------------------- */
    /* Wide Gap Frames ---------------------------------------------------------------------- */
    /* Extrawide Gap Frames ---------------------------------------------------------------------- */
    /* Tablet gap + alap frame */
    /* Extratight Gap Frames ---------------------------------------------------------------------- */
    /* Tight Gap Frames ---------------------------------------------------------------------- */
    /* Middle Gap Frames ---------------------------------------------------------------------- */
    /* Wide Gap Frames ---------------------------------------------------------------------- */
    /* Extrawide Gap Frames ---------------------------------------------------------------------- */
    /* Tablet gap + Tablet frame */
    /* Extratight Gap Frames ---------------------------------------------------------------------- */
    /* Tight Gap Frames ---------------------------------------------------------------------- */
    /* Middle Gap Frames ---------------------------------------------------------------------- */
    /* Wide Gap Frames ---------------------------------------------------------------------- */
    /* Extrawide Gap Frames ---------------------------------------------------------------------- */ }
    .row.gap-xs.frame-xs-m,
    .column.gap-xs.frame-xs-m,
    .parent.gap-xs.frame-xs-m {
      padding: 6px 4px 0px 4px;
      margin: 0; }
    .row.gap-xs.frame-s-m,
    .column.gap-xs.frame-s-m,
    .parent.gap-xs.frame-s-m {
      padding: 12px 12px 6px 12px;
      margin: 0; }
    .row.gap-xs.frame-m-m,
    .column.gap-xs.frame-m-m,
    .parent.gap-xs.frame-m-m {
      padding: 18px 20px 12px 20px;
      margin: 0; }
    .row.gap-xs.frame-l-m,
    .column.gap-xs.frame-l-m,
    .parent.gap-xs.frame-l-m {
      padding: 24px 28px 18px 28px;
      margin: 0; }
    .row.gap-xs.frame-xl-m,
    .column.gap-xs.frame-xl-m,
    .parent.gap-xs.frame-xl-m {
      padding: 30px 36px 24px 36px;
      margin: 0; }
    .row.gap-s.frame-s-m, .row.gap-s.frame-xs-m,
    .column.gap-s.frame-s-m,
    .column.gap-s.frame-xs-m,
    .parent.gap-s.frame-s-m,
    .parent.gap-s.frame-xs-m {
      padding: 12px 8px 0px 8px;
      margin: 0; }
    .row.gap-s.frame-m-m,
    .column.gap-s.frame-m-m,
    .parent.gap-s.frame-m-m {
      padding: 18px 16px 6px 16px;
      margin: 0; }
    .row.gap-s.frame-l-m,
    .column.gap-s.frame-l-m,
    .parent.gap-s.frame-l-m {
      padding: 24px 24px 12px 24px;
      margin: 0; }
    .row.gap-s.frame-xl-m,
    .column.gap-s.frame-xl-m,
    .parent.gap-s.frame-xl-m {
      padding: 30px 32px 18px 32px;
      margin: 0; }
    .row.gap-m.frame-xs-m, .row.gap-m.frame-s-m, .row.gap-m.frame-m-m,
    .column.gap-m.frame-xs-m,
    .column.gap-m.frame-s-m,
    .column.gap-m.frame-m-m,
    .parent.gap-m.frame-xs-m,
    .parent.gap-m.frame-s-m,
    .parent.gap-m.frame-m-m {
      padding: 18px 12px 0px 12px;
      margin: 0; }
    .row.gap-m.frame-l-m,
    .column.gap-m.frame-l-m,
    .parent.gap-m.frame-l-m {
      padding: 24px 20px 6px 20px;
      margin: 0; }
    .row.gap-m.frame-xl-m,
    .column.gap-m.frame-xl-m,
    .parent.gap-m.frame-xl-m {
      padding: 30px 28px 12px 28px;
      margin: 0; }
    .row.gap-l.frame-xs-m, .row.gap-l.frame-s-m, .row.gap-l.frame-m-m, .row.gap-l.frame-l-m,
    .column.gap-l.frame-xs-m,
    .column.gap-l.frame-s-m,
    .column.gap-l.frame-m-m,
    .column.gap-l.frame-l-m,
    .parent.gap-l.frame-xs-m,
    .parent.gap-l.frame-s-m,
    .parent.gap-l.frame-m-m,
    .parent.gap-l.frame-l-m {
      padding: 24px 16px 0px 16px;
      margin: 0; }
    .row.gap-l.frame-xl-m,
    .column.gap-l.frame-xl-m,
    .parent.gap-l.frame-xl-m {
      padding: 30px 24px 6px 24px;
      margin: 0; }
    .row.gap-xl.frame-xs-m, .row.gap-xl.frame-s-m, .row.gap-xl.frame-m-m, .row.gap-xl.frame-l-m, .row.gap-xl.frame-xl-m,
    .column.gap-xl.frame-xs-m,
    .column.gap-xl.frame-s-m,
    .column.gap-xl.frame-m-m,
    .column.gap-xl.frame-l-m,
    .column.gap-xl.frame-xl-m,
    .parent.gap-xl.frame-xs-m,
    .parent.gap-xl.frame-s-m,
    .parent.gap-xl.frame-m-m,
    .parent.gap-xl.frame-l-m,
    .parent.gap-xl.frame-xl-m {
      padding: 30px 20px 0px 20px;
      margin: 0; }
    .row.gap-xs-m.frame-xs,
    .column.gap-xs-m.frame-xs,
    .parent.gap-xs-m.frame-xs {
      padding: 6px 4px 0px 4px;
      margin: 0; }
    .row.gap-xs-m.frame-s,
    .column.gap-xs-m.frame-s,
    .parent.gap-xs-m.frame-s {
      padding: 12px 12px 6px 12px;
      margin: 0; }
    .row.gap-xs-m.frame-m,
    .column.gap-xs-m.frame-m,
    .parent.gap-xs-m.frame-m {
      padding: 18px 20px 12px 20px;
      margin: 0; }
    .row.gap-xs-m.frame-l,
    .column.gap-xs-m.frame-l,
    .parent.gap-xs-m.frame-l {
      padding: 24px 28px 18px 28px;
      margin: 0; }
    .row.gap-xs-m.frame-xl,
    .column.gap-xs-m.frame-xl,
    .parent.gap-xs-m.frame-xl {
      padding: 30px 36px 24px 36px;
      margin: 0; }
    .row.gap-s-m.frame-s, .row.gap-s-m.frame-xs,
    .column.gap-s-m.frame-s,
    .column.gap-s-m.frame-xs,
    .parent.gap-s-m.frame-s,
    .parent.gap-s-m.frame-xs {
      padding: 12px 8px 0px 8px;
      margin: 0; }
    .row.gap-s-m.frame-m,
    .column.gap-s-m.frame-m,
    .parent.gap-s-m.frame-m {
      padding: 18px 16px 6px 16px;
      margin: 0; }
    .row.gap-s-m.frame-l,
    .column.gap-s-m.frame-l,
    .parent.gap-s-m.frame-l {
      padding: 24px 24px 12px 24px;
      margin: 0; }
    .row.gap-s-m.frame-xl,
    .column.gap-s-m.frame-xl,
    .parent.gap-s-m.frame-xl {
      padding: 30px 32px 18px 32px;
      margin: 0; }
    .row.gap-m-m.frame-xs, .row.gap-m-m.frame-s, .row.gap-m-m.frame-m,
    .column.gap-m-m.frame-xs,
    .column.gap-m-m.frame-s,
    .column.gap-m-m.frame-m,
    .parent.gap-m-m.frame-xs,
    .parent.gap-m-m.frame-s,
    .parent.gap-m-m.frame-m {
      padding: 18px 12px 0px 12px;
      margin: 0; }
    .row.gap-m-m.frame-l,
    .column.gap-m-m.frame-l,
    .parent.gap-m-m.frame-l {
      padding: 24px 20px 6px 20px;
      margin: 0; }
    .row.gap-m-m.frame-xl,
    .column.gap-m-m.frame-xl,
    .parent.gap-m-m.frame-xl {
      padding: 30px 28px 12px 28px;
      margin: 0; }
    .row.gap-l-m.frame-xs, .row.gap-l-m.frame-s, .row.gap-l-m.frame-m, .row.gap-l-m.frame-l,
    .column.gap-l-m.frame-xs,
    .column.gap-l-m.frame-s,
    .column.gap-l-m.frame-m,
    .column.gap-l-m.frame-l,
    .parent.gap-l-m.frame-xs,
    .parent.gap-l-m.frame-s,
    .parent.gap-l-m.frame-m,
    .parent.gap-l-m.frame-l {
      padding: 24px 16px 0px 16px;
      margin: 0; }
    .row.gap-l-m.frame-xl,
    .column.gap-l-m.frame-xl,
    .parent.gap-l-m.frame-xl {
      padding: 30px 24px 6px 24px;
      margin: 0; }
    .row.gap-xl-m.frame-xs, .row.gap-xl-m.frame-s, .row.gap-xl-m.frame-m, .row.gap-xl-m.frame-l, .row.gap-xl-m.frame-xl,
    .column.gap-xl-m.frame-xs,
    .column.gap-xl-m.frame-s,
    .column.gap-xl-m.frame-m,
    .column.gap-xl-m.frame-l,
    .column.gap-xl-m.frame-xl,
    .parent.gap-xl-m.frame-xs,
    .parent.gap-xl-m.frame-s,
    .parent.gap-xl-m.frame-m,
    .parent.gap-xl-m.frame-l,
    .parent.gap-xl-m.frame-xl {
      padding: 30px 20px 0px 20px;
      margin: 0; }
    .row.gap-xs-m.frame-xs-m,
    .column.gap-xs-m.frame-xs-m,
    .parent.gap-xs-m.frame-xs-m {
      padding: 6px 4px 0px 4px;
      margin: 0; }
    .row.gap-xs-m.frame-s-m,
    .column.gap-xs-m.frame-s-m,
    .parent.gap-xs-m.frame-s-m {
      padding: 12px 12px 6px 12px;
      margin: 0; }
    .row.gap-xs-m.frame-m-m,
    .column.gap-xs-m.frame-m-m,
    .parent.gap-xs-m.frame-m-m {
      padding: 18px 20px 12px 20px;
      margin: 0; }
    .row.gap-xs-m.frame-l-m,
    .column.gap-xs-m.frame-l-m,
    .parent.gap-xs-m.frame-l-m {
      padding: 24px 28px 18px 28px;
      margin: 0; }
    .row.gap-xs-m.frame-xl-m,
    .column.gap-xs-m.frame-xl-m,
    .parent.gap-xs-m.frame-xl-m {
      padding: 30px 36px 24px 36px;
      margin: 0; }
    .row.gap-s-m.frame-s-m, .row.gap-s-m.frame-xs-m,
    .column.gap-s-m.frame-s-m,
    .column.gap-s-m.frame-xs-m,
    .parent.gap-s-m.frame-s-m,
    .parent.gap-s-m.frame-xs-m {
      padding: 12px 8px 0px 8px;
      margin: 0; }
    .row.gap-s-m.frame-m-m,
    .column.gap-s-m.frame-m-m,
    .parent.gap-s-m.frame-m-m {
      padding: 18px 16px 6px 16px;
      margin: 0; }
    .row.gap-s-m.frame-l-m,
    .column.gap-s-m.frame-l-m,
    .parent.gap-s-m.frame-l-m {
      padding: 24px 24px 12px 24px;
      margin: 0; }
    .row.gap-s-m.frame-xl-m,
    .column.gap-s-m.frame-xl-m,
    .parent.gap-s-m.frame-xl-m {
      padding: 30px 32px 18px 32px;
      margin: 0; }
    .row.gap-m-m.frame-xs-m, .row.gap-m-m.frame-s-m, .row.gap-m-m.frame-m-m,
    .column.gap-m-m.frame-xs-m,
    .column.gap-m-m.frame-s-m,
    .column.gap-m-m.frame-m-m,
    .parent.gap-m-m.frame-xs-m,
    .parent.gap-m-m.frame-s-m,
    .parent.gap-m-m.frame-m-m {
      padding: 18px 12px 0px 12px;
      margin: 0; }
    .row.gap-m-m.frame-l-m,
    .column.gap-m-m.frame-l-m,
    .parent.gap-m-m.frame-l-m {
      padding: 24px 20px 6px 20px;
      margin: 0; }
    .row.gap-m-m.frame-xl-m,
    .column.gap-m-m.frame-xl-m,
    .parent.gap-m-m.frame-xl-m {
      padding: 30px 28px 12px 28px;
      margin: 0; }
    .row.gap-l-m.frame-xs-m, .row.gap-l-m.frame-s-m, .row.gap-l-m.frame-m-m, .row.gap-l-m.frame-l-m,
    .column.gap-l-m.frame-xs-m,
    .column.gap-l-m.frame-s-m,
    .column.gap-l-m.frame-m-m,
    .column.gap-l-m.frame-l-m,
    .parent.gap-l-m.frame-xs-m,
    .parent.gap-l-m.frame-s-m,
    .parent.gap-l-m.frame-m-m,
    .parent.gap-l-m.frame-l-m {
      padding: 24px 16px 0px 16px;
      margin: 0; }
    .row.gap-l-m.frame-xl-m,
    .column.gap-l-m.frame-xl-m,
    .parent.gap-l-m.frame-xl-m {
      padding: 30px 24px 6px 24px;
      margin: 0; }
    .row.gap-xl-m.frame-xs-m, .row.gap-xl-m.frame-s-m, .row.gap-xl-m.frame-m-m, .row.gap-xl-m.frame-l-m, .row.gap-xl-m.frame-xl-m,
    .column.gap-xl-m.frame-xs-m,
    .column.gap-xl-m.frame-s-m,
    .column.gap-xl-m.frame-m-m,
    .column.gap-xl-m.frame-l-m,
    .column.gap-xl-m.frame-xl-m,
    .parent.gap-xl-m.frame-xs-m,
    .parent.gap-xl-m.frame-s-m,
    .parent.gap-xl-m.frame-m-m,
    .parent.gap-xl-m.frame-l-m,
    .parent.gap-xl-m.frame-xl-m {
      padding: 30px 20px 0px 20px;
      margin: 0; }

  /*Margin Right*/
  .mr-0-m {
    margin-right: 0 !important; }

  .mr-xxs-m {
    margin-right: 3px; }

  .mr-xs-m {
    margin-right: 8px; }

  .mr-s-m {
    margin-right: 16px; }

  .mr-m-m {
    margin-right: 24px; }

  .mr-l-m {
    margin-right: 32px; }

  .mr-xl-m {
    margin-right: 40px; }

  /*Margin Left*/
  .ml-0-m {
    margin-left: 0 !important; }

  .ml-xxs-m {
    margin-left: 3px; }

  .ml-xs-m {
    margin-left: 8px; }

  .ml-s-m {
    margin-left: 16px; }

  .ml-m-m {
    margin-left: 24px; }

  .ml-l-m {
    margin-left: 32px; }

  .ml-xl-m {
    margin-left: 40px; }

  /*Margin Top*/
  .mt-0-m {
    margin-mop: 0 !important; }

  .mt-xxs-m {
    margin-mop: 3px; }

  .mt-xs-m {
    margin-top: 6px; }

  .mt-s-m {
    margin-top: 12px; }

  .mt-m-m {
    margin-top: 18px; }

  .mt-l-m {
    margin-top: 24px; }

  .mt-xl-m {
    margin-top: 30px; }

  /*Margin Bottom*/
  .mb-0-m {
    margin-bottom: 0 !important; }

  .mb-xxs-m {
    margin-bottom: 3px; }

  .mb-xs-m {
    margin-bottom: 6px; }

  .mb-s-m {
    margin-bottom: 12px; }

  .mb-m-m {
    margin-bottom: 18px; }

  .mb-l-m {
    margin-bottom: 24px; }

  .mb-xl-m {
    margin-bottom: 30px; }

  /*Padding Right*/
  .pr-0-m {
    padding-right: 0 !important; }

  .pr-xxs-m {
    padding-right: 3px; }

  .pr-xs-m {
    padding-right: 8px; }

  .pr-s-m {
    padding-right: 16px; }

  .pr-m-m {
    padding-right: 24px; }

  .pr-l-m {
    padding-right: 32px; }

  .pr-xl-m {
    padding-right: 40px; }

  /*Padding Left*/
  .pl-0-m {
    padding-left: 0 !important; }

  .pl-xxs-m {
    padding-left: 3px; }

  .pl-xs-m {
    padding-left: 8px; }

  .pl-s-m {
    padding-left: 16px; }

  .pl-m-m {
    padding-left: 24px; }

  .pl-l-m {
    padding-left: 32px; }

  .pl-xl-m {
    padding-left: 40px; }

  /*Padding Top*/
  .pt-0-m {
    padding-top: 0 !important; }

  .pt-xxs-m {
    padding-top: 3px; }

  .pt-xs-m {
    padding-top: 6px; }

  .pt-s-m {
    padding-top: 12px; }

  .pt-m-m {
    padding-top: 18px; }

  .pt-l-m {
    padding-top: 24px; }

  .pt-xl-m {
    padding-top: 30px; }

  /*Padding Bottom*/
  .pb-0-m {
    padding-bottom: 0 !important; }

  .pb-xxs-m {
    padding-bottom: 3px; }

  .pb-xs-m {
    padding-bottom: 6px; }

  .pb-s-m {
    padding-bottom: 12px; }

  .pb-m-m {
    padding-bottom: 18px; }

  .pb-l-m {
    padding-bottom: 24px; }

  .pb-xl-m {
    padding-bottom: 30px; }

  /* MOBILE VIEW END --------*/ }
/*
Gaps ------------------------------------
*/
/*
//////////////////////////////////////////////////////////////////////////////
GAPS ////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
*/
/*
 GAPS MARGIN VARIABLES ///////////////////////////////////////////////////////////////
*/
/* Main Ratio -----------------*/
/* Vertical */
/* Horizontal */
/* Sizes (xs, s, m, l, xl) -----------------*/
/* extra small */
/* small */
/* medium */
/* large */
/* extra large */
/* Screen Sizes -----------------*/
/*
$phablet-max: 767px;
$phablet-min: 426px;
*/
/*425px;*/
.position-relative {
  position: relative; }

.row,
.column,
.parent {
  width: auto;
  /* Extra Tight /////////////////////////////////////////////////////////////////*/
  /* Tight Gap /////////////////////////////////////////////////////////////////*/
  /* Middle Gap /////////////////////////////////////////////////////////////////*/
  /* Wide Gap /////////////////////////////////////////////////////////////////*/
  /* Middle Gap /////////////////////////////////////////////////////////////////*/ }
  .row.gap-xs,
  .column.gap-xs,
  .parent.gap-xs {
    margin: 0 -4px -6px -4px;
    /* Extratight gap Childs ------------ */ }
    .row.gap-xs > *,
    .column.gap-xs > *,
    .parent.gap-xs > * {
      padding: 0px 4px;
      margin-bottom: 6px; }
  .row.gap-s,
  .column.gap-s,
  .parent.gap-s {
    margin: 0 -8px -12px -8px;
    /* Tight gap Childs ------------ */ }
    .row.gap-s > *,
    .column.gap-s > *,
    .parent.gap-s > * {
      padding: 0px 8px;
      margin-bottom: 12px; }
  .row.gap-m,
  .column.gap-m,
  .parent.gap-m {
    margin: 0 -12px -18px -12px;
    /* Middle gap Childs ------------ */ }
    .row.gap-m > *,
    .column.gap-m > *,
    .parent.gap-m > * {
      padding: 0px 12px;
      margin-bottom: 18px; }
  .row.gap-l,
  .column.gap-l,
  .parent.gap-l {
    margin: 0 -16px -24px -16px;
    /* Middle gap Childs ------------ */ }
    .row.gap-l > *,
    .column.gap-l > *,
    .parent.gap-l > * {
      padding: 0px 16px;
      margin-bottom: 24px; }
  .row.gap-xl,
  .column.gap-xl,
  .parent.gap-xl {
    margin: 0 -20px -30px -20px;
    /* Middle gap Childs ------------ */ }
    .row.gap-xl > *,
    .column.gap-xl > *,
    .parent.gap-xl > * {
      padding: 0px 20px;
      margin-bottom: 30px; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .row,
  .column,
  .parent {
    width: auto;
    /* Extra Tight /////////////////////////////////////////////////////////////////*/
    /* Tight Gap /////////////////////////////////////////////////////////////////*/
    /* Middle Gap /////////////////////////////////////////////////////////////////*/
    /* Wide Gap /////////////////////////////////////////////////////////////////*/
    /* Middle Gap /////////////////////////////////////////////////////////////////*/ }
    .row.gap-xs-t,
    .column.gap-xs-t,
    .parent.gap-xs-t {
      margin: 0 -4px -6px -4px;
      /* Extratight gap Childs ------------ */ }
      .row.gap-xs-t > *,
      .column.gap-xs-t > *,
      .parent.gap-xs-t > * {
        padding: 0px 4px;
        margin-bottom: 6px; }
    .row.gap-s-t,
    .column.gap-s-t,
    .parent.gap-s-t {
      margin: 0 -8px -12px -8px;
      /* Tight gap Childs ------------ */ }
      .row.gap-s-t > *,
      .column.gap-s-t > *,
      .parent.gap-s-t > * {
        padding: 0px 8px;
        margin-bottom: 12px; }
    .row.gap-m-t,
    .column.gap-m-t,
    .parent.gap-m-t {
      margin: 0 -12px -18px -12px;
      /* Middle gap Childs ------------ */ }
      .row.gap-m-t > *,
      .column.gap-m-t > *,
      .parent.gap-m-t > * {
        padding: 0px 12px;
        margin-bottom: 18px; }
    .row.gap-l-t,
    .column.gap-l-t,
    .parent.gap-l-t {
      margin: 0 -16px -24px -16px;
      /* Middle gap Childs ------------ */ }
      .row.gap-l-t > *,
      .column.gap-l-t > *,
      .parent.gap-l-t > * {
        padding: 0px 16px;
        margin-bottom: 24px; }
    .row.gap-xl-t,
    .column.gap-xl-t,
    .parent.gap-xl-t {
      margin: 0 -20px -30px -20px;
      /* Middle gap Childs ------------ */ }
      .row.gap-xl-t > *,
      .column.gap-xl-t > *,
      .parent.gap-xl-t > * {
        padding: 0px 20px;
        margin-bottom: 30px; }

  /* TABLET VIEW END --------*/ }
/*MOBILE VIEW --------*/
@media only screen and (max-width: 767px) {
  .row,
  .column,
  .parent {
    width: auto;
    /* Extra Tight /////////////////////////////////////////////////////////////////*/
    /* Tight Gap /////////////////////////////////////////////////////////////////*/
    /* Middle Gap /////////////////////////////////////////////////////////////////*/
    /* Wide Gap /////////////////////////////////////////////////////////////////*/
    /* Middle Gap /////////////////////////////////////////////////////////////////*/ }
    .row.gap-xs-m,
    .column.gap-xs-m,
    .parent.gap-xs-m {
      margin: 0 -4px -6px -4px;
      /* Extratight gap Childs ------------ */ }
      .row.gap-xs-m > *,
      .column.gap-xs-m > *,
      .parent.gap-xs-m > * {
        padding: 0px 4px;
        margin-bottom: 6px; }
    .row.gap-s-m,
    .column.gap-s-m,
    .parent.gap-s-m {
      margin: 0 -8px -12px -8px;
      /* Tight gap Childs ------------ */ }
      .row.gap-s-m > *,
      .column.gap-s-m > *,
      .parent.gap-s-m > * {
        padding: 0px 8px;
        margin-bottom: 12px; }
    .row.gap-m-m,
    .column.gap-m-m,
    .parent.gap-m-m {
      margin: 0 -12px -18px -12px;
      /* Middle gap Childs ------------ */ }
      .row.gap-m-m > *,
      .column.gap-m-m > *,
      .parent.gap-m-m > * {
        padding: 0px 12px;
        margin-bottom: 18px; }
    .row.gap-l-m,
    .column.gap-l-m,
    .parent.gap-l-m {
      margin: 0 -16px -24px -16px;
      /* Middle gap Childs ------------ */ }
      .row.gap-l-m > *,
      .column.gap-l-m > *,
      .parent.gap-l-m > * {
        padding: 0px 16px;
        margin-bottom: 24px; }
    .row.gap-xl-m,
    .column.gap-xl-m,
    .parent.gap-xl-m {
      margin: 0 -20px -30px -20px;
      /* Middle gap Childs ------------ */ }
      .row.gap-xl-m > *,
      .column.gap-xl-m > *,
      .parent.gap-xl-m > * {
        padding: 0px 20px;
        margin-bottom: 30px; }

  /*MOBILE VIEW END --------*/ }
/*
Grid ------------------------------------
*/
/* CONTAINER skeleton ///////////////////////////// */
/*
    CSS PREFIXES ///////////////////////////////////////////////////////////////
*/
/* CSS3 Styles ---------------------------------- */
/* BorderBox ---------------------------------- */
/* border radius ---------------------------*/
/* box shadow ---------------------------*/
/* Transision (Animation) ---------------------------- */
/* Transform ---------------------------- */
/* Transform ---------------------------- */
/* FLEX ------------------------------------ */
/* flex boxes ---------------------------*/
/* flex elements------------------------- */
/*
 GAPS MARGIN VARIABLES ///////////////////////////////////////////////////////////////
*/
/* Main Ratio -----------------*/
/* Vertical */
/* Horizontal */
/* Sizes (xs, s, m, l, xl) -----------------*/
/* extra small */
/* small */
/* medium */
/* large */
/* extra large */
/* Screen Sizes -----------------*/
/*
$phablet-max: 767px;
$phablet-min: 426px;
*/
/*425px;*/
@media only screen and (min-width: 1025px) {
  .hide-s,
  .show-m {
    display: none; } }
.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding-right: 48px;
  padding-left: 48px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.full-container {
  /* For full width design */
  margin: 0 auto;
  width: 100%;
  padding-right: 48px;
  padding-left: 48px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*
///////////////////////////////////////////////////////////////
/// - A N A T O M Y -  ////////////////////////////////////////
///////////////////////////////////////////////////////////////
*/
body {
  overscroll-behavior: none;
  overscroll-behavior-y: none; }

.skeleton {
  /* parent of the header, body and the footer  */
  min-height: 100vh;
  display: flex;
  /* @include flex-wrap(); */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* @include align-content(); */
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  /* @include flex-direction(); */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }

/*
elements in SKELETON ///////////////////////////////////////////
*/
.header,
.body,
.footer {
  min-width: 100%;
  max-width: 100%; }

.body,
.frame-body {
  /* @include flex(); */
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.frame-body {
  display: flex; }

.frame-body.center {
  /* kitölti a teljes képernyőt, ha a tartalma kisebb nála akkor középre záródik */
  /* @include align-items(); */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

/*
elements in BODY //////////////////////////////////////////////
*/
.main {
  /* Rualmas tartalmi rész */
  /* @include flex(); */
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100vw; }

.sidebar {
  /* Fix szélességű oldalsáv */
  width: 300px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*
#######################################################
################# Responsive GRID #####################
(a roszponzív elemek az alábbi classokat viseljék !!!!)
#######################################################
*/
/* Ősök */
.ancestor {
  /* .ancestor class használata fontos mobil nézet esetén (a legkülső parent elemet kell magába foglalnia) */
  overflow: hidden; }

/* Szülők */
.parent {
  /* Normál */
  /* @include flexbox();*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* @include flex-wrap(); */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* @include align-content(); */
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start; }

.column {
  /* Oszlop */
  /* @include flexbox();*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* @include flex-direction(); */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.row {
  /* Sor */
  /* @include flexbox();*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* @include flex-wrap(); */
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* @include flex-direction(); */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.column-fixed {
  /* Oszlop adit magsággal (benen felexibilis objektumok helyehetől el)*/
  /* @include flex-direction(); */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* @include flexbox();*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* @include align-content(); */
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  /* @include flex-wrap(); */
  -webkit-flex-wrap: no-wrap;
  -moz-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap; }

.parent-columns {
  column-count: 5;
  max-width: 100%; }
  .parent-columns > * {
    display: inline-block;
    width: 100%; }

.fix-content {
  width: fit-content;
  min-width: 100%; }

/* Childrens */
.parent,
.column,
.row {
  /* Kiegészítő igazitás */
  /* Flex-direction */
  /* Flex-wrap */
  /* Justify-content (Horisontal)*/
  /* Align-items (Vertical)*/
  /* Align-content */ }
  .parent.vertical-center,
  .column.vertical-center,
  .row.vertical-center {
    /* @include justify-content(); */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    /* @include align-content(); */
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center; }
  .parent.horizontal-center,
  .column.horizontal-center,
  .row.horizontal-center {
    /* @include align-items(); */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .parent.centered-content,
  .column.centered-content,
  .row.centered-content {
    /* @include align-items(); */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    /* @include justify-content(); */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    /* @include align-content(); */
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center; }
  .parent.flex-direction-row,
  .column.flex-direction-row,
  .row.flex-direction-row {
    /* @include flex-direction(); */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .parent.flex-direction-row-reverse,
  .column.flex-direction-row-reverse,
  .row.flex-direction-row-reverse {
    /* @include flex-direction(); */
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .parent.flex-direction-column,
  .column.flex-direction-column,
  .row.flex-direction-column {
    /* @include flex-direction(); */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .parent.flex-direction-column-reverse,
  .column.flex-direction-column-reverse,
  .row.flex-direction-column-reverse {
    /* @include flex-direction(); */
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .parent.flex-nowrap,
  .column.flex-nowrap,
  .row.flex-nowrap {
    /* @include flex-wrap(); */
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .parent.flex-wrap,
  .column.flex-wrap,
  .row.flex-wrap {
    /* @include flex-wrap(); */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .parent.flex-wrap-reverse,
  .column.flex-wrap-reverse,
  .row.flex-wrap-reverse {
    /* @include flex-wrap(); */
    -webkit-flex-wrap: wrap-reverse;
    -moz-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .parent.justify-content-flex-start,
  .column.justify-content-flex-start,
  .row.justify-content-flex-start {
    /* @include justify-content(); */
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
  .parent.justify-content-flex-end,
  .column.justify-content-flex-end,
  .row.justify-content-flex-end {
    /* @include justify-content(); */
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .parent.justify-content-center,
  .column.justify-content-center,
  .row.justify-content-center {
    /* @include justify-content(); */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .parent.justify-content-space-between,
  .column.justify-content-space-between,
  .row.justify-content-space-between {
    /* @include justify-content(); */
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .parent.justify-content-space-around,
  .column.justify-content-space-around,
  .row.justify-content-space-around {
    /* @include justify-content(); */
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around; }
  .parent.justify-content-space-evenly,
  .column.justify-content-space-evenly,
  .row.justify-content-space-evenly {
    /* @include justify-content(); */
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly; }
  .parent.align-items-flex-start,
  .column.align-items-flex-start,
  .row.align-items-flex-start {
    /* @include align-items(); */
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .parent.align-items-flex-end,
  .column.align-items-flex-end,
  .row.align-items-flex-end {
    /* @include align-items(); */
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
  .parent.align-items-center,
  .column.align-items-center,
  .row.align-items-center {
    /* @include align-items(); */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .parent.align-items-baseline,
  .column.align-items-baseline,
  .row.align-items-baseline {
    /* @include align-items(); */
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline; }
  .parent.align-items-stretch,
  .column.align-items-stretch,
  .row.align-items-stretch {
    /* @include align-items(); */
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
  .parent.align-content-flex-start,
  .column.align-content-flex-start,
  .row.align-content-flex-start {
    /* @include align-content(); */
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start; }
  .parent.align-content-flex-end,
  .column.align-content-flex-end,
  .row.align-content-flex-end {
    /* @include align-content(); */
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-align-content: flex-end;
    align-content: flex-end; }
  .parent.align-content-center,
  .column.align-content-center,
  .row.align-content-center {
    /* @include align-content(); */
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center; }
  .parent.align-content-baseline,
  .column.align-content-baseline,
  .row.align-content-baseline {
    /* @include align-content(); */
    -webkit-align-content: baseline;
    -moz-align-content: baseline;
    -ms-align-content: baseline;
    align-content: baseline; }
  .parent.align-content-stretch,
  .column.align-content-stretch,
  .row.align-content-stretch {
    /* @include align-content(); */
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch; }
  .parent.align-content-space-between,
  .column.align-content-space-between,
  .row.align-content-space-between {
    /* @include align-content(); */
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between; }
  .parent.align-content-space-around,
  .column.align-content-space-around,
  .row.align-content-space-around {
    /* @include align-content(); */
    -webkit-align-content: space-around;
    -moz-align-content: space-around;
    -ms-align-content: space-around;
    align-content: space-around; }

/* Children behavior in parent */
.parent > *,
.column > *,
.row > * {
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* ----------------------------------------------------------------------------------- */
/* Height Sizes --------_-*/
.full-height,
.height-full {
  height: 100%; }

/* /Height Sizes ---------*/
/* Rugalmas Elemek */
.flexobject {
  /* objektum ami kitölti a fennmaradó helyet */
  /* @include flex(); */
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* bug fixes */
  min-width: 0px;
  min-height: 0px; }

.flexobject-2 {
  /* objektum ami kitölti a fennmaradó helyet */
  /* @include flex(); */
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  -ms-flex: 2;
  flex: 2;
  /* bug fixes */
  min-width: 0px;
  min-height: 0px; }

.flexobject-3 {
  /* objektum ami kitölti a fennmaradó helyet */
  /* @include flex(); */
  -webkit-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  -ms-flex: 3;
  flex: 3;
  /* bug fixes */
  min-width: 0px;
  min-height: 0px; }

.flexobject-4 {
  /* objektum ami kitölti a fennmaradó helyet */
  /* @include flex(); */
  -webkit-flex: 4;
  -moz-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  -ms-flex: 4;
  flex: 4;
  /* bug fixes */
  min-width: 0px;
  min-height: 0px; }

.fullobject {
  width: 100%;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.fixedobject {
  width: auto;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.max-full {
  max-width: 100%; }

.full {
  /* @include flex-basis(); */
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.half {
  /* @include flex-basis(); */
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.third {
  /* @include flex-basis(); */
  -webkit-flex-basis: 33.333%;
  -moz-flex-basis: 33.333%;
  -ms-flex-basis: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.two-third {
  /* @include flex-basis(); */
  -webkit-flex-basis: 66.666%;
  -moz-flex-basis: 66.666%;
  -ms-flex-basis: 66.666%;
  flex-basis: 66.666%;
  max-width: 66.666%; }

.quarter {
  /* @include flex-basis(); */
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.three-quarter {
  /* @include flex-basis(); */
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.fifth {
  /* @include flex-basis(); */
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
  max-width: 20%; }

.two-fifth {
  /* @include flex-basis(); */
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-basis: 40%;
  flex-basis: 40%;
  max-width: 40%; }

.three-fifth {
  /* @include flex-basis(); */
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-basis: 60%;
  flex-basis: 60%;
  max-width: 60%; }

.four-fifth {
  /* @include flex-basis(); */
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  -ms-flex-basis: 80%;
  flex-basis: 80%;
  max-width: 80%; }

.sixth {
  /* @include flex-basis(); */
  -webkit-flex-basis: 16.6666%;
  -moz-flex-basis: 16.6666%;
  -ms-flex-basis: 16.6666%;
  flex-basis: 16.6666%;
  max-width: 16.6666%; }

.seventh {
  /* @include flex-basis(); */
  -webkit-flex-basis: 14.2857%;
  -moz-flex-basis: 14.2857%;
  -ms-flex-basis: 14.2857%;
  flex-basis: 14.2857%;
  max-width: 14.2857%; }

.two-seventh {
  /* @include flex-basis(); */
  -webkit-flex-basis: 28.5714%;
  -moz-flex-basis: 28.5714%;
  -ms-flex-basis: 28.5714%;
  flex-basis: 28.5714%;
  max-width: 28.5714%; }

.three-seventh {
  /* @include flex-basis(); */
  -webkit-flex-basis: 42.8571%;
  -moz-flex-basis: 42.8571%;
  -ms-flex-basis: 42.8571%;
  flex-basis: 42.8571%;
  max-width: 42.8571%; }

.eight {
  /* @include flex-basis(); */
  -webkit-flex-basis: 12.5%;
  -moz-flex-basis: 12.5%;
  -ms-flex-basis: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%; }

.tenth {
  /* @include flex-basis(); */
  -webkit-flex-basis: 10%;
  -moz-flex-basis: 10%;
  -ms-flex-basis: 10%;
  flex-basis: 10%;
  max-width: 10%; }

.twelfth {
  /* @include flex-basis(); */
  -webkit-flex-basis: 8.333%;
  -moz-flex-basis: 8.333%;
  -ms-flex-basis: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

/* Flex Objects -------- */
.flex,
.flex-1 {
  /* @include flex(); */
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex-2 {
  /* @include flex(); */
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.flex-3 {
  /* @include flex(); */
  -webkit-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  -ms-flex: 3;
  flex: 3; }

.flex-4 {
  /* @include flex(); */
  -webkit-flex: 4;
  -moz-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  -ms-flex: 4;
  flex: 4; }

.flex-5 {
  /* @include flex(); */
  -webkit-flex: 5;
  -moz-box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  -ms-flex: 5;
  flex: 5; }

/* Grow Objects -------- */
.grow-0 {
  /* @include flex-grow(); */
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0; }

.grow,
.grow-1 {
  /* @include flex-grow(); */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1; }

.grow-2 {
  /* @include flex-grow(); */
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2; }

.grow-3 {
  /* @include flex-grow(); */
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-grow: 3;
  flex-grow: 3; }

.grow-4 {
  /* @include flex-grow(); */
  -webkit-flex-grow: 4;
  -moz-flex-grow: 4;
  -ms-flex-grow: 4;
  flex-grow: 4; }

.grow-5 {
  /* @include flex-grow(); */
  -webkit-flex-grow: 5;
  -moz-flex-grow: 5;
  -ms-flex-grow: 5;
  flex-grow: 5; }

/* Shrink Objects -------- */
.shrink-0 {
  /* @include flex-shrink(); */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }

.shrink,
.shrink-1 {
  /* @include flex-shrink(); */
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1; }

.shrink-2 {
  /* @include flex-shrink(); */
  -webkit-flex-shrink: 2;
  -moz-flex-shrink: 2;
  -ms-flex-shrink: 2;
  flex-shrink: 2; }

.shrink-3 {
  /* @include flex-shrink(); */
  -webkit-flex-shrink: 3;
  -moz-flex-shrink: 3;
  -ms-flex-shrink: 3;
  flex-shrink: 3; }

.shrink-4 {
  /* @include flex-shrink(); */
  -webkit-flex-shrink: 4;
  -moz-flex-shrink: 4;
  -ms-flex-shrink: 4;
  flex-shrink: 4; }

.shrink-5 {
  /* @include flex-shrink(); */
  -webkit-flex-shrink: 5;
  -moz-flex-shrink: 5;
  -ms-flex-shrink: 5;
  flex-shrink: 5; }

/* Order Objects -------- */
.order-minus1 {
  /* @include order(); */
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1; }

.order-1 {
  /* @include order(); */
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.order-2 {
  /* @include order(); */
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.order-3 {
  /* @include order(); */
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.order-4 {
  /* @include order(); */
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4; }

.order-5 {
  /* @include order(); */
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5; }

.order-6 {
  /* @include order(); */
  -webkit-box-ordinal-group: 6;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6; }

.order-7 {
  /* @include order(); */
  -webkit-box-ordinal-group: 7;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7; }

.order-8 {
  /* @include order(); */
  -webkit-box-ordinal-group: 8;
  -moz-box-ordinal-group: 8;
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8; }

.order-9 {
  /* @include order(); */
  -webkit-box-ordinal-group: 9;
  -moz-box-ordinal-group: 9;
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9; }

.order-10 {
  /* @include order(); */
  -webkit-box-ordinal-group: 10;
  -moz-box-ordinal-group: 10;
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10; }

/* MONITOR VIEW END --------*/
/* #### Responsive GRID END #### */
/* CONTAINER skeleton ///////////////////////////// */
/*
    CSS PREFIXES ///////////////////////////////////////////////////////////////
*/
/* CSS3 Styles ---------------------------------- */
/* BorderBox ---------------------------------- */
/* border radius ---------------------------*/
/* box shadow ---------------------------*/
/* Transision (Animation) ---------------------------- */
/* Transform ---------------------------- */
/* Transform ---------------------------- */
/* FLEX ------------------------------------ */
/* flex boxes ---------------------------*/
/* flex elements------------------------- */
/*
 GAPS MARGIN VARIABLES ///////////////////////////////////////////////////////////////
*/
/* Main Ratio -----------------*/
/* Vertical */
/* Horizontal */
/* Sizes (xs, s, m, l, xl) -----------------*/
/* extra small */
/* small */
/* medium */
/* large */
/* extra large */
/* Screen Sizes -----------------*/
/*
$phablet-max: 767px;
$phablet-min: 426px;
*/
/*425px;*/
/* TABLET VIEW -------- */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .parent-columns {
    column-count: 3; }

  .container {
    width: 768px;
    padding-right: 24px;
    padding-left: 24px; }

  .full-container {
    padding-right: 24px;
    padding-left: 24px; }

  /* Childrens */
  .parent,
  .column,
  .row {
    /* Kiegészítő igazitás */
    /* Flex-direction */
    /* Flex-wrap */
    /* Justify-content (Horisontal)*/
    /* Align-items (Vertical)*/
    /* Align-content */ }
    .parent.vertical-center-t,
    .column.vertical-center-t,
    .row.vertical-center-t {
      /* @include justify-content(); */
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      /* @include align-content(); */
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-align-content: center;
      align-content: center; }
    .parent.horizontal-center-t,
    .column.horizontal-center-t,
    .row.horizontal-center-t {
      /* @include align-items(); */
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .parent.centered-content-t,
    .column.centered-content-t,
    .row.centered-content-t {
      /* @include align-items(); */
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      /* @include justify-content(); */
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      /* @include align-content(); */
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-align-content: center;
      align-content: center; }
    .parent.flex-direction-row-t,
    .column.flex-direction-row-t,
    .row.flex-direction-row-t {
      /* @include flex-direction(); */
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    .parent.flex-direction-row-reverse-t,
    .column.flex-direction-row-reverse-t,
    .row.flex-direction-row-reverse-t {
      /* @include flex-direction(); */
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .parent.flex-direction-column-t,
    .column.flex-direction-column-t,
    .row.flex-direction-column-t {
      /* @include flex-direction(); */
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .parent.flex-direction-column-reverse-t,
    .column.flex-direction-column-reverse-t,
    .row.flex-direction-column-reverse-t {
      /* @include flex-direction(); */
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .parent.flex-nowrap-t,
    .column.flex-nowrap-t,
    .row.flex-nowrap-t {
      /* @include flex-wrap(); */
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .parent.flex-wrap-t,
    .column.flex-wrap-t,
    .row.flex-wrap-t {
      /* @include flex-wrap(); */
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .parent.flex-wrap-reverse-t,
    .column.flex-wrap-reverse-t,
    .row.flex-wrap-reverse-t {
      /* @include flex-wrap(); */
      -webkit-flex-wrap: wrap-reverse;
      -moz-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; }
    .parent.justify-content-flex-start-t,
    .column.justify-content-flex-start-t,
    .row.justify-content-flex-start-t {
      /* @include justify-content(); */
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; }
    .parent.justify-content-flex-end-t,
    .column.justify-content-flex-end-t,
    .row.justify-content-flex-end-t {
      /* @include justify-content(); */
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end; }
    .parent.justify-content-center-t,
    .column.justify-content-center-t,
    .row.justify-content-center-t {
      /* @include justify-content(); */
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
    .parent.justify-content-space-between-t,
    .column.justify-content-space-between-t,
    .row.justify-content-space-between-t {
      /* @include justify-content(); */
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
    .parent.justify-content-space-around-t,
    .column.justify-content-space-around-t,
    .row.justify-content-space-around-t {
      /* @include justify-content(); */
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      justify-content: space-around;
      -ms-flex-pack: space-around; }
    .parent.justify-content-space-evenly-t,
    .column.justify-content-space-evenly-t,
    .row.justify-content-space-evenly-t {
      /* @include justify-content(); */
      -webkit-justify-content: space-evenly;
      -moz-justify-content: space-evenly;
      -ms-justify-content: space-evenly;
      justify-content: space-evenly;
      -ms-flex-pack: space-evenly; }
    .parent.align-items-flex-start-t,
    .column.align-items-flex-start-t,
    .row.align-items-flex-start-t {
      /* @include align-items(); */
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
    .parent.align-items-flex-end-t,
    .column.align-items-flex-end-t,
    .row.align-items-flex-end-t {
      /* @include align-items(); */
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end; }
    .parent.align-items-center-t,
    .column.align-items-center-t,
    .row.align-items-center-t {
      /* @include align-items(); */
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .parent.align-items-baseline-t,
    .column.align-items-baseline-t,
    .row.align-items-baseline-t {
      /* @include align-items(); */
      -webkit-align-items: baseline;
      -moz-align-items: baseline;
      -ms-align-items: baseline;
      align-items: baseline; }
    .parent.align-items-stretch-t,
    .column.align-items-stretch-t,
    .row.align-items-stretch-t {
      /* @include align-items(); */
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch; }
    .parent.align-content-flex-start-t,
    .column.align-content-flex-start-t,
    .row.align-content-flex-start-t {
      /* @include align-content(); */
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-align-content: flex-start;
      align-content: flex-start; }
    .parent.align-content-flex-end-t,
    .column.align-content-flex-end-t,
    .row.align-content-flex-end-t {
      /* @include align-content(); */
      -webkit-align-content: flex-end;
      -moz-align-content: flex-end;
      -ms-align-content: flex-end;
      align-content: flex-end; }
    .parent.align-content-center-r,
    .column.align-content-center-r,
    .row.align-content-center-r {
      /* @include align-content(); */
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-align-content: center;
      align-content: center; }
    .parent.align-content-baseline-t,
    .column.align-content-baseline-t,
    .row.align-content-baseline-t {
      /* @include align-content(); */
      -webkit-align-content: baseline;
      -moz-align-content: baseline;
      -ms-align-content: baseline;
      align-content: baseline; }
    .parent.align-content-stretch-t,
    .column.align-content-stretch-t,
    .row.align-content-stretch-t {
      /* @include align-content(); */
      -webkit-align-content: stretch;
      -moz-align-content: stretch;
      -ms-align-content: stretch;
      align-content: stretch; }

  .hide-t,
  .hide-t-m,
  .hide-t-p,
  .hide-t-p-m,
  .show-m {
    display: none !important; }

  .half, .third, .two-third,
  .three-quarter, .three-fifth,
  .two-fifth, .three-fifth {
    /* @include flex-basis(); */
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .quarter, .fifth {
    /* @include flex-basis(); */
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .sixth {
    /* @include flex-basis(); */
    -webkit-flex-basis: 33.333%;
    -moz-flex-basis: 33.333%;
    -ms-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .eight {
    /* -------- nyolcadok */
    /* @include flex-basis(); */
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .tenth {
    /* -------- nyolcadok */
    /* @include flex-basis(); */
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .twelfth {
    /* -------- nyolcadok */
    /* @include flex-basis(); */
    -webkit-flex-basis: 16.666%;
    -moz-flex-basis: 16.666%;
    -ms-flex-basis: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%; }

  .full, .half, .third, .two-third,
  .three-quarter, .three-fifth,
  .two-fifth, .three-fifth,
  .quarter, .fifth, .sixth,
  .eight, .tenth, .twelfth {
    /* Sizes in tablet view */
    /* END Csak teblet nézetre vonatkozó felosztás */ }
    .full .flex-t,
    .full .flexobject-t, .half .flex-t,
    .half .flexobject-t, .third .flex-t,
    .third .flexobject-t, .two-third .flex-t,
    .two-third .flexobject-t,
    .three-quarter .flex-t,
    .three-quarter .flexobject-t, .three-fifth .flex-t,
    .three-fifth .flexobject-t,
    .two-fifth .flex-t,
    .two-fifth .flexobject-t, .three-fifth .flex-t,
    .three-fifth .flexobject-t,
    .quarter .flex-t,
    .quarter .flexobject-t, .fifth .flex-t,
    .fifth .flexobject-t, .sixth .flex-t,
    .sixth .flexobject-t,
    .eight .flex-t,
    .eight .flexobject-t, .tenth .flex-t,
    .tenth .flexobject-t, .twelfth .flex-t,
    .twelfth .flexobject-t {
      /* @include flex(); */
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .full.full-t, .half.full-t, .third.full-t, .two-third.full-t,
    .three-quarter.full-t, .three-fifth.full-t,
    .two-fifth.full-t, .three-fifth.full-t,
    .quarter.full-t, .fifth.full-t, .sixth.full-t,
    .eight.full-t, .tenth.full-t, .twelfth.full-t {
      /* @include flex-basis(); */
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .full.half-t, .half.half-t, .third.half-t, .two-third.half-t,
    .three-quarter.half-t, .three-fifth.half-t,
    .two-fifth.half-t, .three-fifth.half-t,
    .quarter.half-t, .fifth.half-t, .sixth.half-t,
    .eight.half-t, .tenth.half-t, .twelfth.half-t {
      /* felek */
      /* @include flex-basis(); */
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-basis: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .full.third-t, .half.third-t, .third.third-t, .two-third.third-t,
    .three-quarter.third-t, .three-fifth.third-t,
    .two-fifth.third-t, .three-fifth.third-t,
    .quarter.third-t, .fifth.third-t, .sixth.third-t,
    .eight.third-t, .tenth.third-t, .twelfth.third-t {
      /* harmadok */
      /* @include flex-basis(); */
      -webkit-flex-basis: 33.333%;
      -moz-flex-basis: 33.333%;
      -ms-flex-basis: 33.333%;
      flex-basis: 33.333%;
      max-width: 33.333%; }
    .full.two-third-t, .half.two-third-t, .third.two-third-t, .two-third.two-third-t,
    .three-quarter.two-third-t, .three-fifth.two-third-t,
    .two-fifth.two-third-t, .three-fifth.two-third-t,
    .quarter.two-third-t, .fifth.two-third-t, .sixth.two-third-t,
    .eight.two-third-t, .tenth.two-third-t, .twelfth.two-third-t {
      /* @include flex-basis(); */
      -webkit-flex-basis: 66.666%;
      -moz-flex-basis: 66.666%;
      -ms-flex-basis: 66.666%;
      flex-basis: 66.666%;
      max-width: 66.666%; }
    .full.quarter-t, .half.quarter-t, .third.quarter-t, .two-third.quarter-t,
    .three-quarter.quarter-t, .three-fifth.quarter-t,
    .two-fifth.quarter-t, .three-fifth.quarter-t,
    .quarter.quarter-t, .fifth.quarter-t, .sixth.quarter-t,
    .eight.quarter-t, .tenth.quarter-t, .twelfth.quarter-t {
      /* negyedek */
      /* @include flex-basis(); */
      -webkit-flex-basis: 25%;
      -moz-flex-basis: 25%;
      -ms-flex-basis: 25%;
      flex-basis: 25%;
      max-width: 25%; }
    .full.three-quarter-t, .half.three-quarter-t, .third.three-quarter-t, .two-third.three-quarter-t,
    .three-quarter.three-quarter-t, .three-fifth.three-quarter-t,
    .two-fifth.three-quarter-t, .three-fifth.three-quarter-t,
    .quarter.three-quarter-t, .fifth.three-quarter-t, .sixth.three-quarter-t,
    .eight.three-quarter-t, .tenth.three-quarter-t, .twelfth.three-quarter-t {
      /* @include flex-basis(); */
      -webkit-flex-basis: 75%;
      -moz-flex-basis: 75%;
      -ms-flex-basis: 75%;
      flex-basis: 75%;
      max-width: 75%; }
    .full.fifth-t, .half.fifth-t, .third.fifth-t, .two-third.fifth-t,
    .three-quarter.fifth-t, .three-fifth.fifth-t,
    .two-fifth.fifth-t, .three-fifth.fifth-t,
    .quarter.fifth-t, .fifth.fifth-t, .sixth.fifth-t,
    .eight.fifth-t, .tenth.fifth-t, .twelfth.fifth-t {
      /* ötödök */
      /* @include flex-basis(); */
      -webkit-flex-basis: 20%;
      -moz-flex-basis: 20%;
      -ms-flex-basis: 20%;
      flex-basis: 20%;
      max-width: 20%; }
    .full.two-fifth-t, .half.two-fifth-t, .third.two-fifth-t, .two-third.two-fifth-t,
    .three-quarter.two-fifth-t, .three-fifth.two-fifth-t,
    .two-fifth.two-fifth-t, .three-fifth.two-fifth-t,
    .quarter.two-fifth-t, .fifth.two-fifth-t, .sixth.two-fifth-t,
    .eight.two-fifth-t, .tenth.two-fifth-t, .twelfth.two-fifth-t {
      /* @include flex-basis(); */
      -webkit-flex-basis: 40%;
      -moz-flex-basis: 40%;
      -ms-flex-basis: 40%;
      flex-basis: 40%;
      max-width: 40%; }
    .full.three-fifth-t, .half.three-fifth-t, .third.three-fifth-t, .two-third.three-fifth-t,
    .three-quarter.three-fifth-t, .three-fifth.three-fifth-t,
    .two-fifth.three-fifth-t, .three-fifth.three-fifth-t,
    .quarter.three-fifth-t, .fifth.three-fifth-t, .sixth.three-fifth-t,
    .eight.three-fifth-t, .tenth.three-fifth-t, .twelfth.three-fifth-t {
      /* @include flex-basis(); */
      -webkit-flex-basis: 60%;
      -moz-flex-basis: 60%;
      -ms-flex-basis: 60%;
      flex-basis: 60%;
      max-width: 60%; }
    .full.four-fifth, .half.four-fifth, .third.four-fifth, .two-third.four-fifth,
    .three-quarter.four-fifth, .three-fifth.four-fifth,
    .two-fifth.four-fifth, .three-fifth.four-fifth,
    .quarter.four-fifth, .fifth.four-fifth, .sixth.four-fifth,
    .eight.four-fifth, .tenth.four-fifth, .twelfth.four-fifth {
      /* @include flex-basis(); */
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .full.sixth-t, .half.sixth-t, .third.sixth-t, .two-third.sixth-t,
    .three-quarter.sixth-t, .three-fifth.sixth-t,
    .two-fifth.sixth-t, .three-fifth.sixth-t,
    .quarter.sixth-t, .fifth.sixth-t, .sixth.sixth-t,
    .eight.sixth-t, .tenth.sixth-t, .twelfth.sixth-t {
      /* hatodok */
      /* @include flex-basis(); */
      -webkit-flex-basis: 16.6666%;
      -moz-flex-basis: 16.6666%;
      -ms-flex-basis: 16.6666%;
      flex-basis: 16.6666%;
      max-width: 16.6666%; }
    .full.eight-t, .half.eight-t, .third.eight-t, .two-third.eight-t,
    .three-quarter.eight-t, .three-fifth.eight-t,
    .two-fifth.eight-t, .three-fifth.eight-t,
    .quarter.eight-t, .fifth.eight-t, .sixth.eight-t,
    .eight.eight-t, .tenth.eight-t, .twelfth.eight-t {
      /* -------- nyolcadok */
      /* @include flex-basis(); */
      -webkit-flex-basis: 12.5%;
      -moz-flex-basis: 12.5%;
      -ms-flex-basis: 12.5%;
      flex-basis: 12.5%;
      max-width: 12.5%; }
    .full.tenth-t, .half.tenth-t, .third.tenth-t, .two-third.tenth-t,
    .three-quarter.tenth-t, .three-fifth.tenth-t,
    .two-fifth.tenth-t, .three-fifth.tenth-t,
    .quarter.tenth-t, .fifth.tenth-t, .sixth.tenth-t,
    .eight.tenth-t, .tenth.tenth-t, .twelfth.tenth-t {
      /* -------- nyolcadok */
      /* @include flex-basis(); */
      -webkit-flex-basis: 10%;
      -moz-flex-basis: 10%;
      -ms-flex-basis: 10%;
      flex-basis: 10%;
      max-width: 10%; }
    .full.twelfth-t, .half.twelfth-t, .third.twelfth-t, .two-third.twelfth-t,
    .three-quarter.twelfth-t, .three-fifth.twelfth-t,
    .two-fifth.twelfth-t, .three-fifth.twelfth-t,
    .quarter.twelfth-t, .fifth.twelfth-t, .sixth.twelfth-t,
    .eight.twelfth-t, .tenth.twelfth-t, .twelfth.twelfth-t {
      /* -------- nyolcadok */
      /* @include flex-basis(); */
      -webkit-flex-basis: 8.333%;
      -moz-flex-basis: 8.333%;
      -ms-flex-basis: 8.333%;
      flex-basis: 8.333%;
      max-width: 8.333%; }

  .flex-t,
  .flexobject-t {
    /* @include flex(); */
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .full-t {
    /* @include flex-basis(); */
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .half-t {
    /* felek */
    /* @include flex-basis(); */
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .third-t {
    /* harmadok */
    /* @include flex-basis(); */
    -webkit-flex-basis: 33.333%;
    -moz-flex-basis: 33.333%;
    -ms-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .two-third-t {
    /* @include flex-basis(); */
    -webkit-flex-basis: 66.666%;
    -moz-flex-basis: 66.666%;
    -ms-flex-basis: 66.666%;
    flex-basis: 66.666%;
    max-width: 66.666%; }

  .quarter-t {
    /* negyedek */
    /* @include flex-basis(); */
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .three-quarter-t {
    /* @include flex-basis(); */
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .fifth-t {
    /* ötödök */
    /* @include flex-basis(); */
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .two-fifth-t {
    /* @include flex-basis(); */
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .three-fifth-t {
    /* @include flex-basis(); */
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .sixth-t {
    /* hatodok */
    /* @include flex-basis(); */
    -webkit-flex-basis: 16.6666%;
    -moz-flex-basis: 16.6666%;
    -ms-flex-basis: 16.6666%;
    flex-basis: 16.6666%;
    max-width: 16.6666%; }

  .eight-t {
    /* -------- nyolcadok */
    /* @include flex-basis(); */
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    -ms-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }

  .tenth-t {
    /* -------- nyolcadok */
    /* @include flex-basis(); */
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    -ms-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%; }

  .twelfth-t {
    /* -------- nyolcadok */
    /* @include flex-basis(); */
    -webkit-flex-basis: 8.333%;
    -moz-flex-basis: 8.333%;
    -ms-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }

  /* END Csak teblet nézetre vonatkozó felosztás */
  /* Grow Objects -------- */
  .grow-t,
  .grow-t-1 {
    /* @include flex-grow(); */
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }

  .grow-t-2 {
    /* @include flex-grow(); */
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2; }

  .grow-t-3 {
    /* @include flex-grow(); */
    -webkit-flex-grow: 3;
    -moz-flex-grow: 3;
    -ms-flex-grow: 3;
    flex-grow: 3; }

  .grow-t-4 {
    /* @include flex-grow(); */
    -webkit-flex-grow: 4;
    -moz-flex-grow: 4;
    -ms-flex-grow: 4;
    flex-grow: 4; }

  .grow-t-5 {
    /* @include flex-grow(); */
    -webkit-flex-grow: 5;
    -moz-flex-grow: 5;
    -ms-flex-grow: 5;
    flex-grow: 5; }

  /* Shrink Objects -------- */
  .shrink-t,
  .shrink-t-1 {
    /* @include flex-shrink(); */
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1; }

  .shrink-t-2 {
    /* @include flex-shrink(); */
    -webkit-flex-shrink: 2;
    -moz-flex-shrink: 2;
    -ms-flex-shrink: 2;
    flex-shrink: 2; }

  .shrink-t-3 {
    /* @include flex-shrink(); */
    -webkit-flex-shrink: 3;
    -moz-flex-shrink: 3;
    -ms-flex-shrink: 3;
    flex-shrink: 3; }

  .shrink-t-4 {
    /* @include flex-shrink(); */
    -webkit-flex-shrink: 4;
    -moz-flex-shrink: 4;
    -ms-flex-shrink: 4;
    flex-shrink: 4; }

  .shrink-t-5 {
    /* @include flex-shrink(); */
    -webkit-flex-shrink: 5;
    -moz-flex-shrink: 5;
    -ms-flex-shrink: 5;
    flex-shrink: 5; }

  /* Order Objects -------- */
  .order-minus1-t {
    /* @include order(); */
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .order-1-t {
    /* @include order(); */
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-2-t {
    /* @include order(); */
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-3-t {
    /* @include order(); */
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-4-t {
    /* @include order(); */
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-5-t {
    /* @include order(); */
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-6-t {
    /* @include order(); */
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-7-t {
    /* @include order(); */
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; } }
/* /TABLET VIEW -------- */
/* CONTAINER skeleton ///////////////////////////// */
/*
    CSS PREFIXES ///////////////////////////////////////////////////////////////
*/
/* CSS3 Styles ---------------------------------- */
/* BorderBox ---------------------------------- */
/* border radius ---------------------------*/
/* box shadow ---------------------------*/
/* Transision (Animation) ---------------------------- */
/* Transform ---------------------------- */
/* Transform ---------------------------- */
/* FLEX ------------------------------------ */
/* flex boxes ---------------------------*/
/* flex elements------------------------- */
/*
 GAPS MARGIN VARIABLES ///////////////////////////////////////////////////////////////
*/
/* Main Ratio -----------------*/
/* Vertical */
/* Horizontal */
/* Sizes (xs, s, m, l, xl) -----------------*/
/* extra small */
/* small */
/* medium */
/* large */
/* extra large */
/* Screen Sizes -----------------*/
/*
$phablet-max: 767px;
$phablet-min: 426px;
*/
/*425px;*/
/* PHABLET VIEW -------- */
@media only screen and (max-width: 767px) {
  .parent-columns {
    column-count: 1; }

  .container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px; }

  .full-container {
    padding-right: 12px;
    padding-left: 12px; }

  /* Childrens */
  .parent,
  .column,
  .row {
    /* Kiegészítő igazitás */
    /* Flex-direction */
    /* Flex-wrap */
    /* Justify-content (Horisontal)*/
    /* Align-items (Vertical)*/
    /* Align-content */ }
    .parent.vertical-center-m,
    .column.vertical-center-m,
    .row.vertical-center-m {
      /* @include justify-content(); */
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      /* @include align-content(); */
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-align-content: center;
      align-content: center; }
    .parent.horizontal-center-m,
    .column.horizontal-center-m,
    .row.horizontal-center-m {
      /* @include align-items(); */
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .parent.centered-content-m,
    .column.centered-content-m,
    .row.centered-content-m {
      /* @include align-items(); */
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      /* @include justify-content(); */
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      /* @include align-content(); */
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-align-content: center;
      align-content: center; }
    .parent.flex-direction-row-m,
    .column.flex-direction-row-m,
    .row.flex-direction-row-m {
      /* @include flex-direction(); */
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    .parent.flex-direction-row-reverse-m,
    .column.flex-direction-row-reverse-m,
    .row.flex-direction-row-reverse-m {
      /* @include flex-direction(); */
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .parent.flex-direction-column-m,
    .column.flex-direction-column-m,
    .row.flex-direction-column-m {
      /* @include flex-direction(); */
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .parent.flex-direction-column-reverse-m,
    .column.flex-direction-column-reverse-m,
    .row.flex-direction-column-reverse-m {
      /* @include flex-direction(); */
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .parent.flex-nowrap-m,
    .column.flex-nowrap-m,
    .row.flex-nowrap-m {
      /* @include flex-wrap(); */
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .parent.flex-wrap-m,
    .column.flex-wrap-m,
    .row.flex-wrap-m {
      /* @include flex-wrap(); */
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .parent.flex-wrap-reverse-m,
    .column.flex-wrap-reverse-m,
    .row.flex-wrap-reverse-m {
      /* @include flex-wrap(); */
      -webkit-flex-wrap: wrap-reverse;
      -moz-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; }
    .parent.justify-content-flex-start-m,
    .column.justify-content-flex-start-m,
    .row.justify-content-flex-start-m {
      /* @include justify-content(); */
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; }
    .parent.justify-content-flex-end-m,
    .column.justify-content-flex-end-m,
    .row.justify-content-flex-end-m {
      /* @include justify-content(); */
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end; }
    .parent.justify-content-center-m,
    .column.justify-content-center-m,
    .row.justify-content-center-m {
      /* @include justify-content(); */
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
    .parent.justify-content-space-between-m,
    .column.justify-content-space-between-m,
    .row.justify-content-space-between-m {
      /* @include justify-content(); */
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
    .parent.justify-content-space-around-m,
    .column.justify-content-space-around-m,
    .row.justify-content-space-around-m {
      /* @include justify-content(); */
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      justify-content: space-around;
      -ms-flex-pack: space-around; }
    .parent.justify-content-space-evenly-m,
    .column.justify-content-space-evenly-m,
    .row.justify-content-space-evenly-m {
      /* @include justify-content(); */
      -webkit-justify-content: space-evenly;
      -moz-justify-content: space-evenly;
      -ms-justify-content: space-evenly;
      justify-content: space-evenly;
      -ms-flex-pack: space-evenly; }
    .parent.align-items-flex-start-m,
    .column.align-items-flex-start-m,
    .row.align-items-flex-start-m {
      /* @include align-items(); */
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
    .parent.align-items-flex-end-m,
    .column.align-items-flex-end-m,
    .row.align-items-flex-end-m {
      /* @include align-items(); */
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end; }
    .parent.align-items-center-m,
    .column.align-items-center-m,
    .row.align-items-center-m {
      /* @include align-items(); */
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .parent.align-items-baseline-m,
    .column.align-items-baseline-m,
    .row.align-items-baseline-m {
      /* @include align-items(); */
      -webkit-align-items: baseline;
      -moz-align-items: baseline;
      -ms-align-items: baseline;
      align-items: baseline; }
    .parent.align-items-stretch-m,
    .column.align-items-stretch-m,
    .row.align-items-stretch-m {
      /* @include align-items(); */
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch; }
    .parent.align-content-flex-start-m,
    .column.align-content-flex-start-m,
    .row.align-content-flex-start-m {
      /* @include align-content(); */
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-align-content: flex-start;
      align-content: flex-start; }
    .parent.align-content-flex-end-m,
    .column.align-content-flex-end-m,
    .row.align-content-flex-end-m {
      /* @include align-content(); */
      -webkit-align-content: flex-end;
      -moz-align-content: flex-end;
      -ms-align-content: flex-end;
      align-content: flex-end; }
    .parent.align-content-center-m,
    .column.align-content-center-m,
    .row.align-content-center-m {
      /* @include align-content(); */
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-align-content: center;
      align-content: center; }
    .parent.align-content-baseline-m,
    .column.align-content-baseline-m,
    .row.align-content-baseline-m {
      /* @include align-content(); */
      -webkit-align-content: baseline;
      -moz-align-content: baseline;
      -ms-align-content: baseline;
      align-content: baseline; }
    .parent.align-content-stretch-m,
    .column.align-content-stretch-m,
    .row.align-content-stretch-m {
      /* @include align-content(); */
      -webkit-align-content: stretch;
      -moz-align-content: stretch;
      -ms-align-content: stretch;
      align-content: stretch; }

  .hide-m,
  .hide-t-m,
  .hide-p-m,
  .hide-t-p-m {
    display: none !important; }

  .show-m {
    display: inline-block; }

  .half, .third, .two-third,
  .three-quarter, .three-fifth,
  .two-fifth, .three-fifth,
  .quarter, .fifth {
    /* @include flex-basis(); */
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .sixth, .eight, .tenth {
    /* @include flex-basis(); */
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .twelfth {
    /* -------- nyolcadok */
    /* @include flex-basis(); */
    -webkit-flex-basis: 33.333%;
    -moz-flex-basis: 33.333%;
    -ms-flex-basis: 33.333%;
    flex-basis: 33.333%; }

  .full, .half, .third, .two-third,
  .three-quarter, .three-fifth,
  .two-fifth, .three-fifth,
  .quarter, .fifth, .sixth,
  .eight, .tenth, .twelfth {
    /* Sizes in tablet view */
    /* END Csak teblet nézetre vonatkozó felosztás */ }
    .full .flex-m,
    .full .flexobject-m, .half .flex-m,
    .half .flexobject-m, .third .flex-m,
    .third .flexobject-m, .two-third .flex-m,
    .two-third .flexobject-m,
    .three-quarter .flex-m,
    .three-quarter .flexobject-m, .three-fifth .flex-m,
    .three-fifth .flexobject-m,
    .two-fifth .flex-m,
    .two-fifth .flexobject-m, .three-fifth .flex-m,
    .three-fifth .flexobject-m,
    .quarter .flex-m,
    .quarter .flexobject-m, .fifth .flex-m,
    .fifth .flexobject-m, .sixth .flex-m,
    .sixth .flexobject-m,
    .eight .flex-m,
    .eight .flexobject-m, .tenth .flex-m,
    .tenth .flexobject-m, .twelfth .flex-m,
    .twelfth .flexobject-m {
      /* @include flex(); */
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .full.full-m, .half.full-m, .third.full-m, .two-third.full-m,
    .three-quarter.full-m, .three-fifth.full-m,
    .two-fifth.full-m, .three-fifth.full-m,
    .quarter.full-m, .fifth.full-m, .sixth.full-m,
    .eight.full-m, .tenth.full-m, .twelfth.full-m {
      /* @include flex-basis(); */
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .full.half-m, .half.half-m, .third.half-m, .two-third.half-m,
    .three-quarter.half-m, .three-fifth.half-m,
    .two-fifth.half-m, .three-fifth.half-m,
    .quarter.half-m, .fifth.half-m, .sixth.half-m,
    .eight.half-m, .tenth.half-m, .twelfth.half-m {
      /* felek */
      /* @include flex-basis(); */
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-basis: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .full.third-m, .half.third-m, .third.third-m, .two-third.third-m,
    .three-quarter.third-m, .three-fifth.third-m,
    .two-fifth.third-m, .three-fifth.third-m,
    .quarter.third-m, .fifth.third-m, .sixth.third-m,
    .eight.third-m, .tenth.third-m, .twelfth.third-m {
      /* harmadok */
      /* @include flex-basis(); */
      -webkit-flex-basis: 33.333%;
      -moz-flex-basis: 33.333%;
      -ms-flex-basis: 33.333%;
      flex-basis: 33.333%;
      max-width: 33.333%; }
    .full.two-third-m, .half.two-third-m, .third.two-third-m, .two-third.two-third-m,
    .three-quarter.two-third-m, .three-fifth.two-third-m,
    .two-fifth.two-third-m, .three-fifth.two-third-m,
    .quarter.two-third-m, .fifth.two-third-m, .sixth.two-third-m,
    .eight.two-third-m, .tenth.two-third-m, .twelfth.two-third-m {
      /* @include flex-basis(); */
      -webkit-flex-basis: 66.666%;
      -moz-flex-basis: 66.666%;
      -ms-flex-basis: 66.666%;
      flex-basis: 66.666%;
      max-width: 66.666%; }
    .full.quarter-m, .half.quarter-m, .third.quarter-m, .two-third.quarter-m,
    .three-quarter.quarter-m, .three-fifth.quarter-m,
    .two-fifth.quarter-m, .three-fifth.quarter-m,
    .quarter.quarter-m, .fifth.quarter-m, .sixth.quarter-m,
    .eight.quarter-m, .tenth.quarter-m, .twelfth.quarter-m {
      /* negyedek */
      /* @include flex-basis(); */
      -webkit-flex-basis: 25%;
      -moz-flex-basis: 25%;
      -ms-flex-basis: 25%;
      flex-basis: 25%;
      max-width: 25%; }
    .full.three-quarter-m, .half.three-quarter-m, .third.three-quarter-m, .two-third.three-quarter-m,
    .three-quarter.three-quarter-m, .three-fifth.three-quarter-m,
    .two-fifth.three-quarter-m, .three-fifth.three-quarter-m,
    .quarter.three-quarter-m, .fifth.three-quarter-m, .sixth.three-quarter-m,
    .eight.three-quarter-m, .tenth.three-quarter-m, .twelfth.three-quarter-m {
      /* @include flex-basis(); */
      -webkit-flex-basis: 75%;
      -moz-flex-basis: 75%;
      -ms-flex-basis: 75%;
      flex-basis: 75%;
      max-width: 75%; }
    .full.fifth-m, .half.fifth-m, .third.fifth-m, .two-third.fifth-m,
    .three-quarter.fifth-m, .three-fifth.fifth-m,
    .two-fifth.fifth-m, .three-fifth.fifth-m,
    .quarter.fifth-m, .fifth.fifth-m, .sixth.fifth-m,
    .eight.fifth-m, .tenth.fifth-m, .twelfth.fifth-m {
      /* ötödök */
      /* @include flex-basis(); */
      -webkit-flex-basis: 20%;
      -moz-flex-basis: 20%;
      -ms-flex-basis: 20%;
      flex-basis: 20%;
      max-width: 20%; }
    .full.two-fifth-m, .half.two-fifth-m, .third.two-fifth-m, .two-third.two-fifth-m,
    .three-quarter.two-fifth-m, .three-fifth.two-fifth-m,
    .two-fifth.two-fifth-m, .three-fifth.two-fifth-m,
    .quarter.two-fifth-m, .fifth.two-fifth-m, .sixth.two-fifth-m,
    .eight.two-fifth-m, .tenth.two-fifth-m, .twelfth.two-fifth-m {
      /* @include flex-basis(); */
      -webkit-flex-basis: 40%;
      -moz-flex-basis: 40%;
      -ms-flex-basis: 40%;
      flex-basis: 40%;
      max-width: 40%; }
    .full.three-fifth-m, .half.three-fifth-m, .third.three-fifth-m, .two-third.three-fifth-m,
    .three-quarter.three-fifth-m, .three-fifth.three-fifth-m,
    .two-fifth.three-fifth-m, .three-fifth.three-fifth-m,
    .quarter.three-fifth-m, .fifth.three-fifth-m, .sixth.three-fifth-m,
    .eight.three-fifth-m, .tenth.three-fifth-m, .twelfth.three-fifth-m {
      /* @include flex-basis(); */
      -webkit-flex-basis: 60%;
      -moz-flex-basis: 60%;
      -ms-flex-basis: 60%;
      flex-basis: 60%;
      max-width: 60%; }
    .full.four-fifth, .half.four-fifth, .third.four-fifth, .two-third.four-fifth,
    .three-quarter.four-fifth, .three-fifth.four-fifth,
    .two-fifth.four-fifth, .three-fifth.four-fifth,
    .quarter.four-fifth, .fifth.four-fifth, .sixth.four-fifth,
    .eight.four-fifth, .tenth.four-fifth, .twelfth.four-fifth {
      /* @include flex-basis(); */
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%; }
    .full.sixth-m, .half.sixth-m, .third.sixth-m, .two-third.sixth-m,
    .three-quarter.sixth-m, .three-fifth.sixth-m,
    .two-fifth.sixth-m, .three-fifth.sixth-m,
    .quarter.sixth-m, .fifth.sixth-m, .sixth.sixth-m,
    .eight.sixth-m, .tenth.sixth-m, .twelfth.sixth-m {
      /* hatodok */
      /* @include flex-basis(); */
      -webkit-flex-basis: 16.6666%;
      -moz-flex-basis: 16.6666%;
      -ms-flex-basis: 16.6666%;
      flex-basis: 16.6666%;
      max-width: 16.6666%; }
    .full.eight-m, .half.eight-m, .third.eight-m, .two-third.eight-m,
    .three-quarter.eight-m, .three-fifth.eight-m,
    .two-fifth.eight-m, .three-fifth.eight-m,
    .quarter.eight-m, .fifth.eight-m, .sixth.eight-m,
    .eight.eight-m, .tenth.eight-m, .twelfth.eight-m {
      /* -------- nyolcadok */
      /* @include flex-basis(); */
      -webkit-flex-basis: 12.5%;
      -moz-flex-basis: 12.5%;
      -ms-flex-basis: 12.5%;
      flex-basis: 12.5%;
      max-width: 12.5%; }
    .full.tenth-m, .half.tenth-m, .third.tenth-m, .two-third.tenth-m,
    .three-quarter.tenth-m, .three-fifth.tenth-m,
    .two-fifth.tenth-m, .three-fifth.tenth-m,
    .quarter.tenth-m, .fifth.tenth-m, .sixth.tenth-m,
    .eight.tenth-m, .tenth.tenth-m, .twelfth.tenth-m {
      /* -------- nyolcadok */
      /* @include flex-basis(); */
      -webkit-flex-basis: 10%;
      -moz-flex-basis: 10%;
      -ms-flex-basis: 10%;
      flex-basis: 10%;
      max-width: 10%; }
    .full.twelfth-m, .half.twelfth-m, .third.twelfth-m, .two-third.twelfth-m,
    .three-quarter.twelfth-m, .three-fifth.twelfth-m,
    .two-fifth.twelfth-m, .three-fifth.twelfth-m,
    .quarter.twelfth-m, .fifth.twelfth-m, .sixth.twelfth-m,
    .eight.twelfth-m, .tenth.twelfth-m, .twelfth.twelfth-m {
      /* -------- nyolcadok */
      /* @include flex-basis(); */
      -webkit-flex-basis: 8.333%;
      -moz-flex-basis: 8.333%;
      -ms-flex-basis: 8.333%;
      flex-basis: 8.333%;
      max-width: 8.333%; }

  .flex-m,
  .flexobject-m {
    /* @include flex(); */
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .full-m {
    /* @include flex-basis(); */
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }

  .half-m {
    /* felek */
    /* @include flex-basis(); */
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%; }

  .third-m {
    /* harmadok */
    /* @include flex-basis(); */
    -webkit-flex-basis: 33.333%;
    -moz-flex-basis: 33.333%;
    -ms-flex-basis: 33.333%;
    flex-basis: 33.333%; }

  .two-third-m {
    /* @include flex-basis(); */
    -webkit-flex-basis: 66.666%;
    -moz-flex-basis: 66.666%;
    -ms-flex-basis: 66.666%;
    flex-basis: 66.666%; }

  .quarter-m {
    /* negyedek */
    /* @include flex-basis(); */
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%; }

  .three-quarter-m {
    /* @include flex-basis(); */
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%; }

  .fifth-m {
    /* ötödök */
    /* @include flex-basis(); */
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-basis: 20%;
    flex-basis: 20%; }

  .two-fifth-m {
    /* @include flex-basis(); */
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-basis: 40%;
    flex-basis: 40%; }

  .three-fifth-m {
    /* @include flex-basis(); */
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-basis: 60%;
    flex-basis: 60%; }

  .sixth-m {
    /* hatodok */
    /* @include flex-basis(); */
    -webkit-flex-basis: 16.6666%;
    -moz-flex-basis: 16.6666%;
    -ms-flex-basis: 16.6666%;
    flex-basis: 16.6666%; }

  .eight-m {
    /* -------- nyolcadok */
    /* @include flex-basis(); */
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    -ms-flex-basis: 12.5%;
    flex-basis: 12.5%; }

  .tenth-m {
    /* -------- nyolcadok */
    /* @include flex-basis(); */
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    -ms-flex-basis: 10%;
    flex-basis: 10%; }

  .twelfth-m {
    /* -------- nyolcadok */
    /* @include flex-basis(); */
    -webkit-flex-basis: 8.333%;
    -moz-flex-basis: 8.333%;
    -ms-flex-basis: 8.333%;
    flex-basis: 8.333%; }

  /* END Csak teblet nézetre vonatkozó felosztás */
  /* Grow Objects -------- */
  .grow-m,
  .grow-m-1 {
    /* @include flex-grow(); */
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }

  .grow-m-2 {
    /* @include flex-grow(); */
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2; }

  .grow-m-3 {
    /* @include flex-grow(); */
    -webkit-flex-grow: 3;
    -moz-flex-grow: 3;
    -ms-flex-grow: 3;
    flex-grow: 3; }

  .grow-m-4 {
    /* @include flex-grow(); */
    -webkit-flex-grow: 4;
    -moz-flex-grow: 4;
    -ms-flex-grow: 4;
    flex-grow: 4; }

  .grow-m-5 {
    /* @include flex-grow(); */
    -webkit-flex-grow: 5;
    -moz-flex-grow: 5;
    -ms-flex-grow: 5;
    flex-grow: 5; }

  /* Shrink Objects -------- */
  .shrink,
  .shrink-m-1 {
    /* @include flex-shrink(); */
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1; }

  .shrink-m-2 {
    /* @include flex-shrink(); */
    -webkit-flex-shrink: 2;
    -moz-flex-shrink: 2;
    -ms-flex-shrink: 2;
    flex-shrink: 2; }

  .shrink-m-3 {
    /* @include flex-shrink(); */
    -webkit-flex-shrink: 3;
    -moz-flex-shrink: 3;
    -ms-flex-shrink: 3;
    flex-shrink: 3; }

  .shrink-m-4 {
    /* @include flex-shrink(); */
    -webkit-flex-shrink: 4;
    -moz-flex-shrink: 4;
    -ms-flex-shrink: 4;
    flex-shrink: 4; }

  .shrink-m-5 {
    /* @include flex-shrink(); */
    -webkit-flex-shrink: 5;
    -moz-flex-shrink: 5;
    -ms-flex-shrink: 5;
    flex-shrink: 5; }

  /* Order Objects -------- */
  .order-minus1-m {
    /* @include order(); */
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .order-1-m {
    /* @include order(); */
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-2-m {
    /* @include order(); */
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-3-m {
    /* @include order(); */
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-4-m {
    /* @include order(); */
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-5-m {
    /* @include order(); */
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-6-m {
    /* @include order(); */
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-7-m {
    /* @include order(); */
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; } }
/* /MOBILES VIEW -------- */
/* PHABLET Landscape VIEW -------- */
@media only screen and (orientation: landscape) and (max-width: 767px) {
  .full .half-ml, .half .half-ml, .third .half-ml, .two-third .half-ml,
  .three-quarter .half-ml, .three-fifth .half-ml,
  .two-fifth .half-ml, .three-fifth .half-ml,
  .quarter .half-ml, .fifth .half-ml, .sixth .half-ml,
  .eight .half-ml, .tenth .half-ml, .twelfth .half-ml {
    /* @include flex-basis(); */
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%; }
  .full .third-ml, .half .third-ml, .third .third-ml, .two-third .third-ml,
  .three-quarter .third-ml, .three-fifth .third-ml,
  .two-fifth .third-ml, .three-fifth .third-ml,
  .quarter .third-ml, .fifth .third-ml, .sixth .third-ml,
  .eight .third-ml, .tenth .third-ml, .twelfth .third-ml {
    /* @include flex-basis(); */
    -webkit-flex-basis: 33.333%;
    -moz-flex-basis: 33.333%;
    -ms-flex-basis: 33.333%;
    flex-basis: 33.333%; } }
.w20 {
  width: 20px; }

.w25 {
  width: 25px; }

.w30 {
  width: 30px; }

.w35 {
  width: 35px; }

.w40 {
  width: 40px; }

.w45 {
  width: 45px; }

.w50 {
  width: 50px; }

.w55 {
  width: 55px; }

.w60 {
  width: 60px; }

.w65 {
  width: 65px; }

.w70 {
  width: 70px; }

.w75 {
  width: 75px; }

.w80 {
  width: 80px; }

.w85 {
  width: 85px; }

.w90 {
  width: 90px; }

.w95 {
  width: 95px; }

.w100 {
  width: 100px; }

.w105 {
  width: 105px; }

.w110 {
  width: 110px; }

.w115 {
  width: 115px; }

.w120 {
  width: 120px; }

.w125 {
  width: 125px; }

.w130 {
  width: 130px; }

.w135 {
  width: 135px; }

.w140 {
  width: 140px; }

.w145 {
  width: 145px; }

.w150 {
  width: 150px; }

.w155 {
  width: 155px; }

.w160 {
  width: 160px; }

.w165 {
  width: 165px; }

.w170 {
  width: 170px; }

.w175 {
  width: 175px; }

.w180 {
  width: 180px; }

.w185 {
  width: 185px; }

.w190 {
  width: 190px; }

.w195 {
  width: 195px; }

.w200 {
  width: 200px; }

.w205 {
  width: 205px; }

.w210 {
  width: 210px; }

.w215 {
  width: 215px; }

.w220 {
  width: 220px; }

.w225 {
  width: 225px; }

.w230 {
  width: 230px; }

.w235 {
  width: 235px; }

.w240 {
  width: 240px; }

.w245 {
  width: 245px; }

.w250 {
  width: 250px; }

.w255 {
  width: 255px; }

.w260 {
  width: 260px; }

.w265 {
  width: 265px; }

.w270 {
  width: 270px; }

.w275 {
  width: 275px; }

.w280 {
  width: 280px; }

.w285 {
  width: 285px; }

.w290 {
  width: 290px; }

.w295 {
  width: 295px; }

.w300 {
  width: 300px; }

.w305 {
  width: 305px; }

.w310 {
  width: 310px; }

.w315 {
  width: 315px; }

.w320 {
  width: 320px; }

.w325 {
  width: 325px; }

.w330 {
  width: 330px; }

.w335 {
  width: 335px; }

.w340 {
  width: 340px; }

.w345 {
  width: 345px; }

.w350 {
  width: 350px; }

.w355 {
  width: 355px; }

.w360 {
  width: 360px; }

.w365 {
  width: 365px; }

.w370 {
  width: 370px; }

.w375 {
  width: 375px; }

.w380 {
  width: 380px; }

.w385 {
  width: 385px; }

.w390 {
  width: 390px; }

.w395 {
  width: 395px; }

.w400 {
  width: 400px; }

.w405 {
  width: 405px; }

.w410 {
  width: 410px; }

.w415 {
  width: 415px; }

.w420 {
  width: 420px; }

.w425 {
  width: 425px; }

.w430 {
  width: 430px; }

.w435 {
  width: 435px; }

.w440 {
  width: 440px; }

.w445 {
  width: 445px; }

.w450 {
  width: 450px; }

.w455 {
  width: 455px; }

.w460 {
  width: 460px; }

.mw20 {
  min-width: 20px; }

.mw25 {
  min-width: 25px; }

.mw30 {
  min-width: 30px; }

.mw35 {
  min-width: 35px; }

.mw40 {
  min-width: 40px; }

.mw45 {
  min-width: 45px; }

.mw50 {
  min-width: 50px; }

.mw55 {
  min-width: 55px; }

.mw60 {
  min-width: 60px; }

.mw65 {
  min-width: 65px; }

.mw70 {
  min-width: 70px; }

.mw75 {
  min-width: 75px; }

.mw80 {
  min-width: 80px; }

.mw85 {
  min-width: 85px; }

.mw90 {
  min-width: 90px; }

.mw95 {
  min-width: 95px; }

.mw100 {
  min-width: 100px; }

.mw105 {
  min-width: 105px; }

.mw110 {
  min-width: 110px; }

.mw115 {
  min-width: 115px; }

.mw120 {
  min-width: 120px; }

.mw125 {
  min-width: 125px; }

.mw130 {
  min-width: 130px; }

.mw135 {
  min-width: 135px; }

.mw140 {
  min-width: 140px; }

.mw145 {
  min-width: 145px; }

.mw150 {
  min-width: 150px; }

.mw155 {
  min-width: 155px; }

.mw160 {
  min-width: 160px; }

.mw165 {
  min-width: 165px; }

.mw170 {
  min-width: 170px; }

.mw175 {
  min-width: 175px; }

.mw180 {
  min-width: 180px; }

.mw185 {
  min-width: 185px; }

.mw190 {
  min-width: 190px; }

.mw195 {
  min-width: 195px; }

.mw200 {
  min-width: 200px; }

.mw205 {
  min-width: 205px; }

.mw210 {
  min-width: 210px; }

.mw215 {
  min-width: 215px; }

.mw220 {
  min-width: 220px; }

.mw225 {
  min-width: 225px; }

.mw230 {
  min-width: 230px; }

.mw235 {
  min-width: 235px; }

.mw240 {
  min-width: 240px; }

.mw245 {
  min-width: 245px; }

.mw250 {
  min-width: 250px; }

.mw255 {
  min-width: 255px; }

.mw260 {
  min-width: 260px; }

.mw265 {
  min-width: 265px; }

.mw270 {
  min-width: 270px; }

.mw275 {
  min-width: 275px; }

.mw280 {
  min-width: 280px; }

.mw285 {
  min-width: 285px; }

.mw290 {
  min-width: 290px; }

.mw295 {
  min-width: 295px; }

.mw300 {
  min-width: 300px; }

.mw305 {
  min-width: 305px; }

.mw310 {
  min-width: 310px; }

.mw315 {
  min-width: 315px; }

.mw320 {
  min-width: 320px; }

.mw325 {
  min-width: 325px; }

.mw330 {
  min-width: 330px; }

.mw335 {
  min-width: 335px; }

.mw340 {
  min-width: 340px; }

.mw345 {
  min-width: 345px; }

.mw350 {
  min-width: 350px; }

.mw355 {
  min-width: 355px; }

.mw360 {
  min-width: 360px; }

.mw365 {
  min-width: 365px; }

.mw370 {
  min-width: 370px; }

.mw375 {
  min-width: 375px; }

.mw380 {
  min-width: 380px; }

.mw385 {
  min-width: 385px; }

.mw390 {
  min-width: 390px; }

.mw395 {
  min-width: 395px; }

.mw400 {
  min-width: 400px; }

.mw405 {
  min-width: 405px; }

.mw410 {
  min-width: 410px; }

.mw415 {
  min-width: 415px; }

.mw420 {
  min-width: 420px; }

.mw425 {
  min-width: 425px; }

.mw430 {
  min-width: 430px; }

.mw435 {
  min-width: 435px; }

.mw440 {
  min-width: 440px; }

.mw445 {
  min-width: 445px; }

.mw450 {
  min-width: 450px; }

.mw455 {
  min-width: 455px; }

.mw460 {
  min-width: 460px; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .w5-t {
    width: 5px; }

  .w10-t {
    width: 10px; }

  .w15-t {
    width: 15px; }

  .w20-t {
    width: 20px; }

  .w25-t {
    width: 25px; }

  .w30-t {
    width: 30px; }

  .w35-t {
    width: 35px; }

  .w40-t {
    width: 40px; }

  .w45-t {
    width: 45px; }

  .w50-t {
    width: 50px; }

  .w55-t {
    width: 55px; }

  .w60-t {
    width: 60px; }

  .w65-t {
    width: 65px; }

  .w70-t {
    width: 70px; }

  .w75-t {
    width: 75px; }

  .w80-t {
    width: 80px; }

  .w85-t {
    width: 85px; }

  .w90-t {
    width: 90px; }

  .w95-t {
    width: 95px; }

  .w100-t {
    width: 100px; }

  .w105-t {
    width: 105px; }

  .w110-t {
    width: 110px; }

  .w115-t {
    width: 115px; }

  .w120-t {
    width: 120px; }

  .w125-t {
    width: 125px; }

  .w130-t {
    width: 130px; }

  .w135-t {
    width: 135px; }

  .w140-t {
    width: 140px; }

  .w145-t {
    width: 145px; }

  .w150-t {
    width: 150px; }

  .w155-t {
    width: 155px; }

  .w160-t {
    width: 160px; }

  .w165-t {
    width: 165px; }

  .w170-t {
    width: 170px; }

  .w175-t {
    width: 175px; }

  .w180-t {
    width: 180px; }

  .w185-t {
    width: 185px; }

  .w190-t {
    width: 190px; }

  .w195-t {
    width: 195px; }

  .w200-t {
    width: 200px; }

  .w205-t {
    width: 205px; }

  .w210-t {
    width: 210px; }

  .w215-t {
    width: 215px; }

  .w220-t {
    width: 220px; }

  .w225-t {
    width: 225px; }

  .w230-t {
    width: 230px; }

  .w235-t {
    width: 235px; }

  .w240-t {
    width: 240px; }

  .w245-t {
    width: 245px; }

  .w250-t {
    width: 250px; }

  .w255-t {
    width: 255px; }

  .w260-t {
    width: 260px; }

  .w265-t {
    width: 265px; }

  .w270-t {
    width: 270px; }

  .w275-t {
    width: 275px; }

  .w280-t {
    width: 280px; }

  .w285-t {
    width: 285px; }

  .w290-t {
    width: 290px; }

  .w295-t {
    width: 295px; }

  .w300-t {
    width: 300px; }

  .w305-t {
    width: 305px; }

  .w310-t {
    width: 310px; }

  .w315-t {
    width: 315px; }

  .w320-t {
    width: 320px; }

  .w325-t {
    width: 325px; }

  .w330-t {
    width: 330px; }

  .w335-t {
    width: 335px; }

  .w340-t {
    width: 340px; }

  .w345-t {
    width: 345px; }

  .w350-t {
    width: 350px; }

  .w355-t {
    width: 355px; }

  .w360-t {
    width: 360px; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  .w30-m {
    width: 30px; }

  .w35-m {
    width: 35px; }

  .w40-m {
    width: 40px; }

  .w45-m {
    width: 45px; }

  .w50-m {
    width: 50px; }

  .w55-m {
    width: 55px; }

  .w60-m {
    width: 60px; }

  .w65-m {
    width: 65px; }

  .w70-m {
    width: 70px; }

  .w75-m {
    width: 75px; }

  .w80-m {
    width: 80px; }

  .w85-m {
    width: 85px; }

  .w90-m {
    width: 90px; }

  .w95-m {
    width: 95px; }

  .w100-m {
    width: 100px; }

  .w105-m {
    width: 105px; }

  .w110-m {
    width: 110px; }

  .w115-m {
    width: 115px; }

  .w120-m {
    width: 120px; }

  .w125-m {
    width: 125px; }

  .w130-m {
    width: 130px; }

  .w135-m {
    width: 135px; }

  .w140-m {
    width: 140px; }

  .w145-m {
    width: 145px; }

  .w150-m-m {
    width: 150px; }

  .w155-m {
    width: 155px; }

  .w160-m {
    width: 160px; }

  .w165-m {
    width: 165px; }

  .w170-m {
    width: 170px; }

  .w175-m {
    width: 175px; }

  .w180-m {
    width: 180px; }

  .w185-m {
    width: 185px; }

  .w190-m {
    width: 190px; }

  .w195-m {
    width: 195px; }

  .w200-m {
    width: 200px; }

  .w205-m {
    width: 205px; }

  .w210-m {
    width: 210px; }

  .w215-m {
    width: 215px; }

  .w220-m {
    width: 220px; }

  .w225-m {
    width: 225px; }

  .w230-m {
    width: 230px; }

  .w235-m {
    width: 235px; }

  .w240-m {
    width: 240px; }

  .w245-m {
    width: 245px; }

  .w250-m {
    width: 250px; }

  .w255-m {
    width: 255px; }

  .w260-m {
    width: 260px; }

  .w265-m {
    width: 265px; }

  .w270-m {
    width: 270px; }

  .w275-m {
    width: 275px; }

  .w280-m {
    width: 280px; }

  .w285-m {
    width: 285px; }

  .w290-m {
    width: 290px; }

  .w295-m {
    width: 295px; }

  .w300-m {
    width: 300px; }

  .w305-m {
    width: 305px; }

  .w310-m {
    width: 310px; }

  .w315-m {
    width: 315px; }

  .w320-m {
    width: 320px; }

  .w325-m {
    width: 325px; }

  .w330-m {
    width: 330px; }

  .w335-m {
    width: 335px; }

  .w340-m {
    width: 340px; }

  .w345-m {
    width: 345px; }

  .w350-m {
    width: 350px; }

  .w355-m {
    width: 355px; }

  .w360-m {
    width: 360px; }

  /* /MOBILE VIEW END --------*/ }
/*
Layout ------------------------------------
*/
.pageContent-fullheight {
  height: calc( 100vh - 100px ); }

/* MOBILE VIEW */
@media only screen and (max-width: 767px) {
  .ancestor.mobile-full-size {
    padding: 0 !important; }

  /* MOBILE VIEW END --------*/ }
/* Theme ----------------------------- */
/*
//////////////////////////////////////////////////////////////////////////////////////
 Theme Collector ////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
*/
/*
/////////////////////////////////////////////////////////////////////////////////////
 SITE Collector ////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////
*/
/* Footer -------------*/
/*////////////////////////////////////
/// THEME COLORS /////////////////////
/////////////////////////////////// */
/*
    CSS PREFIXES ///////////////////////////////////////////////////////////////
*/
/* CSS3 Styles ---------------------------------- */
/* BorderBox ---------------------------------- */
/* border radius ---------------------------*/
/* box shadow ---------------------------*/
/* Transision (Animation) ---------------------------- */
/* Transform ---------------------------- */
/* Transform ---------------------------- */
/* FLEX ------------------------------------ */
/* flex boxes ---------------------------*/
/* flex elements------------------------- */
/* The mian color ---------------------------------------- */
/* Main */
/*  Main Color Light Background */
/* Secondary */
/* orange ---------------------*/
/* Background */
/* DOC ---------------------*/
/* Background */
/* Project ---------------------*/
/* Background */
/* Green -----*/
/* Background */
/* Black And White --------------------------------------- */
/* Greys ------------------------------------------------- */
/* Mostly Used*/
/* Other Colors ------------------------------------------ */
/* Red -----*/
/* Yellow -----*/
/* Green -----*/
/* Border ------------------------------------------ */
/* SHADOWS --------------------------*/
/* Small Shadow */
/* Purple -----*/
/* Fonts ----------------------*/
.footer-style {
  background-color: #1888d2;
  color: #fefefe;
  font-size: 12px; }
  .footer-style a {
    color: #fefefe; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .footer-style {
    margin-top: 46px;
    opacity: 0; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  .footer-style {
    margin-top: 36px;
    opacity: 0; }

  /* TABLET VIEW END --------*/ }
/* Header -------------*/
/*////////////////////////////////////
/// THEME COLORS /////////////////////
/////////////////////////////////// */
/*
    CSS PREFIXES ///////////////////////////////////////////////////////////////
*/
/* CSS3 Styles ---------------------------------- */
/* BorderBox ---------------------------------- */
/* border radius ---------------------------*/
/* box shadow ---------------------------*/
/* Transision (Animation) ---------------------------- */
/* Transform ---------------------------- */
/* Transform ---------------------------- */
/* FLEX ------------------------------------ */
/* flex boxes ---------------------------*/
/* flex elements------------------------- */
/* The mian color ---------------------------------------- */
/* Main */
/*  Main Color Light Background */
/* Secondary */
/* orange ---------------------*/
/* Background */
/* DOC ---------------------*/
/* Background */
/* Project ---------------------*/
/* Background */
/* Green -----*/
/* Background */
/* Black And White --------------------------------------- */
/* Greys ------------------------------------------------- */
/* Mostly Used*/
/* Other Colors ------------------------------------------ */
/* Red -----*/
/* Yellow -----*/
/* Green -----*/
/* Border ------------------------------------------ */
/* SHADOWS --------------------------*/
/* Small Shadow */
/* Purple -----*/
/* Fonts ----------------------*/
#user-alert .user-nav-button {
  font-size: 18px;
  position: relative; }
  #user-alert .user-nav-button #alert-number {
    position: absolute;
    top: 3px;
    right: 3px;
    background-color: #ee5050;
    color: #fefefe;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    border-radius: 8px;
    display: inline-block;
    height: 16px;
    min-width: 16px;
    text-align: center;
    width: auto;
    padding-left: 4px;
    padding-right: 4px; }
    #user-alert .user-nav-button #alert-number:empty {
      display: none; }

#window-alert-list .alert-date,
#alert-container .alert-date {
  display: none; }

.alert-container {
  width: 355px; }
  .alert-container.fullSize {
    width: 100%;
    height: 100%; }
    .alert-container.fullSize .alert-container-inner {
      max-height: 100%;
      heigth: 100%; }
  .alert-container.fullscreen-style .alert-list .alert-list-listelement .alert-list-listelement-inner {
    padding: 8px; }
    .alert-container.fullscreen-style .alert-list .alert-list-listelement .alert-list-listelement-inner .alert-circle {
      height: 44px;
      width: 44px;
      margin-right: 12px; }
      .alert-container.fullscreen-style .alert-list .alert-list-listelement .alert-list-listelement-inner .alert-circle i {
        line-height: 44px;
        font-size: 24px; }
    .alert-container.fullscreen-style .alert-list .alert-list-listelement .alert-list-listelement-inner .alert-text .alert-title {
      margin-bottom: 3px;
      font-size: 16px; }
    .alert-container.fullscreen-style .alert-list .alert-list-listelement .alert-list-listelement-inner .alert-text .alert-subtitle {
      font-size: 14px; }
  .alert-container.window-width {
    width: 100%; }
  .alert-container .alert-container-inner {
    width: 100%;
    max-height: 400px; }
    .alert-container .alert-container-inner .alert-container-frame {
      overflow: auto;
      overflow-x: hidden; }
  .alert-container .alert-list .alert-list-listelement {
    border-bottom: 1px solid #b5b5b5;
    background-color: #fefefe; }
    .alert-container .alert-list .alert-list-listelement:hover {
      background-color: #F2F2F2; }
    .alert-container .alert-list .alert-list-listelement.viewed {
      background-color: #e2ebf1 !important; }
      .alert-container .alert-list .alert-list-listelement.viewed:hover {
        background-color: #D7E3EB !important; }
    .alert-container .alert-list .alert-list-listelement .alert-link {
      cursor: pointer; }
    .alert-container .alert-list .alert-list-listelement .alert-list-listelement-inner {
      padding: 6px; }
      .alert-container .alert-list .alert-list-listelement .alert-list-listelement-inner .alert-circle {
        height: 28px;
        width: 28px;
        background-color: #b5b5b5;
        border-radius: 50%;
        margin-right: 6px; }
        .alert-container .alert-list .alert-list-listelement .alert-list-listelement-inner .alert-circle i {
          line-height: 28px;
          width: 100%;
          text-align: center;
          color: #fefefe;
          font-size: 16px; }
      .alert-container .alert-list .alert-list-listelement .alert-list-listelement-inner .alert-text .alert-title {
        font-weight: bold;
        font-size: 14px; }
      .alert-container .alert-list .alert-list-listelement .alert-list-listelement-inner .alert-text .alert-subtitle {
        font-size: 13px; }
    .alert-container .alert-list .alert-list-listelement:last-child {
      border-bottom: 0; }
    .alert-container .alert-list .alert-list-listelement .emptyList span {
      font-weight: bold;
      width: 100%;
      text-align: center;
      line-height: 80px; }
    .alert-container .alert-list .alert-list-listelement .emptyList:hover {
      background-color: #fefefe; }
  .alert-container .allAlertButton {
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-top: 1px solid #b5b5b5;
    cursor: pointer;
    display: inline-block;
    width: 100%; }
    .alert-container .allAlertButton:hover {
      background-color: #1888d2;
      color: #fefefe; }

#user-lang .lang-flag {
  width: 18px;
  height: 12px;
  border: 1px solid #b5b5b5;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: -2px; }

/* HEADER STYLE 1 ----------- */
.loginheader-style,
.header-style {
  background-color: #1888d2;
  height: 36px; }
  .loginheader-style .logo,
  .header-style .logo {
    font-size: 26px;
    font-family: 'Audiowide', sans-serif;
    line-height: 18px;
    height: 36px;
    font-weight: bold;
    padding: 9px 12px 9px 0;
    color: #fefefe;
    text-shadow: 0 0 4px #00628D; }
    .loginheader-style .logo a,
    .header-style .logo a {
      color: #fefefe; }
    .loginheader-style .logo .edition,
    .header-style .logo .edition {
      font-size: 17px; }
  .loginheader-style .main-nav .menu-icon,
  .header-style .main-nav .menu-icon {
    display: none; }
  .loginheader-style .main-nav .mobile-nav-list,
  .header-style .main-nav .mobile-nav-list {
    display: none; }
  .loginheader-style .main-nav .main-nav-list .main-nav-listelement,
  .header-style .main-nav .main-nav-list .main-nav-listelement {
    position: relative;
                /*
                &.main-nav-listelement-error{
                    
                    .main-nav-listelement-title{
                        color: #efb327;
                        
                        &:hover{
                            background-color: $theme-color-main-light;
                            color: #efb327;
                        }
                        &.active{
                            background-color: $theme-color-secondary;

                            &:hover{
                                background-color: $theme-color-secondary-light;

                                &:before{
                                    color: $theme-color-secondary-light;
                                }
                            }
                        }
                    }
                }
                */ }
    .loginheader-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link,
    .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link {
      font-weight: bold;
      display: block;
      padding: 9px 12px;
      line-height: 18px;
      color: #fefefe;
      height: 36px;
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      .loginheader-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link:hover,
      .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link:hover {
        background-color: #58a8dc;
        color: #fefefe; }
      .loginheader-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link.active,
      .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link.active {
        background-color: #00628D;
        position: relative;
        /*
        &:before{
            position: absolute;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 10px solid;
            color: $theme-color-secondary;
            @include box-sizing(border-box);
            margin: -8px;
            bottom: -10px;
            left: 50%;
            content: "";
            display: block;
            width: 16px;
            height: 20px;
        }
        */ }
        .loginheader-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link.active:hover,
        .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link.active:hover {
          background-color: #0d75a2; }
          .loginheader-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link.active:hover:before,
          .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link.active:hover:before {
            color: #0d75a2; }
    .loginheader-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list,
    .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list {
      z-index: 2000;
      display: none;
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      width: 250px;
      background-color: #fefefe;
      border: 1px solid #b5b5b5;
      position: absolute;
      top: 36px;
      left: 0; }
      .loginheader-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement,
      .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement {
        position: relative; }
        .loginheader-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link,
        .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link {
          font-weight: bold;
          display: block;
          padding: 9px 12px;
          line-height: 18px;
          color: #333333;
          height: auto;
          /* @include box-sizing(); */
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box; }
          .loginheader-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link:hover,
          .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link:hover {
            color: #fefefe;
            background-color: #58a8dc; }
          .loginheader-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link.active,
          .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link.active {
            background-color: #e2ebf1;
            position: relative; }
            .loginheader-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link.active:hover,
            .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link.active:hover {
              background-color: #58a8dc; }
        .loginheader-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-subsubmenu-list,
        .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-subsubmenu-list {
          z-index: 9999;
          display: none;
          /* @include box-sizing(); */
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          width: 250px;
          background-color: #fefefe;
          border: 1px solid #b5b5b5;
          position: absolute;
          left: 100%;
          top: 0; }
        .loginheader-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement:hover .main-nav-subsubmenu-list,
        .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement:hover .main-nav-subsubmenu-list {
          display: block; }
    .loginheader-style .main-nav .main-nav-list .main-nav-listelement:hover .main-nav-submenu-list,
    .header-style .main-nav .main-nav-list .main-nav-listelement:hover .main-nav-submenu-list {
      display: block; }
    .loginheader-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-icon,
    .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-icon {
      display: none; }
  .loginheader-style .main-nav .main-nav-list #more-menu,
  .header-style .main-nav .main-nav-list #more-menu {
    background-color: #58a8dc;
    color: #fefefe;
    padding: 0 12px;
    line-height: 36px;
    background-color: #1888d2; }
    .loginheader-style .main-nav .main-nav-list #more-menu .main-nav-submenu-list,
    .header-style .main-nav .main-nav-list #more-menu .main-nav-submenu-list {
      display: none;
      position: absolute;
      left: 0;
      top: 36px; }
      .loginheader-style .main-nav .main-nav-list #more-menu .main-nav-submenu-list .main-nav-listelement,
      .header-style .main-nav .main-nav-list #more-menu .main-nav-submenu-list .main-nav-listelement {
        background-color: #fefefe; }
        .loginheader-style .main-nav .main-nav-list #more-menu .main-nav-submenu-list .main-nav-listelement .main-nav-listelement-link .main-nav-listelement-title-container .main-nav-listelement-title,
        .header-style .main-nav .main-nav-list #more-menu .main-nav-submenu-list .main-nav-listelement .main-nav-listelement-link .main-nav-listelement-title-container .main-nav-listelement-title {
          color: #1888d2; }
        .loginheader-style .main-nav .main-nav-list #more-menu .main-nav-submenu-list .main-nav-listelement .main-nav-listelement-link .main-nav-submenu-list,
        .header-style .main-nav .main-nav-list #more-menu .main-nav-submenu-list .main-nav-listelement .main-nav-listelement-link .main-nav-submenu-list {
          display: none;
          position: absolute;
          right: 100%;
          top: -1px;
          left: auto; }
        .loginheader-style .main-nav .main-nav-list #more-menu .main-nav-submenu-list .main-nav-listelement .main-nav-listelement-link:hover > .main-nav-listelement-title-container > .main-nav-listelement-title,
        .header-style .main-nav .main-nav-list #more-menu .main-nav-submenu-list .main-nav-listelement .main-nav-listelement-link:hover > .main-nav-listelement-title-container > .main-nav-listelement-title {
          color: #fefefe !important; }
        .loginheader-style .main-nav .main-nav-list #more-menu .main-nav-submenu-list .main-nav-listelement:hover .main-nav-listelement-link .main-nav-submenu-list,
        .header-style .main-nav .main-nav-list #more-menu .main-nav-submenu-list .main-nav-listelement:hover .main-nav-listelement-link .main-nav-submenu-list {
          display: block; }
    .loginheader-style .main-nav .main-nav-list #more-menu:hover .main-nav-submenu-list,
    .header-style .main-nav .main-nav-list #more-menu:hover .main-nav-submenu-list {
      display: block; }
  .loginheader-style .user-nav-like,
  .loginheader-style .user-nav,
  .header-style .user-nav-like,
  .header-style .user-nav {
    position: relative; }
    .loginheader-style .user-nav-like .user-nav-button,
    .loginheader-style .user-nav .user-nav-button,
    .header-style .user-nav-like .user-nav-button,
    .header-style .user-nav .user-nav-button {
      cursor: pointer;
      display: block;
      padding: 10px 12px;
      line-height: 12px;
      color: #fefefe;
      height: 36px;
      line-height: 20px;
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      .loginheader-style .user-nav-like .user-nav-button:hover,
      .loginheader-style .user-nav .user-nav-button:hover,
      .header-style .user-nav-like .user-nav-button:hover,
      .header-style .user-nav .user-nav-button:hover {
        background-color: #58a8dc; }
      .loginheader-style .user-nav-like .user-nav-button .user-nav-icon-opened,
      .loginheader-style .user-nav-like .user-nav-button .user-nav-icon-closed,
      .loginheader-style .user-nav .user-nav-button .user-nav-icon-opened,
      .loginheader-style .user-nav .user-nav-button .user-nav-icon-closed,
      .header-style .user-nav-like .user-nav-button .user-nav-icon-opened,
      .header-style .user-nav-like .user-nav-button .user-nav-icon-closed,
      .header-style .user-nav .user-nav-button .user-nav-icon-opened,
      .header-style .user-nav .user-nav-button .user-nav-icon-closed {
        margin-left: 6px;
        position: relative;
        font-size: 16px; }
      .loginheader-style .user-nav-like .user-nav-button .user-nav-icon-closed,
      .loginheader-style .user-nav .user-nav-button .user-nav-icon-closed,
      .header-style .user-nav-like .user-nav-button .user-nav-icon-closed,
      .header-style .user-nav .user-nav-button .user-nav-icon-closed {
        display: inline-block; }
      .loginheader-style .user-nav-like .user-nav-button .user-nav-icon-opened,
      .loginheader-style .user-nav .user-nav-button .user-nav-icon-opened,
      .header-style .user-nav-like .user-nav-button .user-nav-icon-opened,
      .header-style .user-nav .user-nav-button .user-nav-icon-opened {
        display: none; }
    .loginheader-style .user-nav-like .user-nav-list,
    .loginheader-style .user-nav .user-nav-list,
    .header-style .user-nav-like .user-nav-list,
    .header-style .user-nav .user-nav-list {
      position: absolute;
      z-index: 998;
      top: 36px;
      right: 0;
      background-color: #F2F2F2;
      /* @include box-shadow(); */
      -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
      display: none;
      border: 1px solid #b5b5b5; }
      .loginheader-style .user-nav-like .user-nav-list .user-nav-listelement,
      .loginheader-style .user-nav .user-nav-list .user-nav-listelement,
      .header-style .user-nav-like .user-nav-list .user-nav-listelement,
      .header-style .user-nav .user-nav-list .user-nav-listelement {
        display: block;
        cursor: pointer; }
        .loginheader-style .user-nav-like .user-nav-list .user-nav-listelement:hover,
        .loginheader-style .user-nav .user-nav-list .user-nav-listelement:hover,
        .header-style .user-nav-like .user-nav-list .user-nav-listelement:hover,
        .header-style .user-nav .user-nav-list .user-nav-listelement:hover {
          background-color: #fefefe; }
    .loginheader-style .user-nav-like.open .user-nav-list,
    .loginheader-style .user-nav.open .user-nav-list,
    .header-style .user-nav-like.open .user-nav-list,
    .header-style .user-nav.open .user-nav-list {
      display: block; }
    .loginheader-style .user-nav-like.open .user-nav-button .user-nav-icon-closed,
    .loginheader-style .user-nav.open .user-nav-button .user-nav-icon-closed,
    .header-style .user-nav-like.open .user-nav-button .user-nav-icon-closed,
    .header-style .user-nav.open .user-nav-button .user-nav-icon-closed {
      display: none; }
    .loginheader-style .user-nav-like.open .user-nav-button .user-nav-icon-opened,
    .loginheader-style .user-nav.open .user-nav-button .user-nav-icon-opened,
    .header-style .user-nav-like.open .user-nav-button .user-nav-icon-opened,
    .header-style .user-nav.open .user-nav-button .user-nav-icon-opened {
      display: inline-block; }

/* Javascript Force Tablet View */
.header-style.tabletView .logo {
  line-height: 32px;
  height: 36px;
  padding: 3px 12px 3px 0; }
.header-style.tabletView .user-nav .user-nav-button {
  padding: 7px 12px;
  height: 36px;
  line-height: 26px; }
.header-style.tabletView .user-nav .user-nav-list {
  width: 200px;
  top: 36px; }
.header-style.tabletView .main-nav {
  width: 0px;
  border: 0;
  /* MOBILR NAV LIST END -----------------------------*/ }
  .header-style.tabletView .main-nav .mobile-nav-list {
    z-index: 4;
    display: flex;
    position: fixed;
    bottom: 0px;
    right: 0;
    left: 0;
    width: 100%;
    color: #333333;
    background-color: #fefefe;
    border-top: 1px solid #b5b5b5;
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .header-style.tabletView .main-nav .mobile-nav-list .mobile-nav-listelement {
      width: 20%; }
      .header-style.tabletView .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link {
        padding: 3px 6px;
        height: 64px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .header-style.tabletView .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link .mobile-nav-listelement-icon {
          color: #333333;
          font-size: 24px;
          width: 100%;
          height: 34px;
          line-height: 36px;
          text-align: center; }
        .header-style.tabletView .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link .mobile-nav-listelement-title-container {
          height: 30px; }
          .header-style.tabletView .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link .mobile-nav-listelement-title-container .mobile-nav-listelement-title {
            color: #333333;
            width: 100%;
            text-align: center;
            line-height: 12px; }
        .header-style.tabletView .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link.more-menu {
          background-color: #1888d2;
          color: #fefefe; }
          .header-style.tabletView .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link.more-menu .mobile-nav-listelement-icon {
            color: #fefefe; }
          .header-style.tabletView .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link.more-menu .mobile-nav-listelement-title-container .mobile-nav-listelement-title {
            color: #fefefe; }
          .header-style.tabletView .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link.more-menu.open {
            background-color: #00628D; }
        .header-style.tabletView .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link.active {
          background-color: #00628D; }
          .header-style.tabletView .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link.active .mobile-nav-listelement-icon {
            color: #fefefe; }
          .header-style.tabletView .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link.active .mobile-nav-listelement-title-container .mobile-nav-listelement-title {
            color: #fefefe; }
  .header-style.tabletView .main-nav .main-nav-list {
    z-index: 9;
    display: none;
    position: fixed;
    bottom: 71px;
    right: 0;
    left: 0;
    width: 100%;
    color: #333333;
    background-color: #fefefe;
    border-top: 1px solid #b5b5b5;
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 8px 0px 8px;
    margin: 0; }
    .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement {
      width: 20%;
      padding: 0px 6px;
      margin-bottom: 12px; }
      .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement.half-t {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%; }
      .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement.third-t {
        -webkit-flex-basis: 33.333%;
        -moz-flex-basis: 33.333%;
        -ms-flex-basis: 33.333%;
        flex-basis: 33.333%; }
      .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement.two-third-t {
        -webkit-flex-basis: 66.666%;
        -moz-flex-basis: 66.666%;
        -ms-flex-basis: 66.666%;
        flex-basis: 66.666%; }
      .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement.sixth-t {
        -webkit-flex-basis: 16.6666%;
        -moz-flex-basis: 16.6666%;
        -ms-flex-basis: 16.6666%;
        flex-basis: 16.6666%; }
      .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement.hide-t-m {
        display: none; }
      .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement.hide-t {
        display: none; }
      .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement.order-1-t {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1; }
      .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement.order-minus1-t {
        -webkit-box-ordinal-group: -1;
        -moz-box-ordinal-group: -1;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1; }
      .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link {
        padding: 3px 6px;
        height: 100%;
        color: #333333;
        text-align: center;
        line-height: 24px;
        padding: 3px 6px;
        /* @include border-radius(); */
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #b5b5b5;
        background: #e2ebf1; }
        .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link .main-nav-listelement-icon {
          display: block;
          color: #333333;
          font-size: 24px;
          width: 100%;
          height: 34px;
          line-height: 36px;
          text-align: center;
          margin-top: 24px; }
        .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link .main-nav-listelement-title-container {
          height: 40px;
          margin-left: 0; }
          .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link .main-nav-listelement-title-container .main-nav-listelement-title {
            color: #333333;
            width: 100%;
            text-align: center;
            line-height: 12px; }
        .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link:hover {
          background-color: #00628D;
          color: #fefefe; }
          .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link:hover .main-nav-listelement-icon {
            color: #fefefe; }
          .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link:hover .main-nav-listelement-title-container .main-nav-listelement-title {
            color: #fefefe; }
        .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link.active .main-nav-listelement-icon {
          color: #fefefe; }
        .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link.active .main-nav-listelement-title-container .main-nav-listelement-title {
          color: #fefefe; }
        .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link.active:before {
          display: none; }
      .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link {
        padding: 0;
        height: 24px;
        color: #333333;
        text-align: center;
        line-height: 24px;
        margin-top: 0;
        border: 1px solid #b5b5b5;
        background-color: #e2ebf1;
        /* @include border-radius(); */
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        display: block;
        height: 100%; }
        .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link .main-nav-listelement-icon {
          display: none; }
        .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link .main-nav-listelement-title-container {
          margin-left: 8px;
          height: 24px; }
          .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link .main-nav-listelement-title-container .main-nav-listelement-title {
            text-align: left; }
        .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link:hover {
          background-color: #e2ebf1;
          color: #333333; }
          .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link:hover .main-nav-listelement-title-container .main-nav-listelement-title {
            color: #333333; }
        .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link.active .main-nav-listelement-title-container .main-nav-listelement-title {
          color: #333333; }
      .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list {
        z-index: 9999;
        width: 100%;
        border: 0;
        position: static;
        display: flex;
        background-color: #e2ebf1; }
        .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link {
          border: 0;
          margin-top: 0;
          padding: 3px 6px;
          height: 88px;
          color: #333333;
          text-align: center;
          line-height: 24px;
          /* @include box-sizing(); */
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box; }
          .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link .main-nav-listelement-icon {
            display: block;
            color: #333333;
            font-size: 24px;
            width: 100%;
            height: 34px;
            line-height: 36px;
            text-align: center;
            margin-top: 0; }
          .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link .main-nav-listelement-title-container {
            height: 40px;
            margin-left: 0; }
            .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link .main-nav-listelement-title-container .main-nav-listelement-title {
              color: #333333;
              width: 100%;
              text-align: center;
              line-height: 12px; }
          .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link:hover {
            background-color: #00628D; }
            .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link:hover .main-nav-listelement-icon {
              color: #fefefe; }
            .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link:hover .main-nav-listelement-title-container .main-nav-listelement-title {
              color: #fefefe; }
      .header-style.tabletView .main-nav .main-nav-list .main-nav-listelement:hover .main-nav-submenu-list {
        display: flex; }
    .header-style.tabletView .main-nav .main-nav-list.open {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-align-content: flex-start;
      align-content: flex-start; }

/* TABLET And MOBILE VIEW --------*/
@media only screen and (max-width: 1024px) {
  #more-menu {
    display: none; }

  .header-style .logo {
    /* @include flex(); */
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .header-style .main-nav {
    width: 100%;
    /* @include flex(); */
    -webkit-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    -ms-flex: none;
    flex: none;
    /* @include order(); */
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border-top: 1px solid #fefefe; }

  .header-style .logo {
    line-height: 32px;
    height: 36px;
    padding: 3px 12px 3px 0; }
  .header-style .user-nav {
    right: -12px; }
    .header-style .user-nav .user-nav-button {
      padding: 7px 12px;
      height: 36px;
      line-height: 26px; }
    .header-style .user-nav .user-nav-list {
      top: 36px; }
  .header-style .main-nav {
    border: 0;
    width: 0px;
    /* MOBILR NAV LIST END -----------------------------*/ }
    .header-style .main-nav .mobile-nav-list {
      z-index: 99;
      display: flex;
      position: fixed;
      bottom: 0px;
      right: 0;
      left: 0;
      width: 100%;
      color: #333333;
      background-color: #fefefe;
      border-top: 1px solid #b5b5b5;
      /* @include box-shadow(); */
      -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      .header-style .main-nav .mobile-nav-list .mobile-nav-listelement {
        width: 20%; }
        .header-style .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link {
          padding: 3px 3px;
          height: 64px;
          /*Column */
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
          .header-style .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link .mobile-nav-listelement-icon {
            color: #333333;
            font-size: 24px;
            width: 100%;
            height: 34px;
            line-height: 36px;
            text-align: center; }
          .header-style .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link .mobile-nav-listelement-title-container {
            height: 30px; }
            .header-style .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link .mobile-nav-listelement-title-container .mobile-nav-listelement-title {
              color: #333333;
              width: 100%;
              text-align: center;
              line-height: 12px; }
          .header-style .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link.more-menu {
            background-color: #1888d2;
            color: #fefefe; }
            .header-style .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link.more-menu .mobile-nav-listelement-icon {
              color: #fefefe; }
            .header-style .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link.more-menu .mobile-nav-listelement-title-container .mobile-nav-listelement-title {
              color: #fefefe; }
            .header-style .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link.more-menu.open {
              background-color: #00628D; }
          .header-style .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link.active {
            background-color: #00628D; }
            .header-style .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link.active .mobile-nav-listelement-icon {
              color: #fefefe; }
            .header-style .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link.active .mobile-nav-listelement-title-container .mobile-nav-listelement-title {
              color: #fefefe; }
    .header-style .main-nav .main-nav-list {
      z-index: 91;
      display: none;
      position: fixed;
      bottom: 71px;
      right: 0;
      left: 0;
      width: 100%;
      color: #333333;
      background-color: #fefefe;
      border-top: 1px solid #b5b5b5;
      /* @include box-shadow(); */
      -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding: 12px 8px 0px 8px;
      margin: 0; }
      .header-style .main-nav .main-nav-list .main-nav-listelement {
        width: 20%;
        padding: 0px 6px;
        margin-bottom: 12px; }
        .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link {
          padding: 3px 6px;
          height: 100%;
          color: #333333;
          text-align: center;
          line-height: 24px;
          padding: 3px 6px;
          /* @include border-radius(); */
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;
          border: 1px solid #b5b5b5;
          background: #e2ebf1; }
          .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link .main-nav-listelement-icon {
            display: block;
            color: #333333;
            font-size: 24px;
            width: 100%;
            height: 34px;
            line-height: 36px;
            text-align: center;
            margin-top: 24px; }
          .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link .main-nav-listelement-title-container {
            height: 40px;
            margin-left: 0; }
            .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link .main-nav-listelement-title-container .main-nav-listelement-title {
              color: #333333;
              width: 100%;
              text-align: center;
              line-height: 12px; }
          .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link:hover {
            background-color: #00628D;
            color: #fefefe; }
            .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link:hover .main-nav-listelement-icon {
              color: #fefefe; }
            .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link:hover .main-nav-listelement-title-container .main-nav-listelement-title {
              color: #fefefe; }
          .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link.active .main-nav-listelement-icon {
            color: #fefefe; }
          .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link.active .main-nav-listelement-title-container .main-nav-listelement-title {
            color: #fefefe; }
          .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link.active:before {
            display: none; }
        .header-style .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link {
          padding: 0;
          height: 24px;
          color: #333333;
          text-align: center;
          line-height: 24px;
          margin-top: 0;
          border: 1px solid #b5b5b5;
          background-color: #e2ebf1;
          /* @include border-radius(); */
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;
          display: block;
          height: 100%; }
          .header-style .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link .main-nav-listelement-icon {
            display: none; }
          .header-style .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link .main-nav-listelement-title-container {
            margin-left: 8px;
            height: 24px; }
            .header-style .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link .main-nav-listelement-title-container .main-nav-listelement-title {
              text-align: left; }
          .header-style .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link:hover {
            background-color: #e2ebf1;
            color: #333333; }
            .header-style .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link:hover .main-nav-listelement-title-container .main-nav-listelement-title {
              color: #333333; }
          .header-style .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link.active .main-nav-listelement-title-container .main-nav-listelement-title {
            color: #333333; }
        .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list {
          z-index: 9999;
          width: 100%;
          border: 0;
          position: static;
          display: flex;
          background-color: #e2ebf1; }
          .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link {
            border: 0;
            margin-top: 0;
            padding: 3px 6px;
            height: 88px;
            color: #333333;
            text-align: center;
            line-height: 24px;
            /* @include box-sizing(); */
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box; }
            .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link .main-nav-listelement-icon {
              display: block;
              color: #333333;
              font-size: 24px;
              width: 100%;
              height: 34px;
              line-height: 36px;
              text-align: center;
              margin-top: 0; }
            .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link .main-nav-listelement-title-container {
              height: 40px;
              margin-left: 0; }
              .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link .main-nav-listelement-title-container .main-nav-listelement-title {
                color: #333333;
                width: 100%;
                text-align: center;
                line-height: 12px; }
            .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link:hover {
              background-color: #00628D; }
              .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link:hover .main-nav-listelement-icon {
                color: #fefefe; }
              .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link:hover .main-nav-listelement-title-container .main-nav-listelement-title {
                color: #fefefe; }
        .header-style .main-nav .main-nav-list .main-nav-listelement:hover .main-nav-submenu-list {
          display: flex; }
      .header-style .main-nav .main-nav-list.open {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: flex-start;
        -moz-align-content: flex-start;
        -ms-align-content: flex-start;
        align-content: flex-start; }

  /* TABLET And MOBILE VIEW END --------*/ }
/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  .header-style {
    position: absolute;
    top: 0; }
    .header-style .user-nav .username {
      line-height: 12px; }
    .header-style .main-nav {
      /* MOBILR NAV LIST END -----------------------------*/ }
      .header-style .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link {
        height: 54px; }
        .header-style .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link .mobile-nav-listelement-icon {
          font-size: 20px;
          height: 24px;
          line-height: 30px; }
        .header-style .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link .mobile-nav-listelement-title-container .mobile-nav-listelement-title {
          font-size: 11px;
          line-height: 11px; }
      .header-style .main-nav .main-nav-list {
        bottom: 61px;
        padding: 6px 3px 0px 3px; }
        .header-style .main-nav .main-nav-list .main-nav-listelement {
          padding: 0px 2px;
          margin-bottom: 4px; }
          .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link {
            padding: 2px 3px; }
            .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link .main-nav-listelement-icon {
              font-size: 20px;
              height: 20px;
              line-height: 26px;
              margin-top: 18px; }
            .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link .main-nav-listelement-title-container {
              height: 36px; }
              .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link .main-nav-listelement-title-container .main-nav-listelement-title {
                font-size: 10px;
                line-height: 10px;
                font-weight: 300; }
          .header-style .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link {
            min-height: 60px; }
            .header-style .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link .main-nav-listelement-icon {
              height: 24px;
              line-height: 24px; }
            .header-style .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link .main-nav-listelement-title-container {
              height: 16px; }
              .header-style .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link .main-nav-listelement-title-container .main-nav-listelement-title {
                font-weight: bold; }
            .header-style .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link:hover .main-nav-listelement-title-container .main-nav-listelement-title {
              line-height: 10px; }
          .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link {
            height: 62px; }
            .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link .main-nav-listelement-icon {
              font-size: 20px;
              height: 20px;
              line-height: 20px; }
            .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link .main-nav-listelement-title-container {
              height: 36px; }
              .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link .main-nav-listelement-title-container .main-nav-listelement-title {
                font-weight: 300;
                line-height: 10px; }

  .header-style .user-nav-like {
    margin-right: -12px;
    position: unset; }
    .header-style .user-nav-like .user-nav-list {
      right: 0; }

  /* /MOBILE VIEW END --------*/ }
/* MOBILE VIEW Landscape VIEW -------- */
@media only screen and (orientation: landscape) and (max-width: 767px) {
  .header-style .main-nav .mobile-nav-list .mobile-nav-listelement .mobile-nav-listelement-link {
    height: 40px; }
  .header-style .main-nav .main-nav-list {
    bottom: 47px; }
    .header-style .main-nav .main-nav-list .main-nav-listelement {
      padding: 0px 2px;
      margin-bottom: 4px; }
      .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link {
        padding: 2px 3px; }
        .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link .main-nav-listelement-icon {
          font-size: 20px;
          height: 20px;
          line-height: 26px;
          margin-top: 12px; }
        .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link .main-nav-listelement-title-container {
          height: 22px; }
          .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-listelement-link .main-nav-listelement-title-container .main-nav-listelement-title {
            font-size: 10px;
            line-height: 10px;
            font-weight: 300; }
      .header-style .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link {
        height: 60px; }
        .header-style .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link .main-nav-listelement-icon {
          height: 24px;
          line-height: 24px; }
        .header-style .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link .main-nav-listelement-title-container {
          height: 14px; }
          .header-style .main-nav .main-nav-list .main-nav-listelement.main-nav-listelement-group .main-nav-listelement-link .main-nav-listelement-title-container .main-nav-listelement-title {
            font-weight: bold; }
      .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link {
        height: 44px; }
        .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link .main-nav-listelement-icon {
          font-size: 16px;
          height: 16px;
          line-height: 16px; }
        .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link .main-nav-listelement-title-container {
          height: 22px; }
          .header-style .main-nav .main-nav-list .main-nav-listelement .main-nav-submenu-list .main-nav-submenu-listelement .main-nav-listelement-link .main-nav-listelement-title-container .main-nav-listelement-title {
            line-height: 10px; }

  /* /MOBILE VIEW END --------*/ }
/* Sidebar -------------*/
.sidebar-style {
  border-right: 1px solid #b5b5b5;
  background-color: #e2ebf1; }

/* Footer -------------*/
/*////////////////////////////////////
/// THEME COLORS /////////////////////
/////////////////////////////////// */
/*
    CSS PREFIXES ///////////////////////////////////////////////////////////////
*/
/* CSS3 Styles ---------------------------------- */
/* BorderBox ---------------------------------- */
/* border radius ---------------------------*/
/* box shadow ---------------------------*/
/* Transision (Animation) ---------------------------- */
/* Transform ---------------------------- */
/* Transform ---------------------------- */
/* FLEX ------------------------------------ */
/* flex boxes ---------------------------*/
/* flex elements------------------------- */
/* The mian color ---------------------------------------- */
/* Main */
/*  Main Color Light Background */
/* Secondary */
/* orange ---------------------*/
/* Background */
/* DOC ---------------------*/
/* Background */
/* Project ---------------------*/
/* Background */
/* Green -----*/
/* Background */
/* Black And White --------------------------------------- */
/* Greys ------------------------------------------------- */
/* Mostly Used*/
/* Other Colors ------------------------------------------ */
/* Red -----*/
/* Yellow -----*/
/* Green -----*/
/* Border ------------------------------------------ */
/* SHADOWS --------------------------*/
/* Small Shadow */
/* Purple -----*/
/* Fonts ----------------------*/
.content-xl {
  /* @include flex-basis(); */
  -webkit-flex-basis: 1200px;
  -moz-flex-basis: 1200px;
  -ms-flex-basis: 1200px;
  flex-basis: 1200px;
  flex-shrink: 1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.content-l {
  /* @include flex-basis(); */
  -webkit-flex-basis: 1000px;
  -moz-flex-basis: 1000px;
  -ms-flex-basis: 1000px;
  flex-basis: 1000px;
  flex-shrink: 1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.content-m,
.inputform-style {
  /* @include flex-basis(); */
  -webkit-flex-basis: 850px;
  -moz-flex-basis: 850px;
  -ms-flex-basis: 850px;
  flex-basis: 850px;
  flex-shrink: 1;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto; }

.content-s,
.smallform-style {
  /* @include flex-basis(); */
  -webkit-flex-basis: 600px;
  -moz-flex-basis: 600px;
  -ms-flex-basis: 600px;
  flex-basis: 600px;
  flex-shrink: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.content-xs {
  /* @include flex-basis(); */
  -webkit-flex-basis: 400px;
  -moz-flex-basis: 400px;
  -ms-flex-basis: 400px;
  flex-basis: 400px;
  flex-shrink: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

/*
//////////////////////////////////////////////////////////////////////////////////////
 UI Collector ////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
*/
/* Alerts -------------------------------------*/
.success-message,
.alert-message,
.message-message,
.error-message {
  background-color: #F8F8F8;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3); }
  .success-message .message-icon,
  .alert-message .message-icon,
  .message-message .message-icon,
  .error-message .message-icon {
    text-align: center;
    min-width: 14px;
    margin-right: 6px; }
  .success-message a,
  .alert-message a,
  .message-message a,
  .error-message a {
    font-weight: bold;
    text-decoration: underline; }
  .success-message.fixed-top,
  .alert-message.fixed-top,
  .message-message.fixed-top,
  .error-message.fixed-top {
    position: absolute;
    opacity: 0.95;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99; }
  .success-message.hidden-display,
  .alert-message.hidden-display,
  .message-message.hidden-display,
  .error-message.hidden-display {
    display: none; }

.alert-message {
  background-color: #F5BC17; }
  .alert-message .message-icon {
    color: #003146; }
  .alert-message a {
    color: #003146; }

.success-message {
  border: 1px solid #b5b5b5;
  background-color: #c5edc6; }
  .success-message .message-icon {
    color: #267d26; }
  .success-message a {
    color: #44bb44; }

.message-message {
  border: 1px solid #b5b5b5; }
  .message-message .message-icon {
    color: #b5b5b5; }
  .message-message a {
    color: #1888d2; }

.error-message {
  border: 1px solid #ee5050; }
  .error-message .message-icon,
  .error-message a {
    color: #ee5050; }

/*
    BACKGROUND --------------------------------
*/
body {
  background: url(../img/background.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center; }

/* TABLET and MOBILE VIEW --------*/
@media only screen and (max-width: 1024px) {
  .body {
    background-size: 1024px;
    background-position: center;
    background-position-y: 120px;
    background-repeat: no-repeat; }

  /* /TABLET and MOBILE VIEW END --------*/ }
/*
    BLOCKS ------------------------------------
*/
.box,
.grey-box,
.box-blue {
  background-color: #F8F8F8;
  border: 1px solid #b5b5b5;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.image-block-medium {
  width: 90px;
  height: 100px;
  border: 1px solid #b5b5b5; }
  .image-block-medium img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.figure-block-container {
  display: inline-flex;
  height: 180px;
  width: 100%; }
  .figure-block-container .block-icon {
    width: 100%;
    height: 100%;
    line-height: 180px;
    text-align: center;
    font-size: 40px;
    color: #ddd; }

.figure-block {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.box-blue {
  background-color: #e2ebf1; }

.block-container {
  background-color: #F8F8F8;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.block-top {
  /* @include border-top-left-radius(); */
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  /* @include border-top-right-radius(); */
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #b5b5b5;
  background-color: #F8F8F8; }
  .block-top.block-header-style {
    border: 0;
    background-color: #1888d2;
    color: #fefefe; }

.block {
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  background-color: #F8F8F8; }

.block-bottom {
  /* @include border-bottom-left-radius(); */
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  /* @include border-bottom-right-radius(); */
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  background-color: #F8F8F8; }

.window-block-container {
  background-color: #F8F8F8;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  /* @include border-radius(); */
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.window-block-top {
  /* @include border-top-left-radius(); */
  -webkit-border-top-left-radius: 12px;
  -moz-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  /* @include border-top-right-radius(); */
  -webkit-border-top-right-radius: 12px;
  -moz-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  border: 1px solid #b5b5b5;
  background-color: #F8F8F8; }
  .window-block-top.window-block-header-style {
    border: 0;
    background-color: #1888d2;
    color: #fefefe; }

.window-block {
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  background-color: #F8F8F8; }

.window-block-bottom {
  /* @include border-bottom-left-radius(); */
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  /* @include border-bottom-right-radius(); */
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  background-color: #F8F8F8; }

.switch-block {
  /* @include border-bottom-left-radius(); */
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  /* @include border-bottom-right-radius(); */
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #b5b5b5;
  background-color: #F8F8F8; }

.scrollable,
.scrollable-block {
  overflow: scroll;
  overflow-x: hidden; }

.scrollable-horizontal {
  overflow: scroll;
  overflow-y: hidden; }

.scrollable-s {
  overflow: scroll;
  overflow-x: hidden; }

.scroll-auto {
  overflow: auto; }

.scroll-all {
  overflow: scroll; }

.overflow-hidden {
  overflow: hidden; }

.multiselect {
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b5b5b5;
  height: 164px;
  overflow: scroll;
  overflow-x: hidden; }
  .multiselect.flexible-multicelect {
    /* @include flex(); */
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    /* bug fixes */
    min-width: 0px;
    min-height: 0px; }
  .multiselect.full-multiselect {
    height: 100%; }
  .multiselect .multiselect-list.double-lined-stripes .multiselect-listelement:nth-child(4n + 1), .multiselect .multiselect-list.double-lined-stripes .multiselect-listelement:nth-child(4n + 4) {
    background-color: #ddd;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5; }
  .multiselect .multiselect-list.double-lined-stripes .multiselect-listelement:nth-child(4n + 2), .multiselect .multiselect-list.double-lined-stripes .multiselect-listelement:nth-child(4n + 3) {
    background-color: #F8F8F8; }
  .multiselect .multiselect-list.double-lined-stripes .multiselect-listelement:nth-child(4n + 1), .multiselect .multiselect-list.double-lined-stripes .multiselect-listelement:nth-child(4n + 3) {
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5; }
  .multiselect .multiselect-list.double-lined-stripes .multiselect-listelement:nth-child(4n + 2), .multiselect .multiselect-list.double-lined-stripes .multiselect-listelement:nth-child(4n + 4) {
    border-bottom: 1px solid #b5b5b5; }
  .multiselect .multiselect-list .multiselect-listelement {
    padding: 6px 13px;
    background-color: #ddd; }
    .multiselect .multiselect-list .multiselect-listelement:nth-child(even) {
      background-color: #F8F8F8; }
    .multiselect .multiselect-list .multiselect-listelement label {
      font-size: 14px;
      line-height: 14px; }
    .multiselect .multiselect-list .multiselect-listelement.listelementAtTop {
      order: -1; }
  .multiselect.higher {
    height: 400px;
    max-height: 100%; }

.box-cover-container {
  position: relative; }
  .box-cover-container .box-cover {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }

.openable-flexbox-container {
  height: 100%; }
  .openable-flexbox-container .openable-flexbox {
    border-bottom: 1px solid #b5b5b5; }
    .openable-flexbox-container .openable-flexbox .openable-flexbox-collapse-listelement {
      height: 36px;
      background-color: #1888d2;
      color: #fefefe; }
      .openable-flexbox-container .openable-flexbox .openable-flexbox-collapse-listelement.flexbox-collapse-doc {
        background-color: #16ba75; }
      .openable-flexbox-container .openable-flexbox .openable-flexbox-collapse-listelement.flexbox-collapse-des {
        background-color: #333333; }
      .openable-flexbox-container .openable-flexbox .openable-flexbox-collapse-listelement.flexbox-collapse-orange {
        background-color: #F08100; }
      .openable-flexbox-container .openable-flexbox .openable-flexbox-collapse-listelement.flexbox-collapse-pro {
        background-color: #666; }
      .openable-flexbox-container .openable-flexbox .openable-flexbox-collapse-listelement.flexbox-collapse-secondary {
        background-color: #00628D; }
      .openable-flexbox-container .openable-flexbox .openable-flexbox-collapse-listelement .openable-flexbox-collapse-button-open-sign {
        display: inline-block; }
      .openable-flexbox-container .openable-flexbox .openable-flexbox-collapse-listelement .openable-flexbox-collapse-button-close-sign {
        display: none; }
    .openable-flexbox-container .openable-flexbox .openable-flexbox-collapse-block {
      display: none; }
    .openable-flexbox-container .openable-flexbox.open {
      flex: 1;
      height: 1px; }
      .openable-flexbox-container .openable-flexbox.open .openable-flexbox-collapse-listelement {
        background-color: #1374b4; }
        .openable-flexbox-container .openable-flexbox.open .openable-flexbox-collapse-listelement.flexbox-collapse-doc {
          background-color: #06854e; }
        .openable-flexbox-container .openable-flexbox.open .openable-flexbox-collapse-listelement.flexbox-collapse-des {
          background-color: #333333; }
        .openable-flexbox-container .openable-flexbox.open .openable-flexbox-collapse-listelement.flexbox-collapse-orange {
          background-color: #db7c0d; }
        .openable-flexbox-container .openable-flexbox.open .openable-flexbox-collapse-listelement.flexbox-collapse-pro {
          background-color: #555; }
        .openable-flexbox-container .openable-flexbox.open .openable-flexbox-collapse-listelement.flexbox-collapse-secondary {
          background-color: #003146; }
        .openable-flexbox-container .openable-flexbox.open .openable-flexbox-collapse-listelement .openable-flexbox-collapse-button-open-sign {
          display: none; }
        .openable-flexbox-container .openable-flexbox.open .openable-flexbox-collapse-listelement .openable-flexbox-collapse-button-close-sign {
          display: inline-block; }
      .openable-flexbox-container .openable-flexbox.open .openable-flexbox-collapse-block {
        display: block; }
    .openable-flexbox-container .openable-flexbox:last-child {
      margin-bottom: -1px; }

.horisontalResizableBlock {
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  min-width: 300px; }
  .horisontalResizableBlock.ui-widget-content {
    border: 0; }
  .horisontalResizableBlock .ui-resizable-se {
    position: relative !important;
    top: 0px !important;
    height: 100% !important;
    margin: 0 !important;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    cursor: col-resize  !important;
    background-color: #F2F2F2;
    background: #e2e2e2;
    background: linear-gradient(90deg, #e2e2e2 0%, #f2f2f2 20%, #f2f2f2 80%, #d5d5d5 100%); }
    .horisontalResizableBlock .ui-resizable-se:before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      position: relative;
      font-size: 20px;
      color: #b5b5b5;
      content: "\f142";
      position: absolute;
      top: 50%;
      left: 3px;
      margin-top: -10px;
      transform: rotate(0deg); }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .scrollable-t-m {
    overflow: scroll;
    overflow-x: hidden; }

  .scrollable-s {
    overflow: unset; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW */
@media only screen and (max-width: 767px) {
  .openable-flexbox-container .openable-flexbox .openable-flexbox-collapse-listelement {
    height: 32px; }
    .openable-flexbox-container .openable-flexbox .openable-flexbox-collapse-listelement #object-list-title,
    .openable-flexbox-container .openable-flexbox .openable-flexbox-collapse-listelement #test-list-title,
    .openable-flexbox-container .openable-flexbox .openable-flexbox-collapse-listelement #designs-list-title,
    .openable-flexbox-container .openable-flexbox .openable-flexbox-collapse-listelement #design-list-title,
    .openable-flexbox-container .openable-flexbox .openable-flexbox-collapse-listelement #document-list-title,
    .openable-flexbox-container .openable-flexbox .openable-flexbox-collapse-listelement #image-list-title,
    .openable-flexbox-container .openable-flexbox .openable-flexbox-collapse-listelement #maintenance-list-title {
      font-size: 13px;
      line-height: 14px; }

  .scrollable-m {
    overflow: scroll;
    overflow-x: hidden; }

  .scrollable-t-m {
    overflow: scroll;
    overflow-x: hidden; }

  .scrollable-s {
    overflow: unset; }

  /* MOBILE VIEW END --------*/ }
/*
    BREAD CRUMBS ------------------------------------
*/
.breadcrumbs {
  font-size: 14px;
  display: block;
  width: 100%;
  line-height: 1em;
  color: #00628D; }
  .breadcrumbs a {
    color: #00628D; }
    .breadcrumbs a:hover {
      color: #1888d2; }
  .breadcrumbs .home {
    margin: 0;
    height: 14px;
    line-height: 14px; }
  .breadcrumbs .home:before,
  .breadcrumbs span:before {
    font-family: FontAwesome;
    font-size: 1.2em;
    line-height: 14px;
    height: 14px;
    display: inline-block;
    text-align: center;
    width: 20px;
    text-align: center; }
  .breadcrumbs .home:before {
    content: "\f015"; }
  .breadcrumbs span:before {
    content: "\f105";
    width: 20px; }

/* / BREAD CRUMBS ----------------------------------*/
/* Theme Borders  */
.border-l {
  border-left: 1px solid #b5b5b5; }

.border-t {
  border-top: 1px solid #b5b5b5; }

.border-r {
  border-right: 1px solid #b5b5b5; }

.border-b {
  border-bottom: 1px solid #b5b5b5; }

.border-l-0 {
  border-left: 0; }

.border-t-0 {
  border-top: 0; }

.border-r-0 {
  border-right: 0; }

.border-b-0 {
  border-bottom: 0; }

.border-margin-l {
  margin-left: -1px !important; }

.border-margin-t {
  margin-top: -1px !important; }

.border-margin-r {
  margin-right: -1px !important; }

.border-margin-b {
  margin-bottom: -1px !important; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .border-l-0-t {
    border-left: 0; }

  .border-t-0-t {
    border-top: 0; }

  .border-r-0-t {
    border-right: 0; }

  .border-b-0-t {
    border-bottom: 0; } }
/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  .border-l-0-m {
    border-left: 0; }

  .border-t-0-m {
    border-top: 0; }

  .border-r-0-m {
    border-right: 0; }

  .border-b-0-m {
    border-bottom: 0; }

  .border-l-m {
    border-left: 1px solid #b5b5b5; }

  .border-t-m {
    border-top: 1px solid #b5b5b5; }

  .border-r-m {
    border-right: 1px solid #b5b5b5; }

  .border-b-m {
    border-bottom: 1px solid #b5b5b5; } }
/*
    BUTTONS ------------------------------------
*/
/* Primary Button -----*/
.button-xxs,
.button-xs,
.button-s,
.button,
.button-m,
.button-l,
.button-xl {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background-color: #1888d2;
  color: #fefefe;
  text-align: center;
  white-space: nowrap;
  outline-width: 0;
  cursor: pointer;
  /* @include transition(); */
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* @include border-radius(); */
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  border: 0;
  padding: 0 0.8em;
  /* @include user-select(); */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-style: solid;
  border-color: #1374b4;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15); }
  .button-xxs:hover, .button-xxs:focus,
  .button-xs:hover,
  .button-xs:focus,
  .button-s:hover,
  .button-s:focus,
  .button:hover,
  .button:focus,
  .button-m:hover,
  .button-m:focus,
  .button-l:hover,
  .button-l:focus,
  .button-xl:hover,
  .button-xl:focus {
    background-color: #58a8dc; }
  .button-xxs:focus,
  .button-xs:focus,
  .button-s:focus,
  .button:focus,
  .button-m:focus,
  .button-l:focus,
  .button-xl:focus {
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
  .button-xxs.disabled,
  .button-xs.disabled,
  .button-s.disabled,
  .button.disabled,
  .button-m.disabled,
  .button-l.disabled,
  .button-xl.disabled {
    cursor: not-allowed;
    background-color: #F2F2F2;
    color: #797979;
    border-color: #797979; }
    .button-xxs.disabled:hover,
    .button-xs.disabled:hover,
    .button-s.disabled:hover,
    .button.disabled:hover,
    .button-m.disabled:hover,
    .button-l.disabled:hover,
    .button-xl.disabled:hover {
      background-color: #b5b5b5;
      color: #F2F2F2; }
  .button-xxs.link-button,
  .button-xs.link-button,
  .button-s.link-button,
  .button.link-button,
  .button-m.link-button,
  .button-l.link-button,
  .button-xl.link-button {
    border: 0;
    background-color: transparent; }
  .button-xxs .button-icon,
  .button-xs .button-icon,
  .button-s .button-icon,
  .button .button-icon,
  .button-m .button-icon,
  .button-l .button-icon,
  .button-xl .button-icon {
    line-height: 2em; }
  .button-xxs.multiline-button,
  .button-xs.multiline-button,
  .button-s.multiline-button,
  .button.multiline-button,
  .button-m.multiline-button,
  .button-l.multiline-button,
  .button-xl.multiline-button {
    height: auto !important;
    padding: 0.2em 0.3em !important;
    white-space: normal;
    line-height: 1em;
    text-align: center; }

.input-button-grey {
  border: 1px solid #b5b5b5;
  text-align: center;
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  height: 24px;
  line-height: 18px;
  padding: 2px 0;
  font-size: 14px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F2F2F2; }
  .input-button-grey:hover {
    background-color: #ddd; }

button:disabled.button-xxs, button:disabled.button-xs, button:disabled.button-s, button:disabled.button, button:disabled.button-m, button:disabled.button-l, button:disabled.button-xl,
input[type='button']:disabled.button-xxs,
input[type='button']:disabled.button-xs,
input[type='button']:disabled.button-s,
input[type='button']:disabled.button,
input[type='button']:disabled.button-m,
input[type='button']:disabled.button-l,
input[type='button']:disabled.button-xl,
input[type='submit']:disabled.button-xxs,
input[type='submit']:disabled.button-xs,
input[type='submit']:disabled.button-s,
input[type='submit']:disabled.button,
input[type='submit']:disabled.button-m,
input[type='submit']:disabled.button-l,
input[type='submit']:disabled.button-xl {
  cursor: not-allowed;
  background-color: #ddd;
  color: #797979;
  border-color: #797979; }
  button:disabled.button-xxs:hover, button:disabled.button-xs:hover, button:disabled.button-s:hover, button:disabled.button:hover, button:disabled.button-m:hover, button:disabled.button-l:hover, button:disabled.button-xl:hover,
  input[type='button']:disabled.button-xxs:hover,
  input[type='button']:disabled.button-xs:hover,
  input[type='button']:disabled.button-s:hover,
  input[type='button']:disabled.button:hover,
  input[type='button']:disabled.button-m:hover,
  input[type='button']:disabled.button-l:hover,
  input[type='button']:disabled.button-xl:hover,
  input[type='submit']:disabled.button-xxs:hover,
  input[type='submit']:disabled.button-xs:hover,
  input[type='submit']:disabled.button-s:hover,
  input[type='submit']:disabled.button:hover,
  input[type='submit']:disabled.button-m:hover,
  input[type='submit']:disabled.button-l:hover,
  input[type='submit']:disabled.button-xl:hover {
    background-color: #b5b5b5;
    color: #F2F2F2; }

/* Button sizes -------------------- */
.button-xxs {
  font-size: 12px;
  height: 18px;
  line-height: 16px;
  border-width: 1px;
  border-bottom-width: 2px; }

.button-xs {
  font-size: 12px;
  height: 24px;
  line-height: 22px;
  border-width: 1px;
  border-bottom-width: 2px; }

.button-s {
  font-size: 15px;
  height: 30px;
  line-height: 28px;
  border-width: 1px;
  border-bottom-width: 3px; }

.button-m,
.button {
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  border-width: 1px;
  border-bottom-width: 3px; }

.button-l {
  font-size: 21px;
  height: 42px;
  line-height: 38px;
  border-width: 1px;
  border-bottom-width: 4px; }

.button-xl {
  font-size: 26px;
  height: 48px;
  line-height: 42px;
  border-width: 1px;
  border-bottom-width: 5px; }

/* Horisontal behavior*/
.wide-button {
  max-width: 100%;
  width: 60%;
  min-width: 200px; }

/* Button parent - centered buttons - */
.buttonparent-centered {
  /* @include justify-content(); */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  display: flex;
  display: -webkit-flex; }

/* --- Button colors -------------------- */
/* Submit Button*/
.submit-button {
  background-color: #00628D;
  color: #fefefe;
  position: relative;
  border-color: #003146; }
  .submit-button:hover, .submit-button:focus {
    background-color: #0d75a2; }

/* Delete Button*/
.delete-button,
.red-button {
  background-color: #ee5050;
  color: #fefefe;
  border-color: #990000; }
  .delete-button:hover, .delete-button:focus,
  .red-button:hover,
  .red-button:focus {
    background-color: #f17f7f; }

/* Warning Button*/
.warning-button,
.yellow-button {
  background-color: #F5BC17;
  color: #fefefe;
  border-color: #725E01; }
  .warning-button:hover, .warning-button:focus,
  .yellow-button:hover,
  .yellow-button:focus {
    background-color: #f7d15b; }

/* Green Button*/
.save-button,
.green-button {
  background-color: #44bb44;
  color: #fefefe;
  border-color: #267d26; }
  .save-button:hover, .save-button:focus,
  .green-button:hover,
  .green-button:focus {
    background-color: #74c574; }

.white-button,
.back-button {
  background-color: #fefefe;
  color: #00628D;
  border-color: #00628D;
  border: 1px solid #00628D;
  border-bottom-width: 3px; }
  .white-button:hover, .white-button:focus,
  .back-button:hover,
  .back-button:focus {
    background-color: #F2F2F2;
    border-right-color: #797979;
    border-left-color: #797979; }

.white-doc-button {
  background-color: #fefefe;
  color: #06854e;
  border-color: #06854e;
  border: 1px solid #06854e;
  border-bottom-width: 3px; }
  .white-doc-button:hover, .white-doc-button:focus {
    background-color: #F2F2F2;
    border-right-color: #16ba75;
    border-left-color: #16ba75; }

.grey-button {
  background-color: #F2F2F2;
  color: #333333;
  border-color: #797979;
  border-color: #003146; }
  .grey-button:hover, .grey-button:focus {
    background-color: #F8F8F8;
    border-right-color: #797979;
    border-left-color: #797979; }
  .grey-button.active {
    /* Like Submit Button */
    background-color: #00628D;
    color: #fefefe;
    position: relative;
    border-color: #003146; }
    .grey-button.active:hover, .grey-button.active:focus {
      background-color: #0d75a2; }

.light-button {
  background-color: #73b7e4;
  color: #fefefe;
  border-color: #4393ca; }
  .light-button:hover, .light-button:focus {
    background-color: #a2ceea;
    border-right-color: #4393ca;
    border-left-color: #4393ca; }

.border-button {
  background-color: #fefefe;
  color: #1888d2;
  border-color: #1888d2; }
  .border-button:hover, .border-button:focus {
    background-color: #e2ebf1; }

.border-button-red {
  background-color: #fefefe;
  color: #990000;
  border-color: #990000; }
  .border-button-red:hover, .border-button-red:focus {
    background-color: #eda1a1; }

.border-red-button,
.border-delete-button {
  background-color: #fefefe;
  color: #990000;
  border-color: #990000; }
  .border-red-button:hover, .border-red-button:focus,
  .border-delete-button:hover,
  .border-delete-button:focus {
    background-color: #eda1a1; }

.closeButton {
  padding: 6px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 26px;
  font-size: 18px; }
  .closeButton:hover {
    opacity: 0.7; }

.headerButton {
  padding: 6px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  box-sizing: border-box; }
  .headerButton:hover {
    opacity: 0.7; }

.maximizeVertivalButton,
.minimizeVertivalButton {
  position: relative;
  text-align: center; }
  .maximizeVertivalButton .icon-1,
  .minimizeVertivalButton .icon-1 {
    position: absolute;
    left: 6px;
    top: 11px;
    font-size: 14px; }
  .maximizeVertivalButton .icon-3,
  .minimizeVertivalButton .icon-3 {
    position: absolute;
    right: 6px;
    top: 11px;
    font-size: 14px; }

/* Function specific Colored Buttons */
.doc-button {
  background-color: #16ba75;
  color: #fefefe;
  border-color: #06854e; }
  .doc-button:hover, .doc-button:focus {
    background-color: #26d089; }

.doc-button-dark {
  background-color: #06854e;
  color: #fefefe;
  border-color: #063d25; }
  .doc-button-dark:hover, .doc-button-dark:focus {
    background-color: #16ba75; }

/* BUTTONS with ICONS ---------------------------*/
/* FOR INPUT TYPE BUTTONS */
label.button-icon-label-xs, label.button-icon-label-s, label.button-icon-label-m, label.button-icon-label-l, label.button-icon-label-xl, label.button-icon-label {
  padding-left: 0;
  position: relative; }
  label.button-icon-label-xs a, label.button-icon-label-s a, label.button-icon-label-m a, label.button-icon-label-l a, label.button-icon-label-xl a, label.button-icon-label a {
    display: block; }
  label.button-icon-label-xs .button-icon, label.button-icon-label-s .button-icon, label.button-icon-label-m .button-icon, label.button-icon-label-l .button-icon, label.button-icon-label-xl .button-icon, label.button-icon-label .button-icon {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    content: "i";
    display: block;
    height: 2em;
    width: 2em;
    text-align: center;
    color: #fefefe; }
  label.button-icon-label-xs .button-xs,
  label.button-icon-label-xs .button-s,
  label.button-icon-label-xs .button,
  label.button-icon-label-xs .button-m,
  label.button-icon-label-xs .button-l,
  label.button-icon-label-xs .button-xl, label.button-icon-label-s .button-xs,
  label.button-icon-label-s .button-s,
  label.button-icon-label-s .button,
  label.button-icon-label-s .button-m,
  label.button-icon-label-s .button-l,
  label.button-icon-label-s .button-xl, label.button-icon-label-m .button-xs,
  label.button-icon-label-m .button-s,
  label.button-icon-label-m .button,
  label.button-icon-label-m .button-m,
  label.button-icon-label-m .button-l,
  label.button-icon-label-m .button-xl, label.button-icon-label-l .button-xs,
  label.button-icon-label-l .button-s,
  label.button-icon-label-l .button,
  label.button-icon-label-l .button-m,
  label.button-icon-label-l .button-l,
  label.button-icon-label-l .button-xl, label.button-icon-label-xl .button-xs,
  label.button-icon-label-xl .button-s,
  label.button-icon-label-xl .button,
  label.button-icon-label-xl .button-m,
  label.button-icon-label-xl .button-l,
  label.button-icon-label-xl .button-xl, label.button-icon-label .button-xs,
  label.button-icon-label .button-s,
  label.button-icon-label .button,
  label.button-icon-label .button-m,
  label.button-icon-label .button-l,
  label.button-icon-label .button-xl {
    padding-left: 2.2em; }
label.button-icon-label-xs {
  height: 24px; }
  label.button-icon-label-xs .button-icon {
    font-size: 12px;
    height: 24px;
    line-height: 2.1em;
    display: block;
    text-align: center;
    padding-left: 0.4em; }
label.button-icon-label-s {
  height: 30px; }
  label.button-icon-label-s .button-icon {
    font-size: 13px;
    height: 30px;
    line-height: 2.2em;
    display: block;
    text-align: center;
    padding-left: 0.4em; }
label.button-icon-label-m {
  height: 36px; }
  label.button-icon-label-m .button-icon {
    font-size: 16px;
    height: 36px;
    line-height: 2em;
    display: block;
    text-align: center;
    padding-left: 0.4em; }
label.button-icon-label-l {
  height: 42px; }
  label.button-icon-label-l .button-icon {
    font-size: 18px;
    height: 42px;
    line-height: 2em;
    display: block;
    text-align: center;
    padding-left: 0.4em; }
label.button-icon-label-xl {
  height: 52px; }
  label.button-icon-label-xl .button-icon {
    font-size: 20px;
    height: 52px;
    line-height: 2.4em;
    display: block;
    text-align: center;
    padding-left: 0.4em; }

.link-text {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #1888d2;
  cursor: pointer; }
  .link-text:hover, .link-text:focus {
    background-color: transparent;
    color: #58a8dc; }

/* Link button*/
.link-button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #1888d2;
  cursor: pointer;
  font-size: 14px; }
  .link-button:hover, .link-button:focus {
    background-color: transparent;
    color: #58a8dc; }
  .link-button:disabled, .link-button.disabled {
    cursor: not-allowed;
    color: #797979; }
  .link-button.doc-button {
    color: #06854e; }
    .link-button.doc-button:hover {
      color: #16ba75; }

/* Link button*/
.link-hover:hover, .link-hover:focus {
  color: #1888d2; }

.link-button-white {
  background-color: transparent;
  border: 0;
  color: #fefefe;
  cursor: pointer; }
  .link-button-white:hover, .link-button-white:focus {
    background-color: transparent;
    color: #e9e9e9; }

.link-button-red {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #990000;
  cursor: pointer; }
  .link-button-red:hover, .link-button-red:focus {
    background-color: transparent;
    color: #ee5050; }

/* Link button Italic*/
.link-button-italic {
  font-style: italic;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #1888d2; }
  .link-button-italic:hover, .link-button-italic:focus {
    background-color: transparent;
    color: #1888d2; }

.responsive-button {
  height: auto;
  display: block;
  line-height: 1em;
  padding-top: 0.289em;
  padding-bottom: 0.4em;
  padding-left: 0.6em;
  padding-right: 0.6em;
  white-space: inherit; }

.link-button-green {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #267d26;
  cursor: pointer; }
  .link-button-green:hover, .link-button-green:focus {
    background-color: transparent;
    color: #44bb44; }

.link-button-secondary {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #003146;
  cursor: pointer; }
  .link-button-secondary:hover, .link-button-secondary:focus {
    background-color: transparent;
    color: #00628D; }

/* / BUTTONS -------------------------------------*/
/* Button Input Group --------------------------------*/
.button-input-group .button-input-group-button-start {
  /* @include border-top-left-radius(); */
  -webkit-border-top-left-radius: 9px;
  -moz-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  /* @include border-top-right-radius(); */
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  /* @include border-bottom-left-radius(); */
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-bottom-left-radius: 9px;
  border-bottom-left-radius: 9px;
  /* @include border-bottom-right-radius(); */
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }
.button-input-group .button-input-group-button-middle {
  /* @include border-radius(); */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.button-input-group .button-input-group-button-end {
  /* @include border-top-left-radius(); */
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  /* @include border-top-right-radius(); */
  -webkit-border-top-right-radius: 9px;
  -moz-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  /* @include border-bottom-left-radius(); */
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  /* @include border-bottom-right-radius(); */
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-bottom-right-radius: 9px;
  border-bottom-right-radius: 9px; }
.button-input-group .button-input-group-input-start {
  /* @include border-top-left-radius(); */
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  /* @include border-top-right-radius(); */
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  /* @include border-bottom-left-radius(); */
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  /* @include border-bottom-right-radius(); */
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }
.button-input-group .button-input-group-input-middle {
  /* @include border-radius(); */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.button-input-group .button-input-group-input-end {
  /* @include border-top-left-radius(); */
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  /* @include border-top-right-radius(); */
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  /* @include border-bottom-left-radius(); */
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  /* @include border-bottom-right-radius(); */
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px; }
.button-input-group.no-radius .button-input-group-button-start {
  /* @include border-radius(); */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
.button-input-group.no-radius .button-input-group-button-middle {
  /* @include border-radius(); */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.button-input-group.no-radius .button-input-group-button-end {
  /* @include border-radius(); */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
.button-input-group.no-radius .button-input-group-input-start {
  /* @include border-radius(); */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
.button-input-group.no-radius .button-input-group-input-middle {
  /* @include border-radius(); */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.button-input-group.no-radius .button-input-group-input-end {
  /* @include border-radius(); */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

/* FUNCTION BUTTON METRO STYLE ------------------------ */
.function-button {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background-color: #1888d2;
  color: #fefefe;
  outline-width: 0;
  cursor: pointer;
  /* @include transition(); */
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* @include border-radius(); */
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  /* @include user-select(); */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-style: solid;
  border-color: #1374b4;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  /* Effects */ }
  .function-button .function-button-icon {
    width: 100%;
    text-align: center;
    padding: 18px 0 6px 0;
    font-size: 36px; }
  .function-button .function-button-icon-img {
    width: 100%;
    text-align: center;
    padding: 15px 0 6px 0;
    height: 36px;
    object-fit: contain; }
  .function-button .function-button-text-container {
    padding: 0 6px 8px 6px;
    height: 46px; }
    .function-button .function-button-text-container .function-button-text {
      text-align: center;
      line-height: 16px;
      font-size: 14px; }
  .function-button:hover, .function-button:focus {
    background-color: #58a8dc;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
  .function-button:focus {
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

.button-mobile-group-container .button-mobile-group-button {
  display: none; }

.button-tandm-group-container .button-tandm-group-button {
  display: none; }

.button-container .tool-button {
  border-right: 0;
  /* @include border-radius(); */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #b5b5b5;
  cursor: pointer;
  border-right: 0;
  background-color: #1888d2;
  color: #fefefe;
  /* @include user-select(); */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 35px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap; }
  .button-container .tool-button:first-child {
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    /* @include border-bottom-left-radius(); */
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    /* @include border-top-right-radius(); */
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    /* @include border-bottom-right-radius(); */
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .button-container .tool-button:last-child {
    border-right: 1px solid #b5b5b5;
    /* @include border-top-right-radius(); */
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    /* @include border-bottom-right-radius(); */
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    /* @include border-bottom-left-radius(); */
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px; }
  .button-container .tool-button:first-child {
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    /* @include border-bottom-left-radius(); */
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    /* @include border-top-right-radius(); */
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    /* @include border-bottom-right-radius(); */
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .button-container .tool-button:only-child {
    /* @include border-top-right-radius(); */
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    /* @include border-bottom-right-radius(); */
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    /* @include border-bottom-left-radius(); */
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .button-container .tool-button:last-child {
    border-right: 1px solid #b5b5b5; }
  .button-container .tool-button:hover {
    background-color: #00628D; }
  .button-container .tool-button.disabled {
    background-color: #F2F2F2;
    color: #b5b5b5;
    cursor: normal; }
    .button-container .tool-button.disabled:hover {
      background-color: #F2F2F2;
      color: #ddd; }
  .button-container .tool-button.tool-button_autoWidth {
    width: auto;
    padding: 0 8px; }
  .button-container .tool-button.radioButton {
    background-color: #fefefe;
    color: #00628D; }
    .button-container .tool-button.radioButton:hover {
      background-color: #e2ebf1; }
    .button-container .tool-button.radioButton.active {
      background-color: #1888d2;
      color: #fefefe; }
      .button-container .tool-button.radioButton.active:hover {
        background-color: #00628D; }
  .button-container .tool-button.lightBlue {
    background-color: #e2ebf1;
    color: #333333; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .button-xxs-t {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    border-bottom-width: 2px; }

  .button-xs-t {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    border-bottom-width: 2px; }

  .button-s-t {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    border-bottom-width: 2px; }

  .button-m-t {
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    border-bottom-width: 3px; }

  .button-l-t {
    font-size: 21px;
    height: 42px;
    line-height: 42px;
    border-bottom-width: 4px; }

  .button-xl-t {
    font-size: 26px;
    height: 52px;
    line-height: 52px;
    border-bottom-width: 5px; }

  .button-tandm-group-container {
    position: reletive; }
    .button-tandm-group-container .button-tandm-group-button {
      display: block;
      background-color: #00628D;
      color: #fefefe; }
    .button-tandm-group-container .button-tandm-group-left,
    .button-tandm-group-container .button-tandm-group-right {
      display: none !important;
      position: absolute;
      bottom: 48px;
      /* @include flexbox();*/
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /* @include flex-direction(); */
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 12px 8px 0px 8px;
      margin: 0;
      background-color: #F8F8F8;
      border: 1px solid #b5b5b5;
      /* @include box-shadow(); */
      -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      /* @include border-radius(); */
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
    .button-tandm-group-container .button-tandm-group-left {
      left: -1px; }
    .button-tandm-group-container .button-tandm-group-right {
      right: -1px; }
    .button-tandm-group-container.open .button-tandm-group-button {
      background-color: #003146; }
    .button-tandm-group-container.open .button-tandm-group-left,
    .button-tandm-group-container.open .button-tandm-group-right {
      display: flex !important; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  .button-xxs-m {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    border-bottom-width: 2px; }

  .button-xs-m {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    border-bottom-width: 2px; }

  .button-s-m {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    border-bottom-width: 2px; }

  .button-m-m {
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    border-bottom-width: 3px; }

  .button-l-m {
    font-size: 21px;
    height: 42px;
    line-height: 42px;
    border-bottom-width: 4px; }

  .button-xl-m {
    font-size: 26px;
    height: 52px;
    line-height: 52px;
    border-bottom-width: 5px; }

  .button-mobile-group-container {
    position: relative; }
    .button-mobile-group-container .button-mobile-group-button {
      display: block;
      background-color: #00628D;
      color: #fefefe; }
    .button-mobile-group-container .button-mobile-group-left,
    .button-mobile-group-container .button-mobile-group-right {
      display: none !important;
      position: absolute;
      bottom: 48px;
      /* @include flexbox();*/
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /* @include flex-direction(); */
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 12px 8px 0px 8px;
      margin: 0;
      background-color: #F8F8F8;
      border: 1px solid #b5b5b5;
      /* @include box-shadow(); */
      -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      /* @include border-radius(); */
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      z-index: 1; }
    .button-mobile-group-container .button-mobile-group-left {
      left: -1px; }
    .button-mobile-group-container .button-mobile-group-right {
      right: -1px; }
    .button-mobile-group-container.open .button-mobile-group-button {
      background-color: #003146; }
    .button-mobile-group-container.open .button-mobile-group-left,
    .button-mobile-group-container.open .button-mobile-group-right {
      display: flex !important; }

  .button-tandm-group-container {
    position: reletive; }
    .button-tandm-group-container .button-tandm-group-button {
      display: block;
      background-color: #00628D;
      color: #fefefe; }
    .button-tandm-group-container .button-tandm-group-left,
    .button-tandm-group-container .button-tandm-group-right {
      display: none !important;
      position: absolute;
      bottom: 48px;
      /* @include flexbox();*/
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /* @include flex-direction(); */
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 12px 8px 0px 8px;
      margin: 0;
      background-color: #F8F8F8;
      border: 1px solid #b5b5b5;
      /* @include box-shadow(); */
      -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      /* @include border-radius(); */
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
    .button-tandm-group-container .button-tandm-group-left {
      left: -1px; }
    .button-tandm-group-container .button-tandm-group-right {
      right: -1px; }
    .button-tandm-group-container.open .button-tandm-group-button {
      background-color: #003146; }
    .button-tandm-group-container.open .button-tandm-group-left,
    .button-tandm-group-container.open .button-tandm-group-right {
      display: flex !important; }

  /* /MOBILE VIEW END --------*/ }
/*
    BUTTON GROUPS ------------------------------------
*/
.button-group-container .buttongroup-button {
  display: none; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .button-group-container {
    position: relative; }
    .button-group-container.tablet-view-top-left .buttongroup-button, .button-group-container.tablet-view-top-right .buttongroup-button, .button-group-container.tablet-view-bottom-left .buttongroup-button, .button-group-container.tablet-view-bottom-right .buttongroup-button {
      display: inline-block; }
    .button-group-container.tablet-view-top-left .button-group, .button-group-container.tablet-view-top-right .button-group, .button-group-container.tablet-view-bottom-left .button-group, .button-group-container.tablet-view-bottom-right .button-group {
      display: none;
      /* @include box-shadow(); */
      -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      /* @include border-radius(); */
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      position: absolute;
      z-index: 1;
      padding: 0;
      margin: 0;
      border: 1px solid #b5b5b5; }
      .button-group-container.tablet-view-top-left .button-group .button, .button-group-container.tablet-view-top-left .button-group .button-xs, .button-group-container.tablet-view-top-left .button-group .button-s, .button-group-container.tablet-view-top-left .button-group .button-m, .button-group-container.tablet-view-top-left .button-group .button-l, .button-group-container.tablet-view-top-left .button-group .button-xl, .button-group-container.tablet-view-top-right .button-group .button, .button-group-container.tablet-view-top-right .button-group .button-xs, .button-group-container.tablet-view-top-right .button-group .button-s, .button-group-container.tablet-view-top-right .button-group .button-m, .button-group-container.tablet-view-top-right .button-group .button-l, .button-group-container.tablet-view-top-right .button-group .button-xl, .button-group-container.tablet-view-bottom-left .button-group .button, .button-group-container.tablet-view-bottom-left .button-group .button-xs, .button-group-container.tablet-view-bottom-left .button-group .button-s, .button-group-container.tablet-view-bottom-left .button-group .button-m, .button-group-container.tablet-view-bottom-left .button-group .button-l, .button-group-container.tablet-view-bottom-left .button-group .button-xl, .button-group-container.tablet-view-bottom-right .button-group .button, .button-group-container.tablet-view-bottom-right .button-group .button-xs, .button-group-container.tablet-view-bottom-right .button-group .button-s, .button-group-container.tablet-view-bottom-right .button-group .button-m, .button-group-container.tablet-view-bottom-right .button-group .button-l, .button-group-container.tablet-view-bottom-right .button-group .button-xl {
        background-color: white;
        border: 0;
        /* @include border-radius(); */
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        overflow: hidden;
        width: 100%;
        text-align: left;
        padding: 0 6px;
        height: 24px;
        line-height: 24px;
        color: #1888d2;
        display: block; }
      .button-group-container.tablet-view-top-left .button-group > *, .button-group-container.tablet-view-top-right .button-group > *, .button-group-container.tablet-view-bottom-left .button-group > *, .button-group-container.tablet-view-bottom-right .button-group > * {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #b5b5b5; }
        .button-group-container.tablet-view-top-left .button-group > *:last-child, .button-group-container.tablet-view-top-right .button-group > *:last-child, .button-group-container.tablet-view-bottom-left .button-group > *:last-child, .button-group-container.tablet-view-bottom-right .button-group > *:last-child {
          border-bottom: 0; }
          .button-group-container.tablet-view-top-left .button-group > *:last-child > *, .button-group-container.tablet-view-top-right .button-group > *:last-child > *, .button-group-container.tablet-view-bottom-left .button-group > *:last-child > *, .button-group-container.tablet-view-bottom-right .button-group > *:last-child > * {
            /* @include border-bottom-right-radius(); */
            -webkit-border-bottom-right-radius: 3px;
            -moz-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
            /* @include border-bottom-left-radius(); */
            -webkit-border-bottom-left-radius: 3px;
            -moz-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px; }
        .button-group-container.tablet-view-top-left .button-group > *:first-child > *, .button-group-container.tablet-view-top-right .button-group > *:first-child > *, .button-group-container.tablet-view-bottom-left .button-group > *:first-child > *, .button-group-container.tablet-view-bottom-right .button-group > *:first-child > * {
          /* @include border-top-right-radius(); */
          -webkit-border-top-right-radius: 3px;
          -moz-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
          /* @include border-top-left-radius(); */
          -webkit-border-top-left-radius: 3px;
          -moz-border-top-left-radius: 3px;
          border-top-left-radius: 3px; }
    .button-group-container.tablet-view-top-left.open .button-group, .button-group-container.tablet-view-top-right.open .button-group, .button-group-container.tablet-view-bottom-left.open .button-group, .button-group-container.tablet-view-bottom-right.open .button-group {
      display: block; }
    .button-group-container.tablet-view-top-left .button-group {
      bottom: 24px;
      right: 0; }
    .button-group-container.tablet-view-top-right .button-group {
      bottom: 24px;
      left: 0; }
    .button-group-container.tablet-view-bottom-left .button-group {
      top: 24px;
      right: 0; }
    .button-group-container.tablet-view-bottom-right .button-group {
      top: 24px;
      left: 0; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  .button-group-container {
    position: relative; }
    .button-group-container.tablet-view-top-left .buttongroup-button, .button-group-container.tablet-view-top-right .buttongroup-button, .button-group-container.tablet-view-bottom-left .buttongroup-button, .button-group-container.tablet-view-bottom-right .buttongroup-button, .button-group-container.mobile-view-top-left .buttongroup-button, .button-group-container.mobile-view-top-right .buttongroup-button, .button-group-container.mobile-view-bottom-left .buttongroup-button, .button-group-container.mobile-view-bottom-right .buttongroup-button {
      display: inline-block; }
    .button-group-container.tablet-view-top-left .button-group, .button-group-container.tablet-view-top-right .button-group, .button-group-container.tablet-view-bottom-left .button-group, .button-group-container.tablet-view-bottom-right .button-group, .button-group-container.mobile-view-top-left .button-group, .button-group-container.mobile-view-top-right .button-group, .button-group-container.mobile-view-bottom-left .button-group, .button-group-container.mobile-view-bottom-right .button-group {
      display: none;
      /* @include box-shadow(); */
      -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      /* @include border-radius(); */
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      position: absolute;
      z-index: 1;
      padding: 0;
      margin: 0;
      border: 1px solid #b5b5b5; }
      .button-group-container.tablet-view-top-left .button-group .button, .button-group-container.tablet-view-top-left .button-group .button-xs, .button-group-container.tablet-view-top-left .button-group .button-s, .button-group-container.tablet-view-top-left .button-group .button-m, .button-group-container.tablet-view-top-left .button-group .button-l, .button-group-container.tablet-view-top-left .button-group .button-xl, .button-group-container.tablet-view-top-right .button-group .button, .button-group-container.tablet-view-top-right .button-group .button-xs, .button-group-container.tablet-view-top-right .button-group .button-s, .button-group-container.tablet-view-top-right .button-group .button-m, .button-group-container.tablet-view-top-right .button-group .button-l, .button-group-container.tablet-view-top-right .button-group .button-xl, .button-group-container.tablet-view-bottom-left .button-group .button, .button-group-container.tablet-view-bottom-left .button-group .button-xs, .button-group-container.tablet-view-bottom-left .button-group .button-s, .button-group-container.tablet-view-bottom-left .button-group .button-m, .button-group-container.tablet-view-bottom-left .button-group .button-l, .button-group-container.tablet-view-bottom-left .button-group .button-xl, .button-group-container.tablet-view-bottom-right .button-group .button, .button-group-container.tablet-view-bottom-right .button-group .button-xs, .button-group-container.tablet-view-bottom-right .button-group .button-s, .button-group-container.tablet-view-bottom-right .button-group .button-m, .button-group-container.tablet-view-bottom-right .button-group .button-l, .button-group-container.tablet-view-bottom-right .button-group .button-xl, .button-group-container.mobile-view-top-left .button-group .button, .button-group-container.mobile-view-top-left .button-group .button-xs, .button-group-container.mobile-view-top-left .button-group .button-s, .button-group-container.mobile-view-top-left .button-group .button-m, .button-group-container.mobile-view-top-left .button-group .button-l, .button-group-container.mobile-view-top-left .button-group .button-xl, .button-group-container.mobile-view-top-right .button-group .button, .button-group-container.mobile-view-top-right .button-group .button-xs, .button-group-container.mobile-view-top-right .button-group .button-s, .button-group-container.mobile-view-top-right .button-group .button-m, .button-group-container.mobile-view-top-right .button-group .button-l, .button-group-container.mobile-view-top-right .button-group .button-xl, .button-group-container.mobile-view-bottom-left .button-group .button, .button-group-container.mobile-view-bottom-left .button-group .button-xs, .button-group-container.mobile-view-bottom-left .button-group .button-s, .button-group-container.mobile-view-bottom-left .button-group .button-m, .button-group-container.mobile-view-bottom-left .button-group .button-l, .button-group-container.mobile-view-bottom-left .button-group .button-xl, .button-group-container.mobile-view-bottom-right .button-group .button, .button-group-container.mobile-view-bottom-right .button-group .button-xs, .button-group-container.mobile-view-bottom-right .button-group .button-s, .button-group-container.mobile-view-bottom-right .button-group .button-m, .button-group-container.mobile-view-bottom-right .button-group .button-l, .button-group-container.mobile-view-bottom-right .button-group .button-xl {
        background-color: white;
        border: 0;
        /* @include border-radius(); */
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        overflow: hidden;
        width: 100%;
        text-align: left;
        padding: 0 6px;
        height: 24px;
        line-height: 24px;
        color: #1888d2;
        display: block; }
      .button-group-container.tablet-view-top-left .button-group > *, .button-group-container.tablet-view-top-right .button-group > *, .button-group-container.tablet-view-bottom-left .button-group > *, .button-group-container.tablet-view-bottom-right .button-group > *, .button-group-container.mobile-view-top-left .button-group > *, .button-group-container.mobile-view-top-right .button-group > *, .button-group-container.mobile-view-bottom-left .button-group > *, .button-group-container.mobile-view-bottom-right .button-group > * {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #b5b5b5; }
        .button-group-container.tablet-view-top-left .button-group > *:last-child, .button-group-container.tablet-view-top-right .button-group > *:last-child, .button-group-container.tablet-view-bottom-left .button-group > *:last-child, .button-group-container.tablet-view-bottom-right .button-group > *:last-child, .button-group-container.mobile-view-top-left .button-group > *:last-child, .button-group-container.mobile-view-top-right .button-group > *:last-child, .button-group-container.mobile-view-bottom-left .button-group > *:last-child, .button-group-container.mobile-view-bottom-right .button-group > *:last-child {
          border-bottom: 0; }
          .button-group-container.tablet-view-top-left .button-group > *:last-child > *, .button-group-container.tablet-view-top-right .button-group > *:last-child > *, .button-group-container.tablet-view-bottom-left .button-group > *:last-child > *, .button-group-container.tablet-view-bottom-right .button-group > *:last-child > *, .button-group-container.mobile-view-top-left .button-group > *:last-child > *, .button-group-container.mobile-view-top-right .button-group > *:last-child > *, .button-group-container.mobile-view-bottom-left .button-group > *:last-child > *, .button-group-container.mobile-view-bottom-right .button-group > *:last-child > * {
            /* @include border-bottom-right-radius(); */
            -webkit-border-bottom-right-radius: 3px;
            -moz-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
            /* @include border-bottom-left-radius(); */
            -webkit-border-bottom-left-radius: 3px;
            -moz-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px; }
        .button-group-container.tablet-view-top-left .button-group > *:first-child > *, .button-group-container.tablet-view-top-right .button-group > *:first-child > *, .button-group-container.tablet-view-bottom-left .button-group > *:first-child > *, .button-group-container.tablet-view-bottom-right .button-group > *:first-child > *, .button-group-container.mobile-view-top-left .button-group > *:first-child > *, .button-group-container.mobile-view-top-right .button-group > *:first-child > *, .button-group-container.mobile-view-bottom-left .button-group > *:first-child > *, .button-group-container.mobile-view-bottom-right .button-group > *:first-child > * {
          /* @include border-top-right-radius(); */
          -webkit-border-top-right-radius: 3px;
          -moz-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
          /* @include border-top-left-radius(); */
          -webkit-border-top-left-radius: 3px;
          -moz-border-top-left-radius: 3px;
          border-top-left-radius: 3px; }
    .button-group-container.tablet-view-top-left.open .button-group, .button-group-container.tablet-view-top-right.open .button-group, .button-group-container.tablet-view-bottom-left.open .button-group, .button-group-container.tablet-view-bottom-right.open .button-group, .button-group-container.mobile-view-top-left.open .button-group, .button-group-container.mobile-view-top-right.open .button-group, .button-group-container.mobile-view-bottom-left.open .button-group, .button-group-container.mobile-view-bottom-right.open .button-group {
      display: block; }
    .button-group-container.mobile-view-top-left .button-group {
      bottom: 24px;
      right: 0; }
    .button-group-container.mobile-view-top-right .button-group {
      bottom: 24px;
      left: 0; }
    .button-group-container.mobile-view-bottom-left .button-group {
      top: 24px;
      right: 0; }
    .button-group-container.mobile-view-bottom-right .button-group {
      top: 24px;
      left: 0; }
    .button-group-container.tablet-view-top-left.mobile-view-top-left .button-group, .button-group-container.tablet-view-top-right.mobile-view-top-left .button-group, .button-group-container.tablet-view-bottom-left.mobile-view-top-left .button-group, .button-group-container.tablet-view-bottom-right.mobile-view-top-left .button-group {
      bottom: 24px;
      top: auto;
      right: 0;
      left: auto; }
    .button-group-container.tablet-view-top-left.mobile-view-top-right .button-group, .button-group-container.tablet-view-top-right.mobile-view-top-right .button-group, .button-group-container.tablet-view-bottom-left.mobile-view-top-right .button-group, .button-group-container.tablet-view-bottom-right.mobile-view-top-right .button-group {
      bottom: 24px;
      top: auto;
      left: 0;
      right: auto; }
    .button-group-container.tablet-view-top-left.mobile-view-bottom-left .button-group, .button-group-container.tablet-view-top-right.mobile-view-bottom-left .button-group, .button-group-container.tablet-view-bottom-left.mobile-view-bottom-left .button-group, .button-group-container.tablet-view-bottom-right.mobile-view-bottom-left .button-group {
      top: 24px;
      bottom: auto;
      right: 0;
      left: auto; }
    .button-group-container.tablet-view-top-left.mobile-view-bottom-right .button-group, .button-group-container.tablet-view-top-right.mobile-view-bottom-right .button-group, .button-group-container.tablet-view-bottom-left.mobile-view-bottom-right .button-group, .button-group-container.tablet-view-bottom-right.mobile-view-bottom-right .button-group {
      top: 24px;
      bottom: auto;
      left: 0;
      right: auto; }

  /* /MOBILE VIEW END --------*/ }
.cc-window {
  /* @include flexbox();*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* @include flex-wrap(); */
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* @include flex-direction(); */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* @include align-items(); */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px 4px 0px 4px;
  margin: 0;
  border: 1px solid #b5b5b5;
  background: #fefefe; }
  .cc-window .cc-message {
    /* @include flex(); */
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 4px;
    margin-bottom: 6px; }
    .cc-window .cc-message a {
      font-weight: bold;
      color: #1888d2; }
  .cc-window .cc-compliance {
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 4px;
    margin-bottom: 6px; }
    .cc-window .cc-compliance .cc-btn {
      /* Button */
      font-family: 'Roboto', sans-serif;
      font-weight: normal;
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      background-color: #1888d2;
      color: #fefefe;
      text-align: center;
      white-space: nowrap;
      outline-width: 0;
      cursor: pointer;
      /* @include transition(); */
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      /* @include border-radius(); */
      -webkit-border-radius: 9px;
      -moz-border-radius: 9px;
      border-radius: 9px;
      border: 0;
      padding: 0 1em;
      /* @include user-select(); */
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border-style: solid;
      border-color: #1374b4;
      /* @include box-shadow(); */
      -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      /* S */
      font-size: 14px;
      height: 24px;
      line-height: 24px;
      border-bottom-width: 2px; }
      .cc-window .cc-compliance .cc-btn:hover {
        background-color: #58a8dc;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

/* Collapse --------------------- */
.main-collapse-container {
  /* Opened block */ }
  .main-collapse-container .main-collapse-button {
    cursor: pointer; }
    .main-collapse-container .main-collapse-button .main-collapse-button-open-sign {
      display: inline-block;
      /* @include user-select(); */
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .main-collapse-container .main-collapse-button .main-collapse-button-close-sign {
      display: none;
      /* @include user-select(); */
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .main-collapse-container .main-collapse-button.hover-text:hover {
      color: #58a8dc; }
    .main-collapse-container .main-collapse-button.hover-opacity {
      opacity: 0.8; }
      .main-collapse-container .main-collapse-button.hover-opacity:hover {
        opacity: 1; }
    .main-collapse-container .main-collapse-button.hover-bg:hover {
      background-color: #1888d2; }
  .main-collapse-container .main-collapse-block {
    display: none;
    overflow: hidden; }
  .main-collapse-container.open .main-collapse-button .main-collapse-button-open-sign {
    display: none; }
  .main-collapse-container.open .main-collapse-button .main-collapse-button-close-sign {
    display: inline-block; }
  .main-collapse-container.open .main-collapse-block {
    overflow: visible; }

.collapse-container {
  /* Opened block */ }
  .collapse-container.dropdown-container {
    position: relative; }
  .collapse-container .collapse-button {
    cursor: pointer; }
    .collapse-container .collapse-button .collapse-button-open-sign {
      display: inline-block;
      /* @include user-select(); */
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .collapse-container .collapse-button .collapse-button-close-sign {
      display: none;
      /* @include user-select(); */
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .collapse-container .collapse-button.hover-text:hover {
      color: #58a8dc; }
    .collapse-container .collapse-button.hover-opacity {
      opacity: 0.8; }
      .collapse-container .collapse-button.hover-opacity:hover {
        opacity: 1; }
    .collapse-container .collapse-button.hover-bg:hover {
      background-color: #1888d2; }
    .collapse-container .collapse-button.objectLight {
      background-color: #ffd6a6; }
  .collapse-container .collapse-block {
    display: none;
    overflow: hidden; }
    .collapse-container .collapse-block.dropdown-block {
      position: absolute;
      top: 100%;
      width: 100%; }
    .collapse-container .collapse-block .dropdown-selectable-list {
      background-color: #F8F8F8; }
      .collapse-container .collapse-block .dropdown-selectable-list li a {
        display: block; }
        .collapse-container .collapse-block .dropdown-selectable-list li a:hover {
          background-color: #e2ebf1; }
  .collapse-container.open .collapse-button .collapse-button-open-sign {
    display: none; }
  .collapse-container.open .collapse-button .collapse-button-close-sign {
    display: inline-block; }
  .collapse-container.open .collapse-block {
    overflow: visible; }

.multi-collapse .multi-collapse-group .multi-collapse-container {
  /* Opened block */ }
  .multi-collapse .multi-collapse-group .multi-collapse-container:first-child .multi-collapse-button {
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    /* @include border-top-right-radius(); */
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px; }
  .multi-collapse .multi-collapse-group .multi-collapse-container:last-child .multi-collapse-button {
    /* @include border-bottom-left-radius(); */
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    /* @include border-bottom-right-radius(); */
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 0; }
  .multi-collapse .multi-collapse-group .multi-collapse-container:last-child.open .multi-collapse-button {
    /* @include border-bottom-left-radius(); */
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    /* @include border-bottom-right-radius(); */
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .multi-collapse .multi-collapse-group .multi-collapse-container .multi-collapse-button {
    cursor: pointer;
    border: 1px solid #b5b5b5; }
    .multi-collapse .multi-collapse-group .multi-collapse-container .multi-collapse-button .multi-collapse-button-open-sign {
      display: inline-block;
      /* @include user-select(); */
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .multi-collapse .multi-collapse-group .multi-collapse-container .multi-collapse-button .multi-collapse-button-close-sign {
      display: none;
      /* @include user-select(); */
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .multi-collapse .multi-collapse-group .multi-collapse-container .multi-collapse-button:hover {
      color: #58a8dc; }
  .multi-collapse .multi-collapse-group .multi-collapse-container .multi-collapse-block {
    display: none;
    overflow: hidden;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5; }
  .multi-collapse .multi-collapse-group .multi-collapse-container.open {
    /*
    .collapse-block{
        max-height: 999px;
    }
    */ }
    .multi-collapse .multi-collapse-group .multi-collapse-container.open .collapse-button .collapse-button-open-sign {
      display: none; }
    .multi-collapse .multi-collapse-group .multi-collapse-container.open .collapse-button .collapse-button-close-sign {
      display: inline-block; }

/* EXAMPLE ---------------
<div class="parent frame-s collapse-container">
    <div class="full block-top collapse-button">
        <section class="parent gap-s frame-s justify-content-space-between">
            <span class="">Mérőköri rajz</span>
            <span class="collapse-button-open-sign">Open</span>
            <span class="collapse-button-close-sign">Close</span>
        </section>
    </div>
    <div class="full block-bottom collapse-block">
        <ul class="parent gap-m frame-m justify-content-space-between">
            <li class="full">Data afasdf asf asdf asf sf</li>
            <li class="full">Data afasdf asf asdf asf sf</li>
            <li class="full">Data afasdf asf asdf asf sf</li>
            <li class="full">Data afasdf asf asdf asf sf</li>
            <li class="full">Data afasdf asf asdf asf sf</li>
            <li class="full">Data afasdf asf asdf asf sf</li>
        </ul>
    </div>
</div>
*/
/* Collapse Text --------------------- */
.collapse-text .collapse-text-button {
  cursor: pointer; }
  .collapse-text .collapse-text-button:hover {
    color: #58a8dc; }
.collapse-text .collapse-text-container {
  line-height: 18px;
  font-size: 14px; }
.collapse-text.closed .collapse-text-container {
  max-height: 18px;
  overflow: hidden; }
.collapse-text.closed .collapse-text-button {
  cursor: pointer; }
  .collapse-text.closed .collapse-text-button .collapse-text-button-open-sign {
    display: inline-block;
    /* @include user-select(); */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .collapse-text.closed .collapse-text-button .collapse-text-button-close-sign {
    display: none;
    /* @include user-select(); */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .collapse-text.closed .collapse-text-button:hover {
    color: #58a8dc; }
.collapse-text.open .collapse-text-container {
  max-height: 99999px; }
.collapse-text.open .collapse-text-button .collapse-text-button-open-sign {
  display: none; }
.collapse-text.open .collapse-text-button .collapse-text-button-close-sign {
  display: inline-block; }

/* EXAMPLE ---------------
<div class="parent frame-s collapse-container">
    <div class="full block-top collapse-button">
        <section class="parent gap-s frame-s justify-content-space-between">
            <span class="">Mérőköri rajz</span>
            <span class="collapse-button-open-sign">Open</span>
            <span class="collapse-button-close-sign">Close</span>
        </section>
    </div>
    <div class="full block-bottom collapse-block">
        <ul class="parent gap-m frame-m justify-content-space-between">
            <li class="full">Data afasdf asf asdf asf sf</li>
            <li class="full">Data afasdf asf asdf asf sf</li>
            <li class="full">Data afasdf asf asdf asf sf</li>
            <li class="full">Data afasdf asf asdf asf sf</li>
            <li class="full">Data afasdf asf asdf asf sf</li>
            <li class="full">Data afasdf asf asdf asf sf</li>
        </ul>
    </div>
</div>
*/
/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  /* /MOBILE VIEW END --------*/ }
/*
    Slide out Blocks --------------------------------
*/
.slidein-container {
  position: relative; }
  .slidein-container .slidein {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #fefefe;
    z-index: 4;
    right: 100%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
    .slidein-container .slidein.open {
      right: 0%; }
    .slidein-container .slidein .slidein-button {
      z-index: 99;
      position: absolute;
      top: 50%;
      height: 100px;
      width: 56px;
      text-align: center;
      margin-top: -50px;
      right: -30px;
      background-color: #1888d2;
      color: #fefefe;
      line-height: 100px;
      /* @include border-radius(); */
      -webkit-border-radius: 9px;
      -moz-border-radius: 9px;
      border-radius: 9px;
      cursor: pointer;
      opacity: 1;
      box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
      border: 1px solid #b5b5b5;
      display: flex; }
      .slidein-container .slidein .slidein-button.slidein-button-position-0 {
        top: 0%; }
      .slidein-container .slidein .slidein-button.slidein-button-position-10 {
        top: 10%; }
      .slidein-container .slidein .slidein-button.slidein-button-position-20 {
        top: 20%; }
      .slidein-container .slidein .slidein-button.slidein-button-position-30 {
        top: 30%; }
      .slidein-container .slidein .slidein-button.slidein-button-position-40 {
        top: 40%; }
      .slidein-container .slidein .slidein-button.slidein-button-position-50 {
        top: 50%; }
      .slidein-container .slidein .slidein-button.slidein-button-position-60 {
        top: 60%; }
      .slidein-container .slidein .slidein-button.slidein-button-position-70 {
        top: 70%; }
      .slidein-container .slidein .slidein-button.slidein-button-position-80 {
        top: 80%; }
      .slidein-container .slidein .slidein-button.slidein-button-position-90 {
        top: 90%; }

.slidein-container-t-m .slidein-button,
.slidein-container-t .slidein-button,
.slidein-container-m .slidein-button {
  display: none; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .slidein-container-t-m,
  .slidein-container-t {
    position: relative;
    overflow: hidden; }
    .slidein-container-t-m .slidein,
    .slidein-container-t .slidein {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: #fefefe;
      z-index: 4;
      right: 100%;
      -webkit-transition: 0.8s;
      -moz-transition: 0.8s;
      -ms-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s; }
      .slidein-container-t-m .slidein.open,
      .slidein-container-t .slidein.open {
        right: 0%; }
      .slidein-container-t-m .slidein .slidein-button,
      .slidein-container-t .slidein .slidein-button {
        z-index: 99;
        position: absolute;
        top: 50%;
        height: 100px;
        width: 56px;
        text-align: center;
        margin-top: -50px;
        right: -30px;
        background-color: #1888d2;
        color: #fefefe;
        line-height: 100px;
        /* @include border-radius(); */
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        cursor: pointer;
        opacity: 1;
        box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
        border: 1px solid #b5b5b5;
        display: flex; }
        .slidein-container-t-m .slidein .slidein-button.slidein-button-position-0,
        .slidein-container-t .slidein .slidein-button.slidein-button-position-0 {
          top: 0%; }
        .slidein-container-t-m .slidein .slidein-button.slidein-button-position-10,
        .slidein-container-t .slidein .slidein-button.slidein-button-position-10 {
          top: 10%; }
        .slidein-container-t-m .slidein .slidein-button.slidein-button-position-20,
        .slidein-container-t .slidein .slidein-button.slidein-button-position-20 {
          top: 20%; }
        .slidein-container-t-m .slidein .slidein-button.slidein-button-position-30,
        .slidein-container-t .slidein .slidein-button.slidein-button-position-30 {
          top: 30%; }
        .slidein-container-t-m .slidein .slidein-button.slidein-button-position-40,
        .slidein-container-t .slidein .slidein-button.slidein-button-position-40 {
          top: 40%; }
        .slidein-container-t-m .slidein .slidein-button.slidein-button-position-50,
        .slidein-container-t .slidein .slidein-button.slidein-button-position-50 {
          top: 50%; }
        .slidein-container-t-m .slidein .slidein-button.slidein-button-position-60,
        .slidein-container-t .slidein .slidein-button.slidein-button-position-60 {
          top: 60%; }
        .slidein-container-t-m .slidein .slidein-button.slidein-button-position-70,
        .slidein-container-t .slidein .slidein-button.slidein-button-position-70 {
          top: 70%; }
        .slidein-container-t-m .slidein .slidein-button.slidein-button-position-80,
        .slidein-container-t .slidein .slidein-button.slidein-button-position-80 {
          top: 80%; }
        .slidein-container-t-m .slidein .slidein-button.slidein-button-position-90,
        .slidein-container-t .slidein .slidein-button.slidein-button-position-90 {
          top: 90%; }

  .slidein-container-m .slidein-button {
    display: none; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  .slidein-container-t-m,
  .slidein-container-m {
    position: relative;
    overflow: hidden; }
    .slidein-container-t-m .slidein,
    .slidein-container-m .slidein {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: #fefefe;
      z-index: 4;
      right: 100%;
      -webkit-transition: 0.8s;
      -moz-transition: 0.8s;
      -ms-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s; }
      .slidein-container-t-m .slidein.open,
      .slidein-container-m .slidein.open {
        right: 0%; }
      .slidein-container-t-m .slidein .slidein-button,
      .slidein-container-m .slidein .slidein-button {
        z-index: 99;
        position: absolute;
        top: 50%;
        height: 100px;
        width: 56px;
        text-align: center;
        margin-top: -50px;
        right: -30px;
        background-color: #1888d2;
        color: #fefefe;
        line-height: 100px;
        /* @include border-radius(); */
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        cursor: pointer;
        opacity: 1;
        box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
        border: 1px solid #b5b5b5;
        display: flex; }
        .slidein-container-t-m .slidein .slidein-button.slidein-button-position-0,
        .slidein-container-m .slidein .slidein-button.slidein-button-position-0 {
          top: 0%; }
        .slidein-container-t-m .slidein .slidein-button.slidein-button-position-10,
        .slidein-container-m .slidein .slidein-button.slidein-button-position-10 {
          top: 10%; }
        .slidein-container-t-m .slidein .slidein-button.slidein-button-position-20,
        .slidein-container-m .slidein .slidein-button.slidein-button-position-20 {
          top: 20%; }
        .slidein-container-t-m .slidein .slidein-button.slidein-button-position-30,
        .slidein-container-m .slidein .slidein-button.slidein-button-position-30 {
          top: 30%; }
        .slidein-container-t-m .slidein .slidein-button.slidein-button-position-40,
        .slidein-container-m .slidein .slidein-button.slidein-button-position-40 {
          top: 40%; }
        .slidein-container-t-m .slidein .slidein-button.slidein-button-position-50,
        .slidein-container-m .slidein .slidein-button.slidein-button-position-50 {
          top: 50%; }
        .slidein-container-t-m .slidein .slidein-button.slidein-button-position-60,
        .slidein-container-m .slidein .slidein-button.slidein-button-position-60 {
          top: 60%; }
        .slidein-container-t-m .slidein .slidein-button.slidein-button-position-70,
        .slidein-container-m .slidein .slidein-button.slidein-button-position-70 {
          top: 70%; }
        .slidein-container-t-m .slidein .slidein-button.slidein-button-position-80,
        .slidein-container-m .slidein .slidein-button.slidein-button-position-80 {
          top: 80%; }
        .slidein-container-t-m .slidein .slidein-button.slidein-button-position-90,
        .slidein-container-m .slidein .slidein-button.slidein-button-position-90 {
          top: 90%; }

  /* /MOBILE VIEW END --------*/ }
#treeView {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  user-select: none; }

/* Contenxt Menu ------------------- */
.contextMenu {
  min-width: 180px;
  position: absolute;
  display: none;
  background-color: #fff;
  border: 1px solid #ccc;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  z-index: 9999; }
  .contextMenu .contextMenu-section {
    border-bottom: 1px solid #b5b5b5; }
    .contextMenu .contextMenu-section:last-child {
      border-bottom: 0; }
  .contextMenu button.contextMenu-listelement:disabled {
    background-color: #e9e9e9 !important; }
    .contextMenu button.contextMenu-listelement:disabled .contextMenu-icon {
      color: #b5b5b5; }
    .contextMenu button.contextMenu-listelement:disabled:hover {
      background-color: #ddd !important; }
  .contextMenu .contextMenu-listelement {
    padding: 8px 12px;
    cursor: pointer;
    opacity: 0.8;
    background-color: #fefefe;
    text-align: left;
    border: 0;
    font-size: 14px;
    pointer-events: auto;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    user-select: none; }
    .contextMenu .contextMenu-listelement:hover {
      opacity: 1;
      background-color: #aecfe4; }
    .contextMenu .contextMenu-listelement .contextMenu-icon {
      display: inline-block;
      width: 14px;
      margin-right: 3px;
      color: #1888d2; }
    .contextMenu .contextMenu-listelement.contextMenu-delete .contextMenu-icon {
      color: #ee5050; }
    .contextMenu .contextMenu-listelement.contextMenu-delete:hover {
      background-color: #f6beaf; }
    .contextMenu .contextMenu-listelement.contextMenu-accept .contextMenu-icon {
      color: #44bb44; }
    .contextMenu .contextMenu-listelement.contextMenu-accept:hover {
      background-color: #e2ece2; }

/* /Contenxt Menu ------------------ */
/* Dropdowns ---------------------*/
.dropdown-container {
  position: relative; }
  .dropdown-container .dropdown-button {
    height: 100%; }
  .dropdown-container .dropdown {
    /* @include border-radius(); */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    color: #333333;
    display: none;
    background: #fff;
    z-index: 995;
    border: 1px solid #b5b5b5;
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
    /* Sizes ------------ */
    /* Special Type ------------ */ }
    .dropdown-container .dropdown.open {
      /* @include flexbox();*/
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .dropdown-container .dropdown.dropdown-small {
      width: 240px; }
    .dropdown-container .dropdown.dropdown-big {
      width: 500px;
      left: 1px; }
      .dropdown-container .dropdown.dropdown-big .replace-icon {
        line-height: 24px; }
    .dropdown-container .dropdown.dropdown-topRight {
      left: auto;
      right: 0; }
    .dropdown-container .dropdown.menu-options {
      text-align: left; }
      .dropdown-container .dropdown.menu-options .menu-option-listelement {
        border-bottom: 1px solid #b5b5b5;
        font-size: 14px;
        line-height: 14px;
        cursor: pointer;
        text-align: left;
        border-right: 0;
        border-left: 0;
        border-top: 0;
        background-color: #fefefe;
        color: #333333; }
        .dropdown-container .dropdown.menu-options .menu-option-listelement .icon-container {
          width: 28px;
          height: auto;
          min-height: auto; }
          .dropdown-container .dropdown.menu-options .menu-option-listelement .icon-container i {
            margin: 0; }
        .dropdown-container .dropdown.menu-options .menu-option-listelement i {
          font-size: 14px;
          line-height: 14px;
          margin: 0 6px 0 0;
          width: 16px;
          text-align: center; }
        .dropdown-container .dropdown.menu-options .menu-option-listelement:hover {
          background-color: #1888d2;
          color: #fefefe; }
        .dropdown-container .dropdown.menu-options .menu-option-listelement.menu-option-submenu {
          position: relative; }
          .dropdown-container .dropdown.menu-options .menu-option-listelement.menu-option-submenu > .dropdown {
            display: none; }
          .dropdown-container .dropdown.menu-options .menu-option-listelement.menu-option-submenu:hover > .dropdown {
            left: 100%;
            top: 0;
            display: block; }
        .dropdown-container .dropdown.menu-options .menu-option-listelement.disabled {
          color: #b5b5b5;
          background-color: #e9e9e9; }
          .dropdown-container .dropdown.menu-options .menu-option-listelement.disabled:hover {
            color: #b5b5b5;
            background-color: #e9e9e9; }
      .dropdown-container .dropdown.menu-options .menu-option-listelement:last-child {
        border-bottom: 0; }
    .dropdown-container .dropdown.dropdown-top-menu-xs {
      bottom: 25px; }

/* Dropdowns ---------------------*/
/*
    FIELDSET ----------------------------
*/
/*
fieldset{
    border: $theme-border;

    legend{
        padding: 0 3px;
    }
}
*/
.fieldset {
  position: relative;
  border: 1px solid #b5b5b5;
  background-color: #fefefe;
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .fieldset .legend {
    position: absolute;
    top: -0.6em;
    margin-left: 3px;
    background-color: #fefefe;
    padding: 0 3px;
    line-height: 14px;
    font-size: 16px; }
  .fieldset.frame-xs .legend {
    left: 5px;
    margin-left: 0; }
  .fieldset.frame-s .legend {
    left: 13px;
    margin-left: 0; }
  .fieldset.frame-m .legend {
    left: 20px;
    margin-left: 0; }
  .fieldset.frame-l .legend {
    left: 29px;
    margin-left: 0; }
  .fieldset.frame-xl .legend {
    left: 37px;
    margin-left: 0; }

/* Form - Input Elements*/
/*////////////////////////////////////
/// THEME COLORS /////////////////////
/////////////////////////////////// */
/*
    CSS PREFIXES ///////////////////////////////////////////////////////////////
*/
/* CSS3 Styles ---------------------------------- */
/* BorderBox ---------------------------------- */
/* border radius ---------------------------*/
/* box shadow ---------------------------*/
/* Transision (Animation) ---------------------------- */
/* Transform ---------------------------- */
/* Transform ---------------------------- */
/* FLEX ------------------------------------ */
/* flex boxes ---------------------------*/
/* flex elements------------------------- */
/* The mian color ---------------------------------------- */
/* Main */
/*  Main Color Light Background */
/* Secondary */
/* orange ---------------------*/
/* Background */
/* DOC ---------------------*/
/* Background */
/* Project ---------------------*/
/* Background */
/* Green -----*/
/* Background */
/* Black And White --------------------------------------- */
/* Greys ------------------------------------------------- */
/* Mostly Used*/
/* Other Colors ------------------------------------------ */
/* Red -----*/
/* Yellow -----*/
/* Green -----*/
/* Border ------------------------------------------ */
/* SHADOWS --------------------------*/
/* Small Shadow */
/* Purple -----*/
/* Fonts ----------------------*/
.imagePreviewBlock {
  border: 1px solid #b5b5b5;
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .imagePreviewBlock .imagePreview {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    margin-bottom: 3px; }
    .imagePreviewBlock .imagePreview div {
      box-sizing: border-box;
      margin: 1% 1%;
      display: inline-block;
      background-color: #e9e9e9;
      border: 1px solid #b5b5b5;
      /* @include border-radius(); */
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      width: 31.333%;
      height: 170px;
      position: relative; }
      .imagePreviewBlock .imagePreview div img {
        object-fit: contain;
        width: 100%;
        height: 100%; }
      .imagePreviewBlock .imagePreview div span {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        /* @include border-radius(); */
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 24px;
        height: 24px;
        position: absolute;
        display: block;
        right: 5px;
        top: 5px;
        background-color: #ee5050;
        color: #fefefe;
        text-align: center;
        line-height: 24px;
        cursor: pointer; }
        .imagePreviewBlock .imagePreview div span:before {
          content: "\f2ed";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900; }
        .imagePreviewBlock .imagePreview div span:hover {
          display: inline-block; }

.inputScrollerContainer {
  position: relative; }
  .inputScrollerContainer .inputScroller {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px;
    font-size: 16px; }

.cbDisabled.disabledBlock {
  color: #ddd; }

::selection {
  background-color: #1888d2;
  /* A kijelölés háttérszíne */
  color: #fefefe;
  /* Szöveg színe */ }

::-moz-selection {
  /* Mozilla Firefox */
  background-color: #1888d2;
  /* A kijelölés háttérszíne */
  color: #fefefe;
  /* Szöveg színe */ }

/* Date Range Inputs */
.daterange-container {
  height: 24px;
  border: 1px solid #b5b5b5;
  padding: 2px 6px;
  font-size: 14px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
  /* @include box-shadow(); */
  -webkit-box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05); }
  .daterange-container:focus, .daterange-container:active {
    outline: none;
    background-color: #e2ebf1;
    border: 1px solid #1888d2; }
  .daterange-container input[type='text'].daterange-value {
    width: 100%; }

.placeholder-input {
  height: 24px;
  font-size: 14px;
  padding: 7px 10px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ddd;
  color: #b5b5b5;
  line-height: 10px; }

.placeholder-text {
  height: 10px;
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #b5b5b5;
  display: inline-block; }

.placeholder-checkbox {
  height: 14px;
  width: 14px;
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #b5b5b5;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: -1px;
  margin-top: -1px; }

.placeholder-multiselect {
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 164px;
  overflow: hidden; }
  .placeholder-multiselect .multiselect-list .multiselect-listelement {
    line-height: 10px;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 26px;
    padding: 7px 10px;
    background-color: #ddd; }
    .placeholder-multiselect .multiselect-list .multiselect-listelement:nth-child(even) {
      background-color: #F2F2F2; }
    .placeholder-multiselect .multiselect-list .multiselect-listelement label {
      font-size: 14px;
      line-height: 14px; }

.search-container {
  width: 240px; }
  .search-container .search-input {
    height: 30px;
    /* @include border-radius(); */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-left: 8px;
    padding-right: 71px;
    margin-right: -71px;
    box-sizing: border-box;
    width: 100%; }
  .search-container .search-button {
    margin: 3px; }

.fixed-search-container {
  background-color: #fefefe;
  position: sticky;
  top: 0;
  z-index: 10; }

.search-container-find {
  position: relative; }
  .search-container-find .search-input {
    height: 30px;
    /* @include border-radius(); */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-left: 8px;
    padding-right: 110px;
    margin-right: -110px;
    box-sizing: border-box;
    width: 100%; }
  .search-container-find .searchResultText {
    margin: 3px;
    line-height: 24px;
    position: absolute;
    right: 68px;
    top: 0; }
  .search-container-find .prev-button {
    margin: 3px 0 3px 3px;
    padding-left: 10px;
    position: absolute;
    width: 31px;
    right: 34px;
    top: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .search-container-find .next-button {
    margin: 3px;
    padding-right: 10px;
    position: absolute;
    width: 31px;
    right: 0;
    top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0; }

.stears-select-container {
  position: relative;
  height: 24px;
  border: 1px solid #b5b5b5;
  font-size: 14px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
  /* @include box-shadow(); */
  -webkit-box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05);
  padding: 0 6px;
  line-height: 22px; }
  .stears-select-container .first-stear,
  .stears-select-container .second-stear {
    border: 0;
    height: 12px;
    /* @include box-shadow(); */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    height: 22px;
    background-color: rgba(0, 0, 0, 0); }
  .stears-select-container .hider {
    position: absolute;
    height: 24px;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .stears-select-container .dropdown-list {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 22px;
    width: 50%;
    border: 1px solid #b5b5b5;
    /* @include border-radius(); */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .stears-select-container .dropdown-list.closed {
      display: none; }
    .stears-select-container .dropdown-list .dropdown-listelement {
      padding: 3px 6px;
      background-color: #F2F2F2; }
      .stears-select-container .dropdown-list .dropdown-listelement:nth-child(even) {
        background-color: #F8F8F8; }
      .stears-select-container .dropdown-list .dropdown-listelement:hover {
        background-color: #aecfe4; }
      .stears-select-container .dropdown-list .dropdown-listelement label {
        line-height: 16px;
        font-size: 14px;
        font-weight: normal; }
        .stears-select-container .dropdown-list .dropdown-listelement label input[type="checkbox"] {
          display: none; }
      .stears-select-container .dropdown-list .dropdown-listelement.active {
        background-color: #1888d2;
        color: #fefefe; }
        .stears-select-container .dropdown-list .dropdown-listelement.active:hover {
          background-color: #00628D; }
      .stears-select-container .dropdown-list .dropdown-listelement.closed .dropdown-second-list {
        display: none; }
      .stears-select-container .dropdown-list .dropdown-listelement .dropdown-second-list {
        color: #333333;
        border: 1px solid #b5b5b5;
        top: -1px;
        /* @include border-radius(); */
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        position: absolute;
        left: 100%;
        width: 100%; }
        .stears-select-container .dropdown-list .dropdown-listelement .dropdown-second-list .dropdown-second-listelement {
          padding: 3px 6px;
          background-color: #F2F2F2; }
          .stears-select-container .dropdown-list .dropdown-listelement .dropdown-second-list .dropdown-second-listelement:nth-child(even) {
            background-color: #F8F8F8; }
          .stears-select-container .dropdown-list .dropdown-listelement .dropdown-second-list .dropdown-second-listelement:hover {
            background-color: #aecfe4; }
          .stears-select-container .dropdown-list .dropdown-listelement .dropdown-second-list .dropdown-second-listelement.active {
            background-color: #1888d2;
            color: #fefefe; }
            .stears-select-container .dropdown-list .dropdown-listelement .dropdown-second-list .dropdown-second-listelement.active:hover {
              background-color: #00628D; }
        .stears-select-container .dropdown-list .dropdown-listelement .dropdown-second-list.scrollable-secondlist {
          width: 216px;
          height: 250px;
          overflow: scroll;
          overflow-x: hidden; }
  .stears-select-container.focus {
    background-color: #e2ebf1;
    border: 1px solid #1888d2; }

.form-like label,
.form-like .label-like {
  font-weight: bold;
  font-size: 14px;
  display: block;
  line-height: 24px; }
  .form-like label.size-xs,
  .form-like .label-like.size-xs {
    line-height: 30px; }
  .form-like label.size-s,
  .form-like .label-like.size-s {
    line-height: 30px; }
  .form-like label.size-m,
  .form-like .label-like.size-m {
    line-height: 30px; }
  .form-like label.size-l,
  .form-like .label-like.size-l {
    line-height: 30px; }
  .form-like label.size-xl,
  .form-like .label-like.size-xl {
    line-height: 30px; }
.form-like .input-like {
  display: block;
  min-height: 24px;
  line-height: 20px;
  padding: 2px 0;
  font-size: 14px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.inputLikeBlock {
  line-height: 12px;
  height: 24px;
  border: 1px solid #b5b5b5;
  padding: 6px 2px 4px 2px;
  font-size: 14px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
  /* @include box-shadow(); */
  -webkit-box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05); }

.responsive-align-m {
  text-align: right; }

.responsive-align-t-m {
  text-align: right; }

textarea,
input {
  font-family: 'Roboto', sans-serif; }

textarea.errorInput {
  border-color: #ee5050 !important;
  background-color: #eda1a1 !important; }
  textarea.errorInput::placeholder, textarea.errorInput:-ms-input-placeholder, textarea.errorInput::-ms-input-placeholder {
    color: #ee5050 !important; }
textarea:disabled {
  background-color: #ddd !important;
  opacity: 1; }

.fileInputStyle {
  height: 24px;
  border: 1px solid #b5b5b5;
  padding: 0 6px 0 0;
  font-size: 14px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
  /* @include box-shadow(); */
  -webkit-box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05); }
  .fileInputStyle::file-selector-button {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background-color: #1888d2;
    color: #fefefe;
    text-align: center;
    white-space: nowrap;
    outline-width: 0;
    cursor: pointer;
    /* @include transition(); */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    /* @include border-bottom-left-radius(); */
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 0 0.8em;
    /* @include user-select(); */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    border: 0; }
    .fileInputStyle::file-selector-button:hover, .fileInputStyle::file-selector-button:focus {
      background-color: #58a8dc; }
    .fileInputStyle::file-selector-button:focus {
      /* @include box-shadow(); */
      -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

select,
input[type='datetime-local'],
input[type='time'],
input[type='date'],
input[type='month'],
input[type='search'],
input[type='time'],
input[type='password'],
input[type='text'],
input[type='number'],
input[type='color'] {
  height: 24px;
  border: 1px solid #b5b5b5;
  padding: 2px 6px;
  font-size: 14px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
  /* @include box-shadow(); */
  -webkit-box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05); }
  select:focus, select:active,
  input[type='datetime-local']:focus,
  input[type='datetime-local']:active,
  input[type='time']:focus,
  input[type='time']:active,
  input[type='date']:focus,
  input[type='date']:active,
  input[type='month']:focus,
  input[type='month']:active,
  input[type='search']:focus,
  input[type='search']:active,
  input[type='time']:focus,
  input[type='time']:active,
  input[type='password']:focus,
  input[type='password']:active,
  input[type='text']:focus,
  input[type='text']:active,
  input[type='number']:focus,
  input[type='number']:active,
  input[type='color']:focus,
  input[type='color']:active {
    outline: none;
    background-color: #e2ebf1;
    border: 1px solid #1888d2; }
  select.size-xs,
  input[type='datetime-local'].size-xs,
  input[type='time'].size-xs,
  input[type='date'].size-xs,
  input[type='month'].size-xs,
  input[type='search'].size-xs,
  input[type='time'].size-xs,
  input[type='password'].size-xs,
  input[type='text'].size-xs,
  input[type='number'].size-xs,
  input[type='color'].size-xs {
    height: 24px;
    border-width: 1px; }
  select.size-s,
  input[type='datetime-local'].size-s,
  input[type='time'].size-s,
  input[type='date'].size-s,
  input[type='month'].size-s,
  input[type='search'].size-s,
  input[type='time'].size-s,
  input[type='password'].size-s,
  input[type='text'].size-s,
  input[type='number'].size-s,
  input[type='color'].size-s {
    height: 30px; }
  select.size-m,
  input[type='datetime-local'].size-m,
  input[type='time'].size-m,
  input[type='date'].size-m,
  input[type='month'].size-m,
  input[type='search'].size-m,
  input[type='time'].size-m,
  input[type='password'].size-m,
  input[type='text'].size-m,
  input[type='number'].size-m,
  input[type='color'].size-m {
    height: 36px; }
  select::placeholder,
  input[type='datetime-local']::placeholder,
  input[type='time']::placeholder,
  input[type='date']::placeholder,
  input[type='month']::placeholder,
  input[type='search']::placeholder,
  input[type='time']::placeholder,
  input[type='password']::placeholder,
  input[type='text']::placeholder,
  input[type='number']::placeholder,
  input[type='color']::placeholder {
    color: #b5b5b5;
    font-style: italic; }
  select.errorInput,
  input[type='datetime-local'].errorInput,
  input[type='time'].errorInput,
  input[type='date'].errorInput,
  input[type='month'].errorInput,
  input[type='search'].errorInput,
  input[type='time'].errorInput,
  input[type='password'].errorInput,
  input[type='text'].errorInput,
  input[type='number'].errorInput,
  input[type='color'].errorInput {
    border-color: #ee5050 !important;
    background-color: #eda1a1 !important; }
    select.errorInput::placeholder,
    input[type='datetime-local'].errorInput::placeholder,
    input[type='time'].errorInput::placeholder,
    input[type='date'].errorInput::placeholder,
    input[type='month'].errorInput::placeholder,
    input[type='search'].errorInput::placeholder,
    input[type='time'].errorInput::placeholder,
    input[type='password'].errorInput::placeholder,
    input[type='text'].errorInput::placeholder,
    input[type='number'].errorInput::placeholder,
    input[type='color'].errorInput::placeholder {
      color: #990000 !important; }
    select.errorInput:-ms-input-placeholder,
    input[type='datetime-local'].errorInput:-ms-input-placeholder,
    input[type='time'].errorInput:-ms-input-placeholder,
    input[type='date'].errorInput:-ms-input-placeholder,
    input[type='month'].errorInput:-ms-input-placeholder,
    input[type='search'].errorInput:-ms-input-placeholder,
    input[type='time'].errorInput:-ms-input-placeholder,
    input[type='password'].errorInput:-ms-input-placeholder,
    input[type='text'].errorInput:-ms-input-placeholder,
    input[type='number'].errorInput:-ms-input-placeholder,
    input[type='color'].errorInput:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #990000 !important; }
    select.errorInput::-ms-input-placeholder,
    input[type='datetime-local'].errorInput::-ms-input-placeholder,
    input[type='time'].errorInput::-ms-input-placeholder,
    input[type='date'].errorInput::-ms-input-placeholder,
    input[type='month'].errorInput::-ms-input-placeholder,
    input[type='search'].errorInput::-ms-input-placeholder,
    input[type='time'].errorInput::-ms-input-placeholder,
    input[type='password'].errorInput::-ms-input-placeholder,
    input[type='text'].errorInput::-ms-input-placeholder,
    input[type='number'].errorInput::-ms-input-placeholder,
    input[type='color'].errorInput::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #990000 !important; }
  select.errorInputHighlite,
  input[type='datetime-local'].errorInputHighlite,
  input[type='time'].errorInputHighlite,
  input[type='date'].errorInputHighlite,
  input[type='month'].errorInputHighlite,
  input[type='search'].errorInputHighlite,
  input[type='time'].errorInputHighlite,
  input[type='password'].errorInputHighlite,
  input[type='text'].errorInputHighlite,
  input[type='number'].errorInputHighlite,
  input[type='color'].errorInputHighlite {
    border-color: #ee5050 !important; }
    select.errorInputHighlite::placeholder,
    input[type='datetime-local'].errorInputHighlite::placeholder,
    input[type='time'].errorInputHighlite::placeholder,
    input[type='date'].errorInputHighlite::placeholder,
    input[type='month'].errorInputHighlite::placeholder,
    input[type='search'].errorInputHighlite::placeholder,
    input[type='time'].errorInputHighlite::placeholder,
    input[type='password'].errorInputHighlite::placeholder,
    input[type='text'].errorInputHighlite::placeholder,
    input[type='number'].errorInputHighlite::placeholder,
    input[type='color'].errorInputHighlite::placeholder {
      color: #ee5050 !important; }
    select.errorInputHighlite:-ms-input-placeholder,
    input[type='datetime-local'].errorInputHighlite:-ms-input-placeholder,
    input[type='time'].errorInputHighlite:-ms-input-placeholder,
    input[type='date'].errorInputHighlite:-ms-input-placeholder,
    input[type='month'].errorInputHighlite:-ms-input-placeholder,
    input[type='search'].errorInputHighlite:-ms-input-placeholder,
    input[type='time'].errorInputHighlite:-ms-input-placeholder,
    input[type='password'].errorInputHighlite:-ms-input-placeholder,
    input[type='text'].errorInputHighlite:-ms-input-placeholder,
    input[type='number'].errorInputHighlite:-ms-input-placeholder,
    input[type='color'].errorInputHighlite:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #ee5050 !important; }
    select.errorInputHighlite::-ms-input-placeholder,
    input[type='datetime-local'].errorInputHighlite::-ms-input-placeholder,
    input[type='time'].errorInputHighlite::-ms-input-placeholder,
    input[type='date'].errorInputHighlite::-ms-input-placeholder,
    input[type='month'].errorInputHighlite::-ms-input-placeholder,
    input[type='search'].errorInputHighlite::-ms-input-placeholder,
    input[type='time'].errorInputHighlite::-ms-input-placeholder,
    input[type='password'].errorInputHighlite::-ms-input-placeholder,
    input[type='text'].errorInputHighlite::-ms-input-placeholder,
    input[type='number'].errorInputHighlite::-ms-input-placeholder,
    input[type='color'].errorInputHighlite::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #ee5050 !important; }
  select.readonlyInput,
  input[type='datetime-local'].readonlyInput,
  input[type='time'].readonlyInput,
  input[type='date'].readonlyInput,
  input[type='month'].readonlyInput,
  input[type='search'].readonlyInput,
  input[type='time'].readonlyInput,
  input[type='password'].readonlyInput,
  input[type='text'].readonlyInput,
  input[type='number'].readonlyInput,
  input[type='color'].readonlyInput {
    border-color: #b5b5b5;
    background-color: #ddd; }
  select:disabled,
  input[type='datetime-local']:disabled,
  input[type='time']:disabled,
  input[type='date']:disabled,
  input[type='month']:disabled,
  input[type='search']:disabled,
  input[type='time']:disabled,
  input[type='password']:disabled,
  input[type='text']:disabled,
  input[type='number']:disabled,
  input[type='color']:disabled {
    background-color: #ddd !important;
    opacity: 1; }
  select.block-top-input,
  input[type='datetime-local'].block-top-input,
  input[type='time'].block-top-input,
  input[type='date'].block-top-input,
  input[type='month'].block-top-input,
  input[type='search'].block-top-input,
  input[type='time'].block-top-input,
  input[type='password'].block-top-input,
  input[type='text'].block-top-input,
  input[type='number'].block-top-input,
  input[type='color'].block-top-input {
    border: 0;
    border-bottom: 1px solid #b5b5b5;
    border-radius: 0; }

.datalist {
  position: absolute;
  background-color: #fefefe;
  border: 1px solid #b5b5b5;
  border-radius: 0 0 5px 5px;
  width: 350px;
  padding: 5px;
  max-height: 10rem;
  overflow-y: auto;
  z-index: 5; }
  .datalist .option {
    background-color: #fefefe;
    padding: 4px;
    margin-bottom: 1px;
    font-size: 14px;
    cursor: pointer;
    z-index: 6; }
    .datalist .option:hover, .datalist .option.active {
      background-color: #e2ebf1; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #1888d2 !important;
  border: 0px solid #fff;
  color: #fefefe !important; }

.selectContainer {
  position: relative;
  z-index: 2;
  display: block;
  height: 24px; }
  .selectContainer select {
    min-height: 24px;
    height: auto !important;
    position: absolute;
    left: 0;
    top: 0; }

select option:checked {
  box-shadow: 0 0 10px 100px #00628D inset;
  background-color: #00628D;
  color: #fefefe; }
select option:hover {
  box-shadow: 0 0 10px 100px #1888d2 inset;
  color: #fefefe; }
select.iconStyle {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
  select.iconStyle option {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; }
select.tightStyle {
  padding-left: 0px;
  padding-right: 0px; }
select.colorStyle:focus.theme-bg-grey-dark, select.colorStyle:active.theme-bg-grey-dark {
  background-color: #797979; }
select.colorStyle:focus.theme-bg-main, select.colorStyle:active.theme-bg-main {
  background-color: #1888d2; }
select.colorStyle:focus.theme-bg-red, select.colorStyle:active.theme-bg-red {
  background-color: #ee5050; }
select.colorStyle:focus.theme-bg-grey-2, select.colorStyle:active.theme-bg-grey-2 {
  background-color: #b5b5b5; }
select.colorStyle:focus.theme-bg-orange, select.colorStyle:active.theme-bg-orange {
  background-color: #F08100; }
select.colorStyle:focus.theme-bg-secondary, select.colorStyle:active.theme-bg-secondary {
  background-color: #00628D; }
select.colorStyle:focus.theme-bg-green, select.colorStyle:active.theme-bg-green {
  background-color: #44bb44; }
select.colorStyle:focus.theme-bg-purple, select.colorStyle:active.theme-bg-purple {
  background-color: #9066e8; }

.inputdisabled {
  background-color: #ddd !important; }

textarea {
  resize: vertical;
  min-height: 96px;
  padding: 2px 6px;
  font-size: 14px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b5b5b5;
  background-color: #fefefe;
  background-color: #f5f5f5;
  /* @include box-shadow(); */
  -webkit-box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05); }
  textarea:focus, textarea:active {
    outline: none;
    background-color: #e2ebf1;
    border: 1px solid #1888d2; }

.input-file-container input[type='file'] {
  cursor: pointer;
  width: 0px;
  height: 0px;
  overflow: hidden;
  display: block; }
  .input-file-container input[type='file']:before {
    width: 158px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    content: 'Fájl kiválasztása';
    display: inline-block;
    background: white;
    border: 1px solid #000;
    padding: 0 10px;
    text-align: center; }
  .input-file-container input[type='file']::-webkit-file-upload-button {
    visibility: hidden; }

/* Input File Style */
.file-input-group input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
.file-input-group .input-group-append .button-xs.file-input-button,
.file-input-group .input-group-append .button-s.file-input-button,
.file-input-group .input-group-append .button.file-input-button,
.file-input-group .input-group-append .button-m.file-input-button,
.file-input-group .input-group-append .button-l.file-input-button,
.file-input-group .input-group-append .button-xl.file-input-button {
  font-size: 14px;
  /* @include border-top-left-radius(); */
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  /* @include border-bottom-left-radius(); */
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  /* @include border-top-right-radius(); */
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  /* @include border-bottom-right-radius(); */
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }
.file-input-group .input-group-append input.file-input-input {
  /* @include border-top-left-radius(); */
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  /* @include border-bottom-left-radius(); */
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  min-width: 20px; }
  .file-input-group .input-group-append input.file-input-input::placeholder {
    color: #333333; }

/* Input File Style */
.file-input-group-2 input[type="file"] {
  margin-left: -12px;
  height: 24px;
  border: 1px solid #b5b5b5;
  padding: 1px 6px;
  font-size: 14px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
  /* @include box-shadow(); */
  -webkit-box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05);
  /* @include border-top-left-radius(); */
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  /* @include border-bottom-left-radius(); */
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  min-width: 20px; }
  .file-input-group-2 input[type="file"]:focus, .file-input-group-2 input[type="file"]:active {
    outline: none;
    background-color: #e2ebf1;
    border: 1px solid #1888d2; }
  .file-input-group-2 input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
    width: 0px; }
.file-input-group-2 .file-input-group-button {
  content: "\f093";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  z-index: 2;
  /* button*/
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background-color: #1888d2;
  color: #fefefe;
  text-align: center;
  white-space: nowrap;
  outline-width: 0;
  cursor: pointer;
  /* @include transition(); */
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* @include border-top-left-radius(); */
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  /* @include border-bottom-left-radius(); */
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border: 0;
  padding: 0 14px 0 17px;
  /* @include user-select(); */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-style: solid;
  border-color: #1374b4;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  /* xS size*/
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  border-bottom-width: 2px; }

.radioDeleteButton {
  display: inline-block;
  float: right;
  text-align: center;
  top: 4px;
  right: 23px;
  height: 14px;
  width: 18px;
  color: #ee5050; }

.input-cell .radioDeleteButton {
  display: inline-block;
  float: none; }

/* Checkbox Style */
.checkbox-container {
  display: flex;
  display: -webkit-flex;
  /* @include flex-wrap(); */
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* @include flex-direction(); */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .checkbox-container input[type="checkbox"].checkbox-input {
    display: none; }
  .checkbox-container input[type="checkbox"].checkbox-input:disabled + .fake-checker {
    background-color: #b5b5b5 !important; }
  .checkbox-container input[type="checkbox"].checkbox-input:checked + .fake-checker {
    background-color: #1888d2;
    color: #fefefe;
    position: relative;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; }
    .checkbox-container input[type="checkbox"].checkbox-input:checked + .fake-checker.fake-checker-red {
      background-color: #ee5050;
      border-color: #ee5050; }
    .checkbox-container input[type="checkbox"].checkbox-input:checked + .fake-checker.fake-checker-light {
      background-color: #aecfe4;
      border-color: #00628D;
      color: #00628D; }
    .checkbox-container input[type="checkbox"].checkbox-input:checked + .fake-checker.fake-checker-green {
      background-color: #44bb44;
      border-color: #44bb44; }
    .checkbox-container input[type="checkbox"].checkbox-input:checked + .fake-checker.fake-checker-orange {
      background-color: #F08100;
      border-color: #F08100; }
    .checkbox-container input[type="checkbox"].checkbox-input:checked + .fake-checker.fake-checker-grey {
      background-color: #797979;
      border-color: #797979; }
    .checkbox-container input[type="checkbox"].checkbox-input:checked + .fake-checker:before {
      position: absolute;
      text-align: center;
      width: 100%;
      font-size: 10px;
      line-height: 12px;
      top: 0;
      left: 0;
      content: "\f00c";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto; }
    .checkbox-container input[type="checkbox"].checkbox-input:checked + .fake-checker.selectAllCheckbox {
      background-color: #fefefe;
      color: #b5b5b5; }
      .checkbox-container input[type="checkbox"].checkbox-input:checked + .fake-checker.selectAllCheckbox:before {
        content: "\f068";
        font-size: 12px;
        line-height: 14px; }
  .checkbox-container .fake-checker {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    border: 1px solid #b5b5b5;
    background-color: #F2F2F2;
    cursor: pointer;
    padding: 0;
    /* @include border-radius(); */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-width: 14px; }
    .checkbox-container .fake-checker.fake-checker-red {
      border-color: #990000; }
    .checkbox-container .fake-checker.fake-checker-green {
      border-color: #267d26; }
    .checkbox-container .fake-checker.fake-checker-orange {
      border-color: #db7c0d; }
  .checkbox-container .check-text {
    font-size: 14px;
    /* @include flex(); */
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    margin: 0;
    line-height: 18px; }
  .checkbox-container.disabled {
    background-color: rgba(255, 255, 255, 0) !important; }
    .checkbox-container.disabled .check-text {
      color: #b5b5b5 !important; }
    .checkbox-container.disabled .fake-checker {
      border-color: #ddd !important; }

/* Checkbox Radio Style */
.checkbox-radio-container {
  display: flex;
  display: -webkit-flex;
  /* @include flex-wrap(); */
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* @include flex-direction(); */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .checkbox-radio-container input[type="checkbox"].checkbox-input {
    display: none; }
  .checkbox-radio-container input[type="checkbox"].checkbox-input:checked ~ .fake-checker:before {
    top: 3px;
    left: 3px;
    content: "\f111"; }
  .checkbox-radio-container input:checked ~ .checkedText {
    font-weight: bold;
    color: #333333; }
  .checkbox-radio-container input:checked ~ .uncheckedText {
    font-weight: normal;
    color: #b5b5b5; }
  .checkbox-radio-container .fake-checker {
    margin: 0 3px;
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: middle;
    border: 1px solid #b5b5b5;
    background-color: #F2F2F2;
    cursor: pointer;
    padding: 0;
    /* @include border-radius(); */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-width: 14px;
    background-color: #1888d2;
    color: #fefefe;
    position: relative;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; }
    .checkbox-radio-container .fake-checker:before {
      position: absolute;
      text-align: center;
      width: 12px;
      font-size: 10px;
      line-height: 12px;
      top: 3px;
      left: 12px;
      content: "\f111";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      /* @include transition(); */
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .checkbox-radio-container .checkedText {
    text-align: right;
    font-weight: normal;
    color: #b5b5b5;
    user-select: none;
    /* @include user-select(); */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* @include transition(); */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .checkbox-radio-container .uncheckedText {
    font-weight: bold;
    color: #333333;
    /* @include user-select(); */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* @include transition(); */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0; }

.radio-cell-container {
  margin: 0;
  min-height: 24px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  /* @include flex-wrap(); */
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* @include flex-direction(); */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  /* @include align-items(); */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /* @include justify-content(); */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

/* Radio button ---------------------------------
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: $theme-border;
    border-radius: 6px;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: $theme-color-main;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
*/
/* Radio button ---------------------------------*/
/* Checkbox button ---------------------------------*/
.checkbox-big [type="checkbox"]:checked,
.checkbox-big [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }
.checkbox-big [type="checkbox"]:checked + label,
.checkbox-big [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block; }
.checkbox-big [type="checkbox"]:checked + label:before,
.checkbox-big [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #b5b5b5;
  border-radius: 6px;
  background: #fff; }
.checkbox-big [type="checkbox"]:checked + label:after,
.checkbox-big [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #1888d2;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.checkbox-big [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }
.checkbox-big [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

/* Radio button ---------------------------------*/
/* TAble Style ---*/
table.table-row-style {
  border-spacing: 0 6px;
  border-collapse: separate;
  border: 0;
  background: none; }

.table-rows table {
  border-spacing: 0 6px;
  border-collapse: separate;
  border: 0;
  background: none; }

/* Form Style */
.form label,
.form .label,
form label,
form .label {
  font-weight: bold;
  font-size: 14px;
  display: block;
  line-height: 18px; }
  .form label.size-xs,
  .form .label.size-xs,
  form label.size-xs,
  form .label.size-xs {
    line-height: 30px; }
  .form label.size-s,
  .form .label.size-s,
  form label.size-s,
  form .label.size-s {
    line-height: 30px; }
  .form label.size-m,
  .form .label.size-m,
  form label.size-m,
  form .label.size-m {
    line-height: 30px; }
  .form label.size-l,
  .form .label.size-l,
  form label.size-l,
  form .label.size-l {
    line-height: 30px; }
  .form label.size-xl,
  .form .label.size-xl,
  form label.size-xl,
  form .label.size-xl {
    line-height: 30px; }
  .form label.row,
  .form .label.row,
  form label.row,
  form .label.row {
    /* @include flexbox();*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* @include flex-wrap(); */
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /* @include flex-direction(); */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
.form li,
form li {
  position: relative; }
.form p,
form p {
  margin: 0; }
.form .helper,
form .helper {
  /* For explain text */
  font-size: 14px;
  text-align: justify; }
.form .big-helper,
form .big-helper {
  /* Big explain text */
  font-size: 16px; }
.form .up-helper,
form .up-helper {
  /* Explain text pussed up */
  margin-top: -12px;
  font-size: 14px; }
.form table,
form table {
  border: 1px solid #b5b5b5;
  background-color: #fefefe;
  border-collapse: collapse; }
  .form table tr,
  form table tr {
    min-height: 18pt;
    border: 0; }
    .form table tr .section-header,
    form table tr .section-header {
      background-color: #ddd;
      line-height: 22px; }
    .form table tr.striped,
    form table tr.striped {
      background: url(../img/sprites/stripedbg-light.png); }
  .form table th,
  form table th {
    border: 1px solid #b5b5b5;
    font-weight: bold;
    padding: 3px 3px;
    line-height: 18px; }
    .form table th.fix-cell-100,
    form table th.fix-cell-100 {
      width: 100px; }
  .form table td,
  form table td {
    border: 1px solid #b5b5b5;
    padding: 3px 6px; }
    .form table td.striped,
    form table td.striped {
      background: url(../img/sprites/stripedbg-light.png); }
    .form table td label,
    form table td label {
      height: 16px;
      margin: 1px 0;
      line-height: 18px; }
    .form table td textarea,
    form table td textarea {
      border: 0;
      height: 100%;
      display: block; }
    .form table td.input-cell,
    form table td.input-cell {
      padding: 0;
      height: 24px; }
      .form table td.input-cell input[type="radio"],
      form table td.input-cell input[type="radio"] {
        margin: 0 3px; }
    .form table td.readonly,
    form table td.readonly {
      background-color: #ddd; }
    .form table td select, .form table td textarea,
    .form table td input[type='date'],
    .form table td input[type='month'],
    .form table td input[type='search'],
    .form table td input[type='time'],
    .form table td input[type='password'],
    .form table td input[type='text'],
    .form table td input[type='number'],
    form table td select,
    form table td textarea,
    form table td input[type='date'],
    form table td input[type='month'],
    form table td input[type='search'],
    form table td input[type='time'],
    form table td input[type='password'],
    form table td input[type='text'],
    form table td input[type='number'] {
      border: 0px;
      box-shadow: none;
      /* @include border-radius(); */
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      width: 100%;
      height: 100%; }
      .form table td select:focus, .form table td select:active, .form table td textarea:focus, .form table td textarea:active,
      .form table td input[type='date']:focus,
      .form table td input[type='date']:active,
      .form table td input[type='month']:focus,
      .form table td input[type='month']:active,
      .form table td input[type='search']:focus,
      .form table td input[type='search']:active,
      .form table td input[type='time']:focus,
      .form table td input[type='time']:active,
      .form table td input[type='password']:focus,
      .form table td input[type='password']:active,
      .form table td input[type='text']:focus,
      .form table td input[type='text']:active,
      .form table td input[type='number']:focus,
      .form table td input[type='number']:active,
      form table td select:focus,
      form table td select:active,
      form table td textarea:focus,
      form table td textarea:active,
      form table td input[type='date']:focus,
      form table td input[type='date']:active,
      form table td input[type='month']:focus,
      form table td input[type='month']:active,
      form table td input[type='search']:focus,
      form table td input[type='search']:active,
      form table td input[type='time']:focus,
      form table td input[type='time']:active,
      form table td input[type='password']:focus,
      form table td input[type='password']:active,
      form table td input[type='text']:focus,
      form table td input[type='text']:active,
      form table td input[type='number']:focus,
      form table td input[type='number']:active {
        width: 100%;
        outline: none;
        background-color: #e2ebf1;
        border: 0px !important; }
    .form table td input[type='date']:read-only,
    .form table td input[type='month']:read-only,
    .form table td input[type='search']:read-only,
    .form table td input[type='time']:read-only,
    .form table td input[type='password']:read-only,
    .form table td input[type='text']:read-only,
    .form table td input[type='number']:read-only,
    form table td input[type='date']:read-only,
    form table td input[type='month']:read-only,
    form table td input[type='search']:read-only,
    form table td input[type='time']:read-only,
    form table td input[type='password']:read-only,
    form table td input[type='text']:read-only,
    form table td input[type='number']:read-only {
      background-color: #ddd; }
      .form table td input[type='date']:read-only:focus, .form table td input[type='date']:read-only:active,
      .form table td input[type='month']:read-only:focus,
      .form table td input[type='month']:read-only:active,
      .form table td input[type='search']:read-only:focus,
      .form table td input[type='search']:read-only:active,
      .form table td input[type='time']:read-only:focus,
      .form table td input[type='time']:read-only:active,
      .form table td input[type='password']:read-only:focus,
      .form table td input[type='password']:read-only:active,
      .form table td input[type='text']:read-only:focus,
      .form table td input[type='text']:read-only:active,
      .form table td input[type='number']:read-only:focus,
      .form table td input[type='number']:read-only:active,
      form table td input[type='date']:read-only:focus,
      form table td input[type='date']:read-only:active,
      form table td input[type='month']:read-only:focus,
      form table td input[type='month']:read-only:active,
      form table td input[type='search']:read-only:focus,
      form table td input[type='search']:read-only:active,
      form table td input[type='time']:read-only:focus,
      form table td input[type='time']:read-only:active,
      form table td input[type='password']:read-only:focus,
      form table td input[type='password']:read-only:active,
      form table td input[type='text']:read-only:focus,
      form table td input[type='text']:read-only:active,
      form table td input[type='number']:read-only:focus,
      form table td input[type='number']:read-only:active {
        width: 100%;
        outline: none;
        background-color: #ddd;
        border: 0px; }
    .form table td.crossed,
    form table td.crossed {
      background-image: linear-gradient(to bottom right, transparent calc(50% - 1px), #b5b5b5, transparent calc(50% + 1px)); }
  .form table td.blue-background,
  .form table th.blue-background,
  form table td.blue-background,
  form table th.blue-background {
    background-color: #e2ebf1; }
  .form table td.lightgrey-bg,
  .form table th.lightgrey-bg,
  form table td.lightgrey-bg,
  form table th.lightgrey-bg {
    background-color: #e9e9e9; }
  .form table td.grey-background,
  .form table th.grey-background,
  form table td.grey-background,
  form table th.grey-background {
    background-color: #b5b5b5; }
  .form table td.lightgreen-bg,
  .form table th.lightgreen-bg,
  form table td.lightgreen-bg,
  form table th.lightgreen-bg {
    background-color: #9fe79f; }
  .form table td.darkgrey-background,
  .form table th.darkgrey-background,
  form table td.darkgrey-background,
  form table th.darkgrey-background {
    background-color: #b5b5b5; }
  .form table td.grey-bg,
  .form table th.grey-bg,
  form table td.grey-bg,
  form table th.grey-bg {
    background-color: #666;
    color: #fefefe; }
  .form table td.blue-bg,
  .form table th.blue-bg,
  form table td.blue-bg,
  form table th.blue-bg {
    background-color: #1888d2;
    color: #fefefe; }
  .form table td.green-bg,
  .form table th.green-bg,
  form table td.green-bg,
  form table th.green-bg {
    background-color: #44bb44;
    color: #fefefe; }
  .form table td.orange-bg,
  .form table th.orange-bg,
  form table td.orange-bg,
  form table th.orange-bg {
    background-color: #F08100;
    color: #fefefe; }
  .form table td.yellow-bg,
  .form table th.yellow-bg,
  form table td.yellow-bg,
  form table th.yellow-bg {
    background-color: #F5BC17;
    color: #fefefe; }
  .form table td.nowrap,
  .form table th.nowrap,
  form table td.nowrap,
  form table th.nowrap {
    white-space: nowrap; }
  .form table td.red-bg,
  .form table th.red-bg,
  form table td.red-bg,
  form table th.red-bg {
    background-color: #d16e6e; }

.icon-block {
  height: 28px;
  width: 28px;
  /* @include border-top-right-radius(); */
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  /* @include border-bottom-right-radius(); */
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  /* @include border-top-left-radius(); */
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  /* @include border-bottom-left-radius(); */
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  top: 0;
  right: 9px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  left: -28px;
  top: 0px; }

.block-line:before {
  content: "";
  position: absolute;
  height: calc(100% - 32px);
  margin-top: 32px;
  width: 0px;
  top: 0px;
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  left: -15px; }

.table-like .td-like {
  line-height: 28px; }
  .table-like .td-like.borderless {
    border: 0 !important; }
  .table-like .td-like .readonly {
    background-color: #e9e9e9;
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    /* @include border-bottom-left-radius(); */
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    /* @include border-top-right-radius(); */
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    /* @include border-bottom-right-radius(); */
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 6px;
    line-height: 16px;
    display: inline-block;
    position: relative; }
    .table-like .td-like .readonly p {
      line-height: 16px; }
    .table-like .td-like .readonly .icon-block {
      height: 28px;
      width: 28px;
      /* @include border-top-right-radius(); */
      -webkit-border-top-right-radius: 4px;
      -moz-border-top-right-radius: 4px;
      border-top-right-radius: 4px;
      /* @include border-bottom-right-radius(); */
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-bottom-right-radius: 4px;
      border-bottom-right-radius: 4px;
      position: absolute;
      top: 0;
      right: 0px;
      line-height: 28px;
      text-align: center;
      left: auto;
      margin: 0 !important; }
      .table-like .td-like .readonly .icon-block:before {
        display: none; }
  .table-like .td-like.label-cell.blue-background label {
    background-color: #e2ebf1; }
  .table-like .td-like.label-cell.lightgrey-bg label {
    background-color: #e9e9e9; }
  .table-like .td-like.label-cell.grey-background label {
    background-color: #b5b5b5; }
  .table-like .td-like.label-cell.lightgreen-bg label {
    background-color: #9fe79f; }
  .table-like .td-like.label-cell.darkgrey-background label {
    background-color: #b5b5b5; }
  .table-like .td-like.label-cell.light-grey-bg label {
    background-color: #b5b5b5;
    color: #fefefe; }
  .table-like .td-like.label-cell.grey-bg label {
    background-color: #666;
    color: #fefefe; }
  .table-like .td-like.label-cell.dark-blue-bg label {
    background-color: #00628D;
    color: #fefefe; }
  .table-like .td-like.label-cell.blue-bg label {
    background-color: #1888d2;
    color: #fefefe; }
  .table-like .td-like.label-cell.green-bg label {
    background-color: #44bb44;
    color: #fefefe; }
  .table-like .td-like.label-cell.blue-bg label {
    background-color: #1888d2;
    color: #fefefe; }
  .table-like .td-like.label-cell.orange-bg label {
    background-color: #F08100;
    color: #fefefe; }
  .table-like .td-like.label-cell.purple-bg label {
    background-color: #9066e8;
    color: #fefefe; }
  .table-like .td-like.label-cell.yellow-bg label {
    background-color: #F5BC17;
    color: #fefefe; }
  .table-like .td-like.label-cell.nowrap label {
    white-space: nowrap; }
  .table-like .td-like.label-cell.red-bg label {
    background-color: #ee5050;
    color: #fefefe; }
  .table-like .td-like.label-cell.light-grey-bg label, .table-like .td-like.label-cell.blue-background label, .table-like .td-like.label-cell.dark-blue-bg label, .table-like .td-like.label-cell.lightgrey-bg label, .table-like .td-like.label-cell.grey-background label, .table-like .td-like.label-cell.lightgreen-bg label, .table-like .td-like.label-cell.darkgrey-background label, .table-like .td-like.label-cell.grey-bg label, .table-like .td-like.label-cell.blue-bg label, .table-like .td-like.label-cell.green-bg label, .table-like .td-like.label-cell.orange-bg label, .table-like .td-like.label-cell.yellow-bg label, .table-like .td-like.label-cell.nowrap label, .table-like .td-like.label-cell.red-bg label, .table-like .td-like.label-cell.purple-bg label {
    padding: 4px 6px;
    line-height: 20px;
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    /* @include border-bottom-left-radius(); */
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    /* @include border-top-right-radius(); */
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    /* @include border-bottom-right-radius(); */
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .table-like .td-like label {
    min-height: 16px;
    line-height: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45); }
  .table-like .td-like textarea {
    height: 100%;
    display: block;
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    /* @include border-bottom-left-radius(); */
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0; }
  .table-like .td-like.input-cell {
    padding-top: 0;
    padding-bottom: 0; }
    .table-like .td-like.input-cell select, .table-like .td-like.input-cell textarea,
    .table-like .td-like.input-cell input[type='date'],
    .table-like .td-like.input-cell input[type='month'],
    .table-like .td-like.input-cell input[type='file'],
    .table-like .td-like.input-cell input[type='search'],
    .table-like .td-like.input-cell input[type='time'],
    .table-like .td-like.input-cell input[type='password'],
    .table-like .td-like.input-cell input[type='text'],
    .table-like .td-like.input-cell input[type='number'] {
      box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.32);
      /* @include border-radius(); */
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      width: 100%;
      height: 100%;
      border: 1px solid #b5b5b5; }
      .table-like .td-like.input-cell select:focus, .table-like .td-like.input-cell select:active, .table-like .td-like.input-cell textarea:focus, .table-like .td-like.input-cell textarea:active,
      .table-like .td-like.input-cell input[type='date']:focus,
      .table-like .td-like.input-cell input[type='date']:active,
      .table-like .td-like.input-cell input[type='month']:focus,
      .table-like .td-like.input-cell input[type='month']:active,
      .table-like .td-like.input-cell input[type='file']:focus,
      .table-like .td-like.input-cell input[type='file']:active,
      .table-like .td-like.input-cell input[type='search']:focus,
      .table-like .td-like.input-cell input[type='search']:active,
      .table-like .td-like.input-cell input[type='time']:focus,
      .table-like .td-like.input-cell input[type='time']:active,
      .table-like .td-like.input-cell input[type='password']:focus,
      .table-like .td-like.input-cell input[type='password']:active,
      .table-like .td-like.input-cell input[type='text']:focus,
      .table-like .td-like.input-cell input[type='text']:active,
      .table-like .td-like.input-cell input[type='number']:focus,
      .table-like .td-like.input-cell input[type='number']:active {
        width: 100%;
        outline: none;
        background-color: #e2ebf1; }
    .table-like .td-like.input-cell input[type='file'] {
      padding: 3px; }
      .table-like .td-like.input-cell input[type='file']:disabled {
        background-color: #ddd !important;
        opacity: 1; }
    .table-like .td-like.input-cell input[type='date']:read-only,
    .table-like .td-like.input-cell input[type='month']:read-only,
    .table-like .td-like.input-cell input[type='search']:read-only,
    .table-like .td-like.input-cell input[type='time']:read-only,
    .table-like .td-like.input-cell input[type='password']:read-only,
    .table-like .td-like.input-cell input[type='text']:read-only,
    .table-like .td-like.input-cell input[type='number']:read-only {
      background-color: #e9e9e9;
      border: 0px; }
      .table-like .td-like.input-cell input[type='date']:read-only:focus, .table-like .td-like.input-cell input[type='date']:read-only:active,
      .table-like .td-like.input-cell input[type='month']:read-only:focus,
      .table-like .td-like.input-cell input[type='month']:read-only:active,
      .table-like .td-like.input-cell input[type='search']:read-only:focus,
      .table-like .td-like.input-cell input[type='search']:read-only:active,
      .table-like .td-like.input-cell input[type='time']:read-only:focus,
      .table-like .td-like.input-cell input[type='time']:read-only:active,
      .table-like .td-like.input-cell input[type='password']:read-only:focus,
      .table-like .td-like.input-cell input[type='password']:read-only:active,
      .table-like .td-like.input-cell input[type='text']:read-only:focus,
      .table-like .td-like.input-cell input[type='text']:read-only:active,
      .table-like .td-like.input-cell input[type='number']:read-only:focus,
      .table-like .td-like.input-cell input[type='number']:read-only:active {
        width: 100%;
        outline: none;
        background-color: #e9e9e9;
        border: 0px; }
  .table-like .td-like.readonly {
    background-color: #ddd; }
  .table-like .td-like.crossed {
    background-image: linear-gradient(to bottom right, transparent calc(50% - 1px), #b5b5b5, transparent calc(50% + 1px)); }

#errorImageUpload#file-upload-button {
  display: none; }

/*
.required{ // Kötelező inputok *-ozása
    color: $theme-color-secondary;
    font-weight: 400;
}
*/
/* Form Error Messages */
.errorMsg {
  max-width: 100%;
  height: auto;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* @include border-radius(); */
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  position: absolute;
  left: 0px;
  bottom: 58px;
  z-index: 2;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  background-color: #ee5050;
  padding: 3px 10px; }
  .errorMsg.errorMsg-small {
    /* Messages for inputs without upper label  */
    bottom: 38px; }
  .errorMsg:before {
    position: absolute;
    bottom: -9px;
    left: 15px;
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ee5050;
    content: "\f04b";
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

/* Forms frame anf others */
/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  select.size-xs-t,
  input[type='date'].size-xs-t,
  input[type='month'].size-xs-t,
  input[type='search'].size-xs-t,
  input[type='time'].size-xs-t,
  input[type='password'].size-xs-t,
  input[type='text'].size-xs-t,
  input[type='number'].size-xs-t {
    height: 24px;
    border-width: 1px; }
  select.size-s-t,
  input[type='date'].size-s-t,
  input[type='month'].size-s-t,
  input[type='search'].size-s-t,
  input[type='time'].size-s-t,
  input[type='password'].size-s-t,
  input[type='text'].size-s-t,
  input[type='number'].size-s-t {
    height: 30px; }
  select.size-m-t,
  input[type='date'].size-m-t,
  input[type='month'].size-m-t,
  input[type='search'].size-m-t,
  input[type='time'].size-m-t,
  input[type='password'].size-m-t,
  input[type='text'].size-m-t,
  input[type='number'].size-m-t {
    height: 36px; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  textarea,
  input.text,
  input[type="text"],
  input[type="button"],
  input[type="submit"],
  .input-checkbox {
    -webkit-appearance: none; }

  select.size-xs-m,
  input[type='date'].size-xs-m,
  input[type='month'].size-xs-m,
  input[type='search'].size-xs-m,
  input[type='time'].size-xs-m,
  input[type='password'].size-xs-m,
  input[type='text'].size-xs-m,
  input[type='number'].size-xs-m {
    height: 24px;
    border-width: 1px; }
  select.size-s-m,
  input[type='date'].size-s-m,
  input[type='month'].size-s-m,
  input[type='search'].size-s-m,
  input[type='time'].size-s-m,
  input[type='password'].size-s-m,
  input[type='text'].size-s-m,
  input[type='number'].size-s-m {
    height: 30px; }
  select.size-m-m,
  input[type='date'].size-m-m,
  input[type='month'].size-m-m,
  input[type='search'].size-m-m,
  input[type='time'].size-m-m,
  input[type='password'].size-m-m,
  input[type='text'].size-m-m,
  input[type='number'].size-m-m {
    height: 36px; }

  form label,
  form .label {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 2px; }

  form table td label,
  form table td .label {
    height: auto; }

  .icon-block {
    right: 0;
    position: relative;
    left: 0;
    top: 0px;
    display: inline-block;
    margin-right: 6px; }

  .block-line:before {
    display: none; }

  .bottom-extra-margin {
    margin-bottom: 96px; }

  /* /MOBILE VIEW END --------*/ }
/* ------------------------------------------------
-------- GROUP LIST +OPEN CLOSE function ----------
---------------------------------------------------*/
.grouplist .grouplist-listelement {
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* OPEN CLOSE -------------------*/
  /* List Opened */
  /* Lista -------- */
  /* List Closed */
  /* /OPEN CLOSE -------------------*/
  /* CHECK ALL -------------------*/
  /* Listelement with checkboxes -------- */ }
  .grouplist .grouplist-listelement .grouplist-header {
    background-color: #797979;
    color: #fefefe;
    /* @include border-radius(); */
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    min-height: 30px;
    /* @include user-select(); */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .grouplist .grouplist-listelement .grouplist-header.grey-header {
      background-color: #F2F2F2;
      border: 1px solid #b5b5b5;
      color: #333333;
      margin-bottom: -1px; }
      .grouplist .grouplist-listelement .grouplist-header.grey-header .grouplist-header-button-container .grouplist-header-button:hover {
        background-color: #ddd;
        cursor: pointer; }
    .grouplist .grouplist-listelement .grouplist-header.active {
      color: #fefefe !important;
      background-color: #00628D; }
    .grouplist .grouplist-listelement .grouplist-header.highlite {
      background-color: #1888d2;
      color: #fefefe !important; }
    .grouplist .grouplist-listelement .grouplist-header.highlite2 {
      background-color: #00628D !important;
      color: #fefefe !important; }
    .grouplist .grouplist-listelement .grouplist-header.partialChecked {
      background-color: #e2ebf1 !important; }
    .grouplist .grouplist-listelement .grouplist-header .grouplist-header-title-container {
      padding: 4px 3px 4px 10px; }
      .grouplist .grouplist-listelement .grouplist-header .grouplist-header-title-container .grouplist-header-title {
        line-height: 17px;
        font-size: 14px; }
    .grouplist .grouplist-listelement .grouplist-header .grouplist-header-text-container {
      padding: 4px 3px 4px 3px; }
    .grouplist .grouplist-listelement .grouplist-header .grouplist-header-button-container .grouplist-header-button {
      padding: 8px;
      width: 28px;
      min-height: 28px;
      text-align: center;
      /* @include align-self(); */
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-align-self: stretch;
      align-self: stretch; }
      .grouplist .grouplist-listelement .grouplist-header .grouplist-header-button-container .grouplist-header-button:hover {
        background-color: #3d3d3d;
        cursor: pointer; }
    .grouplist .grouplist-listelement .grouplist-header .grouplist-header-button-container .grouplist-header-textbutton {
      padding: 8px;
      width: auto;
      min-height: 28px;
      text-align: center;
      /* @include align-self(); */
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-align-self: stretch;
      align-self: stretch; }
      .grouplist .grouplist-listelement .grouplist-header .grouplist-header-button-container .grouplist-header-textbutton:hover {
        background-color: #797979;
        cursor: pointer; }
  .grouplist .grouplist-listelement.opened .grouplist-header {
    /* @include border-radius(); */
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; }
    .grouplist .grouplist-listelement.opened .grouplist-header .grouplist-header-button.open-button {
      display: none; }
    .grouplist .grouplist-listelement.opened .grouplist-header .grouplist-header-button:hover {
      background-color: #ddd; }
  .grouplist .grouplist-listelement.opened.checked-partial .grouplist-header {
    background-color: #90bdda; }
    .grouplist .grouplist-listelement.opened.checked-partial .grouplist-header .grouplist-header-button:hover {
      background-color: #aecfe4; }
  .grouplist .grouplist-listelement.opened.checked .grouplist-header {
    background-color: #1374b4; }
    .grouplist .grouplist-listelement.opened.checked .grouplist-header a {
      color: #fefefe; }
    .grouplist .grouplist-listelement.opened.checked .grouplist-header .grouplist-header-button:hover {
      background-color: #1888d2; }
  .grouplist .grouplist-listelement .grouplist-list {
    background-color: #F8F8F8;
    border: 1px solid #b5b5b5;
    /* @include border-radius(); */
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    /* @include user-select(); */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .grouplist .grouplist-listelement .grouplist-list .listelement.highlite,
    .grouplist .grouplist-listelement .grouplist-list .listelement-editable.highlite {
      background-color: #1888d2;
      color: #fefefe !important; }
    .grouplist .grouplist-listelement .grouplist-list .listelement.active,
    .grouplist .grouplist-listelement .grouplist-list .listelement-editable.active {
      background-color: #e2ebf1; }
    .grouplist .grouplist-listelement .grouplist-list .listelement.ready,
    .grouplist .grouplist-listelement .grouplist-list .listelement-editable.ready {
      background-color: #e2ece2; }
    .grouplist .grouplist-listelement .grouplist-list .listelement.error,
    .grouplist .grouplist-listelement .grouplist-list .listelement-editable.error {
      background-color: #eda1a1; }
    .grouplist .grouplist-listelement .grouplist-list .listelement:nth-child(even),
    .grouplist .grouplist-listelement .grouplist-list .listelement-editable:nth-child(even) {
      background-color: #F2F2F2; }
      .grouplist .grouplist-listelement .grouplist-list .listelement:nth-child(even).highlite,
      .grouplist .grouplist-listelement .grouplist-list .listelement-editable:nth-child(even).highlite {
        background-color: #1888d2;
        color: #fefefe !important; }
      .grouplist .grouplist-listelement .grouplist-list .listelement:nth-child(even).active,
      .grouplist .grouplist-listelement .grouplist-list .listelement-editable:nth-child(even).active {
        background-color: #D7E3EB; }
      .grouplist .grouplist-listelement .grouplist-list .listelement:nth-child(even).ready,
      .grouplist .grouplist-listelement .grouplist-list .listelement-editable:nth-child(even).ready {
        background-color: #cce0cc; }
      .grouplist .grouplist-listelement .grouplist-list .listelement:nth-child(even).error,
      .grouplist .grouplist-listelement .grouplist-list .listelement-editable:nth-child(even).error {
        background-color: #f5d1c6; }
    .grouplist .grouplist-listelement .grouplist-list .listelement:last-child,
    .grouplist .grouplist-listelement .grouplist-list .listelement-editable:last-child {
      /* @include border-radius(); */
      -webkit-border-radius: 0 0 3px 3px;
      -moz-border-radius: 0 0 3px 3px;
      border-radius: 0 0 3px 3px; }
    .grouplist .grouplist-listelement .grouplist-list .listelement-editable {
      position: relative;
      min-height: 16px; }
      .grouplist .grouplist-listelement .grouplist-list .listelement-editable .listelement-editable-icon {
        opacity: 0; }
      .grouplist .grouplist-listelement .grouplist-list .listelement-editable:hover {
        color: #1888d2;
        cursor: pointer;
        position: relative; }
        .grouplist .grouplist-listelement .grouplist-list .listelement-editable:hover .listelement-editable-icon {
          opacity: 1; }
    .grouplist .grouplist-listelement .grouplist-list label {
      font-size: 14px;
      padding-bottom: 0px;
      /* @include user-select(); */
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .grouplist .grouplist-listelement .grouplist-list input[type='checkbox'] {
      margin: 0 6px 0 0; }
    .grouplist .grouplist-listelement .grouplist-list:empty {
      border: 0; }
  .grouplist .grouplist-listelement.closed .grouplist-header {
    /* @include border-radius(); */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .grouplist .grouplist-listelement.closed .grouplist-header .grouplist-header-button.close-button {
      display: none; }
  .grouplist .grouplist-listelement.closed .grouplist-openable-list {
    display: none; }
  .grouplist .grouplist-listelement.checked-partial .grouplist-header {
    background-color: #aecfe4; }
    .grouplist .grouplist-listelement.checked-partial .grouplist-header .grouplist-header-button:hover {
      background-color: #90bdda; }
  .grouplist .grouplist-listelement.checked .grouplist-header {
    background-color: #1888d2; }
    .grouplist .grouplist-listelement.checked .grouplist-header .grouplist-header-button:hover {
      background-color: #1374b4; }
    .grouplist .grouplist-listelement.checked .grouplist-header a {
      color: #fefefe; }
    .grouplist .grouplist-listelement.checked .grouplist-header.grey-header {
      background-color: #F2F2F2;
      border: 1px solid #b5b5b5;
      color: #333333; }
      .grouplist .grouplist-listelement.checked .grouplist-header.grey-header a {
        color: #333333; }
  .grouplist .grouplist-listelement .grouplist-checkboxes .listelement {
    line-height: 18px;
    min-height: 24px;
    padding: 3px 5px 3px 9px;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .grouplist .grouplist-listelement .grouplist-checkboxes .listelement.checked {
      background-color: #D7E3EB; }
    .grouplist .grouplist-listelement .grouplist-checkboxes .listelement.writer-checked, .grouplist .grouplist-listelement .grouplist-checkboxes .listelement.reader-checked {
      background-color: #D7E3EB; }
    .grouplist .grouplist-listelement .grouplist-checkboxes .listelement:nth-child(even) {
      background-color: #F2F2F2; }
      .grouplist .grouplist-listelement .grouplist-checkboxes .listelement:nth-child(even).checked {
        background-color: #e2ebf1; }
      .grouplist .grouplist-listelement .grouplist-checkboxes .listelement:nth-child(even).writer-checked, .grouplist .grouplist-listelement .grouplist-checkboxes .listelement:nth-child(even).reader-checked {
        background-color: #e2ebf1; }
  .grouplist .grouplist-listelement .grouplist-checkboxes label {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 0px;
    /* @include user-select(); */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: auto; }
  .grouplist .grouplist-listelement .grouplist-checkboxes input[type='checkbox'] {
    margin: 0 0 0 0; }
  .grouplist .grouplist-listelement.empty .grouplist-header {
    background-color: #F2F2F2;
    color: #b5b5b5; }
  .grouplist .grouplist-listelement.active .grouplist-header {
    background-color: #00628D;
    color: #fefefe; }
  .grouplist .grouplist-listelement.active .grouplist-list {
    background-color: #e2ebf1; }

/* DESIGN Exceptios ------------------- */
.checkbox-box {
  width: 108px;
  text-align: center;
  font-size: 12px;
  flex-shrink: 0; }

/* 
HEADERS ----------------------------------
*/
.header-normal {
  width: 100%; }
  .header-normal h1, .header-normal h2, .header-normal h3, .header-normal h4, .header-normal h5 {
    display: inline-block;
    font-size: 30px;
    font-weight: 500; }

/* Header Line*/
.header-line {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  /* @include flex-wrap(); */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* @include align-content(); */
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start; }
  .header-line span, .header-line h1, .header-line h2, .header-line h3, .header-line h4, .header-line h5 {
    display: inline-block;
    padding: 0 6px; }
  .header-line:before, .header-line:after {
    display: inline-block;
    /* @include flex(); */
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 0px;
    border-top: 1px solid #333333;
    content: ""; }

/* Header Line Right*/
.header-lineright {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  /* @include flex-wrap(); */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* @include align-content(); */
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start; }
  .header-lineright h1, .header-lineright h2, .header-lineright h3, .header-lineright h4, .header-lineright h5 {
    display: inline-block;
    margin: 0 12px 0 0;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500; }
  .header-lineright:after {
    display: inline-block;
    /* @include flex(); */
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 16px 0 13px 0;
    height: 0px;
    border-top: 1px solid #333333;
    content: ""; }

/* Header Underline*/
.header-underline h1, .header-underline h2, .header-underline h3, .header-underline h4, .header-underline h5 {
  padding-bottom: 3px;
  border-bottom: 1px solid #333333; }

/* Header Underline*/
.header-underline-small {
  font-size: 24px;
  border-bottom: 1px solid #333333;
  padding-bottom: 6px; }

.header-colored-small {
  width: 100%;
  color: #1888d2;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif; }

/* Header with Search*/
.header-search-form {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  padding-bottom: 6px;
  /* @include flex-wrap(); */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* @include align-content(); */
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start; }
  .header-search-form h1, .header-search-form h2, .header-search-form h3, .header-search-form h4, .header-search-form h5 {
    display: inline-block;
    font-size: 30px;
    font-weight: 500; }
  .header-search-form .flex-line {
    display: inline-block;
    /* @include flex(); */
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 16px 12px 13px 12px;
    height: 0px;
    border-top: 1px solid #333333;
    content: ""; }
  .header-search-form .search-form {
    /* @include justify-content(); */
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    /* @include align-items(); */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 300px; }
    .header-search-form .search-form .search-input {
      /* @include border-radius(); */
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      border-radius: 18px;
      padding: 3px 12px; }
    .header-search-form .search-form .search-button {
      margin-left: 12px;
      width: 100px; }

.header-search {
  width: 100%;
  font-size: 24px;
  font-family: 'Roboto', sans-serif; }

/* / HEADERS ----------------------------------*/
.help-bubble-like {
  position: absolute;
  border: 1px solid #b5b5b5;
  background-color: #fefefe;
  color: #333333;
  padding: 6px 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 99;
  text-align: left;
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  font-weight: normal; }
  .help-bubble-like.errorStyle {
    background-color: #ee5050;
    color: #fefefe; }

.help-bubble-like-2 {
  position: absolute;
  border: 1px solid #b5b5b5;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333333;
  line-height: 14px;
  font-size: 12px;
  z-index: 99;
  text-align: left;
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  font-weight: normal;
  text-shadow: 0 0 2px #fff; }

.help-bubble-container-click,
.help-bubble-container {
  position: relative; }
  .help-bubble-container-click.help-bubble-container-mouse .help-bubble:before,
  .help-bubble-container.help-bubble-container-mouse .help-bubble:before {
    display: none; }
  .help-bubble-container-click.help-text,
  .help-bubble-container.help-text {
    font-weight: bold;
    color: #1888d2;
    text-decoration: underlined; }
  .help-bubble-container-click .help-bubble,
  .help-bubble-container .help-bubble {
    display: none;
    position: absolute;
    border: 1px solid #b5b5b5;
    background-color: #fefefe;
    color: #333333;
    padding: 6px 10px;
    line-height: 16px;
    font-size: 12px;
    z-index: 99;
    text-align: left;
    /* @include border-radius(); */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    bottom: calc(100% + 8px);
    top: auto;
    right: auto;
    left: 0;
    white-space: nowrap;
    font-weight: normal;
    /* If a list is needed */
    /* Different list sityle */
    /* For long pragraphs and other !!! SPECIFIED WIDTH NEEDED !!! */ }
    .help-bubble-container-click .help-bubble:empty,
    .help-bubble-container .help-bubble:empty {
      display: none !important; }
    .help-bubble-container-click .help-bubble p,
    .help-bubble-container .help-bubble p {
      margin-bottom: 6px; }
      .help-bubble-container-click .help-bubble p:last-child,
      .help-bubble-container .help-bubble p:last-child {
        margin-bottom: 0px; }
    .help-bubble-container-click .help-bubble.left-correction,
    .help-bubble-container .help-bubble.left-correction {
      margin-left: -8px; }
    .help-bubble-container-click .help-bubble .large-image,
    .help-bubble-container .help-bubble .large-image {
      width: 700px; }
    .help-bubble-container-click .help-bubble:before,
    .help-bubble-container .help-bubble:before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      border-bottom: 1px solid #b5b5b5;
      border-right: 1px solid #b5b5b5;
      background-color: #fefefe;
      /* @include transform(); */
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      bottom: -7px;
      left: 12px;
      z-index: -1; }
    .help-bubble-container-click .help-bubble.bubble-top-left,
    .help-bubble-container .help-bubble.bubble-top-left {
      bottom: calc(100% + 8px);
      top: auto;
      left: 0;
      right: auto; }
      .help-bubble-container-click .help-bubble.bubble-top-left:before,
      .help-bubble-container .help-bubble.bubble-top-left:before {
        right: auto;
        left: 12px; }
    .help-bubble-container-click .help-bubble.bubble-top-right,
    .help-bubble-container .help-bubble.bubble-top-right {
      bottom: calc(100% + 8px);
      top: auto;
      right: 0;
      left: auto; }
      .help-bubble-container-click .help-bubble.bubble-top-right:before,
      .help-bubble-container .help-bubble.bubble-top-right:before {
        right: 12px;
        left: auto; }
    .help-bubble-container-click .help-bubble.bubble-left, .help-bubble-container-click .help-bubble.bubble-left-top,
    .help-bubble-container .help-bubble.bubble-left,
    .help-bubble-container .help-bubble.bubble-left-top {
      top: calc(50% - 20px);
      right: calc(100% + 8px);
      left: auto;
      bottom: auto; }
      .help-bubble-container-click .help-bubble.bubble-left:before, .help-bubble-container-click .help-bubble.bubble-left-top:before,
      .help-bubble-container .help-bubble.bubble-left:before,
      .help-bubble-container .help-bubble.bubble-left-top:before {
        right: -7px;
        left: auto;
        top: 9px;
        border-top: 1px solid #b5b5b5;
        border-right: 1px solid #b5b5b5;
        border-bottom: 0;
        border-left: 0; }
    .help-bubble-container-click .help-bubble.bubble-left-bottom,
    .help-bubble-container .help-bubble.bubble-left-bottom {
      top: auto;
      right: calc(100% + 8px);
      left: auto;
      bottom: calc(50% - 20px); }
      .help-bubble-container-click .help-bubble.bubble-left-bottom:before,
      .help-bubble-container .help-bubble.bubble-left-bottom:before {
        right: -7px;
        left: auto;
        bottom: 9px;
        border-top: 0;
        border-right: 0;
        border-top: 1px solid #b5b5b5;
        border-right: 1px solid #b5b5b5;
        border-bottom: 0;
        border-left: 0; }
    .help-bubble-container-click .help-bubble.bubble-right, .help-bubble-container-click .help-bubble.bubble-right-top,
    .help-bubble-container .help-bubble.bubble-right,
    .help-bubble-container .help-bubble.bubble-right-top {
      top: calc(50% - 20px);
      left: calc(100% + 8px);
      right: auto;
      bottom: auto; }
      .help-bubble-container-click .help-bubble.bubble-right:before, .help-bubble-container-click .help-bubble.bubble-right-top:before,
      .help-bubble-container .help-bubble.bubble-right:before,
      .help-bubble-container .help-bubble.bubble-right-top:before {
        left: -7px;
        right: auto;
        top: 9px;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid #b5b5b5;
        border-left: 1px solid #b5b5b5; }
    .help-bubble-container-click .help-bubble.bubble-right-bottom,
    .help-bubble-container .help-bubble.bubble-right-bottom {
      top: auto;
      left: calc(100% + 8px);
      right: auto;
      bottom: calc(50% - 20px); }
      .help-bubble-container-click .help-bubble.bubble-right-bottom:before,
      .help-bubble-container .help-bubble.bubble-right-bottom:before {
        left: -7px;
        right: auto;
        bottom: 9px;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid #b5b5b5;
        border-left: 1px solid #b5b5b5; }
    .help-bubble-container-click .help-bubble.bubble-bottom, .help-bubble-container-click .help-bubble.bubble-bottom-right,
    .help-bubble-container .help-bubble.bubble-bottom,
    .help-bubble-container .help-bubble.bubble-bottom-right {
      top: calc(100% + 8px);
      bottom: auto;
      left: auto;
      right: 0; }
      .help-bubble-container-click .help-bubble.bubble-bottom:before, .help-bubble-container-click .help-bubble.bubble-bottom-right:before,
      .help-bubble-container .help-bubble.bubble-bottom:before,
      .help-bubble-container .help-bubble.bubble-bottom-right:before {
        top: -7px;
        left: auto;
        right: 12px;
        border-top: 1px solid #b5b5b5;
        border-right: 0;
        border-bottom: 0;
        border-left: 1px solid #b5b5b5; }
    .help-bubble-container-click .help-bubble.bubble-bottom-left,
    .help-bubble-container .help-bubble.bubble-bottom-left {
      top: calc(100% + 8px);
      bottom: auto;
      left: 0;
      right: auto; }
      .help-bubble-container-click .help-bubble.bubble-bottom-left:before,
      .help-bubble-container .help-bubble.bubble-bottom-left:before {
        top: -7px;
        left: 12px;
        right: auto;
        border-top: 1px solid #b5b5b5;
        border-right: 0;
        border-bottom: 0;
        border-left: 1px solid #b5b5b5;
        z-index: -1; }
    .help-bubble-container-click .help-bubble.under-mouse .bubble-content-block,
    .help-bubble-container .help-bubble.under-mouse .bubble-content-block {
      overflow: auto;
      max-height: 260px;
      padding: 6px 10px; }
    .help-bubble-container-click .help-bubble.under-mouse:before,
    .help-bubble-container .help-bubble.under-mouse:before {
      display: none; }
    .help-bubble-container-click .help-bubble.under-mouse.bubble-top-left,
    .help-bubble-container .help-bubble.under-mouse.bubble-top-left {
      bottom: 0;
      top: auto;
      left: 0;
      right: auto; }
    .help-bubble-container-click .help-bubble.under-mouse.bubble-top-right,
    .help-bubble-container .help-bubble.under-mouse.bubble-top-right {
      bottom: 0;
      top: auto;
      right: 0;
      left: auto; }
    .help-bubble-container-click .help-bubble.under-mouse.bubble-left, .help-bubble-container-click .help-bubble.under-mouse.bubble-left-top,
    .help-bubble-container .help-bubble.under-mouse.bubble-left,
    .help-bubble-container .help-bubble.under-mouse.bubble-left-top {
      top: 0;
      right: 0;
      left: auto;
      bottom: auto; }
    .help-bubble-container-click .help-bubble.under-mouse.bubble-left-bottom,
    .help-bubble-container .help-bubble.under-mouse.bubble-left-bottom {
      top: auto;
      right: 0;
      left: auto;
      bottom: 0; }
    .help-bubble-container-click .help-bubble.under-mouse.bubble-right, .help-bubble-container-click .help-bubble.under-mouse.bubble-right-top,
    .help-bubble-container .help-bubble.under-mouse.bubble-right,
    .help-bubble-container .help-bubble.under-mouse.bubble-right-top {
      top: 0;
      left: 0;
      right: auto;
      bottom: auto; }
    .help-bubble-container-click .help-bubble.under-mouse.bubble-right-bottom,
    .help-bubble-container .help-bubble.under-mouse.bubble-right-bottom {
      top: auto;
      left: 0;
      right: auto;
      bottom: 0; }
    .help-bubble-container-click .help-bubble.under-mouse.bubble-bottom, .help-bubble-container-click .help-bubble.under-mouse.bubble-bottom-right,
    .help-bubble-container .help-bubble.under-mouse.bubble-bottom,
    .help-bubble-container .help-bubble.under-mouse.bubble-bottom-right {
      top: 0;
      bottom: auto;
      left: auto;
      right: 0; }
    .help-bubble-container-click .help-bubble.under-mouse.bubble-bottom-left,
    .help-bubble-container .help-bubble.under-mouse.bubble-bottom-left {
      top: 0;
      bottom: auto;
      left: 0;
      right: auto; }
    .help-bubble-container-click .help-bubble.bubble-list ul,
    .help-bubble-container .help-bubble.bubble-list ul {
      list-style-type: square; }
      .help-bubble-container-click .help-bubble.bubble-list ul li,
      .help-bubble-container .help-bubble.bubble-list ul li {
        white-space: nowrap;
        margin-left: 19px; }
    .help-bubble-container-click .help-bubble.bubble-list-simple ul li,
    .help-bubble-container .help-bubble.bubble-list-simple ul li {
      white-space: unset; }
    .help-bubble-container-click .help-bubble.bubble-text-list ul,
    .help-bubble-container .help-bubble.bubble-text-list ul {
      list-style-type: square; }
      .help-bubble-container-click .help-bubble.bubble-text-list ul li,
      .help-bubble-container .help-bubble.bubble-text-list ul li {
        margin-left: 19px; }
    .help-bubble-container-click .help-bubble.bubble-list-style,
    .help-bubble-container .help-bubble.bubble-list-style {
      padding: 0; }
      .help-bubble-container-click .help-bubble.bubble-list-style ul,
      .help-bubble-container .help-bubble.bubble-list-style ul {
        width: 100%; }
        .help-bubble-container-click .help-bubble.bubble-list-style ul li,
        .help-bubble-container .help-bubble.bubble-list-style ul li {
          padding: 6px 10px;
          border-bottom: 1px solid #b5b5b5; }
          .help-bubble-container-click .help-bubble.bubble-list-style ul li:last-child,
          .help-bubble-container .help-bubble.bubble-list-style ul li:last-child {
            border-bottom: 0; }
          .help-bubble-container-click .help-bubble.bubble-list-style ul li:nth-child(even),
          .help-bubble-container .help-bubble.bubble-list-style ul li:nth-child(even) {
            background-color: #e9e9e9; }
    .help-bubble-container-click .help-bubble.bubble-multiline,
    .help-bubble-container .help-bubble.bubble-multiline {
      white-space: normal; }
    .help-bubble-container-click .help-bubble .bubble-style,
    .help-bubble-container .help-bubble .bubble-style {
      z-index: 2; }
      .help-bubble-container-click .help-bubble .bubble-style .bubble-header,
      .help-bubble-container .help-bubble .bubble-style .bubble-header {
        background-color: #1888d2;
        color: #fefefe;
        margin: -7px -11px 0 -11px;
        padding: 3px 6px 0 6px;
        /* @include border-top-right-radius(); */
        -webkit-border-top-right-radius: 3px;
        -moz-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
        /* @include border-top-left-radius(); */
        -webkit-border-top-left-radius: 3px;
        -moz-border-top-left-radius: 3px;
        border-top-left-radius: 3px; }
      .help-bubble-container-click .help-bubble .bubble-style .help-bubble-list,
      .help-bubble-container .help-bubble .bubble-style .help-bubble-list {
        margin: -6px -18px -12px -18px; }
        .help-bubble-container-click .help-bubble .bubble-style .help-bubble-list .help-bubble-listelement .listelement-header,
        .help-bubble-container .help-bubble .bubble-style .help-bubble-list .help-bubble-listelement .listelement-header {
          padding: 3px 6px;
          background-color: #ddd;
          min-height: 20px;
          line-height: 14px; }
        .help-bubble-container-click .help-bubble .bubble-style .help-bubble-list .help-bubble-listelement .listelement-header-darkgrey,
        .help-bubble-container .help-bubble .bubble-style .help-bubble-list .help-bubble-listelement .listelement-header-darkgrey {
          padding: 3px 6px;
          background-color: #797979;
          color: #fefefe;
          min-height: 20px;
          line-height: 14px; }
        .help-bubble-container-click .help-bubble .bubble-style .help-bubble-list .help-bubble-listelement .listelement-header-grey,
        .help-bubble-container .help-bubble .bubble-style .help-bubble-list .help-bubble-listelement .listelement-header-grey {
          padding: 3px 6px;
          background-color: #b5b5b5;
          color: #fefefe;
          min-height: 20px;
          line-height: 14px; }
      .help-bubble-container-click .help-bubble .bubble-style .bubble-footer,
      .help-bubble-container .help-bubble .bubble-style .bubble-footer {
        border-top: 1px solid #b5b5b5;
        margin: 0 -11px -7px -11px; }
    .help-bubble-container-click .help-bubble .bubble-close,
    .help-bubble-container .help-bubble .bubble-close {
      width: 24px;
      height: 24px;
      background-color: #797979;
      color: #fefefe;
      text-align: center;
      position: absolute;
      /* @include border-radius(); */
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      top: -3px;
      right: -3px;
      line-height: 24px; }

.help-bubble-container:hover .help-bubble {
  display: block; }

.help-bubble-container-click.hover .help-bubble {
  display: block; }

.help-bubble-icon {
  position: relative;
  display: inline-block; }
  .help-bubble-icon .help-bubble {
    display: none;
    position: absolute;
    border: 1px solid #b5b5b5;
    background-color: #fefefe;
    color: #333333;
    padding: 6px 10px;
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    z-index: 99;
    white-space: normal;
    text-align: left;
    /* @include border-radius(); */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    bottom: calc(100% + 8px);
    top: auto;
    right: auto;
    left: -1em;
    white-space: nowrap;
    font-weight: normal;
    /* If a list is needed */
    /* Different list sityle */
    /* For long pragraphs and other !!! SPECIFIED WIDTH NEEDED !!! */ }
    .help-bubble-icon .help-bubble p {
      margin-bottom: 6px; }
      .help-bubble-icon .help-bubble p:last-child {
        margin-bottom: 0px; }
    .help-bubble-icon .help-bubble .large-image {
      width: 700px; }
    .help-bubble-icon .help-bubble:before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      border-bottom: 1px solid #b5b5b5;
      border-right: 1px solid #b5b5b5;
      background-color: #fefefe;
      /* @include transform(); */
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      bottom: -7px;
      left: 12px; }
    .help-bubble-icon .help-bubble.bubble-top-left {
      bottom: calc(100% + 8px);
      top: auto;
      right: -6px;
      left: auto; }
      .help-bubble-icon .help-bubble.bubble-top-left:before {
        right: 12px;
        left: auto; }
    .help-bubble-icon .help-bubble.bubble-left, .help-bubble-icon .help-bubble.bubble-left-top {
      top: calc(50% - 16px);
      right: auto;
      left: calc(100% + 8px);
      bottom: auto; }
      .help-bubble-icon .help-bubble.bubble-left:before, .help-bubble-icon .help-bubble.bubble-left-top:before {
        right: -7px;
        left: auto;
        top: 9px;
        border-top: 1px solid #b5b5b5;
        border-right: 1px solid #b5b5b5;
        border-bottom: 0;
        border-left: 0; }
    .help-bubble-icon .help-bubble.bubble-left-bottom {
      top: auto;
      right: calc(100% + 8px);
      left: auto;
      bottom: calc(50% - 16px); }
      .help-bubble-icon .help-bubble.bubble-left-bottom:before {
        right: -7px;
        left: auto;
        bottom: 9px;
        border-top: 0;
        border-right: 0;
        border-top: 1px solid #b5b5b5;
        border-right: 1px solid #b5b5b5;
        border-bottom: 0;
        border-left: 0; }
    .help-bubble-icon .help-bubble.bubble-right, .help-bubble-icon .help-bubble.bubble-right-top {
      top: calc(50% - 16px);
      left: calc(100% + 8px);
      right: auto;
      bottom: auto; }
      .help-bubble-icon .help-bubble.bubble-right:before, .help-bubble-icon .help-bubble.bubble-right-top:before {
        left: -7px;
        right: auto;
        top: 9px;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid #b5b5b5;
        border-left: 1px solid #b5b5b5; }
    .help-bubble-icon .help-bubble.bubble-right-bottom {
      top: auto;
      left: calc(100% + 8px);
      right: auto;
      bottom: calc(50% - 16px); }
      .help-bubble-icon .help-bubble.bubble-right-bottom:before {
        left: -7px;
        right: auto;
        bottom: 9px;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid #b5b5b5;
        border-left: 1px solid #b5b5b5; }
    .help-bubble-icon .help-bubble.bubble-bottom, .help-bubble-icon .help-bubble.bubble-bottom-right {
      top: calc(100% + 8px);
      bottom: auto;
      left: auto;
      right: calc(50% - 19px); }
      .help-bubble-icon .help-bubble.bubble-bottom:before, .help-bubble-icon .help-bubble.bubble-bottom-right:before {
        top: -7px;
        left: auto;
        right: 12px;
        border-top: 1px solid #b5b5b5;
        border-right: 0;
        border-bottom: 0;
        border-left: 1px solid #b5b5b5; }
    .help-bubble-icon .help-bubble.bubble-bottom-left {
      top: calc(100% + 8px);
      bottom: auto;
      left: calc(50% - 19px);
      right: auto; }
      .help-bubble-icon .help-bubble.bubble-bottom-left:before {
        top: -7px;
        left: 12px;
        right: auto;
        border-top: 1px solid #b5b5b5;
        border-right: 0;
        border-bottom: 0;
        border-left: 1px solid #b5b5b5; }
    .help-bubble-icon .help-bubble.bubble-list ul {
      list-style-type: square; }
      .help-bubble-icon .help-bubble.bubble-list ul li {
        white-space: nowrap;
        margin-left: 19px; }
    .help-bubble-icon .help-bubble.bubble-list-simple ul li {
      white-space: nowrap; }
    .help-bubble-icon .help-bubble.bubble-multiline {
      white-space: unset; }
  .help-bubble-icon:hover .help-bubble {
    display: block; }

.help-bubble .tableStyle th {
  background-color: #e2ebf1;
  text-align: center; }
.help-bubble .tableStyle td {
  text-align: center;
  font-weight: bold; }

/* INSTANT BUBBLE */
.instant-bubble {
  position: fixed;
  border: 1px solid #b5b5b5;
  background-color: #fefefe;
  color: #333333;
  height: 18px;
  white-space: nowrap;
  padding: 6px 10px;
  line-height: 20px;
  width: auto;
  font-size: 12px;
  z-index: 88888;
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  top: 99999999px;
  left: 99999999px; }
  .instant-bubble:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    background-color: #fefefe;
    /* @include transform(); */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -7px;
    left: 12px; }

/* INSTANT BUBBLE */
.instant-bubble-multiline {
  position: fixed;
  margin-top: -24px;
  margin-left: -18px;
  border: 1px solid #b5b5b5;
  background-color: #fefefe;
  color: #333333;
  padding: 6px 10px;
  line-height: 20px;
  width: auto;
  font-size: 12px;
  z-index: 88888;
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  top: 99999999px;
  left: 99999999px; }
  .instant-bubble-multiline:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    background-color: #fefefe;
    /* @include transform(); */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -7px;
    left: 12px; }
  .instant-bubble-multiline.help-bubble-left {
    margin-left: -8px; }
    .instant-bubble-multiline.help-bubble-left:before {
      left: auto;
      right: 12px; }
  .instant-bubble-multiline.errorStyle .bubble-style .bubble-header {
    background-color: #00628D; }
  .instant-bubble-multiline.mtStyle .bubble-style .bubble-header {
    background-color: #aecfe4;
    color: #333333; }
  .instant-bubble-multiline .bubble-style {
    z-index: 2; }
    .instant-bubble-multiline .bubble-style .bubble-header {
      background-color: #1888d2;
      color: #fefefe;
      margin: -7px -11px 0 -11px;
      padding: 3px 6px 0 6px;
      font-weight: bold;
      /* @include border-top-right-radius(); */
      -webkit-border-top-right-radius: 3px;
      -moz-border-top-right-radius: 3px;
      border-top-right-radius: 3px;
      /* @include border-top-left-radius(); */
      -webkit-border-top-left-radius: 3px;
      -moz-border-top-left-radius: 3px;
      border-top-left-radius: 3px; }
    .instant-bubble-multiline .bubble-style .help-bubble-list {
      margin: -6px -18px -12px -18px; }
      .instant-bubble-multiline .bubble-style .help-bubble-list .help-bubble-listelement .listelement-header {
        padding: 3px 6px;
        background-color: #ddd;
        min-height: 20px;
        line-height: 14px; }
      .instant-bubble-multiline .bubble-style .help-bubble-list .help-bubble-listelement .listelement-header-darkgrey {
        padding: 3px 6px;
        background-color: #797979;
        color: #fefefe;
        min-height: 20px;
        line-height: 14px; }
      .instant-bubble-multiline .bubble-style .help-bubble-list .help-bubble-listelement .listelement-header-grey {
        padding: 3px 6px;
        background-color: #b5b5b5;
        color: #fefefe;
        min-height: 20px;
        line-height: 14px; }
    .instant-bubble-multiline .bubble-style .bubble-footer {
      border-top: 1px solid #b5b5b5;
      margin: 0 -11px -7px -11px; }

/*MOBILE VIEW --------*/
@media only screen and (max-width: 767px) {
  .help-bubble-container .help-bubble.bubble-top-left-m {
    bottom: calc(100% + 8px);
    top: auto;
    right: 0;
    left: auto; }
    .help-bubble-container .help-bubble.bubble-top-left-m:before {
      right: 12px;
      left: auto; }
  .help-bubble-container .help-bubble.bubble-left, .help-bubble-container .help-bubble.bubble-left-top-m {
    top: calc(50% - 16px);
    right: calc(100% + 8px);
    left: auto;
    bottom: auto; }
    .help-bubble-container .help-bubble.bubble-left:before, .help-bubble-container .help-bubble.bubble-left-top-m:before {
      right: -7px;
      left: auto;
      top: 9px;
      border-top: 1px solid #b5b5b5;
      border-right: 1px solid #b5b5b5;
      border-bottom: 0;
      border-left: 0; }
  .help-bubble-container .help-bubble.bubble-left-bottom-m {
    top: auto;
    right: calc(100% + 8px);
    left: auto;
    bottom: calc(50% - 16px); }
    .help-bubble-container .help-bubble.bubble-left-bottom-m:before {
      right: -7px;
      left: auto;
      bottom: 9px;
      border-top: 0;
      border-right: 0;
      border-top: 1px solid #b5b5b5;
      border-right: 1px solid #b5b5b5;
      border-bottom: 0;
      border-left: 0; }
  .help-bubble-container .help-bubble.bubble-right-m, .help-bubble-container .help-bubble.bubble-right-top-m {
    top: calc(50% - 16px);
    left: calc(100% + 8px);
    right: auto;
    bottom: auto; }
    .help-bubble-container .help-bubble.bubble-right-m:before, .help-bubble-container .help-bubble.bubble-right-top-m:before {
      left: -7px;
      right: auto;
      top: 9px;
      border-top: 0;
      border-right: 0;
      border-bottom: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5; }
  .help-bubble-container .help-bubble.bubble-right-bottom-m {
    top: auto;
    left: calc(100% + 8px);
    right: auto;
    bottom: calc(50% - 16px); }
    .help-bubble-container .help-bubble.bubble-right-bottom-m:before {
      left: -7px;
      right: auto;
      bottom: 9px;
      border-top: 0;
      border-right: 0;
      border-bottom: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5; }
  .help-bubble-container .help-bubble.bubble-bottom-m, .help-bubble-container .help-bubble.bubble-bottom-right-m {
    top: calc(100% + 8px);
    bottom: auto;
    left: auto;
    right: 0; }
    .help-bubble-container .help-bubble.bubble-bottom-m:before, .help-bubble-container .help-bubble.bubble-bottom-right-m:before {
      top: -7px;
      left: auto;
      right: 12px;
      border-top: 1px solid #b5b5b5;
      border-right: 0;
      border-bottom: 0;
      border-left: 1px solid #b5b5b5; }
  .help-bubble-container .help-bubble.bubble-bottom-left-m {
    top: calc(100% + 8px);
    bottom: auto;
    left: 0;
    right: auto; }
    .help-bubble-container .help-bubble.bubble-bottom-left-m:before {
      top: -7px;
      left: 12px;
      right: auto;
      border-top: 1px solid #b5b5b5;
      border-right: 0;
      border-bottom: 0;
      border-left: 1px solid #b5b5b5; }

  .help-bubble-icon {
    position: relative;
    display: inline-block; }
    .help-bubble-icon .help-bubble.bubble-top-left-m {
      bottom: calc(100% + 8px);
      top: auto;
      right: 0;
      left: auto; }
      .help-bubble-icon .help-bubble.bubble-top-left-m:before {
        right: 12px;
        left: auto; }
    .help-bubble-icon .help-bubble.bubble-left, .help-bubble-icon .help-bubble.bubble-left-top-m {
      top: calc(50% - 16px);
      right: auto;
      left: calc(100% + 8px);
      bottom: auto; }
      .help-bubble-icon .help-bubble.bubble-left:before, .help-bubble-icon .help-bubble.bubble-left-top-m:before {
        right: -7px;
        left: auto;
        top: 9px;
        border-top: 1px solid #b5b5b5;
        border-right: 1px solid #b5b5b5;
        border-bottom: 0;
        border-left: 0; }
    .help-bubble-icon .help-bubble.bubble-left-bottom-m {
      top: auto;
      right: calc(100% + 8px);
      left: auto;
      bottom: calc(50% - 16px); }
      .help-bubble-icon .help-bubble.bubble-left-bottom-m:before {
        right: -7px;
        left: auto;
        bottom: 9px;
        border-top: 0;
        border-right: 0;
        border-top: 1px solid #b5b5b5;
        border-right: 1px solid #b5b5b5;
        border-bottom: 0;
        border-left: 0; }
    .help-bubble-icon .help-bubble.bubble-right, .help-bubble-icon .help-bubble.bubble-right-top-m {
      top: calc(50% - 16px);
      left: calc(100% + 8px);
      right: auto;
      bottom: auto; }
      .help-bubble-icon .help-bubble.bubble-right:before, .help-bubble-icon .help-bubble.bubble-right-top-m:before {
        left: -7px;
        right: auto;
        top: 9px;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid #b5b5b5;
        border-left: 1px solid #b5b5b5; }
    .help-bubble-icon .help-bubble.bubble-right-bottom-m {
      top: auto;
      left: calc(100% + 8px);
      right: auto;
      bottom: calc(50% - 16px); }
      .help-bubble-icon .help-bubble.bubble-right-bottom-m:before {
        left: -7px;
        right: auto;
        bottom: 9px;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid #b5b5b5;
        border-left: 1px solid #b5b5b5; }
    .help-bubble-icon .help-bubble.bubble-bottom-m, .help-bubble-icon .help-bubble.bubble-bottom-right-m {
      top: calc(100% + 8px);
      bottom: auto;
      left: auto;
      right: calc(50% - 19px); }
      .help-bubble-icon .help-bubble.bubble-bottom-m:before, .help-bubble-icon .help-bubble.bubble-bottom-right-m:before {
        top: -7px;
        left: auto;
        right: 12px;
        border-top: 1px solid #b5b5b5;
        border-right: 0;
        border-bottom: 0;
        border-left: 1px solid #b5b5b5; }
    .help-bubble-icon .help-bubble.bubble-bottom-left-m {
      top: calc(100% + 8px);
      bottom: auto;
      left: calc(50% - 19px);
      right: auto; }
      .help-bubble-icon .help-bubble.bubble-bottom-left-m:before {
        top: -7px;
        left: 12px;
        right: auto;
        border-top: 1px solid #b5b5b5;
        border-right: 0;
        border-bottom: 0;
        border-left: 1px solid #b5b5b5; }

  /*MOBILE VIEW END --------*/ }
.error-bubble-container {
  position: relative; }
  .error-bubble-container .error-bubble {
    position: absolute;
    border: 1px solid #b5b5b5;
    background-color: #eda1a1;
    color: #333333;
    padding: 6px 10px;
    line-height: 16px;
    font-size: 12px;
    z-index: 99;
    text-align: left;
    /* @include border-radius(); */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    bottom: calc(100% + 8px);
    top: auto;
    right: auto;
    left: 0;
    white-space: nowrap;
    font-weight: normal;
    /* If a list is needed */
    /* Different list sityle */
    /* For long pragraphs and other !!! SPECIFIED WIDTH NEEDED !!! */ }
    .error-bubble-container .error-bubble:empty {
      display: none !important; }
    .error-bubble-container .error-bubble p {
      margin-bottom: 6px; }
      .error-bubble-container .error-bubble p:last-child {
        margin-bottom: 0px; }
    .error-bubble-container .error-bubble:before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      border-bottom: 1px solid #b5b5b5;
      border-right: 1px solid #b5b5b5;
      background-color: #eda1a1;
      /* @include transform(); */
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      bottom: -7px;
      left: 12px;
      z-index: -1; }
    .error-bubble-container .error-bubble.error-top-left {
      bottom: calc(100% + 8px);
      top: auto;
      left: 0;
      right: auto; }
      .error-bubble-container .error-bubble.error-top-left:before {
        right: auto;
        left: 12px; }
    .error-bubble-container .error-bubble.error-top-right {
      bottom: calc(100% + 8px);
      top: auto;
      right: 0;
      left: auto; }
      .error-bubble-container .error-bubble.error-top-right:before {
        right: 12px;
        left: auto; }
    .error-bubble-container .error-bubble.error-left {
      top: calc(50% - 20px);
      right: calc(100% + 8px);
      left: auto;
      bottom: auto; }
      .error-bubble-container .error-bubble.error-left:before {
        right: -7px;
        left: auto;
        top: 9px;
        border-top: 1px solid #b5b5b5;
        border-right: 1px solid #b5b5b5;
        border-bottom: 0;
        border-left: 0; }
    .error-bubble-container .error-bubble.error-left-top {
      top: 0px;
      right: calc(100% + 8px);
      left: auto;
      bottom: auto; }
      .error-bubble-container .error-bubble.error-left-top:before {
        right: -7px;
        left: auto;
        top: 9px;
        border-top: 1px solid #b5b5b5;
        border-right: 1px solid #b5b5b5;
        border-bottom: 0;
        border-left: 0; }
    .error-bubble-container .error-bubble.error-left-bottom {
      top: auto;
      right: calc(100% + 8px);
      left: auto;
      bottom: calc(50% - 20px); }
      .error-bubble-container .error-bubble.error-left-bottom:before {
        right: -7px;
        left: auto;
        bottom: 9px;
        border-top: 0;
        border-right: 0;
        border-top: 1px solid #b5b5b5;
        border-right: 1px solid #b5b5b5;
        border-bottom: 0;
        border-left: 0; }
    .error-bubble-container .error-bubble.error-right {
      top: calc(50% - 20px);
      left: calc(100% + 8px);
      right: auto;
      bottom: auto; }
      .error-bubble-container .error-bubble.error-right:before {
        left: -7px;
        right: auto;
        top: 9px;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid #b5b5b5;
        border-left: 1px solid #b5b5b5; }
    .error-bubble-container .error-bubble.error-right-top {
      top: 0px;
      left: calc(100% + 8px);
      right: auto;
      bottom: auto; }
      .error-bubble-container .error-bubble.error-right-top:before {
        left: -7px;
        right: auto;
        top: 9px;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid #b5b5b5;
        border-left: 1px solid #b5b5b5; }
    .error-bubble-container .error-bubble.error-right-bottom {
      top: auto;
      left: calc(100% + 8px);
      right: auto;
      bottom: calc(50% - 20px); }
      .error-bubble-container .error-bubble.error-right-bottom:before {
        left: -7px;
        right: auto;
        bottom: 9px;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid #b5b5b5;
        border-left: 1px solid #b5b5b5; }
    .error-bubble-container .error-bubble.error-bottom, .error-bubble-container .error-bubble.error-bottom-right {
      top: calc(100% + 8px);
      bottom: auto;
      left: auto;
      right: 0; }
      .error-bubble-container .error-bubble.error-bottom:before, .error-bubble-container .error-bubble.error-bottom-right:before {
        top: -7px;
        left: auto;
        right: 12px;
        border-top: 1px solid #b5b5b5;
        border-right: 0;
        border-bottom: 0;
        border-left: 1px solid #b5b5b5; }
    .error-bubble-container .error-bubble.error-bottom-left {
      top: calc(100% + 8px);
      bottom: auto;
      left: 0;
      right: auto; }
      .error-bubble-container .error-bubble.error-bottom-left:before {
        top: -7px;
        left: 12px;
        right: auto;
        border-top: 1px solid #b5b5b5;
        border-right: 0;
        border-bottom: 0;
        border-left: 1px solid #b5b5b5;
        z-index: -1; }
    .error-bubble-container .error-bubble.error-list ul {
      list-style-type: square; }
      .error-bubble-container .error-bubble.error-list ul li {
        white-space: nowrap;
        margin-left: 19px; }
    .error-bubble-container .error-bubble.error-list-simple ul li {
      white-space: unset; }
    .error-bubble-container .error-bubble.error-list-style {
      padding: 0; }
      .error-bubble-container .error-bubble.error-list-style ul {
        width: 100%; }
        .error-bubble-container .error-bubble.error-list-style ul li {
          padding: 6px 10px;
          border-bottom: 1px solid #b5b5b5; }
          .error-bubble-container .error-bubble.error-list-style ul li:last-child {
            border-bottom: 0; }
          .error-bubble-container .error-bubble.error-list-style ul li:nth-child(even) {
            background-color: #e9e9e9; }
    .error-bubble-container .error-bubble.error-multiline {
      white-space: normal; }
    .error-bubble-container .error-bubble .error-close {
      width: 24px;
      height: 24px;
      background-color: #797979;
      color: #fefefe;
      text-align: center;
      position: absolute;
      /* @include border-radius(); */
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      top: -3px;
      right: -3px;
      line-height: 24px; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .error-bubble-container .error-bubble.error-top-left-t {
    bottom: calc(100% + 8px);
    top: auto;
    right: 0;
    left: auto; }
    .error-bubble-container .error-bubble.error-top-left-t:before {
      right: 12px;
      left: auto; }
  .error-bubble-container .error-bubble.error-left-t {
    top: calc(50% - 16px);
    right: calc(100% + 8px);
    left: auto;
    bottom: auto; }
    .error-bubble-container .error-bubble.error-left-t:before {
      right: -7px;
      left: auto;
      top: 9px;
      border-top: 1px solid #b5b5b5;
      border-right: 1px solid #b5b5b5;
      border-bottom: 0;
      border-left: 0; }
  .error-bubble-container .error-bubble.error-left-top-t {
    top: 0px;
    right: calc(100% + 8px);
    left: auto;
    bottom: auto; }
    .error-bubble-container .error-bubble.error-left-top-t:before {
      right: -7px;
      left: auto;
      top: 9px;
      border-top: 1px solid #b5b5b5;
      border-right: 1px solid #b5b5b5;
      border-bottom: 0;
      border-left: 0; }
  .error-bubble-container .error-bubble.error-left-bottom-t {
    top: auto;
    right: calc(100% + 8px);
    left: auto;
    bottom: calc(50% - 16px); }
    .error-bubble-container .error-bubble.error-left-bottom-t:before {
      right: -7px;
      left: auto;
      bottom: 9px;
      border-top: 0;
      border-right: 0;
      border-top: 1px solid #b5b5b5;
      border-right: 1px solid #b5b5b5;
      border-bottom: 0;
      border-left: 0; }
  .error-bubble-container .error-bubble.error-right-t {
    top: calc(50% - 16px);
    left: calc(100% + 8px);
    right: auto;
    bottom: auto; }
    .error-bubble-container .error-bubble.error-right-t:before {
      left: -7px;
      right: auto;
      top: 9px;
      border-top: 0;
      border-right: 0;
      border-bottom: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5; }
  .error-bubble-container .error-bubble.error-right-top-t {
    top: 0px;
    left: calc(100% + 8px);
    right: auto;
    bottom: auto; }
    .error-bubble-container .error-bubble.error-right-top-t:before {
      left: -7px;
      right: auto;
      top: 9px;
      border-top: 0;
      border-right: 0;
      border-bottom: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5; }
  .error-bubble-container .error-bubble.error-right-bottom-t {
    top: auto;
    left: calc(100% + 8px);
    right: auto;
    bottom: calc(50% - 16px); }
    .error-bubble-container .error-bubble.error-right-bottom-t:before {
      left: -7px;
      right: auto;
      bottom: 9px;
      border-top: 0;
      border-right: 0;
      border-bottom: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5; }
  .error-bubble-container .error-bubble.error-bottom-t, .error-bubble-container .error-bubble.error-bottom-right-t {
    top: calc(100% + 8px);
    bottom: auto;
    left: auto;
    right: 0; }
    .error-bubble-container .error-bubble.error-bottom-t:before, .error-bubble-container .error-bubble.error-bottom-right-t:before {
      top: -7px;
      left: auto;
      right: 12px;
      border-top: 1px solid #b5b5b5;
      border-right: 0;
      border-bottom: 0;
      border-left: 1px solid #b5b5b5; }
  .error-bubble-container .error-bubble.error-bottom-left-t {
    top: calc(100% + 8px);
    bottom: auto;
    left: 0;
    right: auto; }
    .error-bubble-container .error-bubble.error-bottom-left-t:before {
      top: -7px;
      left: 12px;
      right: auto;
      border-top: 1px solid #b5b5b5;
      border-right: 0;
      border-bottom: 0;
      border-left: 1px solid #b5b5b5; }

  /*tablet VIEW END --------*/ }
/*MOBILE VIEW --------*/
@media only screen and (max-width: 767px) {
  .error-bubble-container .error-bubble.error-top-left-m {
    bottom: calc(100% + 8px);
    top: auto;
    right: 0;
    left: auto; }
    .error-bubble-container .error-bubble.error-top-left-m:before {
      right: 12px;
      left: auto; }
  .error-bubble-container .error-bubble.error-left {
    top: calc(50% - 16px);
    right: calc(100% + 8px);
    left: auto;
    bottom: auto; }
    .error-bubble-container .error-bubble.error-left:before {
      right: -7px;
      left: auto;
      top: 9px;
      border-top: 1px solid #b5b5b5;
      border-right: 1px solid #b5b5b5;
      border-bottom: 0;
      border-left: 0; }
  .error-bubble-container .error-bubble.error-left-top-m {
    top: 0px;
    right: calc(100% + 8px);
    left: auto;
    bottom: auto; }
    .error-bubble-container .error-bubble.error-left-top-m:before {
      right: -7px;
      left: auto;
      top: 9px;
      border-top: 1px solid #b5b5b5;
      border-right: 1px solid #b5b5b5;
      border-bottom: 0;
      border-left: 0; }
  .error-bubble-container .error-bubble.error-left-bottom-m {
    top: auto;
    right: calc(100% + 8px);
    left: auto;
    bottom: calc(50% - 16px); }
    .error-bubble-container .error-bubble.error-left-bottom-m:before {
      right: -7px;
      left: auto;
      bottom: 9px;
      border-top: 0;
      border-right: 0;
      border-top: 1px solid #b5b5b5;
      border-right: 1px solid #b5b5b5;
      border-bottom: 0;
      border-left: 0; }
  .error-bubble-container .error-bubble.error-right-m {
    top: calc(50% - 16px);
    left: calc(100% + 8px);
    right: auto;
    bottom: auto; }
    .error-bubble-container .error-bubble.error-right-m:before {
      left: -7px;
      right: auto;
      top: 9px;
      border-top: 0;
      border-right: 0;
      border-bottom: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5; }
  .error-bubble-container .error-bubble.error-right-top-m {
    top: 0px;
    left: calc(100% + 8px);
    right: auto;
    bottom: auto; }
    .error-bubble-container .error-bubble.error-right-top-m:before {
      left: -7px;
      right: auto;
      top: 9px;
      border-top: 0;
      border-right: 0;
      border-bottom: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5; }
  .error-bubble-container .error-bubble.error-right-bottom-m {
    top: auto;
    left: calc(100% + 8px);
    right: auto;
    bottom: calc(50% - 16px); }
    .error-bubble-container .error-bubble.error-right-bottom-m:before {
      left: -7px;
      right: auto;
      bottom: 9px;
      border-top: 0;
      border-right: 0;
      border-bottom: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5; }
  .error-bubble-container .error-bubble.error-bottom-m, .error-bubble-container .error-bubble.error-bottom-right-m {
    top: calc(100% + 8px);
    bottom: auto;
    left: auto;
    right: 0; }
    .error-bubble-container .error-bubble.error-bottom-m:before, .error-bubble-container .error-bubble.error-bottom-right-m:before {
      top: -7px;
      left: auto;
      right: 12px;
      border-top: 1px solid #b5b5b5;
      border-right: 0;
      border-bottom: 0;
      border-left: 1px solid #b5b5b5; }
  .error-bubble-container .error-bubble.error-bottom-left-m {
    top: calc(100% + 8px);
    bottom: auto;
    left: 0;
    right: auto; }
    .error-bubble-container .error-bubble.error-bottom-left-m:before {
      top: -7px;
      left: 12px;
      right: auto;
      border-top: 1px solid #b5b5b5;
      border-right: 0;
      border-bottom: 0;
      border-left: 1px solid #b5b5b5; }

  /*MOBILE VIEW END --------*/ }
#fixed-layout .sidebar {
  height: calc(100vh - 62px); }
#fixed-layout .header-style {
  position: fixed;
  top: 0px;
  left: 0px;
  z-indeX: 9; }
#fixed-layout .body {
  margin-top: 36px;
  margin-bottom: 24px; }
#fixed-layout .footer-style {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-indeX: 9; }
#fixed-layout .scrollable-sidebar-fixed {
  position: fixed;
  max-width: 300px;
  width: 300px;
  height: calc(100vh - 62px);
  overflow: scroll;
  overflow-x: hidden; }
#fixed-layout.contentHeaderSmall .contentHeader {
  position: fixed;
  top: 42px;
  z-index: 3; }
#fixed-layout.contentHeaderSmall .scrollable-sidebar-fixed {
  border-top: 1px solid #b5b5b5;
  height: calc(100vh - 95px);
  top: 71px; }

.content-layout {
  height: calc(100vh - 98px); }

.page-layout-scrollable .header-style {
  position: fixed;
  top: 0; }
.page-layout-scrollable .body {
  margin-top: 36px;
  margin-bottom: 24px; }
.page-layout-scrollable .footer-style {
  position: fixed;
  bottom: 0; }
.page-layout-scrollable .wiki-sidebar-fixed {
  height: calc( 100vh - 60px ) !important; }

.errorticket-layout {
  height: calc(var(--vh, 1vh) * 100 - 60px );
  overflow: scroll; }

.body-layout {
  height: calc(var(--vh, 1vh) * 100 - 60px );
  max-height: calc(var(--vh, 1vh) * 100 - 60px ); }
  .body-layout.tabletView {
    height: calc(var(--vh, 1vh) * 100 - 107px );
    max-height: calc(var(--vh, 1vh) * 100 - 107px ); }

.body-layout-inner {
  height: calc( 100vh - 84px );
  height: calc( 100svh - 84px );
  max-height: calc( 100vh - 84px );
  max-height: calc( 100svh - 84px ); }
  .body-layout-inner.tabletView {
    height: calc(var(--vh, 1vh) * 100 - 130px );
    max-height: calc(var(--vh, 1vh) * 100 - 130px ); }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #fixed-layout .scrollable-sidebar-fixed {
    height: calc(100vh - 106px); }
  #fixed-layout .body {
    margin-bottom: 72px; }

  .content-layout {
    height: calc(100vh - 200px); }

  .body-layout {
    height: calc(var(--vh, 1vh) * 100 - 107px );
    max-height: calc(var(--vh, 1vh) * 100 - 107px ); }

  .body-layout-inner {
    height: calc( 100vh - 130px );
    height: calc( 100svh - 130px );
    max-height: calc( 100vh - 130px );
    max-height: calc( 100svh - 130px ); }

  .page-layout-scrollable .header-style {
    position: fixed;
    top: 0; }
  .page-layout-scrollable .body {
    margin-top: 36px;
    margin-bottom: 66px; }
  .page-layout-scrollable .footer-style {
    position: fixed;
    bottom: 0; }
  .page-layout-scrollable .wiki-sidebar-fixed {
    height: calc( 100vh - 60px ) !important; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  #fixed-layout .header-style {
    z-index: 1; }
  #fixed-layout .scrollable-sidebar-fixed {
    position: relative;
    max-width: 100%;
    border-right: 0;
    height: calc(100vh - 97px); }

  .page-layout-scrollable {
    overflow: scroll !important; }
    .page-layout-scrollable .body {
      margin-top: 36px;
      margin-bottom: 66px; }
    .page-layout-scrollable .sidebar {
      display: none; }

  body {
    overflow: hidden; }

  .body {
    margin-top: 36px; }

  .content-layout {
    height: calc(100vh - 200px);
    max-height: calc(100% - 200px);
    margin-top: 36px; }

  .body-layout {
    height: calc(var(--vh, 1vh) * 100 - 107px );
    max-height: calc(var(--vh, 1vh) * 100 - 107px );
    overflow: scroll;
    margin-top: 36px; }
    .body-layout.mobile-fullscreen-layout {
      height: calc(var(--vh, 1vh) * 100 - 97px ) !important;
      max-height: calc(var(--vh, 1vh) * 100 - 97px ) !important; }

  .body-layout-inner-container {
    height: calc(100vh - 97px );
    height: calc(100svh - 97px );
    max-height: calc(100vh - 97px );
    max-height: calc(100svh - 97px );
    margin-top: 36px !important; }

  .body-layout-inner {
    height: 100%;
    /*
    height: calc(var(--vh, 1vh) * 100 - 114px );
    min-height: 300px;
    */ }

  .mobile-content-block {
    height: 260px;
    min-height: 260px;
    box-sizing: border-box; }

  .mobile-content-block-minheight-l {
    min-height: 360px;
    box-sizing: border-box; }

  /* /MOBILE VIEW END --------*/ }
/* MOBILE VIEW Landscape VIEW -------- */
@media only screen and (orientation: landscape) and (max-width: 767px) {
  .body-layout {
    height: calc(var(--vh, 1vh) * 100 - 82px ); }

  .body-layout-inner-container {
    height: calc(var(--vh, 1vh) * 100 - 78px );
    max-height: calc(var(--vh, 1vh) * 100 - 78px ); } }
/* ------------------------------------------------
-------- SIMPLE LIST  -----------------------------
---------------------------------------------------*/
.directory-list {
  /* Main Folders ---------------------------*/
  /* Main Folders ---------------------------*/
  /* Main Folders List Cells ---------------------------*/
  /* Main Folders List Cells ---------------------------*/
  /* Csíkok ----------------------------- */ }
  .directory-list > .directory-system-folder-listelement:after, .directory-list > .directory-system-folder-listelement:before {
    display: none; }
  .directory-list .directory-system-folder-listelement {
    width: 100%;
    /* @include user-select(); */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    /*New optional Icons
            &.table{
    
            }
    */ }
    .directory-list .directory-system-folder-listelement:after {
      content: "";
      position: absolute;
      top: 11px;
      left: -13px;
      width: 12px;
      border-bottom: 1px solid #ccc; }
    .directory-list .directory-system-folder-listelement:before {
      content: "";
      position: absolute;
      top: 0;
      left: -13px;
      height: 100%;
      border-left: 1px solid #ccc; }
    .directory-list .directory-system-folder-listelement:last-child:before {
      height: 12px; }
    .directory-list .directory-system-folder-listelement.folder .directory-system-folder {
      padding-left: 12px;
      margin-left: 14px; }
    .directory-list .directory-system-folder-listelement.folder.closed .directory-system-folder {
      display: none; }
    .directory-list .directory-system-folder-listelement.folder.open > .directory-system-listelement-inner > .opener-cell > .icon-cell:before {
      content: "\f07c"; }
    .directory-list .directory-system-folder-listelement.folder.closed > .directory-system-listelement-inner > .opener-cell > .icon-cell:before {
      content: "\f07b"; }
    .directory-list .directory-system-folder-listelement.folder .directory-system-listelement-inner.active > .opener-cell > .icon-cell {
      color: #fefefe !important; }
  .directory-list .icon-cell {
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 12px;
    color: #00628D;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 900;
    line-height: 12px; }
  .directory-list .simple-cell {
    flex: 1;
    font-size: 12px;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 0; }
    .directory-list .simple-cell a {
      display: block;
      padding: 6px 10px; }
      .directory-list .simple-cell a:hover {
        background-color: #55a8de; }
  .directory-list .directory-system-listelement-inner {
    width: 100%;
    min-height: 25px;
    cursor: pointer;
    /* @include flexbox();*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px; }
    .directory-list .directory-system-listelement-inner .folderName {
      line-height: 12px; }
    .directory-list .directory-system-listelement-inner.active {
      background-color: #1888d2;
      color: #fefefe; }
      .directory-list .directory-system-listelement-inner.active:hover {
        background-color: #00628D; }
    .directory-list .directory-system-listelement-inner:hover {
      background-color: #aecfe4; }
    .directory-list .directory-system-listelement-inner.checked {
      background-color: #e2ebf1; }
    .directory-list .directory-system-listelement-inner.partilaChecked {
      background-color: #e2ebf1; }
  .directory-list .directory-system-listelement {
    position: relative; }
    .directory-list .directory-system-listelement:before {
      content: "";
      display: block;
      width: 13px;
      top: 11px;
      left: -13px;
      position: absolute;
      border-top: 2px solid #000; }
    .directory-list .directory-system-listelement:after {
      display: block;
      content: "";
      height: 100%;
      width: 2px;
      background-color: #333333;
      position: absolute;
      left: -13px;
      top: 0;
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    .directory-list .directory-system-listelement:last-child:after {
      display: block;
      content: "";
      height: 12px;
      width: 2px;
      background-color: #333333;
      position: absolute;
      left: -13px;
      top: 0;
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    .directory-list .directory-system-listelement.main-folder:before, .directory-list .directory-system-listelement.main-folder:after {
      content: "";
      width: 0;
      height: 0; }

.bubble-list {
  margin: 2px; }
  .bubble-list span {
    border: 1px solid #b5b5b5;
    border-radius: 6px;
    background-color: #bfd9ea;
    padding: 0px 4px;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 20px;
    width: calc(50% - 2px); }
    .bubble-list span:nth-child(4n+2), .bubble-list span:nth-child(4n+3) {
      background-color: #e2ebf1; }

.multilevel-list ol {
  counter-reset: section;
  list-style-type: none !important; }
  .multilevel-list ol li:before {
    counter-increment: section;
    content: counters(section,". ") ". ";
    font-weight: bold; }
.multilevel-list ol {
  font-weight: bold; }
  .multilevel-list ol li ol {
    font-weight: normal; }

.multilevel-list-content ol {
  counter-reset: section;
  list-style-type: none !important; }
  .multilevel-list-content ol > li:before {
    counter-increment: section;
    content: counters(section,". ") ". ";
    font-weight: bold; }
.multilevel-list-content ol {
  font-size: 18px;
  font-weight: bold; }
  .multilevel-list-content ol li ol {
    font-size: 14px;
    font-weight: normal; }

.userlist {
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px; }
  .userlist .userlist-listelement {
    background-color: #ddd;
    border-top: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5; }
    .userlist .userlist-listelement:first-child {
      /* @include border-top-left-radius(); */
      -webkit-border-top-left-radius: 3px;
      -moz-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      /* @include border-top-right-radius(); */
      -webkit-border-top-right-radius: 3px;
      -moz-border-top-right-radius: 3px;
      border-top-right-radius: 3px; }
    .userlist .userlist-listelement:last-child {
      border-bottom: 1px solid #b5b5b5;
      /* @include border-bottom-left-radius(); */
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px;
      /* @include border-bottom-right-radius(); */
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    .userlist .userlist-listelement:nth-child(even) {
      background-color: #F8F8F8; }
    .userlist .userlist-listelement .userlist-image {
      width: 36px;
      height: 36px;
      border-right: 1px solid #b5b5b5;
      object-fit: cover; }

.list-header {
  width: 100%;
  /* @include flexbox();*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 36px;
  /* @include align-items(); */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  /* Specialized  Case */ }
  .list-header.list-header-shadow {
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15); }
  .list-header.list-header-small {
    min-height: 24px; }
  .list-header.list-header-folderlist .list-header-cell,
  .list-header.list-header-folderlist .icon-cell,
  .list-header.list-header-folderlist .simple-cell,
  .list-header.list-header-folderlist .double-cell,
  .list-header.list-header-folderlist .cell-3,
  .list-header.list-header-folderlist .cell-4,
  .list-header.list-header-folderlist .date-cell,
  .list-header.list-header-folderlist .fix-cell,
  .list-header.list-header-folderlist .fix-small-cell,
  .list-header.list-header-folderlist .fix-cell-big,
  .list-header.list-header-folderlist .cell-180,
  .list-header.list-header-folderlist .cell-140,
  .list-header.list-header-folderlist .cell-300,
  .list-header.list-header-folderlist .cell-370,
  .list-header.list-header-folderlist .cell-400 {
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .list-header .list-header-cell,
  .list-header .icon-cell,
  .list-header .simple-cell,
  .list-header .double-cell,
  .list-header .cell-3,
  .list-header .cell-4,
  .list-header .date-cell,
  .list-header .fix-cell,
  .list-header .fix-small-cell,
  .list-header .fix-cell-big,
  .list-header .cell-180,
  .list-header .cell-140,
  .list-header .cell-300,
  .list-header .cell-370,
  .list-header .cell-400 {
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 4px;
    box-sizing: border-box; }
  .list-header .list-header-cell-2 {
    line-height: 16px !important;
    font-size: 14px !important;
    font-weight: bold;
    padding: 3px 2px 3px 2px;
    margin: 0 !important;
    box-sizing: border-box; }
  .list-header .sortHeader:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline;
    margin-right: 2px;
    content: "\f0dc";
    color: #b5b5b5; }
  .list-header .sortHeader.sortup:before {
    content: "\f0de";
    color: #333333; }
  .list-header .sortHeader.sortdown:before {
    content: "\f0dd";
    color: #333333; }
  .list-header .info-cell {
    display: none; }
  .list-header .icon-cell {
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 0; }
  .list-header .simple-cell {
    flex: 1; }
  .list-header .double-cell {
    flex: 2; }
  .list-header .cell-3 {
    flex: 3; }
  .list-header .cell-4 {
    flex: 4; }
  .list-header .date-cell {
    width: 140px; }
  .list-header .fix-cell-big {
    width: 180px; }
  .list-header .fix-cell {
    width: 120px; }
  .list-header .fix-small-cell {
    width: 40px; }
  .list-header .cell-180 {
    width: 180px; }
  .list-header .cell-140 {
    width: 140px; }
  .list-header .cell-300 {
    width: 300px; }
  .list-header .cell-370 {
    width: 370px; }
  .list-header .cell-400 {
    width: 400px; }
  .list-header.list-header-block-top {
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    background-color: #F8F8F8;
    padding: 0 24px 0 24px; }
  .list-header.list-header-block-style {
    width: 100%;
    /* @include flexbox();*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto;
    min-height: 24px;
    padding: 3px;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F8F8F8;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    font-weight: bold;
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    /* @include border-top-right-radius(); */
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px; }
    .list-header.list-header-block-style .sublist-header-cell,
    .list-header.list-header-block-style .icon-cell,
    .list-header.list-header-block-style .simple-cell,
    .list-header.list-header-block-style .double-cell,
    .list-header.list-header-block-style .date-cell,
    .list-header.list-header-block-style .fix-cell,
    .list-header.list-header-block-style .fix-small-cell,
    .list-header.list-header-block-style .fix-cell-big {
      padding: 0 3px;
      line-height: 16px;
      font-size: 12px;
      font-weight: bold; }
    .list-header.list-header-block-style .info-cell {
      display: none; }
    .list-header.list-header-block-style .icon-cell {
      width: 24px;
      height: 24px;
      text-align: center;
      padding: 0; }
    .list-header.list-header-block-style .simple-cell {
      flex: 1; }
    .list-header.list-header-block-style .date-cell {
      width: 140px; }
    .list-header.list-header-block-style .fix-cell-big {
      width: 180px; }
    .list-header.list-header-block-style .fix-cell {
      width: 120px; }
    .list-header.list-header-block-style .fix-small-cell {
      width: 40px; }

.list {
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15); }
  .list:empty {
    /* @include box-shadow(); */
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  .list.no-frame-border > .list-listelement {
    border-right: 0;
    border-left: 0; }
    .list.no-frame-border > .list-listelement:first-child {
      border-top: 0; }
    .list.no-frame-border > .list-listelement:last-child {
      border-bottom: 0; }
  .list.ticketlist .list-listelement:first-child, .list.list-min-height .list-listelement:first-child {
    border-top: 0; }
  .list.no-top-border .list-listelement {
    border-top: 0; }
  .list.no-topbottom-border .list-listelement:first-child {
    border-top: 0; }
  .list.no-topbottom-border .list-listelement:last-child {
    border-bottom: 0; }
  .list.no-border .list-listelement {
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 0; }
  .list.no-top-radius .list-listelement:first-child {
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    /* @include border-top-right-radius(); */
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    border-top-right-radius: 0px; }
  .list.no-radius .list-listelement:first-child {
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    /* @include border-top-right-radius(); */
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    border-top-right-radius: 0px; }
  .list.no-radius .list-listelement:last-child {
    /* @include border-bottom-left-radius(); */
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    /* @include border-bottom-right-radius(); */
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .list .fake-list-header {
    background-color: #797979;
    line-height: 24px;
    font-weight: bold;
    color: #fefefe;
    border-top: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5; }
    .list .fake-list-header a {
      font-weight: bold;
      color: #fefefe; }
    .list .fake-list-header .list-cell {
      line-height: 24px; }
  .list.table-style .list-listelement .list-cell,
  .list.table-style .list-listelement .icon-cell,
  .list.table-style .list-listelement .simple-cell,
  .list.table-style .list-listelement .double-cell,
  .list.table-style .list-listelement .cell-3,
  .list.table-style .list-listelement .cell-4,
  .list.table-style .list-listelement .date-cell,
  .list.table-style .list-listelement .fix-cell,
  .list.table-style .list-listelement .fix-small-cell,
  .list.table-style .list-listelement .fix-cell-big,
  .list.table-style .list-listelement .cell-180,
  .list.table-style .list-listelement .cell-140,
  .list.table-style .list-listelement .cell-300,
  .list.table-style .list-listelement .cell-370,
  .list.table-style .list-listelement .cell-400,
  .list.table-style .list-listelement .listelement-editable-icon {
    padding: 6px;
    line-height: 18px;
    border-right: 1px solid #b5b5b5; }
    .list.table-style .list-listelement .list-cell:last-child,
    .list.table-style .list-listelement .icon-cell:last-child,
    .list.table-style .list-listelement .simple-cell:last-child,
    .list.table-style .list-listelement .double-cell:last-child,
    .list.table-style .list-listelement .cell-3:last-child,
    .list.table-style .list-listelement .cell-4:last-child,
    .list.table-style .list-listelement .date-cell:last-child,
    .list.table-style .list-listelement .fix-cell:last-child,
    .list.table-style .list-listelement .fix-small-cell:last-child,
    .list.table-style .list-listelement .fix-cell-big:last-child,
    .list.table-style .list-listelement .cell-180:last-child,
    .list.table-style .list-listelement .cell-140:last-child,
    .list.table-style .list-listelement .cell-300:last-child,
    .list.table-style .list-listelement .cell-370:last-child,
    .list.table-style .list-listelement .cell-400:last-child,
    .list.table-style .list-listelement .listelement-editable-icon:last-child {
      border-right: 0; }
  .list .list-listelement {
    background-color: #ddd;
    border-top: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    /* HOVER EFFECT */
    /* Icon Container Coloring  */ }
    .list .list-listelement.active {
      color: #fefefe;
      background-color: #00628D; }
      .list .list-listelement.active:hover {
        background-color: #00628D !important; }
    .list .list-listelement.highliteStyle {
      font-size: 16px;
      color: #1888d2;
      font-weight: bold;
      z-index: 1;
      background-color: #e2ebf1; }
    .list .list-listelement.pastel-green {
      background-color: #9dd693 !important; }
    .list .list-listelement.pastel-yellow {
      background-color: #ffd1a7 !important; }
    .list .list-listelement.pastel-red {
      background-color: #f6a7a7 !important; }
    .list .list-listelement.framed-listelement {
      outline: 3px solid #1888d2;
      z-index: 2; }
    .list .list-listelement.stripe-dark {
      background-color: #ddd !important; }
    .list .list-listelement.stripe-light {
      background-color: #F8F8F8 !important; }
    .list .list-listelement .list-listelement-color {
      background-color: #ddd; }
    .list .list-listelement .mh-23 {
      min-height: 24px; }
    .list .list-listelement .sticky-cell {
      background-color: #ddd; }
    .list .list-listelement:first-child {
      /* @include border-top-left-radius(); */
      -webkit-border-top-left-radius: 3px;
      -moz-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      /* @include border-top-right-radius(); */
      -webkit-border-top-right-radius: 3px;
      -moz-border-top-right-radius: 3px;
      border-top-right-radius: 3px; }
    .list .list-listelement:last-child {
      border-bottom: 1px solid #b5b5b5;
      /* @include border-bottom-left-radius(); */
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px;
      /* @include border-bottom-right-radius(); */
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    .list .list-listelement:nth-child(even) {
      background-color: #F8F8F8; }
      .list .list-listelement:nth-child(even) .list-listelement-color {
        background-color: #F8F8F8 !important; }
      .list .list-listelement:nth-child(even).active {
        color: #fefefe;
        background-color: #00628D; }
        .list .list-listelement:nth-child(even).active:hover {
          background-color: #00628D; }
      .list .list-listelement:nth-child(even).highliteStyle {
        font-size: 16px;
        color: #1888d2;
        font-weight: bold;
        z-index: 1;
        background-color: #e2ebf1; }
      .list .list-listelement:nth-child(even) .sticky-cell {
        background-color: #F8F8F8; }
      .list .list-listelement:nth-child(even).state-red, .list .list-listelement:nth-child(even).expired, .list .list-listelement:nth-child(even).error {
        background-color: #f17f7f; }
      .list .list-listelement:nth-child(even).ready {
        background-color: #c5edc6; }
    .list .list-listelement .list-cell,
    .list .list-listelement .icon-cell,
    .list .list-listelement .simple-cell,
    .list .list-listelement .double-cell,
    .list .list-listelement .cell-3,
    .list .list-listelement .cell-4,
    .list .list-listelement .date-cell,
    .list .list-listelement .fix-cell,
    .list .list-listelement .fix-small-cell,
    .list .list-listelement .fix-cell-big,
    .list .list-listelement .cell-180,
    .list .list-listelement .cell-140,
    .list .list-listelement .cell-300,
    .list .list-listelement .cell-370,
    .list .list-listelement .cell-400,
    .list .list-listelement .listelement-editable-icon {
      line-height: 18px;
      min-height: 18px;
      padding-top: 3px;
      padding-bottom: 3px;
      padding: 0 4px; }
    .list .list-listelement .list-cell-small {
      line-height: 15px;
      font-size: 14px; }
    .list .list-listelement .file-icon {
      color: #797979;
      font-size: 20px; }
    .list .list-listelement .icon-cell {
      height: 24px;
      line-height: 24px;
      box-sizing: content-box; }
      .list .list-listelement .icon-cell .icon {
        width: 24px;
        height: 24px;
        /* @include box-sizing(); */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        border: 1px solid #b5b5b5;
        background-color: #fefefe; }
    .list .list-listelement .image-cell {
      width: 43px;
      height: 42px;
      border-right: 1px solid #b5b5b5;
      margin-right: 12px; }
      .list .list-listelement .image-cell .user-listelement-image {
        width: 42px;
        height: 42px;
        object-fit: cover;
        object-position: top; }
    .list .list-listelement .image-cell-small {
      width: 32px;
      height: 32px;
      border-right: 1px solid #b5b5b5;
      flex-shrink: 0; }
      .list .list-listelement .image-cell-small .listelement-image {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .list .list-listelement .icon-cell-wide {
      width: 32px;
      text-align: center; }
    .list .list-listelement .simple-cell {
      flex: 1; }
    .list .list-listelement .double-cell {
      flex: 2; }
    .list .list-listelement .cell-3 {
      flex: 3; }
    .list .list-listelement .cell-4 {
      flex: 4; }
    .list .list-listelement .fix-small-cell {
      width: 80px; }
    .list .list-listelement .fix-cell {
      width: 120px; }
    .list .list-listelement .date-cell {
      width: 140px; }
    .list .list-listelement .fix-cell-big {
      width: 180px; }
    .list .list-listelement .fix-cell {
      width: 120px; }
    .list .list-listelement .fix-small-cell {
      width: 40px; }
    .list .list-listelement .cell-140 {
      width: 140px; }
    .list .list-listelement .cell-180 {
      width: 180px; }
    .list .list-listelement .cell-300 {
      width: 300px; }
    .list .list-listelement .cell-370 {
      width: 370px; }
    .list .list-listelement .cell-400 {
      width: 400px; }
    .list .list-listelement .editor-cell a:hover,
    .list .list-listelement .link-cell a:hover {
      color: #1888d2; }
    .list .list-listelement .editor-cell-red a:hover {
      color: #ee5050; }
    .list .list-listelement .list-button:hover {
      background-color: #1888d2;
      color: #fefefe; }
    .list .list-listelement.hover-effect:hover {
      background-color: #D7E3EB; }
    .list .list-listelement.hover-effect-doc:hover {
      background-color: #d3ece2; }
    .list .list-listelement:nth-child(even).hover-effect:hover {
      background-color: #e2ebf1; }
    .list .list-listelement:nth-child(even).hover-effect-doc:hover {
      background-color: #d3ece2; }
    .list .list-listelement:nth-child(even).warning-style {
      background-color: #fdf2cf; }
      .list .list-listelement:nth-child(even).warning-style:hover {
        background-color: #f6e4ad; }
    .list .list-listelement:nth-child(even).error-style {
      background-color: #f5d1c6; }
      .list .list-listelement:nth-child(even).error-style:hover {
        background-color: #f6beaf; }
    .list .list-listelement:nth-child(even).error-style-2 {
      background-color: #f17f7f;
      color: #fefefe; }
      .list .list-listelement:nth-child(even).error-style-2 a {
        color: #fefefe; }
      .list .list-listelement:nth-child(even).error-style-2:hover {
        background-color: #eda1a1; }
    .list .list-listelement:nth-child(even).highlite {
      background-color: #1888d2;
      color: #fefefe; }
      .list .list-listelement:nth-child(even).highlite a {
        color: #fefefe; }
      .list .list-listelement:nth-child(even).highlite:hover {
        background-color: #1374b4 !important; }
    .list .list-listelement.warning-style {
      background-color: #f5e8c0; }
      .list .list-listelement.warning-style:hover {
        background-color: #f6e4ad; }
    .list .list-listelement.error-style {
      background-color: #eda1a1; }
      .list .list-listelement.error-style:hover {
        background-color: #e39191; }
    .list .list-listelement.error-style-2 {
      background-color: #ee5050;
      color: #fefefe; }
      .list .list-listelement.error-style-2 a {
        color: #fefefe; }
      .list .list-listelement.error-style-2:hover {
        background-color: #eda1a1; }
    .list .list-listelement.listelement-editable {
      position: relative;
      min-height: 16px; }
      .list .list-listelement.listelement-editable .listelement-editable-icon {
        opacity: 0; }
      .list .list-listelement.listelement-editable:hover {
        color: #1888d2;
        cursor: pointer;
        position: relative; }
        .list .list-listelement.listelement-editable:hover .listelement-editable-icon {
          opacity: 1; }
    .list .list-listelement.highlite {
      background-color: #1888d2;
      color: #fefefe; }
      .list .list-listelement.highlite a {
        color: #fefefe; }
      .list .list-listelement.highlite:hover {
        background-color: #1374b4 !important; }
    .list .list-listelement.yellow, .list .list-listelement.warning {
      background-color: #f7d15b; }
    .list .list-listelement.state-red, .list .list-listelement.expired, .list .list-listelement.error {
      background-color: #ee5050;
      color: #fefefe; }
      .list .list-listelement.state-red a, .list .list-listelement.expired a, .list .list-listelement.error a {
        color: #fefefe; }
    .list .list-listelement.ready {
      background-color: #b3e2b4; }
    .list .list-listelement.state-light-red {
      background-color: #eda1a1; }
    .list .list-listelement.state-yellow {
      background-color: #f7d15b; }
    .list .list-listelement .icon-container.state-red {
      background-color: #ee5050;
      color: #fefefe; }
      .list .list-listelement .icon-container.state-red a {
        color: #fefefe; }
    .list .list-listelement .icon-container.state-yellow {
      background-color: #F5BC17;
      color: #fefefe; }
      .list .list-listelement .icon-container.state-yellow a {
        color: #fefefe; }
    .list .list-listelement .icon-container.state-green {
      background-color: #44bb44;
      color: #fefefe; }
      .list .list-listelement .icon-container.state-green a {
        color: #fefefe; }
    .list .list-listelement .icon-container.state-grey {
      background-color: #797979;
      color: #fefefe; }
      .list .list-listelement .icon-container.state-grey a {
        color: #fefefe; }

.listJoin-listelement .listJoin-cell {
  line-height: 18px;
  min-height: 18px;
  padding: 4px 3px; }
  .listJoin-listelement .listJoin-cell.visible, .listJoin-listelement .listJoin-cell.visible-start, .listJoin-listelement .listJoin-cell.visible-end {
    background-color: #e2ebf1;
    border-bottom: 1px solid #b5b5b5; }
  .listJoin-listelement .listJoin-cell.visible-start {
    border-left: 1px solid #b5b5b5;
    /* @include border-bottom-left-radius(); */
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .listJoin-listelement .listJoin-cell.visible-end {
    border-right: 1px solid #b5b5b5;
    /* @include border-bottom-right-radius(); */
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .listJoin-listelement .listJoin-cell.separated.visible, .listJoin-listelement .listJoin-cell.separated.visible-start, .listJoin-listelement .listJoin-cell.separated.visible-end {
    background-color: #e2ebf1;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5; }
  .listJoin-listelement .listJoin-cell.separated.visible-start {
    border-left: 1px solid #b5b5b5;
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    /* @include border-bottom-left-radius(); */
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .listJoin-listelement .listJoin-cell.separated.visible-end {
    border-right: 1px solid #b5b5b5;
    /* @include border-top-right-radius(); */
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    /* @include border-bottom-right-radius(); */
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px; }

.filelist .filelist-listelement {
  background-color: #fefefe;
  /* HOVER EFFECT */
  /* Active */
  /* Active with Hover*/ }
  .filelist .filelist-listelement:nth-child(odd) {
    background-color: #F8F8F8; }
  .filelist .filelist-listelement .list-cell,
  .filelist .filelist-listelement .icon-cell,
  .filelist .filelist-listelement .simple-cell,
  .filelist .filelist-listelement .double-cell {
    height: 24px;
    line-height: 26px;
    padding: 0 4px;
    color: #797979;
    font-size: 14px;
    font-weight: normal;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none; }
    .filelist .filelist-listelement .list-cell.main-cell,
    .filelist .filelist-listelement .icon-cell.main-cell,
    .filelist .filelist-listelement .simple-cell.main-cell,
    .filelist .filelist-listelement .double-cell.main-cell {
      color: #000000; }
  .filelist .filelist-listelement .icon-cell .icon {
    width: 24px;
    height: 24px;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #b5b5b5;
    background-color: #fefefe; }
  .filelist .filelist-listelement .file-icon {
    width: 16px;
    margin-right: 5px; }
  .filelist .filelist-listelement .fake-checker {
    margin-right: 5px; }
  .filelist .filelist-listelement.hover-effect:hover {
    background-color: #D7E3EB; }
    .filelist .filelist-listelement.hover-effect:hover.active {
      color: #fefefe;
      background-color: #1374b4; }
      .filelist .filelist-listelement.hover-effect:hover.active a {
        color: #fefefe; }
  .filelist .filelist-listelement:nth-child(even).hover-effect:hover {
    background-color: #e2ebf1; }
    .filelist .filelist-listelement:nth-child(even).hover-effect:hover.active {
      color: #fefefe;
      background-color: #1374b4; }
      .filelist .filelist-listelement:nth-child(even).hover-effect:hover.active a {
        color: #fefefe; }
  .filelist .filelist-listelement.active {
    color: #fefefe;
    background-color: #1888d2; }
    .filelist .filelist-listelement.active a,
    .filelist .filelist-listelement.active .list-cell,
    .filelist .filelist-listelement.active .icon-cell,
    .filelist .filelist-listelement.active .simple-cell,
    .filelist .filelist-listelement.active .double-cell {
      color: #fefefe; }
      .filelist .filelist-listelement.active a.main-cell,
      .filelist .filelist-listelement.active .list-cell.main-cell,
      .filelist .filelist-listelement.active .icon-cell.main-cell,
      .filelist .filelist-listelement.active .simple-cell.main-cell,
      .filelist .filelist-listelement.active .double-cell.main-cell {
        color: #fefefe; }
  .filelist .filelist-listelement:nth-child(even).hover-effect.active:hover {
    color: #fefefe;
    background-color: #1374b4; }
    .filelist .filelist-listelement:nth-child(even).hover-effect.active:hover a {
      color: #fefefe; }
  .filelist .filelist-listelement.hover-effect.active:hover {
    color: #fefefe;
    background-color: #1374b4; }
    .filelist .filelist-listelement.hover-effect.active:hover a {
      color: #fefefe; }

.empty-list {
  color: #6f6e6e; }

.mainlist .list-header,
.mainlist .mainlist-header {
  width: 100%;
  /* @include flexbox();*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 36px; }
  .mainlist .list-header .list-cell,
  .mainlist .list-header .icon-cell,
  .mainlist .list-header .simple-cell,
  .mainlist .list-header .double-cell,
  .mainlist .list-header .date-cell,
  .mainlist .list-header .fix-cell,
  .mainlist .list-header .fix-small-cell,
  .mainlist .list-header .fix-cell-big,
  .mainlist .mainlist-header .list-cell,
  .mainlist .mainlist-header .icon-cell,
  .mainlist .mainlist-header .simple-cell,
  .mainlist .mainlist-header .double-cell,
  .mainlist .mainlist-header .date-cell,
  .mainlist .mainlist-header .fix-cell,
  .mainlist .mainlist-header .fix-small-cell,
  .mainlist .mainlist-header .fix-cell-big {
    margin: 3px 0;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold; }
  .mainlist .list-header .info-cell,
  .mainlist .mainlist-header .info-cell {
    display: none; }
  .mainlist .list-header .icon-cell,
  .mainlist .mainlist-header .icon-cell {
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 0; }
  .mainlist .list-header .simple-cell,
  .mainlist .mainlist-header .simple-cell {
    flex: 1; }
  .mainlist .list-header .date-cell,
  .mainlist .mainlist-header .date-cell {
    width: 140px; }
  .mainlist .list-header .fix-cell-big,
  .mainlist .mainlist-header .fix-cell-big {
    width: 180px; }
  .mainlist .list-header .fix-cell,
  .mainlist .mainlist-header .fix-cell {
    width: 120px; }
  .mainlist .list-header .fix-small-cell,
  .mainlist .mainlist-header .fix-small-cell {
    width: 40px; }
.mainlist .mainlist-container {
  /* Opened Changes   */
  /* DOC colros*/
  /* END DOC colros*/ }
  .mainlist .mainlist-container:first-child .mainlist-listelement {
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    /* @include border-top-right-radius(); */
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px; }
  .mainlist .mainlist-container:last-child .mainlist-listelement {
    border-bottom: 1px solid #b5b5b5;
    /* @include border-bottom-left-radius(); */
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    /* @include border-bottom-right-radius(); */
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .mainlist .mainlist-container:nth-child(even) .mainlist-listelement {
    background-color: #F8F8F8; }
    .mainlist .mainlist-container:nth-child(even) .mainlist-listelement:hover {
      background-color: #e2ebf1; }
  .mainlist .mainlist-container .mainlist-listelement {
    background-color: #ddd;
    border-top: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    /* States */ }
    .mainlist .mainlist-container .mainlist-listelement.mh-36 {
      min-height: 36px; }
    .mainlist .mainlist-container .mainlist-listelement.mh-42 {
      min-height: 42px; }
    .mainlist .mainlist-container .mainlist-listelement.borderless {
      border-top: 0;
      border-right: 0;
      border-left: 0;
      border-bottom: 1px solid #b5b5b5; }
    .mainlist .mainlist-container .mainlist-listelement.state-red {
      background-color: #ee5050 !important;
      color: #fefefe !important; }
      .mainlist .mainlist-container .mainlist-listelement.state-red a,
      .mainlist .mainlist-container .mainlist-listelement.state-red .link-button-red,
      .mainlist .mainlist-container .mainlist-listelement.state-red link-button {
        color: #fefefe !important; }
      .mainlist .mainlist-container .mainlist-listelement.state-red:hover {
        background-color: #990000 !important; }
    .mainlist .mainlist-container .mainlist-listelement.state-light-red {
      background-color: #eda1a1 !important; }
      .mainlist .mainlist-container .mainlist-listelement.state-light-red:hover {
        background-color: #f6beaf !important; }
    .mainlist .mainlist-container .mainlist-listelement.state-yellow {
      background-color: #f7d15b !important; }
      .mainlist .mainlist-container .mainlist-listelement.state-yellow:hover {
        background-color: #F5BC17 !important !important; }
    .mainlist .mainlist-container .mainlist-listelement:nth-child(even).hover-effect:hover {
      background-color: #e2ebf1; }
    .mainlist .mainlist-container .mainlist-listelement:nth-child(even).warning-style {
      background-color: #fdf2cf; }
      .mainlist .mainlist-container .mainlist-listelement:nth-child(even).warning-style:hover {
        background-color: #f6e4ad; }
    .mainlist .mainlist-container .mainlist-listelement:nth-child(even).error-style {
      background-color: #eda1a1; }
      .mainlist .mainlist-container .mainlist-listelement:nth-child(even).error-style:hover {
        background-color: #f6beaf; }
    .mainlist .mainlist-container .mainlist-listelement:nth-child(even).error-style-2 {
      background-color: #f17f7f;
      color: #fefefe; }
      .mainlist .mainlist-container .mainlist-listelement:nth-child(even).error-style-2 a {
        color: #fefefe; }
      .mainlist .mainlist-container .mainlist-listelement:nth-child(even).error-style-2:hover {
        background-color: #eda1a1; }
    .mainlist .mainlist-container .mainlist-listelement.warning-style {
      background-color: #f5e8c0; }
      .mainlist .mainlist-container .mainlist-listelement.warning-style:hover {
        background-color: #f6e4ad; }
    .mainlist .mainlist-container .mainlist-listelement.error-style {
      background-color: #f5d1c6; }
      .mainlist .mainlist-container .mainlist-listelement.error-style:hover {
        background-color: #f6beaf; }
    .mainlist .mainlist-container .mainlist-listelement.error-style-2 {
      background-color: #ee5050;
      color: #fefefe; }
      .mainlist .mainlist-container .mainlist-listelement.error-style-2 a {
        color: #fefefe; }
      .mainlist .mainlist-container .mainlist-listelement.error-style-2:hover {
        background-color: #eda1a1; }
    .mainlist .mainlist-container .mainlist-listelement:hover {
      background-color: #e2ebf1; }
    .mainlist .mainlist-container .mainlist-listelement .multiline {
      line-height: 12px; }
    .mainlist .mainlist-container .mainlist-listelement .list-cell,
    .mainlist .mainlist-container .mainlist-listelement .icon-cell,
    .mainlist .mainlist-container .mainlist-listelement .simple-cell,
    .mainlist .mainlist-container .mainlist-listelement .double-cell,
    .mainlist .mainlist-container .mainlist-listelement .date-cell,
    .mainlist .mainlist-container .mainlist-listelement .fix-cell,
    .mainlist .mainlist-container .mainlist-listelement .fix-small-cell,
    .mainlist .mainlist-container .mainlist-listelement .fix-cell-big {
      line-height: 16px;
      padding: 0 3px; }
    .mainlist .mainlist-container .mainlist-listelement .icon-cell {
      height: 24px; }
      .mainlist .mainlist-container .mainlist-listelement .icon-cell .icon {
        width: 24px;
        height: 24px;
        /* @include box-sizing(); */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        border: 1px solid #b5b5b5;
        background-color: #fefefe; }
    .mainlist .mainlist-container .mainlist-listelement .simple-cell {
      flex: 1; }
    .mainlist .mainlist-container .mainlist-listelement .double-cell {
      flex: 2; }
    .mainlist .mainlist-container .mainlist-listelement .fix-small-cell {
      width: 80px; }
    .mainlist .mainlist-container .mainlist-listelement .fix-cell {
      width: 120px; }
    .mainlist .mainlist-container .mainlist-listelement .date-cell {
      width: 140px; }
    .mainlist .mainlist-container .mainlist-listelement .fix-cell-big {
      width: 180px; }
    .mainlist .mainlist-container .mainlist-listelement .fix-cell {
      width: 120px; }
    .mainlist .mainlist-container .mainlist-listelement .fix-small-cell {
      width: 40px; }
    .mainlist .mainlist-container .mainlist-listelement .editor-cell a:hover,
    .mainlist .mainlist-container .mainlist-listelement .link-cell a:hover {
      color: #1888d2; }
  .mainlist .mainlist-container.open {
    /* COLORS */
    /* END DOC colros*/ }
    .mainlist .mainlist-container.open > .mainlist-listelement {
      background-color: #00628D;
      color: #fefefe !important; }
      .mainlist .mainlist-container.open > .mainlist-listelement a,
      .mainlist .mainlist-container.open > .mainlist-listelement .link-button {
        color: #fefefe !important; }
      .mainlist .mainlist-container.open > .mainlist-listelement:first-child, .mainlist .mainlist-container.open > .mainlist-listelement:last-child {
        background-color: #00628D; }
      .mainlist .mainlist-container.open > .mainlist-listelement:hover {
        background-color: #003146; }
      .mainlist .mainlist-container.open > .mainlist-listelement:last-child .list-sublist-container {
        border-bottom: 1px solid #b5b5b5; }
      .mainlist .mainlist-container.open > .mainlist-listelement :nth-child(even) .mainlist-listelement:hover {
        background-color: #003146; }
      .mainlist .mainlist-container.open > .mainlist-listelement.doc-dark {
        background-color: #8dd8b9;
        color: #333333 !important; }
        .mainlist .mainlist-container.open > .mainlist-listelement.doc-dark a {
          color: #333333 !important; }
        .mainlist .mainlist-container.open > .mainlist-listelement.doc-dark:first-child, .mainlist .mainlist-container.open > .mainlist-listelement.doc-dark:last-child {
          background-color: #8dd8b9; }
        .mainlist .mainlist-container.open > .mainlist-listelement.doc-dark:hover {
          background-color: #7cceac; }
        .mainlist .mainlist-container.open > .mainlist-listelement.doc-dark:nth-child(even):hover {
          background-color: #7cceac; }
    .mainlist .mainlist-container.open > .doc-dark .mainlist-listelement {
      background-color: #8dd8b9;
      color: #333333; }
      .mainlist .mainlist-container.open > .doc-dark .mainlist-listelement:first-child, .mainlist .mainlist-container.open > .doc-dark .mainlist-listelement:last-child {
        background-color: #8dd8b9; }
      .mainlist .mainlist-container.open > .doc-dark .mainlist-listelement:hover {
        background-color: #7cceac; }
    .mainlist .mainlist-container.open > .doc-dark:nth-child(even) .mainlist-listelement:hover {
      background-color: #7cceac; }
  .mainlist .mainlist-container.doc-dark .mainlist-listelement:hover {
    background-color: #d3ece2; }
  .mainlist .mainlist-container.doc-dark:nth-child(even) .mainlist-listelement:hover {
    background-color: #d3ece2; }
  .mainlist .mainlist-container .list-sublist-container {
    background-color: #fff;
    border-right: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5; }
    .mainlist .mainlist-container .list-sublist-container.h200 {
      max-height: 200px; }
    .mainlist .mainlist-container .list-sublist-container .list-sublist {
      background-color: #fff; }
      .mainlist .mainlist-container .list-sublist-container .list-sublist.scrollable-list {
        max-height: calc(100vh - 500px);
        overflow: scroll;
        overflow-x: hidden; }
      .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header {
        width: 100%;
        /* @include flexbox();*/
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: auto;
        min-height: 24px;
        padding: 3px;
        /* @include box-sizing(); */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #e2ebf1;
        border-bottom: 1px solid #b5b5b5;
        font-weight: bold; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header.biggerHeader .sublist-header-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header.biggerHeader .icon-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header.biggerHeader .simple-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header.biggerHeader .double-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header.biggerHeader .date-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header.biggerHeader .fix-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header.biggerHeader .fix-small-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header.biggerHeader .fix-cell-big {
          font-size: 14px;
          font-weight: 500; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header.white-header {
          background-color: #fefefe;
          color: #333333; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header .sublist-header-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header .icon-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header .simple-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header .double-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header .date-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header .fix-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header .fix-small-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header .fix-cell-big {
          padding: 0 3px;
          line-height: 16px;
          font-size: 12px;
          font-weight: bold; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header .info-cell {
          display: none; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header .icon-cell {
          width: 24px;
          height: 24px;
          text-align: center;
          padding: 0; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header .simple-cell {
          flex: 1; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header .date-cell {
          width: 140px; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header .fix-cell-big {
          width: 180px; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header .fix-cell {
          width: 120px; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-header .fix-small-cell {
          width: 40px; }
      .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement {
        padding: 0 3px; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement .list-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement .icon-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement .simple-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement .double-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement .date-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement .fix-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement .fix-small-cell,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement .fix-cell-big {
          line-height: 24px;
          padding: 0 3px; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement .icon-cell {
          height: 24px; }
          .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement .icon-cell .icon {
            width: 24px;
            height: 24px;
            /* @include box-sizing(); */
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
            border: 1px solid #b5b5b5;
            background-color: #fefefe; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement .simple-cell {
          flex: 1; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement .double-cell {
          flex: 2; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement .fix-small-cell {
          width: 80px; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement .fix-cell {
          width: 120px; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement .date-cell {
          width: 140px; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement .fix-cell-big {
          width: 180px; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement .fix-cell {
          width: 120px; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement .fix-small-cell {
          width: 40px; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement .editor-cell a:hover,
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement .link-cell a:hover {
          color: #1888d2; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement.hover-effect-doc:hover {
          background-color: #d3ece2; }
        .mainlist .mainlist-container .list-sublist-container .list-sublist .list-sublist-listelement:nth-child(even) {
          background-color: #F2F2F2; }

.sticky-footer,
.sticky-header,
.sticky-header-xs,
.sticky-header-s,
.sticky-header-m,
.sticky-header-l,
.sticky-header-xl,
.sticky-header-minus-xs,
.sticky-header-minus-s,
.sticky-header-minus-m,
.sticky-header-minus-l,
.sticky-header-minus-xl,
.sticky-header-plus36,
.sticky-header-plus58,
.sticky-header-plus65,
.sticky-header-plus72,
.sticky-header-plus75 {
  position: sticky;
  z-index: 1;
  left: 0px; }

.sticky-header {
  top: 0px; }

.sticky-header-xs {
  top: -6px; }

.sticky-header-s {
  top: -12px; }

.sticky-header-m {
  top: -18px; }

.sticky-header-l {
  top: -24px; }

.sticky-header-xl {
  top: -30px; }

.sticky-header-minus-xs {
  top: 6px; }

.sticky-header-minus-s {
  top: 12px; }

.sticky-header-minus-m {
  top: 18px; }

.sticky-header-minus-l {
  top: 24px; }

.sticky-header-minus-xl {
  top: 32px; }

.sticky-header-plus36 {
  top: 36px; }

.sticky-header-plus58 {
  top: 58px; }

.sticky-header-plus65 {
  top: 65px; }

.sticky-header-plus72 {
  top: 72px; }

.sticky-header-plus75 {
  top: 75px; }

.sticky-vertical-scroll-header {
  left: auto; }

.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.z-index-3 {
  z-index: 3; }

.z-index-4 {
  z-index: 4; }

.sticky-footer {
  bottom: 0px; }
  .sticky-footer.border-compensation {
    margin-top: -1px;
    margin-bottom: -1px; }

.list-color-red-own.list-color-own {
  background-color: #eda1a1; }

.list-color-blue-own.list-color-own {
  background-color: #aecfe4; }

.list-color-yellow-own.list-color-own {
  background-color: #f5e2a8; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) {
  /* TABLET VIEW END --------*/ }
/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .bubble-list span {
    width: calc(100% - 2px); }
    .bubble-list span:nth-child(even) {
      background-color: #bfd9ea; }
    .bubble-list span:nth-child(odd) {
      background-color: #e2ebf1; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW */
@media only screen and (max-width: 767px) {
  .bubble-list span {
    width: calc(100% - 2px); }
    .bubble-list span:nth-child(even) {
      background-color: #bfd9ea; }
    .bubble-list span:nth-child(odd) {
      background-color: #e2ebf1; }

  .list .list-listelement .mobile-full {
    min-width: 100%; }

  .mainlist .mainlist-container .list-sublist-container .list-sublist.scrollable-list {
    max-height: calc(100vh - 400px); }

  .sticky-header-m {
    top: 0px; }

  .sticky-header-xs-m {
    top: -6px; }

  .sticky-header-s-m {
    top: -12px; }

  .sticky-header-m-m {
    top: -18px; }

  .sticky-header-l-m {
    top: -24px; }

  .sticky-header-xl-m {
    top: -30px; }

  .sticky-header-minus-xs-m {
    top: 6px; }

  .sticky-header-minus-s-m {
    top: 12px; }

  .sticky-header-minus-m-m {
    top: 18px; }

  .sticky-header-minus-l-m {
    top: 24px; }

  .sticky-header-minus-xl-m {
    top: 32px; }

  .sticky-header-plus36-m {
    top: 36px; }

  .sticky-header-plus58-m {
    top: 58px; }

  .sticky-header-plus65-m {
    top: 65px; }

  .sticky-header-plus72-m {
    top: 72px; }

  .sticky-header-plus75-m {
    top: 75px; }

  /* MOBILE VIEW END --------*/ }
/* ------------------------------------------------
-------- List Collapse cell  -----------------------------
---------------------------------------------------*/
.collapse-cell-container {
  line-height: 22px; }
  .collapse-cell-container .collapse-cell-list {
    height: auto;
    color: #00628D; }
    .collapse-cell-container .collapse-cell-list span:after {
      content: ",";
      margin-right: 6px; }
    .collapse-cell-container .collapse-cell-list span:last-child:after {
      content: ""; }
    .collapse-cell-container .collapse-cell-list.closed {
      height: 20px; }
  .collapse-cell-container .collapse-cell-button {
    display: none;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    background-color: #ddd;
    flex-shrink: 0; }
    .collapse-cell-container .collapse-cell-button:hover {
      background-color: #1888d2;
      color: #fefefe; }
  .collapse-cell-container.openable .collapse-cell-button {
    display: block;
    /* @include border-radius(); */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 4px; }
    .collapse-cell-container.openable .collapse-cell-button .open-icon, .collapse-cell-container.openable .collapse-cell-button .close-icon {
      line-height: 22px; }
  .collapse-cell-container.closed .collapse-cell-button .open-icon {
    display: block; }
  .collapse-cell-container.closed .collapse-cell-button .close-icon {
    display: none; }
  .collapse-cell-container.open .collapse-cell-button .open-icon {
    display: none; }
  .collapse-cell-container.open .collapse-cell-button .close-icon {
    display: block; }

/*  Lapozó */
.dots {
  line-height: 36px;
  font-weight: bold;
  height: 24px; }

/*
.pages{
    
    .prev-button,
    .next-button{
        border: $theme-border;
        @include box-sizing(border-box);
        width: 90px;
        height: 24px;
        line-height: 22px;
        padding: 0 6px;
        text-align: center;
        font-size: 14px;
        cursor: pointer;
        @include border-radius(6px);
        @include box-shadow($theme-shadow-small);
        
        &:hover{            
            background-color: $theme-color-main;
            color: $white;
        }
    }
    
    .prev-button{
        margin-right: 12px;
    }
    .next-button{
        margin-left: 12px;
    }

    .pages-list{
        @include justify-content(center);

        li{
            a{
                border: $theme-border;
                display: block;
                @include box-sizing(border-box);
                width: 32px;
                height: 24px;
                line-height: 24px;
                text-align: center;
                font-size: 14px;
                @include border-radius(6px);
                @include box-shadow($theme-shadow-small);

                &.active{
                    background-color: $theme-color-main;
                    color: $white;
                }
                
                &:hover{
                    background-color: $theme-color-main;
                    color: $white;
                }
            }
           
            .dots{
                display: block;
                height: 24px;
                line-height: 30px;
                font-size: 24px;
                padding: 0 6px;
            }
        }
    }

}
*/
/* Winows Popups And Messages ----------------- */
.fullscreenWindow-container {
  width: 400px;
  height: auto;
  max-height: 100%;
  /* @include border-radius(); */
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 18px;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3); }
  .fullscreenWindow-container .scrollable {
    max-height: calc(100vh - 120px); }

.fullscreenWindowMedium-container {
  max-width: 100%;
  width: 800px;
  height: auto;
  max-height: 100%;
  /* @include border-radius(); */
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3); }
  .fullscreenWindowMedium-container .scrollable {
    max-height: calc(100vh - 120px); }

.fullscreenWindowLarge-container {
  max-width: 100%;
  width: 1000px;
  height: auto;
  max-height: 100%;
  /* @include border-radius(); */
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3); }

.fullscreenWindowExtraLarge-container {
  max-width: 100%;
  width: 1200px;
  height: auto;
  max-height: 100%;
  /* @include border-radius(); */
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3); }

.fullscreenWindow-s,
.fullscreenWindow-container,
.fullscreenWindowMedium-container,
.fullscreenWindowLarge-container,
.fullscreenWindowExtraLarge-container {
  /* for content and footer use block and block-bottom */ }
  .fullscreenWindow-s .fullscreenWindow-header,
  .fullscreenWindow-container .fullscreenWindow-header,
  .fullscreenWindowMedium-container .fullscreenWindow-header,
  .fullscreenWindowLarge-container .fullscreenWindow-header,
  .fullscreenWindowExtraLarge-container .fullscreenWindow-header {
    padding: 0 3px;
    width: 100%;
    color: #fefefe;
    box-sizing: border-box;
    /* @include border-top-right-radius(); */
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    background-color: #797979; }
    .fullscreenWindow-s .fullscreenWindow-header.header-color-orange,
    .fullscreenWindow-container .fullscreenWindow-header.header-color-orange,
    .fullscreenWindowMedium-container .fullscreenWindow-header.header-color-orange,
    .fullscreenWindowLarge-container .fullscreenWindow-header.header-color-orange,
    .fullscreenWindowExtraLarge-container .fullscreenWindow-header.header-color-orange {
      background-color: #F08100; }
    .fullscreenWindow-s .fullscreenWindow-header.header-color-blue,
    .fullscreenWindow-container .fullscreenWindow-header.header-color-blue,
    .fullscreenWindowMedium-container .fullscreenWindow-header.header-color-blue,
    .fullscreenWindowLarge-container .fullscreenWindow-header.header-color-blue,
    .fullscreenWindowExtraLarge-container .fullscreenWindow-header.header-color-blue {
      background-color: #1888d2; }
    .fullscreenWindow-s .fullscreenWindow-header.header-color-darkblue,
    .fullscreenWindow-container .fullscreenWindow-header.header-color-darkblue,
    .fullscreenWindowMedium-container .fullscreenWindow-header.header-color-darkblue,
    .fullscreenWindowLarge-container .fullscreenWindow-header.header-color-darkblue,
    .fullscreenWindowExtraLarge-container .fullscreenWindow-header.header-color-darkblue {
      background-color: #00628D; }
    .fullscreenWindow-s .fullscreenWindow-header .window-header-closeButton,
    .fullscreenWindow-container .fullscreenWindow-header .window-header-closeButton,
    .fullscreenWindowMedium-container .fullscreenWindow-header .window-header-closeButton,
    .fullscreenWindowLarge-container .fullscreenWindow-header .window-header-closeButton,
    .fullscreenWindowExtraLarge-container .fullscreenWindow-header .window-header-closeButton {
      padding: 3px;
      width: 28px;
      height: 28px;
      text-align: center;
      line-height: 26px;
      opacity: 1;
      cursor: default; }
      .fullscreenWindow-s .fullscreenWindow-header .window-header-closeButton:hover,
      .fullscreenWindow-container .fullscreenWindow-header .window-header-closeButton:hover,
      .fullscreenWindowMedium-container .fullscreenWindow-header .window-header-closeButton:hover,
      .fullscreenWindowLarge-container .fullscreenWindow-header .window-header-closeButton:hover,
      .fullscreenWindowExtraLarge-container .fullscreenWindow-header .window-header-closeButton:hover {
        opacity: 0.8; }
    .fullscreenWindow-s .fullscreenWindow-header.ui-draggable-handle,
    .fullscreenWindow-container .fullscreenWindow-header.ui-draggable-handle,
    .fullscreenWindowMedium-container .fullscreenWindow-header.ui-draggable-handle,
    .fullscreenWindowLarge-container .fullscreenWindow-header.ui-draggable-handle,
    .fullscreenWindowExtraLarge-container .fullscreenWindow-header.ui-draggable-handle {
      cursor: all-scroll; }
  .fullscreenWindow-s .content-block,
  .fullscreenWindow-container .content-block,
  .fullscreenWindowMedium-container .content-block,
  .fullscreenWindowLarge-container .content-block,
  .fullscreenWindowExtraLarge-container .content-block {
    height: 400px; }

.popup {
  width: 400px;
  height: auto;
  background-color: #fff;
  border: 1px solid #bbb;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -165px;
  margin-left: -200px; }

.errorBg2 {
  z-index: 2000; }

.errorBg3 {
  z-index: 3000; }

.windowBg,
.errorBg,
.messageBg {
  z-index: 999; }

.windowBg,
.errorBg,
.errorBg2,
.errorBg3,
.messageBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  /* @include flexbox();*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* @include align-items(); */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /* @include justify-content(); */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  /* @include align-content(); */
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center; }
  .windowBg.visibleDisplay,
  .errorBg.visibleDisplay,
  .errorBg2.visibleDisplay,
  .errorBg3.visibleDisplay,
  .messageBg.visibleDisplay {
    /* @include flexbox();*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .windowBg.hiddenDisplay,
  .errorBg.hiddenDisplay,
  .errorBg2.hiddenDisplay,
  .errorBg3.hiddenDisplay,
  .messageBg.hiddenDisplay {
    display: none !important; }
  .windowBg.windowBgAutocomplete,
  .errorBg.windowBgAutocomplete,
  .errorBg2.windowBgAutocomplete,
  .errorBg3.windowBgAutocomplete,
  .messageBg.windowBgAutocomplete {
    z-index: 3; }

.fullscreenWindowBig {
  max-width: 100%;
  width: 1000px;
  height: 660px;
  /* @include border-radius(); */
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3); }

.fullscreenWindow-s {
  max-width: 100%;
  width: 600px;
  /* @include border-radius(); */
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3); }

.fullscreenWindowMedium {
  max-width: 100%;
  width: 800px;
  /* @include border-radius(); */
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3); }

.fullscreenTabWindow-Container {
  width: 400px;
  height: auto; }
  .fullscreenTabWindow-Container .fullscreenTabWindow {
    border: 1px solid #b5b5b5;
    overflow: hidden;
    /* @include border-bottom-right-radius(); */
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
    /* @include border-bottom-left-radius(); */
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 18px;
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3); }

.fullscreenWindow {
  width: 400px;
  height: auto;
  border: 1px solid #b5b5b5;
  /* @include border-radius(); */
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 18px;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  /* Ablakon belüli Hibaüzenet ikonnal ------ */
  /* Ablakon belüli Jóváhagyó üzenet ikonnal ------ */
  /* Hibaüzenethez tartozó ablak stylus ----- */
  /* Sikeres művelethez tartozó ablak stylus ----- */ }
  .fullscreenWindow span {
    display: block; }
  .fullscreenWindow .errorMessage {
    display: flex;
    display: -webkit-flex;
    /* @include flex-wrap(); */
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /* @include align-items(); */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .fullscreenWindow .errorMessage:before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 48px;
      line-height: 36px;
      margin-right: 24px;
      color: #ee5050;
      content: "\f06a"; }
  .fullscreenWindow .okMessage {
    display: flex;
    display: -webkit-flex;
    /* @include flex-wrap(); */
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /* @include align-items(); */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .fullscreenWindow .okMessage:before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 48px;
      line-height: 36px;
      margin-right: 24px;
      color: #1888d2;
      content: "\f058"; }
  .fullscreenWindow.errorWindow li:first-child {
    display: flex;
    display: -webkit-flex;
    /* @include flex-wrap(); */
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /* @include align-items(); */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .fullscreenWindow.errorWindow li:first-child:before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 48px;
      line-height: 36px;
      margin-right: 24px;
      color: #ee5050;
      content: "\f06a"; }
  .fullscreenWindow.okWindow li:first-child {
    display: flex;
    display: -webkit-flex;
    /* @include flex-wrap(); */
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /* @include align-items(); */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .fullscreenWindow.okWindow li:first-child:before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 48px;
      line-height: 36px;
      margin-right: 24px;
      color: #1888d2;
      content: "\f058"; }

.close {
  position: absolute;
  right: -26px;
  top: -28px;
  background-color: #ccc;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  width: 52px;
  height: 52px;
  text-align: center; }
  .close:before {
    font-family: FontAwesome;
    content: "\f00d";
    color: #fff;
    line-height: 52px;
    font-size: 28px; }

/*
.window-header-close-window-button{
    opacity: 1;
    cursor: default;
    &:hover{
        opacity: 0.8;
    }
}*/
.loading {
  text-align: center;
  font-size: 48px;
  color: #1888d2; }

.popupBlock {
  position: relative;
  overflow: hidden; }
  .popupBlock .popupBlockErrorBg {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    /* @include flexbox();*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* @include align-items(); */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    /* @include justify-content(); */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    /* @include align-content(); */
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center; }
    .popupBlock .popupBlockErrorBg.visibleDisplay {
      /* @include flexbox();*/
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .popupBlock .popupBlockErrorBg.hiddenDisplay {
      display: none !important; }
    .popupBlock .popupBlockErrorBg .popupBlockWindow {
      width: 400px;
      height: auto;
      border: 1px solid #b5b5b5;
      /* @include border-radius(); */
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #fff;
      font-size: 18px;
      /* @include box-shadow(); */
      -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3); }

.block-loading-container {
  position: relative; }
  .block-loading-container .block-loading-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    /* @include flexbox();*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* @include align-items(); */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    /* @include justify-content(); */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    /* @include align-content(); */
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center; }
    .block-loading-container .block-loading-bg .block-loadin-window {
      max-width: 90%;
      min-width: 100px;
      height: auto;
      border: 1px solid #b5b5b5;
      /* @include border-radius(); */
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #fff;
      font-size: 18px;
      /* @include box-shadow(); */
      -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3); }
    .block-loading-container .block-loading-bg .loading {
      text-align: center;
      font-size: 48px;
      color: #1888d2; }

/* / Winows Popups And Messages ----------------- */
#errorMessage ol, #errorMessage ul {
  margin-left: 22px; }
  #errorMessage ol li, #errorMessage ul li {
    list-style: square;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 3px; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .fullscreenWindow-container .content-block,
  .fullscreenWindow-container .scrollable,
  .fullscreenWindowMedium-container .content-block,
  .fullscreenWindowMedium-container .scrollable {
    max-height: calc(100vh - 270px); }

  .windowBg,
  .errorBg,
  .errorBg2,
  .messageBg {
    top: 0;
    padding-bottom: 0; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW */
@media only screen and (max-width: 767px) {
  .fullscreenWindow-container .content-block,
  .fullscreenWindow-container .scrollable,
  .fullscreenWindowMedium-container .content-block,
  .fullscreenWindowMedium-container .scrollable {
    max-height: calc(100vh - 222px); }

  .fullscreenWindow {
    max-height: 100vh;
    overflow: scroll; }

  /* MOBILE VIEW END --------*/ }
.popup-feedback {
  top: -999999999px;
  left: -999999999px;
  display: block;
  position: absolute;
  border: 1px solid #b5b5b5;
  background-color: #e2ebf1;
  color: #00628D;
  padding: 6px 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 99;
  text-align: left;
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  font-weight: normal; }

/*
    Messages --------------------------------
*/
.message-grey {
  font-size: 16px;
  color: #797979; }

/*
    Switch Tabs --------------
*/
.vertical-switch .vertical-switch-tab-container {
  padding: 6px 0 8px 6px; }
  .vertical-switch .vertical-switch-tab-container .vertical-switch-tab {
    border-left: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5; }
    .vertical-switch .vertical-switch-tab-container .vertical-switch-tab:first-child {
      border-top: 1px solid #b5b5b5; }
    .vertical-switch .vertical-switch-tab-container .vertical-switch-tab.active {
      background-color: #bfd9ea;
      margin-right: -1px;
      padding-right: 1px; }
.vertical-switch .vertical-switch-box {
  display: none; }
  .vertical-switch .vertical-switch-box.active {
    display: block;
    z-index: 2; }

.switch-tab-scrollable-header {
  max-width: 100%;
  overflow: scroll;
  overflow-y: hidden; }

.switch-box-tab-header-container {
  z-index: 0; }

.switch-box-tab-header-container.switch-box-tab-mobile .switch-box-tab-mobile-block {
  display: none; }
.switch-box-tab-header-container.switch-box-tab-mobile .switch-box-tab-mobile-button {
  display: none; }

.switch .switch-tab-like-simple {
  padding: 0 18px;
  border-left: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  white-space: nowrap;
  cursor: pointer;
  height: 30px;
  padding-top: 30px;
  margin-top: -30px;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  text-align: center;
  /* @include border-bottom-left-radius(); */
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-bottom-left-radius: 9px;
  border-bottom-left-radius: 9px;
  /* @include border-bottom-right-radius(); */
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-bottom-right-radius: 9px;
  border-bottom-right-radius: 9px;
  background-color: #F8F8F8;
  font-weight: bold; }
  .switch .switch-tab-like-simple:hover {
    background-color: #ddd; }
    .switch .switch-tab-like-simple:hover:before {
      background-color: #ddd; }
  .switch .switch-tab-like-simple.active {
    background-color: #1888d2;
    border-color: #1888d2;
    color: #fefefe; }
    .switch .switch-tab-like-simple.active:hover {
      background-color: #58a8dc; }
      .switch .switch-tab-like-simple.active:hover:before {
        background-color: #58a8dc; }
    .switch .switch-tab-like-simple.active:before {
      background-color: #1888d2;
      border-color: #1888d2; }
  .switch .switch-tab-like-simple.highlite {
    background-color: #bfd9ea; }
    .switch .switch-tab-like-simple.highlite:before {
      background-color: #bfd9ea; }
    .switch .switch-tab-like-simple.highlite:hover {
      background-color: #aecfe4; }
      .switch .switch-tab-like-simple.highlite:hover:before {
        background-color: #aecfe4; }
.switch .switch-tab-link,
.switch .switch-tab-2,
.switch .switch-tab,
.switch .switch-tab-scrollable,
.switch .switch-tab-multi,
.switch .switch-tab-like {
  padding: 0 18px;
  border-left: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  white-space: nowrap;
  cursor: pointer;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  text-align: center;
  /* @include border-top-left-radius(); */
  -webkit-border-top-left-radius: 9px;
  -moz-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  /* @include border-top-right-radius(); */
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #F8F8F8;
  font-weight: bold; }
  .switch .switch-tab-link:hover,
  .switch .switch-tab-2:hover,
  .switch .switch-tab:hover,
  .switch .switch-tab-scrollable:hover,
  .switch .switch-tab-multi:hover,
  .switch .switch-tab-like:hover {
    background-color: #ddd; }
    .switch .switch-tab-link:hover:before,
    .switch .switch-tab-2:hover:before,
    .switch .switch-tab:hover:before,
    .switch .switch-tab-scrollable:hover:before,
    .switch .switch-tab-multi:hover:before,
    .switch .switch-tab-like:hover:before {
      background-color: #ddd; }
  .switch .switch-tab-link.active,
  .switch .switch-tab-2.active,
  .switch .switch-tab.active,
  .switch .switch-tab-scrollable.active,
  .switch .switch-tab-multi.active,
  .switch .switch-tab-like.active {
    background-color: #1888d2;
    border-color: #1888d2;
    color: #fefefe; }
    .switch .switch-tab-link.active:hover,
    .switch .switch-tab-2.active:hover,
    .switch .switch-tab.active:hover,
    .switch .switch-tab-scrollable.active:hover,
    .switch .switch-tab-multi.active:hover,
    .switch .switch-tab-like.active:hover {
      background-color: #58a8dc; }
      .switch .switch-tab-link.active:hover:before,
      .switch .switch-tab-2.active:hover:before,
      .switch .switch-tab.active:hover:before,
      .switch .switch-tab-scrollable.active:hover:before,
      .switch .switch-tab-multi.active:hover:before,
      .switch .switch-tab-like.active:hover:before {
        background-color: #58a8dc; }
    .switch .switch-tab-link.active:before,
    .switch .switch-tab-2.active:before,
    .switch .switch-tab.active:before,
    .switch .switch-tab-scrollable.active:before,
    .switch .switch-tab-multi.active:before,
    .switch .switch-tab-like.active:before {
      background-color: #1888d2;
      border-color: #1888d2; }
  .switch .switch-tab-link:before,
  .switch .switch-tab-2:before,
  .switch .switch-tab:before,
  .switch .switch-tab-scrollable:before,
  .switch .switch-tab-multi:before,
  .switch .switch-tab-like:before {
    border-top: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    right: -2px;
    transform: skew(30deg, 0deg);
    display: block;
    content: " ";
    position: absolute;
    top: -1px;
    height: 100%;
    width: 14px;
    background-color: #F8F8F8;
    z-index: 1;
    border-radius: 0 8px 0 0; }
  .switch .switch-tab-link.highlite,
  .switch .switch-tab-2.highlite,
  .switch .switch-tab.highlite,
  .switch .switch-tab-scrollable.highlite,
  .switch .switch-tab-multi.highlite,
  .switch .switch-tab-like.highlite {
    background-color: #bfd9ea; }
    .switch .switch-tab-link.highlite:before,
    .switch .switch-tab-2.highlite:before,
    .switch .switch-tab.highlite:before,
    .switch .switch-tab-scrollable.highlite:before,
    .switch .switch-tab-multi.highlite:before,
    .switch .switch-tab-like.highlite:before {
      background-color: #bfd9ea; }
    .switch .switch-tab-link.highlite:hover,
    .switch .switch-tab-2.highlite:hover,
    .switch .switch-tab.highlite:hover,
    .switch .switch-tab-scrollable.highlite:hover,
    .switch .switch-tab-multi.highlite:hover,
    .switch .switch-tab-like.highlite:hover {
      background-color: #aecfe4; }
      .switch .switch-tab-link.highlite:hover:before,
      .switch .switch-tab-2.highlite:hover:before,
      .switch .switch-tab.highlite:hover:before,
      .switch .switch-tab-scrollable.highlite:hover:before,
      .switch .switch-tab-multi.highlite:hover:before,
      .switch .switch-tab-like.highlite:hover:before {
        background-color: #aecfe4; }
.switch .switch-box-tab-header {
  flex-wrap: wrap-reverse;
  overflow: hidden;
  padding-right: 8px; }
  .switch .switch-box-tab-header .switch-tab-link,
  .switch .switch-box-tab-header .switch-tab-2,
  .switch .switch-box-tab-header .switch-tab,
  .switch .switch-box-tab-header .switch-tab-scrollable,
  .switch .switch-box-tab-header .switch-tab-multi {
    padding: 0 11px;
    padding-bottom: 100px;
    margin-bottom: -72px;
    box-shadow: 0px 4px 5px 0px #000; }
    .switch .switch-box-tab-header .switch-tab-link:nth-child(1),
    .switch .switch-box-tab-header .switch-tab-2:nth-child(1),
    .switch .switch-box-tab-header .switch-tab:nth-child(1),
    .switch .switch-box-tab-header .switch-tab-scrollable:nth-child(1),
    .switch .switch-box-tab-header .switch-tab-multi:nth-child(1) {
      z-index: 20; }
    .switch .switch-box-tab-header .switch-tab-link:nth-child(2),
    .switch .switch-box-tab-header .switch-tab-2:nth-child(2),
    .switch .switch-box-tab-header .switch-tab:nth-child(2),
    .switch .switch-box-tab-header .switch-tab-scrollable:nth-child(2),
    .switch .switch-box-tab-header .switch-tab-multi:nth-child(2) {
      z-index: 19; }
    .switch .switch-box-tab-header .switch-tab-link:nth-child(3),
    .switch .switch-box-tab-header .switch-tab-2:nth-child(3),
    .switch .switch-box-tab-header .switch-tab:nth-child(3),
    .switch .switch-box-tab-header .switch-tab-scrollable:nth-child(3),
    .switch .switch-box-tab-header .switch-tab-multi:nth-child(3) {
      z-index: 18; }
    .switch .switch-box-tab-header .switch-tab-link:nth-child(4),
    .switch .switch-box-tab-header .switch-tab-2:nth-child(4),
    .switch .switch-box-tab-header .switch-tab:nth-child(4),
    .switch .switch-box-tab-header .switch-tab-scrollable:nth-child(4),
    .switch .switch-box-tab-header .switch-tab-multi:nth-child(4) {
      z-index: 17; }
    .switch .switch-box-tab-header .switch-tab-link:nth-child(5),
    .switch .switch-box-tab-header .switch-tab-2:nth-child(5),
    .switch .switch-box-tab-header .switch-tab:nth-child(5),
    .switch .switch-box-tab-header .switch-tab-scrollable:nth-child(5),
    .switch .switch-box-tab-header .switch-tab-multi:nth-child(5) {
      z-index: 16; }
    .switch .switch-box-tab-header .switch-tab-link:nth-child(6),
    .switch .switch-box-tab-header .switch-tab-2:nth-child(6),
    .switch .switch-box-tab-header .switch-tab:nth-child(6),
    .switch .switch-box-tab-header .switch-tab-scrollable:nth-child(6),
    .switch .switch-box-tab-header .switch-tab-multi:nth-child(6) {
      z-index: 15; }
    .switch .switch-box-tab-header .switch-tab-link:nth-child(7),
    .switch .switch-box-tab-header .switch-tab-2:nth-child(7),
    .switch .switch-box-tab-header .switch-tab:nth-child(7),
    .switch .switch-box-tab-header .switch-tab-scrollable:nth-child(7),
    .switch .switch-box-tab-header .switch-tab-multi:nth-child(7) {
      z-index: 14; }
    .switch .switch-box-tab-header .switch-tab-link:nth-child(8),
    .switch .switch-box-tab-header .switch-tab-2:nth-child(8),
    .switch .switch-box-tab-header .switch-tab:nth-child(8),
    .switch .switch-box-tab-header .switch-tab-scrollable:nth-child(8),
    .switch .switch-box-tab-header .switch-tab-multi:nth-child(8) {
      z-index: 13; }
    .switch .switch-box-tab-header .switch-tab-link:nth-child(9),
    .switch .switch-box-tab-header .switch-tab-2:nth-child(9),
    .switch .switch-box-tab-header .switch-tab:nth-child(9),
    .switch .switch-box-tab-header .switch-tab-scrollable:nth-child(9),
    .switch .switch-box-tab-header .switch-tab-multi:nth-child(9) {
      z-index: 12; }
    .switch .switch-box-tab-header .switch-tab-link:nth-child(10),
    .switch .switch-box-tab-header .switch-tab-2:nth-child(10),
    .switch .switch-box-tab-header .switch-tab:nth-child(10),
    .switch .switch-box-tab-header .switch-tab-scrollable:nth-child(10),
    .switch .switch-box-tab-header .switch-tab-multi:nth-child(10) {
      z-index: 11; }
    .switch .switch-box-tab-header .switch-tab-link:nth-child(11),
    .switch .switch-box-tab-header .switch-tab-2:nth-child(11),
    .switch .switch-box-tab-header .switch-tab:nth-child(11),
    .switch .switch-box-tab-header .switch-tab-scrollable:nth-child(11),
    .switch .switch-box-tab-header .switch-tab-multi:nth-child(11) {
      z-index: 10; }
    .switch .switch-box-tab-header .switch-tab-link:nth-child(12),
    .switch .switch-box-tab-header .switch-tab-2:nth-child(12),
    .switch .switch-box-tab-header .switch-tab:nth-child(12),
    .switch .switch-box-tab-header .switch-tab-scrollable:nth-child(12),
    .switch .switch-box-tab-header .switch-tab-multi:nth-child(12) {
      z-index: 9; }
    .switch .switch-box-tab-header .switch-tab-link:nth-child(13),
    .switch .switch-box-tab-header .switch-tab-2:nth-child(13),
    .switch .switch-box-tab-header .switch-tab:nth-child(13),
    .switch .switch-box-tab-header .switch-tab-scrollable:nth-child(13),
    .switch .switch-box-tab-header .switch-tab-multi:nth-child(13) {
      z-index: 8; }
    .switch .switch-box-tab-header .switch-tab-link:nth-child(14),
    .switch .switch-box-tab-header .switch-tab-2:nth-child(14),
    .switch .switch-box-tab-header .switch-tab:nth-child(14),
    .switch .switch-box-tab-header .switch-tab-scrollable:nth-child(14),
    .switch .switch-box-tab-header .switch-tab-multi:nth-child(14) {
      z-index: 7; }
    .switch .switch-box-tab-header .switch-tab-link:nth-child(15),
    .switch .switch-box-tab-header .switch-tab-2:nth-child(15),
    .switch .switch-box-tab-header .switch-tab:nth-child(15),
    .switch .switch-box-tab-header .switch-tab-scrollable:nth-child(15),
    .switch .switch-box-tab-header .switch-tab-multi:nth-child(15) {
      z-index: 6; }
    .switch .switch-box-tab-header .switch-tab-link:nth-child(16),
    .switch .switch-box-tab-header .switch-tab-2:nth-child(16),
    .switch .switch-box-tab-header .switch-tab:nth-child(16),
    .switch .switch-box-tab-header .switch-tab-scrollable:nth-child(16),
    .switch .switch-box-tab-header .switch-tab-multi:nth-child(16) {
      z-index: 5; }
    .switch .switch-box-tab-header .switch-tab-link:nth-child(17),
    .switch .switch-box-tab-header .switch-tab-2:nth-child(17),
    .switch .switch-box-tab-header .switch-tab:nth-child(17),
    .switch .switch-box-tab-header .switch-tab-scrollable:nth-child(17),
    .switch .switch-box-tab-header .switch-tab-multi:nth-child(17) {
      z-index: 4; }
    .switch .switch-box-tab-header .switch-tab-link:nth-child(18),
    .switch .switch-box-tab-header .switch-tab-2:nth-child(18),
    .switch .switch-box-tab-header .switch-tab:nth-child(18),
    .switch .switch-box-tab-header .switch-tab-scrollable:nth-child(18),
    .switch .switch-box-tab-header .switch-tab-multi:nth-child(18) {
      z-index: 3; }
    .switch .switch-box-tab-header .switch-tab-link:nth-child(19),
    .switch .switch-box-tab-header .switch-tab-2:nth-child(19),
    .switch .switch-box-tab-header .switch-tab:nth-child(19),
    .switch .switch-box-tab-header .switch-tab-scrollable:nth-child(19),
    .switch .switch-box-tab-header .switch-tab-multi:nth-child(19) {
      z-index: 2; }
    .switch .switch-box-tab-header .switch-tab-link:nth-child(20),
    .switch .switch-box-tab-header .switch-tab-2:nth-child(20),
    .switch .switch-box-tab-header .switch-tab:nth-child(20),
    .switch .switch-box-tab-header .switch-tab-scrollable:nth-child(20),
    .switch .switch-box-tab-header .switch-tab-multi:nth-child(20) {
      z-index: 1; }
    .switch .switch-box-tab-header .switch-tab-link:before,
    .switch .switch-box-tab-header .switch-tab-2:before,
    .switch .switch-box-tab-header .switch-tab:before,
    .switch .switch-box-tab-header .switch-tab-scrollable:before,
    .switch .switch-box-tab-header .switch-tab-multi:before {
      right: -9px;
      top: 20px;
      border-top: 2px solid #b5b5b5;
      border-right: 1px solid #b5b5b5;
      transform: skew(0, 60deg);
      display: block;
      content: " ";
      position: absolute;
      height: 100%;
      width: 9px;
      z-index: 1;
      border-radius: 0 4px 0 0; }
.switch.document-colors .switch-tab-link.active,
.switch.document-colors .switch-tab-2.active,
.switch.document-colors .switch-tab.active,
.switch.document-colors .switch-tab-scrollable.active {
  background-color: #16ba75;
  border-color: #16ba75;
  color: #fefefe; }
  .switch.document-colors .switch-tab-link.active:hover,
  .switch.document-colors .switch-tab-2.active:hover,
  .switch.document-colors .switch-tab.active:hover,
  .switch.document-colors .switch-tab-scrollable.active:hover {
    background-color: #26d089; }
    .switch.document-colors .switch-tab-link.active:hover:before,
    .switch.document-colors .switch-tab-2.active:hover:before,
    .switch.document-colors .switch-tab.active:hover:before,
    .switch.document-colors .switch-tab-scrollable.active:hover:before {
      background-color: #26d089; }
  .switch.document-colors .switch-tab-link.active:before,
  .switch.document-colors .switch-tab-2.active:before,
  .switch.document-colors .switch-tab.active:before,
  .switch.document-colors .switch-tab-scrollable.active:before {
    background-color: #16ba75;
    border-color: #16ba75; }
.switch.project-colors .switch-tab-link.active,
.switch.project-colors .switch-tab-2.active,
.switch.project-colors .switch-tab.active,
.switch.project-colors .switch-tab-scrollable.active {
  background-color: #666;
  border-color: #666;
  color: #fefefe; }
  .switch.project-colors .switch-tab-link.active:hover,
  .switch.project-colors .switch-tab-2.active:hover,
  .switch.project-colors .switch-tab.active:hover,
  .switch.project-colors .switch-tab-scrollable.active:hover {
    background-color: #666; }
    .switch.project-colors .switch-tab-link.active:hover:before,
    .switch.project-colors .switch-tab-2.active:hover:before,
    .switch.project-colors .switch-tab.active:hover:before,
    .switch.project-colors .switch-tab-scrollable.active:hover:before {
      background-color: #666; }
  .switch.project-colors .switch-tab-link.active:before,
  .switch.project-colors .switch-tab-2.active:before,
  .switch.project-colors .switch-tab.active:before,
  .switch.project-colors .switch-tab-scrollable.active:before {
    background-color: #666;
    border-color: #666; }
.switch.linked-colors .switch-tab-like-simple,
.switch.linked-colors .switch-tab-like,
.switch.linked-colors .switch-tab-link,
.switch.linked-colors .switch-tab-2,
.switch.linked-colors .switch-tab,
.switch.linked-colors .switch-tab-scrollable {
  background-color: #c5edc6; }
  .switch.linked-colors .switch-tab-like-simple:before,
  .switch.linked-colors .switch-tab-like:before,
  .switch.linked-colors .switch-tab-link:before,
  .switch.linked-colors .switch-tab-2:before,
  .switch.linked-colors .switch-tab:before,
  .switch.linked-colors .switch-tab-scrollable:before {
    background-color: #c5edc6; }
  .switch.linked-colors .switch-tab-like-simple:hover,
  .switch.linked-colors .switch-tab-like:hover,
  .switch.linked-colors .switch-tab-link:hover,
  .switch.linked-colors .switch-tab-2:hover,
  .switch.linked-colors .switch-tab:hover,
  .switch.linked-colors .switch-tab-scrollable:hover {
    background-color: #b3e2b4; }
    .switch.linked-colors .switch-tab-like-simple:hover:before,
    .switch.linked-colors .switch-tab-like:hover:before,
    .switch.linked-colors .switch-tab-link:hover:before,
    .switch.linked-colors .switch-tab-2:hover:before,
    .switch.linked-colors .switch-tab:hover:before,
    .switch.linked-colors .switch-tab-scrollable:hover:before {
      background-color: #b3e2b4; }
  .switch.linked-colors .switch-tab-like-simple.active,
  .switch.linked-colors .switch-tab-like.active,
  .switch.linked-colors .switch-tab-link.active,
  .switch.linked-colors .switch-tab-2.active,
  .switch.linked-colors .switch-tab.active,
  .switch.linked-colors .switch-tab-scrollable.active {
    background-color: #74c574;
    border-color: #74c574; }
    .switch.linked-colors .switch-tab-like-simple.active:hover,
    .switch.linked-colors .switch-tab-like.active:hover,
    .switch.linked-colors .switch-tab-link.active:hover,
    .switch.linked-colors .switch-tab-2.active:hover,
    .switch.linked-colors .switch-tab.active:hover,
    .switch.linked-colors .switch-tab-scrollable.active:hover {
      background-color: #b3e2b4; }
      .switch.linked-colors .switch-tab-like-simple.active:hover:before,
      .switch.linked-colors .switch-tab-like.active:hover:before,
      .switch.linked-colors .switch-tab-link.active:hover:before,
      .switch.linked-colors .switch-tab-2.active:hover:before,
      .switch.linked-colors .switch-tab.active:hover:before,
      .switch.linked-colors .switch-tab-scrollable.active:hover:before {
        background-color: #b3e2b4; }
    .switch.linked-colors .switch-tab-like-simple.active:before,
    .switch.linked-colors .switch-tab-like.active:before,
    .switch.linked-colors .switch-tab-link.active:before,
    .switch.linked-colors .switch-tab-2.active:before,
    .switch.linked-colors .switch-tab.active:before,
    .switch.linked-colors .switch-tab-scrollable.active:before {
      background-color: #74c574;
      border-color: #74c574; }
.switch .switch-box,
.switch .switch-box-multi {
  display: none; }
  .switch .switch-box.active,
  .switch .switch-box-multi.active {
    display: block;
    z-index: 2; }

.switch-column .switch-tab-link,
.switch-column .switch-tab-2,
.switch-column .switch-tab,
.switch-column .switch-tab-scrollable,
.switch-column .switch-tab-multi,
.switch-column .switch-tab-like {
  padding: 0 13px;
  border-left: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  white-space: nowrap;
  cursor: pointer;
  height: 110px;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  text-align: center;
  /* @include border-top-left-radius(); */
  -webkit-border-top-left-radius: 9px;
  -moz-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  /* @include border-bottom-left-radius(); */
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-bottom-left-radius: 9px;
  border-bottom-left-radius: 9px;
  background-color: #F8F8F8;
  font-weight: bold;
  position: relative; }
  .switch-column .switch-tab-link .switch-tab-text,
  .switch-column .switch-tab-2 .switch-tab-text,
  .switch-column .switch-tab .switch-tab-text,
  .switch-column .switch-tab-scrollable .switch-tab-text,
  .switch-column .switch-tab-multi .switch-tab-text,
  .switch-column .switch-tab-like .switch-tab-text {
    position: absolute;
    transform-origin: 0 0;
    bottom: -11px;
    left: 8px;
    transform: rotate(270deg);
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-width: 0;
    display: inline-block;
    text-align: left; }
  .switch-column .switch-tab-link:hover,
  .switch-column .switch-tab-2:hover,
  .switch-column .switch-tab:hover,
  .switch-column .switch-tab-scrollable:hover,
  .switch-column .switch-tab-multi:hover,
  .switch-column .switch-tab-like:hover {
    background-color: #ddd; }
    .switch-column .switch-tab-link:hover:before,
    .switch-column .switch-tab-2:hover:before,
    .switch-column .switch-tab:hover:before,
    .switch-column .switch-tab-scrollable:hover:before,
    .switch-column .switch-tab-multi:hover:before,
    .switch-column .switch-tab-like:hover:before {
      background-color: #ddd; }
  .switch-column .switch-tab-link.active,
  .switch-column .switch-tab-2.active,
  .switch-column .switch-tab.active,
  .switch-column .switch-tab-scrollable.active,
  .switch-column .switch-tab-multi.active,
  .switch-column .switch-tab-like.active {
    background-color: #1888d2;
    border-color: #1888d2;
    color: #fefefe; }
    .switch-column .switch-tab-link.active:hover,
    .switch-column .switch-tab-2.active:hover,
    .switch-column .switch-tab.active:hover,
    .switch-column .switch-tab-scrollable.active:hover,
    .switch-column .switch-tab-multi.active:hover,
    .switch-column .switch-tab-like.active:hover {
      background-color: #58a8dc; }
      .switch-column .switch-tab-link.active:hover:before,
      .switch-column .switch-tab-2.active:hover:before,
      .switch-column .switch-tab.active:hover:before,
      .switch-column .switch-tab-scrollable.active:hover:before,
      .switch-column .switch-tab-multi.active:hover:before,
      .switch-column .switch-tab-like.active:hover:before {
        background-color: #58a8dc; }
    .switch-column .switch-tab-link.active:before,
    .switch-column .switch-tab-2.active:before,
    .switch-column .switch-tab.active:before,
    .switch-column .switch-tab-scrollable.active:before,
    .switch-column .switch-tab-multi.active:before,
    .switch-column .switch-tab-like.active:before {
      background-color: #1888d2;
      border-color: #1888d2; }
  .switch-column .switch-tab-link.highlite,
  .switch-column .switch-tab-2.highlite,
  .switch-column .switch-tab.highlite,
  .switch-column .switch-tab-scrollable.highlite,
  .switch-column .switch-tab-multi.highlite,
  .switch-column .switch-tab-like.highlite {
    background-color: #bfd9ea; }
    .switch-column .switch-tab-link.highlite:before,
    .switch-column .switch-tab-2.highlite:before,
    .switch-column .switch-tab.highlite:before,
    .switch-column .switch-tab-scrollable.highlite:before,
    .switch-column .switch-tab-multi.highlite:before,
    .switch-column .switch-tab-like.highlite:before {
      background-color: #bfd9ea; }
    .switch-column .switch-tab-link.highlite:hover,
    .switch-column .switch-tab-2.highlite:hover,
    .switch-column .switch-tab.highlite:hover,
    .switch-column .switch-tab-scrollable.highlite:hover,
    .switch-column .switch-tab-multi.highlite:hover,
    .switch-column .switch-tab-like.highlite:hover {
      background-color: #aecfe4; }
      .switch-column .switch-tab-link.highlite:hover:before,
      .switch-column .switch-tab-2.highlite:hover:before,
      .switch-column .switch-tab.highlite:hover:before,
      .switch-column .switch-tab-scrollable.highlite:hover:before,
      .switch-column .switch-tab-multi.highlite:hover:before,
      .switch-column .switch-tab-like.highlite:hover:before {
        background-color: #aecfe4; }
.switch-column .switch-box-tab-header {
  flex-wrap: wrap-reverse;
  overflow: hidden;
  padding-right: 8px; }
  .switch-column .switch-box-tab-header .switch-tab-link,
  .switch-column .switch-box-tab-header .switch-tab-2,
  .switch-column .switch-box-tab-header .switch-tab,
  .switch-column .switch-box-tab-header .switch-tab-scrollable,
  .switch-column .switch-box-tab-header .switch-tab-multi {
    padding: 0 11px;
    padding-bottom: 100px;
    margin-bottom: -72px;
    box-shadow: 0px 4px 5px 0px #000; }
    .switch-column .switch-box-tab-header .switch-tab-link:nth-child(1),
    .switch-column .switch-box-tab-header .switch-tab-2:nth-child(1),
    .switch-column .switch-box-tab-header .switch-tab:nth-child(1),
    .switch-column .switch-box-tab-header .switch-tab-scrollable:nth-child(1),
    .switch-column .switch-box-tab-header .switch-tab-multi:nth-child(1) {
      z-index: 20; }
    .switch-column .switch-box-tab-header .switch-tab-link:nth-child(2),
    .switch-column .switch-box-tab-header .switch-tab-2:nth-child(2),
    .switch-column .switch-box-tab-header .switch-tab:nth-child(2),
    .switch-column .switch-box-tab-header .switch-tab-scrollable:nth-child(2),
    .switch-column .switch-box-tab-header .switch-tab-multi:nth-child(2) {
      z-index: 19; }
    .switch-column .switch-box-tab-header .switch-tab-link:nth-child(3),
    .switch-column .switch-box-tab-header .switch-tab-2:nth-child(3),
    .switch-column .switch-box-tab-header .switch-tab:nth-child(3),
    .switch-column .switch-box-tab-header .switch-tab-scrollable:nth-child(3),
    .switch-column .switch-box-tab-header .switch-tab-multi:nth-child(3) {
      z-index: 18; }
    .switch-column .switch-box-tab-header .switch-tab-link:nth-child(4),
    .switch-column .switch-box-tab-header .switch-tab-2:nth-child(4),
    .switch-column .switch-box-tab-header .switch-tab:nth-child(4),
    .switch-column .switch-box-tab-header .switch-tab-scrollable:nth-child(4),
    .switch-column .switch-box-tab-header .switch-tab-multi:nth-child(4) {
      z-index: 17; }
    .switch-column .switch-box-tab-header .switch-tab-link:nth-child(5),
    .switch-column .switch-box-tab-header .switch-tab-2:nth-child(5),
    .switch-column .switch-box-tab-header .switch-tab:nth-child(5),
    .switch-column .switch-box-tab-header .switch-tab-scrollable:nth-child(5),
    .switch-column .switch-box-tab-header .switch-tab-multi:nth-child(5) {
      z-index: 16; }
    .switch-column .switch-box-tab-header .switch-tab-link:nth-child(6),
    .switch-column .switch-box-tab-header .switch-tab-2:nth-child(6),
    .switch-column .switch-box-tab-header .switch-tab:nth-child(6),
    .switch-column .switch-box-tab-header .switch-tab-scrollable:nth-child(6),
    .switch-column .switch-box-tab-header .switch-tab-multi:nth-child(6) {
      z-index: 15; }
    .switch-column .switch-box-tab-header .switch-tab-link:nth-child(7),
    .switch-column .switch-box-tab-header .switch-tab-2:nth-child(7),
    .switch-column .switch-box-tab-header .switch-tab:nth-child(7),
    .switch-column .switch-box-tab-header .switch-tab-scrollable:nth-child(7),
    .switch-column .switch-box-tab-header .switch-tab-multi:nth-child(7) {
      z-index: 14; }
    .switch-column .switch-box-tab-header .switch-tab-link:nth-child(8),
    .switch-column .switch-box-tab-header .switch-tab-2:nth-child(8),
    .switch-column .switch-box-tab-header .switch-tab:nth-child(8),
    .switch-column .switch-box-tab-header .switch-tab-scrollable:nth-child(8),
    .switch-column .switch-box-tab-header .switch-tab-multi:nth-child(8) {
      z-index: 13; }
    .switch-column .switch-box-tab-header .switch-tab-link:nth-child(9),
    .switch-column .switch-box-tab-header .switch-tab-2:nth-child(9),
    .switch-column .switch-box-tab-header .switch-tab:nth-child(9),
    .switch-column .switch-box-tab-header .switch-tab-scrollable:nth-child(9),
    .switch-column .switch-box-tab-header .switch-tab-multi:nth-child(9) {
      z-index: 12; }
    .switch-column .switch-box-tab-header .switch-tab-link:nth-child(10),
    .switch-column .switch-box-tab-header .switch-tab-2:nth-child(10),
    .switch-column .switch-box-tab-header .switch-tab:nth-child(10),
    .switch-column .switch-box-tab-header .switch-tab-scrollable:nth-child(10),
    .switch-column .switch-box-tab-header .switch-tab-multi:nth-child(10) {
      z-index: 11; }
    .switch-column .switch-box-tab-header .switch-tab-link:nth-child(11),
    .switch-column .switch-box-tab-header .switch-tab-2:nth-child(11),
    .switch-column .switch-box-tab-header .switch-tab:nth-child(11),
    .switch-column .switch-box-tab-header .switch-tab-scrollable:nth-child(11),
    .switch-column .switch-box-tab-header .switch-tab-multi:nth-child(11) {
      z-index: 10; }
    .switch-column .switch-box-tab-header .switch-tab-link:nth-child(12),
    .switch-column .switch-box-tab-header .switch-tab-2:nth-child(12),
    .switch-column .switch-box-tab-header .switch-tab:nth-child(12),
    .switch-column .switch-box-tab-header .switch-tab-scrollable:nth-child(12),
    .switch-column .switch-box-tab-header .switch-tab-multi:nth-child(12) {
      z-index: 9; }
    .switch-column .switch-box-tab-header .switch-tab-link:nth-child(13),
    .switch-column .switch-box-tab-header .switch-tab-2:nth-child(13),
    .switch-column .switch-box-tab-header .switch-tab:nth-child(13),
    .switch-column .switch-box-tab-header .switch-tab-scrollable:nth-child(13),
    .switch-column .switch-box-tab-header .switch-tab-multi:nth-child(13) {
      z-index: 8; }
    .switch-column .switch-box-tab-header .switch-tab-link:nth-child(14),
    .switch-column .switch-box-tab-header .switch-tab-2:nth-child(14),
    .switch-column .switch-box-tab-header .switch-tab:nth-child(14),
    .switch-column .switch-box-tab-header .switch-tab-scrollable:nth-child(14),
    .switch-column .switch-box-tab-header .switch-tab-multi:nth-child(14) {
      z-index: 7; }
    .switch-column .switch-box-tab-header .switch-tab-link:nth-child(15),
    .switch-column .switch-box-tab-header .switch-tab-2:nth-child(15),
    .switch-column .switch-box-tab-header .switch-tab:nth-child(15),
    .switch-column .switch-box-tab-header .switch-tab-scrollable:nth-child(15),
    .switch-column .switch-box-tab-header .switch-tab-multi:nth-child(15) {
      z-index: 6; }
    .switch-column .switch-box-tab-header .switch-tab-link:nth-child(16),
    .switch-column .switch-box-tab-header .switch-tab-2:nth-child(16),
    .switch-column .switch-box-tab-header .switch-tab:nth-child(16),
    .switch-column .switch-box-tab-header .switch-tab-scrollable:nth-child(16),
    .switch-column .switch-box-tab-header .switch-tab-multi:nth-child(16) {
      z-index: 5; }
    .switch-column .switch-box-tab-header .switch-tab-link:nth-child(17),
    .switch-column .switch-box-tab-header .switch-tab-2:nth-child(17),
    .switch-column .switch-box-tab-header .switch-tab:nth-child(17),
    .switch-column .switch-box-tab-header .switch-tab-scrollable:nth-child(17),
    .switch-column .switch-box-tab-header .switch-tab-multi:nth-child(17) {
      z-index: 4; }
    .switch-column .switch-box-tab-header .switch-tab-link:nth-child(18),
    .switch-column .switch-box-tab-header .switch-tab-2:nth-child(18),
    .switch-column .switch-box-tab-header .switch-tab:nth-child(18),
    .switch-column .switch-box-tab-header .switch-tab-scrollable:nth-child(18),
    .switch-column .switch-box-tab-header .switch-tab-multi:nth-child(18) {
      z-index: 3; }
    .switch-column .switch-box-tab-header .switch-tab-link:nth-child(19),
    .switch-column .switch-box-tab-header .switch-tab-2:nth-child(19),
    .switch-column .switch-box-tab-header .switch-tab:nth-child(19),
    .switch-column .switch-box-tab-header .switch-tab-scrollable:nth-child(19),
    .switch-column .switch-box-tab-header .switch-tab-multi:nth-child(19) {
      z-index: 2; }
    .switch-column .switch-box-tab-header .switch-tab-link:nth-child(20),
    .switch-column .switch-box-tab-header .switch-tab-2:nth-child(20),
    .switch-column .switch-box-tab-header .switch-tab:nth-child(20),
    .switch-column .switch-box-tab-header .switch-tab-scrollable:nth-child(20),
    .switch-column .switch-box-tab-header .switch-tab-multi:nth-child(20) {
      z-index: 1; }
    .switch-column .switch-box-tab-header .switch-tab-link:before,
    .switch-column .switch-box-tab-header .switch-tab-2:before,
    .switch-column .switch-box-tab-header .switch-tab:before,
    .switch-column .switch-box-tab-header .switch-tab-scrollable:before,
    .switch-column .switch-box-tab-header .switch-tab-multi:before {
      right: -9px;
      top: 20px;
      border-top: 2px solid #b5b5b5;
      border-right: 1px solid #b5b5b5;
      transform: skew(0, 60deg);
      display: block;
      content: " ";
      position: absolute;
      height: 100%;
      width: 9px;
      z-index: 1;
      border-radius: 0 4px 0 0; }
.switch-column.document-colors .switch-tab-like.active,
.switch-column.document-colors .switch-tab-link.active,
.switch-column.document-colors .switch-tab-2.active,
.switch-column.document-colors .switch-tab.active,
.switch-column.document-colors .switch-tab-scrollable.active {
  background-color: #16ba75;
  border-color: #16ba75;
  color: #fefefe; }
  .switch-column.document-colors .switch-tab-like.active:hover,
  .switch-column.document-colors .switch-tab-link.active:hover,
  .switch-column.document-colors .switch-tab-2.active:hover,
  .switch-column.document-colors .switch-tab.active:hover,
  .switch-column.document-colors .switch-tab-scrollable.active:hover {
    background-color: #26d089;
    color: #333333; }
    .switch-column.document-colors .switch-tab-like.active:hover:before,
    .switch-column.document-colors .switch-tab-link.active:hover:before,
    .switch-column.document-colors .switch-tab-2.active:hover:before,
    .switch-column.document-colors .switch-tab.active:hover:before,
    .switch-column.document-colors .switch-tab-scrollable.active:hover:before {
      background-color: #26d089; }
  .switch-column.document-colors .switch-tab-like.active:before,
  .switch-column.document-colors .switch-tab-link.active:before,
  .switch-column.document-colors .switch-tab-2.active:before,
  .switch-column.document-colors .switch-tab.active:before,
  .switch-column.document-colors .switch-tab-scrollable.active:before {
    background-color: #16ba75;
    border-color: #16ba75; }
.switch-column.project-colors .switch-tab-like.active,
.switch-column.project-colors .switch-tab-link.active,
.switch-column.project-colors .switch-tab-2.active,
.switch-column.project-colors .switch-tab.active,
.switch-column.project-colors .switch-tab-scrollable.active {
  background-color: #666;
  border-color: #666;
  color: #fefefe; }
  .switch-column.project-colors .switch-tab-like.active:hover,
  .switch-column.project-colors .switch-tab-link.active:hover,
  .switch-column.project-colors .switch-tab-2.active:hover,
  .switch-column.project-colors .switch-tab.active:hover,
  .switch-column.project-colors .switch-tab-scrollable.active:hover {
    background-color: #666; }
    .switch-column.project-colors .switch-tab-like.active:hover:before,
    .switch-column.project-colors .switch-tab-link.active:hover:before,
    .switch-column.project-colors .switch-tab-2.active:hover:before,
    .switch-column.project-colors .switch-tab.active:hover:before,
    .switch-column.project-colors .switch-tab-scrollable.active:hover:before {
      background-color: #666; }
  .switch-column.project-colors .switch-tab-like.active:before,
  .switch-column.project-colors .switch-tab-link.active:before,
  .switch-column.project-colors .switch-tab-2.active:before,
  .switch-column.project-colors .switch-tab.active:before,
  .switch-column.project-colors .switch-tab-scrollable.active:before {
    background-color: #666;
    border-color: #666; }
.switch-column.linked-colors .switch-tab-like,
.switch-column.linked-colors .switch-tab-link,
.switch-column.linked-colors .switch-tab-2,
.switch-column.linked-colors .switch-tab,
.switch-column.linked-colors .switch-tab-scrollable {
  background-color: #c5edc6; }
  .switch-column.linked-colors .switch-tab-like:hover,
  .switch-column.linked-colors .switch-tab-link:hover,
  .switch-column.linked-colors .switch-tab-2:hover,
  .switch-column.linked-colors .switch-tab:hover,
  .switch-column.linked-colors .switch-tab-scrollable:hover {
    background-color: #b3e2b4; }
    .switch-column.linked-colors .switch-tab-like:hover:before,
    .switch-column.linked-colors .switch-tab-link:hover:before,
    .switch-column.linked-colors .switch-tab-2:hover:before,
    .switch-column.linked-colors .switch-tab:hover:before,
    .switch-column.linked-colors .switch-tab-scrollable:hover:before {
      background-color: #b3e2b4; }
  .switch-column.linked-colors .switch-tab-like.active,
  .switch-column.linked-colors .switch-tab-link.active,
  .switch-column.linked-colors .switch-tab-2.active,
  .switch-column.linked-colors .switch-tab.active,
  .switch-column.linked-colors .switch-tab-scrollable.active {
    background-color: #74c574;
    border-color: #74c574; }
    .switch-column.linked-colors .switch-tab-like.active:hover,
    .switch-column.linked-colors .switch-tab-link.active:hover,
    .switch-column.linked-colors .switch-tab-2.active:hover,
    .switch-column.linked-colors .switch-tab.active:hover,
    .switch-column.linked-colors .switch-tab-scrollable.active:hover {
      background-color: #44bb44; }
      .switch-column.linked-colors .switch-tab-like.active:hover:before,
      .switch-column.linked-colors .switch-tab-link.active:hover:before,
      .switch-column.linked-colors .switch-tab-2.active:hover:before,
      .switch-column.linked-colors .switch-tab.active:hover:before,
      .switch-column.linked-colors .switch-tab-scrollable.active:hover:before {
        background-color: #44bb44; }
    .switch-column.linked-colors .switch-tab-like.active:before,
    .switch-column.linked-colors .switch-tab-link.active:before,
    .switch-column.linked-colors .switch-tab-2.active:before,
    .switch-column.linked-colors .switch-tab.active:before,
    .switch-column.linked-colors .switch-tab-scrollable.active:before {
      background-color: #74c574;
      border-color: #74c574; }
.switch-column .switch-box,
.switch-column .switch-box-multi {
  display: none; }
  .switch-column .switch-box.active,
  .switch-column .switch-box-multi.active {
    display: block;
    z-index: 2; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .switch.tablet-wiew .switch-tab {
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    /* @include border-top-right-radius(); */
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    padding: 0 9px;
    margin-right: -1px; }
    .switch.tablet-wiew .switch-tab:before {
      display: none; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  #projectFolderSidebar {
    width: 100%;
    border-right: 0; }

  .switch .switch-tab-link,
  .switch .switch-tab-2,
  .switch .switch-tab,
  .switch .switch-tab-scrollable {
    font-size: 12px; }

  .switch.mobile-wiew .switch-tab {
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    /* @include border-top-right-radius(); */
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    padding: 0 9px;
    margin-right: -1px; }
    .switch.mobile-wiew .switch-tab:nth-child(1) {
      /* @include border-top-left-radius(); */
      -webkit-border-top-left-radius: 6px;
      -moz-border-top-left-radius: 6px;
      border-top-left-radius: 6px; }
    .switch.mobile-wiew .switch-tab:nth-child(2) {
      /* @include border-top-right-radius(); */
      -webkit-border-top-right-radius: 6px;
      -moz-border-top-right-radius: 6px;
      border-top-right-radius: 6px; }
    .switch.mobile-wiew .switch-tab:before {
      display: none; }

  .switch .switch-box-tab-header .switch-tab-link,
  .switch .switch-box-tab-header .switch-tab-2,
  .switch .switch-box-tab-header .switch-tab,
  .switch .switch-box-tab-header .switch-tab-scrollable {
    padding-left: 0px;
    padding-right: 0px; }

  .switch-box-tab-header-container.switch-box-tab-mobile {
    position: relative;
    z-index: 3; }
    .switch-box-tab-header-container.switch-box-tab-mobile.closed .switch-box-tab-header {
      display: none; }
    .switch-box-tab-header-container.switch-box-tab-mobile .switch-box-tab-mobile-block {
      display: flex;
      width: 100%; }
      .switch-box-tab-header-container.switch-box-tab-mobile .switch-box-tab-mobile-block .switch-box-title {
        display: none;
        font-weight: bold;
        font-size: 18px; }
        .switch-box-tab-header-container.switch-box-tab-mobile .switch-box-tab-mobile-block .switch-box-title.active {
          display: inline-block; }
    .switch-box-tab-header-container.switch-box-tab-mobile .switch-box-tab-mobile-button {
      font-size: 24px;
      display: inline-block;
      text-align: center;
      width: 42px;
      height: 42px;
      line-height: 42px;
      background-color: #1888d2;
      color: #fefefe; }
    .switch-box-tab-header-container.switch-box-tab-mobile .switch-box-tab-header {
      width: 200px;
      position: absolute;
      right: 42px;
      top: -48px;
      border-bottom: 1px solid #b5b5b5;
      padding-right: 0; }
      .switch-box-tab-header-container.switch-box-tab-mobile .switch-box-tab-header.pose-top {
        top: 0px; }
      .switch-box-tab-header-container.switch-box-tab-mobile .switch-box-tab-header .switch-tab,
      .switch-box-tab-header-container.switch-box-tab-mobile .switch-box-tab-header .switch-tab-link,
      .switch-box-tab-header-container.switch-box-tab-mobile .switch-box-tab-header .switch-tab-2 {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
        .switch-box-tab-header-container.switch-box-tab-mobile .switch-box-tab-header .switch-tab:before,
        .switch-box-tab-header-container.switch-box-tab-mobile .switch-box-tab-header .switch-tab-link:before,
        .switch-box-tab-header-container.switch-box-tab-mobile .switch-box-tab-header .switch-tab-2:before {
          display: none; }

  /* MOBILE VIEW END --------*/ }
.stickyHeaderAndSidebar {
  min-width: 100%; }
  .stickyHeaderAndSidebar .sticky-header {
    min-width: 100%;
    z-index: 3; }
  .stickyHeaderAndSidebar .sticky-sidebar {
    width: 200px;
    max-width: 200px;
    z-index: 2;
    position: sticky;
    left: 0;
    border-right: 1px solid #b5b5b5;
    z-index: 2;
    background-color: #fefefe;
    flex-shrink: 0; }
  .stickyHeaderAndSidebar .sticky-corner {
    width: 200px;
    position: sticky;
    left: 0;
    top: 0;
    border-right: 1px solid #b5b5b5;
    z-index: 4;
    flex-shrink: 0;
    background-color: #fefefe; }
  .stickyHeaderAndSidebar .sticky-cell {
    position: sticky;
    left: 0;
    align-self: stretch;
    border-right: 1px solid #b5b5b5;
    z-index: 2; }
  .stickyHeaderAndSidebar .empty-list-sign {
    margin: 0 auto;
    align-self: center;
    text-align: center;
    padding: 0 12px;
    padding-top: 24px; }

.sticky-header-js {
  position: relative; }

.special-table-container {
  max-height: calc( 100vh - 290px ); }

table.table-style {
  min-width: 100%;
  border-collapse: inherit; }
  table.table-style thead tr td, table.table-style thead tr th {
    border: 1px solid #b5b5b5;
    padding: 8px 6px;
    border-left: 0;
    border-top: 0; }
    table.table-style thead tr td:last-child, table.table-style thead tr th:last-child {
      border-right: 0; }
  table.table-style tbody tr td {
    border: 1px solid #b5b5b5;
    padding: 8px 10px;
    white-space: nowrap;
    border-left: 0;
    border-top: 0; }
    table.table-style tbody tr td:last-child {
      border-right: 0; }
    table.table-style tbody tr td.input-cell {
      height: 30px;
      padding: 0; }
      table.table-style tbody tr td.input-cell input {
        margin: 0px 0px 0px 0px;
        height: 100%;
        border: 0;
        border-radius: 0; }
      table.table-style tbody tr td.input-cell .input-container {
        height: 30px; }
    table.table-style tbody tr td.selected {
      background-color: #1888d2 !important;
      color: #fefefe; }
    table.table-style tbody tr td.link-cell {
      border: 0;
      padding: 8px 10px; }
      table.table-style tbody tr td.link-cell a {
        padding: 8px 0px;
        color: #1888d2; }
        table.table-style tbody tr td.link-cell a span {
          display: none; }
        table.table-style tbody tr td.link-cell a:hover {
          color: #58a8dc; }
          table.table-style tbody tr td.link-cell a:hover span {
            display: inline-block; }
  table.table-style tbody tr:last-child {
    border-bottom: 0; }
    table.table-style tbody tr:last-child td {
      border-bottom: 0; }
  table.table-style tbody tr.selected td {
    background-color: #1888d2 !important;
    color: #fefefe; }
  table.table-style tbody tr:hover {
    background-color: #e2ebf1 !important; }
  table.table-style tbody tr:nth-child(odd) {
    background-color: #F2F2F2; }

.tablelike .tablelike-row {
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5; }
  .tablelike .tablelike-row:nth-child(even) {
    background-color: #e9e9e9; }
  .tablelike .tablelike-row:first-child {
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    /* @include border-top-right-radius(); */
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tablelike .tablelike-row:last-child {
    border-bottom: 1px solid #b5b5b5;
    /* @include border-bottom-left-radius(); */
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    /* @include border-bottom-right-radius(); */
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .tablelike .tablelike-row .tablelike-cell {
    border-right: 1px solid #b5b5b5;
    padding: 3px 5px; }
    .tablelike .tablelike-row .tablelike-cell:last-child {
      border-right: 0; }

.table-sticky-scrollable-container {
  position: relative; }

.table-sticky-scrollable {
  position: relative;
  min-width: 100%; }
  .table-sticky-scrollable thead {
    position: sticky;
    top: -1px;
    left: 0;
    right: 0; }
  .table-sticky-scrollable tbody {
    background-color: #fefefe; }
    .table-sticky-scrollable tbody tr:nth-child(odd) {
      background-color: #F2F2F2; }
    .table-sticky-scrollable tbody tr:nth-child(even) {
      background-color: #fefefe; }

#momContainer {
  overflow: scroll;
  overflow-x: hidden;
  max-width: 100vw; }

#momUserLis {
  max-height: 300px; }

#project-minutes-table-container {
  min-height: 60%; }

.table-scrollable {
  overflow: scroll;
  overflow-x: hidden; }
  .table-scrollable .f1 {
    flex: 1; }
  .table-scrollable .f2 {
    flex: 2; }
  .table-scrollable .f3 {
    flex: 3; }
  .table-scrollable .f4 {
    flex: 4; }
  .table-scrollable .f5 {
    flex: 5; }
  .table-scrollable .table-header {
    position: sticky;
    z-index: 1;
    top: 0px;
    background-color: #1888d2; }
    .table-scrollable .table-header.button-gap {
      padding-right: 58px; }
    .table-scrollable .table-header .table-header-cell {
      background-color: #1888d2;
      color: #fefefe;
      text-align: center;
      min-height: 26px;
      border-right: 1px solid #b5b5b5;
      border-bottom: 1px solid #b5b5b5;
      padding: 6px 0;
      line-height: 13px;
      text-align: center;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      font-weight: bold;
      font-size: 12px;
      /* Sortable Icons */ }
      .table-scrollable .table-header .table-header-cell span {
        text-align: center; }
      .table-scrollable .table-header .table-header-cell.filler {
        width: 16px; }
      .table-scrollable .table-header .table-header-cell.filler-2 {
        width: 47px;
        min-width: 47px; }
      .table-scrollable .table-header .table-header-cell.button-cell {
        width: 29px; }
      .table-scrollable .table-header .table-header-cell.button-cell-2 {
        width: 58px; }
      .table-scrollable .table-header .table-header-cell.sorterColumn:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        display: inline;
        margin-right: 2px;
        content: "\f0dc";
        color: #b5b5b5; }
      .table-scrollable .table-header .table-header-cell.sorterColumn.sortup:before {
        content: "\f0de";
        color: #333333; }
      .table-scrollable .table-header .table-header-cell.sorterColumn.sortdown:before {
        content: "\f0dd";
        color: #333333; }
  .table-scrollable .table-body.ui-sortable,
  .table-scrollable .table-body .ui-sortable {
    background-color: #b5b5b5; }
  .table-scrollable .table-body .table-row.ui-sortable-helper {
    border-top: 1px solid #b5b5b5; }
  .table-scrollable .table-body .table-row.expired {
    color: #fefefe; }
    .table-scrollable .table-body .table-row.expired .table-cell {
      background-color: #ee5050 !important; }
      .table-scrollable .table-body .table-row.expired .table-cell a {
        color: #fefefe; }
  .table-scrollable .table-body .table-row.task .table-cell {
    background-color: #f7d15b !important; }
  .table-scrollable .table-body .table-row.done .table-cell {
    background-color: #74c574 !important; }
  .table-scrollable .table-body .table-row .table-cell {
    text-align: center;
    min-height: 26px;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    padding: 6px 0;
    line-height: 13px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
    box-sizing: border-box;
    font-size: 14px; }
    .table-scrollable .table-body .table-row .table-cell .table-button {
      height: 100%;
      width: 100%;
      text-align: center;
      background-color: #1888d2;
      color: #fefefe;
      padding: 6px 0;
      margin: -6px 0; }
      .table-scrollable .table-body .table-row .table-cell .table-button:hover {
        background-color: #58a8dc; }
    .table-scrollable .table-body .table-row .table-cell .table-disabled-button {
      height: 100%;
      width: 100%;
      text-align: center;
      background-color: #797979;
      color: #fefefe;
      padding: 6px 0;
      margin: -6px 0; }
    .table-scrollable .table-body .table-row .table-cell .table-delete-button {
      height: 100%;
      width: 100%;
      text-align: center;
      background-color: #ee5050;
      color: #fefefe;
      padding: 6px 0;
      margin: -6px 0; }
      .table-scrollable .table-body .table-row .table-cell .table-delete-button:hover {
        background-color: #f17f7f; }
    .table-scrollable .table-body .table-row .table-cell.button-cell {
      width: 29px; }
    .table-scrollable .table-body .table-row .table-cell.button-cell-2 {
      width: 58px; }
    .table-scrollable .table-body .table-row .table-cell pre,
    .table-scrollable .table-body .table-row .table-cell span {
      width: 100%;
      text-align: center;
      display: block;
      box-sizing: border-box;
      padding: 0 3px;
      line-height: 16px; }
      .table-scrollable .table-body .table-row .table-cell pre.disabledText,
      .table-scrollable .table-body .table-row .table-cell span.disabledText {
        color: #b5b5b5;
        font-style: italic; }
      .table-scrollable .table-body .table-row .table-cell pre.text-left,
      .table-scrollable .table-body .table-row .table-cell span.text-left {
        text-align: left; }
    .table-scrollable .table-body .table-row .table-cell .editor {
      display: none;
      height: 100%;
      width: 100%; }
    .table-scrollable .table-body .table-row .table-cell.editor-view {
      position: relative; }
      .table-scrollable .table-body .table-row .table-cell.editor-view .editor {
        position: absolute;
        z-index: 2;
        display: block;
        height: 100%;
        width: 100%;
        background-color: #e2ebf1; }
        .table-scrollable .table-body .table-row .table-cell.editor-view .editor input,
        .table-scrollable .table-body .table-row .table-cell.editor-view .editor select,
        .table-scrollable .table-body .table-row .table-cell.editor-view .editor textarea {
          width: 100%;
          height: 100%;
          max-height: 100%;
          min-height: 24px;
          border: 0;
          background-color: #e2ebf1;
          box-shadow: none; }
        .table-scrollable .table-body .table-row .table-cell.editor-view .editor textarea {
          padding: 6px 3px;
          overflow: hidden;
          line-height: 16px; }
  .table-scrollable .table-body .table-row.new-line .table-cell.new-line-difference {
    border-right: 0;
    padding-right: 1px; }
  .table-scrollable .table-body .table-row:nth-child(even) .table-cell {
    background-color: #ddd; }
  .table-scrollable .table-body .table-row:nth-child(odd) .table-cell {
    background-color: #fefefe; }
  .table-scrollable .table-body .addNewLineButton-container,
  .table-scrollable .table-body #addNewLineButton-container {
    position: relative; }
    .table-scrollable .table-body .addNewLineButton-container .addNewLineButton,
    .table-scrollable .table-body #addNewLineButton-container .addNewLineButton {
      padding: 12px 0;
      text-align: center;
      background-color: #00628D;
      color: #fefefe;
      border: 0;
      outline-width: 0; }
      .table-scrollable .table-body .addNewLineButton-container .addNewLineButton:hover,
      .table-scrollable .table-body #addNewLineButton-container .addNewLineButton:hover {
        background-color: #58a8dc; }
      .table-scrollable .table-body .addNewLineButton-container .addNewLineButton:disabled,
      .table-scrollable .table-body #addNewLineButton-container .addNewLineButton:disabled {
        background-color: #b5b5b5; }

/* Not scrollable ------------------------------------ */
.table-body .f1 {
  flex: 1; }
.table-body .f2 {
  flex: 2; }
.table-body .f3 {
  flex: 3; }
.table-body .f4 {
  flex: 4; }
.table-body .f5 {
  flex: 5; }
.table-body .table-row.expired {
  color: #fefefe; }
  .table-body .table-row.expired .table-cell {
    background-color: #ee5050 !important; }
    .table-body .table-row.expired .table-cell a {
      color: #fefefe; }
.table-body .table-row.task .table-cell {
  background-color: #f7d15b !important; }
.table-body .table-row.done .table-cell {
  background-color: #74c574 !important; }
.table-body .table-row .table-cell {
  text-align: center;
  min-height: 26px;
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  padding: 6px 0;
  line-height: 13px;
  overflow: hidden;
  align-items: center;
  display: flex;
  box-sizing: border-box;
  font-size: 14px; }
  .table-body .table-row .table-cell .table-button {
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #1888d2;
    color: #fefefe;
    padding: 6px 0;
    margin: -6px 0; }
    .table-body .table-row .table-cell .table-button:hover {
      background-color: #58a8dc; }
  .table-body .table-row .table-cell .table-delete-button {
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #ee5050;
    color: #fefefe;
    padding: 6px 0;
    margin: -6px 0; }
    .table-body .table-row .table-cell .table-delete-button:hover {
      background-color: #f17f7f; }
  .table-body .table-row .table-cell.button-cell {
    width: 29px; }
  .table-body .table-row .table-cell.button-cell-2 {
    width: 58px; }
  .table-body .table-row .table-cell pre,
  .table-body .table-row .table-cell span {
    width: 100%;
    text-align: center;
    display: block;
    box-sizing: border-box;
    padding: 0 3px;
    line-height: 16px; }
    .table-body .table-row .table-cell pre.disabledText,
    .table-body .table-row .table-cell span.disabledText {
      color: #b5b5b5;
      font-style: italic; }
    .table-body .table-row .table-cell pre.text-left,
    .table-body .table-row .table-cell span.text-left {
      text-align: left; }
  .table-body .table-row .table-cell .editor {
    display: none;
    height: 100%;
    width: 100%; }
  .table-body .table-row .table-cell.editor-view {
    position: relative; }
    .table-body .table-row .table-cell.editor-view .editor {
      position: absolute;
      z-index: 2;
      display: block;
      height: 100%;
      width: 100%;
      background-color: #e2ebf1; }
      .table-body .table-row .table-cell.editor-view .editor input,
      .table-body .table-row .table-cell.editor-view .editor select,
      .table-body .table-row .table-cell.editor-view .editor textarea {
        width: 100%;
        height: 100%;
        max-height: 100%;
        min-height: 24px;
        border: 0;
        background-color: #e2ebf1;
        box-shadow: none; }
      .table-body .table-row .table-cell.editor-view .editor textarea {
        padding: 6px 3px;
        overflow: hidden;
        line-height: 16px; }
.table-body .table-row.new-line .table-cell.new-line-difference {
  border-right: 0;
  padding-right: 1px; }
.table-body .table-row:nth-child(even) .table-cell {
  background-color: #ddd; }
.table-body #addNewLineButton-container {
  position: relative; }
  .table-body #addNewLineButton-container .addNewLineButton {
    padding: 12px 0;
    text-align: center;
    background-color: #00628D;
    color: #fefefe;
    border: 0;
    outline-width: 0; }
    .table-body #addNewLineButton-container .addNewLineButton:hover {
      background-color: #58a8dc; }
    .table-body #addNewLineButton-container .addNewLineButton:disabled {
      background-color: #b5b5b5; }

/*  table row */
.table-row.expired {
  color: #fefefe; }
  .table-row.expired .table-cell {
    background-color: #ee5050 !important; }
    .table-row.expired .table-cell a {
      color: #fefefe; }
.table-row.task .table-cell {
  background-color: #f7d15b !important; }
.table-row.done .table-cell {
  background-color: #74c574 !important; }
.table-row .table-cell {
  text-align: center;
  min-height: 26px;
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  padding: 6px 0;
  line-height: 13px;
  overflow: hidden;
  align-items: center;
  display: flex;
  box-sizing: border-box;
  font-size: 14px; }
  .table-row .table-cell .table-button {
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #1888d2;
    color: #fefefe;
    padding: 6px 0;
    margin: -6px 0; }
    .table-row .table-cell .table-button:hover {
      background-color: #58a8dc; }
  .table-row .table-cell .table-delete-button {
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #ee5050;
    color: #fefefe;
    padding: 6px 0;
    margin: -6px 0; }
    .table-row .table-cell .table-delete-button:hover {
      background-color: #f17f7f; }
  .table-row .table-cell.button-cell {
    width: 29px; }
  .table-row .table-cell.button-cell-2 {
    width: 58px; }
  .table-row .table-cell pre,
  .table-row .table-cell span {
    width: 100%;
    text-align: center;
    display: block;
    box-sizing: border-box;
    padding: 0 3px;
    line-height: 16px; }
    .table-row .table-cell pre.disabledText,
    .table-row .table-cell span.disabledText {
      color: #b5b5b5;
      font-style: italic; }
    .table-row .table-cell pre.text-left,
    .table-row .table-cell span.text-left {
      text-align: left; }
  .table-row .table-cell .editor {
    display: none;
    height: 100%;
    width: 100%; }
  .table-row .table-cell.editor-view {
    padding: 0; }
    .table-row .table-cell.editor-view span {
      display: none; }
    .table-row .table-cell.editor-view .editor {
      display: block;
      height: 100%;
      width: 100%;
      background-color: #e2ebf1; }
      .table-row .table-cell.editor-view .editor input,
      .table-row .table-cell.editor-view .editor select,
      .table-row .table-cell.editor-view .editor textarea {
        width: 100%;
        height: 100%;
        max-height: 100%;
        min-height: 24px;
        border: 0;
        background-color: #e2ebf1;
        box-shadow: none; }
.table-row.new-line .table-cell.new-line-difference {
  border-right: 0;
  padding-right: 1px; }

/* Opanable Thinf  */
.openable-block-container {
  position: relative;
  overflow: hidden; }
  .openable-block-container .openable-block {
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0;
    position: absolute;
    /* @include transition(); */
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    border-left: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
    background-color: #fefefe; }
    .openable-block-container .openable-block.open {
      left: 0%; }
    .openable-block-container .openable-block.closed {
      left: 100%; }
    .openable-block-container .openable-block .openable-block-button {
      position: absolute;
      top: 50%;
      height: 100px;
      width: 56px;
      text-align: center;
      margin-top: -50px;
      left: -28px;
      background-color: #1888d2;
      color: #fefefe;
      line-height: 100px;
      -webkit-border-radius: 9px;
      -moz-border-radius: 9px;
      border-radius: 9px;
      cursor: pointer;
      opacity: 1; }
    .openable-block-container .openable-block .openable-block-content {
      height: 100%;
      overflow: hidden;
      border-bottom: 1px solid #b5b5b5; }
    .openable-block-container .openable-block.half-block {
      width: 50%; }
      .openable-block-container .openable-block.half-block.open {
        left: 50%; }
      .openable-block-container .openable-block.half-block.closed {
        left: 100%; }

/* TABLET And MOBILE VIEW --------*/
@media only screen and (max-width: 1024px) {
  .table-scrollable .table-header {
    padding-right: 0;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: hidden; }
    .table-scrollable .table-header .f2 {
      min-width: 160px; }
    .table-scrollable .table-header .table-header-cell {
      min-width: 40px; }
      .table-scrollable .table-header .table-header-cell.f1 {
        min-width: 80px; }
      .table-scrollable .table-header .table-header-cell.f2 {
        min-width: 160px; }
      .table-scrollable .table-header .table-header-cell.f3 {
        min-width: 240px; }
      .table-scrollable .table-header .table-header-cell.f4 {
        min-width: 240px; }
      .table-scrollable .table-header .table-header-cell.filler-2 {
        width: 56px;
        min-width: 56px; }
    .table-scrollable .table-header.button-gap {
      padding-right: 58px; }
  .table-scrollable .table-body {
    overflow: scroll; }
    .table-scrollable .table-body .table-row .table-cell {
      min-width: 40px; }
      .table-scrollable .table-body .table-row .table-cell.f1 {
        min-width: 80px; }
      .table-scrollable .table-body .table-row .table-cell.f3 {
        min-width: 240px; }
      .table-scrollable .table-body .table-row .table-cell.f4 {
        min-width: 240px; }

  /* /TABLET And MOBILE VIEW END --------*/ }
/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #tableContainer-view {
    height: 100%; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW --------*/
@media only screen and (max-width: 767px) {
  #momContainer {
    overflow: scroll;
    overflow-x: hidden; }

  #momUserLis {
    width: calc( 100vw - 24px ); }

  #tableContainer-view {
    height: 100%; }

  .openable-block-container .openable-block.half-block {
    width: 100%; }
    .openable-block-container .openable-block.half-block.open {
      left: 0%; }
    .openable-block-container .openable-block.half-block.closed {
      left: 100%; }

  #project-data .button-input-group {
    min-width: 200px; }

  #mom-form-collapse-block {
    height: 300px;
    overflow: scroll;
    overflow-x: hidden; }

  #project-minutes-table {
    min-height: 300px; }

  #momContainer {
    overflow: scroll;
    overflow-x: hidden; }

  #momView {
    min-height: 300px; }

  /*MOBILE VIEW END --------*/ }
/*//////////////////////////////////////////
/// UI ELEMENTS ////////////////////////////
//////////////////////////////////////////// */
/*////////////////////////////////////
/// THEME COLORS /////////////////////
/////////////////////////////////// */
/*
    CSS PREFIXES ///////////////////////////////////////////////////////////////
*/
/* CSS3 Styles ---------------------------------- */
/* BorderBox ---------------------------------- */
/* border radius ---------------------------*/
/* box shadow ---------------------------*/
/* Transision (Animation) ---------------------------- */
/* Transform ---------------------------- */
/* Transform ---------------------------- */
/* FLEX ------------------------------------ */
/* flex boxes ---------------------------*/
/* flex elements------------------------- */
/* The mian color ---------------------------------------- */
/* Main */
/*  Main Color Light Background */
/* Secondary */
/* orange ---------------------*/
/* Background */
/* DOC ---------------------*/
/* Background */
/* Project ---------------------*/
/* Background */
/* Green -----*/
/* Background */
/* Black And White --------------------------------------- */
/* Greys ------------------------------------------------- */
/* Mostly Used*/
/* Other Colors ------------------------------------------ */
/* Red -----*/
/* Yellow -----*/
/* Green -----*/
/* Border ------------------------------------------ */
/* SHADOWS --------------------------*/
/* Small Shadow */
/* Purple -----*/
/* Fonts ----------------------*/
/*
    CSS PREFIXES ///////////////////////////////////////////////////////////////
*/
/* CSS3 Styles ---------------------------------- */
/* BorderBox ---------------------------------- */
/* border radius ---------------------------*/
/* box shadow ---------------------------*/
/* Transision (Animation) ---------------------------- */
/* Transform ---------------------------- */
/* Transform ---------------------------- */
/* FLEX ------------------------------------ */
/* flex boxes ---------------------------*/
/* flex elements------------------------- */
.mobile-menu-icon {
  display: none; }

/* Main Operators */
.visibleDisplay {
  display: block; }

.hiddenDisplay {
  display: none !important; }

.disabled {
  color: #b5b5b5;
  background-color: #F2F2F2; }

/* 
Styles ----------------------------------
*/
/*- COLORS ----------------------------*/
.theme-color {
  color: #1888d2; }

.theme-color-secondary {
  color: #00628D; }

/*- BACKGROUND COLORS ----------------------------*/
.theme-backgroundcolor {
  color: #fefefe;
  background-color: #1888d2; }

.theme-backgroundcolor-secondary {
  color: #fefefe;
  background-color: #00628D; }

.text-red {
  color: #ee5050; }

/*- SHADOWS --------------------------*/
.theme-shadow-small {
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2); }

.theme-shadow {
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3); }

.theme-shadow-big {
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3); }

/* LINKS  ----------------------------*/
.link-italic {
  font-style: italic;
  color: #1888d2;
  font-weight: 500;
  display: inline-block; }

/* Lines / Borders --------------------- */
.line {
  height: 0px;
  width: 100%;
  border-top: 1px solid #b5b5b5; }

.b-t,
.t-border {
  border-top: 1px solid #b5b5b5; }

.b-r,
.r-border {
  border-right: 1px solid #b5b5b5; }

.b-l,
.l-border {
  border-left: 1px solid #b5b5b5; }

.b-b,
.b-border {
  border-bottom: 1px solid #b5b5b5; }

/* Tile Menu ----------------- */
.bg-orange,
.bg-grey,
.bg-green,
.bg-blue01,
.bg-blue02,
.bg-blue03 {
  /* @include border-radius(); */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.bg-orange {
  background: url(../img/tile/orange.jpg) no-repeat;
  background-position: center;
  background-size: cover; }

.bg-grey {
  background: url(../img/tile/grey.jpg) no-repeat;
  background-position: center;
  background-size: cover; }

.bg-green {
  background: url(../img/tile/green.jpg) no-repeat;
  background-position: center;
  background-size: cover; }

.bg-blue01 {
  background: url(../img/tile/blue01.jpg) no-repeat;
  background-position: center;
  background-size: cover; }

.bg-blue02 {
  background: url(../img/tile/blue02.jpg) no-repeat;
  background-position: center;
  background-size: cover; }

.bg-blue03 {
  background: url(../img/tile/blue03.jpg) no-repeat;
  background-position: center;
  background-size: cover; }

.tile-simple {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  /* @include border-radius(); */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fefefe;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  background-color: #1888d2; }
  .tile-simple:hover {
    background-color: #1374b4; }
  .tile-simple .tile-title-container {
    height: 85px;
    padding: 0 6px 6px 6px; }
    .tile-simple .tile-title-container .tile-title {
      width: 100%;
      font-weight: 500;
      font-size: 18px;
      text-align: center; }

.tile {
  background-color: rgba(255, 255, 255, 0);
  height: 180px;
  width: 100%;
  /* @include border-radius(); */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fefefe;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4); }
  .tile:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .tile .widget {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: 18px;
    background-color: #ee5050;
    color: #fefefe;
    border-radius: 12px;
    padding: 4px 5px 4px 4px;
    font-size: 18px;
    font-weight: bold;
    min-width: 26px;
    text-align: center; }
  .tile .tile-icon {
    width: 100%;
    height: 95px;
    text-align: center;
    font-size: 60px;
    line-height: 120px; }
  .tile .tile-title-container {
    height: 85px;
    padding: 0 6px 6px 6px;
    width: 100%; }
    .tile .tile-title-container .tile-title {
      width: 100%;
      font-weight: 500;
      font-size: 24px;
      text-align: center; }
  .tile.tile-vertical .tile-icon {
    width: 100px;
    text-align: center;
    line-height: 180px;
    height: auto; }
  .tile.tile-vertical .tile-title-container {
    height: 100%;
    padding: 6px 6px 6px 0;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .tile.tile-vertical .tile-title-container .tile-title {
      width: 100%;
      font-size: 16px;
      text-align: center; }
    .tile.tile-vertical .tile-title-container .tile-username {
      width: 100%;
      font-weight: 500;
      font-size: 18px;
      text-align: left;
      margin-bottom: 6px; }
    .tile.tile-vertical .tile-title-container .tile-usergroup {
      width: 100%;
      font-weight: 400;
      font-size: 14px;
      text-align: left;
      margin-bottom: 6px; }
    .tile.tile-vertical .tile-title-container .tile-userlink {
      width: 100%;
      font-weight: 500;
      font-size: 16px;
      text-align: left;
      color: #fefefe; }

.tile2 {
  background-color: rgba(255, 255, 255, 0);
  height: 170px;
  width: 100%;
  /* @include border-radius(); */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fefefe;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4); }
  .tile2:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .tile2 .widget {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: 18px;
    background-color: #ee5050;
    color: #fefefe;
    border-radius: 12px;
    padding: 4px 5px 4px 4px;
    font-size: 18px;
    font-weight: bold;
    min-width: 26px;
    text-align: center; }
  .tile2 .tile2-icon {
    width: 100%;
    height: 100px;
    text-align: center;
    font-size: 48px;
    line-height: 120px; }
  .tile2 .tile2-title-container {
    height: 70px;
    padding: 0 6px 16px 6px; }
    .tile2 .tile2-title-container .tile2-title {
      width: 100%;
      font-weight: 500;
      font-size: 14px;
      text-align: center; }

/* TABLET And MOBILE VIEW --------*/
@media only screen and (max-width: 1024px) {
  /* /TABLET And MOBILE VIEW END --------*/ }
/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tile {
    height: 120px; }
    .tile .tile-icon {
      height: 65px;
      font-size: 48px;
      line-height: 80px; }
    .tile .tile-title-container {
      height: 55px; }
      .tile .tile-title-container .tile-title {
        font-size: 18px; }
    .tile .widget {
      top: 10px;
      margin-left: 15px;
      padding: 4px 5px;
      font-size: 16px;
      min-width: 24px;
      line-height: 15px; }
    .tile.tile-vertical .tile-icon {
      height: 65px;
      font-size: 48px;
      line-height: 80px;
      width: 100%; }
    .tile.tile-vertical .tile-title-container {
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      .tile.tile-vertical .tile-title-container .tile-title {
        width: 100%;
        font-size: 16px; }
      .tile.tile-vertical .tile-title-container .tile-username {
        font-size: 18px;
        margin-bottom: 6px; }
      .tile.tile-vertical .tile-title-container .tile-usergroup {
        font-size: 14px;
        margin-bottom: 6px; }
      .tile.tile-vertical .tile-title-container .tile-userlink {
        font-weight: 500;
        color: #fefefe; }

  .tile2 {
    height: 90px; }
    .tile2 .tile2-icon {
      height: 56px;
      font-size: 30px;
      line-height: 60px; }
    .tile2 .tile2-title-container {
      height: 34px;
      padding: 0 6px 6px 6px; }
      .tile2 .tile2-title-container .tile2-title {
        font-size: 14px; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW --------*/
@media only screen and (max-width: 767px) {
  .tile {
    height: 72px; }
    .tile .tile-icon {
      height: 40px;
      font-size: 30px;
      line-height: 46px; }
    .tile .tile-title-container {
      height: 32px;
      padding: 0 3px 3px 3px; }
      .tile .tile-title-container .tile-title {
        font-size: 10px; }
    .tile .widget {
      top: 3px;
      margin-left: 12px;
      padding: 2px 5px 2px 4px;
      font-size: 14px;
      min-width: 20px;
      line-height: 15px; }
    .tile.tile-vertical .tile-icon {
      width: 80px;
      line-height: 72px; }
    .tile.tile-vertical .tile-title-container {
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      .tile.tile-vertical .tile-title-container .tile-title {
        width: 100%;
        font-size: 16px; }
      .tile.tile-vertical .tile-title-container .tile-username {
        font-size: 16px;
        margin-bottom: 3px; }
      .tile.tile-vertical .tile-title-container .tile-usergroup {
        font-size: 12px;
        margin-bottom: 3px; }
      .tile.tile-vertical .tile-title-container .tile-userlink {
        font-size: 12px;
        font-weight: 500; }

  .tile2 {
    height: 110px; }
    .tile2 .tile2-icon {
      height: 62px;
      font-size: 40px;
      line-height: 62px; }
    .tile2 .tile2-title-container {
      height: 48px;
      padding: 0 3px 3px 3px; }
      .tile2 .tile2-title-container .tile2-title {
        font-size: 14px; }
    .tile2 .widget {
      top: 3px;
      margin-left: 12px;
      padding: 2px 5px 2px 4px;
      font-size: 14px;
      min-width: 20px;
      line-height: 15px; }

  #TileMenu .third {
    height: 30%;
    min-height: 100px; }
    #TileMenu .third .fullobject {
      height: 100%; }
      #TileMenu .third .fullobject .tile {
        height: 100%; }
        #TileMenu .third .fullobject .tile .widget {
          top: 30%; }

  /*MOBILE VIEW END --------*/ }
/* --- DropZone Style ---------------------------------------- */
.zone {
  width: 100%;
  min-height: 148px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #b5b5b5;
  text-align: center;
  /* @include transition(); */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5; }
  .zone .btnCompression .active {
    background: #EB6A5A;
    color: #fefefe; }
  .zone i {
    text-align: center;
    font-size: 10em;
    color: #fff;
    margin-top: 50px; }
  .zone label, .zone input {
    cursor: pointer;
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    /* @include border-radius(); */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .zone label {
    background: #fff;
    color: #EB6A5A;
    display: inline-block;
    font-size: 1.2em;
    line-height: 50px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    /* @include transform(); */
    -webkit-transform: uppercase;
    -moz-transform: uppercase;
    -ms-transform: uppercase;
    -o-transform: uppercase;
    transform: uppercase;
    font-weight: 400;
    /* @include box-shadow(); */
    -webkit-box-shadow: 0 1px 1px gray;
    -moz-box-shadow: 0 1px 1px gray;
    box-shadow: 0 1px 1px gray; }
  .zone input[type=file] {
    opacity: 0; }
  .zone #errorImageContainer {
    padding: 18px 12px 0 12px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    /* @include flex-wrap(); */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* @include align-content(); */
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    min-height: 128px; }
    .zone #errorImageContainer .selectFile {
      z-index: 0;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px; }
      .zone #errorImageContainer .selectFile label {
        display: none; }
      .zone #errorImageContainer .selectFile:before {
        content: "\f093";
        display: block;
        width: 100%;
        height: 100%;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 73px;
        text-align: center;
        line-height: 150px;
        color: #aecfe4; }
      .zone #errorImageContainer .selectFile #errorImageUpload {
        opacity: 0;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0; }
    .zone #errorImageContainer .dz-preview {
      z-index: 1;
      width: 20%;
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0px 12px;
      margin-bottom: 18px;
      position: relative;
      min-width: 136px; }
      .zone #errorImageContainer .dz-preview .dz-image {
        width: 100%;
        border: 1px solid #b5b5b5;
        /* @include border-radius(); */
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        width: 108px;
        height: 106px;
        margin: auto;
        overflow: hidden; }
        .zone #errorImageContainer .dz-preview .dz-image img {
          margin-left: -50%;
          left: 25%;
          position: relative;
          width: auto;
          min-width: 100%;
          height: 100%; }
      .zone #errorImageContainer .dz-preview .dz-remove {
        left: 50%;
        margin-left: 18px;
        position: absolute;
        width: 24px;
        height: 24px;
        text-align: center;
        top: 6px;
        background-color: #ee5050;
        padding: 3px;
        /* @include border-radius(); */
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        opacity: 0.8;
        display: none; }
        .zone #errorImageContainer .dz-preview .dz-remove:before {
          content: "\f1f8";
          display: block;
          width: 100%;
          height: 100%;
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          font-size: 24px;
          line-height: 23px;
          color: #fefefe; }
      .zone #errorImageContainer .dz-preview:hover .dz-remove {
        display: block; }

/* --- / DropZone Style ---------------------------------------- */
/*MOBILE VIEW --------*/
@media only screen and (max-width: 767px) {
  .zone {
    min-height: 72px; }
    .zone #errorImageContainer {
      min-height: 50px; }
      .zone #errorImageContainer .selectFile:before {
        font-size: 36px;
        line-height: 72px; }

  /*MOBILE VIEW END --------*/ }
.windowBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  /* @include flexbox();*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* @include align-items(); */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /* @include justify-content(); */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  /* @include align-content(); */
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center; }
  .windowBg.visibleDisplay {
    /* @include flexbox();*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .windowBg.hiddenDisplay {
    display: none !important; }
  .windowBg.windowBgAutocomplete {
    z-index: 3; }

.window {
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 15px;
  border: 0;
  background-color: none;
  /* @include flexbox();*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* @include flex-direction(); */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 100;
  left: calc(50% - 425px);
  top: calc(50% - 325px);
  width: 850px;
  height: auto;
  max-height: 100%;
  max-width: 100%; }
  .window.window-w-xs {
    width: 400px;
    left: calc(50% - 200px); }
  .window .window-w-s {
    width: 600px;
    left: calc(50% - 300px); }
  .window .window-w-m {
    width: 800px;
    left: calc(50% - 400px); }
  .window .window-w-l {
    width: 1000px;
    left: calc(50% - 500px); }
  .window .window-w-xxl {
    width: 100%;
    left: 0;
    right: 0; }
  .window.window-h-xs {
    height: 300px;
    top: calc(50% - 150px); }
  .window .window-h-s {
    height: 450px;
    top: calc(50% - 235px); }
  .window .window-h-m {
    height: 600px;
    top: calc(50% - 300px); }
  .window .window-h-l {
    height: 750px;
    top: calc(50% - 375px); }
  .window .window-h-xxl {
    height: 100%;
    top: 0;
    bottom: 0; }
  .window .window-header {
    padding: 0 3px;
    cursor: all-scroll;
    width: 100%;
    color: #fefefe;
    box-sizing: border-box;
    /* @include border-top-right-radius(); */
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    background-color: #797979;
    z-index: 6666; }
    .window .window-header.header-color-orange {
      background-color: #F08100; }
    .window .window-header.header-color-blue {
      background-color: #1888d2; }
    .window .window-header.header-color-darkblue {
      background-color: #00628D; }
    .window .window-header .window-header-closeButton {
      padding: 3px;
      width: 28px;
      height: 28px;
      text-align: center;
      line-height: 26px;
      opacity: 1;
      cursor: default; }
      .window .window-header .window-header-closeButton:hover {
        opacity: 0.8; }
  .window .window-block,
  .window .window-content {
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    background-color: #F8F8F8; }
  .window .window-content {
    overflow: auto;
    overflow-x: hidden; }
  .window .window-footer {
    /* @include border-bottom-left-radius(); */
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    /* @include border-bottom-right-radius(); */
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    background-color: #F8F8F8; }

.growWindow.growWindow-open {
  z-index: 2;
  position: absolute;
  top: 5%;
  left: 5%;
  height: 90%;
  width: 90%;
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #b5b5b5; }
  .growWindow.growWindow-open .growWindow-openButton {
    display: none; }
  .growWindow.growWindow-open .growWindow-closeButton {
    display: block; }
  .growWindow.growWindow-open .growWindow-body {
    height: 100%; }
  .growWindow.growWindow-open .growWindow-flexobject {
    flex: 1; }
.growWindow .growWindow-closeButton {
  display: none; }

/*
    TEXT COLORS ---------------------------------------------------
*/
.color-black {
  color: #333333; }

.theme-bg-white {
  background-color: #fefefe !important; }

.theme-bg-cream {
  background-color: #f2f1ee; }

.theme-color-main {
  color: #1888d2; }

.theme-color-secondary {
  color: #00628D; }

/*Others*/
.theme-color-red {
  color: #ee5050 !important; }

.theme-color-red-dark {
  color: #990000 !important; }

.theme-bg-red {
  background-color: #ee5050 !important;
  color: #fefefe; }
  .theme-bg-red a {
    color: #fefefe !important; }

.theme-bg-red-light {
  background-color: #f17f7f !important;
  color: #fefefe; }

.theme-bg-red-light-bg {
  background-color: #f17f7f !important; }

.theme-bg-red-extralight {
  background-color: #eda1a1 !important; }

.theme-color-yellow {
  color: #F5BC17; }

.theme-bg-yellow {
  background-color: #F5BC17 !important;
  color: #fefefe; }

.theme-bg-yellow-light {
  background-color: #f5e2a8 !important; }

/*Greys*/
.theme-color-darkgrey-dark {
  color: #666; }

.theme-color-darkgrey {
  color: #A6A6A6; }

.theme-color-darkgrey-light {
  color: #6f6e6e; }

/* Mostly Used*/
.theme-color-grey-light {
  color: #ddd; }

.theme-color-grey {
  color: #b5b5b5 !important; }

.theme-color-grey-dark {
  color: #797979; }

.theme-color-lightgrey {
  color: #F2F2F2; }

.theme-color-lightgrey-light {
  color: #F8F8F8; }

.theme-bg-grey-dark {
  background-color: #797979 !important;
  color: #fefefe; }

.theme-bg-grey-main {
  background-color: #ddd !important;
  color: #1888d2; }

.theme-bg-grey-extralight {
  background-color: #e9e9e9 !important; }

.theme-bg-lightgrey-extralight {
  background-color: #F8F8F8 !important; }

.theme-bg-darkgrey {
  background-color: #A6A6A6 !important; }

/* Greens ---- */
.theme-color-green {
  color: #44bb44; }

.theme-color-green-light {
  color: #74c574; }

.theme-color-green-dark {
  color: #267d26 !important; }

/* background colors  */
.theme-bg-green {
  background-color: #44bb44 !important;
  color: #fefefe; }
  .theme-bg-green a {
    color: #fefefe; }

.theme-bg-green-light {
  background-color: #c5edc6 !important; }

.theme-save-light-bg {
  background-color: #74c574; }

.theme-yellow-light-bg {
  background-color: #f7d15b; }

/* Orange ------------*/
.theme-bg-orange {
  background-color: #F08100 !important;
  color: #fefefe; }
  .theme-bg-orange a {
    color: #fefefe; }

.theme-bg-orange-light {
  background-color: #f2a44a !important;
  color: #fefefe; }

.theme-bg-orange-extralight {
  background-color: #ffd6a6 !important; }

.theme-bg-orange-dark {
  background-color: #db7c0d !important;
  color: #fefefe; }

.theme-color-orange {
  color: #F08100; }

/* The mian color ---------------------------------------- */
/* Main */
.theme-bg-main {
  background-color: #1888d2 !important;
  color: #fefefe; }
  .theme-bg-main a {
    color: #fefefe !important; }

.theme-bg-main-light {
  background-color: #58a8dc !important;
  color: #fefefe; }

.theme-bg-main-extralight {
  background-color: #e2ebf1 !important;
  color: #333333; }

.theme-bg-main-extralighter {
  background-color: #bfd9ea !important;
  color: #333333; }

.theme-bg-main-superlight {
  background-color: #F3F6F8 !important;
  color: #333333; }

.theme-bg-main-dark {
  background-color: #1374b4 !important;
  color: #fefefe; }

/* Secondary */
.theme-bg-secondary {
  background-color: #00628D !important;
  color: #fefefe; }

.theme-bg-secondary-light {
  background-color: #0d75a2 !important; }

.theme-bg-secondary-dark {
  background-color: #003146 !important; }

/*** PURPLE ***/
.theme-bg-purple {
  background-color: #9066e8 !important;
  color: #fefefe; }

.theme-color-purple {
  color: #9066e8; }

/* #########################
### DOC COLOR ################*/
.theme-bg-doc {
  background-color: #16ba75 !important;
  color: #fefefe; }

.theme-bg-doc-extralight-dark {
  background-color: #7cceac !important; }

.theme-bg-doc-extralight-light {
  background-color: #d3ece2 !important; }

.theme-color-doc {
  color: #16ba75; }

.theme-color-doc-dark {
  color: #06854e; }

/* #########################
### PROJECT COLOR ################*/
.theme-bg-pr {
  background-color: #666 !important;
  color: #fefefe; }
  .theme-bg-pr a {
    color: #fefefe; }

.theme-bg-pr-hover {
  background-color: #666 !important;
  color: #fefefe; }
  .theme-bg-pr-hover:hover {
    background-color: #6f6e6e; }

.theme-color-pr-dark {
  color: #3d3d3d; }

.theme-color-pr-light {
  color: #A6A6A6; }

/* Backgrounds */
.theme-bg-dark {
  background-color: #90bdda !important;
  color: #fefefe; }

.theme-bg-light {
  background-color: #aecfe4 !important; }

.theme-bg-extralight {
  background-color: #e2ebf1 !important; }

/* Greys */
.theme-bg-grey {
  background-color: #b5b5b5 !important; }

.theme-bg-grey-dark {
  background-color: #797979 !important;
  color: #fefefe; }
  .theme-bg-grey-dark a {
    color: #fefefe !important; }

.theme-bg-grey-light {
  background-color: #ddd !important; }

/* Greys */
.theme-bg-grey-2 {
  background-color: #b5b5b5 !important;
  color: #fefefe; }

.theme-bg-lightgrey {
  background-color: #F2F2F2 !important; }

.theme-bg-lightgrey-light {
  background-color: #F8F8F8 !important; }

.theme-color-white {
  color: #fefefe !important; }

.projectStatus0 {
  color: #333333;
  text-shadow: 1px 1px 0px #aed8f1, -1px 1px 0px #aed8f1, -1px -1px 0px #aed8f1, 1px -1px 0px #aed8f1; }

.projectStatus1 {
  color: #333333;
  text-shadow: 1px 1px 0px #cbebca, -1px 1px 0px #cbebca, -1px -1px 0px #cbebca, 1px -1px 0px #cbebca; }

.projectStatus2 {
  color: #333333;
  text-shadow: 1px 1px 0px #efdba7, -1px 1px 0px #efdba7, -1px -1px 0px #efdba7, 1px -1px 0px #efdba7; }

.projectStatus3 {
  color: #333333;
  text-shadow: 1px 1px 0px #ebebeb, -1px 1px 0px #ebebeb, -1px -1px 0px #ebebeb, 1px -1px 0px #ebebeb; }

#projectsResults_0 .mainlist .mainlist-container.open .projectStatus0,
#projectsResults_0 .mainlist .mainlist-container.open .projectStatus1,
#projectsResults_0 .mainlist .mainlist-container.open .projectStatus2,
#projectsResults_0 .mainlist .mainlist-container.open .projectStatus3,
#projectsResults_1 .mainlist .mainlist-container.open .projectStatus0,
#projectsResults_1 .mainlist .mainlist-container.open .projectStatus1,
#projectsResults_1 .mainlist .mainlist-container.open .projectStatus2,
#projectsResults_1 .mainlist .mainlist-container.open .projectStatus3,
#projectsResults_2 .mainlist .mainlist-container.open .projectStatus0,
#projectsResults_2 .mainlist .mainlist-container.open .projectStatus1,
#projectsResults_2 .mainlist .mainlist-container.open .projectStatus2,
#projectsResults_2 .mainlist .mainlist-container.open .projectStatus3,
#projectsResults_3 .mainlist .mainlist-container.open .projectStatus0,
#projectsResults_3 .mainlist .mainlist-container.open .projectStatus1,
#projectsResults_3 .mainlist .mainlist-container.open .projectStatus2,
#projectsResults_3 .mainlist .mainlist-container.open .projectStatus3,
#activityList .mainlist .mainlist-container.open .projectStatus0,
#activityList .mainlist .mainlist-container.open .projectStatus1,
#activityList .mainlist .mainlist-container.open .projectStatus2,
#activityList .mainlist .mainlist-container.open .projectStatus3 {
  color: #fefefe !important;
  text-shadow: none !important; }

/*
//////////////////////////////////////////////////////////////////////////////////////
 Tipography Collector ////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
*/
/*////////////////////////////////////
/// THEME COLORS /////////////////////
/////////////////////////////////// */
/*
    CSS PREFIXES ///////////////////////////////////////////////////////////////
*/
/* CSS3 Styles ---------------------------------- */
/* BorderBox ---------------------------------- */
/* border radius ---------------------------*/
/* box shadow ---------------------------*/
/* Transision (Animation) ---------------------------- */
/* Transform ---------------------------- */
/* Transform ---------------------------- */
/* FLEX ------------------------------------ */
/* flex boxes ---------------------------*/
/* flex elements------------------------- */
/* The mian color ---------------------------------------- */
/* Main */
/*  Main Color Light Background */
/* Secondary */
/* orange ---------------------*/
/* Background */
/* DOC ---------------------*/
/* Background */
/* Project ---------------------*/
/* Background */
/* Green -----*/
/* Background */
/* Black And White --------------------------------------- */
/* Greys ------------------------------------------------- */
/* Mostly Used*/
/* Other Colors ------------------------------------------ */
/* Red -----*/
/* Yellow -----*/
/* Green -----*/
/* Border ------------------------------------------ */
/* SHADOWS --------------------------*/
/* Small Shadow */
/* Purple -----*/
/* Fonts ----------------------*/
/* 
======================================================================================================
----- Typo -------------------------------------------------------------------------------------------
======================================================================================================
*/
.blockMobileContext {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* ----------------------------------------------------------
ROBOTO font family ------------------------------------------ 
------------------------------------------------------------- */
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(../fonts/Roboto-ThinItalic.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(../fonts/Roboto-ThinItalic.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(../fonts/Roboto-LightItalic.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(../fonts/Roboto-LightItalic.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-LightItalic"), url(../fonts/Roboto-Light.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-LightItalic"), url(../fonts/Roboto-Light.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(../fonts/Roboto-Italic.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(../fonts/Roboto-Italic.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(../fonts/Roboto-MediumItalic.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(../fonts/Roboto-MediumItalic.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(../fonts/Roboto-BoldItalic.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(../fonts/Roboto-BoldItalic.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(../fonts/Roboto-BlackItalic.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(../fonts/Roboto-BlackItalic.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url(../fonts/Roboto-Thin.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url(../fonts/Roboto-Thin.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(../fonts/Roboto-Light.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(../fonts/Roboto-Light.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/Roboto-Regular.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/Roboto-Regular.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(../fonts/Roboto-Medium.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(../fonts/Roboto-Medium.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/Roboto-Bold.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/Roboto-Bold.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url(h../fonts/Roboto-Black.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url(../fonts/Roboto-Black.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* ----------------------------------------------------------
AVRO font family (logo)--------------------------------------
------------------------------------------------------------- */
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 700;
  src: local("Arvo Bold"), local("Arvo-Bold"), url(../fonts/logo/Arvo-Bold.ttf) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin */
@font-face {
  font-family: 'Audiowide';
  font-style: normal;
  font-weight: 400;
  src: local("Audiowide Regular"), local("Audiowide-Regular"), url(../fonts/logo/Audiowide-Regular.ttf) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: 'Prosto One';
  font-style: normal;
  font-weight: 400;
  src: local("Prosto One"), local("ProstoOne-Regular"), url(../fonts/logo/ProstoOne-Regular.ttf) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* 
======================================================================================================
----- Typo -------------------------------------------------------------------------------------------
======================================================================================================
*/
/*////////////////////////////////////
/// THEME COLORS /////////////////////
/////////////////////////////////// */
/*
    CSS PREFIXES ///////////////////////////////////////////////////////////////
*/
/* CSS3 Styles ---------------------------------- */
/* BorderBox ---------------------------------- */
/* border radius ---------------------------*/
/* box shadow ---------------------------*/
/* Transision (Animation) ---------------------------- */
/* Transform ---------------------------- */
/* Transform ---------------------------- */
/* FLEX ------------------------------------ */
/* flex boxes ---------------------------*/
/* flex elements------------------------- */
/* The mian color ---------------------------------------- */
/* Main */
/*  Main Color Light Background */
/* Secondary */
/* orange ---------------------*/
/* Background */
/* DOC ---------------------*/
/* Background */
/* Project ---------------------*/
/* Background */
/* Green -----*/
/* Background */
/* Black And White --------------------------------------- */
/* Greys ------------------------------------------------- */
/* Mostly Used*/
/* Other Colors ------------------------------------------ */
/* Red -----*/
/* Yellow -----*/
/* Green -----*/
/* Border ------------------------------------------ */
/* SHADOWS --------------------------*/
/* Small Shadow */
/* Purple -----*/
/* Fonts ----------------------*/
.whiteTextShadow {
  text-shadow: 0px 0px 3px #FFFFFF, 0px 0px 3px #FFFFFF, 0px 0px 3px #FFFFFF, 0px 0px 3px #FFFFFF; }

body {
  font-size: 100%;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #000; }

.font-size-xxl {
  font-size: 48px; }

.font-size-xl {
  font-size: 36px; }

.font-size-l {
  font-size: 28px; }

.font-size-m {
  font-size: 20px; }

.font-size-s {
  font-size: 14px; }

.font-size-xs {
  font-size: 12px; }

/* Aligns */
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-width: 0;
  display: inline-block; }
  .cut-text.dblock {
    display: block; }

.break-text {
  word-break: break-all; }

.whitespace-normal,
.break-line {
  white-space: normal !important; }

.nowrap,
.never-break-text {
  white-space: nowrap; }

ul.list-style {
  list-style-type: disc;
  padding-left: 24px;
  margin-bottom: 1em; }
  ul.list-style li {
    margin-bottom: 0.5em; }
  ul.list-style li:last-child {
    margin-bottom: 0; }

a {
  color: #000;
  text-decoration: none; }

/*
p, span, label{
    a{
        color: $theme-color-main;
        font-weight: bold;
        text-decoration: none;
    }
} */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size-adjust: 0.5;
  font-weight: 450; }

h1 {
  font-size: 1.625em;
  line-height: 1; }

h2 {
  font-size: 1.5em;
  line-height: 1.15; }

h3 {
  font-size: 1.375em;
  line-height: 1; }

h4 {
  font-size: 1.25em;
  line-height: 1; }

h5 {
  font-size: 1.125em;
  line-height: 1; }

h6 {
  font-size: 1em;
  line-height: 1; }

p {
  font-size: 1em;
  line-height: 1.35em;
  margin-bottom: 1em; }

.bold,
strong, b {
  font-weight: bold; }

.font-weight-normal {
  font-weight: normal; }

i, em, dfn {
  font-style: italic; }

.line-through,
s, strike, del {
  text-decoration: line-through; }

u, ins {
  text-decoration: underline; }

/*
small{
	font-size: 0.8em;
}
sub {
    vertical-align: sub;
    font-size: 0.5em;
}
sup {
    vertical-align: super;
    font-size: 0.5em;
}
abbr[title], acronym[title] {
    text-decoration: underline dotted;
}
q {
    font-size: 1em;
    line-height: 1.5em;
    display: inline-block;
}
blockquote {
  font-size: 1.25em;
  line-height: 1.25;
  margin-top: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
}
*/
/* TABLET and MOBILE VIEW --------*/
@media only screen and (max-width: 1024px) {
  /* Aligns */
  .text-left-t-m {
    text-align: left; }

  .text-right-t-m {
    text-align: right; }

  .text-center-t-m {
    text-align: center; }

  .text-justify-t-m {
    text-align: justify; }

  /* TABLET and MOBILE VIEW END --------*/ }
/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* Aligns */
  .text-left-t {
    text-align: left; }

  .text-right-t {
    text-align: right; }

  .text-center-t {
    text-align: center; }

  .text-justify-t {
    text-align: justify; }

  .cut-text-t {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-width: 0; }

  .break-text-t {
    word-break: break-all; }

  .font-size-xxl-t {
    font-size: 48px; }

  .font-size-xl-t {
    font-size: 36px; }

  .font-size-l-t {
    font-size: 28px; }

  .font-size-m-t {
    font-size: 16px; }

  .font-size-s-t {
    font-size: 14px; }

  .font-size-xs-t {
    font-size: 12px; }

  /* TABLET VIEW END --------*/ }
@media only screen and (max-width: 767px) {
  body {
    font-size: 12px; }

  /* Aligns */
  .text-left-m {
    text-align: left; }

  .text-right-m {
    text-align: right; }

  .text-center-m {
    text-align: center; }

  .text-justify-m {
    text-align: justify; }

  .cut-text-m {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-width: 0; }

  .break-text-m {
    word-break: break-all; }

  .font-size-xxl-m {
    font-size: 48px; }

  .font-size-xl-m {
    font-size: 36px; }

  .font-size-l-m {
    font-size: 28px; }

  .font-size-m-m {
    font-size: 16px; }

  .font-size-s-m {
    font-size: 14px; }

  .font-size-xs-m {
    font-size: 12px; }

  /*MOBILE VIEW END --------*/ }
/* 
======================================================================================================
----- Typo -------------------------------------------------------------------------------------------
======================================================================================================
*/
/*////////////////////////////////////
/// THEME COLORS /////////////////////
/////////////////////////////////// */
/*
    CSS PREFIXES ///////////////////////////////////////////////////////////////
*/
/* CSS3 Styles ---------------------------------- */
/* BorderBox ---------------------------------- */
/* border radius ---------------------------*/
/* box shadow ---------------------------*/
/* Transision (Animation) ---------------------------- */
/* Transform ---------------------------- */
/* Transform ---------------------------- */
/* FLEX ------------------------------------ */
/* flex boxes ---------------------------*/
/* flex elements------------------------- */
/* The mian color ---------------------------------------- */
/* Main */
/*  Main Color Light Background */
/* Secondary */
/* orange ---------------------*/
/* Background */
/* DOC ---------------------*/
/* Background */
/* Project ---------------------*/
/* Background */
/* Green -----*/
/* Background */
/* Black And White --------------------------------------- */
/* Greys ------------------------------------------------- */
/* Mostly Used*/
/* Other Colors ------------------------------------------ */
/* Red -----*/
/* Yellow -----*/
/* Green -----*/
/* Border ------------------------------------------ */
/* SHADOWS --------------------------*/
/* Small Shadow */
/* Purple -----*/
/* Fonts ----------------------*/
/*  Content text style  */
.content {
  font-size: 14px;
  display: block;
  line-height: 1.5em;
  /*
  *:last-child{
      margin-bottom: 0px;
  }
  
  section{
      margin-bottom: 36px;
  }
  */
  /* Link*/
  /* Basic formatting */
  /* Rare formatting */
  /* Quots*/
  /* Table */
  /* Image */
  /* Lists */ }
  .content.article {
    /* Artickle fream Style */
    max-width: calc(800px + 2em); }
  .content h1, .content h2, .content h3,
  .content h4, .content h5, .content h6 {
    font-family: 'Oswald', sans-serif; }
  .content h1 {
    font-size: 2em;
    line-height: 1;
    margin-bottom: 0.5em; }
  .content h2 {
    font-size: 1.75em;
    line-height: 1;
    margin-bottom: 0.57143em; }
  .content h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 0.667em; }
  .content h4 {
    font-size: 1.25em;
    line-height: 1;
    margin-bottom: 0.8em; }
  .content h5 {
    font-size: 1.125em;
    line-height: 1;
    margin-bottom: 0.889em; }
  .content h6 {
    font-size: 1em;
    line-height: 1;
    margin-bottom: 1em; }
  .content p {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1em;
    text-align: justify; }
    .content p img {
      display: inline-block;
      margin: 0; }
  .content a {
    font-weight: bold;
    color: #1888d2;
    text-decoration: underline;
    opacity: 0.8;
    cursor: pointer; }
  .content a:hover {
    opacity: 1; }
  .content strong, .content b {
    font-weight: bold; }
  .content i, .content em, .content dfn {
    font-style: italic; }
  .content i.fas, .content i.fa {
    font-style: normal; }
  .content s, .content strike, .content del {
    text-decoration: line-through; }
  .content u, .content ins {
    text-decoration: underline; }
  .content small {
    font-size: 0.6em; }
  .content sub {
    vertical-align: sub;
    font-size: 0.6em;
    line-height: 0.6em; }
  .content sup {
    vertical-align: super;
    font-size: 0.6em;
    line-height: 0.6em; }
  .content abbr[title], .content acronym[title] {
    text-decoration: underline dotted; }
  .content q, .content blockquote {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1em;
    margin-left: 2em;
    padding-left: 1em;
    border-left: 2px solid #ccc;
    font-weight: bold;
    display: inline-block; }
  .content table {
    margin-bottom: 1em;
    text-align: left;
    max-width: 100%;
    display: table; }
    .content table tfoot {
      background-color: #ddd; }
    .content table thead, .content table tbody, .content table tfoot {
      display: table-row-group; }
    .content table tr {
      display: table-row; }
    .content table thead, .content table th {
      background-color: #1888d2;
      color: #fefefe;
      font-weight: bold; }
    .content table th, .content table td {
      border: 1px solid #b5b5b5;
      vertical-align: middle;
      padding: 0 12px;
      height: 1.5em;
      display: table-cell; }
  .content img {
    max-width: 100%;
    height: auto;
    margin: 0 auto 1em auto;
    display: block; }
    .content img.left {
      max-width: 50%;
      width: 300px;
      height: auto;
      margin: 0;
      padding-right: 1.5em;
      padding-bottom: 0.8em;
      float: left;
      display: inline-block; }
    .content img.right {
      max-width: 50%;
      width: 300px;
      height: auto;
      margin: 0;
      padding-left: 1.5em;
      padding-bottom: 0.8em;
      float: right;
      display: inline-block; }
  .content ul {
    list-style-type: disc; }
  .content ol {
    list-style-type: decimal; }
  .content ul,
  .content ol {
    padding-left: 24px;
    margin-bottom: 1em; }
    .content ul ul, .content ul ol,
    .content ol ul,
    .content ol ol {
      margin-top: 6px; }
  .content li {
    margin-bottom: 0.5em; }
    .content li img {
      display: inline-block;
      margin: 0; }
  .content li:last-child {
    margin-bottom: 0; }
  .content header h1 {
    margin: 0 0 0.375em 0; }
  .content header time {
    font-size: 1em;
    line-height: 1em;
    display: block;
    width: 100%;
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 0.75em; }

/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  .table-container {
    border: 1px solid #b5b5b5;
    max-width: 100%;
    min-width: 100%;
    width: 200px;
    overflow: scroll;
    display: block; }

  .mobile-safe {
    min-width: 100px;
    overflow: scroll; }

  .content p {
    text-align: left; }

  /* MOBILE VIEW END --------*/ }
/*
//////////////////////////////////////////////////////////////////////////////////////
 Tipography Collector ////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
*/
.amsify-suggestags-area
.amsify-suggestags-input-area-default {
  cursor: pointer;
  border: 1px solid #b5b5b5;
  min-height: 20px;
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
  font-size: 14px;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* @include box-shadow(); */
  -webkit-box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05); }

.amsify-suggestags-area
.amsify-suggestags-input-area {
  text-align: left;
  height: auto;
  margin-bottom: -2px; }

.amsify-suggestags-area
.amsify-suggestags-input-area:hover {
  cursor: text; }

.amsify-suggestags-area
.amsify-suggestags-input-area
.amsify-suggestags-input {
  max-width: 200px;
  padding: 0px 4px;
  border: 0;
  height: 22px; }

.amsify-suggestags-area
.amsify-suggestags-input-area
.amsify-suggestags-input:focus {
  outline: 0; }

.amsify-focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.amsify-focus-light {
  border-color: #cacaca;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 189, 189, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 189, 189, 0.6); }

.amsify-suggestags-area
.amsify-suggestags-label {
  cursor: pointer;
  min-height: 20px; }

.amsify-toggle-suggestags {
  float: right;
  cursor: pointer; }

.amsify-suggestags-area .amsify-suggestags-list {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #dedede;
  z-index: 1;
  width: auto !important; }

.amsify-suggestags-area
.amsify-suggestags-list
ul.amsify-list {
  list-style: none;
  padding: 3px 0px;
  max-height: 94px;
  overflow-y: auto; }

.amsify-suggestags-area
.amsify-suggestags-list
ul.amsify-list
li.amsify-list-item {
  text-align: left;
  cursor: pointer;
  padding: 3px 7px;
  font-size: 14px; }

.amsify-suggestags-area
.amsify-suggestags-list
ul.amsify-list
li.amsify-list-item:active {
  background: #717171;
  color: white;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000; }

.amsify-suggestags-area
.amsify-suggestags-list
ul.amsify-list
li.amsify-list-group {
  text-align: left;
  padding: 0px 10px;
  font-weight: bold; }

.amsify-suggestags-area
.amsify-suggestags-list
ul.amsify-list
li.amsify-item-pad {
  padding-left: 30px; }

.amsify-suggestags-area
.amsify-suggestags-list
ul.amsify-list
li.amsify-item-noresult {
  display: none;
  color: #ff6060;
  font-weight: bold;
  text-align: center; }

.amsify-suggestags-area
.amsify-suggestags-list
.amsify-select-input {
  display: none; }

.amsify-suggestags-area
.amsify-suggestags-list
ul.amsify-list
li.active {
  background: #d9d8d8; }

.amsify-suggestags-area
.amsify-suggestags-list
ul.amsify-list
li.amsify-item-pad.active {
  font-weight: normal; }

.amsify-suggestags-input-area
.amsify-select-tag {
  padding: 0 6px;
  /* @include border-radius(); */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 22px;
  /* height: 22px; */
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fefefe;
  display: inline-block; }

.amsify-suggestags-input-area
.amsify-select-tag.col-bg {
  background: #d8d8d8;
  color: black; }

/*.amsify-suggestags-input-area
.amsify-select-tag:hover {
    background: #737373;
    color: white;
}*/
.amsify-suggestags-input-area
.disabled.amsify-select-tag {
  background: #eaeaea;
  color: #b9b9b9;
  pointer-events: none; }

.amsify-suggestags-input-area
.flash.amsify-select-tag {
  background-color: #f57f7f;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear; }

.amsify-suggestags-input-area
.amsify-remove-tag {
  cursor: pointer; }

/**
 * Grid layout custom classes
 */
/* main container */
.grd-main-cont {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

/* headers container */
.grd-head-cont {
  overflow: hidden;
  background-color: #666; }
  .grd-head-cont table {
    width: auto !important;
    margin-right: 16px;
    min-width: calc(100% - 16px); }

/* headers container */
.grd-head-cont-small {
  overflow: hidden;
  background-color: #666;
  border-right: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5; }
  .grd-head-cont-small table {
    width: 100% !important;
    table-layout: auto !important; }

/* header cell */
.grd-head-cont-small th,
.grd-head-cont th {
  background-color: #666;
  color: #fff;
  height: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis; }

/* table container */
.grd-cont-small {
  background-color: #f4f4f4;
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  box-sizing: border-box;
  min-height: 140px; }
  .grd-cont-small table {
    width: 100% !important; }
    .grd-cont-small table tr.odd {
      background-color: #F2F2F2; }
    .grd-cont-small table tr.even {
      background-color: #F8F8F8; }
    .grd-cont-small table tr.odd:hover, .grd-cont-small table tr.even:hover {
      background-color: #e2ebf1; }
    .grd-cont-small table tr:hover {
      background-color: #e2ebf1; }
    .grd-cont-small table tr td {
      padding: 0;
      border-bottom: 1px solid #b5b5b5;
      border-right: 1px solid #b5b5b5;
      overflow: hidden;
      text-overflow: ellipsis; }
      .grd-cont-small table tr td a {
        padding: 0.5em 0.5em;
        display: block;
        box-sizing: border-box;
        height: 100%;
        min-height: 28px; }

/* table container */
.grd-cont {
  background-color: #f4f4f4;
  overflow-x: auto;
  overflow-y: scroll;
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0px;
  min-height: 0px; }
  .grd-cont table {
    width: 100% !important;
    table-layout: auto !important; }
    .grd-cont table tr.odd {
      background-color: #F2F2F2; }
    .grd-cont table tr.even {
      background-color: #F8F8F8; }
    .grd-cont table tr.odd:hover, .grd-cont table tr.even:hover {
      background-color: #e2ebf1; }
    .grd-cont table tr:hover {
      background-color: #e2ebf1; }
    .grd-cont table tr td {
      max-width: 0;
      padding: 0;
      border-bottom: 1px solid #b5b5b5;
      border-right: 1px solid #b5b5b5;
      overflow: hidden;
      text-overflow: ellipsis; }
      .grd-cont table tr td a {
        padding: 0.5em 0.5em;
        display: block;
        box-sizing: border-box;
        height: 100%;
        min-height: 28px; }

/* head and body tables */
.grd-head-cont-small table,
.grd-head-cont table,
.grd-cont-small table {
  border-collapse: collapse; }

.grd-head-cont-small thead tr:last-child td,
.grd-head-cont thead tr:last-child td {
  box-sizing: border-box;
  padding: .4em .3em; }

#sortable-list,
#sortable-list-active,
#sortable-list-deactive {
  position: relative; }
  #sortable-list tr.odd,
  #sortable-list-active tr.odd,
  #sortable-list-deactive tr.odd {
    background-color: #F2F2F2; }
    #sortable-list tr.odd.warning-style,
    #sortable-list-active tr.odd.warning-style,
    #sortable-list-deactive tr.odd.warning-style {
      background-color: #f5e8c0; }
    #sortable-list tr.odd.error-style,
    #sortable-list-active tr.odd.error-style,
    #sortable-list-deactive tr.odd.error-style {
      background-color: #f6beaf; }
  #sortable-list tr.even,
  #sortable-list-active tr.even,
  #sortable-list-deactive tr.even {
    background-color: #F8F8F8; }
    #sortable-list tr.even.warning-style,
    #sortable-list-active tr.even.warning-style,
    #sortable-list-deactive tr.even.warning-style {
      background-color: #fdf2cf; }
    #sortable-list tr.even.error-style,
    #sortable-list-active tr.even.error-style,
    #sortable-list-deactive tr.even.error-style {
      background-color: #eda1a1; }
  #sortable-list.border-correction,
  #sortable-list-active.border-correction,
  #sortable-list-deactive.border-correction {
    margin-right: -1px;
    margin-left: -1px;
    margin-top: -1px; }
  #sortable-list .activeHeader,
  #sortable-list-active .activeHeader,
  #sortable-list-deactive .activeHeader {
    background-color: #66afe9 !important;
    color: #fff !important; }
  #sortable-list .activeCell,
  #sortable-list-active .activeCell,
  #sortable-list-deactive .activeCell {
    background-color: rgba(0, 0, 0, 0.075); }
  #sortable-list .ezActiveRow,
  #sortable-list-active .ezActiveRow,
  #sortable-list-deactive .ezActiveRow {
    background-color: #2852a8 !important;
    color: #fff; }
  #sortable-list .ezSelectedRow,
  #sortable-list-active .ezSelectedRow,
  #sortable-list-deactive .ezSelectedRow {
    background-color: #316ac5 !important;
    color: #fff; }
  #sortable-list .ezActiveCell,
  #sortable-list-active .ezActiveCell,
  #sortable-list-deactive .ezActiveCell {
    background-color: #d9e8fb !important;
    color: #000 !important;
    font-weight: bold; }
  #sortable-list .ezETSelectedCell,
  #sortable-list-active .ezETSelectedCell,
  #sortable-list-deactive .ezETSelectedCell {
    background-color: #ffdc61 !important;
    font-weight: bold;
    color: #000 !important; }
  #sortable-list .ezUnselectable,
  #sortable-list-active .ezUnselectable,
  #sortable-list-deactive .ezUnselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none; }
  #sortable-list .ezInputEditor,
  #sortable-list-active .ezInputEditor,
  #sortable-list-deactive .ezInputEditor {
    width: 95%;
    height: auto;
    font-size: inherit;
    border: 1px solid #b5b5b5; }
  #sortable-list .ezTextareaEditor,
  #sortable-list-active .ezTextareaEditor,
  #sortable-list-deactive .ezTextareaEditor {
    width: 95%;
    height: 35px;
    font-size: inherit;
    border: 1px solid #b5b5b5; }
  #sortable-list .ezSelectEditor,
  #sortable-list-active .ezSelectEditor,
  #sortable-list-deactive .ezSelectEditor {
    width: 100%;
    font-size: inherit;
    border: 1px solid #b5b5b5; }
  #sortable-list .ezModifiedCell,
  #sortable-list-active .ezModifiedCell,
  #sortable-list-deactive .ezModifiedCell {
    background: transparent url("themes/bg_mod_cell.png") 0 0 no-repeat; }
  #sortable-list select[multiple="multiple"].ezSelectEditor,
  #sortable-list-active select[multiple="multiple"].ezSelectEditor,
  #sortable-list-deactive select[multiple="multiple"].ezSelectEditor {
    height: 35px; }
  #sortable-list .ezCommandEditor,
  #sortable-list-active .ezCommandEditor,
  #sortable-list-deactive .ezCommandEditor {
    margin: 2px; }
  #sortable-list .ezCommandEditor button,
  #sortable-list .ezCommandEditor input[type="button"],
  #sortable-list-active .ezCommandEditor button,
  #sortable-list-active .ezCommandEditor input[type="button"],
  #sortable-list-deactive .ezCommandEditor button,
  #sortable-list-deactive .ezCommandEditor input[type="button"] {
    min-height: 22px;
    margin: 1px;
    padding: 3px;
    border: 1px solid #b5b5b5;
    background: #fff;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px; }
  #sortable-list .ezCommandEditor button:hover,
  #sortable-list .ezCommandEditor input[type="button"]:hover,
  #sortable-list-active .ezCommandEditor button:hover,
  #sortable-list-active .ezCommandEditor input[type="button"]:hover,
  #sortable-list-deactive .ezCommandEditor button:hover,
  #sortable-list-deactive .ezCommandEditor input[type="button"]:hover {
    border: 1px solid #b5b5b5; }
  #sortable-list .ezCommandEditor img,
  #sortable-list-active .ezCommandEditor img,
  #sortable-list-deactive .ezCommandEditor img {
    border: 0;
    vertical-align: middle;
    margin: 2px; }
  #sortable-list .ezOpacity,
  #sortable-list-active .ezOpacity,
  #sortable-list-deactive .ezOpacity {
    opacity: 0.6; }
  #sortable-list .alignLeft,
  #sortable-list-active .alignLeft,
  #sortable-list-deactive .alignLeft {
    text-align: left; }
  #sortable-list .alignCenter,
  #sortable-list-active .alignCenter,
  #sortable-list-deactive .alignCenter {
    text-align: center; }
  #sortable-list .alignRight,
  #sortable-list-active .alignRight,
  #sortable-list-deactive .alignRight {
    text-align: right; }
  #sortable-list .div_checklist,
  #sortable-list-active .div_checklist,
  #sortable-list-deactive .div_checklist {
    width: 100%;
    height: 90px;
    line-height: 30px;
    border: 1px solid #b5b5b5;
    overflow: auto;
    text-align: left;
    background-color: #fff;
    color: #444; }
  #sortable-list .div_checklist ul.flt_checklist,
  #sortable-list-active .div_checklist ul.flt_checklist,
  #sortable-list-deactive .div_checklist ul.flt_checklist {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important; }
  #sortable-list .div_checklist li.flt_checklist_item,
  #sortable-list-active .div_checklist li.flt_checklist_item,
  #sortable-list-deactive .div_checklist li.flt_checklist_item {
    padding: 1px !important;
    margin: 0 !important;
    font-size: inherit;
    border-bottom: 1px solid #b5b5b5; }
  #sortable-list .div_checklist li.flt_checklist_item:hover,
  #sortable-list-active .div_checklist li.flt_checklist_item:hover,
  #sortable-list-deactive .div_checklist li.flt_checklist_item:hover {
    background-color: #335ea8 !important;
    color: #fff !important; }
  #sortable-list .div_checklist label,
  #sortable-list-active .div_checklist label,
  #sortable-list-deactive .div_checklist label {
    display: block !important;
    font-weight: inherit !important; }
  #sortable-list .div_checklist input,
  #sortable-list-active .div_checklist input,
  #sortable-list-deactive .div_checklist input {
    vertical-align: middle !important;
    margin: 2px 5px 3px 1px !important; }
  #sortable-list .flt_checklist_item_disabled,
  #sortable-list-active .flt_checklist_item_disabled,
  #sortable-list-deactive .flt_checklist_item_disabled {
    background-color: #e5e5e5; }
  #sortable-list .flt_checklist_slc_item,
  #sortable-list-active .flt_checklist_slc_item,
  #sortable-list-deactive .flt_checklist_slc_item {
    background-color: #335ea8 !important;
    color: #fff !important; }
  #sortable-list .fltrow,
  #sortable-list-active .fltrow,
  #sortable-list-deactive .fltrow {
    background-color: #F8F8F8; }
  #sortable-list .btnflt,
  #sortable-list-active .btnflt,
  #sortable-list-deactive .btnflt {
    height: 35px;
    font-family: inherit;
    font-size: inherit;
    vertical-align: middle;
    margin: 0 2px 0 2px;
    padding: 0 1px 0 1px; }
  #sortable-list .btnflt_icon,
  #sortable-list-active .btnflt_icon,
  #sortable-list-deactive .btnflt_icon {
    font-family: inherit;
    font-size: inherit;
    width: 35px;
    height: 35px;
    cursor: pointer !important;
    border: 0 !important;
    vertical-align: middle;
    background: transparent url("themes/btn_filter.png") center center no-repeat !important; }
  #sortable-list .flt,
  #sortable-list .flt_s,
  #sortable-list .single_flt,
  #sortable-list-active .flt,
  #sortable-list-active .flt_s,
  #sortable-list-active .single_flt,
  #sortable-list-deactive .flt,
  #sortable-list-deactive .flt_s,
  #sortable-list-deactive .single_flt {
    width: 100%; }
  #sortable-list select.flt_multi,
  #sortable-list-active select.flt_multi,
  #sortable-list-deactive select.flt_multi {
    font-family: inherit;
    font-size: inherit;
    color: #444;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    margin: 0;
    padding: .2em;
    width: 100%;
    height: 90px;
    vertical-align: middle;
    box-sizing: border-box; }
  #sortable-list select.flt_multi option,
  #sortable-list-active select.flt_multi option,
  #sortable-list-deactive select.flt_multi option {
    padding-top: 5px;
    padding-bottom: 5px; }
  #sortable-list .flt_s,
  #sortable-list-active .flt_s,
  #sortable-list-deactive .flt_s {
    width: 60%;
    box-sizing: initial;
    display: initial; }
  #sortable-list .single_flt,
  #sortable-list-active .single_flt,
  #sortable-list-deactive .single_flt {
    width: 70%;
    box-sizing: initial;
    display: initial; }
  #sortable-list div.popUpFilter,
  #sortable-list-active div.popUpFilter,
  #sortable-list-deactive div.popUpFilter {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 3px 3px 2px #888;
    -moz-box-shadow: 3px 3px 2px #888;
    box-shadow: 3px 3px 2px #888;
    margin: 30px auto 0 0;
    position: absolute;
    display: none;
    width: 100px;
    background-color: #eaeaea;
    border: 1px solid #b5b5b5;
    padding: 0; }
  #sortable-list div.popUpFilter:after,
  #sortable-list div.popUpFilter:before,
  #sortable-list-active div.popUpFilter:after,
  #sortable-list-active div.popUpFilter:before,
  #sortable-list-deactive div.popUpFilter:after,
  #sortable-list-deactive div.popUpFilter:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  #sortable-list div.popUpFilter:after,
  #sortable-list-active div.popUpFilter:after,
  #sortable-list-deactive div.popUpFilter:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  #sortable-list div.popUpFilter:before,
  #sortable-list-active div.popUpFilter:before,
  #sortable-list-deactive div.popUpFilter:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #eaeaea;
    border-width: 12px;
    margin-left: -12px; }
  #sortable-list .popUpPlaceholder,
  #sortable-list-active .popUpPlaceholder,
  #sortable-list-deactive .popUpPlaceholder {
    position: relative; }
  #sortable-list div.grd_Cont,
  #sortable-list-active div.grd_Cont,
  #sortable-list-deactive div.grd_Cont {
    -webkit-box-shadow: 4px 4px 10px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 4px 4px 10px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 4px 4px 10px 0 rgba(50, 50, 50, 0.75);
    width: 800px;
    height: auto;
    overflow: hidden;
    background-color: #c8e0fb;
    border: 1px solid #b5b5b5; }
  #sortable-list div.grd_Cont .fltrow,
  #sortable-list-active div.grd_Cont .fltrow,
  #sortable-list-deactive div.grd_Cont .fltrow {
    background-color: transparent; }
  #sortable-list div.grd_Cont .flt,
  #sortable-list-active div.grd_Cont .flt,
  #sortable-list-deactive div.grd_Cont .flt {
    border: 1px solid #b5b5b5;
    width: 100%; }
  #sortable-list div.grd_Cont .even,
  #sortable-list-active div.grd_Cont .even,
  #sortable-list-deactive div.grd_Cont .even {
    background-color: #fff; }
  #sortable-list div.grd_Cont .odd,
  #sortable-list-active div.grd_Cont .odd,
  #sortable-list-deactive div.grd_Cont .odd {
    background-color: #F8F8F8; }
  #sortable-list div.grd_Cont .no-results,
  #sortable-list-active div.grd_Cont .no-results,
  #sortable-list-deactive div.grd_Cont .no-results {
    background-color: transparent; }
  #sortable-list div.grd_Cont .sort-arrow,
  #sortable-list-active div.grd_Cont .sort-arrow,
  #sortable-list-deactive div.grd_Cont .sort-arrow {
    position: initial; }
  #sortable-list div.grd_tblCont,
  #sortable-list-active div.grd_tblCont,
  #sortable-list-deactive div.grd_tblCont {
    height: 400px;
    width: 800px;
    background: #fff;
    overflow-x: auto;
    overflow-y: scroll; }
  #sortable-list div.grd_headTblCont,
  #sortable-list-active div.grd_headTblCont,
  #sortable-list-deactive div.grd_headTblCont {
    display: block;
    margin-right: 20px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #b5b5b5;
    background-color: #c8e0fb; }
  #sortable-list div.grd_tblCont table,
  #sortable-list div.grd_headTblCont table,
  #sortable-list-active div.grd_tblCont table,
  #sortable-list-active div.grd_headTblCont table,
  #sortable-list-deactive div.grd_tblCont table,
  #sortable-list-deactive div.grd_headTblCont table {
    border-collapse: collapse;
    table-layout: fixed;
    box-sizing: initial; }
  #sortable-list div.grd_tblCont table th,
  #sortable-list div.grd_headTblCont table th,
  #sortable-list div.grd_headTblCont table td,
  #sortable-list-active div.grd_tblCont table th,
  #sortable-list-active div.grd_headTblCont table th,
  #sortable-list-active div.grd_headTblCont table td,
  #sortable-list-deactive div.grd_tblCont table th,
  #sortable-list-deactive div.grd_headTblCont table th,
  #sortable-list-deactive div.grd_headTblCont table td {
    height: 35px;
    background-color: #c8e0fb;
    padding: .1em .5em;
    color: #333;
    border-right: 1px solid #b5b5b5;
    overflow: hidden;
    text-overflow: ellipsis; }
  #sortable-list div.grd_headTblCont table td,
  #sortable-list-active div.grd_headTblCont table td,
  #sortable-list-deactive div.grd_headTblCont table td {
    padding: 0.2em 0.2em; }
  #sortable-list div.grd_tblCont table td,
  #sortable-list-active div.grd_tblCont table td,
  #sortable-list-deactive div.grd_tblCont table td {
    padding: .5em .7em;
    border-bottom: 1px solid #b5b5b5;
    overflow: hidden;
    text-overflow: ellipsis; }
  #sortable-list .grd_inf,
  #sortable-list-active .grd_inf,
  #sortable-list-deactive .grd_inf {
    clear: both;
    width: auto;
    height: 35px;
    background-color: #F8F8F8;
    margin: 0;
    padding: 1px 3px 1px 3px;
    border: 1px solid #b5b5b5;
    padding: 5px 8px;
    /* @include border-bottom-left-radius(); */
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    /* @include border-bottom-right-radius(); */
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  #sortable-list .grd_inf a,
  #sortable-list-active .grd_inf a,
  #sortable-list-deactive .grd_inf a {
    color: #333;
    text-decoration: none;
    font-weight: bold; }
  #sortable-list .grd_inf a:hover,
  #sortable-list-active .grd_inf a:hover,
  #sortable-list-deactive .grd_inf a:hover {
    text-decoration: underline;
    background-color: transparent; }
  #sortable-list .grd_inf input.reset:hover,
  #sortable-list-active .grd_inf input.reset:hover,
  #sortable-list-deactive .grd_inf input.reset:hover {
    background-color: transparent; }
  #sortable-list .grd_inf .ldiv div,
  #sortable-list-active .grd_inf .ldiv div,
  #sortable-list-deactive .grd_inf .ldiv div {
    border: 0; }
  #sortable-list .grd_inf .helpBtn,
  #sortable-list-active .grd_inf .helpBtn,
  #sortable-list-deactive .grd_inf .helpBtn {
    border: 0 !important; }
  #sortable-list .grd_inf div.status,
  #sortable-list-active .grd_inf div.status,
  #sortable-list-deactive .grd_inf div.status {
    position: absolute;
    float: none !important;
    height: auto !important;
    margin: 19px 0 !important;
    font-size: 12px;
    color: #333;
    border: 0 !important; }
  #sortable-list .grd_inf div.tot,
  #sortable-list-active .grd_inf div.tot,
  #sortable-list-deactive .grd_inf div.tot {
    border: 0 !important; }
  #sortable-list .helpBtn,
  #sortable-list-active .helpBtn,
  #sortable-list-deactive .helpBtn {
    display: none;
    height: 27px;
    margin: 0;
    padding: 8px 15px 0 15px;
    vertical-align: top; }
  #sortable-list .helpBtn:hover,
  #sortable-list-active .helpBtn:hover,
  #sortable-list-deactive .helpBtn:hover {
    background-color: #f4f4f4; }
  #sortable-list div.helpCont,
  #sortable-list-active div.helpCont,
  #sortable-list-deactive div.helpCont {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 3px 3px 2px #888;
    -moz-box-shadow: 3px 3px 2px #888;
    box-shadow: 3px 3px 2px #888;
    position: absolute;
    display: none;
    width: 300px;
    padding: 10px;
    margin: 45px 0 0 -150px;
    border: 1px solid #b5b5b5;
    line-height: 20px;
    font-size: inherit;
    color: #333;
    background: #fff;
    text-align: left; }
  #sortable-list div.helpCont:after,
  #sortable-list div.helpCont:before,
  #sortable-list-active div.helpCont:after,
  #sortable-list-active div.helpCont:before,
  #sortable-list-deactive div.helpCont:after,
  #sortable-list-deactive div.helpCont:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  #sortable-list div.helpCont:after,
  #sortable-list-active div.helpCont:after,
  #sortable-list-deactive div.helpCont:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  #sortable-list div.helpCont:before,
  #sortable-list-active div.helpCont:before,
  #sortable-list-deactive div.helpCont:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ccc;
    border-width: 12px;
    margin-left: -12px; }
  #sortable-list div.helpCont a,
  #sortable-list-active div.helpCont a,
  #sortable-list-deactive div.helpCont a {
    color: #c00;
    text-decoration: underline;
    font-weight: normal; }
  #sortable-list div.helpCont a.close,
  #sortable-list-active div.helpCont a.close,
  #sortable-list-deactive div.helpCont a.close {
    color: #333 !important;
    text-decoration: none !important;
    font-weight: bold; }
  #sortable-list div.helpCont a.close:hover,
  #sortable-list-active div.helpCont a.close:hover,
  #sortable-list-deactive div.helpCont a.close:hover {
    text-decoration: none; }
  #sortable-list div.helpCont hr,
  #sortable-list-active div.helpCont hr,
  #sortable-list-deactive div.helpCont hr {
    border: 1px solid #b5b5b5; }
  #sortable-list div.helpFooter,
  #sortable-list-active div.helpFooter,
  #sortable-list-deactive div.helpFooter {
    margin: 10px 0 0 0; }
  #sortable-list div.helpFooter h4,
  #sortable-list-active div.helpFooter h4,
  #sortable-list-deactive div.helpFooter h4 {
    margin: 2px 2px 2px 2px;
    color: #333; }
  #sortable-list span.keyword,
  #sortable-list-active span.keyword,
  #sortable-list-deactive span.keyword {
    font-weight: 700;
    font-style: italic;
    border-bottom: 1px dotted #ccc; }
  #sortable-list .loader,
  #sortable-list-active .loader,
  #sortable-list-deactive .loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    text-align: center;
    display: block;
    z-index: 1000;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.3);
    /* @include border-radius(); */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: rgba(0, 0, 0, 0); }
    #sortable-list .loader:before,
    #sortable-list-active .loader:before,
    #sortable-list-deactive .loader:before {
      content: "Betöltés ...";
      display: block;
      position: absolute;
      left: 50%;
      top: 40%;
      width: 90px;
      margin-left: -63px;
      text-align: center;
      z-index: 999;
      width: 120px;
      padding: 12px 18px;
      color: #1888d2;
      /* @include box-shadow(); */
      -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      background-color: #F8F8F8;
      /* @include border-radius(); */
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      border: 1px solid #b5b5b5; }
  #sortable-list .no-results,
  #sortable-list-active .no-results,
  #sortable-list-deactive .no-results {
    display: none;
    color: #333;
    margin: 0;
    padding: 1em 0;
    text-align: center;
    max-height: 5em;
    background-color: #f4f4f4; }
  #sortable-list input.pgNbInp,
  #sortable-list-active input.pgNbInp,
  #sortable-list-deactive input.pgNbInp {
    height: 35px;
    margin: 0;
    border: 1px solid #f4f4f4;
    background-color: #fff;
    width: 35px; }
  #sortable-list input.pgInp,
  #sortable-list .nextPage,
  #sortable-list .previousPage,
  #sortable-list .firstPage,
  #sortable-list .lastPage,
  #sortable-list-active input.pgInp,
  #sortable-list-active .nextPage,
  #sortable-list-active .previousPage,
  #sortable-list-active .firstPage,
  #sortable-list-active .lastPage,
  #sortable-list-deactive input.pgInp,
  #sortable-list-deactive .nextPage,
  #sortable-list-deactive .previousPage,
  #sortable-list-deactive .firstPage,
  #sortable-list-deactive .lastPage {
    height: 35px;
    border: 1px solid #b5b5b5;
    background-color: #fff;
    vertical-align: middle;
    width: 35px;
    border: 0;
    font-weight: bold;
    color: #fefefe;
    font-weight: normal;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background-color: #1888d2;
    color: #fefefe;
    text-align: center;
    white-space: nowrap;
    outline-width: 0;
    cursor: pointer;
    /* @include transition(); */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /* @include border-radius(); */
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border: 0;
    padding: 0 1em;
    /* @include user-select(); */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-style: solid;
    border-color: #1374b4;
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    height: 30px;
    border-bottom-width: 2px; }
  #sortable-list .nextPage,
  #sortable-list-active .nextPage,
  #sortable-list-deactive .nextPage {
    background-image: url("themes/btn_next_page.gif");
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 6px; }
  #sortable-list .previousPage,
  #sortable-list-active .previousPage,
  #sortable-list-deactive .previousPage {
    background-image: url("themes/btn_prev_page.gif");
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 6px; }
  #sortable-list .firstPage,
  #sortable-list-active .firstPage,
  #sortable-list-deactive .firstPage {
    background-image: url("themes/btn_first_page.gif");
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 6px; }
  #sortable-list .lastPage,
  #sortable-list-active .lastPage,
  #sortable-list-deactive .lastPage {
    background-image: url("themes/btn_last_page.gif");
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 6px; }
  #sortable-list .nextPage:hover,
  #sortable-list .previousPage:hover,
  #sortable-list .firstPage:hover,
  #sortable-list .lastPage:hover,
  #sortable-list-active .nextPage:hover,
  #sortable-list-active .previousPage:hover,
  #sortable-list-active .firstPage:hover,
  #sortable-list-active .lastPage:hover,
  #sortable-list-deactive .nextPage:hover,
  #sortable-list-deactive .previousPage:hover,
  #sortable-list-deactive .firstPage:hover,
  #sortable-list-deactive .lastPage:hover {
    background-color: #58a8dc; }
  #sortable-list span.nbpg,
  #sortable-list-active span.nbpg,
  #sortable-list-deactive span.nbpg {
    padding: 0 3px; }
  #sortable-list .rspg,
  #sortable-list-active .rspg,
  #sortable-list-deactive .rspg {
    margin-top: 5px; }
  #sortable-list span.rspgSpan,
  #sortable-list-active span.rspgSpan,
  #sortable-list-deactive span.rspgSpan {
    font-size: inherit; }
  #sortable-list input.reset,
  #sortable-list-active input.reset,
  #sortable-list-deactive input.reset {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 0;
    background: transparent url("themes/btn_clear_filters.png") center center no-repeat;
    vertical-align: top; }
  #sortable-list input.reset:hover,
  #sortable-list-active input.reset:hover,
  #sortable-list-deactive input.reset:hover {
    background-color: #f4f4f4; }
  #sortable-list a.reset,
  #sortable-list-active a.reset,
  #sortable-list-deactive a.reset {
    font-weight: normal !important;
    line-height: 35px;
    padding: 5px 5px; }
  #sortable-list div.tot,
  #sortable-list-active div.tot,
  #sortable-list-deactive div.tot {
    float: left;
    overflow: hidden;
    min-width: 150px;
    height: 100%;
    margin: 0;
    padding: .5em;
    vertical-align: middle; }
  #sortable-list div.tot span,
  #sortable-list-active div.tot span,
  #sortable-list-deactive div.tot span {
    font-weight: 500; }
  #sortable-list .sort-arrow,
  #sortable-list-active .sort-arrow,
  #sortable-list-deactive .sort-arrow {
    position: absolute;
    display: none;
    width: 11px;
    height: 11px;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat; }
  #sortable-list .descending,
  #sortable-list-active .descending,
  #sortable-list-deactive .descending {
    display: inline;
    background-image: url("themes/downsimple.png"); }
  #sortable-list .ascending,
  #sortable-list-active .ascending,
  #sortable-list-deactive .ascending {
    display: inline;
    background-image: url("themes/upsimple.png"); }
  #sortable-list div.status,
  #sortable-list-active div.status,
  #sortable-list-deactive div.status {
    float: left;
    overflow: hidden;
    min-width: 120px;
    height: 100%;
    margin: 0;
    padding: .5em; }
  #sortable-list div.status span,
  #sortable-list-active div.status span,
  #sortable-list-deactive div.status span {
    font-size: inherit; }
  #sortable-list table.TF,
  #sortable-list-active table.TF,
  #sortable-list-deactive table.TF {
    position: relative;
    border-collapse: unset;
    font-family: inherit;
    border-spacing: 0;
    /* @include border-radius(); */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #b5b5b5;
    box-sizing: border-box;
    margin-bottom: 44px; }
    #sortable-list table.TF caption,
    #sortable-list-active table.TF caption,
    #sortable-list-deactive table.TF caption {
      position: absolute;
      bottom: -58px;
      width: 100%; }
    #sortable-list table.TF thead tr th,
    #sortable-list-active table.TF thead tr th,
    #sortable-list-deactive table.TF thead tr th {
      border-bottom: 1px solid #b5b5b5;
      background-color: #666;
      color: #fefefe;
      font-weight: bold;
      text-align: left;
      padding-left: 0.7em;
      padding-right: 0.7em; }
    #sortable-list table.TF tbody tr:last-child td,
    #sortable-list-active table.TF tbody tr:last-child td,
    #sortable-list-deactive table.TF tbody tr:last-child td {
      border-bottom: 0px; }
      #sortable-list table.TF tbody tr:last-child td a,
      #sortable-list-active table.TF tbody tr:last-child td a,
      #sortable-list-deactive table.TF tbody tr:last-child td a {
        min-height: 17px;
        display: block; }
  #sortable-list table.TF th,
  #sortable-list-active table.TF th,
  #sortable-list-deactive table.TF th {
    height: 35px;
    background-color: #eaeaea; }
  #sortable-list table.TF td,
  #sortable-list-active table.TF td,
  #sortable-list-deactive table.TF td {
    margin: 0;
    padding: .5em .7em;
    border-bottom: 1px solid #b5b5b5;
    text-overflow: ellipsis; }
  #sortable-list table.TF.resp,
  #sortable-list-active table.TF.resp,
  #sortable-list-deactive table.TF.resp {
    display: block;
    overflow-x: auto; }
  #sortable-list table.TF.resp .sort-arrow,
  #sortable-list-active table.TF.resp .sort-arrow,
  #sortable-list-deactive table.TF.resp .sort-arrow {
    position: initial; }
  #sortable-list .inf,
  #sortable-list-active .inf,
  #sortable-list-deactive .inf {
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    background-color: #F8F8F8;
    /* @include border-bottom-right-radius(); */
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    /* @include border-bottom-left-radius(); */
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #b5b5b5;
    margin: 1px -1px 12px -1px;
    clear: both;
    width: auto;
    height: 35px;
    min-width: 278px;
    font-size: inherit;
    padding: 0;
    overflow: hidden;
    margin-bottom: 12px;
    padding: 5px 8px; }
  #sortable-list .inf a,
  #sortable-list-active .inf a,
  #sortable-list-deactive .inf a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    box-sizing: initial; }
  #sortable-list .inf a:hover,
  #sortable-list-active .inf a:hover,
  #sortable-list-deactive .inf a:hover {
    text-decoration: underline; }
  #sortable-list .ldiv,
  #sortable-list-active .ldiv,
  #sortable-list-deactive .ldiv {
    float: left;
    width: 30%;
    position: inherit;
    text-align: left; }
  #sortable-list .ldiv:empty:after,
  #sortable-list-active .ldiv:empty:after,
  #sortable-list-deactive .ldiv:empty:after {
    content: " "; }
  #sortable-list .mdiv,
  #sortable-list-active .mdiv,
  #sortable-list-deactive .mdiv {
    float: left;
    width: 38%;
    position: inherit;
    text-align: center;
    padding: 0;
    margin-top: 2px; }
  #sortable-list .mdiv:empty:after,
  #sortable-list-active .mdiv:empty:after,
  #sortable-list-deactive .mdiv:empty:after {
    content: " "; }
  #sortable-list .rdiv,
  #sortable-list-active .rdiv,
  #sortable-list-deactive .rdiv {
    float: right;
    width: 30%;
    position: inherit;
    text-align: right; }
  #sortable-list .rdiv:empty:after,
  #sortable-list-active .rdiv:empty:after,
  #sortable-list-deactive .rdiv:empty:after {
    content: " "; }

#sortable-list table.TF tbody tr:hover,
#sortable-list-active table.TF tbody tr:hover,
#sortable-list-deactive table.TF tbody tr:hover {
  background-color: #e2ebf1; }

#sortable-list table.TF tbody tr td a,
#sortable-list-active table.TF tbody tr td a,
#sortable-list-deactive table.TF tbody tr td a {
  padding: .5em .7em;
  margin: -.5em -.7em;
  min-width: 100%;
  min-height: 14px;
  display: block; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .grd-head-cont-small table,
  .grd-head-cont table {
    margin-right: 0; } }
/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  #sortable-list table.TF tbody tr:last-child td a,
  #sortable-list-active table.TF tbody tr:last-child td a,
  #sortable-list-deactive table.TF tbody tr:last-child td a {
    min-height: 14px; }
  #sortable-list input.pgInp,
  #sortable-list .nextPage,
  #sortable-list .previousPage,
  #sortable-list .firstPage,
  #sortable-list .lastPage,
  #sortable-list-active input.pgInp,
  #sortable-list-active .nextPage,
  #sortable-list-active .previousPage,
  #sortable-list-active .firstPage,
  #sortable-list-active .lastPage,
  #sortable-list-deactive input.pgInp,
  #sortable-list-deactive .nextPage,
  #sortable-list-deactive .previousPage,
  #sortable-list-deactive .firstPage,
  #sortable-list-deactive .lastPage {
    width: 30px; }

  #sortable-list .grd_inf .mdiv,
  #sortable-list-active .grd_inf .mdiv,
  #sortable-list-deactive .grd_inf .mdiv {
    width: 100% !important; }
  #sortable-list .grd_inf .ldiv,
  #sortable-list .grd_inf .rdiv,
  #sortable-list-active .grd_inf .ldiv,
  #sortable-list-active .grd_inf .rdiv,
  #sortable-list-deactive .grd_inf .ldiv,
  #sortable-list-deactive .grd_inf .rdiv {
    display: none; }

  .grd-head-cont-small th
  .grd-head-cont th {
    height: 18px;
    line-height: 18px;
    padding: 6px 0 0 0; }

  .grd-head-cont table {
    min-width: 100%; }

  .grd-head-cont-small table,
  .grd-head-cont table {
    min-width: 100%; }

  /* /MOBILE VIEW END --------*/ }
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #b5b5b5;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3); }

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #b5b5b5; }

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent; }

.daterangepicker.opensleft:before {
  right: 9px; }

.daterangepicker.opensleft:after {
  right: 10px; }

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.opensright:before {
  left: 9px; }

.daterangepicker.opensright:after {
  left: 10px; }

.daterangepicker.drop-up {
  margin-top: -7px; }

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc; }

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff; }

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none; }

.daterangepicker.single .drp-selected {
  display: none; }

.daterangepicker.show-calendar .drp-calendar {
  display: block; }

.daterangepicker.show-calendar .drp-buttons {
  display: block; }

.daterangepicker.auto-apply .drp-buttons {
  display: none; }

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px; }

.daterangepicker .drp-calendar.left {
  padding: 8px; }

.daterangepicker .drp-calendar.right {
  padding: 8px; }

.daterangepicker .drp-calendar.single .calendar-table {
  border: none; }

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px; }

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.daterangepicker .calendar-table th {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 18px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer; }

.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer; }

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff; }

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit; }

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc; }

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999; }

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0; }

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px; }

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0; }

.daterangepicker td.start-date.end-date {
  border-radius: 4px; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #1888d2;
  border-color: transparent;
  color: #fff; }

.daterangepicker th.month {
  width: auto; }

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through; }

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default; }

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%; }

.daterangepicker select.yearselect {
  width: 40%; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px; }

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative; }

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed; }

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle; }

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px; }

.daterangepicker .drp-buttons .btn {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background-color: #1888d2;
  color: #fefefe;
  text-align: center;
  white-space: nowrap;
  outline-width: 0;
  cursor: pointer;
  /* @include transition(); */
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* @include border-radius(); */
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  border: 0;
  padding: 0 10px;
  /* @include user-select(); */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-style: solid;
  border-color: #1374b4;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  border-bottom-width: 2px; }
  .daterangepicker .drp-buttons .btn.cancelBtn {
    background-color: #fefefe;
    color: #1888d2;
    border: 1px solid #1888d2;
    margin-right: 6px; }

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd; }

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd; }

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd; }

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd; }

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0; }

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%; }

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer; }

.daterangepicker .ranges li:hover {
  background-color: #eee; }

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }

  .daterangepicker .ranges ul {
    width: 140px; }

  .daterangepicker.single .ranges ul {
    width: 100%; }

  .daterangepicker.single .drp-calendar.left {
    clear: none; }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left; }

  .daterangepicker {
    direction: ltr;
    text-align: left; }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0; }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  .daterangepicker .drp-calendar.right {
    margin-left: 0; }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }

  .daterangepicker .ranges {
    float: left; }

  .daterangepicker.rtl .ranges {
    float: right; }

  .daterangepicker .drp-calendar.left {
    clear: none !important; } }
/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  .daterangepicker .drp-calendar.left,
  .daterangepicker .drp-calendar.right {
    padding: 0px 4px; }

  .drp-buttons {
    padding: 4px; }

  /* /MOBILE VIEW END --------*/ }
/*
//////////////////////////////////////////////////////////////////////////////////////
 Pages Collector ////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
*/
/*
    Login Page  ////////////////////////////////////////////////////////////////////
*/
#ArticleEditorContent {
  min-width: 400px; }

#articleTreeBlock {
  height: 300px; }

.articleEditor-titleContainer {
  min-height: 35px; }

#articleEditor-result {
  /*height: 0px;*/
  /*height: calc( 100vh - 321px );*/ }

#articleEditorData.data-form-table {
  background-color: #fefefe;
  margin-bottom: -1px;
  /* @include border-radius(); */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #b5b5b5;
  overflow: hidden; }
  #articleEditorData.data-form-table .data-form-table-column {
    margin-right: -1px;
    border-bottom: 1px solid #b5b5b5;
    background-color: #F2F2F2; }
    #articleEditorData.data-form-table .data-form-table-column:first-child {
      /* @include border-top-left-radius(); */
      -webkit-border-top-left-radius: 6px;
      -moz-border-top-left-radius: 6px;
      border-top-left-radius: 6px;
      /* @include border-top-right-radius(); */
      -webkit-border-top-right-radius: 6px;
      -moz-border-top-right-radius: 6px;
      border-top-right-radius: 6px; }
    #articleEditorData.data-form-table .data-form-table-column:last-child {
      /* @include border-bottom-left-radius(); */
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-bottom-left-radius: 6px;
      border-bottom-left-radius: 6px;
      /* @include border-bottom-right-radius(); */
      -webkit-border-bottom-right-radius: 6px;
      -moz-border-bottom-right-radius: 6px;
      border-bottom-right-radius: 6px;
      margin-bottom: -1px; }
    #articleEditorData.data-form-table .data-form-table-column .data-form-table-cell {
      border-right: 1px solid #b5b5b5;
      padding: 6px 10px;
      font-size: 14px;
      line-height: 18px;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 0;
      /* ez kell ide! */
      /* Ezt kéne hasznélni de jelenleg nincs ilyen */ }
      #articleEditorData.data-form-table .data-form-table-column .data-form-table-cell.highlite-change {
        background: #ffdf95; }
      #articleEditorData.data-form-table .data-form-table-column .data-form-table-cell img {
        width: 100%; }
      #articleEditorData.data-form-table .data-form-table-column .data-form-table-cell.header-cell {
        background-color: #aecfe4; }
      #articleEditorData.data-form-table .data-form-table-column .data-form-table-cell .cell-text {
        padding: 0 8px; }
      #articleEditorData.data-form-table .data-form-table-column .data-form-table-cell .cell-inner {
        height: 100%; }
        #articleEditorData.data-form-table .data-form-table-column .data-form-table-cell .cell-inner span {
          /* Ezt kéne hasznélni de nem ezt kéne */ }
          #articleEditorData.data-form-table .data-form-table-column .data-form-table-cell .cell-inner span.highlite-change {
            background: #ffdf95; }
        #articleEditorData.data-form-table .data-form-table-column .data-form-table-cell .cell-inner.validlink {
          color: #3eb800; }
    #articleEditorData.data-form-table .data-form-table-column .data-form-table-inputcell {
      border-right: 1px solid #b5b5b5;
      line-height: 18px;
      min-height: 30px;
      box-sizing: border-box;
      padding: 0 10px;
      width: 0; }
      #articleEditorData.data-form-table .data-form-table-column .data-form-table-inputcell .row {
        height: 100%;
        margin: 0 -10px; }
      #articleEditorData.data-form-table .data-form-table-column .data-form-table-inputcell:last-child {
        border-right: 0; }
      #articleEditorData.data-form-table .data-form-table-column .data-form-table-inputcell input {
        height: 100%;
        border: 0;
        border-radius: 0;
        background-color: #F2F2F2;
        color: #333333;
        /* @include box-shadow(); */
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 6px 10px; }
      #articleEditorData.data-form-table .data-form-table-column .data-form-table-inputcell select {
        height: 100%;
        border: 0;
        border-radius: 0;
        background-color: #F2F2F2;
        color: #333333;
        /* @include box-shadow(); */
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 6px 8px; }
      #articleEditorData.data-form-table .data-form-table-column .data-form-table-inputcell.bold-input input {
        font-weight: bold; }
    #articleEditorData.data-form-table .data-form-table-column:nth-child(odd) {
      background-color: #fefefe; }
      #articleEditorData.data-form-table .data-form-table-column:nth-child(odd) .data-form-table-inputcell input,
      #articleEditorData.data-form-table .data-form-table-column:nth-child(odd) .data-form-table-inputcell select {
        background-color: #fefefe; }
    #articleEditorData.data-form-table .data-form-table-column.main-row {
      background-color: #1888d2;
      color: #fefefe; }
    #articleEditorData.data-form-table .data-form-table-column.sub-row .row label {
      padding-left: 25px; }
  #articleEditorData.data-form-table.main-bg .data-form-table-column .data-form-table-cell {
    background-color: #ffd6a6;
    padding: 3px 6px; }
  #articleEditorData.data-form-table.main-bg .data-form-table-column .data-form-table-inputcell {
    min-height: 24px;
    background-color: #ffd6a6; }
    #articleEditorData.data-form-table.main-bg .data-form-table-column .data-form-table-inputcell input {
      background-color: #ffd6a6;
      height: 24px;
      padding: 3px 6px; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* TABLET VIEW END --------*/ }
@media only screen and (max-width: 767px) {
  #ArticleEditorSidebar #switch-box-1 {
    height: 35%; }
    #ArticleEditorSidebar #switch-box-1 #articleTreeBlock {
      height: 100%; }

  /*MOBILE VIEW END --------*/ }
/*
    Login Page  ////////////////////////////////////////////////////////////////////
*/
.skeleteon-login {
  min-height: calc(var(--vh, 1vh) * 100 );
  /* parent of the header, body and the footer  */
  display: flex;
  /* @include flex-wrap(); */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* @include align-content(); */
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  /* @include flex-direction(); */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }

.aszfContainer {
  height: 500px; }

.admin-login-background {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .admin-login-background .admin-login {
    width: 360px;
    /* @include border-radius(); */
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px; }

.loginform-header {
  /* @include border-top-right-radius(); */
  -webkit-border-top-right-radius: 9px;
  -moz-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  /* @include border-top-left-radius(); */
  -webkit-border-top-left-radius: 9px;
  -moz-border-top-left-radius: 9px;
  border-top-left-radius: 9px; }

#loginform {
  border: 1px solid #b5b5b5;
  /* @include border-bottom-right-radius(); */
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-bottom-right-radius: 9px;
  border-bottom-right-radius: 9px;
  /* @include border-bottom-left-radius(); */
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-bottom-left-radius: 9px;
  border-bottom-left-radius: 9px;
  background-color: #fefefe; }

.login-logo {
  width: 280px;
  height: 100px;
  position: absolute;
  top: 50px;
  right: 60px; }
  .login-logo img {
    width: 280px;
    height: 100px;
    object-fit: contain; }

.server-sign {
  position: absolute;
  bottom: 12px;
  left: 12px;
  color: #b5b5b5;
  font-size: 16px; }

.industry-sign {
  font-family: 'Audiowide', sans-serif;
  font-weight: bold;
  position: absolute;
  bottom: 12px;
  right: 12px;
  color: #1888d2;
  font-size: 16px; }

.login-label {
  margin-bottom: 6px;
  display: inline-block; }

.big-logo {
  margin-top: -48px;
  margin-bottom: 72px;
  font-size: 60px;
  font-family: 'Audiowide', sans-serif;
  line-height: 18px;
  height: 36px;
  font-weight: bold;
  color: #00628D;
  position: relative; }
  .big-logo .edition {
    font-size: 40px; }
  .big-logo .version {
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    color: #797979;
    font-weight: normal;
    font-style: italic;
    position: absolute;
    left: 2px;
    bottom: -27px;
    content: "v.2019.03.18."; }
  .big-logo.beta .version {
    left: 55px; }
  .big-logo.beta:before {
    font-family: 'roboto', sans-serif;
    font-size: 20px;
    color: #ee5050;
    position: absolute;
    left: 2px;
    bottom: -24px;
    content: "BETA"; }
  .big-logo.industrial .version {
    left: 145px; }
  .big-logo.industrial:before {
    font-family: 'roboto', sans-serif;
    font-size: 24px;
    color: #00628D;
    position: absolute;
    left: 2px;
    bottom: -24px;
    content: "INDUSTRIAL"; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* TABLET VIEW END --------*/ }
@media only screen and (max-width: 767px) {
  /* Login Page -----------------------*/
  .admin-login-background .admin-login {
    width: 100%;
    max-width: 360px; }

  .big-logo {
    margin-bottom: 36px;
    margin-top: 0px;
    height: 36px;
    font-size: 40px;
    line-height: 40px; }
    .big-logo .edition {
      font-size: 24px; }
    .big-logo.beta:before {
      bottom: -33px; }
    .big-logo .version {
      bottom: -36px; }
    .big-logo.industrial:before {
      font-size: 18px;
      bottom: -35px; }

  .login-logo {
    position: absolute;
    top: 6px;
    right: 12px; }

  /* / Login Page -----------------------*/
  /*MOBILE VIEW END --------*/ }
/*
    Comments Page  ////////////////////////////////////////////////////////////////////
*/
.cell-content-container {
  background: url("../img/cell-bg-3.jpg");
  background-position: center;
  width: 240px; }
  .cell-content-container .cell-content-celllike {
    width: 192px;
    height: 24px;
    line-height: 24px;
    font-size: 14px; }

.comment-listelement .author {
  font-weight: bold; }
.comment-listelement p {
  margin-bottom: 0; }

.comment-list .comment-list-listelement .commented-cell {
  /* @include border-radius(); */
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #b5b5b5;
  overflow: hidden; }
.comment-list .comment-list-listelement .comment {
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  background-color: #e2ebf1;
  border: 1px solid #b5b5b5;
  margin-left: 12px;
  position: relative; }
  .comment-list .comment-list-listelement .comment:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    background-color: #e2ebf1;
    transform: rotate(135deg);
    position: absolute;
    top: 12px;
    left: -7px; }
.comment-list .comment-list-listelement:nth-child(even) .comment {
  background-color: #F8F8F8; }
  .comment-list .comment-list-listelement:nth-child(even) .comment:before {
    background-color: #F8F8F8; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW */
@media only screen and (max-width: 767px) {
  .comment-list .comment-list-listelement .commented-cell {
    min-height: 48px; }
  .comment-list .comment-list-listelement .comment {
    margin-left: 0;
    margin-top: 12px; }
    .comment-list .comment-list-listelement .comment:before {
      transform: rotate(225deg);
      position: absolute;
      top: -7px;
      left: 16px; }

  /* MOBILE VIEW END --------*/ }
/*
    Data Sheet Editor  ////////////////////////////////////////////////////////////////////
*/
#imageListWindow .window-conteiner {
  height: 500px;
  max-height: 500px; }

#imageListWindowImageContainer .listelement-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  z-index: 3; }
#imageListWindowImageContainer:before {
  position: absolute;
  top: 50%;
  margin-top: -62px;
  font-size: 124px;
  color: #ddd;
  content: "\f03e";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  z-index: 1; }

/* Openable Floatink Block */
.openableDataSheetContainer-container {
  position: relative;
  overflow: hidden; }

#openableDataSheetContainer {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: #fefefe;
  /* @include transition(); */
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  border-left: 1px solid #b5b5b5;
  /* @include box-sizing(); */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 10;
  left: 100%; }
  #openableDataSheetContainer #openableDataSheet-opener-button {
    z-index: 99;
    position: absolute;
    top: 50%;
    height: 100px;
    width: 56px;
    text-align: center;
    margin-top: -50px;
    left: -30px;
    background-color: #1888d2;
    color: #fefefe;
    line-height: 100px;
    /* @include border-radius(); */
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer;
    opacity: 1;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #b5b5b5; }
  #openableDataSheetContainer.open {
    left: calc( 0% - 1px ); }
  #openableDataSheetContainer #openableDataSheetContainer-Content {
    height: 100%;
    overflow: hidden; }
    #openableDataSheetContainer #openableDataSheetContainer-Content .block-cover {
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      cursor: no-drop; }

#datasheetblock {
  position: relative; }

#specText {
  background-color: #ddd; }
  #specText p {
    font-size: 24px;
    display: block;
    width: 340px;
    color: #797979;
    text-align: center; }

#specSettingColumns .list1,
#specSettingColumns .list2 {
  height: 100%; }

#specificationList {
  background-color: #fefefe; }
  #specificationList header {
    background-color: #1888d2;
    color: #fefefe; }
    #specificationList header.header-deactivated-style {
      border-bottom: 1px solid #b5b5b5;
      background-color: #fefefe;
      color: #333333; }

#specificationEditForm {
  background-color: #fefefe; }
  #specificationEditForm .ui-sortable-placeholder {
    backgroud-color: #1888d2;
    height: 24px; }

#specificationEditBlock {
  z-index: 1; }

#loadingBlock {
  right: 0;
  height: 100%;
  position: absolute;
  width: 66.666%; }

.directory-system {
  /* Main Folders ---------------------------*/
  /* Main Folders ---------------------------*/
  /* Main Folders List Cells ---------------------------*/
  /* Main Folders List Cells ---------------------------*/
  /* Csíkok ----------------------------- */
  /* Hide and show buttons*/ }
  .directory-system.project-template-style .directory-system-listelement-inner.file {
    background-color: #e9e9e9; }
    .directory-system.project-template-style .directory-system-listelement-inner.file.userMadeStyle {
      background-color: #aecfe4; }
      .directory-system.project-template-style .directory-system-listelement-inner.file.userMadeStyle.active {
        background-color: #1888d2;
        color: #fefefe; }
        .directory-system.project-template-style .directory-system-listelement-inner.file.userMadeStyle.active .theme-color-main {
          color: #fefefe; }
    .directory-system.project-template-style .directory-system-listelement-inner.file.active {
      background-color: #1888d2;
      color: #fefefe; }
      .directory-system.project-template-style .directory-system-listelement-inner.file.active .theme-color-main {
        color: #fefefe; }
    .directory-system.project-template-style .directory-system-listelement-inner.file:hover {
      background-color: #00628D;
      color: #fefefe; }
  .directory-system.project-template-style .directory-system-listelement-inner.userMadeStyle {
    background-color: #aecfe4; }
  .directory-system.project-template-style .directory-system-listelement-inner.light-highlite {
    background-color: #e2ebf1; }
  .directory-system.project-template-style .directory-system-listelement-inner:hover {
    background-color: #00628D;
    color: #fefefe; }
  .directory-system .list-button-small {
    width: 36px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 12px;
    height: 20px;
    line-height: 20px; }
  .directory-system.main-folder > .directory-system-listelement {
    width: 100%; }
    .directory-system.main-folder > .directory-system-listelement.empty .directory-system-listelement-inner, .directory-system.main-folder > .directory-system-listelement.emptyFolder .directory-system-listelement-inner {
      border: 1px solid #b5b5b5;
      /* @include border-bottom-right-radius(); */
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px; }
  .directory-system.main-folder > .directory-system-listelement > .directory-system-listelement-inner {
    z-index: 1;
    /* @include border-radius(); */
    -webkit-border-radius: 3px 3px 0 3px;
    -moz-border-radius: 3px 3px 0 3px;
    border-radius: 3px 3px 0 3px;
    line-height: 18px;
    font-size: 12px; }
    .directory-system.main-folder > .directory-system-listelement > .directory-system-listelement-inner .simple-cell {
      line-height: 30px; }
    .directory-system.main-folder > .directory-system-listelement > .directory-system-listelement-inner .delete-button,
    .directory-system.main-folder > .directory-system-listelement > .directory-system-listelement-inner .add-button,
    .directory-system.main-folder > .directory-system-listelement > .directory-system-listelement-inner .edit-button {
      line-height: 30px; }
    .directory-system.main-folder > .directory-system-listelement > .directory-system-listelement-inner .folderName {
      line-height: 14px; }
  .directory-system.main-folder > .directory-system-listelement.empty > .directory-system-listelement-inner {
    margin-bottom: 0px; }
  .directory-system #specSettingList .specgroup {
    position: relative; }
  .directory-system .directory-system-listelement {
    width: 100%;
    /* @include user-select(); */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .directory-system .directory-system-listelement.highlite > .directory-system-listelement-inner {
      background-color: #e2ebf1; }
    .directory-system .directory-system-listelement.active .directory-system-listelement-inner {
      background-color: #1888d2;
      color: #fefefe; }
    .directory-system .directory-system-listelement.folder .directory-system {
      margin-left: 24px; }
    .directory-system .directory-system-listelement.folder.closed .directory-system {
      display: none; }
    .directory-system .directory-system-listelement.folder.closed > .directory-system-listelement-inner > .directory-opener-cell > .icon-open, .directory-system .directory-system-listelement.folder.closed > .directory-system-listelement-inner > .opener-cell > .icon-open {
      display: none; }
    .directory-system .directory-system-listelement.folder.open > .directory-system-listelement-inner > .directory-opener-cell > .icon-closed, .directory-system .directory-system-listelement.folder.open > .directory-system-listelement-inner > .opener-cell > .icon-closed {
      display: none; }
    .directory-system .directory-system-listelement.empty .directory-system-listelement-inner, .directory-system .directory-system-listelement.emptyFolder .directory-system-listelement-inner {
      cursor: auto;
      background-color: #fefefe;
      color: #b5b5b5; }
    .directory-system .directory-system-listelement .directory-system-listelement-inner .delete-button,
    .directory-system .directory-system-listelement .directory-system-listelement-inner .add-button,
    .directory-system .directory-system-listelement .directory-system-listelement-inner .edit-button,
    .directory-system .directory-system-listelement .directory-system-listelement-inner .simple-button {
      line-height: 24px;
      padding: 0 6px; }
    .directory-system .directory-system-listelement .directory-system-listelement-inner .simple-button {
      border-left: 1px solid #b5b5b5;
      background-color: #F2F2F2;
      box-sizing: border-box;
      text-align: center;
      font-size: 14px;
      padding: 0 8px; }
      .directory-system .directory-system-listelement .directory-system-listelement-inner .simple-button:hover {
        color: #fefefe;
        background-color: #1888d2; }
    .directory-system .directory-system-listelement .directory-system-listelement-inner .delete-button {
      background-color: #797979;
      color: #fefefe; }
      .directory-system .directory-system-listelement .directory-system-listelement-inner .delete-button:hover {
        background-color: #ee5050; }
    .directory-system .directory-system-listelement .directory-system-listelement-inner .edit-button {
      background-color: #797979;
      color: #fefefe;
      text-align: center;
      width: 26px; }
      .directory-system .directory-system-listelement .directory-system-listelement-inner .edit-button:hover {
        background-color: #1888d2; }
    .directory-system .directory-system-listelement .directory-system-listelement-inner .add-button {
      border-left: 1px solid #b5b5b5;
      background-color: #F2F2F2;
      width: 38px;
      box-sizing: border-box;
      text-align: center;
      font-size: 14px;
      padding: 0 3px; }
      .directory-system .directory-system-listelement .directory-system-listelement-inner .add-button .fa-plus {
        font-size: 12px; }
      .directory-system .directory-system-listelement .directory-system-listelement-inner .add-button .fa-clipboard-list,
      .directory-system .directory-system-listelement .directory-system-listelement-inner .add-button .fa-folder {
        margin-left: -2px; }
      .directory-system .directory-system-listelement .directory-system-listelement-inner .add-button:hover {
        color: #fefefe;
        background-color: #1888d2; }
    .directory-system .directory-system-listelement .directory-system-listelement-inner.highlited {
      background-color: #aecfe4; }
      .directory-system .directory-system-listelement .directory-system-listelement-inner.highlited:hover {
        background-color: #90bdda; }
    .directory-system .directory-system-listelement .directory-system-listelement-inner .checkbox-container {
      min-height: 24px;
      font-size: 12px; }
    .directory-system .directory-system-listelement.image-delete-button-container {
      position: relative; }
      .directory-system .directory-system-listelement.image-delete-button-container .delete-image-button {
        position: absolute;
        top: 16px;
        right: 26px;
        display: none; }
      .directory-system .directory-system-listelement.image-delete-button-container:hover .delete-image-button {
        display: block; }
    .directory-system .directory-system-listelement.highlitedDrop > .directory-system-listelement-inner {
      background-color: #1888d2 !important;
      color: #fefefe !important;
      position: relative; }
      .directory-system .directory-system-listelement.highlitedDrop > .directory-system-listelement-inner:before {
        content: "\f0da";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 18px;
        color: #333333;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        position: absolute;
        left: -4px;
        top: 2px; }
    .directory-system .directory-system-listelement.highlitedDrop > .directory-system > .directory-system-listelement > .directory-system-listelement-inner {
      background-color: #90bdda !important; }
  .directory-system .folder-checkbox-cell,
  .directory-system .checkbox-cell {
    font-size: 12px;
    padding: 0;
    display: inline-block;
    height: 24px; }
    .directory-system .folder-checkbox-cell input,
    .directory-system .checkbox-cell input {
      margin: 5px 6px 6px 6px; }
  .directory-system .icon-cell {
    width: 12px;
    text-align: center;
    font-size: 12px; }
  .directory-system .double-cell {
    flex: 2;
    display: inline-block;
    font-size: 12px;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .directory-system .simple-cell {
    flex: 1;
    display: inline-block;
    font-size: 12px;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .directory-system .simple-cell a {
      display: block;
      padding: 6px 10px; }
      .directory-system .simple-cell a:hover {
        background-color: #55a8de; }
  .directory-system .directory-system-listelement-inner {
    width: 100%;
    cursor: pointer;
    /* @include flexbox();*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -1px;
    background-color: #F8F8F8;
    border: 1px solid #b5b5b5;
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    padding: 0px 0px 0px 6px;
    font-size: 12px; }
    .directory-system .directory-system-listelement-inner .icon-cell,
    .directory-system .directory-system-listelement-inner .checkbox-cell,
    .directory-system .directory-system-listelement-inner .simple-cell {
      line-height: 24px; }
    .directory-system .directory-system-listelement-inner:hover {
      background-color: #aecfe4; }
    .directory-system .directory-system-listelement-inner.checked {
      background-color: #e2ebf1; }
    .directory-system .directory-system-listelement-inner.partilaChecked {
      background-color: #e2ebf1; }
    .directory-system .directory-system-listelement-inner.light-highlite {
      background-color: #aecfe4; }
    .directory-system .directory-system-listelement-inner.ready {
      background-color: #b3e2b4; }
      .directory-system .directory-system-listelement-inner.ready:hover {
        background-color: #74c574; }
    .directory-system .directory-system-listelement-inner.warning-style-2 {
      background-color: #ffd6a6; }
      .directory-system .directory-system-listelement-inner.warning-style-2:hover {
        background-color: #f3c691; }
    .directory-system .directory-system-listelement-inner.error-style-2 {
      background-color: #ee5050;
      color: #fefefe; }
      .directory-system .directory-system-listelement-inner.error-style-2 a {
        color: #fefefe; }
      .directory-system .directory-system-listelement-inner.error-style-2:hover {
        background-color: #dd3b3b; }
  .directory-system .hidden-button {
    display: none; }
  .directory-system.activate-buttons .hidden-button {
    display: inline-block; }
  .directory-system.lined-style > .directory-system-listelement:after, .directory-system.lined-style > .directory-system-listelement:before {
    border-bottom: 0 !important;
    border-left: 0 !important; }
  .directory-system.lined-style .directory-system-listelement:after {
    content: "";
    position: absolute;
    top: 11px;
    left: -12px;
    width: 12px;
    border-bottom: 2px solid #000; }
  .directory-system.lined-style .directory-system-listelement:before {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    height: 100%;
    border-left: 2px solid #000; }
  .directory-system.lined-style .directory-system-listelement:last-child:before {
    height: 12px; }

#fielsListContainer .checkbox-container,
#fielsListContainer .editSpecButton,
#fielsListContainer .deleteSpecButton,
#fielsListContainer .specSettingsText {
  display: none; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #loadingBlock {
    width: 100%;
    left: 100%;
    z-index: 2; }
    #loadingBlock.open {
      left: 0; }

  #datasheetblock {
    overflow: hidden; }

  #specSettingColumns .list1,
  #specSettingColumns .list2 {
    height: 100%; }

  /*
  #specificationListContainer{
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2;
      border: 0;
  }
  
  #specificationEditBlock{
      position: absolute;
      left: 100%;
      width: 100%;
      height: 100%;
      z-index: 3;
      
      &.open{
          left: 0;
      }
  }
  */
  /* TABLET VIEW END --------*/ }
@media only screen and (max-width: 767px) {
  #loadingBlock {
    width: 100%;
    left: 100%;
    z-index: 2; }
    #loadingBlock.open {
      left: 0; }

  #datasheetblock {
    overflow: hidden; }

  #specSettingColumns .list1 {
    height: 50%;
    border-right: 0;
    border-bottom: 1px solid #b5b5b5; }
  #specSettingColumns .list2 {
    height: 50%; }

  #specificationListContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    border: 0; }

  #specificationEditBlock {
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 3; }
    #specificationEditBlock.open {
      left: 0; }

  /*MOBILE VIEW END --------*/ }
#ImageEditorTools .tool-2 {
  width: 500px; }

/*
    Device Data Form ////////////////////////////////////////////////////////////////////
*/
#objectList li {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  #objectList li span:nth-child(1) {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0px;
    min-height: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 8px; }
  #objectList li span:nth-child(2) {
    padding: 6px;
    line-height: 12px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #1888d2;
    cursor: pointer;
    font-size: 14px;
    width: 20px; }
    #objectList li span:nth-child(2):before {
      content: "\f15b";
      font-family: 'Font Awesome 5 Free';
      font-weight: 400;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-size: 22px; }
    #objectList li span:nth-child(2):after {
      position: absolute;
      top: 7px;
      left: 6px;
      font-size: 10px;
      content: "\f12a";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }

#addNewDeviceWindow {
  z-index: 1100; }

.objectTableBlock .objectTableBlock-container {
  border: 3px solid #1888d2;
  background-color: #fefefe; }
  .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row-sticky {
    z-index: 3;
    position: sticky;
    top: 0; }
  .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row {
    border-bottom: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5; }
    .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .headerCell {
      flex-shrink: 0;
      flex-grow: 0;
      position: sticky;
      left: 0;
      z-index: 2;
      border-right: 1px solid #b5b5b5;
      width: 170px;
      max-width: 170px;
      padding: 6px 10px;
      font-size: 14px;
      line-height: 18px;
      box-sizing: border-box;
      margin-bottom: 0;
      background-color: #e2ebf1; }
      .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .headerCell.table-header-fixed {
        font-size: 12px;
        /* Csak key */
        /* Csak Link */
        /* Csak Object */
        /* Csak TableLink */
        /* Mindkettő */ }
        .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .headerCell.table-header-fixed.header-key-icon .key-icon {
          font-size: 10px;
          position: absolute;
          top: 4px;
          right: 6px;
          color: #1888d2; }
        .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .headerCell.table-header-fixed.header-link-icon {
          background-color: #ffd6a6;
          padding-right: 20px; }
          .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .headerCell.table-header-fixed.header-link-icon .link-icon {
            font-size: 10px;
            position: absolute;
            top: 4px;
            right: 6px;
            color: #333333; }
        .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .headerCell.table-header-fixed.header-object-icon {
          background-color: #F08100;
          color: #fefefe;
          padding-right: 20px; }
          .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .headerCell.table-header-fixed.header-object-icon .object-icon {
            font-size: 10px;
            position: absolute;
            top: 4px;
            right: 6px;
            color: #fefefe; }
        .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .headerCell.table-header-fixed.header-tablelink-icon {
          background-color: #c5edc6;
          padding-right: 20px; }
          .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .headerCell.table-header-fixed.header-tablelink-icon .tablelink-icon {
            font-size: 10px;
            position: absolute;
            top: 4px;
            right: 6px;
            color: #333333; }
        .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .headerCell.table-header-fixed.header-key-icon {
          /* Link */
          /* Object */
          /* Object */ }
          .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .headerCell.table-header-fixed.header-key-icon.header-link-icon .link-icon {
            position: absolute;
            top: 17px;
            right: 6px;
            color: #1888d2; }
          .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .headerCell.table-header-fixed.header-key-icon.header-object-icon .key-icon {
            color: #fefefe; }
          .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .headerCell.table-header-fixed.header-key-icon.header-object-icon .object-icon {
            position: absolute;
            top: 17px;
            right: 6px;
            color: #fefefe; }
          .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .headerCell.table-header-fixed.header-key-icon.header-tablelink-icon .tablelink-icon {
            position: absolute;
            top: 17px;
            right: 6px; }
    .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .headerCellTop,
    .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .cell {
      flex-shrink: 0;
      flex-grow: 0;
      min-width: 150px;
      border-left: 1px solid #b5b5b5;
      font-size: 14px;
      line-height: 18px;
      box-sizing: border-box;
      margin-bottom: 0;
      background-color: #fefefe;
      flex: 1; }
      .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .headerCellTop span,
      .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .cell span {
        width: 100%;
        height: 100%;
        padding: 6px 6px;
        display: inline-block;
        box-sizing: border-box;
        line-height: 18px; }
      .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .headerCellTop select,
      .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .headerCellTop input,
      .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .cell select,
      .objectTableBlock .objectTableBlock-container .objectTableBlock-table .table-row .cell input {
        border: 0;
        width: 100%;
        height: 100%;
        padding: 3px 5px;
        border-radius: 0; }

#objectList .link-button {
  padding: 6px;
  line-height: 12px; }
  #objectList .link-button:before {
    content: "\f15b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 22px; }
  #objectList .link-button:after {
    position: absolute;
    top: 13px;
    left: 12px;
    font-size: 10px;
    content: "\f12a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; }

.object-tableContainer {
  position: relative; }

#objectEditContent {
  position: relative; }

#objectDataContainer {
  position: relative;
  overflow: scroll;
  overflow-y: hidden; }
  #objectDataContainer .objectResultsBlockContainer {
    position: relative;
    min-width: 530px;
    border-right: 1px solid #b5b5b5;
    background-color: #fefefe;
    border-left: 12px solid #F08100; }
    #objectDataContainer .objectResultsBlockContainer.articleEditSearchBlock-opened {
      min-width: 990px; }
    #objectDataContainer .objectResultsBlockContainer.articleEditSearchBlock-opened2 {
      min-width: 990px; }
    #objectDataContainer .objectResultsBlockContainer .minimizedView {
      display: none; }
    #objectDataContainer .objectResultsBlockContainer.minimised {
      width: 36px;
      min-width: 36px !important;
      max-width: 36px !important;
      border-left: 0; }
      #objectDataContainer .objectResultsBlockContainer.minimised .openable-flexbox {
        display: none; }
      #objectDataContainer .objectResultsBlockContainer.minimised .minimizedView {
        display: block; }
      #objectDataContainer .objectResultsBlockContainer.minimised .dropDiv {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(24, 136, 210, 0.6);
        z-index: 9; }
        #objectDataContainer .objectResultsBlockContainer.minimised .dropDiv i {
          font-size: 24px;
          position: relative;
          top: 50%;
          width: 100%;
          text-align: center;
          color: #fff;
          margin-top: -50px;
          text-shadow: 2px 2px 1px #00628D; }
      #objectDataContainer .objectResultsBlockContainer.minimised .dropHereDiv {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(229, 229, 229, 0.6);
        z-index: 9; }
        #objectDataContainer .objectResultsBlockContainer.minimised .dropHereDiv i {
          font-size: 24px;
          position: relative;
          top: 90px;
          width: 100%;
          text-align: center;
          color: #1888d2;
          margin-top: -50px; }
        #objectDataContainer .objectResultsBlockContainer.minimised .dropHereDiv span {
          font-size: 16px;
          position: relative;
          top: 270px;
          width: 245px;
          left: -104px;
          text-align: center;
          color: #1888d2;
          margin-top: -65px;
          transform: rotate(-90deg); }
    #objectDataContainer .objectResultsBlockContainer:last-child {
      border-right: 0; }
    #objectDataContainer .objectResultsBlockContainer .dropDiv {
      position: absolute;
      left: -12px;
      top: 0;
      width: calc( 100% + 12px );
      height: 100%;
      background-color: rgba(24, 136, 210, 0.6);
      z-index: 9; }
      #objectDataContainer .objectResultsBlockContainer .dropDiv i {
        display: inline-block;
        font-size: 100px;
        position: relative;
        top: 50%;
        width: 100%;
        text-align: center;
        color: #fff;
        margin-top: -50px;
        text-shadow: 2px 2px 1px #00628D; }
    #objectDataContainer .objectResultsBlockContainer .dropHereDiv {
      position: absolute;
      left: -12px;
      top: 0;
      width: calc( 100% + 12px );
      height: 100%;
      background-color: rgba(229, 229, 229, 0.6);
      z-index: 9; }
      #objectDataContainer .objectResultsBlockContainer .dropHereDiv i {
        display: inline-block;
        font-size: 100px;
        position: relative;
        top: 50%;
        width: 100%;
        text-align: center;
        color: #1888d2;
        margin-top: -50px; }
      #objectDataContainer .objectResultsBlockContainer .dropHereDiv span {
        display: block;
        font-size: 18px;
        position: relative;
        top: 50%;
        width: 100%;
        text-align: center;
        color: #1888d2;
        margin-top: 20px;
        font-weight: bold; }
    #objectDataContainer .objectResultsBlockContainer .tabContainer {
      overflow: hidden; }

#DeviceMaintenance-container #tableListOpenableButton {
  display: none; }

#tableAddress div span {
  margin-top: 3px; }
#tableAddress div .icon {
  width: 24px;
  height: 24px;
  color: #00628D;
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-weight: 900;
  background-image: none;
  text-align: center;
  line-height: 24px; }
  #tableAddress div .icon:before {
    content: "\f07b"; }
#tableAddress div:nth-child(1) .icon {
  background-image: url(../img/sprites/folder-icons-sprite-2.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-position: left 0%;
  display: inline-block; }
  #tableAddress div:nth-child(1) .icon:before {
    content: ""; }
#tableAddress div:nth-child(2) .icon {
  background-image: url(../img/sprites/folder-icons-sprite-2.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-position: left 50%;
  display: inline-block; }
  #tableAddress div:nth-child(2) .icon:before {
    content: ""; }
#tableAddress div:nth-child(3) .icon {
  background-image: url(../img/sprites/folder-icons-sprite-2.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-position: left 50%;
  display: inline-block; }
  #tableAddress div:nth-child(3) .icon:before {
    content: ""; }
#tableAddress div:nth-child(4) .icon {
  background-image: url(../img/sprites/folder-icons-sprite-2.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-position: left 100%;
  display: inline-block; }
  #tableAddress div:nth-child(4) .icon:before {
    content: ""; }
#tableAddress div:last-child .icon {
  width: 24px;
  height: 24px;
  color: #00628D;
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-weight: 900;
  background-image: none;
  text-align: center;
  line-height: 24px; }
  #tableAddress div:last-child .icon:before {
    content: "\f0ce"; }

#tableListContainer .column .blockHeader,
#tagListContainer .column .blockHeader,
#objectListContainer .column .blockHeader {
  min-height: 38px; }
  #tableListContainer .column .blockHeader h4,
  #tagListContainer .column .blockHeader h4,
  #objectListContainer .column .blockHeader h4 {
    line-height: 24px; }
#tableListContainer.closed .filterContainer,
#tagListContainer.closed .filterContainer,
#objectListContainer.closed .filterContainer {
  display: none; }
#tableListContainer.closed .listContainer,
#tagListContainer.closed .listContainer,
#objectListContainer.closed .listContainer {
  display: none; }
#tableListContainer.closed .openable-button,
#tagListContainer.closed .openable-button,
#objectListContainer.closed .openable-button {
  display: none; }
#tableListContainer.closed .hideOnColsed,
#tagListContainer.closed .hideOnColsed,
#objectListContainer.closed .hideOnColsed {
  display: none; }
#tableListContainer.open,
#tagListContainer.open,
#objectListContainer.open {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0px;
  min-height: 0px; }
  #tableListContainer.open .goback-button,
  #tagListContainer.open .goback-button,
  #objectListContainer.open .goback-button {
    display: none; }
  #tableListContainer.open .column .blockHeader,
  #tagListContainer.open .column .blockHeader,
  #objectListContainer.open .column .blockHeader {
    background-color: #00628D;
    color: #fefefe; }
  #tableListContainer.open .openable-button,
  #tagListContainer.open .openable-button,
  #objectListContainer.open .openable-button {
    display: none; }
#tableListContainer.openable .openable-button,
#tagListContainer.openable .openable-button,
#objectListContainer.openable .openable-button {
  display: inline-block; }

#tableFilterInput,
#tagInput,
#objectFilterInput {
  border: 0;
  border-bottom: 1px solid #b5b5b5;
  border-radius: 0; }

#tableAddress {
  min-height: 25px; }

.table-directory {
  /* Main Folders ---------------------------*/
  /* Main Folders ---------------------------*/
  /* Main Folders List Cells ---------------------------*/
  /* Main Folders List Cells ---------------------------*/
  /* Csíkok ----------------------------- */ }
  .table-directory > .directory-system-folder-listelement:after, .table-directory > .directory-system-folder-listelement:before {
    display: none; }
  .table-directory .directory-system-folder-listelement {
    width: 100%;
    /* @include user-select(); */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    /* Table  Level*/ }
    .table-directory .directory-system-folder-listelement:after {
      content: "";
      position: absolute;
      top: 11px;
      left: -13px;
      width: 12px;
      border-bottom: 1px solid #ccc; }
    .table-directory .directory-system-folder-listelement:before {
      content: "";
      position: absolute;
      top: 0;
      left: -13px;
      height: 100%;
      border-left: 1px solid #ccc; }
    .table-directory .directory-system-folder-listelement:last-child:before {
      height: 12px; }
    .table-directory .directory-system-folder-listelement.folder {
      /* First Level*/
      /* Second Level*/
      /* /Second Level*/ }
      .table-directory .directory-system-folder-listelement.folder .directory-system-folder {
        padding-left: 12px;
        margin-left: 14px; }
      .table-directory .directory-system-folder-listelement.folder.closed .directory-system-folder {
        display: none; }
      .table-directory .directory-system-folder-listelement.folder.open > .directory-system-listelement-inner > .opener-cell > .icon-closed, .table-directory .directory-system-folder-listelement.folder.closed > .directory-system-listelement-inner > .opener-cell > .icon-open {
        display: none; }
      .table-directory .directory-system-folder-listelement.folder .directory-system-listelement-inner.active > .opener-cell > .icon-cell {
        color: #fefefe !important; }
      .table-directory .directory-system-folder-listelement.folder .directory-system-listelement-inner > .opener-cell > .icon-cell,
      .table-directory .directory-system-folder-listelement.folder .directory-system-listelement-inner > .opener-cell > .icon-cell {
        background-image: url(../img/sprites/folder-icons-sprite-2.png);
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        background-size: 24px;
        background-position: left 0%; }
      .table-directory .directory-system-folder-listelement.folder .directory-system-listelement-inner.active > .opener-cell > .icon-cell,
      .table-directory .directory-system-folder-listelement.folder .directory-system-listelement-inner.active > .opener-cell > .icon-cell {
        background-image: url(../img/sprites/folder-icons-sprite.png); }
      .table-directory .directory-system-folder-listelement.folder .directory-system-folder .directory-system-folder-listelement {
        /* Third Level*/
        /* /Third Level*/ }
        .table-directory .directory-system-folder-listelement.folder .directory-system-folder .directory-system-folder-listelement.folder .directory-system-listelement-inner > .opener-cell > .icon-cell,
        .table-directory .directory-system-folder-listelement.folder .directory-system-folder .directory-system-folder-listelement.folder .directory-system-listelement-inner > .opener-cell > .icon-cell {
          background-image: url(../img/sprites/folder-icons-sprite-2.png);
          background-repeat: no-repeat;
          width: 24px;
          height: 24px;
          background-size: 24px;
          background-position: left 50%; }
        .table-directory .directory-system-folder-listelement.folder .directory-system-folder .directory-system-folder-listelement.folder .directory-system-listelement-inner.active > .opener-cell > .icon-cell,
        .table-directory .directory-system-folder-listelement.folder .directory-system-folder .directory-system-folder-listelement.folder .directory-system-listelement-inner.active > .opener-cell > .icon-cell {
          background-image: url(../img/sprites/folder-icons-sprite.png); }
        .table-directory .directory-system-folder-listelement.folder .directory-system-folder .directory-system-folder-listelement .directory-system-folder .directory-system-folder-listelement {
          /* Fourth+ Level*/
          /* /Fourth+ Level*/ }
          .table-directory .directory-system-folder-listelement.folder .directory-system-folder .directory-system-folder-listelement .directory-system-folder .directory-system-folder-listelement.folder .directory-system-listelement-inner > .opener-cell > .icon-cell {
            background-image: url(../img/sprites/folder-icons-sprite-2.png);
            background-repeat: no-repeat;
            width: 24px;
            height: 24px;
            background-size: 24px;
            background-position: left 100%; }
          .table-directory .directory-system-folder-listelement.folder .directory-system-folder .directory-system-folder-listelement .directory-system-folder .directory-system-folder-listelement.folder .directory-system-listelement-inner.active > .opener-cell > .icon-cell,
          .table-directory .directory-system-folder-listelement.folder .directory-system-folder .directory-system-folder-listelement .directory-system-folder .directory-system-folder-listelement.folder .directory-system-listelement-inner.active > .opener-cell > .icon-cell {
            background-image: url(../img/sprites/folder-icons-sprite.png); }
          .table-directory .directory-system-folder-listelement.folder .directory-system-folder .directory-system-folder-listelement .directory-system-folder .directory-system-folder-listelement .directory-system-folder .directory-system-folder-listelement.folder .directory-system-listelement-inner > .opener-cell > .icon-cell {
            width: 24px;
            height: 24px;
            color: #00628D;
            font-family: 'Font Awesome 5 Free';
            font-size: 16px;
            font-weight: 900;
            background-image: none; }
            .table-directory .directory-system-folder-listelement.folder .directory-system-folder .directory-system-folder-listelement .directory-system-folder .directory-system-folder-listelement .directory-system-folder .directory-system-folder-listelement.folder .directory-system-listelement-inner > .opener-cell > .icon-cell:before {
              content: "\f07b"; }
    .table-directory .directory-system-folder-listelement.table .directory-system-listelement-inner > .opener-cell > .icon-cell {
      width: 24px;
      min-height: 24px;
      color: #00628D;
      font-family: 'Font Awesome 5 Free';
      font-size: 16px;
      font-weight: 900;
      background-image: none !important; }
      .table-directory .directory-system-folder-listelement.table .directory-system-listelement-inner > .opener-cell > .icon-cell:before {
        content: "\f0ce" !important; }
  .table-directory .icon-cell {
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    position: relative; }
  .table-directory .simple-cell {
    flex: 1;
    font-size: 12px;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .table-directory .simple-cell a {
      display: block;
      padding: 6px 10px; }
      .table-directory .simple-cell a:hover {
        background-color: #55a8de; }
  .table-directory .directory-system-listelement-inner {
    width: 100%;
    min-height: 24px;
    cursor: pointer;
    /* @include flexbox();*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .table-directory .directory-system-listelement-inner .folderName {
      line-height: 12px;
      padding: 3px 0; }
    .table-directory .directory-system-listelement-inner.active {
      background-color: #1888d2;
      color: #fefefe; }
      .table-directory .directory-system-listelement-inner.active:hover {
        background-color: #00628D; }
    .table-directory .directory-system-listelement-inner .icon-cell,
    .table-directory .directory-system-listelement-inner .checkbox-cell,
    .table-directory .directory-system-listelement-inner .simple-cell {
      line-height: 24px; }
    .table-directory .directory-system-listelement-inner:hover {
      background-color: #aecfe4; }
    .table-directory .directory-system-listelement-inner.checked {
      background-color: #e2ebf1; }
    .table-directory .directory-system-listelement-inner.partilaChecked {
      background-color: #e2ebf1; }
  .table-directory directory-system {
    padding-left: 24px;
    position: relative; }
  .table-directory .directory-system-listelement {
    position: relative; }
    .table-directory .directory-system-listelement:before {
      content: "";
      display: block;
      width: 13px;
      top: 11px;
      left: -13px;
      position: absolute;
      border-top: 2px solid #000; }
    .table-directory .directory-system-listelement:after {
      display: block;
      content: "";
      height: 100%;
      width: 2px;
      background-color: #333333;
      position: absolute;
      left: -13px;
      top: 0;
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    .table-directory .directory-system-listelement:last-child:after {
      display: block;
      content: "";
      height: 12px;
      width: 2px;
      background-color: #333333;
      position: absolute;
      left: -13px;
      top: 0;
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    .table-directory .directory-system-listelement.main-folder:before, .table-directory .directory-system-listelement.main-folder:after {
      content: "";
      width: 0;
      height: 0; }

.objectOpenable-container {
  position: relative;
  overflow: hidden; }

#openableDataContainer {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: #fefefe;
  /* @include transition(); */
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  border-left: 1px solid #b5b5b5;
  /* @include box-sizing(); */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 3;
  left: 100%; }
  #openableDataContainer #objectOpenable-opener-button {
    z-index: 99;
    position: absolute;
    top: 45%;
    height: 100px;
    width: 56px;
    text-align: center;
    margin-top: -50px;
    left: -30px;
    background-color: #1888d2;
    color: #fefefe;
    line-height: 100px;
    /* @include border-radius(); */
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer;
    opacity: 1;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #b5b5b5; }
  #openableDataContainer .objectOpenable-block {
    overflow: hidden; }
  #openableDataContainer.open {
    left: calc( 0% - 1px ); }
  #openableDataContainer #objectOpenable-Content {
    height: 100%;
    overflow: hidden; }

.device-data-form .device-data-form-content .device-data-form-table {
  background-color: #fefefe; }
  .device-data-form .device-data-form-content .device-data-form-table .device-data-form-table-column {
    border-bottom: 1px solid #b5b5b5; }
    .device-data-form .device-data-form-content .device-data-form-table .device-data-form-table-column .device-data-form-table-cell {
      border-right: 1px solid #b5b5b5;
      padding: 6px 8px;
      font-size: 14px;
      line-height: 18px; }
      .device-data-form .device-data-form-content .device-data-form-table .device-data-form-table-column .device-data-form-table-cell:last-child {
        border-right: 0; }
    .device-data-form .device-data-form-content .device-data-form-table .device-data-form-table-column .device-data-form-table-inputcell {
      border-right: 1px solid #b5b5b5;
      line-height: 18px; }
      .device-data-form .device-data-form-content .device-data-form-table .device-data-form-table-column .device-data-form-table-inputcell:last-child {
        border-right: 0; }
      .device-data-form .device-data-form-content .device-data-form-table .device-data-form-table-column .device-data-form-table-inputcell input {
        height: 100%;
        border: 0;
        border-radius: 0; }

.device-data-switch-header {
  background-color: #1888d2;
  color: #fefefe; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .device-data-form .device-data-form-content {
    min-height: 280px; }

  #objectDataContainer > .objectResultsBlockContainer {
    min-width: 100% !important;
    max-width: 100% !important; }

  /*
  
  
  
  #tablePageWindow{
  
      top: 73px!important;
      height: calc( 100% - 75px)!important;
      left: auto !important;
      width: 532px !important;
      right: 0!important;
  }*/
  #DeviceMaintenance-container .horisontalResizableBlock .ui-resizable-se {
    width: 0px;
    border-left: 0; }

  .horisontalResizableBlock {
    max-width: 255px !important;
    min-width: 255px !important; }

  #ArticleEditorSidebar .ui-icon-gripsmall-diagonal-se {
    display: none !important; }

  .objectTableBlock {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100% !important;
    height: 100%;
    background-color: #fefefe; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW */
@media only screen and (max-width: 767px) {
  #ArticleEditorSidebar .ui-icon-gripsmall-diagonal-se {
    display: none !important; }

  /*
  #DeviceMaintenance{
      width: 100%;
      min-width: 100%;
      max-width: 100%;
  }
  */
  #tableList {
    padding: 0px; }

  #DeviceMaintenance-container .horisontalResizableBlock {
    width: 50% !important; }
    #DeviceMaintenance-container .horisontalResizableBlock .ui-resizable-se {
      width: auto;
      border-left: 0; }

  .horisontalResizableBlock.ui-widget-content {
    width: auto !important;
    min-width: auto !important;
    flex: 1; }

  #DeviceMaintenance-container {
    position: relative;
    overflow: hidden; }
    #DeviceMaintenance-container #folderList-container {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: #fefefe;
      z-index: 4;
      right: 100%;
      -webkit-transition: 0.8s;
      -moz-transition: 0.8s;
      -ms-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s; }
      #DeviceMaintenance-container #folderList-container.open {
        right: 0%; }
    #DeviceMaintenance-container #tableListOpenableButton {
      z-index: 99;
      position: absolute;
      top: 70%;
      height: 100px;
      width: 56px;
      text-align: center;
      margin-top: -50px;
      right: -30px;
      background-color: #1888d2;
      color: #fefefe;
      line-height: 100px;
      /* @include border-radius(); */
      -webkit-border-radius: 9px;
      -moz-border-radius: 9px;
      border-radius: 9px;
      cursor: pointer;
      opacity: 1;
      box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
      border: 1px solid #b5b5b5;
      display: flex; }

  .device-data-form .device-data-form-content {
    min-height: 220px; }

  #tabsheet_container.switch .switch-tab {
    padding: 0 19px;
    margin-right: 0;
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 9px;
    -moz-border-top-left-radius: 9px;
    border-top-left-radius: 9px;
    /* @include border-top-right-radius(); */
    -webkit-border-top-right-radius: 9px;
    -moz-border-top-right-radius: 9px;
    border-top-right-radius: 9px;
    border-left: 0; }
    #tabsheet_container.switch .switch-tab:before {
      display: none; }

  .device-data-switch-header h3 {
    font-size: 16px; }

  .device-data-form .device-data-form-footer .message-grey {
    font-size: 12px; }

  #objectDataContainer > .objectResultsBlockContainer {
    min-width: 100% !important;
    max-width: 100% !important; }
    #objectDataContainer > .objectResultsBlockContainer .tabContainer {
      overflow: scroll;
      overflow-x: hidden; }

  #tablePageWindow {
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    max-height: 100%; }

  #ArticleEditorSidebar.mobileHide,
  #ArticleEditorContent.mobileHide {
    display: none; }

  #ArticleEditorContent {
    max-width: 100%;
    min-width: 100%; }

  .objectTableBlock {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100% !important;
    height: 100%; }

  .objectTableBlock-table {
    min-width: 100%;
    background-color: #fefefe; }

  #DeviceMaintenance-container .ui-resizable-se {
    width: 0px !important; }

  #ImageEditorTools .tool-2 {
    order: 2; }
  #ImageEditorTools .tool-3 {
    order: 1; }

  /* MOBILE VIEW END --------*/ }
/* MOBILE VIEW Landscape VIEW -------- */
@media only screen and (orientation: landscape) and (max-width: 767px) {
  .objectResultsBlockContainer {
    height: 140%; } }
/*
    Document Extender Page  ////////////////////////////////////////////////////////////////////
*/
#documentExtenderContainer {
  padding-top: 6px; }
  #documentExtenderContainer .extenderHeight {
    height: calc(100vh - 213px); }
  #documentExtenderContainer .list-listelement.expired {
    background-color: #eda1a1;
    color: #333333; }
    #documentExtenderContainer .list-listelement.expired .link-text,
    #documentExtenderContainer .list-listelement.expired .link-button {
      color: #1888d2; }
    #documentExtenderContainer .list-listelement.expired .list-listelement a {
      color: #333333; }
    #documentExtenderContainer .list-listelement.expired .icon-container {
      background-color: #ee5050;
      color: #fefefe; }
    #documentExtenderContainer .list-listelement.expired .expireDate {
      color: #ee5050; }
  #documentExtenderContainer .list-listelement.redExpired .icon-container {
    background-color: #F08100;
    color: #fefefe; }
  #documentExtenderContainer .list-listelement.yellowExpired .icon-container {
    background-color: #F5BC17;
    color: #fefefe; }
  #documentExtenderContainer .list-listelement.fail {
    background-color: #eda1a1; }
    #documentExtenderContainer .list-listelement.fail .icon-container {
      background-color: #ee5050;
      color: #fefefe; }
      #documentExtenderContainer .list-listelement.fail .icon-container .fa-exclamation-triangle:before {
        content: "\f46d"; }
      #documentExtenderContainer .list-listelement.fail .icon-container:before {
        content: "\f12a";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        margin-right: 3px; }
    #documentExtenderContainer .list-listelement.fail .expireDate {
      color: #ee5050; }
  #documentExtenderContainer .list-header.icon-header {
    padding-left: 58px; }
  #documentExtenderContainer .switch-tab.expired:after, #documentExtenderContainer .switch-tab.yellowExpired:after, #documentExtenderContainer .switch-tab.redExpired:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f071";
    margin-left: 12px;
    margin-right: -4px;
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 0px -1px 0px; }
  #documentExtenderContainer .switch-tab.redExpired:after {
    color: #F08100; }
  #documentExtenderContainer .switch-tab.yellowExpired:after {
    color: #F5BC17; }
  #documentExtenderContainer .switch-tab.expired:after {
    color: #ee5050; }

#errorPageHeight .extenderHeight {
  height: calc(100vh - 172px); }

/* Erro Ticket Manadger */
#errorTicketReport2Result .list-header-cell-2,
#errorTicketReport2Result .list-cell {
  flex-shrink: 0; }

#errorTicketReport2List .list-listelement:last-child > .row {
  margin-top: 4px;
  border-top: 1px solid #b5b5b5; }

/*
    Folder Page  ////////////////////////////////////////////////////////////////////
*/
/*////////////////////////////////////
/// THEME COLORS /////////////////////
/////////////////////////////////// */
/*
    CSS PREFIXES ///////////////////////////////////////////////////////////////
*/
/* CSS3 Styles ---------------------------------- */
/* BorderBox ---------------------------------- */
/* border radius ---------------------------*/
/* box shadow ---------------------------*/
/* Transision (Animation) ---------------------------- */
/* Transform ---------------------------- */
/* Transform ---------------------------- */
/* FLEX ------------------------------------ */
/* flex boxes ---------------------------*/
/* flex elements------------------------- */
/* The mian color ---------------------------------------- */
/* Main */
/*  Main Color Light Background */
/* Secondary */
/* orange ---------------------*/
/* Background */
/* DOC ---------------------*/
/* Background */
/* Project ---------------------*/
/* Background */
/* Green -----*/
/* Background */
/* Black And White --------------------------------------- */
/* Greys ------------------------------------------------- */
/* Mostly Used*/
/* Other Colors ------------------------------------------ */
/* Red -----*/
/* Yellow -----*/
/* Green -----*/
/* Border ------------------------------------------ */
/* SHADOWS --------------------------*/
/* Small Shadow */
/* Purple -----*/
/* Fonts ----------------------*/
.folder-title-text {
  padding: 4px 0;
  line-height: 16px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  user-select: none; }

#newProjectButton {
  cursor: pointer; }

/* Djirectory System Header */
.directory-system .directory-system-header {
  width: 100%;
  /* @include flexbox();*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 36px;
  font-weight: bold; }
  .directory-system .directory-system-header .icon-cell,
  .directory-system .directory-system-header .simple-cell,
  .directory-system .directory-system-header .date-cell,
  .directory-system .directory-system-header .fix-cell,
  .directory-system .directory-system-header .fix-cell-big,
  .directory-system .directory-system-header .fix-small-cell {
    margin: 3px 0;
    line-height: 22px;
    font-size: 16px; }
  .directory-system .directory-system-header .icon-cell {
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 0; }
  .directory-system .directory-system-header .simple-cell {
    flex: 1; }
  .directory-system .directory-system-header .date-cell {
    width: 140px; }
  .directory-system .directory-system-header .fix-cell-big {
    width: 180px; }
  .directory-system .directory-system-header .fix-cell {
    width: 120px; }
  .directory-system .directory-system-header .fix-small-cell {
    width: 40px; }
  .directory-system .directory-system-header :last-child {
    border: 0; }

#treeView.simple-color-style .jstree-container-ul .jstree-node .directory-system-listelement-inner {
  background-color: #fefefe !important; }
  #treeView.simple-color-style .jstree-container-ul .jstree-node .directory-system-listelement-inner.table {
    background-color: #e9e9e9 !important; }
    #treeView.simple-color-style .jstree-container-ul .jstree-node .directory-system-listelement-inner.table.userMadeStyle {
      background-color: #e2ebf1 !important; }
  #treeView.simple-color-style .jstree-container-ul .jstree-node .directory-system-listelement-inner.userMadeStyle {
    background-color: #e2ebf1 !important; }
#treeView.simple-color-style .jstree-container-ul .jstree-node .jstree-clicked .directory-system-listelement-inner {
  background-color: #1888d2 !important;
  color: #fefefe; }
  #treeView.simple-color-style .jstree-container-ul .jstree-node .jstree-clicked .directory-system-listelement-inner.table {
    background-color: #1888d2 !important;
    color: #fefefe; }
    #treeView.simple-color-style .jstree-container-ul .jstree-node .jstree-clicked .directory-system-listelement-inner.table .theme-color-main {
      color: #fefefe; }
    #treeView.simple-color-style .jstree-container-ul .jstree-node .jstree-clicked .directory-system-listelement-inner.table.userMadeStyle {
      background-color: #1888d2 !important;
      color: #fefefe; }
      #treeView.simple-color-style .jstree-container-ul .jstree-node .jstree-clicked .directory-system-listelement-inner.table.userMadeStyle .theme-color-main {
        color: #fefefe; }
  #treeView.simple-color-style .jstree-container-ul .jstree-node .jstree-clicked .directory-system-listelement-inner.userMadeStyle {
    background-color: #1888d2 !important;
    color: #fefefe; }
    #treeView.simple-color-style .jstree-container-ul .jstree-node .jstree-clicked .directory-system-listelement-inner.userMadeStyle .theme-color-main {
      color: #fefefe; }
#treeView .jstree-container-ul {
  /* Main Folders ---------------------------*/
  /* / Main Folders ---------------------------*/
  /* Csíkok ----------------------------- */
  /* Színek mapparendszerre elosztva.*/
  /* Root */ }
  #treeView .jstree-container-ul .jstree-node.jstree-leaf .directory-system-listelement-inner.folder .icon-cell {
    background-color: #A6A6A6 !important; }
  #treeView .jstree-container-ul .jstree-node .jstree-clicked .directory-system-listelement-inner {
    background-color: #bfd9ea !important; }
    #treeView .jstree-container-ul .jstree-node .jstree-clicked .directory-system-listelement-inner:hover {
      background-color: #90bdda !important;
      color: #333333 !important; }
      #treeView .jstree-container-ul .jstree-node .jstree-clicked .directory-system-listelement-inner:hover .link-button,
      #treeView .jstree-container-ul .jstree-node .jstree-clicked .directory-system-listelement-inner:hover a {
        color: #1888d2 !important; }
  #treeView .jstree-container-ul .jstree-node .jstree-icon {
    display: none; }
  #treeView .jstree-container-ul .jstree-node > a {
    width: 100%; }
    #treeView .jstree-container-ul .jstree-node > a .jstree-icon {
      display: none; }
  #treeView .jstree-container-ul .jstree-node .directory-system {
    display: none;
    padding-left: 36px; }
  #treeView .jstree-container-ul .jstree-node .directory-system-listelement-inner.table {
    background-color: #F2F2F2; }
    #treeView .jstree-container-ul .jstree-node .directory-system-listelement-inner.table .icon-cell {
      background-color: #00628D;
      color: #fefefe;
      font-family: 'Font Awesome 5 Free';
      font-size: 16px;
      font-weight: 900;
      background-image: none; }
      #treeView .jstree-container-ul .jstree-node .directory-system-listelement-inner.table .icon-cell:before {
        content: "\f0ce"; }
  #treeView .jstree-container-ul .directory-system-listelement-inner {
    width: 100%;
    cursor: pointer;
    /* @include flexbox();*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* Main Folders List Cells ---------------------------*/
    /* Buttons ---------------------------- */
    /* /Buttons ---------------------------- */ }
    #treeView .jstree-container-ul .directory-system-listelement-inner .icon-cell,
    #treeView .jstree-container-ul .directory-system-listelement-inner .simple-cell,
    #treeView .jstree-container-ul .directory-system-listelement-inner .date-cell,
    #treeView .jstree-container-ul .directory-system-listelement-inner .fix-cell,
    #treeView .jstree-container-ul .directory-system-listelement-inner .fix-cell-big,
    #treeView .jstree-container-ul .directory-system-listelement-inner .fix-small-cell {
      line-height: 36px; }
    #treeView .jstree-container-ul .directory-system-listelement-inner .icon-cell,
    #treeView .jstree-container-ul .directory-system-listelement-inner .simple-cell,
    #treeView .jstree-container-ul .directory-system-listelement-inner .date-cell,
    #treeView .jstree-container-ul .directory-system-listelement-inner .fix-cell,
    #treeView .jstree-container-ul .directory-system-listelement-inner .fix-cell-big,
    #treeView .jstree-container-ul .directory-system-listelement-inner .fix-small-cell {
      padding: 0 6px;
      font-size: 12px;
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    #treeView .jstree-container-ul .directory-system-listelement-inner .icon-cell {
      width: 24px;
      height: 24px;
      text-align: center;
      padding: 0; }
    #treeView .jstree-container-ul .directory-system-listelement-inner .simple-cell {
      flex: 1; }
    #treeView .jstree-container-ul .directory-system-listelement-inner .date-cell {
      width: 140px; }
    #treeView .jstree-container-ul .directory-system-listelement-inner .fix-cell-big {
      width: 180px; }
    #treeView .jstree-container-ul .directory-system-listelement-inner .fix-cell {
      width: 120px; }
    #treeView .jstree-container-ul .directory-system-listelement-inner .fix-small-cell {
      width: 40px; }
    #treeView .jstree-container-ul .directory-system-listelement-inner .new-folder,
    #treeView .jstree-container-ul .directory-system-listelement-inner .new-table,
    #treeView .jstree-container-ul .directory-system-listelement-inner .edit-folder,
    #treeView .jstree-container-ul .directory-system-listelement-inner .edit-table,
    #treeView .jstree-container-ul .directory-system-listelement-inner .log-button,
    #treeView .jstree-container-ul .directory-system-listelement-inner .info-button {
      width: 36px;
      line-height: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      display: block;
      position: relative; }
      #treeView .jstree-container-ul .directory-system-listelement-inner .new-folder .fas,
      #treeView .jstree-container-ul .directory-system-listelement-inner .new-table .fas,
      #treeView .jstree-container-ul .directory-system-listelement-inner .edit-folder .fas,
      #treeView .jstree-container-ul .directory-system-listelement-inner .edit-table .fas,
      #treeView .jstree-container-ul .directory-system-listelement-inner .log-button .fas,
      #treeView .jstree-container-ul .directory-system-listelement-inner .info-button .fas {
        line-height: 36px; }
      #treeView .jstree-container-ul .directory-system-listelement-inner .new-folder:hover,
      #treeView .jstree-container-ul .directory-system-listelement-inner .new-table:hover,
      #treeView .jstree-container-ul .directory-system-listelement-inner .edit-folder:hover,
      #treeView .jstree-container-ul .directory-system-listelement-inner .edit-table:hover,
      #treeView .jstree-container-ul .directory-system-listelement-inner .log-button:hover,
      #treeView .jstree-container-ul .directory-system-listelement-inner .info-button:hover {
        background-color: #90bdda; }
    #treeView .jstree-container-ul .directory-system-listelement-inner .info-button {
      width: 34px;
      font-size: 14px; }
    #treeView .jstree-container-ul .directory-system-listelement-inner .state-cell {
      text-align: left; }
      #treeView .jstree-container-ul .directory-system-listelement-inner .state-cell .state-dot {
        position: relative;
        top: 2px;
        width: 11px;
        height: 11px;
        background-color: #b5b5b5;
        /* @include border-radius(); */
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #797979;
        display: inline-block;
        background-color: #44bb44; }
      #treeView .jstree-container-ul .directory-system-listelement-inner .state-cell .state-cell-name,
      #treeView .jstree-container-ul .directory-system-listelement-inner .state-cell .state-cell-text {
        display: none; }
      #treeView .jstree-container-ul .directory-system-listelement-inner .state-cell .state-cell-text-free {
        display: inline-block; }
      #treeView .jstree-container-ul .directory-system-listelement-inner .state-cell.underEditing .state-dot {
        background-color: #ee5050; }
      #treeView .jstree-container-ul .directory-system-listelement-inner .state-cell.underEditing .state-cell-name,
      #treeView .jstree-container-ul .directory-system-listelement-inner .state-cell.underEditing .state-cell-text {
        display: inline-block; }
      #treeView .jstree-container-ul .directory-system-listelement-inner .state-cell.underEditing .state-cell-text-free {
        display: none; }
    #treeView .jstree-container-ul .directory-system-listelement-inner .empty-button {
      width: 34px;
      line-height: 24px;
      height: 24px; }
  #treeView .jstree-container-ul .jstree-node {
    position: relative;
    margin-bottom: 12px; }
    #treeView .jstree-container-ul .jstree-node.main-folder:before, #treeView .jstree-container-ul .jstree-node.main-folder:after {
      content: "";
      width: 0;
      height: 0; }
  #treeView .jstree-container-ul .jstree-node a {
    position: absolute; }
  #treeView .jstree-container-ul .jstree-node .jstree-children {
    /* / Root */
    /* Főőő Mapáákkk --------------------------------------*/ }
    #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node {
      margin-left: 0;
      /* /Főőő Mappáákkk --------------------------------------*/
      /* Második Mappa --------------------------------------*/ }
      #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node a {
        position: relative; }
      #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner {
        height: 38px;
        background-color: #fefefe;
        border: 1px solid #b5b5b5;
        /* @include box-shadow(); */
        -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
        /* @include box-sizing(); */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner .icon-cell {
          background-color: #00628D;
          width: 36px;
          height: 36px; }
        #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner.folder .icon-cell {
          background-image: url(../img/sprites/folder-icons-sprite.png);
          display: block;
          background-size: 36px;
          background-repeat: no-repeat;
          background-position: left top; }
        #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner:hover {
          background-color: #00628D !important;
          color: #fefefe !important; }
          #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner:hover .link-button {
            color: #fefefe !important; }
      #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children {
        margin-left: 36px; }
        #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children:first-child {
          border-bottom-width: 0; }
        #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node {
          border-top-width: 0;
          border-color: #ccc;
          margin-bottom: 0;
          /* /Második Mappa --------------------------------------*/
          /* Harmadik Mappa --------------------------------------*/ }
          #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner {
            height: 26px; }
            #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner .icon-cell {
              background-color: #00628D;
              width: 24px;
              height: 24px; }
          #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node:before {
            content: "";
            display: block;
            width: 13px;
            /* height: 3px; */
            top: 11px;
            left: -13px;
            position: absolute;
            border-top: 2px solid #000; }
          #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node:after {
            display: block;
            content: "";
            height: 100%;
            width: 2px;
            background-color: #333333;
            position: absolute;
            left: -13px;
            top: 0;
            /* @include box-sizing(); */
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box; }
          #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node:last-child:after {
            display: block;
            content: "";
            height: 12px;
            width: 2px;
            background-color: #333333;
            position: absolute;
            left: -13px;
            top: 0;
            /* @include box-sizing(); */
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box; }
          #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner {
            margin-top: -1px;
            background-color: #eee; }
            #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner.folder .icon-cell {
              background-color: #00628D;
              background-color: #00628D;
              width: 24px;
              height: 24px;
              background-size: 24px;
              background-position: left 50%; }
            #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner .icon-cell,
            #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner .simple-cell,
            #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner .date-cell,
            #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner .fix-cell,
            #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner .fix-cell-big,
            #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner .fix-small-cell {
              line-height: 24px;
              height: 24px; }
            #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner:hover {
              background-color: #00628D !important;
              color: #fefefe !important; }
            #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner .new-folder,
            #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner .new-table,
            #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner .edit-folder,
            #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner .edit-table,
            #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner .log-button,
            #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner .info-button {
              line-height: 24px;
              height: 24px; }
              #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner .new-folder .fas,
              #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner .new-table .fas,
              #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner .edit-folder .fas,
              #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner .edit-table .fas,
              #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner .log-button .fas,
              #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner .info-button .fas {
                line-height: 24px; }
          #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children {
            margin-left: 24px; }
            #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node {
              /* /Harmadik Mappa --------------------------------------*/
              /* Negyedik Mappa --------------------------------------*/ }
              #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner {
                border-color: #bbb;
                background-color: #ddd; }
                #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner.folder .icon-cell {
                  background-color: #00628D;
                  background-position: left bottom; }
                #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner:hover {
                  background-color: #00628D !important;
                  color: #fefefe !important; }
              #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node {
                                             /*

                                    /* /Negyedik Mappa --------------------------------------*/
                /* Ötödik Mappa --------------------------------------*/ }
                #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner {
                  border-color: #aaa;
                  background-color: #ccc;
                  /* Innentőé kinyitató mappa ikonok jelennek meg */ }
                  #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner.folder .icon-cell {
                    color: #fefefe;
                    font-family: 'Font Awesome 5 Free';
                    font-size: 16px;
                    font-weight: 900;
                    background-image: none; }
                    #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner.folder .icon-cell:before {
                      content: "\f07b"; }
                  #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner:hover {
                    background-color: #00628D !important;
                    color: #fefefe !important; }
                #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node {
                                                     /*

                                            /* /ÖtödikMappa --------------------------------------*/
                  /* Hatodik Mappa --------------------------------------*/ }
                  #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner {
                    border-color: #999;
                    background-color: #bbb; }
                    #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner:hover {
                      background-color: #00628D;
                      color: #fefefe; }
                  #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node {
                    /* /Hatodik Mappa --------------------------------------*/
                    /* Hetedik Mappa --------------------------------------*/ }
                    #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner {
                      border-color: #888;
                      background-color: #aaa; }
                      #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner:hover {
                        background-color: #00628D;
                        color: #fefefe; }
                    #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node {
                      /* /Hetedik Mappa --------------------------------------*/
                      /* Nyolcadik Mappa --------------------------------------*/ }
                      #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner {
                        border-color: #777;
                        background-color: #999; }
                        #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner:hover {
                          background-color: #00628D;
                          color: #fefefe; }
                      #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node {
                        /* /Nyolcadik Mappa --------------------------------------*/
                        /* Kilencedik Mappa --------------------------------------*/ }
                        #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner {
                          border-color: #666;
                          background-color: #888; }
                          #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner:hover {
                            background-color: #00628D;
                            color: #fefefe; }
                        #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node {
                          /* /Kilencedik Mappa --------------------------------------*/
                          /* Tizedik Mappa --------------------------------------*/ }
                          #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner {
                            border-color: #555;
                            background-color: #777; }
                            #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner:hover {
                              background-color: #00628D;
                              color: #fefefe; }
                          #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node {
                            /* /Tizedik Mappa --------------------------------------*/ }
                            #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner {
                              border-color: #444;
                              background-color: #666; }
                              #treeView .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner:hover {
                                background-color: #00628D;
                                color: #fefefe; }

#vakata-dnd .directory-system-listelement-inner {
  height: 24px;
  width: 100%;
  cursor: pointer;
  /* @include flexbox();*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #b5b5b5;
  background-color: #F2F2F2;
  /* Main Folders List Cells ---------------------------*/
  /* Buttons ---------------------------- */ }
  #vakata-dnd .directory-system-listelement-inner.table {
    background-color: #F2F2F2; }
    #vakata-dnd .directory-system-listelement-inner.table .icon-cell {
      background-color: #00628D;
      color: #fefefe;
      font-family: 'Font Awesome 5 Free';
      font-size: 16px;
      font-weight: 900;
      background-image: none;
      line-height: 27px; }
      #vakata-dnd .directory-system-listelement-inner.table .icon-cell:before {
        content: "\f0ce"; }
  #vakata-dnd .directory-system-listelement-inner.folder .icon-cell {
    background-color: #00628D;
    color: #fefefe;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 900;
    background-image: none;
    line-height: 27px; }
    #vakata-dnd .directory-system-listelement-inner.folder .icon-cell:before {
      content: "\f07b"; }
  #vakata-dnd .directory-system-listelement-inner .icon-cell,
  #vakata-dnd .directory-system-listelement-inner .simple-cell,
  #vakata-dnd .directory-system-listelement-inner .date-cell,
  #vakata-dnd .directory-system-listelement-inner .fix-cell,
  #vakata-dnd .directory-system-listelement-inner .fix-cell-big,
  #vakata-dnd .directory-system-listelement-inner .fix-small-cell {
    line-height: 24px;
    line-height: 24px; }
  #vakata-dnd .directory-system-listelement-inner .icon-cell,
  #vakata-dnd .directory-system-listelement-inner .simple-cell,
  #vakata-dnd .directory-system-listelement-inner .date-cell,
  #vakata-dnd .directory-system-listelement-inner .fix-cell,
  #vakata-dnd .directory-system-listelement-inner .fix-cell-big,
  #vakata-dnd .directory-system-listelement-inner .fix-small-cell {
    padding: 0 6px;
    font-size: 12px;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  #vakata-dnd .directory-system-listelement-inner .icon-cell {
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 0; }
  #vakata-dnd .directory-system-listelement-inner .simple-cell {
    flex: 1; }
  #vakata-dnd .directory-system-listelement-inner .date-cell {
    width: 140px; }
  #vakata-dnd .directory-system-listelement-inner .fix-cell-big {
    width: 180px; }
  #vakata-dnd .directory-system-listelement-inner .fix-cell {
    width: 120px; }
  #vakata-dnd .directory-system-listelement-inner .fix-small-cell {
    width: 40px; }
  #vakata-dnd .directory-system-listelement-inner .new-folder,
  #vakata-dnd .directory-system-listelement-inner .new-table,
  #vakata-dnd .directory-system-listelement-inner .edit-folder,
  #vakata-dnd .directory-system-listelement-inner .edit-table,
  #vakata-dnd .directory-system-listelement-inner .log-button,
  #vakata-dnd .directory-system-listelement-inner .info-button {
    display: none; }
  #vakata-dnd .directory-system-listelement-inner .info-button {
    width: 34px;
    font-size: 14px; }
  #vakata-dnd .directory-system-listelement-inner .state-cell {
    text-align: left; }
    #vakata-dnd .directory-system-listelement-inner .state-cell .state-dot {
      position: relative;
      top: 2px;
      width: 11px;
      height: 11px;
      background-color: #b5b5b5;
      /* @include border-radius(); */
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      border: 1px solid #797979;
      display: inline-block;
      background-color: #44bb44; }
    #vakata-dnd .directory-system-listelement-inner .state-cell .state-cell-text {
      display: none; }
    #vakata-dnd .directory-system-listelement-inner .state-cell .state-cell-text-free {
      display: inline-block; }
    #vakata-dnd .directory-system-listelement-inner .state-cell.underEditing .state-dot {
      background-color: #ee5050; }
    #vakata-dnd .directory-system-listelement-inner .state-cell.underEditing .state-cell-text {
      display: inline-block; }
    #vakata-dnd .directory-system-listelement-inner .state-cell.underEditing .state-cell-text-free {
      display: none; }

/* TABLET And MOBILE VIEW --------*/
@media only screen and (max-width: 1024px) {
  .folder-title-text {
    line-height: 10px; }

  .state-cell.cut-text {
    text-overflow: unset; }

  /*
  #treeView .jstree-container-ul .directory-system-listelement-inner .info-cell{
      display: inline-block;
      position: relative;
      
      .folder-info-bubble{
          display: none;
          
          
          .folder-info-bubble-close{
              width: 24px;
              height: 24px;
              background-color: $theme-grey;
              color: $white;
              padding: 3px;
              text-align: center;
              position: absolute;
              
              &:before{
                  content: "\f093";
                  
                  -moz-osx-font-smoothing: grayscale;
                  -webkit-font-smoothing: antialiased;
                  display: inline-block;
                  font-style: normal;
                  font-variant: normal;
                  text-rendering: auto;
                  line-height: 1;
              }
              
          }
      }
      
      &.hover{
          .folder-info-bubble{
              display: block;
              position: absolute;
              border: 1px solid #b5b5b5;
              background-color: #fefefe;
              color: #333333;
              line-height: 20px;
              font-size: 12px;
              z-index: 99;
              white-space: normal;
              text-align: left;
              @include border-radius(3px);
              @include box-shadow($theme-shadow-element);
              bottom: calc(100% + 8px);
              top: auto;
              right: auto;
              left: 0;
              white-space: nowrap;
              bottom: calc(100% + 8px);
              top: auto;
              right: 0;
              left: auto;
  
  
              &:before{
                  content:'';
                  display: block;
                  width: 12px;
                  height: 12px;
                  border-bottom: $theme-border;
                  border-right: $theme-border;
                  background-color: #fefefe;
                  @include transform( rotate(45deg) );
                  position: absolute;
                  bottom: -7px;
                  right: 12px;
                  left: auto;
              }
          }
      }
  }
  */
  #treeView .jstree-container-ul {
    /* Főőő Mapűűkkk --------------------------------------*/ }
    #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner {
      /* /Főőő Mappáákkk --------------------------------------*/
      /* Második Mappa --------------------------------------*/
      /* /Második Mappa --------------------------------------*/ }
      #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .icon-cell {
        width: 36px;
        height: 36px;
        background-size: 36px; }
      #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .folder-title-container {
        width: 100px; }
      #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .state-cell .state-cell-name,
      #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .state-cell .state-cell-text,
      #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .state-cell .state-cell-text-free,
      #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .state-cell.underEditing .state-cell-name,
      #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .state-cell.underEditing .state-cell-text,
      #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .state-cell.underEditing .state-cell-text-free {
        display: none; }
      #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .state-cell-bubble .state-cell-text {
        display: none; }
      #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .state-cell-bubble .state-cell-text-free {
        display: inline-block; }
      #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .state-cell-bubble.underEditing {
        text-align: left; }
        #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .state-cell-bubble.underEditing .state-cell-text {
          display: inline-block; }
        #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .state-cell-bubble.underEditing .state-cell-text-free {
          display: none; }
      #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .fix-cell-big.state-cell {
        width: 24px; }
      #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node {
        /* Harmadik Mappa --------------------------------------*/ }
        #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node .directory-system-listelement-inner .icon-cell {
          width: 36px;
          height: 36px;
          background-size: 36px; }
        #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node .directory-system-listelement-inner .icon-cell,
        #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node .directory-system-listelement-inner .simple-cell,
        #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node .directory-system-listelement-inner .date-cell,
        #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node .directory-system-listelement-inner .fix-cell,
        #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node .directory-system-listelement-inner .fix-cell-big,
        #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node .directory-system-listelement-inner .fix-small-cell {
          line-height: 36px;
          height: 36px; }
        #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node .directory-system-listelement-inner .new-folder,
        #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node .directory-system-listelement-inner .new-table,
        #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node .directory-system-listelement-inner .edit-folder,
        #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node .directory-system-listelement-inner .edit-table,
        #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node .directory-system-listelement-inner .log-button,
        #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node .directory-system-listelement-inner .info-button {
          line-height: 36px;
          height: 36px; }
          #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node .directory-system-listelement-inner .new-folder .fas,
          #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node .directory-system-listelement-inner .new-table .fas,
          #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node .directory-system-listelement-inner .edit-folder .fas,
          #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node .directory-system-listelement-inner .edit-table .fas,
          #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node .directory-system-listelement-inner .log-button .fas,
          #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node .directory-system-listelement-inner .info-button .fas {
            line-height: 36px; }
        #treeView .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .jstree-children .jstree-node .jstree-children {
          margin-left: 13px; }

  /* /TABLET And MOBILE VIEW END --------*/ }
/*
    Groups Page / Group Edit Page  ////////////////////////////////////////////////////////////////////
*/
/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* TABLET VIEW END --------*/ }
/*MOBILE VIEW --------*/
@media only screen and (max-width: 767px) {
  /*MOBILE VIEW END --------*/ }
/*
    Io Display  ////////////////////////////////////////////////////////////////////
*/
#imageWindow .fullscreenWindow {
  width: 90%;
  height: 90%; }
  #imageWindow .fullscreenWindow .close-window-button2 {
    position: absolute;
    right: 15px;
    top: 15px; }
  #imageWindow .fullscreenWindow #imageWindow-image {
    width: 100%;
    height: 100%;
    object-fit: contain; }

#listCanvas-switch-button {
  position: absolute;
  top: -9999px; }

/* Info block */
#ioDisplayInfo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #fefefe;
  /* @include transition(); */
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  border-left: 1px solid #b5b5b5; }
  #ioDisplayInfo .ioDisplayInfo-opener-button {
    position: absolute;
    top: 50%;
    height: 100px;
    width: 56px;
    text-align: center;
    margin-top: -50px;
    left: -28px;
    background-color: #1888d2;
    color: #fefefe;
    line-height: 100px;
    /* @include border-radius(); */
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer;
    opacity: 1;
    z-index: 1; }
  #ioDisplayInfo .ioDisplayInfo-block {
    overflow: hidden; }
  #ioDisplayInfo.open {
    width: 100%; }
    #ioDisplayInfo.open .ioDisplayInfo-opener-button {
      opacity: 0.5; }
  #ioDisplayInfo.closed {
    width: 0%;
    border: 0; }

/* Zoooooooooooom */
#zoom-container {
  padding: 2px;
  border: 1px solid #b5b5b5;
  background-color: #fefefe;
  width: 36px;
  height: 102px;
  position: absolute;
  bottom: 10px;
  right: 12px;
  /* @include border-radius(); */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 1;
  box-sizing: border-box; }
  #zoom-container #zoom-in,
  #zoom-container #zoom-out {
    height: 30px;
    line-height: 32px;
    padding-left: 3px;
    padding-right: 3px; }
  #zoom-container .zoom-icon {
    line-height: 36px;
    font-size: 24px;
    color: #797979;
    text-align: center; }

#ioSearchContainer {
  position: absolute;
  top: 15px;
  right: 16px; }

#navButton-container {
  position: absolute;
  top: 12px;
  left: 16px;
  padding: 2px;
  border: 1px solid #b5b5b5;
  background-color: #fefefe;
  /* @include border-radius(); */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 1;
  box-sizing: border-box; }

#navProject-container {
  position: absolute;
  top: 15px;
  left: 110px;
  height: 30px;
  width: 300px;
  border: 1px solid #b5b5b5;
  background-color: #fefefe;
  /* @include border-radius(); */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 1;
  box-sizing: border-box; }
  #navProject-container select {
    border: 0;
    height: 28px;
    /* @include border-radius(); */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
  #navProject-container .infoBubbleContainer {
    position: absolute;
    right: -30px;
    top: 3px;
    font-size: 22px; }

#canvas-container {
  padding: 36px;
  box-sizing: border-box;
  margin: 0 auto; }

#ioDisplayFigure {
  cursor: move;
  background: rgba(255, 255, 255, 0.7); }

#ioDisplayFigure-canvas {
  max-height: 100%;
  max-width: 100%;
  transform-origin: 0 0; }

.iodisplay-list {
  /* @include border-radius(); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  /* First Level*/ }
  .iodisplay-list li {
    background-color: #fefefe;
    color: #333333;
    border-top: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    width: 100%;
    /* Closed */ }
    .iodisplay-list li.active {
      background-color: #1888d2; }
      .iodisplay-list li.active > section {
        color: #fefefe; }
        .iodisplay-list li.active > section .io-list-opener,
        .iodisplay-list li.active > section .io-list-closer {
          color: #fefefe; }
    .iodisplay-list li:first-child {
      /* @include border-top-left-radius(); */
      -webkit-border-top-left-radius: 3px;
      -moz-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      /* @include border-top-right-radius(); */
      -webkit-border-top-right-radius: 3px;
      -moz-border-top-right-radius: 3px;
      border-top-right-radius: 3px; }
    .iodisplay-list li:last-child {
      border-bottom: 1px solid #b5b5b5;
      /* @include border-bottom-left-radius(); */
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px;
      /* @include border-bottom-right-radius(); */
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    .iodisplay-list li section {
      cursor: default;
      width: 100%;
      padding: 8px 12px;
      /* @include flexbox();*/
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /* @include flex-wrap(); */
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      /* @include flex-direction(); */
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      /* @include align-items(); */
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      /* @include justify-content(); */
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      padding: 6px 8px;
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      .iodisplay-list li section span:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        margin-right: 6px;
        content: "\f233"; }
      .iodisplay-list li section .io-list-opener,
      .iodisplay-list li section .io-list-closer {
        width: 52px; }
        .iodisplay-list li section .io-list-opener:before,
        .iodisplay-list li section .io-list-closer:before {
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1;
          margin-right: 6px; }
      .iodisplay-list li section .io-list-opener:before {
        content: "\f0d7"; }
      .iodisplay-list li section .io-list-closer:before {
        content: "\f0d8"; }
      .iodisplay-list li section .io-list-opener {
        display: none; }
      .iodisplay-list li section .io-list-closer {
        display: block; }
    .iodisplay-list li ul {
      padding: 0 6px 8px 6px; }
      .iodisplay-list li ul:empty {
        display: none; }
      .iodisplay-list li ul li {
        /* Second Level*/ }
        .iodisplay-list li ul li section span:before {
          content: "\f0a0"; }
        .iodisplay-list li ul li ul {
          /* Third Level*/ }
          .iodisplay-list li ul li ul li section span:before {
            content: "\f542"; }
          .iodisplay-list li ul li ul li ul {
            /* Fourth Level*/ }
            .iodisplay-list li ul li ul li ul li section span:before {
              content: "\f1b2"; }
      .iodisplay-list li ul li,
      .iodisplay-list li ul li.closed {
        /*
        &.active{
            background-color: $theme-color-main;
            > section{
                color: $white;
            }
            .io-list-opener,
            .io-list-closer{
                color: $white;
            }
        }*/ }
    .iodisplay-list li.closed section .io-list-opener {
      display: block; }
    .iodisplay-list li.closed section .io-list-closer {
      display: none; }
    .iodisplay-list li.closed ul {
      display: none; }

.ioDisplayContainer {
  overflow: hidden; }

#ioDisplayList-container {
  position: relative;
  width: 0px;
  height: 100%;
  background-color: #fefefe;
  /* @include transition(); */
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  /* @include box-sizing(); */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 3;
  border-right: 1px solid #b5b5b5; }
  #ioDisplayList-container #ioDisplayList-container-button {
    z-index: 99;
    position: absolute;
    top: 85%;
    height: 100px;
    width: 56px;
    text-align: center;
    margin-top: -50px;
    right: -30px;
    background-color: #1888d2;
    color: #fefefe;
    line-height: 100px;
    /* @include border-radius(); */
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer;
    opacity: 1;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #b5b5b5; }
  #ioDisplayList-container.open {
    width: 320px; }
  #ioDisplayList-container #ioDisplayList {
    position: absolute;
    width: 320px;
    top: 0;
    right: 0; }

#ioDisplayCanvas-container {
  height: 100%;
  overflow: hidden;
  background-color: #f0ebe2;
  background-repeat: no-repeat;
  background-position: center; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .ioDisplayInfo-block .switch-tab-scrollable-header {
    width: 100%; }

  #ioSearchContainer {
    top: 6px;
    right: 6px; }

  #zoom-container {
    bottom: 6px;
    right: 6px; }

  #navButton-container {
    top: 6px;
    left: 6px; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW */
@media only screen and (max-width: 767px) {
  .ioDisplayInfo-block .switch-tab-scrollable-header {
    width: 100%; }

  #ioSearchContainer {
    top: 6px;
    right: 6px; }

  #zoom-container {
    bottom: 6px;
    right: 6px; }

  #navButton-container {
    top: 3px;
    left: 3px; }

  #ioDisplayList-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 100%; }
    #ioDisplayList-container.open {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 100%; }
    #ioDisplayList-container #ioDisplayList-container-button {
      top: 85%; }
    #ioDisplayList-container.mobile-open {
      right: 0;
      width: 100%; }
    #ioDisplayList-container #ioDisplayList {
      position: absolute;
      width: 100%;
      top: 0;
      right: 0; }

  /* MOBILE VIEW END --------*/ }
/*
    Data Sheet Editor  ////////////////////////////////////////////////////////////////////
*/
/*
#projectDocumentsUploadButton{
    display: none;
}
*/
#ProjectDocuments #folderList-container #folderListOpenableButton {
  display: none; }

#projectDocumentsButtonContainer {
  position: absolute;
  right: 16px;
  bottom: 12px;
  z-index: 1; }

.ui-widget.ui-widget-content {
  z-index: 2001; }

#ProjectDocuments #folderList-container {
  border-left: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  width: 350px; }
#ProjectDocuments #fileList-container {
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  height: 100%; }
  #ProjectDocuments #fileList-container .folderAddres-container {
    height: 43px;
    padding: 0px 12px; }
  #ProjectDocuments #fileList-container .contextmenu-button {
    padding: 6px;
    margin: -6px; }

#dropContainer {
  position: relative;
  background-color: #fefefe; }
  #dropContainer:before, #dropContainer:after {
    position: absolute;
    left: 50%;
    top: 60%;
    color: #b5b5b5;
    z-index: 0; }
  #dropContainer:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f574";
    margin-top: -60px;
    margin-left: -18px;
    font-size: 48px; }
  #dropContainer:after {
    content: "A feltölteni kívánt fájlt húzza ide!";
    font-size: 16px;
    margin-left: -115px; }

#file-list {
  z-index: 1;
  position: relative; }

#folderAddress .path-listelement {
  font-weight: bold;
  cursor: pointer; }
  #folderAddress .path-listelement:hover {
    opacity: 0.7; }
  #folderAddress .path-listelement:before {
    content: '/';
    font-weight: normal;
    padding: 0 6px; }
  #folderAddress .path-listelement:first-child:before {
    display: none; }
  #folderAddress .path-listelement:last-child {
    color: #1888d2; }
    #folderAddress .path-listelement:last-child:before {
      color: #333333; }

#projectDocuemntsUsers {
  font-size: 14px; }

.project-file-directory {
  /* Main Folders ---------------------------*/
  /* Main Folders ---------------------------*/
  /* Main Folders List Cells ---------------------------*/
  /* Main Folders List Cells ---------------------------*/
  /* Csíkok ----------------------------- */ }
  .project-file-directory > .directory-system-folder-listelement:after, .project-file-directory > .directory-system-folder-listelement:before {
    display: none; }
  .project-file-directory .directory-system-folder-listelement {
    width: 100%;
    /* @include user-select(); */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative; }
    .project-file-directory .directory-system-folder-listelement:after {
      content: "";
      position: absolute;
      top: 11px;
      left: -13px;
      width: 12px;
      border-bottom: 1px solid #ccc; }
    .project-file-directory .directory-system-folder-listelement:before {
      content: "";
      position: absolute;
      top: 0;
      left: -13px;
      height: 100%;
      border-left: 1px solid #ccc; }
    .project-file-directory .directory-system-folder-listelement:last-child:before {
      height: 12px; }
    .project-file-directory .directory-system-folder-listelement.folder .directory-system-folder {
      padding-left: 12px;
      margin-left: 14px; }
    .project-file-directory .directory-system-folder-listelement.folder.closed .directory-system-folder {
      display: none; }
    .project-file-directory .directory-system-folder-listelement.folder.closed > .directory-system-listelement-inner > .folder-opener-cell > .icon-open {
      display: none; }
    .project-file-directory .directory-system-folder-listelement.folder.open > .directory-system-listelement-inner > .folder-opener-cell > .icon-closed {
      display: none; }
    .project-file-directory .directory-system-folder-listelement.folder .directory-system-listelement-inner > .folder-opener-cell > .icon-image-open {
      background-image: url(../img/sprites/nexus-doc-icons.svg#folder-open);
      background-repeat: no-repeat;
      background-size: 16px 16px; }
    .project-file-directory .directory-system-folder-listelement.folder .directory-system-listelement-inner > .folder-opener-cell > .icon-image-closed {
      background-image: url(../img/sprites/nexus-doc-icons.svg#folder);
      background-repeat: no-repeat;
      background-size: 16px 16px; }
    .project-file-directory .directory-system-folder-listelement.empty .directory-system-listelement-inner, .project-file-directory .directory-system-folder-listelement.emptyFolder .directory-system-listelement-inner {
      cursor: auto;
      background-color: #fefefe;
      color: #b5b5b5; }
  .project-file-directory .folder-checkbox-cell,
  .project-file-directory .checkbox-cell {
    font-size: 12px;
    padding: 0;
    display: inline-block;
    height: 24px; }
    .project-file-directory .folder-checkbox-cell input,
    .project-file-directory .checkbox-cell input {
      margin: 5px 6px 6px 6px; }
  .project-file-directory .icon-cell {
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: 4px; }
  .project-file-directory .simple-cell {
    flex: 1;
    font-size: 12px;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .project-file-directory .simple-cell a {
      display: block;
      padding: 6px 10px; }
      .project-file-directory .simple-cell a:hover {
        background-color: #55a8de; }
  .project-file-directory .directory-system-listelement-inner {
    width: 100%;
    height: 25px;
    cursor: pointer;
    /* @include flexbox();*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 5px; }
    .project-file-directory .directory-system-listelement-inner.active {
      background-color: #1888d2;
      color: #fefefe; }
      .project-file-directory .directory-system-listelement-inner.active:hover {
        background-color: #00628D; }
    .project-file-directory .directory-system-listelement-inner .icon-cell,
    .project-file-directory .directory-system-listelement-inner .checkbox-cell,
    .project-file-directory .directory-system-listelement-inner .simple-cell {
      line-height: 24px; }
    .project-file-directory .directory-system-listelement-inner:hover {
      background-color: #aecfe4; }
    .project-file-directory .directory-system-listelement-inner.checked {
      background-color: #e2ebf1; }
    .project-file-directory .directory-system-listelement-inner.partilaChecked {
      background-color: #e2ebf1; }
  .project-file-directory directory-system {
    padding-left: 24px;
    position: relative; }
  .project-file-directory .directory-system-listelement {
    position: relative; }
    .project-file-directory .directory-system-listelement:before {
      content: "";
      display: block;
      width: 13px;
      top: 11px;
      left: -13px;
      position: absolute;
      border-top: 2px solid #000; }
    .project-file-directory .directory-system-listelement:after {
      display: block;
      content: "";
      height: 100%;
      width: 2px;
      background-color: #333333;
      position: absolute;
      left: -13px;
      top: 0;
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    .project-file-directory .directory-system-listelement:last-child:after {
      display: block;
      content: "";
      height: 12px;
      width: 2px;
      background-color: #333333;
      position: absolute;
      left: -13px;
      top: 0;
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    .project-file-directory .directory-system-listelement.main-folder:before, .project-file-directory .directory-system-listelement.main-folder:after {
      content: "";
      width: 0;
      height: 0; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #dropContainer:before, #dropContainer:after {
    display: none; }

  #ProjectDocuments #folderList-container {
    width: 280px; }

  #projectDocumentsUploadButton {
    display: block; }

  /* TABLET VIEW END --------*/ }
@media only screen and (max-width: 767px) {
  #dropContainer:before, #dropContainer:after {
    display: none; }

  #ProjectDocuments #folderList-container {
    width: 100%;
    height: 200px;
    border-right: 1px solid #b5b5b5; }
  #ProjectDocuments #fileList-container {
    width: 100%; }

  #ProjectDocuments {
    min-height: 300px; }
    #ProjectDocuments #folderList-container {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: #fefefe;
      z-index: 2;
      right: 100%;
      /* @include transition(); */
      -webkit-transition: 0.8s;
      -moz-transition: 0.8s;
      -ms-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s; }
      #ProjectDocuments #folderList-container.open {
        right: 0%; }
      #ProjectDocuments #folderList-container #folderListOpenableButton {
        z-index: 99;
        position: absolute;
        top: 50%;
        height: 100px;
        width: 56px;
        text-align: center;
        margin-top: -50px;
        right: -30px;
        background-color: #1888d2;
        color: #fefefe;
        line-height: 100px;
        /* @include border-radius(); */
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        cursor: pointer;
        opacity: 1;
        box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
        border: 1px solid #b5b5b5;
        display: flex; }

  #project-documents-container {
    position: relative;
    overflow: hidden; }

  #projectDocumentsUploadButton {
    display: block; }

  #file-list .filelist-listelement {
    height: 36px; }
  #file-list .file-icon {
    width: 24px;
    height: 24px; }

  #projectDocumentsButtonContainer {
    bottom: 8px;
    right: 10px; }

  #ProjectDocuments #fileList-container .contextmenu-button {
    padding: 11px; }

  #folderList.project-file-directory .directory-system-folder-listelement.folder .directory-system-listelement-inner > .opener-cell > .icon-image-open,
  #folderList.project-file-directory .directory-system-folder-listelement.folder .directory-system-listelement-inner > .opener-cell > .icon-image-closed {
    background-size: 24px 24px;
    width: 24px;
    height: 24px; }
  #folderList.project-file-directory .directory-system-listelement-inner {
    line-height: 36px;
    height: 36px; }
  #folderList.project-file-directory .icon-cell {
    top: 7px; }

  /*MOBILE VIEW END --------*/ }
/*
    projectTaskTimeView Page  ////////////////////////////////////////////////////////////////////
*/
#contentBlockContainer {
 /*
height: calc(100vh - 158px);
max-height: calc(100vh - 158px);
 */ }
  #contentBlockContainer.userStyle {
    height: 400px; }

#timetableContainer.userStyle {
  height: 400px; }

#ganttContainer {
  width: calc(100vw - 96px) !important; }

#tableNameListContainer {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 181px;
  flex-shrink: 0;
  padding-bottom: 17px;
  border-right: 1px solid #b5b5b5; }
  #tableNameListContainer .tableNameList-listelement {
    flex-shrink: 0;
    padding: 3px 0;
    position: relative; }
    #tableNameListContainer .tableNameList-listelement .tabe-name {
      z-index: 1;
      position: absolute;
      left: 6px;
      top: 16px;
      font-size: 16px;
      font-weight: bold;
      max-width: 180px; }
  #tableNameListContainer .tableNameList-listelement:nth-child(even) {
    background-color: #e9e9e9; }
  #tableNameListContainer.userStyle {
    overflow: unset;
    overflow-x: unset;
    overflow-y: unset;
    min-height: 100%;
    padding-bottom: 0; }
    #tableNameListContainer.userStyle .tableNameList {
      min-height: 100%; }
    #tableNameListContainer.userStyle .projectNameList-listelement {
      flex-shrink: 0;
      position: relative;
      padding-top: 31px;
      padding-bottom: 6px; }
      #tableNameListContainer.userStyle .projectNameList-listelement .project-name {
        z-index: 1;
        position: absolute;
        left: 6px;
        font-size: 16px;
        font-weight: bold;
        max-width: 180px;
        top: 8px; }
      #tableNameListContainer.userStyle .projectNameList-listelement .project-tableList .project-tableList-listelement {
        padding-left: 6px;
        width: 100%; }
        #tableNameListContainer.userStyle .projectNameList-listelement .project-tableList .project-tableList-listelement .tabe-name {
          display: block;
          width: 100%;
          background-color: rgba(160, 160, 160, 0.4);
          padding: 12px 0 12px 6px;
          margin-bottom: 8px;
          /* @include border-top-left-radius(); */
          -webkit-border-top-left-radius: 9px;
          -moz-border-top-left-radius: 9px;
          border-top-left-radius: 9px;
          /* @include border-bottom-left-radius(); */
          -webkit-border-bottom-left-radius: 9px;
          -moz-border-bottom-left-radius: 9px;
          border-bottom-left-radius: 9px;
          min-height: 28px; }
        #tableNameListContainer.userStyle .projectNameList-listelement .project-tableList .project-tableList-listelement:nth-child(even) .tabe-name {
          background-color: rgba(120, 120, 120, 0.5); }
    #tableNameListContainer.userStyle .projectNameList-listelement:nth-child(even) {
      background-color: #e9e9e9; }
  #tableNameListContainer.userStyle {
    border-right: 0; }
    #tableNameListContainer.userStyle .tableNameList {
      border-right: 1px solid #b5b5b5; }

.timeLineContainer {
  position: relative; }
  .timeLineContainer .timeLineLabel {
    position: absolute;
    width: 180px;
    text-align: center;
    font-weight: bold;
    line-height: 20px; }

#timeLine {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-right: 16px;
  margin-left: 180px;
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  /* User Style (Week View) */ }
  #timeLine .timeline-listelement {
    width: 150px;
    flex-shrink: 0;
    border-right: 1px solid #b5b5b5;
    background-color: #bfd9ea;
    text-align: center;
    padding: 3px 0;
    font-weight: bold; }
    #timeLine .timeline-listelement.active {
      background-color: #00628D;
      color: #fefefe; }
  #timeLine .timeline-listelement:nth-child(even) {
    background-color: #e2ebf1; }
    #timeLine .timeline-listelement:nth-child(even).active {
      background-color: #00628D;
      color: #fefefe; }
  #timeLine.userStyle .timeline-listelement {
    width: 14.285%; }
    #timeLine.userStyle .timeline-listelement:last-child {
      border-right: 0; }

.table-list .table-listelement {
  background-color: #fefefe;
  position: relative;
  min-height: 60px;
  flex-shrink: 0; }
  .table-list .table-listelement .table-listelement-inner {
    height: 100%;
    min-height: 60px; }
    .table-list .table-listelement .table-listelement-inner .figure-container {
      position: relative; }
      .table-list .table-listelement .table-listelement-inner .figure-container .ghant-line-up {
        margin-top: 12px;
        margin-left: -2px;
        position: absolute;
        border-left: 4px #333333 solid;
        border-bottom: 4px #333333 solid; }
        .table-list .table-listelement .table-listelement-inner .figure-container .ghant-line-up .before {
          position: absolute;
          top: 0;
          left: -8px;
          content: "";
          width: 8px;
          border-bottom: 4px #333333 solid; }
        .table-list .table-listelement .table-listelement-inner .figure-container .ghant-line-up .after {
          position: absolute;
          bottom: -4px;
          right: -4px;
          content: "";
          width: 8px;
          border-bottom: 4px #333333 solid; }
      .table-list .table-listelement .table-listelement-inner .figure-container .ghant-line-down {
        margin-top: 12px;
        margin-left: -2px;
        position: absolute;
        border-left: 4px #333333 solid;
        border-top: 4px #333333 solid; }
        .table-list .table-listelement .table-listelement-inner .figure-container .ghant-line-down .before {
          position: absolute;
          bottom: 0;
          left: -8px;
          content: "";
          width: 8px;
          border-bottom: 4px #333333 solid; }
        .table-list .table-listelement .table-listelement-inner .figure-container .ghant-line-down .after {
          position: absolute;
          top: -4px;
          right: -4px;
          content: "";
          width: 8px;
          border-bottom: 4px #333333 solid; }
        .table-list .table-listelement .table-listelement-inner .figure-container .ghant-line-down.compass {
          margin-top: 12px;
          margin-left: -2px;
          position: absolute;
          border-left: 0;
          border-top: 0;
          border-right: 4px #333333 solid;
          border-bottom: 4px #333333 solid; }
          .table-list .table-listelement .table-listelement-inner .figure-container .ghant-line-down.compass .before {
            position: absolute;
            bottom: -4px;
            left: -4px;
            content: "";
            width: 8px;
            border-bottom: 4px #333333 solid; }
          .table-list .table-listelement .table-listelement-inner .figure-container .ghant-line-down.compass .after {
            position: absolute;
            top: 0px;
            right: -8px;
            content: "";
            width: 8px;
            border-bottom: 4px #333333 solid; }
      .table-list .table-listelement .table-listelement-inner .figure-container .ghant-line-same {
        z-index: 1;
        margin-top: 12px;
        position: absolute;
        border-bottom: 4px #333333 solid; }
        .table-list .table-listelement .table-listelement-inner .figure-container .ghant-line-same:before {
          position: absolute;
          top: 0;
          left: -6px;
          content: "";
          width: 8px;
          border-bottom: 4px #333333 solid; }
        .table-list .table-listelement .table-listelement-inner .figure-container .ghant-line-same:after {
          position: absolute;
          top: 0;
          right: -6px;
          content: "";
          width: 8px;
          border-bottom: 4px #333333 solid; }
      .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list {
        position: absolute;
        width: 100%;
        top: 16px;
        left: 0; }
        .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list .table-task-listelement {
          padding: 0 6px 16px 6px;
          box-sizing: border-box;
          position: absolute; }
          .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list .table-task-listelement .table-task-listelement-inner {
            padding: 8px 6px;
            background-color: #797979;
            color: #fefefe;
            /* @include border-radius(); */
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            font-size: 12px;
            box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3); }
            .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list .table-task-listelement .table-task-listelement-inner.taskDone {
              background-color: #44bb44; }
              .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list .table-task-listelement .table-task-listelement-inner.taskDone .status:after {
                margin-left: 3px;
                content: "\f00c";
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                line-height: 1; }
            .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list .table-task-listelement .table-task-listelement-inner.taskActive {
              background-color: #1888d2; }
            .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list .table-task-listelement .table-task-listelement-inner.taskWarning {
              background-color: #ee5050; }
              .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list .table-task-listelement .table-task-listelement-inner.taskWarning .status:after {
                margin-left: 3px;
                content: "\f12a";
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                line-height: 1; }
            .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list .table-task-listelement .table-task-listelement-inner.taskPrecondition {
              background-color: #F08100; }
              .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list .table-task-listelement .table-task-listelement-inner.taskPrecondition .status:after {
                margin-left: 3px;
                content: "\f071";
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                line-height: 1; }
          .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list .table-task-listelement.preconditionedTask:after {
            z-index: 1;
            content: "";
            position: absolute;
            width: 12px;
            height: 44px;
            left: -10px;
            bottom: 28px;
            border-left: 4px #797979 solid;
            border-bottom: 4px #797979 solid; }
          .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list .table-task-listelement.precondition {
            position: relative; }
            .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list .table-task-listelement.precondition:after {
              z-index: 1;
              content: "";
              position: absolute;
              width: 8px;
              height: 0;
              right: -2px;
              top: 13px;
              border-top: 4px #797979 solid; }
            .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list .table-task-listelement.precondition .table-task-listelement-inner {
              z-index: 2; }
          .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list .table-task-listelement.offsetStart .table-task-listelement-inner {
            margin-left: -6px;
            /* @include border-top-left-radius(); */
            -webkit-border-top-left-radius: 0;
            -moz-border-top-left-radius: 0;
            border-top-left-radius: 0;
            /* @include border-bottom-left-radius(); */
            -webkit-border-bottom-left-radius: 0;
            -moz-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0; }
          .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list .table-task-listelement.offsetEnd .table-task-listelement-inner {
            margin-right: -6px;
            /* @include border-top-right-radius(); */
            -webkit-border-top-right-radius: 0;
            -moz-border-top-right-radius: 0;
            border-top-right-radius: 0;
            /* @include border-bottom-right-radius(); */
            -webkit-border-bottom-right-radius: 0;
            -moz-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0; }
        .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list .table-group-listelement {
          width: 100%;
          display: block;
          width: 100%;
          background-color: rgba(160, 160, 160, 0.4);
          /* @include border-top-right-radius(); */
          -webkit-border-top-right-radius: 9px;
          -moz-border-top-right-radius: 9px;
          border-top-right-radius: 9px;
          /* @include border-bottom-right-radius(); */
          -webkit-border-bottom-right-radius: 9px;
          -moz-border-bottom-right-radius: 9px;
          border-bottom-right-radius: 9px;
          min-height: 28px;
          padding: 12px 0 12px 0;
          margin-bottom: 8px; }
          .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list .table-group-listelement:nth-child(even) {
            background-color: rgba(120, 120, 120, 0.5); }
          .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list .table-group-listelement ul {
            position: relative; }
        .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list.userStyle {
          position: relative;
          margin-bottom: 14px;
          margin-top: 31px;
          top: 0; }
          .table-list .table-listelement .table-listelement-inner .figure-container .table-task-list.userStyle .table-task-listelement {
            padding: 0 6px 6px 6px; }
      .table-list .table-listelement .table-listelement-inner .figure-container .table-background-list {
        height: 100%; }
        .table-list .table-listelement .table-listelement-inner .figure-container .table-background-list .table-background-listelement {
          background-color: #fefefe;
          width: 150px;
          min-width: 150px; }
          .table-list .table-listelement .table-listelement-inner .figure-container .table-background-list .table-background-listelement.active {
            background-color: #e2ebf1; }
        .table-list .table-listelement .table-listelement-inner .figure-container .table-background-list .table-background-listelement:nth-child(odd) {
          background-color: #F2F2F2; }
          .table-list .table-listelement .table-listelement-inner .figure-container .table-background-list .table-background-listelement:nth-child(odd).active {
            background-color: #bfd9ea; }
        .table-list .table-listelement .table-listelement-inner .figure-container .table-background-list.userStyle {
          position: absolute;
          top: 0;
          width: 100%; }
          .table-list .table-listelement .table-listelement-inner .figure-container .table-background-list.userStyle .table-background-listelement {
            width: 14.285%;
            min-width: auto; }
      .table-list .table-listelement .table-listelement-inner .figure-container .lineContainer {
        top: 16px;
        position: absolute;
        width: 100%; }
.table-list .table-listelement:nth-child(even) {
  background-color: #e9e9e9; }
  .table-list .table-listelement:nth-child(even) .table-listelement-inner .tabe-name {
    background-color: rgba(233, 233, 233, 0.9); }
  .table-list .table-listelement:nth-child(even) .figure-container .table-background-list .table-background-listelement {
    background-color: #e9e9e9; }
    .table-list .table-listelement:nth-child(even) .figure-container .table-background-list .table-background-listelement.active {
      background-color: #bfd9ea; }
  .table-list .table-listelement:nth-child(even) .figure-container .table-background-list .table-background-listelement:nth-child(odd) {
    background-color: #ddd; }
    .table-list .table-listelement:nth-child(even) .figure-container .table-background-list .table-background-listelement:nth-child(odd).active {
      background-color: #aecfe4; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #ganttContainer {
    width: calc(100vw - 48px) !important; }

  #timeLine {
    margin-right: 0; }

  #timetableContainer.userStyle,
  #contentBlockContainer.userStyle {
    height: 300px; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW */
@media only screen and (max-width: 767px) {
  #timetableContainer.userStyle,
  #contentBlockContainer.userStyle {
    height: 300px; }

  #ganttContainer {
    width: calc(100vw - 24px) !important; }

  #timeLine {
    margin-right: 0;
    margin-left: 99px; }

  #tableNameListContainer {
    width: 100px; }
    #tableNameListContainer .tableNameList-listelement .tabe-name {
      font-size: 12px; }

  .timeLineContainer .timeLineLabel {
    width: 99px; }

  /* MOBILE VIEW END --------*/ }
#newPredictiveTaskForm,
#editPredictiveTaskForm,
#newDevicePredictiveTaskForm,
#editDevicePredictiveTaskForm {
  height: 810px;
  max-height: 100%; }
  #newPredictiveTaskForm > .column,
  #editPredictiveTaskForm > .column,
  #newDevicePredictiveTaskForm > .column,
  #editDevicePredictiveTaskForm > .column {
    max-height: 100%;
    min-height: 100%; }

#selectContainerEdit .fs-options,
#selectContainerEditDevice .fs-options,
#selectContainerNew .fs-options,
#selectContainerNewDevice .fs-options {
  display: flex;
  flex-direction: column; }
  #selectContainerEdit .fs-options .fs-option,
  #selectContainerEditDevice .fs-options .fs-option,
  #selectContainerNew .fs-options .fs-option,
  #selectContainerNewDevice .fs-options .fs-option {
    order: 3; }
    #selectContainerEdit .fs-options .fs-option.selected,
    #selectContainerEditDevice .fs-options .fs-option.selected,
    #selectContainerNew .fs-options .fs-option.selected,
    #selectContainerNewDevice .fs-options .fs-option.selected {
      order: 0; }

#objectSearchBlock {
  height: 240px; }

#objectList .theme-color-red,
#objectListEdit .theme-color-red {
  display: none; }

#selectedObjectList .theme-color-main,
#selectedObjectListEdit .theme-color-main {
  display: none; }

#objectList .theme-color-main,
#objectList .theme-color-red,
#objectListEdit .theme-color-main,
#objectListEdit .theme-color-red,
#selectedObjectList .theme-color-main,
#selectedObjectList .theme-color-red,
#selectedObjectListEdit .theme-color-main,
#selectedObjectListEdit .theme-color-red {
  padding-right: 6px; }

#newPredictiveTaskWindow .fs-wrap,
#editPredictiveTaskWindow .fs-wrap {
  height: 295px; }
#newPredictiveTaskWindow .scrollTableContainer,
#editPredictiveTaskWindow .scrollTableContainer {
  /*height: 292px*/ }

#newDevicePredictiveTaskWindow .fs-wrap,
#editDevicePredictiveTaskWindow .fs-wrap {
  height: 170px; }
#newDevicePredictiveTaskWindow .scrollTableContainer,
#editDevicePredictiveTaskWindow .scrollTableContainer {
  /* height: 167px; */ }

/*
    Headlines Page  ////////////////////////////////////////////////////////////////////
*/
.headline-category-color {
  width: 18px;
  height: 18px;
  border: 1px solid #b5b5b5;
  margin: 2px 0; }

/* Table View */
#objectPopup {
  position: absolute;
  z-index: 999;
  top: -9000px;
  left: -9000px; }

table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
  box-shadow: inset 0 0 1px 2px #3366ff; }
  table.dataTable tbody th.focus.changed,
  table.dataTable tbody td.focus.changed {
    box-shadow: inset 0 0 1px 2px #3366ff, inset 0 0 1px 4px #f08100; }
table.dataTable tbody th.changed,
table.dataTable tbody td.changed {
  box-shadow: inset 0 0 1px 2px #f08100; }

.list-message {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 210px;
  height: 56px;
  margin-left: -105px;
  margin-top: -28px;
  z-index: 1; }

.list-message-tight {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 210px;
  height: 26px;
  margin-left: -90px;
  margin-top: -13px;
  z-index: 1; }

#objectDataContainer .objectOpenableTitle {
  font-size: 16px; }

#fastNoteFilterForm {
  padding-top: 12px; }

.minimizedView {
  position: relative; }
  .minimizedView .objectName {
    transform: rotate(270deg);
    position: absolute;
    left: 0;
    bottom: 12px;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    white-space: nowrap; }

#analiticResult #table-container-header {
  display: none; }
#analiticResult.fullpageWiew #table-container-tabs {
  display: none; }
#analiticResult.fullpageWiew #table-container-footer {
  display: none; }
#analiticResult.fullpageWiew #table-container-header {
  display: inline-block; }

#mainTable_wrapper,
#tablePageContainer {
  height: 100%; }

#lastEditorNamePanel {
  line-height: 16px; }

#qrCodeCameraContainer {
  position: relative; }

#qrCodeCameraText {
  align-self: center;
  position: absolute;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 36px; }

#qrCodeCamera {
  display: block;
  z-index: 2; }

#objectEditContent .sticky-header {
  top: 75px; }

#editMainPropertiesForm {
  position: sticky;
  z-index: 2;
  top: 0px; }

.analitic-table {
  min-width: 100%;
  position: relative; }
  .analitic-table tr th {
    text-align: center;
    font-weight: bold;
    padding: 5px 8px;
    line-height: 20px;
    background-color: #aecfe4; }
  .analitic-table tr:nth-child(odd) {
    background-color: #F2F2F2; }
  .analitic-table tr td {
    padding: 5px 8px;
    line-height: 20px; }
    .analitic-table tr td.objectCell {
      cursor: pointer;
      background-color: #e2ebf1; }
      .analitic-table tr td.objectCell:hover {
        background-color: #1888d2;
        color: #fefefe; }

#table-container {
  position: relative;
  overflow: hidden; }
  #table-container tr:nth-child(odd) {
    background-color: #F8F8F8; }
  #table-container tr:nth-child(even) {
    background-color: #fefefe; }
  #table-container tr.analytic-grey-row td {
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    border-left: 0;
    border-right: 0;
    padding: 20px 0px; }
    #table-container tr.analytic-grey-row td:before {
      content: " ";
      display: block;
      width: 100%;
      height: 24px;
      background-color: #b5b5b5; }
  #table-container .acalitic-box {
    background-color: #e9e9e9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100;
    z-index: 1; }
    #table-container .acalitic-box.active {
      z-index: 2; }
  #table-container .tableFakeHeader {
    z-index: 1; }
    #table-container .tableFakeHeader.active {
      z-index: 3; }

.header-table-state {
  font-size: 14px; }

#replaceForm {
  width: 560px; }
  #replaceForm .replace-icon {
    line-height: 24px; }

.analytic-table .analyticHeader {
  background-color: #1888d2;
  color: #fefefe;
  text-align: center; }
  .analytic-table .analyticHeader.sortable:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline;
    margin-right: 6px;
    content: "\f0dc";
    opacity: 0.6; }
  .analytic-table .analyticHeader.sortable.sortup:before {
    content: "\f0de";
    opacity: 1; }
  .analytic-table .analyticHeader.sortable.sortdown:before {
    content: "\f0dd";
    opacity: 1; }
  .analytic-table .analyticHeader:last-child {
    min-width: 300px;
    border-right: 1px solid #b5b5b5; }
.analytic-table thead td.sortable:before,
.analytic-table thead th.sortable:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline;
  margin-right: 6px;
  content: "\f0dc";
  opacity: 0.6; }
.analytic-table thead td.sortable.sortup:before,
.analytic-table thead th.sortable.sortup:before {
  content: "\f0de";
  opacity: 1; }
.analytic-table thead td.sortable.sortdown:before,
.analytic-table thead th.sortable.sortdown:before {
  content: "\f0dd";
  opacity: 1; }
.analytic-table thead td:last-child,
.analytic-table thead th:last-child {
  min-width: 300px;
  border-right: 1px solid #b5b5b5; }
.analytic-table .cell-blue {
  background-color: #1888d2; }
.analytic-table .cell-grey {
  background-color: #b5b5b5; }

#templateEditWindow-content {
  width: 800px;
  max-width: 100%;
  height: 600px;
  max-height: 100%; }
  #templateEditWindow-content .templateEditWindow-content {
    height: 100%; }

.closeAllButton.closeAll .close-text {
  display: inline-block; }
.closeAllButton.closeAll .open-text {
  display: none; }
.closeAllButton.openAll .close-text {
  display: none; }
.closeAllButton.openAll .open-text {
  display: inline-block; }

#new-toolbar {
  /* Tools Buttons ---------------- */
  /* Tools Buttons ---------------- */ }
  #new-toolbar .button-container .tool-button {
    border-right: 0;
    /* @include border-radius(); */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    #new-toolbar .button-container .tool-button:first-child {
      /* @include border-top-left-radius(); */
      -webkit-border-top-left-radius: 3px;
      -moz-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      /* @include border-bottom-left-radius(); */
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    #new-toolbar .button-container .tool-button:last-child {
      border-right: 1px solid #b5b5b5;
      /* @include border-top-right-radius(); */
      -webkit-border-top-right-radius: 3px;
      -moz-border-top-right-radius: 3px;
      border-top-right-radius: 3px;
      /* @include border-bottom-right-radius(); */
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px; }
  #new-toolbar .tool-button {
    border: 1px solid #b5b5b5;
    cursor: pointer;
    border-right: 0;
    background-color: #1888d2;
    color: #fefefe;
    /* @include user-select(); */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* @include border-radius(); */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 35px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    #new-toolbar .tool-button:last-child {
      border-right: 1px solid #fefefe; }
    #new-toolbar .tool-button:hover {
      background-color: #00628D; }
    #new-toolbar .tool-button.disabled {
      background-color: #F2F2F2;
      color: #b5b5b5;
      cursor: normal; }
      #new-toolbar .tool-button.disabled:hover {
        background-color: #F2F2F2;
        color: #ddd; }
    #new-toolbar .tool-button > i {
      line-height: 30px; }
    #new-toolbar .tool-button.add-row-top, #new-toolbar .tool-button.add-row-bottom {
      background-image: url(../img/sprites/add-row-sprite.png);
      display: block;
      background-size: 16px;
      background-repeat: no-repeat; }
    #new-toolbar .tool-button.add-row-top {
      background-position: left top; }
    #new-toolbar .tool-button.add-row-bottom {
      background-position: right top; }
    #new-toolbar .tool-button.disabled.add-row-top {
      background-position: left bottom; }
    #new-toolbar .tool-button.disabled.add-row-bottom {
      background-position: right bottom; }
    #new-toolbar .tool-button .add-row-top,
    #new-toolbar .tool-button .add-row-bottom {
      background-image: url(../img/sprites/add-row-sprite.png);
      display: block;
      width: 20px;
      height: 20px;
      margin: 4px 7px;
      background-size: 40px;
      background-repeat: no-repeat; }
    #new-toolbar .tool-button .add-row-top {
      background-position: left top; }
    #new-toolbar .tool-button .add-row-bottom {
      background-position: right top; }
    #new-toolbar .tool-button.disabled .add-row-top {
      background-position: left bottom; }
    #new-toolbar .tool-button.disabled .add-row-bottom {
      background-position: right bottom; }
    #new-toolbar .tool-button.disabled:hover .add-row-bottom,
    #new-toolbar .tool-button.disabled:hover .add-row-top {
      opacity: 0.5; }
  #new-toolbar .collapse-block {
    position: absolute;
    z-index: 10; }
  #new-toolbar #saveButton .table-save-button .main-text {
    display: inline-block;
    text-align: center;
    font-size: 18px; }
  #new-toolbar #saveButtonDisabled .table-save-button .main-text {
    display: inline-block;
    text-align: center;
    font-size: 18px; }
  #new-toolbar .label-text {
    line-height: 16px;
    font-size: 16px; }

/* Table View */
/* The Comments and Commnents form ------------------------------- */
#comments {
  z-index: 8888;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.75);
  height: 100%;
  width: 0px;
  display: none; }
  #comments.open {
    width: 300px;
    border: 1px solid #b5b5b5;
    display: block; }
  #comments #commentCloseButton {
    cursor: pointer;
    padding: 6px 12px;
    text-align: right;
    background-color: #aecfe4;
    border-bottom: 1px solid #b5b5b5;
    text-align: left; }
  #comments .comments-list {
    height: calc( 100% - 182px);
    overflow-y: scroll;
    overflow-x: hidden; }
    #comments .comments-list #commentlist {
      display: block;
      width: 100%; }
    #comments .comments-list .comment-listelement {
      background-color: #F2F2F2; }
      #comments .comments-list .comment-listelement pre {
        line-height: 18px; }
      #comments .comments-list .comment-listelement .author {
        font-weight: bold; }
      #comments .comments-list .comment-listelement:nth-child(even) {
        background-color: #F8F8F8; }
  #comments .comment-form {
    height: 153px;
    border-top: 1px solid #b5b5b5; }
    #comments .comment-form textarea {
      height: 68px;
      resize: none; }

.full-height-minusheader {
  max-height: calc( 100% - 40px ); }

.tablePageWindow {
  position: fixed !important;
  z-index: 100;
  left: calc(50% - 266px);
  top: calc(50% - 325px);
  width: 532px;
  height: 750px;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  /* @include border-radius(); */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 0;
  background-color: none;
  max-width: 100%; }
  .tablePageWindow .tablePageWindowContent {
    height: 100%; }

.tablePageWindow-container {
  height: 100%;
  border: 0;
  /* @include border-radius(); */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  /* @include flex-direction(); */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* @include flexbox();*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* @include align-content(); */
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  /* @include flex-wrap(); */
  -webkit-flex-wrap: no-wrap;
  -moz-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  border: 1px solid #b5b5b5;
  box-sizing: border-box; }
  .tablePageWindow-container .tablePageWindow-header {
    padding: 0 3px;
    cursor: all-scroll;
    width: 100%;
    background-color: #ddd;
    color: #333333 !important;
    box-sizing: border-box;
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 3px; }
    .tablePageWindow-container .tablePageWindow-header .tablePageWindow-button {
      padding: 3px;
      width: 28px;
      height: 28px;
      text-align: center;
      line-height: 26px;
      cursor: default; }
      .tablePageWindow-container .tablePageWindow-header .tablePageWindow-button:hover {
        color: #797979; }
      .tablePageWindow-container .tablePageWindow-header .tablePageWindow-button.window-header-closeButton {
        font-size: 18px; }
    .tablePageWindow-container .tablePageWindow-header .objectRevSelectContainer select {
      border-color: #fefefe;
      background-color: #F08100;
      color: #fefefe; }
    .tablePageWindow-container .tablePageWindow-header .tablePageWindow-header-title {
      font-size: 18px;
      line-height: 18px;
      font-weight: bold; }
    .tablePageWindow-container .tablePageWindow-header .tablePageWindow-header-rext {
      font-size: 16px;
      line-height: 20px;
      font-weight: bold; }
  .tablePageWindow-container .tablePageWindow-tableContainer table {
    width: 100%;
    background-color: #fefefe; }
    .tablePageWindow-container .tablePageWindow-tableContainer table tr td {
      padding: 6px 12px;
      min-width: 100px; }
      .tablePageWindow-container .tablePageWindow-tableContainer table tr td img {
        margin: 24px auto;
        width: 90%;
        height: auto;
        display: block;
        border: 1px solid #b5b5b5; }
    .tablePageWindow-container .tablePageWindow-tableContainer table tr:nth-child(odd) {
      background-color: #F2F2F2; }

.bigWindow {
  position: fixed;
  z-index: 888;
  left: calc(50% - 425px);
  top: calc(50% - 325px);
  width: 850px;
  height: 650px;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.3);
  /* @include border-radius(); */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 0;
  background-color: none; }
  .bigWindow .bigWindowContent {
    height: 100%; }
    .bigWindow .bigWindowContent .bigWindow-container {
      height: 100%;
      border: 0;
      /* @include border-radius(); */
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      /* @include flex-direction(); */
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      /* @include flexbox();*/
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /* @include align-content(); */
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-align-content: flex-start;
      align-content: flex-start;
      /* @include flex-wrap(); */
      -webkit-flex-wrap: no-wrap;
      -moz-flex-wrap: no-wrap;
      -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }
      .bigWindow .bigWindowContent .bigWindow-container .bigWindow-header {
        width: 100%;
        background-color: #1888d2;
        color: #fefefe;
        padding: 6px 8px 6px 18px;
        box-sizing: border-box;
        /* @include border-top-right-radius(); */
        -webkit-border-top-right-radius: 6px;
        -moz-border-top-right-radius: 6px;
        border-top-right-radius: 6px;
        /* @include border-top-left-radius(); */
        -webkit-border-top-left-radius: 6px;
        -moz-border-top-left-radius: 6px;
        border-top-left-radius: 6px; }
        .bigWindow .bigWindowContent .bigWindow-container .bigWindow-header .bigWindow-closeButton {
          padding: 3px;
          width: 28px;
          height: 28px;
          text-align: center;
          line-height: 26px; }
          .bigWindow .bigWindowContent .bigWindow-container .bigWindow-header .bigWindow-closeButton:hover {
            color: #ddd; }
      .bigWindow .bigWindowContent .bigWindow-container .bigWindow-tableContainer {
        border: 1px solid #b5b5b5;
        overflow: scroll;
        overflow-x: hidden; }
        .bigWindow .bigWindowContent .bigWindow-container .bigWindow-tableContainer table {
          width: 100%;
          background-color: #fefefe; }
          .bigWindow .bigWindowContent .bigWindow-container .bigWindow-tableContainer table tr td {
            padding: 6px 12px;
            min-width: 100px; }
            .bigWindow .bigWindowContent .bigWindow-container .bigWindow-tableContainer table tr td img {
              margin: 24px auto;
              width: 90%;
              height: auto;
              display: block;
              border: 1px solid #b5b5b5; }
          .bigWindow .bigWindowContent .bigWindow-container .bigWindow-tableContainer table tr:nth-child(odd) {
            background-color: #F2F2F2; }

.ui-resizable-se {
  width: 16px !important;
  height: 16px !important;
  position: absolute !important;
  right: 0 !important;
  bottom: -1px !important;
  overflow: hidden !important;
  margin: 0 3px 3px 0 !important;
  cursor: nw-resize !important;
  text-indent: 0 !important; }
  .ui-resizable-se:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transform: rotate(-45deg);
    position: relative;
    top: 7px;
    left: 7px;
    font-size: 20px;
    color: #b5b5b5;
    content: "\f039"; }

#editMainPropertiesForm .data-form-table {
  background-color: #ffd6a6;
  border-top: 1px solid #b5b5b5;
  padding: 0px 26px 0px 8px;
  border-bottom: 1px solid #b5b5b5; }
  #editMainPropertiesForm .data-form-table .data-form-table-column {
    border-left: 1px solid #b5b5b5;
    background-color: #ffd6a6; }
  #editMainPropertiesForm .data-form-table .data-form-table-column:last-child {
    border-bottom: 0; }
  #editMainPropertiesForm .data-form-table.iodisplay-style, #editMainPropertiesForm .data-form-table.deviceMaintenance-style {
    padding: 0px 33px 0px 32px;
    margin-bottom: 0; }

.data-form-table {
  background-color: #fefefe;
  margin-bottom: -1px; }
  .data-form-table .data-form-table-column {
    margin-right: -1px;
    border-bottom: 1px solid #b5b5b5;
    background-color: #F2F2F2; }
    .data-form-table .data-form-table-column .data-form-table-cell {
      border-right: 1px solid #b5b5b5;
      padding: 6px 10px;
      font-size: 14px;
      line-height: 18px;
      box-sizing: border-box;
      margin-bottom: 0;
      /* ez kell ide! */
      /* Ezt kéne hasznélni de jelenleg nincs ilyen */ }
      .data-form-table .data-form-table-column .data-form-table-cell.baseCell {
        word-break: break-all; }
      .data-form-table .data-form-table-column .data-form-table-cell a {
        color: #1888d2; }
      .data-form-table .data-form-table-column .data-form-table-cell.highlite-change {
        background: #ffdf95; }
      .data-form-table .data-form-table-column .data-form-table-cell.clickable {
        color: #1888d2;
        cursor: pointer;
        text-decoration: underline; }
        .data-form-table .data-form-table-column .data-form-table-cell.clickable:hover {
          color: #58a8dc; }
      .data-form-table .data-form-table-column .data-form-table-cell img {
        width: 100%; }
      .data-form-table .data-form-table-column .data-form-table-cell.header-cell {
        background-color: #aecfe4; }
      .data-form-table .data-form-table-column .data-form-table-cell .cell-text {
        padding: 0 8px; }
      .data-form-table .data-form-table-column .data-form-table-cell .cell-inner {
        height: 100%; }
        .data-form-table .data-form-table-column .data-form-table-cell .cell-inner span {
          /* Ezt kéne hasznélni de nem ezt kéne */ }
          .data-form-table .data-form-table-column .data-form-table-cell .cell-inner span.highlite-change {
            /*
            height: calc( 100% + 12px);
            */
            background: #ffdf95;
            /*
            padding-top: 6px;
            padding-bottom: 6px;
            margin-top: -6px;
            margin-bottom: -6px;
            */ }
        .data-form-table .data-form-table-column .data-form-table-cell .cell-inner.validlink {
          color: #3eb800; }
    .data-form-table .data-form-table-column .data-form-table-inputcell {
      border-right: 1px solid #b5b5b5;
      line-height: 18px;
      min-height: 30px;
      box-sizing: border-box;
      padding: 0 10px; }
      .data-form-table .data-form-table-column .data-form-table-inputcell .input-container {
        height: 100%;
        margin: 0 -10px; }
      .data-form-table .data-form-table-column .data-form-table-inputcell:last-child {
        border-right: 0; }
      .data-form-table .data-form-table-column .data-form-table-inputcell input {
        height: 100%;
        border: 0;
        border-radius: 0;
        background-color: #F2F2F2;
        color: #333333;
        /* @include box-shadow(); */
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 6px 10px; }
      .data-form-table .data-form-table-column .data-form-table-inputcell select {
        height: 100%;
        border: 0;
        border-radius: 0;
        background-color: #F2F2F2;
        color: #333333;
        /* @include box-shadow(); */
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 6px 8px; }
      .data-form-table .data-form-table-column .data-form-table-inputcell.bold-input input {
        font-weight: bold; }
    .data-form-table .data-form-table-column:nth-child(odd) {
      background-color: #fefefe; }
      .data-form-table .data-form-table-column:nth-child(odd) .data-form-table-inputcell input,
      .data-form-table .data-form-table-column:nth-child(odd) .data-form-table-inputcell select {
        background-color: #fefefe; }
    .data-form-table .data-form-table-column.main-row {
      background-color: #1888d2;
      color: #fefefe; }
    .data-form-table .data-form-table-column.sub-row .row label {
      padding-left: 25px; }
    .data-form-table .data-form-table-column.referred-style {
      background-color: #fff1e1; }
    .data-form-table .data-form-table-column:nth-child(odd).referred-style {
      background-color: #ffe9d1; }
  .data-form-table.main-bg .data-form-table-column .data-form-table-cell {
    background-color: #ffd6a6;
    padding: 3px 6px; }
  .data-form-table.main-bg .data-form-table-column .data-form-table-inputcell {
    min-height: 24px;
    background-color: #ffd6a6;
    margin-bottom: 0; }
    .data-form-table.main-bg .data-form-table-column .data-form-table-inputcell input {
      background-color: #ffd6a6;
      height: 24px;
      padding: 3px 6px; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #openableDataContainer .objectOpenableTitle {
    font-size: 16px; }

  #table3DContainer {
    max-height: calc(100vh - 186px);
    height: calc(100vh - 186px); }

  .tablePageWindow {
    width: 760px;
    left: calc(50% - 380px);
    top: 0px;
    max-height: 100vh; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  #openableDataContainer .objectOpenableTitle {
    font-size: 14px; }

  #table3DContainer {
    max-height: calc( 100vh - 170px);
    height: calc( 100vh - 170px); }

  .tablePageWindow {
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%; }

  /* MOBILE VIEW END --------*/ }
/* / 3D ---------------------------------------------------*/
/* Revrite JqueryUi */
table.dataTable tbody td {
  padding: 8px 6px; }
  table.dataTable tbody td .DTE_Field_Type_text .DTE_Field_InputControl,
  table.dataTable tbody td .DTE_Field_Type_autoComplete .DTE_Field_InputControl {
    margin: -9px -6px; }
    table.dataTable tbody td .DTE_Field_Type_text .DTE_Field_InputControl input,
    table.dataTable tbody td .DTE_Field_Type_autoComplete .DTE_Field_InputControl input {
      width: 100%;
      height: 30px;
      border-radius: 0;
      border: 0; }
      table.dataTable tbody td .DTE_Field_Type_text .DTE_Field_InputControl input:focus, table.dataTable tbody td .DTE_Field_Type_text .DTE_Field_InputControl input:active,
      table.dataTable tbody td .DTE_Field_Type_autoComplete .DTE_Field_InputControl input:focus,
      table.dataTable tbody td .DTE_Field_Type_autoComplete .DTE_Field_InputControl input:active {
        border: 0;
        background-color: #e2ebf1;
        border: 1px solid #1888d2; }
  table.dataTable tbody td .DTE_Field_Type_select .DTE_Field_InputControl {
    margin: -17px -7px -13px -7px; }
    table.dataTable tbody td .DTE_Field_Type_select .DTE_Field_InputControl select {
      width: 100%;
      height: 30px;
      border-radius: 0;
      border: 0; }
      table.dataTable tbody td .DTE_Field_Type_select .DTE_Field_InputControl select:focus, table.dataTable tbody td .DTE_Field_Type_select .DTE_Field_InputControl select:active {
        border: 0;
        background-color: #e2ebf1;
        border: 1px solid #1888d2; }

div.dtk-focus-alt table.dataTable tbody th.focus, div.dtk-focus-alt table.dataTable tbody td.focus {
  box-shadow: 0; }

.DTFC_LeftBodyLiner {
  /* Important Bug FIX*/
  max-width: 100%;
  overflow-y: hidden; }

#table3DContainer {
  /* Table Style -------------------------------------------- */
  /* Selected row */
  /* Text Align In Cells */ }
  #table3DContainer .table-header-fixed {
    position: relative;
    font-size: 12px;
    /* Csak key */
    /* Csak Link */
    /* Csak Object */
    /* Csak TableLink */
    /* Mindkettő */ }
    #table3DContainer .table-header-fixed.header-key-icon .key-icon {
      position: absolute;
      top: 4px;
      right: 6px;
      color: #1888d2; }
    #table3DContainer .table-header-fixed.header-link-icon {
      background-color: #ffd6a6; }
      #table3DContainer .table-header-fixed.header-link-icon .link-icon {
        position: absolute;
        top: 4px;
        right: 6px;
        color: #333333; }
    #table3DContainer .table-header-fixed.header-object-icon {
      background-color: #F08100;
      color: #fefefe; }
      #table3DContainer .table-header-fixed.header-object-icon .object-icon {
        position: absolute;
        top: 4px;
        right: 6px;
        color: #fefefe; }
    #table3DContainer .table-header-fixed.header-tablelink-icon {
      background-color: #c5edc6; }
      #table3DContainer .table-header-fixed.header-tablelink-icon .tablelink-icon {
        position: absolute;
        top: 4px;
        right: 6px;
        color: #333333; }
    #table3DContainer .table-header-fixed.header-key-icon {
      /* Link */
      /* Object */
      /* Object */ }
      #table3DContainer .table-header-fixed.header-key-icon.header-link-icon .link-icon {
        position: absolute;
        top: 20px;
        right: 6px;
        color: #1888d2; }
      #table3DContainer .table-header-fixed.header-key-icon.header-object-icon .key-icon {
        color: #fefefe; }
      #table3DContainer .table-header-fixed.header-key-icon.header-object-icon .object-icon {
        position: absolute;
        top: 20px;
        right: 6px;
        color: #fefefe; }
      #table3DContainer .table-header-fixed.header-key-icon.header-tablelink-icon .tablelink-icon {
        position: absolute;
        top: 20px;
        right: 6px; }
  #table3DContainer table.DTFC_Cloned thead, #table3DContainer table.DTFC_Cloned tfoot {
    background-color: #e2ebf1; }
  #table3DContainer table.dataTable.stripe tbody > tr.odd.selected, #table3DContainer table.dataTable.stripe tbody > tr.odd > .selected,
  #table3DContainer table.dataTable.display tbody > tr.odd.selected, #table3DContainer table.dataTable.display tbody > tr.odd > .selected,
  #table3DContainer table.dataTable tbody > tr.selected, #table3DContainer table.dataTable tbody > tr > .selected {
    background-color: #1888d2;
    color: #fefefe; }
    #table3DContainer table.dataTable.stripe tbody > tr.odd.selected td.focus, #table3DContainer table.dataTable.stripe tbody > tr.odd > .selected td.focus,
    #table3DContainer table.dataTable.display tbody > tr.odd.selected td.focus, #table3DContainer table.dataTable.display tbody > tr.odd > .selected td.focus,
    #table3DContainer table.dataTable tbody > tr.selected td.focus, #table3DContainer table.dataTable tbody > tr > .selected td.focus {
      background-color: #fefefe;
      color: #333333; }
    #table3DContainer table.dataTable.stripe tbody > tr.odd.selected td.readonly, #table3DContainer table.dataTable.stripe tbody > tr.odd > .selected td.readonly,
    #table3DContainer table.dataTable.display tbody > tr.odd.selected td.readonly, #table3DContainer table.dataTable.display tbody > tr.odd > .selected td.readonly,
    #table3DContainer table.dataTable tbody > tr.selected td.readonly, #table3DContainer table.dataTable tbody > tr > .selected td.readonly {
      color: #333333; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    text-align: center; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th.text-align-right,
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td.text-align-right,
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th.text-align-right,
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.text-align-right {
      text-align: right; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th.text-align-left,
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td.text-align-left,
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th.text-align-left,
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.text-align-left {
      text-align: left; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th.text-align-center,
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td.text-align-center,
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th.text-align-center,
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.text-align-center {
      text-align: center; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td .DTE_Inline {
    padding: 0 !important; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-1 {
    background-color: #c0f9ff; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-1 input {
      background-color: #c0f9ff; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-2 {
    background-color: #daffc3; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-2 input {
      background-color: #daffc3; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-3 {
    background-color: #d2c3ff; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-3 input {
      background-color: #d2c3ff; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-4 {
    background-color: #fdffc3; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-4 input {
      background-color: #fdffc3; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-5 {
    background-color: #ffd4fc; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-5 input {
      background-color: #ffd4fc; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-6 {
    background-color: #ffe1c3; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-6 input {
      background-color: #ffe1c3; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-7 {
    background-color: #c0d9f3; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-7 input {
      background-color: #c0d9f3; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-8 {
    background-color: #ffc3c3; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-8 input {
      background-color: #ffc3c3; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-na {
    background-color: #797979 !important;
    color: #333333; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-na input {
      background-color: #ffc3c3; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.validlink {
    color: #33dd33; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-hidden.color-1, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-hidden.color-2, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-hidden.color-3, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-hidden.color-4, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-hidden.color-5, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-hidden.color-6, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-hidden.color-7, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-hidden.color-8 {
    background-color: rgba(255, 255, 255, 0); }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-1.selected, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-2.selected, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-3.selected, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-4.selected, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-5
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-6
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-7
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.color-8.selected {
    background-color: #1888d2;
    color: #fefefe; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.fa-comment:before {
    display: block;
    position: absolute;
    background-color: #1888d2;
    color: #fefefe;
    top: 0;
    opacity: 0.6;
    right: 0;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    padding: 4px 4px 5px 5px;
    text-align: center;
    margin: 1px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f075";
    line-height: 22px; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.fa-comment:before:hover {
      opacity: 1; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-1 {
    background-color: #74d4de;
    color: #333333; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-1 input {
      background-color: #74d4de; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-2 {
    background-color: #a3e67a;
    color: #333333; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-2 input {
      background-color: #a3e67a; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-3 {
    background-color: #9e83ee;
    color: #333333; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-3 input {
      background-color: #9e83ee; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-4 {
    background-color: #e2d545;
    color: #333333; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-4 input {
      background-color: #e2d545; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-5 {
    background-color: #ea8ce4;
    color: #333333; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-5 input {
      background-color: #ea8ce4; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-6 {
    background-color: #e4b281;
    color: #333333; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-6 input {
      background-color: #e4b281; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-7 {
    background-color: #81b0e0;
    color: #333333; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-7 input {
      background-color: #81b0e0; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-8 {
    background-color: #ea8787;
    color: #333333; }
    #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-8 input {
      background-color: #ea8787; }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-hidden.color-1, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-hidden.color-2, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-hidden.color-3, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-hidden.color-4, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-hidden.color-5, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-hidden.color-6, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-hidden.color-7, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-hidden.color-8 {
    background-color: rgba(255, 255, 255, 0); }
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-1.selected, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-2.selected, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-3.selected, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-4.selected, #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-5
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-6
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-7
  #table3DContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr.selected > td.color-8.selected {
    background-color: #1888d2;
    color: #fefefe; }
  #table3DContainer table.dataTable.row-border tbody th, #table3DContainer table.dataTable.row-border tbody td,
  #table3DContainer table.dataTable.display tbody th, #table3DContainer table.dataTable.display tbody td {
    border-right: 1px solid #b5b5b5;
    text-align: center; }
  #table3DContainer .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0; }
  #table3DContainer table.dataTable thead th, #table3DContainer table.dataTable thead td {
    border-bottom: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5; }

.dataTables_scrollBody .table-header-fixed .object-icon,
.dataTables_scrollBody .table-header-fixed .link-icon,
.dataTables_scrollBody .table-header-fixed .key-icon,
.dataTables_scrollBody .table-header-fixed .tablelink-icon {
  display: none; }

/* Táblázatkezelő saját Stílusának módosítása */
#mainTable {
  /* READONLY ----------------------*/
  /* HIGHLIGT ---------------------- */ }
  #mainTable thead tr th.readonly {
    background-color: #b5b5b5; }
  #mainTable tbody td.readonly {
    background-color: #eee;
    color: #858585; }
  #mainTable tbody tr.selected td .focus,
  #mainTable tbody tr.selected td .focus {
    background-color: #fefefe;
    box-shadow: inset 0 0 1px 2px #00628D !important; }
  #mainTable tbody tr.selected td .readonly,
  #mainTable tbody tr.selected td .readonly {
    background-color: #00628D;
    color: #fefefe; }
  #mainTable tbody td.highligt {
    background-color: #aecfe4; }

.circle-list {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #797979;
  color: #fefefe;
  /* @include border-radius(); */
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.object-rename-height {
  height: 298px; }

.object-rename-block {
  padding: 10px 31px 10px 31px; }

.dataTables_scroll {
  /* Parent */
  height: 100%;
  /* @include flexbox();*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* @include flex-direction(); */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.DTFC_ScrollWrapper {
  min-height: 100%;
  max-height: 100%; }

.dataTables_scrollBody {
  /* Header */
  /* @include flex-grow(); */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1; }

.dataTables_scrollHead {
  /* Body */
  background-color: #e2ebf1;
  /* @include flex-shrink(); */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }

.dataTables_scroll .pdfclick,
.dataTables_scroll .asdf {
  display: block;
  position: absolute;
  background-color: #1888d2;
  color: #fefefe;
  top: 0;
  opacity: 0.6;
  right: 0;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  padding: 4px 4px 5px 5px;
  text-align: center;
  margin: 1px; }
  .dataTables_scroll .pdfclick:hover,
  .dataTables_scroll .asdf:hover {
    opacity: 1; }
  .dataTables_scroll .pdfclick.second-icon,
  .dataTables_scroll .asdf.second-icon {
    margin-right: 26px; }
.dataTables_scroll td {
  position: relative; }

/*  */
#loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99999; }
  #loading .loading-container {
    height: 100%; }
    #loading .loading-container .laoding-icon {
      color: #1888d2;
      width: 36px;
      display: block;
      height: 36px;
      font-size: 36px;
      -webkit-animation-name: spin;
      -webkit-animation-duration: 1000ms;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      -moz-animation-name: spin;
      -moz-animation-duration: 1000ms;
      -moz-animation-iteration-count: infinite;
      -moz-animation-timing-function: linear;
      -ms-animation-name: spin;
      -ms-animation-duration: 1000ms;
      -ms-animation-iteration-count: infinite;
      -ms-animation-timing-function: linear;
      animation-name: spin;
      animation-duration: 1000ms;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.editMainPropertiesFooter {
  background-color: #F08100;
  height: 55px;
  /* @include transition(); */
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden; }
  .editMainPropertiesFooter.closed {
    height: 0;
    padding-top: 0 !important;
    padding-bottom: 0; }
  .editMainPropertiesFooter span {
    color: #fefefe;
    text-align: right; }

.topObject {
  z-index: 1000 !important; }

.topObject2 {
  z-index: 107 !important; }

.topObject3 {
  z-index: 106 !important; }

#editPropertiesFooter {
  /* @include transition(); */
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  #editPropertiesFooter.closed {
    overflow: hidden;
    height: 0;
    padding: 0; }

.mainEditButton-container {
  position: relative; }
  .mainEditButton-container .mainEditButton {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1px 6px; }
  .mainEditButton-container:hover .mainEditButton {
    display: block; }

.table-page-container-outher {
  height: calc( 100vh - 190px );
  position: relative;
  background-color: #fefefe;
  /* The Comments and Commnents form ------------------------------- */ }
  .table-page-container-outher.open .comments {
    z-index: 8888;
    width: 300px;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fefefe; }
  .table-page-container-outher .table-page-container {
    position: relative;
    border-top: 1px solid #b5b5b5;
    width: 100%; }
  .table-page-container-outher .comments {
    border: 1px solid #b5b5b5;
    height: 100%;
    width: 0px; }
    .table-page-container-outher .comments #commentCloseButton {
      cursor: pointer;
      padding: 6px 12px;
      text-align: right;
      background-color: #aecfe4;
      border-bottom: 1px solid #b5b5b5;
      text-align: left; }
    .table-page-container-outher .comments .comments-list {
      height: calc( 100% - 164px);
      overflow-y: scroll;
      overflow-x: hidden; }
      .table-page-container-outher .comments .comments-list #commentlist {
        display: block;
        width: 100%; }
      .table-page-container-outher .comments .comments-list .comment-listelement {
        background-color: #F2F2F2; }
        .table-page-container-outher .comments .comments-list .comment-listelement .author {
          font-weight: bold; }
        .table-page-container-outher .comments .comments-list .comment-listelement:nth-child(even) {
          background-color: #F8F8F8; }
    .table-page-container-outher .comments .comment-form {
      height: 100px; }
      .table-page-container-outher .comments .comment-form textarea {
        height: 68px;
        resize: none; }

.analyticHeader {
  padding: 3px 12px; }

.tableFakeHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 17px;
  z-index: 9999;
  /* @include flexbox();*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* @include flex-wrap(); */
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* @include flex-direction(); */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: scroll;
  overflow-y: hidden;
  overflow-x: hidden; }
  .tableFakeHeader div {
    float: left;
    border-left: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    text-align: center;
    font-weight: bold;
    padding: 6px 3px 6px 4px;
    background-color: #aecfe4;
    box-sizing: border-box;
    /* @include flexbox();*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* @include flex-wrap(); */
    -webkit-flex-wrap: no-wrap;
    -moz-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    /* @include align-items(); */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    /* @include flex-direction(); */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-shrink: 0; }
    .tableFakeHeader div:before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      display: inline;
      margin-right: 6px;
      content: "\f0dc";
      color: #b5b5b5; }
    .tableFakeHeader div:last-child {
      flex: 1; }
    .tableFakeHeader div.sortup:before {
      content: "\f0de";
      color: #333333; }
    .tableFakeHeader div.sortdown:before {
      content: "\f0dd";
      color: #333333; }
    .tableFakeHeader div span {
      text-align: left; }

#table-container-tabs {
  padding-top: 3px; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #tablePageContainer h1 {
    font-size: 18px; }

  /* Object Panel Data sticky header */
  #objectEditContent .sticky-header {
    top: 0px; }

  #objectDataContainer {
    overflow: scroll;
    overflow-y: hidden; }
    #objectDataContainer > div {
      min-width: 530px;
      border-right: 1px solid #b5b5b5;
      flex: 1 1 0%; }
      #objectDataContainer > div:last-child {
        border-right: 0; }

  #editMainPropertiesForm {
    position: relative; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  #tablePageContainer h1 {
    font-size: 20px; }

  .DTFC_ScrollWrapper {
    height: calc(100vh - 258px); }

  #editMainPropertiesForm .data-form-table.deviceMaintenance-style {
    padding: 0px;
    margin-bottom: 0; }

  #objectDataContainer {
    overflow: scroll; }

  #objectResultsBlockContainer {
    min-height: 480px; }

  /* Object Panel Data sticky header */
  #objectEditContent .sticky-header {
    top: 0px; }

  #editMainPropertiesForm {
    position: relative; }

  #tablePageWindow .ui-resizable-handle {
    display: none !important; }

  /* MOBILE VIEW END --------*/ }
#table-container td:has(.theme-bg-green-light) {
  background-color: #c5edc6; }

.tablelog-scrollable {
  background-color: #fefefe; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  .rowid-text:before,
  .colname-text:before,
  .oldvalue-text:before,
  .newvalue-text:before {
    font-weight: bold;
    display: inline-block;
    width: 105px;
    text-align: right;
    margin-right: 3px; }

  .rowid-text:before {
    content: 'Terepi IO TAG:'; }

  .colname-text:before {
    content: 'Módosított oszlop:'; }

  .oldvalue-text:before {
    content: 'Régi Érték:'; }

  .newvalue-text:before {
    content: 'Új Érték:'; }

  /* MOBILE VIEW END --------*/ }
.list {
  /* Lists Differences ---------------------- */
  /* /Lists Differences ---------------------- */ }
  .list.admin-list {
    /* Admin icon */ }
    .list.admin-list .list-listelement .icon {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      color: #1888d2; }
      .list.admin-list .list-listelement .icon:before {
        content: "\f521"; }
  .list.editor-list {
    /* Editor icon */ }
    .list.editor-list .list-listelement .icon {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      color: #1888d2; }
      .list.editor-list .list-listelement .icon:before {
        content: "\f303"; }
  .list.reader-list {
    /* Reader icon */ }
    .list.reader-list .list-listelement .icon {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      color: #1888d2; }
      .list.reader-list .list-listelement .icon:before {
        content: "\f06e"; }
  .list.deactivated-list {
    /* Reader icon */ }
    .list.deactivated-list .list-listelement .icon {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      color: #1888d2; }
      .list.deactivated-list .list-listelement .icon:before {
        content: "\f023"; }

#user-header span:last-child,
#userSearchForm ul li:last-child {
  margin-right: 36px; }

/* TABLET VIEW -------- - 96px*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #user-header span:last-child,
  #userSearchForm ul li:last-child {
    margin-right: 20px; }

  /* TABLET VIEW END --------*/ }
/*MOBILE VIEW --------*/
@media only screen and (max-width: 767px) {
  #userSearchForm ul li:last-child {
    margin-right: 36px; }

  /*MOBILE VIEW END --------*/ }
/*
    User Profile Page  ////////////////////////////////////////////////////////////////////
*/
.fc-daygrid-event-dot,
.fc-list-event-graphic,
.fc-list-event-time,
.fc-event-time {
  display: none; }

.EtRr .fc-list-event-title:before,
.EtRr .fc-event-title:before {
  content: "\f46c";
  width: 10px;
  margin-right: 3px; }

.WdPH {
  border-color: #1888d2 !important;
  background-color: #1888d2 !important;
  border: #aecfe4 !important;
  background-color: #aecfe4 !important; }
  .WdPH .fc-list-event-title:before,
  .WdPH .fc-event-title:before {
    content: "\f155";
    width: 10px;
    margin-right: 3px; }
  .WdPH .fc-event-main {
    color: #fefefe !important; }
  .WdPH .fc-event-main {
    color: #333333 !important; }
  .WdPH.WdClassGranted {
    background-color: #1888d2 !important;
    color: #fefefe !important; }
    .WdPH.WdClassGranted .fc-event-main {
      color: #fefefe !important; }
  .WdPH.WdClassRejected {
    background-color: #eda1a1 !important; }
    .WdPH.WdClassRejected .fc-event-main {
      color: #333333 !important; }

#calendar .WdPH .fc-list-event-title a:after,
#calendar .WdPH .fc-event-main:before {
  content: "(Függőben)";
  order: 1;
  flex: 1;
  line-height: 14px;
  padding: 0 3px; }
#calendar .WdPH.WdClassGranted .fc-list-event-title a:after,
#calendar .WdPH.WdClassGranted .fc-event-main:before {
  content: "(Elfogadva)"; }
#calendar .WdPH.WdClassRejected .fc-list-event-title a:after,
#calendar .WdPH.WdClassRejected .fc-event-main:before {
  content: "(Elutasítva)"; }

.WdUH {
  border-color: #1888d2 !important;
  background-color: #1888d2 !important;
  color: #fefefe !important; }
  .WdUH .fc-list-event-title:before,
  .WdUH .fc-event-title:before {
    content: "\f2b5";
    width: 14px;
    margin-right: 3px; }
  .WdUH .fc-event-main {
    color: #fefefe !important; }

.WdCH {
  border-color: #1888d2 !important;
  background-color: #1888d2 !important;
  color: #fefefe !important; }
  .WdCH .fc-list-event-title:before,
  .WdCH .fc-event-title:before {
    content: "\f1ad";
    width: 14px;
    margin-right: 3px; }
  .WdCH .fc-event-main {
    color: #fefefe !important; }

.WdSL {
  border-color: #1888d2 !important;
  background-color: #1888d2 !important;
  color: #fefefe !important; }
  .WdSL .fc-list-event-title:before,
  .WdSL .fc-event-title:before {
    content: "\f0fe";
    width: 14px;
    margin-right: 3px; }
  .WdSL .fc-event-main {
    color: #fefefe !important; }

.WdEH {
  border-color: #1888d2 !important;
  background-color: #1888d2 !important;
  color: #fefefe !important; }
  .WdEH .fc-list-event-title:before,
  .WdEH .fc-event-title:before {
    content: "\f005";
    width: 14px;
    margin-right: 3px; }
  .WdEH .fc-event-main {
    color: #fefefe !important; }

.WdNW {
  background-color: #edfbec !important; }

.WdNH {
  background-color: #fbecec !important; }

.EtRr .fc-list-event-title:before,
.EtRr .fc-event-title:before,
.WdEH .fc-list-event-title:before,
.WdEH .fc-event-title:before,
.WdPH .fc-list-event-title:before,
.WdPH .fc-event-title:before,
.WdUH .fc-list-event-title:before,
.WdUH .fc-event-title:before,
.WdCH .fc-list-event-title:before,
.WdCH .fc-event-title:before,
.WdSL .fc-list-event-title:before,
.WdSL .fc-event-title:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-align: center; }

#companyCalendar .WdPH .fc-list-event-title a:after {
  content: "(Fizetett szabadság)";
  margin-left: 3px; }
#companyCalendar .WdUH .fc-list-event-title a:after {
  content: "(Fizetés nélküli szabadság)";
  margin-left: 3px; }
#companyCalendar .WdEH .fc-list-event-title a:after {
  content: "(Extra szabadnap)";
  margin-left: 3px; }
#companyCalendar .WdCH .fc-list-event-title a:after {
  content: "(Kötelező szabadság)";
  margin-left: 3px; }
#companyCalendar .WdSL .fc-list-event-title a:after {
  content: "(Betegszabadság)";
  margin-left: 3px; }

.fc-event-main {
  display: flex;
  flex-direction: row; }

.fc-event-main-frame,
.fc-event-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-width: 0;
  display: inline-block; }

.fc-day-sat,
.fc-day-sun {
  background-color: #fbecec !important; }

.WdEditable.fc-daygrid-block-event .fc-event-main {
  display: flex;
  flex-direction: row; }
  .WdEditable.fc-daygrid-block-event .fc-event-main .fc-event-main-frame {
    flex: 1; }
  .WdEditable.fc-daygrid-block-event .fc-event-main:after {
    order: 2;
    font-size: 14px;
    color: #ee5050;
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 14px;
    text-align: center; }
.WdEditable.fc-daygrid-dot-event {
  position: relative; }
  .WdEditable.fc-daygrid-dot-event .fc-event-title {
    width: 10%;
    margin-right: 12px;
    font-weight: normal; }
    .WdEditable.fc-daygrid-dot-event .fc-event-title:after {
      position: absolute;
      right: 2px;
      top: 2px;
      order: 2;
      font-size: 14px;
      color: #ee5050;
      content: "\f00d";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      width: 14px;
      text-align: center; }

.fc .fc-more-popover .fc-popover-body {
  max-height: 180px;
  overflow: scroll;
  overflow-x: hidden; }

.pulse {
  font-weight: bold;
  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes pulsate {
  0% {
    background-color: #ee5050;
    color: #fefefe; }
  25% {
    color: #333333; }
  50% {
    background-color: #fefefe;
    color: #333333; }
  75% {
    color: #fefefe; }
  100% {
    background-color: #ee5050;
    color: #fefefe; } }
#userEditButton {
  position: absolute;
  top: -6px;
  right: -6px; }

#userTasks.grown {
  max-height: 90vh; }

#userData {
  width: 360px;
  height: 170px; }

.userDataHeight {
  height: 170px;
  max-height: 170px; }

#userDataBlock {
  background: url(../img/user-card-bg.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: -80px 0px; }
  #userDataBlock .userCompanyLogo {
    position: absolute;
    right: 0;
    bottom: 0; }

#userProjects {
  height: calc(100vh - 528px);
  min-height: 300px; }

.user-image {
  border: 1px solid #b5b5b5;
  height: 80px;
  width: 80px;
  object-fit: cover;
  object-position: top;
  border-radius: 40px; }

.company-image-container {
  width: 100px;
  height: 80px;
  margin-top: -30px;
  position: absolute;
  bottom: 0;
  right: 0; }

.company-image {
  object-fit: contain;
  width: 100px;
  height: 80px; }

#dateNav,
.dateNav {
  color: #333333; }
  #dateNav .nav-button,
  .dateNav .nav-button {
    border-left: 1px solid #b5b5b5;
    line-height: 33px;
    width: 36px;
    text-align: center;
    background-color: #e2ebf1; }
    #dateNav .nav-button:hover,
    .dateNav .nav-button:hover {
      background-color: #bfd9ea; }
    #dateNav .nav-button:last-child,
    .dateNav .nav-button:last-child {
      border-right: 1px solid #b5b5b5; }
    #dateNav .nav-button.nav-button-double,
    .dateNav .nav-button.nav-button-double {
      width: 72px; }
  #dateNav #dateNavDate,
  #dateNav .dateNavDate,
  .dateNav #dateNavDate,
  .dateNav .dateNavDate {
    border-left: 1px solid #b5b5b5;
    line-height: 33px;
    padding: 0 6px;
    text-align: center;
    background-color: #fefefe; }
  #dateNav .dateNavYear,
  .dateNav .dateNavYear {
    line-height: 33px;
    padding: 0 6px;
    font-size: 18px;
    text-align: center;
    background-color: #fefefe; }
  #dateNav.bc-r,
  .dateNav.bc-r {
    margin-right: -1px; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .user-image-container {
    height: 144px; }
    .user-image-container .user-image {
      border: 1px solid #b5b5b5;
      max-width: 128px;
      max-height: 144px; }

  #userTasks,
  #userProjects,
  #userData {
    height: auto; }

  /* TABLET VIEW END --------*/ }
@media only screen and (max-width: 767px) {
  .user-image-container {
    height: 80px; }
    .user-image-container .user-image {
      border: 1px solid #b5b5b5;
      max-width: 80px;
      max-height: 90px; }

  #dateNav {
    /* @include flex(); */
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 220px;
    border-top: 1px solid #ccc;
    margin: -1px -1px 0 -1px; }

  /*MOBILE VIEW END --------*/ }
#positionData {
  width: 550px; }

#positionDescription * {
  white-space: normal; }
#positionDescription ul li, #positionDescription ol li {
  list-style: disc;
  margin-left: 20px; }
#positionDescription h5 {
  margin-top: 10px;
  margin-bottom: 5px; }

#userGroupList {
  margin-top: 8px; }
  #userGroupList:empty {
    margin-top: 0; }

#userEditHeader.userSelfView {
  padding-bottom: 28px; }

#userEditMainBlock .switch-box-tab-header {
  top: -29px;
  position: absolute; }
#userEditMainBlock .switch .switch-box-tab-header {
  flex-wrap: nowrap !important; }
#userEditMainBlock .switch .switch-tab-2,
#userEditMainBlock .switch .switch-tab-2:hover {
  color: #797979 !important;
  position: relative; }
  #userEditMainBlock .switch .switch-tab-2:after,
  #userEditMainBlock .switch .switch-tab-2:hover:after {
    top: 27px;
    left: 0;
    content: "";
    position: absolute;
    display: block;
    width: calc( 100% + 8px );
    border-top: 1px solid #b5b5b5;
    z-index: 1; }
#userEditMainBlock .switch .switch-tab-2:hover {
  background-color: #e9e9e9 !important; }
  #userEditMainBlock .switch .switch-tab-2:hover:before {
    background-color: #e9e9e9 !important; }
#userEditMainBlock .switch .switch-tab-2.active {
  background-color: #F3F6F8 !important;
  color: #00628D !important;
  border-color: #b5b5b5 !important; }
  #userEditMainBlock .switch .switch-tab-2.active:after {
    display: none; }
  #userEditMainBlock .switch .switch-tab-2.active:before {
    background-color: #F3F6F8 !important; }
#userEditMainBlock .switch .switch-tab-2.active:hover {
  color: #797979; }

#userProfilePictureContainer {
  position: relative; }
  #userProfilePictureContainer #userProfilePictureContainerIcon {
    display: block;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #b5b5b5;
    background-color: #1888d2;
    color: #fefefe;
    position: absolute;
    bottom: 0;
    right: 0; }

#userEditHeader .userProfilePicture {
  width: 70px;
  height: 70px;
  border: 1px solid #b5b5b5;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  /* @include border-radius(); */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
  margin-left: 28px; }
#userEditHeader .userCompanyLogo {
  width: 240px;
  height: 66px;
  object-fit: contain; }

.userMenuList .userMenuList-listelement {
  color: #666; }
  .userMenuList .userMenuList-listelement i {
    color: #797979;
    font-size: 16px;
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 10px;
    cursor: ponter; }
  .userMenuList .userMenuList-listelement.active {
    background-color: #e9e9e9; }
    .userMenuList .userMenuList-listelement.active.profileStyle {
      background-color: #e2ebf1; }
    .userMenuList .userMenuList-listelement.active.companyStyle {
      background-color: #f5f0de; }
    .userMenuList .userMenuList-listelement.active.saleryStyle {
      background-color: #f4ecf7; }
    .userMenuList .userMenuList-listelement.active.jobStyle {
      background-color: #f9efe0; }
    .userMenuList .userMenuList-listelement.active.holidayStyle {
      background-color: #f5eaea; }
    .userMenuList .userMenuList-listelement.active.docStyle {
      background-color: #cfebdf; }
  .userMenuList .userMenuList-listelement.profileStyle i {
    color: #1888d2; }
  .userMenuList .userMenuList-listelement.companyStyle i {
    color: #e5ba11; }
  .userMenuList .userMenuList-listelement.saleryStyle i {
    color: #8318d2; }
  .userMenuList .userMenuList-listelement.jobStyle i {
    color: #f78e4c; }
  .userMenuList .userMenuList-listelement.holidayStyle i {
    color: #d21818; }
  .userMenuList .userMenuList-listelement.docStyle i {
    color: #16ba75; }

.profileStyleBlock .icon {
  color: #1888d2; }

.companyStyleBlock .icon {
  color: #e5ba11; }

.saleryStyleBlock .icon {
  color: #8318d2; }

.jobStyleBlock .icon {
  color: #f78e4c; }

.holidayStyleBlock .icon {
  color: #d21818; }

.docStyleBlock .icon {
  color: #16ba75; }

.loginStyleBlock .icon {
  color: #797979; }

.profileStyleBlock,
.companyStyleBlock,
.saleryStyleBlock,
.jobStyleBlock,
.holidayStyleBlock,
.docStyleBlock,
.loginStyleBlock {
  padding: 50px 0;
  border-bottom: 1px solid #b5b5b5; }

.userDataEditBlock {
  width: 700px;
  max-width: 100%;
  padding-left: 34px; }
  .userDataEditBlock select,
  .userDataEditBlock input {
    background-color: #fefefe; }
    .userDataEditBlock select.inputNormalStlye,
    .userDataEditBlock input.inputNormalStlye {
      height: 24px;
      font-size: 14px;
      padding-left: 6px; }

.userEditTitle {
  position: relative; }
  .userEditTitle .icon {
    position: absolute;
    top: -1px;
    left: -34px;
    font-size: 24px;
    width: 24px;
    text-align: center; }
  .userEditTitle .title {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #b5b5b5;
    font-size: 20px;
    margin-bottom: 8px;
    padding-bottom: 2px; }

.directory-system-user {
  /* Main Folders ---------------------------*/
  /* Main Folders ---------------------------*/
  /* Main Folders List Cells ---------------------------*/
  /* Main Folders List Cells ---------------------------*/
  /* Csíkok ----------------------------- */ }
  .directory-system-user.main-folder > .directory-system-user-listelement {
    width: 100%; }
    .directory-system-user.main-folder > .directory-system-user-listelement.empty .directory-system-listelement-inner, .directory-system-user.main-folder > .directory-system-user-listelement.emptyFolder .directory-system-listelement-inner {
      border: 1px solid #b5b5b5;
      /* @include border-bottom-right-radius(); */
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px; }
  .directory-system-user.main-folder > .directory-system-user-listelement > .directory-system-listelement-inner {
    z-index: 1;
    /* @include border-radius(); */
    -webkit-border-radius: 3px 3px 0 3px;
    -moz-border-radius: 3px 3px 0 3px;
    border-radius: 3px 3px 0 3px;
    height: 30px; }
    .directory-system-user.main-folder > .directory-system-user-listelement > .directory-system-listelement-inner .simple-cell {
      line-height: 30px; }
  .directory-system-user.main-folder > .directory-system-user-listelement.empty > .directory-system-listelement-inner {
    margin-bottom: 0px; }
  .directory-system-user .directory-system-user-listelement {
    width: 100%;
    /* @include user-select(); */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .directory-system-user .directory-system-user-listelement.folder .directory-system-user {
      margin-left: 24px; }
    .directory-system-user .directory-system-user-listelement.folder.closed .directory-system-user {
      display: none; }
    .directory-system-user .directory-system-user-listelement.folder.closed > .directory-system-listelement-inner > .user-opener-cell > .icon-open {
      display: none; }
    .directory-system-user .directory-system-user-listelement.folder.open > .directory-system-listelement-inner > .user-opener-cell > .icon-closed {
      display: none; }
    .directory-system-user .directory-system-user-listelement.empty .directory-system-listelement-inner, .directory-system-user .directory-system-user-listelement.emptyFolder .directory-system-listelement-inner {
      cursor: auto;
      background-color: #fefefe;
      color: #b5b5b5; }
  .directory-system-user .folder-checkbox-cell,
  .directory-system-user .checkbox-cell {
    font-size: 12px;
    padding: 0;
    display: inline-block;
    height: 24px; }
    .directory-system-user .folder-checkbox-cell input,
    .directory-system-user .checkbox-cell input {
      margin: 5px 6px 6px 6px; }
  .directory-system-user .icon-cell {
    width: 12px;
    text-align: center;
    font-size: 12px; }
  .directory-system-user .simple-cell {
    flex: 1;
    display: inline-block;
    font-size: 12px;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .directory-system-user .simple-cell a {
      display: block;
      padding: 6px 10px; }
      .directory-system-user .simple-cell a:hover {
        background-color: #55a8de; }
  .directory-system-user .directory-system-listelement-inner {
    width: 100%;
    cursor: pointer;
    /* @include flexbox();*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -1px;
    background-color: #F8F8F8;
    border: 1px solid #b5b5b5;
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    padding-left: 9px;
    padding-right: 9px; }
    .directory-system-user .directory-system-listelement-inner .icon-cell,
    .directory-system-user .directory-system-listelement-inner .checkbox-cell,
    .directory-system-user .directory-system-listelement-inner .simple-cell {
      line-height: 24px; }
    .directory-system-user .directory-system-listelement-inner:hover {
      background-color: #aecfe4; }
    .directory-system-user .directory-system-listelement-inner.checked {
      background-color: #e2ebf1; }
    .directory-system-user .directory-system-listelement-inner.partialChecked {
      background-color: #e2ebf1; }
    .directory-system-user .directory-system-listelement-inner.ready {
      background-color: #b3e2b4; }
      .directory-system-user .directory-system-listelement-inner.ready:hover {
        background-color: #c6ddc7; }
    .directory-system-user .directory-system-listelement-inner.error-style-2 {
      background-color: #ee5050;
      color: #fefefe; }
      .directory-system-user .directory-system-listelement-inner.error-style-2 a {
        color: #fefefe; }
      .directory-system-user .directory-system-listelement-inner.error-style-2:hover {
        background-color: #eda1a1; }
    .directory-system-user .directory-system-listelement-inner:nth-child(even) {
      background-color: #F8F8F8; }
      .directory-system-user .directory-system-listelement-inner:nth-child(even).ready {
        background-color: #c5edc6; }
        .directory-system-user .directory-system-listelement-inner:nth-child(even).ready:hover {
          background-color: #dff3e0; }
      .directory-system-user .directory-system-listelement-inner:nth-child(even).error-style-2 {
        background-color: #f17f7f;
        color: #fefefe; }
        .directory-system-user .directory-system-listelement-inner:nth-child(even).error-style-2 a {
          color: #fefefe; }
        .directory-system-user .directory-system-listelement-inner:nth-child(even).error-style-2:hover {
          background-color: #eda1a1; }
  .directory-system-user directory-system {
    padding-left: 24px;
    position: relative; }
  .directory-system-user .directory-system-listelement {
    position: relative; }
    .directory-system-user .directory-system-listelement:before {
      content: "";
      display: block;
      width: 13px;
      top: 11px;
      left: -13px;
      position: absolute;
      border-top: 2px solid #000; }
    .directory-system-user .directory-system-listelement:after {
      display: block;
      content: "";
      height: 100%;
      width: 2px;
      background-color: #333333;
      position: absolute;
      left: -13px;
      top: 0;
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    .directory-system-user .directory-system-listelement:last-child:after {
      display: block;
      content: "";
      height: 12px;
      width: 2px;
      background-color: #333333;
      position: absolute;
      left: -13px;
      top: 0;
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    .directory-system-user .directory-system-listelement.main-folder:before, .directory-system-user .directory-system-listelement.main-folder:after {
      content: "";
      width: 0;
      height: 0; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #userData {
    height: auto; }

  .profileStyleBlock,
  .companyStyleBlock,
  .saleryStyleBlock,
  .jobStyleBlock,
  .holidayStyleBlock,
  .docStyleBlock,
  .loginStyleBlock {
    padding: 40px 10px 40px 15px; }

  .userDataEditBlock {
    width: 100%; }

  #positionData {
    width: 390px; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW */
@media only screen and (max-width: 767px) {
  #positionData {
    width: 254px;
    max-height: 200px; }

  .userEditTitle .icon {
    left: 6px; }
  .userEditTitle .title {
    margin-left: 34px; }

  .userDataEditBlock {
    padding-left: 0px; }

  #userEditHeader .userProfilePicture {
    margin-left: 0px;
    width: 50px;
    height: 50px; }

  .profileStyleBlock,
  .companyStyleBlock,
  .saleryStyleBlock,
  .jobStyleBlock,
  .holidayStyleBlock,
  .docStyleBlock,
  .loginStyleBlock {
    padding: 26px 10px 26px 15px; }

  .userDataEditBlock {
    width: 100%; }

  /* MOBILE VIEW END --------*/ }
.listelement-deletable .pod-delete-button {
  display: inline-block; }
.listelement-deletable .pod-undo-delete-button {
  display: none; }
.listelement-deletable.listelement-deleted .file-name {
  color: #797979;
  text-decoration: line-through; }
.listelement-deletable.listelement-deleted .pod-delete-button {
  display: none; }
.listelement-deletable.listelement-deleted .pod-undo-delete-button {
  display: inline-block; }

#progressReportChartFrame {
  height: 204px; }

#progressReportChart {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: scroll;
  overflow-y: hidden; }
  #progressReportChart .label-1,
  #progressReportChart .label-2 {
    height: 35px;
    line-height: 35px;
    font-weight: bold; }
  #progressReportChart #progressReportChartHeader {
    position: sticky;
    top: 0;
    left: 0; }
  #progressReportChart #progressReportChartLabel {
    background-color: #fefefe;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1; }
  #progressReportChart #progressReportChartDates {
    height: 100%;
    width: 100%;
    max-width: 100%; }
    #progressReportChart #progressReportChartDates .progressReportChartError {
      position: absolute;
      width: 100%;
      height: 100%;
      right: 0;
      left: 0;
      top: 0;
      border: 0;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 1; }
      #progressReportChart #progressReportChartDates .progressReportChartError b {
        padding: 24px; }
    #progressReportChart #progressReportChartDates .monthLane {
      height: 29px;
      line-height: 29px;
      padding: 0 3px; }
    #progressReportChart #progressReportChartDates .monthList {
      height: 100%; }
    #progressReportChart #progressReportChartDates .dotsLane .dots-column {
      flex: 1;
      background-color: #ddd;
      /* @include flexbox();*/
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /* @include flex-direction(); */
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      padding: 3px;
      /*
                      &:nth-child(even) {
                          background-color: #F8F8F8;
                      }*/ }
      #progressReportChart #progressReportChartDates .dotsLane .dots-column section:nth-child(1) {
        font-weight: bold;
        text-align: center; }
      #progressReportChart #progressReportChartDates .dotsLane .dots-column section:nth-child(2) {
        /* @include flex(); */
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0px;
        min-height: 0px; }
      #progressReportChart #progressReportChartDates .dotsLane .dots-column section:nth-child(3) {
        /* @include flex(); */
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0px;
        min-height: 0px; }
      #progressReportChart #progressReportChartDates .dotsLane .dots-column section:nth-child(2) > div,
      #progressReportChart #progressReportChartDates .dotsLane .dots-column section:nth-child(3) > div {
        /* @include flexbox();*/
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        /* @include flex-wrap(); */
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        /* @include flex-direction(); */
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        /* @include align-items(); */
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        /* @include justify-content(); */
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        height: 100%; }
      #progressReportChart #progressReportChartDates .dotsLane .dots-column .circle {
        margin: 1px;
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 30px;
        border-radius: 14px;
        cursor: pointer;
        background-color: #919191;
        color: #fefefe;
        font-weight: bold;
        box-sizing: border-box; }
        #progressReportChart #progressReportChartDates .dotsLane .dots-column .circle.circle-green {
          background-color: #44bb44; }
        #progressReportChart #progressReportChartDates .dotsLane .dots-column .circle.circle-red-light {
          background-color: #f6a7a7 !important;
          color: #333333; }
        #progressReportChart #progressReportChartDates .dotsLane .dots-column .circle.circle-red {
          background-color: #ee5050; }
        #progressReportChart #progressReportChartDates .dotsLane .dots-column .circle.circle-active {
          line-height: 26px;
          border: 2px solid #00628D;
          color: #fefefe;
          text-shadow: 1.5px 1.5px 0px #00628D, -1.5px 1.5px 0px #00628D, -1.5px -1.5px 0px #00628D, 1.5px -1.5px 0px #00628D, 2px 0px 0px #00628D, -2px 0px 0px #00628D, 0px -2px 0px #00628D, 0px 2px 0px #00628D; }
          #progressReportChart #progressReportChartDates .dotsLane .dots-column .circle.circle-active .help-bubble {
            text-shadow: none; }
            #progressReportChart #progressReportChartDates .dotsLane .dots-column .circle.circle-active .help-bubble.bubble-top-left {
              left: -7px;
              bottom: 37px; }
            #progressReportChart #progressReportChartDates .dotsLane .dots-column .circle.circle-active .help-bubble.bubble-top-right {
              right: -7px;
              bottom: 37px; }
        #progressReportChart #progressReportChartDates .dotsLane .dots-column .circle .help-bubble {
          text-shadow: none; }
          #progressReportChart #progressReportChartDates .dotsLane .dots-column .circle .help-bubble.bubble-top-left {
            left: -5px;
            bottom: 39px; }
          #progressReportChart #progressReportChartDates .dotsLane .dots-column .circle .help-bubble.bubble-top-right {
            right: -5px;
            bottom: 39px; }
          #progressReportChart #progressReportChartDates .dotsLane .dots-column .circle .help-bubble b {
            width: 70px;
            display: inline-block; }
            #progressReportChart #progressReportChartDates .dotsLane .dots-column .circle .help-bubble b:first-child {
              font-size: 15px;
              width: 100%; }
      #progressReportChart #progressReportChartDates .dotsLane .dots-column.active {
        background-color: #bfd9ea; }

#userMade {
  padding-top: 12px;
  margin-top: -12px;
  padding-bottom: 50px; }

#ganttContainer {
  position: relative;
  min-height: 100%; }
  #ganttContainer .dateColumn {
    padding: 13px; }
    #ganttContainer .dateColumn .template {
      margin-bottom: 16px; }

#ganttFiguresContainer {
  z-index: 3;
  position: absolute;
  width: 100%;
  min-width: 100%;
  margin-top: 65px; }
  #ganttFiguresContainer .template.template-project {
    width: 100%;
    position: absolute; }
    #ganttFiguresContainer .template.template-project .arrowIcon {
      display: inline-block;
      margin: -1px 2px -3px 0;
      height: 14px;
      width: 16px;
      background-image: url(../img/sprites/gantt-arrow-icon.png);
      background-size: contain; }
    #ganttFiguresContainer .template.template-project .deltaDay {
      height: 100%;
      /* Sor */
      /* @include flexbox();*/
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /* @include flex-wrap(); */
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      /* @include flex-direction(); */
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      /* @include align-items(); */
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      left: 0;
      background-color: #1888d2;
      width: 28px;
      color: #fefefe;
      line-height: 48px;
      text-align: center;
      border-right: 1px solid #b5b5b5; }
      #ganttFiguresContainer .template.template-project .deltaDay span {
        border-right: 0; }
    #ganttFiguresContainer .template.template-project .anomalyAlert {
      /* @include flexbox();*/
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /* @include flex-wrap(); */
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      /* @include flex-direction(); */
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      /* @include align-items(); */
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      #ganttFiguresContainer .template.template-project .anomalyAlert i {
        padding: 0 3px 0 6px;
        font-size: 20px; }
    #ganttFiguresContainer .template.template-project .infoBlock {
      overflow: hidden; }
    #ganttFiguresContainer .template.template-project .ready-style {
      background-color: #e2ece2; }
    #ganttFiguresContainer .template.template-project .expiringSoon-style {
      background-color: #ffd6a6; }
    #ganttFiguresContainer .template.template-project .error-style {
      background-color: #ee5050;
      color: #fefefe; }
      #ganttFiguresContainer .template.template-project .error-style .arrowIcon {
        background-image: url(../img/sprites/gantt-arrow-icon-hover.png); }
      #ganttFiguresContainer .template.template-project .error-style .theme-color-red {
        color: #fefefe; }
    #ganttFiguresContainer .template.template-project.highlited {
      z-index: 3; }
    #ganttFiguresContainer .template.template-project.highlitedHover {
      z-index: 4; }
    #ganttFiguresContainer .template.template-project:hover {
      z-index: 4; }
    #ganttFiguresContainer .template.template-project.highlitedHover, #ganttFiguresContainer .template.template-project.highlited, #ganttFiguresContainer .template.template-project:hover {
      background-color: #1888d2;
      color: #fff; }
      #ganttFiguresContainer .template.template-project.highlitedHover .row span, #ganttFiguresContainer .template.template-project.highlited .row span, #ganttFiguresContainer .template.template-project:hover .row span {
        background-color: #00628D; }
      #ganttFiguresContainer .template.template-project.highlitedHover .ready-style, #ganttFiguresContainer .template.template-project.highlited .ready-style, #ganttFiguresContainer .template.template-project:hover .ready-style {
        color: #333333;
        background-color: #cce0cc; }
      #ganttFiguresContainer .template.template-project.highlitedHover .expiringSoon-style, #ganttFiguresContainer .template.template-project.highlited .expiringSoon-style, #ganttFiguresContainer .template.template-project:hover .expiringSoon-style {
        color: #333333;
        background-color: #f3c691; }
      #ganttFiguresContainer .template.template-project.highlitedHover .error-style, #ganttFiguresContainer .template.template-project.highlited .error-style, #ganttFiguresContainer .template.template-project:hover .error-style {
        background-color: #990000; }
    #ganttFiguresContainer .template.template-project ul {
      padding-left: 16px; }
      #ganttFiguresContainer .template.template-project ul li {
        list-style-type: square; }
    #ganttFiguresContainer .template.template-project:hover .deltaDay {
      background-color: #00628D; }
  #ganttFiguresContainer .ganttLine {
    border: 2px solid #b5b5b5;
    position: absolute;
    box-sizing: content-box;
    margin-left: -2px;
    margin-top: -2px;
    border-radius: 2px; }
    #ganttFiguresContainer .ganttLine.ganttLineEndPoint:after {
      content: "";
      width: 0px;
      height: 0px;
      display: block;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid #b5b5b5;
      position: absolute;
      right: -1px;
      top: -6px; }
    #ganttFiguresContainer .ganttLine.highlitedDependencyClicked, #ganttFiguresContainer .ganttLine.highlitedDependency {
      border-color: #00628D;
      z-index: 2; }
      #ganttFiguresContainer .ganttLine.highlitedDependencyClicked.ganttLineEndPoint:after, #ganttFiguresContainer .ganttLine.highlitedDependency.ganttLineEndPoint:after {
        border-left: 6px solid #00628D; }

#ganttDateColumnContainer {
  width: fit-content;
  min-width: 100%;
  z-index: 1; }
  #ganttDateColumnContainer > section {
    flex-shrink: 0; }
    #ganttDateColumnContainer > section:nth-child(even) {
      background-color: #F2F2F2; }

#ganttDateContainer > div {
  flex-shrink: 0;
  border-bottom: 1px solid #b5b5b5; }
  #ganttDateContainer > div:nth-child(odd) {
    background-color: #F2F2F2; }
  #ganttDateContainer > div:nth-child(even) {
    background-color: #fefefe; }
  #ganttDateContainer > div h2 {
    color: #1888d2;
    font-weight: bold; }

#templateFigureBlockOpenable {
  height: 0;
  position: relative;
  overflow: hidden;
  border-top: 0; }
  #templateFigureBlockOpenable #templateFigureBlockOpenableInner {
    overflow: scroll;
    padding: 40px;
    height: 100%;
    box-sizing: border-box; }
  #templateFigureBlockOpenable.open {
    border-top: 1px solid #b5b5b5;
    height: 40%; }

#templateFigureBlockOpenableNormal {
  height: 0;
  position: relative;
  overflow: hidden;
  border-top: 0; }
  #templateFigureBlockOpenableNormal #templateFigureBlockOpenableInnerNormal {
    overflow: scroll;
    padding: 40px;
    height: 100%;
    box-sizing: border-box; }
  #templateFigureBlockOpenableNormal #templateFigureBlockNormal {
    position: relative; }
  #templateFigureBlockOpenableNormal.open {
    border-top: 1px solid #b5b5b5;
    height: 40%; }

#Ablock .Bbuttons {
  display: none; }

#Bblock .Abuttons {
  display: none; }

#Ablock .ui-sortable-placeholder {
  width: 100%; }

#chartBox {
  position: relative; }

#chartPopup {
  position: absolute;
  top: 0;
  left: 0; }

.deleted-user {
  text-decoration: line-through;
  color: #797979; }

/*
    Project Fastnote Edit Window
*/
#newFastNoteWindow .fullscreenWindowMedium-container {
  height: 720px; }

#templateFigureBlock-container {
  padding: 40px;
  overflow: scroll;
  height: 40%; }

#templateFigureBlock {
  width: auto;
  position: relative; }

.template {
  background-color: #F8F8F8;
  border: 1px solid #b5b5b5;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  width: 200px;
  padding: 6px;
  z-index: 2;
  height: 24px;
  cursor: pointer;
  /* @include flexbox();*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* @include flex-wrap(); */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* @include align-content(); */
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  /* @include align-content(); */
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center; }
  .template .figureDeltaDay {
    padding: 2px 4px;
    background-color: #1888d2;
    color: #fefefe; }
  .template p {
    max-height: 24px;
    overflow: hidden;
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 2px 0;
    margin: -2px 0; }
  .template .row span {
    position: relative;
    left: -6px;
    background-color: #1888d2;
    display: block;
    width: 28px;
    height: 36px;
    color: #fefefe;
    line-height: 36px;
    text-align: center;
    border-right: 1px solid #b5b5b5; }
  .template .help-bubble p {
    line-height: 14px;
    max-height: none; }
  .template.active {
    background-color: #bfd9ea; }
  .template:hover {
    background-color: #1888d2;
    color: #fff;
    z-index: 3; }
    .template:hover .row span {
      background-color: #00628D; }
  .template .cut-text {
    width: 100%; }
  .template.highlitedDependency {
    background-color: #e2ebf1; }

.template:hover .lineTop,
.template:hover .lineBottom,
.template:hover .lineTop:before,
.template:hover .lineBottom:before,
.template:hover .lineTop span,
.template:hover .lineBottom span,
.template:hover .lineTop span:before,
.template:hover .lineBottom span:before {
  border-color: #00628D !important; }

.template:hover .lineBottom span:after,
.template:hover .lineTop span:after {
  border-left: 6px solid #00628D !important; }

.lineTop {
  width: 0;
  border: 2px solid rgba(200, 200, 200, 0.7);
  border-radius: 2px;
  display: block;
  position: absolute;
  left: -16px;
  margin-left: -16px;
  margin-top: 12px;
  top: 4px;
  z-index: 1; }

.lineBottom {
  width: 0;
  border: 2px solid rgba(200, 200, 200, 0.7);
  border-radius: 2px;
  display: block;
  position: absolute;
  margin-left: -16px;
  margin-bottom: 14px;
  bottom: 2px;
  z-index: 1; }

.lineTop span {
  border: 2px solid rgba(200, 200, 200, 0.7);
  border-radius: 2px;
  position: absolute;
  top: -2px;
  left: -2px;
  display: block; }

.lineBottom span {
  border: 2px solid rgba(200, 200, 200, 0.7);
  border-radius: 2px;
  position: absolute;
  bottom: -2px;
  left: -2px;
  display: block; }

.lineTop span:before,
.lineBottom span:before {
  content: "";
  display: block;
  width: 8px;
  border: 2px solid #c9c9c9;
  position: absolute;
  bottom: -2px;
  right: -10px; }

.lineTop span:after,
.lineBottom span:after {
  content: "";
  width: 0px;
  height: 0px;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #c9c9c9;
  position: absolute;
  right: -12px;
  top: -6px; }

.lineTop:before {
  content: "";
  display: block;
  width: 8px;
  border: 2px solid #c9c9c9;
  border-radius: 2px;
  position: absolute;
  bottom: -2px;
  left: -13px; }

.lineBottom:before {
  content: "";
  display: block;
  width: 8px;
  border: 2px solid #c9c9c9;
  border-radius: 2px;
  position: absolute;
  top: -2px;
  left: -13px; }

/* ------------------------------------------------------------ */
.template.template-project {
  background-color: #F8F8F8;
  border: 1px solid #b5b5b5;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  width: 212px;
  padding: 0px;
  z-index: 2;
  height: 48px;
  cursor: pointer;
  /* @include flexbox();*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* @include flex-wrap(); */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* @include align-content(); */
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  /* @include align-content(); */
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center; }
  .template.template-project > b,
  .template.template-project > p {
    margin-left: 28px !important;
    overflow: hidden;
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  .template.template-project .row span {
    left: 0;
    background-color: #1888d2;
    display: block;
    width: 28px;
    height: 48px;
    color: #fefefe;
    line-height: 48px;
    text-align: center;
    border-right: 1px solid #b5b5b5; }
  .template.template-project .parent,
  .template.template-project .column {
    padding: 5px;
    height: 100%;
    box-sizing: border-box;
    align-content: center; }
  .template.template-project.active {
    background-color: #bfd9ea; }
  .template.template-project.highlited, .template.template-project:hover {
    background-color: #1888d2;
    color: #fff;
    z-index: 3; }
    .template.template-project.highlited .row span, .template.template-project:hover .row span {
      background-color: #00628D; }
  .template.template-project .cut-text {
    width: 100%;
    padding: 2px 0;
    margin: -2px 0; }
  .template.template-project.highlitedDependency {
    background-color: #e2ebf1; }
  .template.template-project .lineTop {
    top: 11px; }
  .template.template-project .lineBottom {
    bottom: 7px; }

/* ----------------------------- */
#projectsListSwitch .grd-main-cont {
  height: calc(100vh - 168px); }

#project-user-list > .slipup-element,
#project-folder-list > .slipup-element {
  width: 50%; }

#project-log-info-data {
  height: 600px; }

/* Box 1 */
.theContentContainer {
  height: calc(100vh - 174px);
  min-height: 468px; }

.theContentContainer-columns {
  height: calc(100vh - 213px);
  min-height: 468px; }

.theContentContainer-2 {
  height: calc(100vh - 250px);
  min-height: 433px; }

.theContentContainer-3 {
  height: calc(100vh - 174px);
  min-height: 500px; }

#folder-block,
#selected-block,
#statisticListBlock,
#statisticTheStatBlock {
  max-height: 100%; }

#folder-block,
#selected-block {
  height: 100%; }

/* Chart Cntainers */
#ColumnChart .chart-container {
  position: relative;
  height: 400px;
  margin: 0 auto;
  width: 100%;
  max-width: 900px; }

/* Chart jS CSS  */
.progressChartWrapper,
.chartWrapper {
  height: 100%;
  position: relative; }

.progressChartWrapper > canvas,
.chartWrapper > canvas {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.progressChartAreaWrapper,
.chartAreaWrapper {
  height: 100%;
  width: 100%;
  overflow-x: scroll; }

.chart-container {
  z-index: 1; }

.checkbox-box .clickable-label {
  padding: 6px 0;
  cursor: pointer;
  font-size: 12px; }
  .checkbox-box .clickable-label .fake-checker {
    margin-right: 3px; }
  .checkbox-box .clickable-label:hover {
    color: #00628D; }

.w-200 {
  width: 190px; }

.w-300 {
  width: 290px; }

#project-data {
  position: relative; }
  #project-data #project-data-info,
  #project-data #project-data-form {
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    right: 999999px; }
    #project-data #project-data-info.active,
    #project-data #project-data-form.active {
      position: relative;
      opacity: 1;
      right: 0; }

#project-settings {
  position: relative; }
  #project-settings .switch-block {
    width: 100%;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

#project-settings.switch #project-task-info,
#project-settings.switch #project-task-form {
  display: none; }
  #project-settings.switch #project-task-info.active,
  #project-settings.switch #project-task-form.active {
    /* @include flexbox();*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

.user-clickable-name {
  position: relative;
  overflow: hidden; }
  .user-clickable-name .user-clickable-button-container {
    position: relative;
    overflow: hidden; }
    .user-clickable-name .user-clickable-button-container .user-delete-button {
      position: absolute;
      left: -100px; }
  .user-clickable-name.clicked .user-clickable-button-container .user-delete-button {
    left: 0px; }

/* ------------------------------------------------------------------------------------------------------------------------
ProjectPage Table ---------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------*/
.w-200,
.w-300 {
  width: 255px; }

/* Táblázatkezelő saját Stílusának módosítása */
#tableReportContainer {
  border: 1px solid #b5b5b5;
  /* @include border-radius(); */
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  overflow: hidden;
  overflow-x: scroll; }
  #tableReportContainer .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0; }
  #tableReportContainer #example_wrapper,
  #tableReportContainer .dataTables_scroll {
    height: 100%; }
  #tableReportContainer .dataTables_scrollHeadInner {
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3); }
  #tableReportContainer table.dataTable tbody td {
    padding: 0;
    /* Mezők státuszai ----------- */ }
    #tableReportContainer table.dataTable tbody td .tablecell-base,
    #tableReportContainer table.dataTable tbody td .tablecell-ok,
    #tableReportContainer table.dataTable tbody td .tablecell-error,
    #tableReportContainer table.dataTable tbody td .tablecell-notrevelant,
    #tableReportContainer table.dataTable tbody td .tablecell-inactive {
      text-align: center;
      width: calc(100% + 12px);
      display: inline-block;
      color: #fefefe;
      height: 25px;
      margin: 0 -6px;
      line-height: 25px; }
    #tableReportContainer table.dataTable tbody td .tablecell-base {
      background-color: #e2ebf1; }
    #tableReportContainer table.dataTable tbody td .tablecell-ok {
      background-color: #44bb44; }
    #tableReportContainer table.dataTable tbody td .tablecell-error {
      background-color: #ee5050; }
    #tableReportContainer table.dataTable tbody td .tablecell-notrevelant {
      background-color: #F5BC17; }
    #tableReportContainer table.dataTable tbody td .tablecell-inactive {
      background-color: #e9e9e9; }
  #tableReportContainer table.dataTable thead tr th {
    border-right: 1px solid #b5b5b5;
    border-top: 0;
    height: 24px;
    padding: 3px 6px;
    border-bottom: 1px solid #b5b5b5; }
  #tableReportContainer table.dataTable thead tr td,
  #tableReportContainer table.dataTable.display tbody td,
  #tableReportContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    height: 24px;
    padding: 0 6px; }
  #tableReportContainer .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td:first-child {
    height: 25px;
    padding: 0px 7px;
    font-weight: bold; }
  #tableReportContainer table.dataTable thead tr th.readonly {
    background-color: #b5b5b5; }
  #tableReportContainer table.dataTable.display tbody td.readonly {
    background-color: #F2F2F2;
    /*color: $theme-grey-dark;*/ }

#folder-block,
#statisticListBlock {
  width: 400px; }

#popupInfo {
  border: 1px solid #b5b5b5;
  position: absolute;
  z-index: 9999;
  background-color: #F8F8F8;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2); }

#thePieChart {
  margin: 0 auto;
  display: block; }

.chart-conteincer {
  position: relative; }
  .chart-conteincer .chart-navigation-container {
    position: absolute;
    top: 18px;
    right: 24px;
    z-index: 2; }

.grouplist .grouplist-listelement .grouplist-list .listelement:nth-child.statistic-listelement,
.grouplist .grouplist-listelement .grouplist-list .listelement:nth-child(even).statistic-listelement {
  cursor: pointer; }
  .grouplist .grouplist-listelement .grouplist-list .listelement:nth-child.statistic-listelement.active,
  .grouplist .grouplist-listelement .grouplist-list .listelement:nth-child(even).statistic-listelement.active {
    background-color: #aecfe4; }

/* Project Log List ---------------------- */
.icon-container-header {
  margin-top: 3px;
  margin-bottom: 3px;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  padding: 0 4px;
  width: 52px; }

.icon-container {
  width: 48px;
  align-self: stretch;
  border-right: 1px solid #b5b5b5;
  position: relative;
  /* Colors ------*/
  /* Tasks ------*/ }
  .icon-container.small-container {
    width: 36px;
    min-height: 36px; }
  .icon-container .task-icon {
    font-size: 12px;
    margin-right: 3px; }
  .icon-container .task-icon-additional {
    position: absolute;
    top: 50%;
    right: 2px;
    margin-top: 5px;
    font-size: 12px; }
  .icon-container .category-icon {
    font-size: 18px; }
  .icon-container.icon-container_blue {
    background-color: #1888d2;
    color: #fefefe; }
  .icon-container.icon-container_yellow {
    background-color: #F5BC17;
    color: #fefefe; }
  .icon-container.icon-container_red {
    background-color: #ee5050;
    color: #fefefe; }
  .icon-container.icon-container_grey {
    background-color: #b5b5b5;
    color: #fefefe; }
  .icon-container.icon-container_lightgrey {
    background-color: #ddd;
    color: #fefefe; }
  .icon-container.icon-container_purple {
    background-color: #9066e8;
    color: #fefefe; }
  .icon-container.icon-container_greydark {
    background-color: #797979;
    color: #fefefe; }
  .icon-container.icon-container_green {
    background-color: #44bb44;
    color: #fefefe; }
  .icon-container.icon-container_orange {
    background-color: #F08100;
    color: #fefefe; }
  .icon-container.icon-container_darkblue {
    background-color: #00628D;
    color: #fefefe; }
  .icon-container.icon-container_greentext {
    background-color: #F8F8F8;
    color: #44bb44; }
  .icon-container.icon-container_yellowtext {
    background-color: #F8F8F8;
    color: #F5BC17; }
  .icon-container.icon-container_redtext {
    background-color: #F8F8F8;
    color: #ee5050; }

#projectFolderContainer {
  overflow: hidden;
  /* Bug Fix */ }

/* Drag And Drop Classes --------------*/
#groupListEdit .grouplist-listelement.ui-help {
  z-index: 9999; }
#groupListEdit .grouplist-listelement .taskEditButtonContainer {
  display: auto; }
#groupListEdit .grouplist-listelement .taskDeleteButtonContainer {
  display: none; }

.draggable {
  z-index: 1; }

#taskGroupList {
  position: relative; }

.taskGroupListelement {
  position: relative; }
  .taskGroupListelement .grouplist-header {
    width: 100%; }
  .taskGroupListelement .taskGroupContainer {
    position: relative; }
    .taskGroupListelement .taskGroupContainer .taskGroup {
      min-height: 27px;
      z-index: 3;
      position: relative;
      padding-bottom: 27px; }
      .taskGroupListelement .taskGroupContainer .taskGroup .ui-sortable-placeholder {
        background-color: #ddd;
        width: 100%;
        height: 31px;
        color: #fefefe;
        display: block;
        border: 0;
        border-bottom: 1px solid #b5b5b5; }
      .taskGroupListelement .taskGroupContainer .taskGroup .grouplist-listelement.ui-helper {
        width: 100% !important;
        padding: 0; }
        .taskGroupListelement .taskGroupContainer .taskGroup .grouplist-listelement.ui-helper .box {
          background-color: none;
          border: 0;
          /* @include box-shadow(); */
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          /* @include border-radius(); */
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          border-radius: 0px;
          border-bottom: 1px solid #b5b5b5; }
        .taskGroupListelement .taskGroupContainer .taskGroup .grouplist-listelement.ui-helper.ui-sortable-helper {
          width: 100% !important; }
          .taskGroupListelement .taskGroupContainer .taskGroup .grouplist-listelement.ui-helper.ui-sortable-helper .box {
            background-color: #F8F8F8;
            border: 1px solid #b5b5b5;
            /* @include box-shadow(); */
            -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
            /* @include border-radius(); */
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px; }
      .taskGroupListelement .taskGroupContainer .taskGroup .taskEditButtonContainer {
        display: none; }
      .taskGroupListelement .taskGroupContainer .taskGroup .taskDeleteButtonContainer {
        display: auto; }
    .taskGroupListelement .taskGroupContainer .taskGroupBottom {
      color: #797979;
      background-color: #F2F2F2;
      position: absolute;
      width: 100%;
      bottom: 0;
      /* @include border-radius(); */
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }

.ui-helper {
  width: 30% !important; }
  .ui-helper .checkbox-box {
    display: none; }

#taskFormSidebar,
#taskFormTables {
  height: 100%; }

#taskFormSidebar {
  border-right: 1px solid #b5b5b5; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .theContentContainer {
    height: calc(100vh - 219px); }

  .theContentContainer-columns {
    height: calc(100vh - 258px); }

  #folder-block,
  #statisticListBlock {
    width: 300px;
    min-width: 300px; }

  #thePieChart {
    margin-top: 24px; }

  #PieChart .chart-container {
    height: 290px;
    max-width: 400px; }

  #ColumnChart .chart-container {
    height: 290px; }

  /* Táblázatkezelő saját Stílusának módosítása */
  #tableReportContainer .dataTables_wrapper.no-footer .dataTables_scrollBody {
    height: calc( 100vh - 230px ); }

  #projectsListSwitch .grd-main-cont {
    height: calc(100vh - 214px); }

  #projectExtractExportWindow-inner {
    position: absolute;
    top: 0;
    height: 90% !important; }

  /* TABLET VIEW END --------*/ }
@media only screen and (max-width: 767px) {
  #projectFolderContainer {
    overflow: scroll; }
    #projectFolderContainer #folder-block {
      width: 100%;
      border-right: 0;
      border-bottom: 1px solid #b5b5b5; }
    #projectFolderContainer #project-folder-selected-list-container,
    #projectFolderContainer #project-folder-form-list {
      height: auto;
      width: calc(100vw - 26px); }

  #statisticContainer {
    overflow: scroll; }
    #statisticContainer #statisticListBlock {
      width: 100%;
      border-right: 0;
      height: 240px;
      border-bottom: 1px solid #b5b5b5; }
    #statisticContainer #statisticTheStatBlock {
      overflow: initial;
      width: 100%; }

  #project-settings.switch .switch-tab {
    padding: 0 8px;
    margin-right: 0;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    /* @include border-top-right-radius(); */
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    border-top-right-radius: 0px; }
    #project-settings.switch .switch-tab:before {
      display: none; }
    #project-settings.switch .switch-tab:nth-child(1), #project-settings.switch .switch-tab:nth-child(2) {
      /* @include border-top-left-radius(); */
      -webkit-border-top-left-radius: 9px;
      -moz-border-top-left-radius: 9px;
      border-top-left-radius: 9px;
      /* @include border-top-right-radius(); */
      -webkit-border-top-right-radius: 9px;
      -moz-border-top-right-radius: 9px;
      border-top-right-radius: 9px; }
  #project-settings .slipup-element,
  #project-settings .directory-system-user-listelement,
  #project-settings .statisticlist-container {
    width: 100%; }

  #thePieChart {
    margin-top: 48px;
    zoom: 0.68; }

  #ColumnChart {
    margin-top: 48px;
    zoom: 0.725; }
    #ColumnChart .chart-container {
      height: 260px; }

  #PieChart .chart-container {
    margin-top: 58px; }

  #demo tbody {
    max-height: 100%;
    overflow: scroll;
    display: block; }
    #demo tbody tr {
      display: block;
      width: 100%; }
      #demo tbody tr td {
        box-sizing: border-box;
        display: block;
        width: 100%; }

  /* Box 1 */
  .theContentContainer {
    height: calc(100vh - 285px);
    min-height: 295px; }

  .theContentContainer-2 {
    height: calc(100vh - 455px);
    min-height: 258px; }

  .theContentContainer-3 {
    height: calc(100vh - 379px);
    min-height: 500px; }

  #myDoughnutChart {
    width: 100%;
    max-width: 100%; }

  .icon-container {
    width: 36px; }
    .icon-container .task-icon {
      font-size: 10px; }
    .icon-container .category-icon {
      font-size: 14px; }

  .chart-conteincer {
    position: relative; }
    .chart-conteincer .chart-navigation-container {
      top: 6px;
      right: 6px; }

  #taskFormSidebar,
  #taskFormTables {
    height: 50%; }

  #taskFormSidebar {
    border-bottom: 1px solid #b5b5b5;
    border-right: 0; }

  /* Táblázatkezelő saját Stílusának módosítása */
  #tableReportContainer .dataTables_wrapper.no-footer .dataTables_scrollBody {
    height: calc( 100vh - 202px ); }

  #projectsListSwitch .grd-main-cont {
    height: calc(100vh - 290px); }

  #project-data-info,
  #project-data-form {
    max-height: 50vh; }

  #newFastNoteWindow .fullscreenWindowMedium-container {
    height: 100%; }

  #projectExtractExportWindow-inner {
    position: absolute;
    top: 0;
    height: 90% !important; }

  /*MOBILE VIEW END --------*/ }
.taskIcon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url(../img/sprites/project-icon.png);
  background-size: 54px;
  margin-top: -3px;
  margin-bottom: -5px; }
  .taskIcon.type3 {
    background-position: left 0%; }
  .taskIcon.type4 {
    background-position: left 100%; }

/* KÉK IKON */
.linkCell:hover .taskIcon.type3 {
  background-position: 50% 0%; }
.linkCell:hover .taskIcon.type4 {
  background-position: 50% 100%; }

/* FEhér IKON */
#ganttFiguresContainer .template.template-project .error-style .taskIcon.type3,
.directory-system-listelement-inner:hover .taskIcon.type3,
.directory-system-listelement-inner.active .taskIcon.type3,
#templateFigureBlockContainerNormal .template:hover .taskIcon.type3,
#templateFigureBlock .template:hover .taskIcon.type3 {
  background-position: right 0%; }
#ganttFiguresContainer .template.template-project .error-style .taskIcon.type4,
.directory-system-listelement-inner:hover .taskIcon.type4,
.directory-system-listelement-inner.active .taskIcon.type4,
#templateFigureBlockContainerNormal .template:hover .taskIcon.type4,
#templateFigureBlock .template:hover .taskIcon.type4 {
  background-position: right 100%; }

#templateList #treeView .jstree-container-ul {
  width: 100%; }

.list-header .tasklist-buttons-container,
.list-header .tasklist-buttons-container-openable,
.list-header .tasklist-status-container,
.list-header .tasklist-precondition-container {
  margin-top: 3px;
  margin-bottom: 3px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold; }

.tasklist-buttons-container {
  width: 310px; }

.list-listelement .tasklist-buttons-container-openable {
  width: 200px; }
  .list-listelement .tasklist-buttons-container-openable .task-list-form-edit-relative {
    position: relative;
    height: 24px;
    display: block; }
    .list-listelement .tasklist-buttons-container-openable .task-list-form-edit-relative .task-list-form-edit-openable {
      width: 180px;
      padding: 6px 0;
      position: absolute;
      top: -6px;
      right: 0;
      height: 24px;
      overflow: hidden;
      background-color: #ddd; }
      .list-listelement .tasklist-buttons-container-openable .task-list-form-edit-relative .task-list-form-edit-openable .task-list-form-edit-inner {
        position: relative;
        top: 0; }
        .list-listelement .tasklist-buttons-container-openable .task-list-form-edit-relative .task-list-form-edit-openable .task-list-form-edit-inner .button-input-group-input {
          width: 110px; }
.list-listelement:nth-child(even) .tasklist-buttons-container-openable .task-list-form-edit-relative .task-list-form-edit-openable {
  background-color: #F8F8F8; }

.tasklist-status-container {
  width: 125px;
  position: relative; }
  .tasklist-status-container .errorMessage-container {
    position: relative;
    height: 20px; }
    .tasklist-status-container .errorMessage-container .errorMessage {
      position: absolute;
      right: 0;
      width: auto;
      white-space: nowrap;
      top: 0;
      font-weight: normal; }

.tasklist-precondition-container {
  width: 100px; }

#projectTaskListContainer .switch-block.active {
  display: flex; }
#projectTaskListContainer .list-header .sortHeader.BundleFieldName:before {
  content: ""; }

.task-list-title {
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  max-width: 100%; }

.task-list-text {
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  cursor: help; }

.task-list-comment .task-list-comment-container {
  height: 100%; }

.task-list-form {
  height: 25px;
  overflow: hidden;
  /* @include box-sizing(); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .task-list-form .task-list-form-inner {
    position: relative;
    top: 0; }
    .task-list-form .task-list-form-inner .button-input-group-input {
      width: 210px; }

.task-list-form-edit {
  height: 25px;
  overflow: hidden; }
  .task-list-form-edit .task-list-form-edit-inner {
    position: relative;
    top: 0; }
    .task-list-form-edit .task-list-form-edit-inner .button-input-group-input {
      width: 110px; }

.task-list-form-edit .editNotrelevantButton,
.task-list-form-edit .notrelevantButton,
.task-list-form .editNotrelevantButton,
.task-list-form .notrelevantButton {
  width: 120px; }
.task-list-form-edit .task-list-form-edit-submitButton,
.task-list-form-edit .readyButton,
.task-list-form-edit .editReadyButton,
.task-list-form-edit .task-list-form-edit-editButton,
.task-list-form .task-list-form-edit-submitButton,
.task-list-form .readyButton,
.task-list-form .editReadyButton,
.task-list-form .task-list-form-edit-editButton {
  width: 90px; }

.statisticlist-container {
  width: 240px; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #sortable-list thead tr td:nth-child(6),
  #sortable-list thead tr td:nth-child(7),
  #sortable-list-active thead tr td:nth-child(6),
  #sortable-list-active thead tr td:nth-child(7),
  #sortable-list-deactive thead tr td:nth-child(6),
  #sortable-list-deactive thead tr td:nth-child(7) {
    display: none; }

  #demo {
    table-layout: auto !important; }

  #sortable-list thead tr td:nth-child(6),
  #sortable-list thead tr td:nth-child(7),
  #sortable-list-active thead tr td:nth-child(6),
  #sortable-list-active thead tr td:nth-child(7),
  #sortable-list-deactive thead tr td:nth-child(6),
  #sortable-list-deactive thead tr td:nth-child(7) {
    display: none; }
  #sortable-list thead tr th:nth-child(6),
  #sortable-list thead tr th:nth-child(7),
  #sortable-list-active thead tr th:nth-child(6),
  #sortable-list-active thead tr th:nth-child(7),
  #sortable-list-deactive thead tr th:nth-child(6),
  #sortable-list-deactive thead tr th:nth-child(7) {
    display: none; }
  #sortable-list tbody tr td:nth-child(6),
  #sortable-list tbody tr td:nth-child(7),
  #sortable-list-active tbody tr td:nth-child(6),
  #sortable-list-active tbody tr td:nth-child(7),
  #sortable-list-deactive tbody tr td:nth-child(6),
  #sortable-list-deactive tbody tr td:nth-child(7) {
    display: none; }
  #sortable-list col,
  #sortable-list-active col,
  #sortable-list-deactive col {
    width: 16.666% !important; }

  #sortable-list .ldiv,
  #sortable-list-active .ldiv,
  #sortable-list-deactive .ldiv {
    width: 27%; }
  #sortable-list .rdiv,
  #sortable-list-active .rdiv,
  #sortable-list-deactive .rdiv {
    width: 28%; }
  #sortable-list .mdiv,
  #sortable-list-active .mdiv,
  #sortable-list-deactive .mdiv {
    width: 45%; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  .task-list-opener {
    padding-left: 20px;
    position: relative; }
    .task-list-opener:before {
      color: #333333;
      display: block;
      position: absolute;
      top: 8px;
      left: 10px;
      font-size: 16px;
      content: "\f0d7";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }
    .task-list-opener.open:before {
      content: "\f0d8"; }

  .task-list-form-edit-openable .editNotrelevantButton,
  .task-list-form-edit-openable .notrelevantButton,
  .task-list-form-edit .editNotrelevantButton,
  .task-list-form-edit .notrelevantButton,
  .task-list-form .editNotrelevantButton,
  .task-list-form .notrelevantButton {
    width: 110px; }
  .task-list-form-edit-openable .task-list-form-edit-submitButton,
  .task-list-form-edit-openable .readyButton,
  .task-list-form-edit .task-list-form-edit-submitButton,
  .task-list-form-edit .readyButton,
  .task-list-form .task-list-form-edit-submitButton,
  .task-list-form .readyButton {
    width: 65px; }

  .task-list-form-edit .task-list-form-edit-inner {
    position: relative;
    top: -43px; }

  /*
  .task-list-form-edit,
  .task-list-form{
      height:0;
      padding-top: 0px;
      padding-bottom: 0px;
      @include transition(0.3s);
      
      &.open{
          border-top: $theme-border;
          height: 36px;
          padding-top: 6px;
          padding-bottom: 6px;
      }
  }
  */
  .tasklist-buttons-container {
    height: 0;
    /* @include transition(); */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden; }
    .tasklist-buttons-container.open {
      height: auto;
      border-top: 1px solid #b5b5b5; }

  #sortable-list table col:nth-child(1),
  #sortable-list-active table col:nth-child(1),
  #sortable-list-deactive table col:nth-child(1) {
    width: 100% !important; }
  #sortable-list.main-column-1 thead tr td:nth-child(2),
  #sortable-list.main-column-1 thead tr td:nth-child(3),
  #sortable-list.main-column-1 thead tr td:nth-child(4),
  #sortable-list.main-column-1 thead tr td:nth-child(5),
  #sortable-list.main-column-1 thead tr td:nth-child(6),
  #sortable-list.main-column-1 thead tr td:nth-child(7),
  #sortable-list.main-column-1 thead tr td:nth-child(8),
  #sortable-list.main-column-1 thead tr th:nth-child(2),
  #sortable-list.main-column-1 thead tr th:nth-child(3),
  #sortable-list.main-column-1 thead tr th:nth-child(4),
  #sortable-list.main-column-1 thead tr th:nth-child(5),
  #sortable-list.main-column-1 thead tr th:nth-child(6),
  #sortable-list.main-column-1 thead tr th:nth-child(7),
  #sortable-list.main-column-1 thead tr th:nth-child(8),
  #sortable-list-active.main-column-1 thead tr td:nth-child(2),
  #sortable-list-active.main-column-1 thead tr td:nth-child(3),
  #sortable-list-active.main-column-1 thead tr td:nth-child(4),
  #sortable-list-active.main-column-1 thead tr td:nth-child(5),
  #sortable-list-active.main-column-1 thead tr td:nth-child(6),
  #sortable-list-active.main-column-1 thead tr td:nth-child(7),
  #sortable-list-active.main-column-1 thead tr td:nth-child(8),
  #sortable-list-active.main-column-1 thead tr th:nth-child(2),
  #sortable-list-active.main-column-1 thead tr th:nth-child(3),
  #sortable-list-active.main-column-1 thead tr th:nth-child(4),
  #sortable-list-active.main-column-1 thead tr th:nth-child(5),
  #sortable-list-active.main-column-1 thead tr th:nth-child(6),
  #sortable-list-active.main-column-1 thead tr th:nth-child(7),
  #sortable-list-active.main-column-1 thead tr th:nth-child(8),
  #sortable-list-deactive.main-column-1 thead tr td:nth-child(2),
  #sortable-list-deactive.main-column-1 thead tr td:nth-child(3),
  #sortable-list-deactive.main-column-1 thead tr td:nth-child(4),
  #sortable-list-deactive.main-column-1 thead tr td:nth-child(5),
  #sortable-list-deactive.main-column-1 thead tr td:nth-child(6),
  #sortable-list-deactive.main-column-1 thead tr td:nth-child(7),
  #sortable-list-deactive.main-column-1 thead tr td:nth-child(8),
  #sortable-list-deactive.main-column-1 thead tr th:nth-child(2),
  #sortable-list-deactive.main-column-1 thead tr th:nth-child(3),
  #sortable-list-deactive.main-column-1 thead tr th:nth-child(4),
  #sortable-list-deactive.main-column-1 thead tr th:nth-child(5),
  #sortable-list-deactive.main-column-1 thead tr th:nth-child(6),
  #sortable-list-deactive.main-column-1 thead tr th:nth-child(7),
  #sortable-list-deactive.main-column-1 thead tr th:nth-child(8) {
    display: none; }
  #sortable-list.main-column-1 tbody tr td:nth-child(2),
  #sortable-list.main-column-1 tbody tr td:nth-child(3),
  #sortable-list.main-column-1 tbody tr td:nth-child(4),
  #sortable-list.main-column-1 tbody tr td:nth-child(5),
  #sortable-list.main-column-1 tbody tr td:nth-child(6),
  #sortable-list.main-column-1 tbody tr td:nth-child(7),
  #sortable-list.main-column-1 tbody tr td:nth-child(8),
  #sortable-list-active.main-column-1 tbody tr td:nth-child(2),
  #sortable-list-active.main-column-1 tbody tr td:nth-child(3),
  #sortable-list-active.main-column-1 tbody tr td:nth-child(4),
  #sortable-list-active.main-column-1 tbody tr td:nth-child(5),
  #sortable-list-active.main-column-1 tbody tr td:nth-child(6),
  #sortable-list-active.main-column-1 tbody tr td:nth-child(7),
  #sortable-list-active.main-column-1 tbody tr td:nth-child(8),
  #sortable-list-deactive.main-column-1 tbody tr td:nth-child(2),
  #sortable-list-deactive.main-column-1 tbody tr td:nth-child(3),
  #sortable-list-deactive.main-column-1 tbody tr td:nth-child(4),
  #sortable-list-deactive.main-column-1 tbody tr td:nth-child(5),
  #sortable-list-deactive.main-column-1 tbody tr td:nth-child(6),
  #sortable-list-deactive.main-column-1 tbody tr td:nth-child(7),
  #sortable-list-deactive.main-column-1 tbody tr td:nth-child(8) {
    display: none; }
  #sortable-list.main-column-2 thead tr td:nth-child(1),
  #sortable-list.main-column-2 thead tr td:nth-child(3),
  #sortable-list.main-column-2 thead tr td:nth-child(4),
  #sortable-list.main-column-2 thead tr td:nth-child(5),
  #sortable-list.main-column-2 thead tr td:nth-child(6),
  #sortable-list.main-column-2 thead tr td:nth-child(7),
  #sortable-list.main-column-2 thead tr td:nth-child(8),
  #sortable-list.main-column-2 thead tr th:nth-child(1),
  #sortable-list.main-column-2 thead tr th:nth-child(3),
  #sortable-list.main-column-2 thead tr th:nth-child(4),
  #sortable-list.main-column-2 thead tr th:nth-child(5),
  #sortable-list.main-column-2 thead tr th:nth-child(6),
  #sortable-list.main-column-2 thead tr th:nth-child(7),
  #sortable-list.main-column-2 thead tr th:nth-child(8),
  #sortable-list-active.main-column-2 thead tr td:nth-child(1),
  #sortable-list-active.main-column-2 thead tr td:nth-child(3),
  #sortable-list-active.main-column-2 thead tr td:nth-child(4),
  #sortable-list-active.main-column-2 thead tr td:nth-child(5),
  #sortable-list-active.main-column-2 thead tr td:nth-child(6),
  #sortable-list-active.main-column-2 thead tr td:nth-child(7),
  #sortable-list-active.main-column-2 thead tr td:nth-child(8),
  #sortable-list-active.main-column-2 thead tr th:nth-child(1),
  #sortable-list-active.main-column-2 thead tr th:nth-child(3),
  #sortable-list-active.main-column-2 thead tr th:nth-child(4),
  #sortable-list-active.main-column-2 thead tr th:nth-child(5),
  #sortable-list-active.main-column-2 thead tr th:nth-child(6),
  #sortable-list-active.main-column-2 thead tr th:nth-child(7),
  #sortable-list-active.main-column-2 thead tr th:nth-child(8),
  #sortable-list-deactive.main-column-2 thead tr td:nth-child(1),
  #sortable-list-deactive.main-column-2 thead tr td:nth-child(3),
  #sortable-list-deactive.main-column-2 thead tr td:nth-child(4),
  #sortable-list-deactive.main-column-2 thead tr td:nth-child(5),
  #sortable-list-deactive.main-column-2 thead tr td:nth-child(6),
  #sortable-list-deactive.main-column-2 thead tr td:nth-child(7),
  #sortable-list-deactive.main-column-2 thead tr td:nth-child(8),
  #sortable-list-deactive.main-column-2 thead tr th:nth-child(1),
  #sortable-list-deactive.main-column-2 thead tr th:nth-child(3),
  #sortable-list-deactive.main-column-2 thead tr th:nth-child(4),
  #sortable-list-deactive.main-column-2 thead tr th:nth-child(5),
  #sortable-list-deactive.main-column-2 thead tr th:nth-child(6),
  #sortable-list-deactive.main-column-2 thead tr th:nth-child(7),
  #sortable-list-deactive.main-column-2 thead tr th:nth-child(8) {
    display: none; }
  #sortable-list.main-column-2 tbody tr td:nth-child(1),
  #sortable-list.main-column-2 tbody tr td:nth-child(3),
  #sortable-list.main-column-2 tbody tr td:nth-child(4),
  #sortable-list.main-column-2 tbody tr td:nth-child(5),
  #sortable-list.main-column-2 tbody tr td:nth-child(6),
  #sortable-list.main-column-2 tbody tr td:nth-child(7),
  #sortable-list.main-column-2 tbody tr td:nth-child(8),
  #sortable-list-active.main-column-2 tbody tr td:nth-child(1),
  #sortable-list-active.main-column-2 tbody tr td:nth-child(3),
  #sortable-list-active.main-column-2 tbody tr td:nth-child(4),
  #sortable-list-active.main-column-2 tbody tr td:nth-child(5),
  #sortable-list-active.main-column-2 tbody tr td:nth-child(6),
  #sortable-list-active.main-column-2 tbody tr td:nth-child(7),
  #sortable-list-active.main-column-2 tbody tr td:nth-child(8),
  #sortable-list-deactive.main-column-2 tbody tr td:nth-child(1),
  #sortable-list-deactive.main-column-2 tbody tr td:nth-child(3),
  #sortable-list-deactive.main-column-2 tbody tr td:nth-child(4),
  #sortable-list-deactive.main-column-2 tbody tr td:nth-child(5),
  #sortable-list-deactive.main-column-2 tbody tr td:nth-child(6),
  #sortable-list-deactive.main-column-2 tbody tr td:nth-child(7),
  #sortable-list-deactive.main-column-2 tbody tr td:nth-child(8) {
    display: none; }
  #sortable-list .inf .ldiv,
  #sortable-list .inf .rdiv,
  #sortable-list-active .inf .ldiv,
  #sortable-list-active .inf .rdiv,
  #sortable-list-deactive .inf .ldiv,
  #sortable-list-deactive .inf .rdiv {
    display: none; }
  #sortable-list .inf .mdiv,
  #sortable-list-active .inf .mdiv,
  #sortable-list-deactive .inf .mdiv {
    width: 100%; }

  #demo {
    table-layout: auto !important; }
    #demo .pgInp {
      padding: 0; }

  .tasklist-buttons-container-openable,
  .tasklist-buttons-container {
    min-width: 100%;
    width: 100%; }

  #finishedListContainer .list-listelement,
  #errorListContainer .list-listelement {
    position: relative; }
  #finishedListContainer .task-list-form-edit-openable,
  #errorListContainer .task-list-form-edit-openable {
    width: 140px; }
  #finishedListContainer .tasklist-status-container,
  #errorListContainer .tasklist-status-container {
    position: absolute;
    bottom: 0; }

  .tasklist-precondition-container {
    width: 100%;
    min-width: 100%; }

  .tasklist-precondition-container:empty {
    display: none; }

  #projectTaskListContainer .switch-tab {
    /* @include border-top-left-radius(); */
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    /* @include border-top-right-radius(); */
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0; }
    #projectTaskListContainer .switch-tab:before {
      display: none; }
    #projectTaskListContainer .switch-tab:first-child {
      /* @include border-top-left-radius(); */
      -webkit-border-top-left-radius: 9px;
      -moz-border-top-left-radius: 9px;
      border-top-left-radius: 9px; }
    #projectTaskListContainer .switch-tab:nth-child(3) {
      /* @include border-top-right-radius(); */
      -webkit-border-top-right-radius: 9px;
      -moz-border-top-right-radius: 9px;
      border-top-right-radius: 9px; }

  /* Elvégzett feladatok  */
  .tasklist-buttons-container-openable .task-list-form-edit-relative .task-list-form-edit-openable {
    max-width: 100%;
    width: 100%; }

  .tasklist-buttons-container-openable .task-list-form-edit-relative {
    height: 25px; }

  #finishedListContainer .errorButton,
  #finishedListContainer .notrelevantButton,
  #finishedListContainer .readyButton,
  #errorListContainer .errorButton,
  #errorListContainer .notrelevantButton,
  #errorListContainer .readyButton {
    font-size: 0;
    width: 34px; }

  /* MOBILE VIEW END --------*/ }
#editTempalteBlock03 .amsify-suggestags-area {
  position: relative; }

#treeView.ptt-task .folder-title-text {
  word-break: break-all;
  white-space: wrap;
  line-height: 12px;
  padding: 6px 0; }
#treeView.ptt-task .jstree-container-ul .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner {
  height: auto; }
#treeView.ptt-task .jstree-container-ul .directory-system-listelement-inner .fix-cell {
  width: 110px; }
#treeView.ptt-task .jstree-container-ul .jstree-node .jstree-children .jstree-node .jstree-children .jstree-node .directory-system-listelement-inner {
  height: auto; }

.inactive-box {
  color: #b5b5b5; }

.box.inactive-box {
  color: #b5b5b5;
  background-color: #e9e9e9; }
  .box.inactive-box .taskIcon {
    opacity: 0.3; }
.box.active-box {
  background-color: #e2ebf1; }

/* TABLET And MOBILE VIEW --------*/
@media only screen and (max-width: 1024px) {
  #treeView.ptt-task .jstree-container-ul .jstree-node .jstree-children .directory-system-listelement-inner .folder-title-container {
    width: auto; }

  #preconditionPte {
    height: 400px; }

  #templateFigureBlockOpenable {
    display: none !important; } }
/*
    Special Filers Page  ////////////////////////////////////////////////////////////////////
*/
#content.sap-table-style .main-collapse-container .list-listelement-color {
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: -1px;
  padding-right: 10px; }

#SpecialFiltersContainer {
  position: relative;
  min-height: 100%; }

.progresBarContainer {
  width: 100%;
  box-sizing: border-box;
  padding: 2px 2px !important;
  border: 1px solid #b5b5b5;
  height: 26px;
  border-radius: 3px; }
  .progresBarContainer .progressBar {
    height: 20px;
    overflow: hidden;
    position: relative; }
    .progresBarContainer .progressBar .progresBarContainer-num {
      position: absolute;
      width: 100%;
      line-height: 22px;
      text-align: center; }
    .progresBarContainer .progressBar .progressBar-line {
      background-color: #1888d2;
      height: 20px;
      width: 100%;
      overflow: hidden;
      position: relative;
      left: 0;
      margin-left: -100%; }
      .progresBarContainer .progressBar .progressBar-line .progressBar-num {
        position: absolute;
        width: 100%;
        left: 100%;
        height: 20px;
        line-height: 22px;
        text-align: center;
        color: #fff; }

.specialFilters-directory {
  /* Main Folders ---------------------------*/
  /* Main Folders ---------------------------*/
  /* Main Folders List Cells ---------------------------*/
  /* Main Folders List Cells ---------------------------*/
  /* Csíkok ----------------------------- */ }
  .specialFilters-directory > .directory-system-folder-listelement:after, .specialFilters-directory > .directory-system-folder-listelement:before {
    display: none; }
  .specialFilters-directory .directory-system-folder-listelement {
    width: 100%;
    /* @include user-select(); */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    /* Table  Level*/ }
    .specialFilters-directory .directory-system-folder-listelement:after {
      content: "";
      position: absolute;
      top: 11px;
      left: -13px;
      width: 12px;
      border-bottom: 1px solid #ccc; }
    .specialFilters-directory .directory-system-folder-listelement:before {
      content: "";
      position: absolute;
      top: 0;
      left: -13px;
      height: 100%;
      border-left: 1px solid #ccc; }
    .specialFilters-directory .directory-system-folder-listelement:last-child:before {
      height: 12px; }
    .specialFilters-directory .directory-system-folder-listelement.folderTable .directory-system-listelement-inner > .opener-cell > .icon-cell {
      width: 24px;
      height: 24px;
      color: #00628D;
      font-family: 'Font Awesome 5 Free';
      font-size: 16px;
      font-weight: 900;
      background-image: none !important; }
      .specialFilters-directory .directory-system-folder-listelement.folderTable .directory-system-listelement-inner > .opener-cell > .icon-cell:before {
        content: "\f07b"; }
    .specialFilters-directory .directory-system-folder-listelement.object .directory-system-listelement-inner > .opener-cell > .icon-cell {
      width: 24px;
      height: 24px;
      color: #00628D;
      font-family: 'Font Awesome 5 Free';
      font-size: 16px;
      font-weight: 900;
      background-image: none; }
      .specialFilters-directory .directory-system-folder-listelement.object .directory-system-listelement-inner > .opener-cell > .icon-cell:before {
        content: "\f1b2"; }
    .specialFilters-directory .directory-system-folder-listelement.folder {
      /* First Level*/
      /* Second Level*/
      /* /Second Level*/ }
      .specialFilters-directory .directory-system-folder-listelement.folder .directory-system-folder {
        padding-left: 12px;
        margin-left: 14px; }
      .specialFilters-directory .directory-system-folder-listelement.folder.closed .directory-system-folder {
        display: none; }
      .specialFilters-directory .directory-system-folder-listelement.folder.open > .directory-system-listelement-inner > .opener-cell > .icon-closed, .specialFilters-directory .directory-system-folder-listelement.folder.closed > .directory-system-listelement-inner > .opener-cell > .icon-open {
        display: none; }
      .specialFilters-directory .directory-system-folder-listelement.folder .directory-system-listelement-inner.selected > .opener-cell > .icon-cell {
        color: #fefefe !important; }
      .specialFilters-directory .directory-system-folder-listelement.folder .directory-system-listelement-inner > .opener-cell > .icon-cell {
        background-image: url(../img/sprites/folder-icons-sprite-2.png);
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        background-size: 24px;
        background-position: left 50%; }
      .specialFilters-directory .directory-system-folder-listelement.folder .directory-system-listelement-inner.selected > .opener-cell > .icon-cell {
        background-image: url(../img/sprites/folder-icons-sprite.png); }
      .specialFilters-directory .directory-system-folder-listelement.folder .directory-system-folder .directory-system-folder-listelement {
        /* Third Level*/
        /* /Third Level*/ }
        .specialFilters-directory .directory-system-folder-listelement.folder .directory-system-folder .directory-system-folder-listelement.folder .directory-system-listelement-inner > .opener-cell > .icon-cell {
          background-image: url(../img/sprites/folder-icons-sprite-2.png);
          background-repeat: no-repeat;
          width: 24px;
          height: 24px;
          background-size: 24px;
          background-position: left 100%; }
        .specialFilters-directory .directory-system-folder-listelement.folder .directory-system-folder .directory-system-folder-listelement.folder .directory-system-listelement-inner.selected > .opener-cell > .icon-cell {
          background-image: url(../img/sprites/folder-icons-sprite.png); }
        .specialFilters-directory .directory-system-folder-listelement.folder .directory-system-folder .directory-system-folder-listelement .directory-system-folder .directory-system-folder-listelement.folder .directory-system-listelement-inner > .opener-cell > .icon-cell {
          width: 24px;
          height: 24px;
          color: #00628D;
          font-family: 'Font Awesome 5 Free';
          font-size: 16px;
          font-weight: 900;
          background-image: none; }
          .specialFilters-directory .directory-system-folder-listelement.folder .directory-system-folder .directory-system-folder-listelement .directory-system-folder .directory-system-folder-listelement.folder .directory-system-listelement-inner > .opener-cell > .icon-cell:before {
            content: "\f07b"; }
    .specialFilters-directory .directory-system-folder-listelement.table .directory-system-listelement-inner > .opener-cell > .icon-cell {
      width: 24px;
      height: 24px;
      color: #00628D;
      font-family: 'Font Awesome 5 Free';
      font-size: 16px;
      font-weight: 900;
      background-image: none !important; }
      .specialFilters-directory .directory-system-folder-listelement.table .directory-system-listelement-inner > .opener-cell > .icon-cell:before {
        content: "\f0ce" !important; }
  .specialFilters-directory .icon-cell {
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    position: relative; }
  .specialFilters-directory .simple-cell {
    flex: 1;
    font-size: 12px;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .specialFilters-directory .simple-cell a {
      display: block;
      padding: 6px 10px; }
      .specialFilters-directory .simple-cell a:hover {
        background-color: #55a8de; }
  .specialFilters-directory .directory-system-listelement-inner {
    width: 100%;
    height: 25px;
    cursor: pointer;
    /* @include flexbox();*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .specialFilters-directory .directory-system-listelement-inner .folderName {
      line-height: 12px; }
    .specialFilters-directory .directory-system-listelement-inner.selected {
      background-color: #1888d2;
      color: #fefefe; }
      .specialFilters-directory .directory-system-listelement-inner.selected:hover {
        background-color: #00628D; }
    .specialFilters-directory .directory-system-listelement-inner .icon-cell,
    .specialFilters-directory .directory-system-listelement-inner .checkbox-cell,
    .specialFilters-directory .directory-system-listelement-inner .simple-cell {
      line-height: 24px; }
    .specialFilters-directory .directory-system-listelement-inner:hover {
      background-color: #aecfe4; }
    .specialFilters-directory .directory-system-listelement-inner.checked {
      background-color: #e2ebf1; }
    .specialFilters-directory .directory-system-listelement-inner.partilaChecked {
      background-color: #e2ebf1; }
  .specialFilters-directory directory-system {
    padding-left: 24px;
    position: relative; }
  .specialFilters-directory .directory-system-listelement {
    position: relative; }
    .specialFilters-directory .directory-system-listelement:before {
      content: "";
      display: block;
      width: 13px;
      top: 11px;
      left: -13px;
      position: absolute;
      border-top: 2px solid #000; }
    .specialFilters-directory .directory-system-listelement:after {
      display: block;
      content: "";
      height: 100%;
      width: 2px;
      background-color: #333333;
      position: absolute;
      left: -13px;
      top: 0;
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    .specialFilters-directory .directory-system-listelement:last-child:after {
      display: block;
      content: "";
      height: 12px;
      width: 2px;
      background-color: #333333;
      position: absolute;
      left: -13px;
      top: 0;
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    .specialFilters-directory .directory-system-listelement.main-folder:before, .specialFilters-directory .directory-system-listelement.main-folder:after {
      content: "";
      width: 0;
      height: 0; }

/*----------------------------------------------------------
TEMPLATE LIST ----------------------------------------------
----------------------------------------------------------*/
#sortable2 .name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-width: 0; }

#templateEditWindow-inner {
  max-width: 100%;
  width: 700px;
  border: 0;
  background-color: rgba(0, 0, 0, 0); }
  #templateEditWindow-inner .templateEditWindow-content {
    height: 560px; }
  #templateEditWindow-inner .form-content-container .edit-level-container {
    padding-right: 24px;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out; }
    #templateEditWindow-inner .form-content-container .edit-level-container .edit-level {
      -webkit-transition: height 0.5s ease-out;
      -moz-transition: height 0.5s ease-out;
      -o-transition: height 0.5s ease-out;
      transition: height 0.5s ease-out;
      max-width: 540px;
      margin: 0 auto;
      position: relative; }
      #templateEditWindow-inner .form-content-container .edit-level-container .edit-level .edit-level-number {
        text-align: center;
        padding: 6px 5px 8px 9px;
        background-color: #1888d2;
        color: #fefefe;
        width: 30px;
        height: 30px;
        /* @include border-radius(); */
        -webkit-border-radius: 999px;
        -moz-border-radius: 999px;
        border-radius: 999px;
        /* @include box-sizing(); */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
      #templateEditWindow-inner .form-content-container .edit-level-container .edit-level .edit-level-icon {
        text-align: center;
        padding: 6px 6px 8px 6px;
        background-color: #1888d2;
        color: #fefefe;
        width: 30px;
        height: 30px;
        /* @include border-radius(); */
        -webkit-border-radius: 999px;
        -moz-border-radius: 999px;
        border-radius: 999px;
        /* @include box-sizing(); */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
      #templateEditWindow-inner .form-content-container .edit-level-container .edit-level .edit-level-name {
        font-size: 14px;
        font-weight: bold; }
        #templateEditWindow-inner .form-content-container .edit-level-container .edit-level .edit-level-name .help-bubble-icon {
          line-height: 12px; }
      #templateEditWindow-inner .form-content-container .edit-level-container .edit-level .theme-edit-backButton {
        position: absolute;
        top: 12px;
        right: -62px; }
      #templateEditWindow-inner .form-content-container .edit-level-container .edit-level label {
        line-height: 16px; }
    #templateEditWindow-inner .form-content-container .edit-level-container.active {
      max-height: 400px;
      background-color: #fefefe; }
      #templateEditWindow-inner .form-content-container .edit-level-container.active .edit-level .edit-level-name-placeholder,
      #templateEditWindow-inner .form-content-container .edit-level-container.active .edit-level .placeholder-container,
      #templateEditWindow-inner .form-content-container .edit-level-container.active .edit-level .theme-edit-backButton {
        display: none; }
    #templateEditWindow-inner .form-content-container .edit-level-container.inactive {
      max-height: auto;
      background-color: #F2F2F2; }
      #templateEditWindow-inner .form-content-container .edit-level-container.inactive .edit-level .edit-level-number {
        background-color: #ddd; }
      #templateEditWindow-inner .form-content-container .edit-level-container.inactive .edit-level .edit-level-name-placeholder,
      #templateEditWindow-inner .form-content-container .edit-level-container.inactive .edit-level .button-container,
      #templateEditWindow-inner .form-content-container .edit-level-container.inactive .edit-level .help-bubble-icon,
      #templateEditWindow-inner .form-content-container .edit-level-container.inactive .edit-level .placeholder-container {
        display: none; }
    #templateEditWindow-inner .form-content-container .edit-level-container.waiting {
      max-height: auto;
      background-color: #F2F2F2; }
      #templateEditWindow-inner .form-content-container .edit-level-container.waiting .edit-level .edit-level-number {
        background-color: #ddd; }
      #templateEditWindow-inner .form-content-container .edit-level-container.waiting .edit-level .edit-level-name,
      #templateEditWindow-inner .form-content-container .edit-level-container.waiting .edit-level .inputs-container,
      #templateEditWindow-inner .form-content-container .edit-level-container.waiting .edit-level .help-bubble-icon,
      #templateEditWindow-inner .form-content-container .edit-level-container.waiting .edit-level .theme-edit-backButton {
        display: none; }
      #templateEditWindow-inner .form-content-container .edit-level-container.waiting.partial-placeholder .edit-level-name {
        display: inline-block; }
      #templateEditWindow-inner .form-content-container .edit-level-container.waiting.partial-placeholder .edit-level-name-placeholder {
        display: none; }

#level-1 {
  padding-top: 24px; }

.header-list-container {
  line-height: 22px; }
  .header-list-container .header-list {
    height: auto;
    color: #00628D; }
    .header-list-container .header-list span:after {
      content: ",";
      margin-right: 6px; }
    .header-list-container .header-list span:last-child:after {
      content: ""; }
    .header-list-container .header-list.closed {
      height: 24px; }
  .header-list-container .header-list-button {
    display: none;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    background-color: #ddd; }
    .header-list-container .header-list-button:hover {
      background-color: #1888d2;
      color: #fefefe; }
  .header-list-container.openable .collapse-cell-button {
    display: block;
    /* @include border-radius(); */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 4px; }
    .header-list-container.openable .collapse-cell-button .open-icon, .header-list-container.openable .collapse-cell-button .close-icon {
      line-height: 22px; }
  .header-list-container.closed .collapse-cell-button .open-icon {
    display: block; }
  .header-list-container.closed .collapse-cell-button .close-icon {
    display: none; }
  .header-list-container.open .collapse-cell-button .open-icon {
    display: none; }
  .header-list-container.open .collapse-cell-button .close-icon {
    display: block; }

/*----------------------------------------------------------
TEMPLATE EDIT -------------------------------------------------
----------------------------------------------------------*/
.template-editer {
  display: flex;
  flex-flow: column;
  max-width: 100%;
  width: 100%; }
  .template-editer .table-headers-container {
    width: 100%;
    max-width: 100%;
    position: relative; }
    .template-editer .table-headers-container .ui-state-highlight {
      background-color: #1888d2;
      width: 15px;
      flex-basis: 20px;
      flex-shrink: 0;
      line-height: 32px;
      color: #fefefe; }
      .template-editer .table-headers-container .ui-state-highlight:before {
        display: inline-block;
        width: 3px;
        content: "\f0d9";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        padding: 0 3px 0 3px; }
      .template-editer .table-headers-container .ui-state-highlight:after {
        display: inline-block;
        width: 3px;
        content: "\f0da";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        padding: 0 3px 0 2px; }
    .template-editer .table-headers-container .template-edit-list {
      /* @include box-sizing(); */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #b5b5b5;
      background-color: #ddd;
      flex-shrink: 0;
      flex-grow: 0;
      flex-basis: 48px;
      display: flex;
      flex-flow: row;
      height: 54px;
      width: auto;
      overflow: scroll;
      overflow-y: hidden;
      width: 100%; }
      .template-editer .table-headers-container .template-edit-list .last-element {
        width: 300px;
        flex-shrink: 0;
        order: 999999999;
        line-height: 32px;
        padding-left: 18px; }
      .template-editer .table-headers-container .template-edit-list .template-edit-listelement-container {
        height: 100%; }
        .template-editer .table-headers-container .template-edit-list .template-edit-listelement-container input {
          /* Templorarly ----------------------------------
          display: none;
          */ }
        .template-editer .table-headers-container .template-edit-list .template-edit-listelement-container .template-edit-listelement {
          border-bottom: 1px solid #b5b5b5;
          border-right: 1px solid #b5b5b5;
          width: auto;
          white-space: nowrap;
          background-color: #e2ebf1;
          font-size: 13px;
          line-height: 16px;
          height: 100%;
          cursor: -webkit-grab;
          cursor: grab; }
          .template-editer .table-headers-container .template-edit-list .template-edit-listelement-container .template-edit-listelement .orderNumber {
            display: block;
            height: 16px;
            width: 30px; }
          .template-editer .table-headers-container .template-edit-list .template-edit-listelement-container .template-edit-listelement .name .object-icon,
          .template-editer .table-headers-container .template-edit-list .template-edit-listelement-container .template-edit-listelement .name .key-icon {
            display: none;
            color: #1888d2; }
          .template-editer .table-headers-container .template-edit-list .template-edit-listelement-container .template-edit-listelement .name.key-checked .key-icon {
            display: inline-block; }
          .template-editer .table-headers-container .template-edit-list .template-edit-listelement-container .template-edit-listelement .name.object-checked .object-icon {
            display: inline-block; }
          .template-editer .table-headers-container .template-edit-list .template-edit-listelement-container .template-edit-listelement .template-edit-listelement-icon {
            color: #598cad; }
          .template-editer .table-headers-container .template-edit-list .template-edit-listelement-container .template-edit-listelement .checkbox-container-key {
            display: inlin-block; }
          .template-editer .table-headers-container .template-edit-list .template-edit-listelement-container .template-edit-listelement .hidden-inputs {
            display: none; }
          .template-editer .table-headers-container .template-edit-list .template-edit-listelement-container .template-edit-listelement.active {
            background-color: #00628D;
            color: #fefefe; }
    .template-editer .table-headers-container .template-edit-block {
      z-index: 4;
      position: absolute;
      top: 35px;
      width: 300px;
      display: none; }
      .template-editer .table-headers-container .template-edit-block.open {
        display: block; }
  .template-editer .table-headerslist-container {
    height: calc(100vh - 305px); }
    .template-editer .table-headerslist-container .ui-state-highlight {
      flex-basis: 100px;
      flex-shrink: 1;
      flex-grow: 1;
      max-width: 20%; }
      .template-editer .table-headerslist-container .ui-state-highlight:before {
        display: block;
        height: 100%;
        background-color: #1888d2;
        content: "";
        width: 100%;
        /* @include border-radius(); */
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
    .template-editer .table-headerslist-container .template-edit-list:empty {
      min-height: 200px;
      background-color: #b5b5b5; }
    .template-editer .table-headerslist-container .template-edit-list .template-edit-listelement-container input {
      display: none; }
    .template-editer .table-headerslist-container .template-edit-list .template-edit-listelement-container .template-edit-listelement {
      background-color: #F8F8F8;
      border: 1px solid #b5b5b5;
      /* @include box-shadow(); */
      -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      /* @include border-radius(); */
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      font-size: 13px;
      line-height: 16px;
      height: 100%;
      cursor: -webkit-grab;
      cursor: grab; }
      .template-editer .table-headerslist-container .template-edit-list .template-edit-listelement-container .template-edit-listelement:hover {
        background-color: #e2ebf1; }
      .template-editer .table-headerslist-container .template-edit-list .template-edit-listelement-container .template-edit-listelement .orderNumber {
        display: block;
        height: 16px;
        width: 30px; }
      .template-editer .table-headerslist-container .template-edit-list .template-edit-listelement-container .template-edit-listelement .template-edit-listelement-icon {
        color: #b5b5b5; }
      .template-editer .table-headerslist-container .template-edit-list .template-edit-listelement-container .template-edit-listelement .name .key-icon,
      .template-editer .table-headerslist-container .template-edit-list .template-edit-listelement-container .template-edit-listelement .name .object-icon {
        display: none; }
      .template-editer .table-headerslist-container .template-edit-list .template-edit-listelement-container .template-edit-listelement .checkbox-container-key,
      .template-editer .table-headerslist-container .template-edit-list .template-edit-listelement-container .template-edit-listelement .checkbox-container-pdf {
        display: none; }
      .template-editer .table-headerslist-container .template-edit-list .template-edit-listelement-container .template-edit-listelement .editButton {
        display: none; }
      .template-editer .table-headerslist-container .template-edit-list .template-edit-listelement-container .template-edit-listelement .editbutton-container,
      .template-editer .table-headerslist-container .template-edit-list .template-edit-listelement-container .template-edit-listelement .hidden-inputs {
        display: none; }
      .template-editer .table-headerslist-container .template-edit-list .template-edit-listelement-container .template-edit-listelement.active {
        background-color: #00628D;
        color: #fefefe; }

.checkbox-container-key {
  display: flex;
  display: -webkit-flex;
  /* @include flex-wrap(); */
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* @include flex-direction(); */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .checkbox-container-key input[type="checkbox"].checkbox-input {
    display: none; }
  .checkbox-container-key input[type="checkbox"].checkbox-input:checked + .fake-checker {
    color: #00628D; }
    .checkbox-container-key input[type="checkbox"].checkbox-input:checked + .fake-checker:before {
      content: "\f084"; }
  .checkbox-container-key .fake-checker {
    position: relative;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 14px;
    height: 14px;
    color: #b5b5b5;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 0;
    /* @include border-radius(); */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .checkbox-container-key .fake-checker:before {
      position: relative;
      top: -5px;
      content: "\f084";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto; }
  .checkbox-container-key .check-text {
    font-size: 16px;
    /* @include flex(); */
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    margin: 0; }

.checkbox-container-pdf {
  display: flex;
  display: -webkit-flex;
  /* @include flex-wrap(); */
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* @include flex-direction(); */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .checkbox-container-pdf input[type="checkbox"].checkbox-input {
    display: none; }
  .checkbox-container-pdf input[type="checkbox"].checkbox-input:checked + .fake-checker {
    color: #00628D; }
    .checkbox-container-pdf input[type="checkbox"].checkbox-input:checked + .fake-checker:before {
      content: "\f1c1"; }
  .checkbox-container-pdf .fake-checker {
    position: relative;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 14px;
    height: 14px;
    color: #b5b5b5;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 0;
    /* @include border-radius(); */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .checkbox-container-pdf .fake-checker:before {
      position: relative;
      top: -5px;
      content: "\f1c1";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto; }
  .checkbox-container-pdf .check-text {
    font-size: 16px;
    /* @include flex(); */
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    margin: 0; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .template-editer .table-headerslist-container {
    height: calc(100vh - 329px); }
  .template-editer .table-headers-container .template-edit-list {
    height: 32px; }

  /* TABLET VIEW END --------*/ }
/*MOBILE VIEW --------*/
@media only screen and (max-width: 767px) {
  .template-editer .table-headerslist-container {
    height: calc(100vh - 247px); }
  .template-editer .table-headers-container .template-edit-list {
    height: 32px; }

  #templateEditWindow-inner .form-content-container .edit-level-container {
    padding-right: 0; }
    #templateEditWindow-inner .form-content-container .edit-level-container .edit-level .theme-edit-backButton {
      position: static; }
    #templateEditWindow-inner .form-content-container .edit-level-container .edit-level .edit-level-name {
      /* @include justify-content(); */
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }

  /*MOBILE VIEW END --------*/ }
.containers-of-documents {
  min-height: 300px; }

#TableInfoPageProjectBlock {
  min-height: 220px; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .function-button .function-button-text-container {
    height: 36px;
    padding: 0 6px 4px 6px; }
    .function-button .function-button-text-container .function-button-text {
      line-height: 16px;
      font-size: 14px; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  .function-button .function-button-icon {
    font-size: 24px; }
  .function-button .function-button-icon-img {
    padding: 10px 0 6px 0;
    height: 24px; }
  .function-button .function-button-text-container {
    height: 48px;
    padding: 0 6px 4px 6px; }
    .function-button .function-button-text-container .function-button-text {
      line-height: 14px;
      font-size: 12px; }

  .document-listelement-name,
  .test-listelement-name {
    line-height: 16px; }

  .function-button .function-button-icon {
    font-size: 24px;
    padding: 12px 0 6px 0; }

  /* MOBILE VIEW END --------*/ }
#TableFilterTable-container {
  height: 100%; }
  #TableFilterTable-container .tableFilterTablestyle {
    min-width: 100%;
    /* Sticky Border Bug Fix */
    border-collapse: separate; }
    #TableFilterTable-container .tableFilterTablestyle thead {
      position: sticky;
      top: 0;
      left: 0;
      right: 0; }
      #TableFilterTable-container .tableFilterTablestyle thead tr.titleRow {
        background-color: #F2F2F2;
        border: 0; }
        #TableFilterTable-container .tableFilterTablestyle thead tr.titleRow th, #TableFilterTable-container .tableFilterTablestyle thead tr.titleRow td {
          border: 0;
          background-color: #F2F2F2;
          color: #000;
          font-weight: bold;
          font-size: 18px;
          text-align: left; }
          #TableFilterTable-container .tableFilterTablestyle thead tr.titleRow th:empty, #TableFilterTable-container .tableFilterTablestyle thead tr.titleRow td:empty {
            display: none; }
      #TableFilterTable-container .tableFilterTablestyle thead th {
        border: 1px solid #3d3d3d;
        padding: 8px 6px;
        color: #fefefe;
        /* Sticky Border Bug Fix */
        border-left: 0;
        border-top: 0; }
        #TableFilterTable-container .tableFilterTablestyle thead th.instrument-cell {
          background-color: #00628D;
          color: #fefefe; }
        #TableFilterTable-container .tableFilterTablestyle thead th.tech-cell {
          background-color: #666;
          color: #fefefe;
          min-height: 31px; }
        #TableFilterTable-container .tableFilterTablestyle thead th.white-cell {
          background-color: #fefefe;
          color: #333333;
          font-style: italic;
          min-height: 31px; }
        #TableFilterTable-container .tableFilterTablestyle thead th.sorterColumn:before {
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1;
          display: inline;
          margin-right: 3px;
          content: "\f0dc";
          color: #ddd; }
        #TableFilterTable-container .tableFilterTablestyle thead th.sorterColumn.sortup:before {
          content: "\f0de";
          color: #fefefe; }
        #TableFilterTable-container .tableFilterTablestyle thead th.sorterColumn.sortdown:before {
          content: "\f0dd";
          color: #fefefe; }
    #TableFilterTable-container .tableFilterTablestyle td {
      border: 1px solid #b5b5b5;
      padding: 8px 10px;
      white-space: nowrap;
      /* Sticky Border Bug Fix */
      border-left: 0;
      border-top: 0; }
      #TableFilterTable-container .tableFilterTablestyle td.color-na {
        background-color: #797979;
        color: #333333; }
      #TableFilterTable-container .tableFilterTablestyle td.color-lined {
        background-color: #797979;
        color: #333333;
        text-decoration: line-through; }
    #TableFilterTable-container .tableFilterTablestyle tbody {
      background-color: #fefefe; }
      #TableFilterTable-container .tableFilterTablestyle tbody tr.striped {
        background: url(../img/sprites/stripedbg-light.png);
        color: #F08100;
        font-weight: bold; }
      #TableFilterTable-container .tableFilterTablestyle tbody tr:nth-child(odd) {
        background-color: #F2F2F2; }
        #TableFilterTable-container .tableFilterTablestyle tbody tr:nth-child(odd).striped {
          background: url(../img/sprites/stripedbg-dark.png);
          color: #F08100;
          font-weight: bold; }
        #TableFilterTable-container .tableFilterTablestyle tbody tr:nth-child(odd) td.striped {
          background: url(../img/sprites/stripedbg-dark.png);
          color: #F08100;
          font-weight: bold; }
      #TableFilterTable-container .tableFilterTablestyle tbody tr td:first-child {
        text-align: center;
        font-weight: bold; }
      #TableFilterTable-container .tableFilterTablestyle tbody tr td:nth-child(2) {
        font-weight: bold; }
      #TableFilterTable-container .tableFilterTablestyle tbody tr td.striped {
        background: url(../img/sprites/stripedbg-light.png);
        color: #F08100;
        font-weight: bold; }
      #TableFilterTable-container .tableFilterTablestyle tbody .empty-table {
        border: 0;
        height: 100%;
        width: 100vw;
        display: block;
        height: auto;
        position: absolute;
        height: calc( 100vh - 500px );
        padding: 0; }
        #TableFilterTable-container .tableFilterTablestyle tbody .empty-table h2 {
          line-height: calc( 100vh - 500px ); }
  #TableFilterTable-container #cloneOtherHeader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-left: 1px solid #3d3d3d; }
    #TableFilterTable-container #cloneOtherHeader div {
      border: 1px solid #3d3d3d;
      padding: 8px 7px;
      border-left: 0;
      float: left;
      display: flex;
      align-items: center; }
      #TableFilterTable-container #cloneOtherHeader div span {
        text-align: center;
        width: 100%;
        font-size: 13px;
        font-weight: bold; }
      #TableFilterTable-container #cloneOtherHeader div.instrument-cell {
        background-color: #00628D;
        color: #fefefe; }
      #TableFilterTable-container #cloneOtherHeader div.tech-cell {
        background-color: #666;
        color: #fefefe; }
      #TableFilterTable-container #cloneOtherHeader div.sorterColumn span:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        display: inline;
        margin-right: 6px;
        content: "\f0dc";
        color: #b5b5b5; }
      #TableFilterTable-container #cloneOtherHeader div.sorterColumn.sortup span:before {
        content: "\f0de";
        color: #333333; }
      #TableFilterTable-container #cloneOtherHeader div.sorterColumn.sortdown span:before {
        content: "\f0dd";
        color: #333333; }
  #TableFilterTable-container #cloneHeaderCellsEng,
  #TableFilterTable-container #cloneHeaderCells {
    margin-top: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%; }
    #TableFilterTable-container #cloneHeaderCellsEng div,
    #TableFilterTable-container #cloneHeaderCells div {
      border: 1px solid #3d3d3d;
      padding: 0 7px;
      border-left: 0;
      float: left;
      display: flex;
      align-items: center; }
      #TableFilterTable-container #cloneHeaderCellsEng div span,
      #TableFilterTable-container #cloneHeaderCells div span {
        text-align: center;
        width: 100%;
        font-size: 13px;
        font-weight: bold; }
      #TableFilterTable-container #cloneHeaderCellsEng div.instrument-cell,
      #TableFilterTable-container #cloneHeaderCells div.instrument-cell {
        background-color: #00628D;
        color: #fefefe; }
      #TableFilterTable-container #cloneHeaderCellsEng div.tech-cell,
      #TableFilterTable-container #cloneHeaderCells div.tech-cell {
        background-color: #666;
        color: #fefefe; }
      #TableFilterTable-container #cloneHeaderCellsEng div.sorterColumn span:before,
      #TableFilterTable-container #cloneHeaderCells div.sorterColumn span:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        display: inline;
        margin-right: 6px;
        content: "\f0dc";
        color: #b5b5b5; }
      #TableFilterTable-container #cloneHeaderCellsEng div.sorterColumn.sortup span:before,
      #TableFilterTable-container #cloneHeaderCells div.sorterColumn.sortup span:before {
        content: "\f0de";
        color: #333333; }
      #TableFilterTable-container #cloneHeaderCellsEng div.sorterColumn.sortdown span:before,
      #TableFilterTable-container #cloneHeaderCells div.sorterColumn.sortdown span:before {
        content: "\f0dd";
        color: #333333; }
  #TableFilterTable-container #table-container {
    overflow: scroll; }

.scrollTable-container {
  height: 100%;
  overflow: scroll; }
  .scrollTable-container table {
    min-width: 100%;
    border: 0;
    /* Sticky Border Bug Fix */
    border-collapse: separate; }
    .scrollTable-container table th {
      font-weight: bold;
      text-align: left; }
    .scrollTable-container table th.lightblue-cell, .scrollTable-container table td.lightblue-cell {
      background-color: #e2ebf1 !important;
      color: #333333; }
    .scrollTable-container table th.lightblue-cell-2, .scrollTable-container table td.lightblue-cell-2 {
      background-color: #bfd9ea !important;
      color: #333333; }
    .scrollTable-container table th.lightgreen-cell, .scrollTable-container table td.lightgreen-cell {
      background-color: #cde9bb  !important;
      color: #333333; }
    .scrollTable-container table th.instrument-cell, .scrollTable-container table td.instrument-cell {
      background-color: #00628D;
      color: #fefefe; }
    .scrollTable-container table th.tech-cell, .scrollTable-container table td.tech-cell {
      background-color: #666;
      color: #fefefe;
      min-height: 31px; }
    .scrollTable-container table th.white-cell, .scrollTable-container table td.white-cell {
      background-color: #fefefe;
      color: #333333;
      font-style: italic;
      min-height: 31px; }
    .scrollTable-container table th.color-na, .scrollTable-container table td.color-na {
      background-color: #ddd;
      color: #333333; }
    .scrollTable-container table th.color-na-2, .scrollTable-container table td.color-na-2 {
      background-color: #797979;
      color: #333333; }
    .scrollTable-container table th.color-lined, .scrollTable-container table td.color-lined {
      background-color: #ddd;
      color: #333333;
      text-decoration: line-through; }
    .scrollTable-container table th.grey-cell, .scrollTable-container table td.grey-cell {
      background-color: #b5b5b5 !important;
      color: #333333; }
    .scrollTable-container table th.grey-light-cell, .scrollTable-container table td.grey-light-cell {
      background-color: #e9e9e9 !important;
      color: #333333; }
    .scrollTable-container table th.nowrap, .scrollTable-container table td.nowrap {
      white-space: nowrap; }
    .scrollTable-container table thead {
      position: sticky;
      top: 0;
      left: 0;
      right: 0; }
      .scrollTable-container table thead tr.titleRow {
        background-color: #F2F2F2;
        border: 0; }
        .scrollTable-container table thead tr.titleRow th, .scrollTable-container table thead tr.titleRow td {
          border: 0;
          background-color: #F2F2F2;
          color: #000;
          font-weight: bold;
          font-size: 18px;
          text-align: left; }
          .scrollTable-container table thead tr.titleRow th:empty, .scrollTable-container table thead tr.titleRow td:empty {
            display: none; }
      .scrollTable-container table thead th {
        border: 1px solid #3d3d3d;
        padding: 8px 6px;
        text-align: center;
        font-weight: bold;
        background-color: #fefefe;
        /* Sticky Border Bug Fix */
        border-left: 0;
        border-top: 0; }
        .scrollTable-container table thead th .rotated-middle {
          display: block;
          font-size: 14px;
          position: relative;
          top: 79px;
          width: 26px;
          height: 184px;
          left: 79px;
          text-align: center;
          margin-top: -65px;
          transform: rotate(270deg);
          white-space: nowrap;
          line-height: 28px; }
          .scrollTable-container table thead th .rotated-middle.double-line {
            line-height: 14px; }
        .scrollTable-container table thead th.sorterColumn:before {
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1;
          display: inline;
          margin-right: 3px;
          content: "\f0dc";
          color: #ddd; }
        .scrollTable-container table thead th.sorterColumn.sortup:before {
          content: "\f0de";
          color: #fefefe; }
        .scrollTable-container table thead th.sorterColumn.sortdown:before {
          content: "\f0dd";
          color: #fefefe; }
    .scrollTable-container table td {
      border: 1px solid #b5b5b5;
      padding: 8px 10px;
      /* Sticky Border Bug Fix */
      border-left: 0;
      border-top: 0; }
      .scrollTable-container table td.input-cell {
        height: 30px;
        padding: 0; }
        .scrollTable-container table td.input-cell input {
          margin: 0px 0px 0px 0px;
          height: 30px; }
        .scrollTable-container table td.input-cell .input-container {
          height: 30px; }
    .scrollTable-container table tbody {
      background-color: #fefefe; }
  .scrollTable-container #cloneOtherHeader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-left: 1px solid #3d3d3d; }
    .scrollTable-container #cloneOtherHeader div {
      border: 1px solid #3d3d3d;
      padding: 8px 7px;
      border-left: 0;
      float: left;
      display: flex;
      align-items: center; }
      .scrollTable-container #cloneOtherHeader div span {
        text-align: center;
        width: 100%;
        font-size: 13px;
        font-weight: bold; }
      .scrollTable-container #cloneOtherHeader div.instrument-cell {
        background-color: #00628D;
        color: #fefefe; }
      .scrollTable-container #cloneOtherHeader div.tech-cell {
        background-color: #666;
        color: #fefefe; }
      .scrollTable-container #cloneOtherHeader div.sorterColumn span:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        display: inline;
        margin-right: 6px;
        content: "\f0dc";
        color: #b5b5b5; }
      .scrollTable-container #cloneOtherHeader div.sorterColumn.sortup span:before {
        content: "\f0de";
        color: #333333; }
      .scrollTable-container #cloneOtherHeader div.sorterColumn.sortdown span:before {
        content: "\f0dd";
        color: #333333; }
  .scrollTable-container #cloneHeaderCellsEng,
  .scrollTable-container #cloneHeaderCells {
    margin-top: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%; }
    .scrollTable-container #cloneHeaderCellsEng div,
    .scrollTable-container #cloneHeaderCells div {
      border: 1px solid #3d3d3d;
      padding: 0 7px;
      border-left: 0;
      float: left;
      display: flex;
      align-items: center; }
      .scrollTable-container #cloneHeaderCellsEng div span,
      .scrollTable-container #cloneHeaderCells div span {
        text-align: center;
        width: 100%;
        font-size: 13px;
        font-weight: bold; }
      .scrollTable-container #cloneHeaderCellsEng div.instrument-cell,
      .scrollTable-container #cloneHeaderCells div.instrument-cell {
        background-color: #00628D;
        color: #fefefe; }
      .scrollTable-container #cloneHeaderCellsEng div.tech-cell,
      .scrollTable-container #cloneHeaderCells div.tech-cell {
        background-color: #666;
        color: #fefefe; }
      .scrollTable-container #cloneHeaderCellsEng div.sorterColumn span:before,
      .scrollTable-container #cloneHeaderCells div.sorterColumn span:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        display: inline;
        margin-right: 6px;
        content: "\f0dc";
        color: #b5b5b5; }
      .scrollTable-container #cloneHeaderCellsEng div.sorterColumn.sortup span:before,
      .scrollTable-container #cloneHeaderCells div.sorterColumn.sortup span:before {
        content: "\f0de";
        color: #333333; }
      .scrollTable-container #cloneHeaderCellsEng div.sorterColumn.sortdown span:before,
      .scrollTable-container #cloneHeaderCells div.sorterColumn.sortdown span:before {
        content: "\f0dd";
        color: #333333; }

.container-document-upload {
  height: calc(100vh - 6750px);
  min-height: 260px; }

.container-document-download-list {
  max-width: 100%;
  width: 100px;
  min-width: 100%; }

.container-document-download-list {
  position: relative; }

.button-container-1 {
  width: 70px; }

.button-container-2 {
  width: 140px; }

#document-list-title-container,
#test-list-title-container,
#kepek-list-title-container {
  position: relative;
  left: 0;
  right: 0;
  margin-left: -1px;
  margin-top: -1px; }

#test-list-title-container {
  z-index: 1; }

#kepek-list-title-container {
  z-index: 1; }

#projectFolderSidebar .fs-wrap {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 418px; }
  #projectFolderSidebar .fs-wrap .fs-dropdown {
    box-sizing: border-box; }

.holder {
  border: 1px solid #1888d2;
  height: 186px;
  background: #F2F2F2; }
  .holder:empty {
    background: #e2ebf1; }
    .holder:empty:before, .holder:empty:after {
      color: #1888d2;
      display: block;
      text-align: center;
      width: 100%; }
    .holder:empty:before {
      font-size: 52px;
      margin-top: 48px;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: "\f093"; }
    .holder:empty:after {
      font-size: 16px;
      margin-top: 12px;
      content: "A feltöltéshez húzza ide a fájlokat!"; }
    .holder:empty:hover:before, .holder:empty:hover:after {
      opacity: 0.5; }

.tableDocumentUpload-height {
  height: calc(100vh - 406px);
  min-height: 300px; }

.tableDocumentUpload-height-2 {
  height: calc(100vh - 361px);
  min-height: 300px; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tableDocumentUpload-height {
    height: calc(100vh - 408px);
    min-height: 365px; }

  .tableDocumentUpload-height-2 {
    height: calc(100vh - 457px);
    min-height: 300px; }

  .button-container-1 {
    width: 50px; }

  .button-container-2 {
    width: 100px; } }
@media only screen and (max-width: 767px) {
  #mobileHeight {
    height: 740px; } }
#incomeChartContainer-container {
  min-height: 80%; }

#project {
  height: 600px; }

#companyEditContaoner {
  /* @include flexbox();*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* @include flex-wrap(); */
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* @include flex-direction(); */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  #companyEditContaoner #folderList-container {
    width: 360px; }
  #companyEditContaoner #otherEditorBlock {
    /* @include flex(); */
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* bug fixes */
    min-width: 0px;
    min-height: 0px; }

#projectFastNoteWindow-inner {
  height: 460px; }

#projectNumExample {
  height: 20px;
  margin-top: 3px; }

#pn-settingsBlock .pn-listelement,
#pn-holderBlock .pn-listelement {
  cursor: grab; }
#pn-settingsBlock .ui-sortebla-helper,
#pn-holderBlock .ui-sortebla-helper {
  cursor: grabbing; }

#pn-settingsBlock {
  min-height: 214px; }
  #pn-settingsBlock .pn-listelement {
    height: 60px; }
  #pn-settingsBlock .pn-settingBlock {
    height: 24px; }
  #pn-settingsBlock .ui-sortable-placeholder {
    height: 60px;
    background-color: #1888d2;
    width: 136px; }

#pn-holderBlock .pn-deleteButton,
#pn-holderBlock .pn-settingBlock {
  display: none; }
#pn-holderBlock .pn-listelement {
  height: 30px !important; }

#chartPopup-list {
  margin: 0px 0px 0 -1px;
  max-height: 280px; }
  #chartPopup-list #popup-myNum {
    overflow: auto; }

#incomeChart {
  max-height: 100%;
  max-width: 100%; }

#exportButtonContainer {
  min-width: 345px; }

#userEditorList {
  margin-top: 8px; }

#userEditorList:empty {
  margin-top: 0; }

#arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: 4; }
  #arrow .arrow-line {
    position: absolute;
    height: 4px;
    background: #00628D;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center; }
  #arrow .arrow-head {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #00628D;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translate(-50%, -50%) rotate(0deg); }

#companyGroupBlockContainer {
  position: relative; }
  #companyGroupBlockContainer #userEditor {
    width: 260px;
    position: absolute;
    z-index: 3;
    margin: -26px 0 0 -130px;
    background-color: rgba(255, 255, 255, 0.7); }
  #companyGroupBlockContainer #companyGroupBlock {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    /* Innentől kezdődik a Company Group Ábra */ }
    #companyGroupBlockContainer #companyGroupBlock .sticky-header {
      min-width: 100%; }
    #companyGroupBlockContainer #companyGroupBlock .simple-cell {
      min-width: 120px; }
    #companyGroupBlockContainer #companyGroupBlock .sticky-cell {
      position: sticky;
      left: 0;
      align-self: stretch;
      border-right: 1px solid #b5b5b5;
      z-index: 2; }
      #companyGroupBlockContainer #companyGroupBlock .sticky-cell .row {
        max-width: 100%;
        width: 100%; }
        #companyGroupBlockContainer #companyGroupBlock .sticky-cell .row span {
          max-width: 100%;
          width: 100%;
          text-wrap: wrap; }
    #companyGroupBlockContainer #companyGroupBlock .empty-list-sign {
      margin: 0 auto;
      align-self: center;
      text-align: center;
      padding: 0 12px;
      padding-top: 24px; }
    #companyGroupBlockContainer #companyGroupBlock .groupBlock {
      position: absolute;
      width: 260px;
      height: 50px;
      margin: -25px -130px;
      border: 1px solid #b5b5b5;
      border-radius: 3px;
      background-color: #fefefe;
      box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      align-items: center; }
      #companyGroupBlockContainer #companyGroupBlock .groupBlock.active {
        background-color: #1888d2;
        color: #fefefe; }
      #companyGroupBlockContainer #companyGroupBlock .groupBlock.addChildrenMode .groupBlockText span i {
        display: none; }
      #companyGroupBlockContainer #companyGroupBlock .groupBlock.addChildrenMode.active {
        z-index: 5; }
        #companyGroupBlockContainer #companyGroupBlock .groupBlock.addChildrenMode.active .groupBlockText:hover {
          background-color: #1888d2; }
      #companyGroupBlockContainer #companyGroupBlock .groupBlock.addChildrenMode section {
        display: none; }
      #companyGroupBlockContainer #companyGroupBlock .groupBlock .groupBlockText {
        height: 100%;
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: center; }
        #companyGroupBlockContainer #companyGroupBlock .groupBlock .groupBlockText:hover {
          background-color: #e2ebf1; }
        #companyGroupBlockContainer #companyGroupBlock .groupBlock .groupBlockText span {
          font-size: 15px;
          font-weight: 500;
          text-align: center;
          cursor: context-menu; }
          #companyGroupBlockContainer #companyGroupBlock .groupBlock .groupBlockText span i {
            color: #1888d2; }
            #companyGroupBlockContainer #companyGroupBlock .groupBlock .groupBlockText span i:hover {
              opacity: 0.7; }
      #companyGroupBlockContainer #companyGroupBlock .groupBlock section {
        width: 28px;
        height: 100%;
        border-left: 1px solid #b5b5b5;
        display: flex;
        flex-direction: column; }
        #companyGroupBlockContainer #companyGroupBlock .groupBlock section div {
          width: 100%;
          text-align: center;
          height: 25px;
          line-height: 25px;
          color: #1888d2; }
          #companyGroupBlockContainer #companyGroupBlock .groupBlock section div:first-child {
            font-size: 18px; }
          #companyGroupBlockContainer #companyGroupBlock .groupBlock section div:hover {
            opacity: 0.7; }
    #companyGroupBlockContainer #companyGroupBlock .line {
      border-top: 0;
      border-bottom: 4px solid #aaa;
      border-left: 4px solid #aaa;
      position: absolute;
      margin: -50px 0; }
      #companyGroupBlockContainer #companyGroupBlock .line.active {
        border-color: #00628D !important;
        z-index: 2; }
        #companyGroupBlockContainer #companyGroupBlock .line.active:after {
          border-color: #00628D !important; }
        #companyGroupBlockContainer #companyGroupBlock .line.active:before {
          color: #00628D !important; }
      #companyGroupBlockContainer #companyGroupBlock .line:after {
        content: "";
        position: absolute;
        right: 0px;
        bottom: -29px;
        border-left: 2px solid #aaa;
        border-right: 2px solid #aaa;
        height: 27px; }
      #companyGroupBlockContainer #companyGroupBlock .line:before {
        position: absolute;
        right: 0px;
        bottom: -29px;
        font-size: 28px;
        color: #aaa;
        width: 11px;
        height: 18px;
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1; }
      #companyGroupBlockContainer #companyGroupBlock .line.righty {
        border-left: 0px;
        border-right: 4px solid #aaa; }
        #companyGroupBlockContainer #companyGroupBlock .line.righty:after {
          right: auto;
          left: -4px; }
        #companyGroupBlockContainer #companyGroupBlock .line.righty:before {
          right: auto;
          left: -4px;
          margin-left: -7px; }
      #companyGroupBlockContainer #companyGroupBlock .line span {
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #ee5050;
        margin-left: -12px;
        z-index: 1;
        border-radius: 50%; }
        #companyGroupBlockContainer #companyGroupBlock .line span:before {
          width: 100%;
          text-align: center;
          font-weight: bold;
          content: "-";
          font-size: 30px;
          color: #fefefe;
          display: inline-block;
          line-height: 18px; }
        #companyGroupBlockContainer #companyGroupBlock .line span.parent {
          left: 0px;
          top: -1px; }
        #companyGroupBlockContainer #companyGroupBlock .line span.children {
          right: -8px;
          bottom: -29px; }
      #companyGroupBlockContainer #companyGroupBlock .line.righty span.parent {
        left: auto;
        right: -12px;
        top: -1px; }
      #companyGroupBlockContainer #companyGroupBlock .line.righty span.children {
        right: auto;
        left: -1px;
        bottom: -29px; }

#map .gm-style-iw-chr {
  height: 0px; }
#map .gm-style .gm-style-iw-c {
  padding: 0 !important; }
#map .gm-style-iw-d {
  overflow: hidden !important;
  padding: 0 !important;
  padding-bottom: 6px !important;
  max-width: 280px !important; }
#map .gm-dialog-title {
  background-color: #1888d2;
  color: #fff;
  padding: 3px 10px;
  padding-right: 24px;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
  max-width: 280px;
  word-break: break-all; }
#map .gm-dialog-line {
  padding: 2px 10px;
  padding-right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  #map .gm-dialog-line b,
  #map .gm-dialog-line span {
    display: inline-block; }
  #map .gm-dialog-line span {
    flex: 1; }
#map button.gm-ui-hover-effect {
  right: -1px !important;
  width: 26px !important;
  height: 22px !important; }
  #map button.gm-ui-hover-effect span {
    height: 22px !important;
    width: 22px !important;
    margin: 0 !important; }
#map .gm-ui-hover-effect > span {
  background-color: #fff; }

.companyEdit-image-container {
  height: 204px; }

.companyEdit-image {
  height: 100%;
  width: 100%;
  object-fit: contain; }

/* Calendar Style*/
.fc-event .fc-event-main {
  padding: 2px;
  /* @include box-shadow(); */
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15); }

.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
  line-height: 12px; }

.weekCalendar-header .wc-date {
  min-width: 75px;
  text-align: center;
  background-color: #fefefe;
  border-bottom: 1px solid #b5b5b5; }
  .weekCalendar-header .wc-date.active {
    background-color: #e2ebf1;
    color: #00628D; }

.weekCalendar-body .wc-project-block .wc-project-cell {
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5; }
.weekCalendar-body .week-block {
  height: 85px; }
  .weekCalendar-body .week-block.open {
    height: auto; }
    .weekCalendar-body .week-block.open .wc-day.openable-wc-day .wc-task:nth-child(n+4) {
      display: flex; }
.weekCalendar-body .wc-day {
  min-width: 75px;
  width: 75px;
  -webkit-flex-basis: 14.2857%;
  -moz-flex-basis: 14.2857%;
  -ms-flex-basis: 14.2857%;
  flex-basis: 14.2857%;
  padding: 4px 5px;
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5; }
  .weekCalendar-body .wc-day.active {
    background-color: #e2ebf1;
    color: #00628D; }
  .weekCalendar-body .wc-day.openable-wc-day {
    position: relative; }
    .weekCalendar-body .wc-day.openable-wc-day .wc-task:nth-child(n+4) {
      display: none; }
    .weekCalendar-body .wc-day.openable-wc-day .wc-day-close,
    .weekCalendar-body .wc-day.openable-wc-day .wc-day-open {
      padding: 4px 0;
      width: 100%;
      text-align: left;
      cursor: pointer;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      min-width: 0; }
      .weekCalendar-body .wc-day.openable-wc-day .wc-day-close:hover,
      .weekCalendar-body .wc-day.openable-wc-day .wc-day-open:hover {
        color: #1888d2; }
    .weekCalendar-body .wc-day.openable-wc-day .wc-day-open {
      position: absolute;
      bottom: 0;
      left: 5px; }
  .weekCalendar-body .wc-day .wc-task {
    width: 100%;
    padding: 3px;
    font-size: 12px;
    line-height: 12px;
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    margin-bottom: 1px; }

.companyCalendarView-header {
  background-color: #fefefe; }
  .companyCalendarView-header.sticky-header {
    left: auto; }

.fc-daygrid-day-events {
  padding: 0 0px; }

#popupTaskUser:empty ~ #userIcon {
  display: none; }

#popupTaskCompany:empty ~ #companyIcon {
  display: none; }

:root {
  --fc-button-bg-color: #bfd9ea;
  /* Hovernek $theme-background-lighter  $theme-color-main-light */
  --fc-button-border-color: #b5b5b5;
  --fc-button-text-color: #000;
  --fc-button-active-bg-color: #00628D;
  --fc-button-hover-bg-color: #90bdda;
  --fc-button-hover-border-color: #b5b5b5;
  --fc-today-bg-color: #bfd9ea;
  --fc-now-indicator-color: #ee5050; }

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
  color: #fff; }

.fc .fc-button-primary:focus,
.fc .fc-button:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none !important; }

.fc-toolbar-chunk {
  padding: 6px; }

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0; }

#userNameChooserBlock.open #userNameChooserBlockHeader {
  height: 100%; }
  #userNameChooserBlock.open #userNameChooserBlockHeader .userNameChooseruserBorder {
    padding: 18px 20px 12px 20px;
    background-color: #F8F8F8;
    border: 1px solid #b5b5b5;
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    /* @include border-radius(); */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
#userNameChooserBlock.open #userNameChooserBlockContent {
  height: 0%;
  display: none; }
#userNameChooserBlock #userNameChooserBlockHeader .userNameChooseruserBorder {
  padding: 6px 8px; }

#companyCalendar {
  height: 100%; }

#calendar {
  height: 600px; }

.piechartContainer {
  width: 160px;
  height: 160px;
  margin: 0 auto; }
  .piechartContainer canvas {
    width: 160px;
    height: 160px; }
    .piechartContainer canvas.EmptyChart {
      background: url(../img/empty-chart.png);
      background-size: 100% 100%; }

.companyCalendarView .companyCalendarView-header .companyCalendarView-header-days li {
  border-right: 1px solid #b5b5b5; }
  .companyCalendarView .companyCalendarView-header .companyCalendarView-header-days li:last-child {
    border-right: 0; }
  .companyCalendarView .companyCalendarView-header .companyCalendarView-header-days li .dayNum,
  .companyCalendarView .companyCalendarView-header .companyCalendarView-header-days li .dayName {
    width: 100%;
    text-align: center;
    display: inline-block; }
  .companyCalendarView .companyCalendarView-header .companyCalendarView-header-days li .dayNum {
    font-size: 20px;
    margin-top: 4px; }
  .companyCalendarView .companyCalendarView-header .companyCalendarView-header-days li .dayName {
    font-size: 14px;
    margin-top: 8px; }
  .companyCalendarView .companyCalendarView-header .companyCalendarView-header-days li.highlited {
    background-color: #e2ebf1;
    color: #00628D; }
.companyCalendarView .companyCalendarView-calendarBlock .companyCalendarView-listelement {
  border-bottom: 1px solid #b5b5b5; }
  .companyCalendarView .companyCalendarView-calendarBlock .companyCalendarView-listelement .projectName {
    padding: 6px; }
  .companyCalendarView .companyCalendarView-calendarBlock .companyCalendarView-listelement .projectDays li {
    border-right: 1px solid #b5b5b5; }
    .companyCalendarView .companyCalendarView-calendarBlock .companyCalendarView-listelement .projectDays li:last-child {
      border-right: 0; }
    .companyCalendarView .companyCalendarView-calendarBlock .companyCalendarView-listelement .projectDays li.highlited {
      background-color: #e2ebf1; }

#calendarBlock {
  margin-right: -1px;
  margin-bottom: -1px; }
  #calendarBlock .day {
    height: 110px;
    border-bottom: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5; }
    #calendarBlock .day.empty {
      background-color: #ddd; }
    #calendarBlock .day .day-title {
      font-size: 22px;
      font-weight: 500;
      padding: 3px 0 0 6px; }
    #calendarBlock .day .day-tasks {
      height: 90px;
      padding: 3px;
      width: 100px;
      box-sizeing: border-box; }

.calendarDayHeader {
  margin-top: 12px; }
  .calendarDayHeader li {
    font-size: 22px;
    font-weight: bold;
    box-sizeing: border-box;
    padding: 0 0 3px 6px; }

.cp-scrollable-blocks {
  height: 100%; }

#ganttForCompanyContainer {
  height: 100%; }

#companyProfile-container .switch-box {
  height: calc(100% - 30px);
  max-width: 100%; }

#cp-container #cp-search {
  height: 40px; }
#cp-container #cp-timeLine-container #cp-timeLine {
  height: 41px;
  width: calc( 100vw - 296px ); }
  #cp-container #cp-timeLine-container #cp-timeLine .cp-timeLineInner {
    height: 100%; }
  #cp-container #cp-timeLine-container #cp-timeLine #cp-timeLine-month .month-listelement {
    height: 20px;
    flex-shrink: 0;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 3px;
    line-height: 20px;
    background-color: #e9e9e9;
    width: 400px;
    text-align: center;
    font-weight: bold;
    color: #333333; }
  #cp-container #cp-timeLine-container #cp-timeLine #cp-timeLine-month .headerOffset {
    border-bottom: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    background-color: #e9e9e9; }
  #cp-container #cp-timeLine-container #cp-timeLine #cp-timeLine-month .headerOffsetEnd {
    border-bottom: 1px solid #b5b5b5;
    background-color: #e9e9e9;
    flex: 1; }
  #cp-container #cp-timeLine-container #cp-timeLine #cp-timeLine-month > .column {
    margin-right: -1px; }
  #cp-container #cp-timeLine-container #cp-timeLine #cp-timeLine-week {
    height: 100%; }
    #cp-container #cp-timeLine-container #cp-timeLine #cp-timeLine-week .week-listelement {
      height: 100%;
      flex-shrink: 0;
      border-right: 1px solid #b5b5b5;
      box-sizing: border-box;
      display: inline-block;
      line-height: 20px;
      width: 8.3333%;
      text-align: center;
      font-weight: bold;
      align-items: center;
      align-content: center;
      justify-content: center;
      display: flex;
      background-color: #fefefe;
      color: #333333;
      border-bottom: 1px solid #b5b5b5; }
      #cp-container #cp-timeLine-container #cp-timeLine #cp-timeLine-week .week-listelement span {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        min-width: 0;
        max-width: 100%; }
      #cp-container #cp-timeLine-container #cp-timeLine #cp-timeLine-week .week-listelement:last-child {
        position: relative; }
        #cp-container #cp-timeLine-container #cp-timeLine #cp-timeLine-week .week-listelement:last-child:after {
          content: "";
          height: 20px;
          border-right: 1px solid #b5b5b5;
          border-bottom: 1px solid #b5b5b5;
          box-sizing: border-box;
          display: inline-block;
          background-color: #e9e9e9;
          width: 100%;
          position: absolute;
          right: -1px;
          top: -20px; }
#cp-container #cp-sidebar {
  width: 260px; }
#cp-container #cp-userList {
  overflow-y: hidden; }
  #cp-container #cp-userList .user-listelement {
    border-bottom: 1px solid #b5b5b5; }
    #cp-container #cp-userList .user-listelement.hoverEffect {
      cursor: pointer; }
      #cp-container #cp-userList .user-listelement.hoverEffect:hover {
        background-color: #e2ebf1; }
    #cp-container #cp-userList .user-listelement.main-listelement {
      padding-bottom: 5px;
      border-bottom: 1px solid #b5b5b5; }
      #cp-container #cp-userList .user-listelement.main-listelement .user-listelement-inner {
        border-bottom: 1px solid #b5b5b5;
        height: 42px;
        font-weight: bold; }
    #cp-container #cp-userList .user-listelement .user-listelement-image {
      width: 42px;
      height: 42px;
      object-fit: cover;
      border-right: 1px solid #b5b5b5; }
    #cp-container #cp-userList .user-listelement .user-listelement-data {
      margin: 6px; }
      #cp-container #cp-userList .user-listelement .user-listelement-data .userName {
        font-weight: bold;
        margin-bottom: 1px; }
      #cp-container #cp-userList .user-listelement .user-listelement-data .userData {
        color: #b5b5b5; }
    #cp-container #cp-userList .user-listelement.highlight {
      background-color: #1888d2;
      color: #fefefe; }
#cp-container #cp-taskTable {
  width: calc( 100vw - 296px );
  background-color: #fefefe; }
  #cp-container #cp-taskTable .timetable-row {
    background-color: #F8F8F8; }
    #cp-container #cp-taskTable .timetable-row.main-listelement {
      padding-bottom: 5px; }
      #cp-container #cp-taskTable .timetable-row.main-listelement .timetable-cell {
        border-top: 0;
        border-bottom: 1px solid #b5b5b5;
        background-color: #F5BC17;
        height: 42px; }
    #cp-container #cp-taskTable .timetable-row .timetable-cell {
      flex-shrink: 0;
      border-top: 1px solid #b5b5b5;
      border-right: 1px solid #b5b5b5;
      width: 8.3333%;
      height: 43px;
      line-height: 43px;
      text-align: center;
      background-color: #fefefe; }
      #cp-container #cp-taskTable .timetable-row .timetable-cell.emptyState {
        background-color: #b5b5b5; }
        #cp-container #cp-taskTable .timetable-row .timetable-cell.emptyState.highligt {
          background-color: #797979; }
      #cp-container #cp-taskTable .timetable-row .timetable-cell.fullState {
        background-color: #1888d2;
        color: #fefefe; }
        #cp-container #cp-taskTable .timetable-row .timetable-cell.fullState.highligt {
          background-color: #1374b4; }
      #cp-container #cp-taskTable .timetable-row .timetable-cell.freeState {
        background-color: #c5edc6; }
        #cp-container #cp-taskTable .timetable-row .timetable-cell.freeState.highligt {
          background-color: #b5b5b5; }
      #cp-container #cp-taskTable .timetable-row .timetable-cell.overloadedState {
        background-color: #f17f7f;
        color: #fefefe; }
        #cp-container #cp-taskTable .timetable-row .timetable-cell.overloadedState.highlight {
          background-color: #ee5050; }
      #cp-container #cp-taskTable .timetable-row .timetable-cell .timetableBubble {
        text-align: left;
        color: #333333;
        line-height: 14px;
        position: absolute;
        z-index: 99; }
        #cp-container #cp-taskTable .timetable-row .timetable-cell .timetableBubble .bubble-header {
          background-color: #1888d2;
          color: #fefefe;
          padding: 6px; }
        #cp-container #cp-taskTable .timetable-row .timetable-cell .timetableBubble .bubble-header-2 {
          background-color: #797979;
          color: #fefefe;
          font-weight: bold;
          padding: 4px 8px; }
          #cp-container #cp-taskTable .timetable-row .timetable-cell .timetableBubble .bubble-header-2 a {
            color: #fefefe; }
            #cp-container #cp-taskTable .timetable-row .timetable-cell .timetableBubble .bubble-header-2 a:hover {
              color: #bfd9ea; }
        #cp-container #cp-taskTable .timetable-row .timetable-cell .timetableBubble .bubble-header-3 {
          background-color: #ddd;
          padding: 3px 8px; }
        #cp-container #cp-taskTable .timetable-row .timetable-cell .timetableBubble .info-block {
          font-size: 13px; }
          #cp-container #cp-taskTable .timetable-row .timetable-cell .timetableBubble .info-block a {
            color: #1888d2; }
            #cp-container #cp-taskTable .timetable-row .timetable-cell .timetableBubble .info-block a:hover {
              color: #00628D; }
    #cp-container #cp-taskTable .timetable-row:last-child {
      border-bottom: 1px solid #b5b5b5; }
    #cp-container #cp-taskTable .timetable-row.highlight .timetable-cell.emptyState {
      background-color: #797979; }
    #cp-container #cp-taskTable .timetable-row.highlight .timetable-cell.fullState {
      background-color: #1374b4; }
    #cp-container #cp-taskTable .timetable-row.highlight .timetable-cell.freeState {
      background-color: #74c574; }
    #cp-container #cp-taskTable .timetable-row.highlight .timetable-cell.overloadedState {
      background-color: #ee5050; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #cp-container #cp-timeLine-container #cp-timeLine {
    margin-right: 0;
    width: calc(100vw - 250px); }
  #cp-container #cp-sidebar {
    width: 210px; }
  #cp-container #cp-taskTable {
    width: calc(100vw - 250px); }
  #cp-container #cp-timeLine-container #cp-timeLine #cp-timeLine-week .week-listelement span {
    font-size: 12px; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW */
@media only screen and (max-width: 767px) {
  #cp-container #cp-timeLine-container #cp-timeLine {
    margin-right: 0;
    width: calc(120vw); }
  #cp-container #cp-taskTable {
    width: calc(120vw ); }
    #cp-container #cp-taskTable .timetable-row .timetable-cell {
      height: 36px;
      line-height: 37px; }
    #cp-container #cp-taskTable .timetable-row.main-listelement .timetable-cell {
      height: 37px; }
  #cp-container #cp-sidebar {
    width: 90px; }
  #cp-container #cp-userList .user-listelement .user-listelement-image {
    display: none; }
  #cp-container #cp-userList .user-listelement .user-listelement-data {
    margin: 5px; }
  #cp-container #cp-userList .user-listelement.main-listelement .user-listelement-inner {
    height: 37px; }

  #UPopenablesContainer {
    min-height: 340px; }

  #companyEditContaoner {
    /* @include flexbox();*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* @include flex-direction(); */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: scroll;
    overflow-x: hidden; }
    #companyEditContaoner #folderList-container {
      width: 100%;
      border-right: 0; }
    #companyEditContaoner #otherEditorBlock {
      height: 560px;
      /* @include flex(); */
      -webkit-flex: none;
      -moz-box-flex: none;
      -webkit-flex: none;
      -ms-flex: none;
      -ms-flex: none;
      flex: none;
      /* bug fixes */
      min-width: auto;
      min-height: auto; }
      #companyEditContaoner #otherEditorBlock #otherEditorBlock_innerBlock {
        height: 100vh; }

  .fc .fc-toolbar.fc-header-toolbar {
    flex-wrap: wrap; }
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
      order: 2;
      width: 100%;
      text-align: center;
      padding-top: 0; }
    .fc .fc-toolbar.fc-header-toolbar .fc-button {
      padding: .4em 7px; }
  .fc .fc-daygrid-day-top {
    line-height: 2px;
    padding-top: 2px; }

  .fc-daygrid-day-events {
    padding: 0px 0px; }

  .fc-direction-ltr .fc-daygrid-event.fc-event-end {
    margin-right: 0px;
    overflow: hidden; }

  .fc-direction-ltr .fc-daygrid-event.fc-event-start {
    margin-left: 1px;
    margin-right: 1px; }

  #calendar .WdPH .fc-event-main:before {
    display: none; }

  .WdEditable.fc-daygrid-event .fc-event-main:after {
    display: none; }

  .fc-daygrid-block-event .fc-event-title {
    line-height: 8px; }

  .fc-daygrid-body tr {
    height: 65px; }

  #calendar {
    height: 485px; }

  .fc-dayGridDay-view .fc-daygrid-block-event .fc-event-title {
    line-height: 16px;
    font-size: 16px; }
  .fc-dayGridDay-view .EtRr .fc-list-event-title:before, .fc-dayGridDay-view .EtRr .fc-event-title:before,
  .fc-dayGridDay-view .WdEH .fc-list-event-title:before, .fc-dayGridDay-view .WdEH .fc-event-title:before,
  .fc-dayGridDay-view .WdPH .fc-list-event-title:before, .fc-dayGridDay-view .WdPH .fc-event-title:before,
  .fc-dayGridDay-view .WdUH .fc-list-event-title:before, .fc-dayGridDay-view .WdUH .fc-event-title:before,
  .fc-dayGridDay-view .WdCH .fc-list-event-title:before, .fc-dayGridDay-view .WdCH .fc-event-title:before,
  .fc-dayGridDay-view .WdSL .fc-list-event-title:before, .fc-dayGridDay-view .WdSL .fc-event-title:before {
    margin-right: 6px; }

  /* MOBILE VIEW END --------*/ }
/*  Phablet */
.ct-scrollable-blocks {
  height: calc( 100vh - 208px ); }

.ct-container .ct-container-inner-left {
  margin-right: 6px; }
.ct-container .ct-container-inner-right {
  border-left: 1px solid #b5b5b5; }
.ct-container .ct-search {
  height: 40px; }
.ct-container .ct-timeLine-container {
  width: calc(100vw - 606px ); }
  .ct-container .ct-timeLine-container #ct-timeLine {
    height: 40px;
    background-color: #fefefe;
    position: sticky;
    top: 0;
    z-index: 1; }
    .ct-container .ct-timeLine-container #ct-timeLine .ct-timeLineInner {
      height: 100%; }
    .ct-container .ct-timeLine-container #ct-timeLine #ct-timeLine-month .month-listelement {
      height: 20px;
      flex-shrink: 0;
      border-right: 1px solid #b5b5b5;
      border-bottom: 1px solid #b5b5b5;
      background-color: #fefefe;
      box-sizing: border-box;
      display: inline-block;
      padding: 0 3px;
      line-height: 20px;
      background-color: #e9e9e9;
      width: 400px;
      text-align: center;
      font-weight: bold; }
    .ct-container .ct-timeLine-container #ct-timeLine #ct-timeLine-month .headerOffset {
      border-bottom: 1px solid #b5b5b5;
      border-right: 1px solid #b5b5b5;
      background-color: #e9e9e9; }
    .ct-container .ct-timeLine-container #ct-timeLine #ct-timeLine-month .headerOffsetEnd {
      border-bottom: 1px solid #b5b5b5;
      background-color: #e9e9e9;
      flex: 1;
      min-width: 30%; }
    .ct-container .ct-timeLine-container #ct-timeLine #ct-timeLine-month > .column {
      margin-right: -1px; }
    .ct-container .ct-timeLine-container #ct-timeLine #ct-timeLine-week {
      height: 100%; }
      .ct-container .ct-timeLine-container #ct-timeLine #ct-timeLine-week .week-listelement {
        height: 100%;
        flex-shrink: 0;
        border-right: 1px solid #b5b5b5;
        border-bottom: 1px solid #ccc;
        background-color: #fefefe;
        box-sizing: border-box;
        display: inline-block;
        line-height: 20px;
        width: 80px;
        text-align: center;
        font-weight: bold;
        align-items: center;
        align-content: center;
        justify-content: center;
        display: flex; }
        .ct-container .ct-timeLine-container #ct-timeLine #ct-timeLine-week .week-listelement span {
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          min-width: 0;
          max-width: 100%; }
.ct-container .ct-sidebar {
  /* width: 500px; */ }
  .ct-container .ct-sidebar .filterform .filterform-inner {
    height: 32px;
    padding-left: 3px;
    padding-right: 16px; }
    .ct-container .ct-sidebar .filterform .filterform-inner > * {
      padding-right: 3px; }
.ct-container .ct-projectList {
  /* overflow-y: hidden; */ }
  .ct-container .ct-projectList .project-list-header {
    border-bottom: 1px solid #b5b5b5;
    font-weight: bold;
    background-color: #fefefe;
    /*
    z-index: 3;
    position: sticky;
    top: 0;
    */ }
    .ct-container .ct-projectList .project-list-header .project-list-header-inner {
      height: 40px; }
  .ct-container .ct-projectList .project-listelement {
    border-bottom: 1px solid #b5b5b5; }
    .ct-container .ct-projectList .project-listelement .project-listelement-inner {
      height: 38px;
      border-bottom: 1px solid #ccc;
      margin-bottom: -1px; }
      .ct-container .ct-projectList .project-listelement .project-listelement-inner .project-state {
        height: 38px;
        width: 38px;
        border-right: 1px solid #b5b5b5; }
    .ct-container .ct-projectList .project-listelement .project-sublist-header {
      border-top: 1px solid #b5b5b5;
      border-bottom: 1px solid #b5b5b5;
      font-weight: bold;
      position: sticky;
      z-index: 1;
      top: -40px;
      background-color: #fefefe;
      opacity: 0;
      /* @include transition(); */
      -webkit-transition: opacity 0.001s;
      -moz-transition: opacity 0.001s;
      -ms-transition: opacity 0.001s;
      -o-transition: opacity 0.001s;
      transition: opacity 0.001s; }
      .ct-container .ct-projectList .project-listelement .project-sublist-header .project-sublist-header-inner {
        height: 24px; }
    .ct-container .ct-projectList .project-listelement .project-sublist {
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      margin: 6px 0 6px 12px; }
      .ct-container .ct-projectList .project-listelement .project-sublist .project-sublist-listelement {
        border-bottom: 1px solid #b5b5b5; }
        .ct-container .ct-projectList .project-listelement .project-sublist .project-sublist-listelement .project-sublist-listelement-inner {
          height: 24px; }
          .ct-container .ct-projectList .project-listelement .project-sublist .project-sublist-listelement .project-sublist-listelement-inner .project-state {
            height: 24px;
            width: 24px;
            border-right: 1px solid #b5b5b5; }
          .ct-container .ct-projectList .project-listelement .project-sublist .project-sublist-listelement .project-sublist-listelement-inner .linkCell:hover {
            color: #1888d2; }
          .ct-container .ct-projectList .project-listelement .project-sublist .project-sublist-listelement .project-sublist-listelement-inner.multiline {
            height: auto;
            min-height: 24px; }
            .ct-container .ct-projectList .project-listelement .project-sublist .project-sublist-listelement .project-sublist-listelement-inner.multiline .project-state {
              align-self: stretch;
              height: auto; }
            .ct-container .ct-projectList .project-listelement .project-sublist .project-sublist-listelement .project-sublist-listelement-inner.multiline .linkCell,
            .ct-container .ct-projectList .project-listelement .project-sublist .project-sublist-listelement .project-sublist-listelement-inner.multiline .simpleCell {
              padding: 3px 0; }
              .ct-container .ct-projectList .project-listelement .project-sublist .project-sublist-listelement .project-sublist-listelement-inner.multiline .linkCell:empty,
              .ct-container .ct-projectList .project-listelement .project-sublist .project-sublist-listelement .project-sublist-listelement-inner.multiline .simpleCell:empty {
                padding: 0; }
      .ct-container .ct-projectList .project-listelement .project-sublist:nth-child(even) {
        background-color: #F8F8F8; }
    .ct-container .ct-projectList .project-listelement.open .project-listelement-inner {
      position: sticky;
      top: 41px;
      z-index: 2;
      background: #fff; }
    .ct-container .ct-projectList .project-listelement.open .project-sublist-header {
      top: 79px;
      opacity: 1;
      /* @include transition(); */
      -webkit-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      -ms-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s;
      transition-delay: 0.2s; }
.ct-container #ct-taskTable {
  background-color: #fefefe; }
  .ct-container #ct-taskTable .timetable-row {
    background-color: #F8F8F8;
    border-top: 1px solid #ccc;
    margin-top: -1px; }
    .ct-container #ct-taskTable .timetable-row.main-listelement {
      padding-bottom: 5px; }
      .ct-container #ct-taskTable .timetable-row.main-listelement .timetable-cell {
        border-top: 0;
        border-bottom: 1px solid #b5b5b5;
        background-color: #F5BC17;
        height: 42px; }
    .ct-container #ct-taskTable .timetable-row .timetable-cell {
      flex-shrink: 0;
      border-right: 1px solid #b5b5b5;
      border-bottom: 1px solid #b5b5b5;
      width: 80px;
      height: 44px;
      text-align: center;
      background-color: #fefefe; }
      .ct-container #ct-taskTable .timetable-row .timetable-cell.emptyState {
        background-color: #b5b5b5; }
        .ct-container #ct-taskTable .timetable-row .timetable-cell.emptyState.highligt {
          background-color: #797979; }
      .ct-container #ct-taskTable .timetable-row .timetable-cell.fullState {
        background-color: #1888d2;
        color: #fefefe; }
        .ct-container #ct-taskTable .timetable-row .timetable-cell.fullState.highligt {
          background-color: #1374b4; }
      .ct-container #ct-taskTable .timetable-row .timetable-cell.freeState {
        background-color: #c5edc6; }
        .ct-container #ct-taskTable .timetable-row .timetable-cell.freeState.highligt {
          background-color: #b5b5b5; }
      .ct-container #ct-taskTable .timetable-row .timetable-cell.overloadedState {
        background-color: #f17f7f;
        color: #fefefe; }
        .ct-container #ct-taskTable .timetable-row .timetable-cell.overloadedState.highlight {
          background-color: #ee5050; }
    .ct-container #ct-taskTable .timetable-row:last-child {
      border-bottom: 1px solid #b5b5b5; }
    .ct-container #ct-taskTable .timetable-row.highlight .timetable-cell.emptyState {
      background-color: #797979; }
    .ct-container #ct-taskTable .timetable-row.highlight .timetable-cell.fullState {
      background-color: #1374b4; }
    .ct-container #ct-taskTable .timetable-row.highlight .timetable-cell.freeState {
      background-color: #74c574; }
    .ct-container #ct-taskTable .timetable-row.highlight .timetable-cell.overloadedState {
      background-color: #ee5050; }
    .ct-container #ct-taskTable .timetable-row.open .timetable-cell {
      height: 69px; }
    .ct-container #ct-taskTable .timetable-row .timetable-sublist {
      border-top: 1px solid #b5b5b5;
      margin-top: 6px;
      margin-bottom: 8px; }
      .ct-container #ct-taskTable .timetable-row .timetable-sublist .timetable-sublist-listelement .timetable-cell {
        flex-shrink: 0;
        border-right: 1px solid #b5b5b5;
        border-top: 1px solid #b5b5b5;
        margin-top: -1px;
        width: 80px;
        height: 26px;
        line-height: 43px;
        text-align: center;
        background-color: #fefefe; }
        .ct-container #ct-taskTable .timetable-row .timetable-sublist .timetable-sublist-listelement .timetable-cell.emptyState {
          background-color: #b5b5b5; }
          .ct-container #ct-taskTable .timetable-row .timetable-sublist .timetable-sublist-listelement .timetable-cell.emptyState.highligt {
            background-color: #797979; }
        .ct-container #ct-taskTable .timetable-row .timetable-sublist .timetable-sublist-listelement .timetable-cell.fullState {
          background-color: #1888d2;
          color: #fefefe; }
          .ct-container #ct-taskTable .timetable-row .timetable-sublist .timetable-sublist-listelement .timetable-cell.fullState.highligt {
            background-color: #1374b4; }
        .ct-container #ct-taskTable .timetable-row .timetable-sublist .timetable-sublist-listelement .timetable-cell.freeState {
          background-color: #c5edc6; }
          .ct-container #ct-taskTable .timetable-row .timetable-sublist .timetable-sublist-listelement .timetable-cell.freeState.highligt {
            background-color: #b5b5b5; }
        .ct-container #ct-taskTable .timetable-row .timetable-sublist .timetable-sublist-listelement .timetable-cell.overloadedState {
          background-color: #f17f7f;
          color: #fefefe; }
          .ct-container #ct-taskTable .timetable-row .timetable-sublist .timetable-sublist-listelement .timetable-cell.overloadedState.highlight {
            background-color: #ee5050; }

/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .ct-scrollable-blocks {
    height: calc( 100vh - 224px ); }

  .ct-container .ct-timeLine-container {
    width: calc(100vw - 261px ); }
    .ct-container .ct-timeLine-container #ct-timeLine {
      margin-right: 0; }
  .ct-container .ct-sidebar {
    /*
    width: 210px;
    */ }
    .ct-container .ct-sidebar .filterform .filterform-inner {
      padding-right: 0; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW */
@media only screen and (max-width: 767px) {
  .ct-scrollable-blocks {
    height: calc( 100vh - 200px ); }

  .ct-container .ct-timeLine-container {
    width: calc(100vw - 157px ); }
    .ct-container .ct-timeLine-container #ct-timeLine {
      margin-right: 0; }
  .ct-container #ct-taskTable .timetable-row .timetable-cell {
    height: 36px; }
  .ct-container .ct-sidebar {
    /*
    width: 130px;
    */ }
    .ct-container .ct-sidebar .filterform .filterform-inner {
      padding-right: 0; }
  .ct-container #ct-userList .user-listelement .user-listelement-image {
    display: none; }
  .ct-container #ct-userList .user-listelement .user-listelement-data {
    margin: 5px; }
  .ct-container #ct-userList .user-listelement.main-listelement .user-listelement-inner {
    height: 37px; }

  /* MOBILE VIEW END --------*/ }
#canvasContainer div {
  font-family: arial;
  box-sizing: content-box;
  position: absolute;
  width: 2px;
  white-space: nowrap; }
  #canvasContainer div:focus {
    outline: none; }

#resistanceListTable-container {
  border: 1px solid #b5b5b5;
  position: relative;
  width: calc( 100vw - 400px  );
  left: 82%;
  margin-left: calc( 100vw  / -2 );
  z-index: 0;
  overflow: auto;
  overflow-y: hidden; }
  #resistanceListTable-container #resistanceListTable {
    width: 100% !important; }
  #resistanceListTable-container .fltrow td {
    height: 0px;
    padding: 0 !important;
    border-right: 0 !important; }
  #resistanceListTable-container .fltrow td:first-child {
    padding-left: 10px !important;
    background-color: #F8F8F8; }
    #resistanceListTable-container .fltrow td:first-child input {
      display: inline-block;
      width: calc( 100% - 20px );
      position: absolute;
      top: -34px; }
  #resistanceListTable-container .fltrow input {
    display: none; }
  #resistanceListTable-container .green,
  #resistanceListTable-container .clear,
  #resistanceListTable-container .yellow,
  #resistanceListTable-container .red {
    text-align: center; }
  #resistanceListTable-container .green {
    background-color: #74c574; }
  #resistanceListTable-container .clear {
    background-color: #e9e9e9; }
  #resistanceListTable-container .yellow {
    background-color: #f7d15b; }
  #resistanceListTable-container .red {
    background-color: #f17f7f; }
  #resistanceListTable-container .ldiv,
  #resistanceListTable-container .rdiv {
    display: none; }
  #resistanceListTable-container tr.odd {
    background-color: #F2F2F2; }
    #resistanceListTable-container tr.odd.warning-style {
      background-color: #f5e8c0; }
    #resistanceListTable-container tr.odd.error-style {
      background-color: #f6beaf; }
  #resistanceListTable-container tr.even {
    background-color: #F8F8F8; }
    #resistanceListTable-container tr.even.warning-style {
      background-color: #fdf2cf; }
    #resistanceListTable-container tr.even.error-style {
      background-color: #eda1a1; }
  #resistanceListTable-container.border-correction {
    margin-right: -1px;
    margin-left: -1px;
    margin-top: -1px; }
  #resistanceListTable-container .activeHeader {
    background-color: #66afe9 !important;
    color: #fff !important; }
  #resistanceListTable-container .activeCell {
    background-color: rgba(0, 0, 0, 0.075); }
  #resistanceListTable-container .ezActiveRow {
    background-color: #2852a8 !important;
    color: #fff; }
  #resistanceListTable-container .ezSelectedRow {
    background-color: #316ac5 !important;
    color: #fff; }
  #resistanceListTable-container .ezActiveCell {
    background-color: #d9e8fb !important;
    color: #000 !important;
    font-weight: bold; }
  #resistanceListTable-container .ezETSelectedCell {
    background-color: #ffdc61 !important;
    font-weight: bold;
    color: #000 !important; }
  #resistanceListTable-container .ezUnselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none; }
  #resistanceListTable-container .ezInputEditor {
    width: 95%;
    height: auto;
    font-size: inherit;
    border: 1px solid #b5b5b5; }
  #resistanceListTable-container .ezTextareaEditor {
    width: 95%;
    height: 35px;
    font-size: inherit;
    border: 1px solid #b5b5b5; }
  #resistanceListTable-container .ezSelectEditor {
    width: 100%;
    font-size: inherit;
    border: 1px solid #b5b5b5; }
  #resistanceListTable-container .ezModifiedCell {
    background: transparent url("themes/bg_mod_cell.png") 0 0 no-repeat; }
  #resistanceListTable-container select[multiple="multiple"].ezSelectEditor {
    height: 35px; }
  #resistanceListTable-container .ezCommandEditor {
    margin: 2px; }
  #resistanceListTable-container .ezCommandEditor button,
  #resistanceListTable-container .ezCommandEditor input[type="button"] {
    min-height: 22px;
    margin: 1px;
    padding: 3px;
    border: 1px solid #b5b5b5;
    background: #fff;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px; }
  #resistanceListTable-container .ezCommandEditor button:hover,
  #resistanceListTable-container .ezCommandEditor input[type="button"]:hover {
    border: 1px solid #b5b5b5; }
  #resistanceListTable-container .ezCommandEditor img {
    border: 0;
    vertical-align: middle;
    margin: 2px; }
  #resistanceListTable-container .ezOpacity {
    opacity: 0.6; }
  #resistanceListTable-container .alignLeft {
    text-align: left; }
  #resistanceListTable-container .alignCenter {
    text-align: center; }
  #resistanceListTable-container .alignRight {
    text-align: right; }
  #resistanceListTable-container .div_checklist {
    width: 100%;
    height: 90px;
    line-height: 30px;
    border: 1px solid #b5b5b5;
    overflow: auto;
    text-align: left;
    background-color: #fff;
    color: #444; }
  #resistanceListTable-container .div_checklist ul.flt_checklist {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important; }
  #resistanceListTable-container .div_checklist li.flt_checklist_item {
    padding: 1px !important;
    margin: 0 !important;
    font-size: inherit;
    border-bottom: 1px solid #b5b5b5; }
  #resistanceListTable-container .div_checklist li.flt_checklist_item:hover {
    background-color: #335ea8 !important;
    color: #fff !important; }
  #resistanceListTable-container .div_checklist label {
    display: block !important;
    font-weight: inherit !important; }
  #resistanceListTable-container .div_checklist input {
    vertical-align: middle !important;
    margin: 2px 5px 3px 1px !important; }
  #resistanceListTable-container .flt_checklist_item_disabled {
    background-color: #e5e5e5; }
  #resistanceListTable-container .flt_checklist_slc_item {
    background-color: #335ea8 !important;
    color: #fff !important; }
  #resistanceListTable-container .fltrow {
    background-color: #F8F8F8; }
  #resistanceListTable-container .btnflt {
    height: 35px;
    font-family: inherit;
    font-size: inherit;
    vertical-align: middle;
    margin: 0 2px 0 2px;
    padding: 0 1px 0 1px; }
  #resistanceListTable-container .btnflt_icon {
    font-family: inherit;
    font-size: inherit;
    width: 35px;
    height: 35px;
    cursor: pointer !important;
    border: 0 !important;
    vertical-align: middle;
    background: transparent url("themes/btn_filter.png") center center no-repeat !important; }
  #resistanceListTable-container .flt,
  #resistanceListTable-container .flt_s,
  #resistanceListTable-container .single_flt {
    width: 100%; }
  #resistanceListTable-container select.flt_multi {
    font-family: inherit;
    font-size: inherit;
    color: #444;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    margin: 0;
    padding: .2em;
    width: 100%;
    height: 90px;
    vertical-align: middle;
    box-sizing: border-box; }
  #resistanceListTable-container select.flt_multi option {
    padding-top: 5px;
    padding-bottom: 5px; }
  #resistanceListTable-container .flt_s {
    width: 60%;
    box-sizing: initial;
    display: initial; }
  #resistanceListTable-container .single_flt {
    width: 70%;
    box-sizing: initial;
    display: initial; }
  #resistanceListTable-container div.popUpFilter {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 3px 3px 2px #888;
    -moz-box-shadow: 3px 3px 2px #888;
    box-shadow: 3px 3px 2px #888;
    margin: 30px auto 0 0;
    position: absolute;
    display: none;
    width: 100px;
    background-color: #eaeaea;
    border: 1px solid #b5b5b5;
    padding: 0; }
  #resistanceListTable-container div.popUpFilter:after,
  #resistanceListTable-container div.popUpFilter:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  #resistanceListTable-container div.popUpFilter:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  #resistanceListTable-container div.popUpFilter:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #eaeaea;
    border-width: 12px;
    margin-left: -12px; }
  #resistanceListTable-container .popUpPlaceholder {
    position: relative; }
  #resistanceListTable-container div.grd_Cont {
    -webkit-box-shadow: 4px 4px 10px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 4px 4px 10px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 4px 4px 10px 0 rgba(50, 50, 50, 0.75);
    width: 800px;
    height: auto;
    overflow: hidden;
    background-color: #c8e0fb;
    border: 1px solid #b5b5b5; }
  #resistanceListTable-container div.grd_Cont .fltrow {
    background-color: transparent; }
  #resistanceListTable-container div.grd_Cont .flt {
    border: 1px solid #b5b5b5;
    width: 100%; }
  #resistanceListTable-container div.grd_Cont .even {
    background-color: #fff; }
  #resistanceListTable-container div.grd_Cont .odd {
    background-color: #F8F8F8; }
  #resistanceListTable-container div.grd_Cont .no-results {
    background-color: transparent; }
  #resistanceListTable-container div.grd_Cont .sort-arrow {
    position: initial; }
  #resistanceListTable-container div.grd_tblCont {
    height: 400px;
    width: 800px;
    background: #fff;
    overflow-x: auto;
    overflow-y: scroll; }
  #resistanceListTable-container div.grd_headTblCont {
    display: block;
    margin-right: 20px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #b5b5b5;
    background-color: #c8e0fb; }
  #resistanceListTable-container div.grd_tblCont table,
  #resistanceListTable-container div.grd_headTblCont table {
    border-collapse: collapse;
    table-layout: fixed;
    box-sizing: initial; }
  #resistanceListTable-container div.grd_tblCont table th,
  #resistanceListTable-container div.grd_headTblCont table th,
  #resistanceListTable-container div.grd_headTblCont table td {
    height: 35px;
    background-color: #c8e0fb;
    padding: .1em .5em;
    color: #333;
    border-right: 1px solid #b5b5b5;
    overflow: hidden;
    text-overflow: ellipsis; }
  #resistanceListTable-container div.grd_headTblCont table td {
    padding: 0.2em 0.2em; }
  #resistanceListTable-container div.grd_tblCont table td {
    padding: .5em .7em;
    border-bottom: 1px solid #b5b5b5;
    overflow: hidden;
    text-overflow: ellipsis; }
  #resistanceListTable-container .grd_inf {
    clear: both;
    width: auto;
    height: 35px;
    background-color: #F8F8F8;
    margin: 0;
    padding: 1px 3px 1px 3px;
    border: 1px solid #b5b5b5;
    padding: 5px 8px;
    /* @include border-bottom-left-radius(); */
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    /* @include border-bottom-right-radius(); */
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  #resistanceListTable-container .grd_inf a {
    color: #333;
    text-decoration: none;
    font-weight: bold; }
  #resistanceListTable-container .grd_inf a:hover {
    text-decoration: underline;
    background-color: transparent; }
  #resistanceListTable-container .grd_inf input.reset:hover {
    background-color: transparent; }
  #resistanceListTable-container .grd_inf .ldiv div {
    border: 0; }
  #resistanceListTable-container .grd_inf .helpBtn {
    border: 0 !important; }
  #resistanceListTable-container .grd_inf div.status {
    position: absolute;
    float: none !important;
    height: auto !important;
    margin: 19px 0 !important;
    font-size: 12px;
    color: #333;
    border: 0 !important; }
  #resistanceListTable-container .grd_inf div.tot {
    border: 0 !important; }
  #resistanceListTable-container .helpBtn {
    display: none;
    height: 27px;
    margin: 0;
    padding: 8px 15px 0 15px;
    vertical-align: top; }
  #resistanceListTable-container .helpBtn:hover {
    background-color: #f4f4f4; }
  #resistanceListTable-container div.helpCont {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 3px 3px 2px #888;
    -moz-box-shadow: 3px 3px 2px #888;
    box-shadow: 3px 3px 2px #888;
    position: absolute;
    display: none;
    width: 300px;
    padding: 10px;
    margin: 45px 0 0 -150px;
    border: 1px solid #b5b5b5;
    line-height: 20px;
    font-size: inherit;
    color: #333;
    background: #fff;
    text-align: left; }
  #resistanceListTable-container div.helpCont:after,
  #resistanceListTable-container div.helpCont:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  #resistanceListTable-container div.helpCont:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  #resistanceListTable-container div.helpCont:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ccc;
    border-width: 12px;
    margin-left: -12px; }
  #resistanceListTable-container div.helpCont a {
    color: #c00;
    text-decoration: underline;
    font-weight: normal; }
  #resistanceListTable-container div.helpCont a.close {
    color: #333 !important;
    text-decoration: none !important;
    font-weight: bold; }
  #resistanceListTable-container div.helpCont a.close:hover {
    text-decoration: none; }
  #resistanceListTable-container div.helpCont hr {
    border: 1px solid #b5b5b5; }
  #resistanceListTable-container div.helpFooter {
    margin: 10px 0 0 0; }
  #resistanceListTable-container div.helpFooter h4 {
    margin: 2px 2px 2px 2px;
    color: #333; }
  #resistanceListTable-container span.keyword {
    font-weight: 700;
    font-style: italic;
    border-bottom: 1px dotted #ccc; }
  #resistanceListTable-container .loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    text-align: center;
    display: block;
    z-index: 1000;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.3);
    /* @include border-radius(); */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: rgba(0, 0, 0, 0); }
    #resistanceListTable-container .loader:before {
      content: "Betöltés ...";
      display: block;
      position: absolute;
      left: 50%;
      top: 40%;
      width: 90px;
      margin-left: -63px;
      text-align: center;
      z-index: 999;
      width: 120px;
      padding: 12px 18px;
      color: #1888d2;
      /* @include box-shadow(); */
      -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
      background-color: #F8F8F8;
      /* @include border-radius(); */
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      border: 1px solid #b5b5b5; }
  #resistanceListTable-container .no-results {
    display: none;
    color: #333;
    margin: 0;
    padding: 1em 0;
    text-align: center;
    max-height: 5em;
    background-color: #f4f4f4; }
  #resistanceListTable-container input.pgNbInp {
    height: 35px;
    margin: 0;
    border: 1px solid #f4f4f4;
    background-color: #fff;
    width: 35px; }
  #resistanceListTable-container input.pgInp,
  #resistanceListTable-container .nextPage,
  #resistanceListTable-container .previousPage,
  #resistanceListTable-container .firstPage,
  #resistanceListTable-container .lastPage {
    height: 35px;
    border: 1px solid #b5b5b5;
    background-color: #fff;
    vertical-align: middle;
    width: 35px;
    border: 0;
    font-weight: bold;
    color: #fefefe;
    font-weight: normal;
    /* @include box-sizing(); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background-color: #1888d2;
    color: #fefefe;
    text-align: center;
    white-space: nowrap;
    outline-width: 0;
    cursor: pointer;
    /* @include transition(); */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /* @include border-radius(); */
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border: 0;
    padding: 0 1em;
    /* @include user-select(); */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-style: solid;
    border-color: #1374b4;
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    height: 30px;
    border-bottom-width: 2px; }
  #resistanceListTable-container .nextPage {
    background-image: url("themes/btn_next_page.gif");
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 6px; }
  #resistanceListTable-container .previousPage {
    background-image: url("themes/btn_prev_page.gif");
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 6px; }
  #resistanceListTable-container .firstPage {
    background-image: url("themes/btn_first_page.gif");
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 6px; }
  #resistanceListTable-container .lastPage {
    background-image: url("themes/btn_last_page.gif");
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 6px; }
  #resistanceListTable-container .nextPage:hover,
  #resistanceListTable-container .previousPage:hover,
  #resistanceListTable-container .firstPage:hover,
  #resistanceListTable-container .lastPage:hover {
    background-color: #58a8dc; }
  #resistanceListTable-container span.nbpg {
    padding: 0 3px; }
  #resistanceListTable-container .rspg {
    margin-top: 5px; }
  #resistanceListTable-container span.rspgSpan {
    font-size: inherit; }
  #resistanceListTable-container input.reset {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 0;
    background: transparent url("themes/btn_clear_filters.png") center center no-repeat;
    vertical-align: top; }
  #resistanceListTable-container input.reset:hover {
    background-color: #f4f4f4; }
  #resistanceListTable-container a.reset {
    font-weight: normal !important;
    line-height: 35px;
    padding: 5px 5px; }
  #resistanceListTable-container div.tot {
    float: left;
    overflow: hidden;
    min-width: 150px;
    height: 100%;
    margin: 0;
    padding: .5em;
    vertical-align: middle; }
  #resistanceListTable-container div.tot span {
    font-weight: 500; }
  #resistanceListTable-container .sort-arrow {
    position: absolute;
    display: none;
    width: 11px;
    height: 11px;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat; }
  #resistanceListTable-container .descending {
    display: inline;
    background-image: url("themes/downsimple.png"); }
  #resistanceListTable-container .ascending {
    display: inline;
    background-image: url("themes/upsimple.png"); }
  #resistanceListTable-container div.status {
    float: left;
    overflow: hidden;
    min-width: 120px;
    height: 100%;
    margin: 0;
    padding: .5em; }
  #resistanceListTable-container div.status span {
    font-size: inherit; }
  #resistanceListTable-container table.TF {
    border-collapse: separate;
    font-family: inherit;
    border-spacing: 0;
    /* @include border-radius(); */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    border: 0;
    box-sizing: border-box;
    margin-bottom: 0; }
    #resistanceListTable-container table.TF caption {
      position: sticky;
      bottom: 0px;
      left: 0;
      width: calc(100vw - 400px); }
    #resistanceListTable-container table.TF thead tr th {
      border-bottom: 1px solid #b5b5b5;
      background-color: #666;
      color: #fefefe;
      font-weight: bold;
      text-align: left;
      padding: 2px 3px;
      font-size: 11px;
      line-height: 11px;
      text-align: center; }
    #resistanceListTable-container table.TF tbody tr:last-child td {
      border-bottom: 0px; }
      #resistanceListTable-container table.TF tbody tr:last-child td a {
        min-height: 17px;
        display: block; }
  #resistanceListTable-container table.TF th {
    height: 35px;
    background-color: #eaeaea;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    border-left: 0;
    border-top: 0; }
    #resistanceListTable-container table.TF th:first-child {
      position: sticky;
      left: 0;
      top: 0;
      z-index: 1; }
  #resistanceListTable-container table.TF td {
    margin: 0;
    padding: 2px 3px;
    font-size: 11px;
    line-height: 11px;
    text-overflow: ellipsis;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    border-left: 0;
    border-top: 0; }
    #resistanceListTable-container table.TF td:first-child {
      position: sticky;
      left: 0;
      top: 0;
      z-index: 1;
      background-color: #fff; }
  #resistanceListTable-container table.TF.resp {
    display: block;
    overflow-x: auto; }
  #resistanceListTable-container table.TF.resp .sort-arrow {
    position: initial; }
  #resistanceListTable-container .inf {
    /* @include box-shadow(); */
    -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
    background-color: #F8F8F8;
    clear: both;
    width: auto;
    height: 35px;
    min-width: 278px;
    font-size: inherit;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;
    padding: 5px 8px; }
  #resistanceListTable-container .inf a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    box-sizing: initial; }
  #resistanceListTable-container .inf a:hover {
    text-decoration: underline; }
  #resistanceListTable-container .ldiv {
    float: left;
    width: 30%;
    position: inherit;
    text-align: left; }
  #resistanceListTable-container .ldiv:empty:after {
    content: " "; }
  #resistanceListTable-container .mdiv {
    float: left;
    width: 100%;
    position: inherit;
    text-align: right;
    padding: 0;
    margin-top: 2px; }
  #resistanceListTable-container .mdiv:empty:after {
    content: " "; }
  #resistanceListTable-container .rdiv {
    float: right;
    width: 30%;
    position: inherit;
    text-align: right; }
  #resistanceListTable-container .rdiv:empty:after {
    content: " "; }

/*
    WIKI Page  ////////////////////////////////////////////////////////////////////
*/
.wiki-container {
  max-width: 700px;
  margin: 0 auto;
  background-color: #fefefe; }

.wiki-sidebar-fixed {
  position: fixed;
  max-width: 300px;
  height: calc( 100vh - 36px );
  overflow: scroll;
  overflow-x: hidden; }

#backToTopButton {
  opacity: 0.8;
  display: none;
  position: fixed;
  bottom: 48px;
  right: 32px;
  z-index: 2;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #00628D;
  color: white;
  cursor: pointer;
  padding: 12px;
  /* @include border-radius(); */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 48px;
  height: 48px; }
  #backToTopButton:hover {
    opacity: 1; }

.wiki-list ol {
  list-style: none;
  counter-reset: item; }
  .wiki-list ol li {
    display: block;
    counter-increment: item;
    width: 100%;
    /* @include flexbox();*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* @include flex-wrap(); */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .wiki-list ol li a {
      flex: 1; }
      .wiki-list ol li a.active {
        color: #1888d2;
        text-decoration: underline; }
    .wiki-list ol li:before {
      font-weight: bold;
      margin-right: 6px;
      content: counters(item,".") " ";
      display: inline-block; }
    .wiki-list ol li ol {
      display: block;
      width: 100%; }
.wiki-list li {
  font-weight: bold;
  width: 100%;
  margin-top: 12px; }
  .wiki-list li ol li {
    text-transform: capitalize;
    margin-top: 6px;
    font-weight: normal; }

/** Care about this, if you want **/
.wiki-content-list {
  /*Headers Style*/ }
  .wiki-content-list dl {
    list-style: none;
    counter-reset: item; }
    .wiki-content-list dl dd {
      counter-increment: item;
      width: 100%; }
      .wiki-content-list dl dd h2, .wiki-content-list dl dd h3, .wiki-content-list dl dd h4 {
        display: inline-block; }
      .wiki-content-list dl dd > span:before {
        margin-right: 10px;
        content: counters(item,".") " ";
        display: inline-block; }
  .wiki-content-list dd {
    font-size: 1.5rem;
    line-height: 1; }
    .wiki-content-list dd > span {
      display: inline-block;
      padding-top: 36px; }
    .wiki-content-list dd p span {
      display: inline;
      padding-top: 0; }
    .wiki-content-list dd dl dd {
      font-size: 1.375rem;
      line-height: 1; }
      .wiki-content-list dd dl dd dl dd {
        font-size: 1.25rem;
        line-height: 1; }

.wiki-content-block {
  margin-top: 12px; }

.blue-icon {
  display: inline-block;
  padding: 2px;
  background-color: #00628D;
  color: #fefefe; }

.content img.small-icon {
  display: inline-block;
  margin: 0;
  height: 18px; }

.content img.small-icon-2 {
  display: inline-block;
  margin: 0;
  height: 24px; }

/* Table bg*/
/* TABLET VIEW --------*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .wiki-container {
    max-width: 464px; }

  #backToTopButton {
    bottom: 82px; }

  #resistanceListTable-container {
    left: 98%; }
    #resistanceListTable-container .mdiv {
      text-align: center; }
    #resistanceListTable-container .fltrow td:first-child {
      display: block;
      height: 32px;
      width: calc(100vw - 400px);
      max-width: 667px;
      padding: 0 !important; }
      #resistanceListTable-container .fltrow td:first-child input {
        position: static;
        margin-left: 10px; }
    #resistanceListTable-container .fltrow td {
      display: none; }
    #resistanceListTable-container table.TF {
      margin-bottom: 0;
      width: calc( 100vw - 400px ); }
      #resistanceListTable-container table.TF caption {
        position: sticky;
        left: 0;
        bottom: 0; }

  /* TABLET VIEW END --------*/ }
/* MOBILE VIEW */
@media only screen and (max-width: 767px) {
  #backToTopButton {
    bottom: 72px;
    right: 12px; }

  .sidebar {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #b5b5b5; }

  .wiki-sidebar-fixed {
    position: relative;
    max-width: 100%;
    border-right: 0; }

  #resistanceListTable-container {
    position: relative;
    width: 100%;
    left: 0;
    margin-left: 0;
    overflow: auto;
    overflow-y: hidden; }

  #resistanceListTable-container .mdiv {
    text-align: center; }
  #resistanceListTable-container .fltrow td:first-child {
    display: block;
    height: 32px;
    width: calc(100vw - 32px);
    max-width: 667px;
    padding: 0 !important; }
    #resistanceListTable-container .fltrow td:first-child input {
      position: static;
      margin-left: 10px; }
  #resistanceListTable-container .fltrow td {
    display: none; }
  #resistanceListTable-container table.TF {
    margin-bottom: 0; }
    #resistanceListTable-container table.TF caption {
      position: sticky;
      right: 0;
      bottom: 0;
      width: calc( 100vw - 32px );
      max-width: 667px; }

  /* MOBILE VIEW END --------*/ }
/* Fix Explorer Bugs */
/* IE 11 ------------------------------ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .full {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 100%; }

  .half {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 50%; }

  .third {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 33.333%; }

  .two-third {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 66.666%; }

  .quarter {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 25%; }

  .three-quarter {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 75%; }

  .fifth {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 20%; }

  .two-fifth {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 40%; }

  .three-fifth {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 60%; }

  .sixth {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 16.6666%; }

  .eight {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 12.5%; }

  .tenth {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 10%; }

  .twelfth {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 8.333%; } }
/* IE 8,9 and 10  --------------------- */
@media screen\0 {
  .parent {
    width: 100%; }

  /*Header -------------*/
  .user-nav {
    float: right !important; }

  /*/Header ------------*/
  /*Table Page ---------*/
  .tools .tools-container .tools-1 {
    width: 184px; }

  .tools-4 {
    float: right !important; }

  /* /Table Page ---------*/
  /*Footer -----------*/
  .footer-style {
    position: absolute;
    bottom: 0px; }

  /*Footer -----------*/
  .parent,
  .parent > *,
  .directory-system-listelement-inner > * {
    display: block;
    float: left; }

  .full {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 100%; }

  .half {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 50%; }

  .third {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 33.333%; }

  .two-third {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 66.666%; }

  .quarter {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 25%; }

  .three-quarter {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 75%; }

  .fifth {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 20%; }

  .two-fifth {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 40%; }

  .three-fifth {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 60%; }

  .sixth {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 16.6666%; }

  .eight {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 12.5%; }

  .tenth {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 10%; }

  .twelfth {
    /* @include flex-basis(); */
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 8.333%; } }

/*# sourceMappingURL=style.css.map */
