/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */

}
body {
  padding-top: 44px;
}
body.widget {
  padding-top: 0px;
}

footer {
  padding: 30px 0;
}


/*
 * Off Canvas
 * --------------------------------------------------
 */
.offcanvas-btn button {
  padding: 3px 12px;
}

.row-offcanvas.off .sidebar-offcanvas {
 display:none;
}

.row-offcanvas.off .content {
 width: 100%;
}


@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    /*-webkit-transform: translate3d(0, 0, 0);*/
  }

   .row-offcanvas-right {
    right: 0;
   }

   .row-offcanvas-left {
    left: 0;
   }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -320px; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -320px; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 320px; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 320px; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 320px; /* 6 columns */
    background-color:#CECECE;
  }
}


/* UserEcho */
.navbar-fixed-top {
transition: all 0.25s ease-out;
transform: translate3d(0, 0, 0);
}

.offcanvas-active {
right: 320px;
left:-320px;
}

.offcanvas-active .offcanvas-toggle{
  opacity: 0;
}

.navbar-offcanvas {
  transition: all 0.25s ease-out;
  right:-320px;
  width:320px;
  height:44px;
  background-color: white;
  top:0;
  position:fixed;

-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
border-width: 0 0 1px;
background-color: #EEEEEE;
z-index: 1030;

padding-left: 15px;
padding-top:5px;
transform: translate3d(0, 0, 0);
}

.navbar-offcanvas.active {
  right:0;
}

.row-offcanvas{
/*overflow: hidden;*/
}

/* IE Mobile phones fix */
@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}


.layout-left-sidebar .offcanvas-active {
right: -320px;
left:320px;
}

.layout-left-sidebar .container>.navbar-header {
margin-left: 0px;
}

.layout-left-sidebar .offcanvas-toggle {
  float:left;
}

.layout-left-sidebar.frontend .navbar-fixed-top .container {
  /*margin-left:0;*/
}

.layout-left-sidebar .navbar-offcanvas.active {
  left:0;
}

.layout-left-sidebar .navbar-offcanvas .back-button.back-button {
  float:right;
  margin-right: 10px;
}

.layout-left-sidebar .navbar-offcanvas .user-menu {
  /*float:left;*/
}

.layout-left-sidebar .navbar-offcanvas {
left:-320px;
}

div.jGrowl {
  z-index: 9999999;
  color: #fff;
  font-size: 12px; }

/** Special IE6 Style Positioning **/
div.ie6 {
  position: absolute; }

div.ie6.top-right {
  right: auto;
  bottom: auto;
  left: expression(( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression(( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); }

div.ie6.top-left {
  left: expression(( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression(( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); }

div.ie6.bottom-right {
  left: expression(( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression(( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); }

div.ie6.bottom-left {
  left: expression(( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression(( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); }

div.ie6.center {
  left: expression(( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression(( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
  width: 100%; }

/** Normal Style Positions **/
div.jGrowl {
  position: absolute; }

body > div.jGrowl {
  position: fixed; }

div.jGrowl.top-left {
  left: 0px;
  top: 0px; }

div.jGrowl.top-right {
  right: 0px;
  top: 0px; }

div.jGrowl.bottom-left {
  left: 0px;
  bottom: 0px; }

div.jGrowl.bottom-right {
  right: 0px;
  bottom: 0px; }

div.jGrowl.center {
  top: 0px;
  width: 50%;
  left: 25%; }

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
  margin-left: auto;
  margin-right: auto; }

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
  background-color: #000;
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  zoom: 1;
  width: 235px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: left;
  display: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

div.jGrowl div.jGrowl-notification {
  min-height: 40px; }

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
  margin: 10px; }

div.jGrowl div.jGrowl-notification div.jGrowl-header {
  font-weight: bold;
  font-size: .85em; }

div.jGrowl div.jGrowl-notification div.jGrowl-close {
  z-index: 99;
  float: right;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer; }

div.jGrowl div.jGrowl-closer {
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: .9em;
  font-weight: bold;
  text-align: center; }

/** Hide jGrowl when printing **/
@media print {
  div.jGrowl {
    display: none; } }

/* Preload images */
body:after {
  content: url(/s/assets2.0/css/plugins/lightbox/img/close.png?976b6466b61c) url(/s/assets2.0/css/plugins/lightbox/img/loading.gif?976b6466b61c) url(/s/assets2.0/css/plugins/lightbox/img/prev.png?976b6466b61c) url(/s/assets2.0/css/plugins/lightbox/img/next.png?976b6466b61c);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/s/assets2.0/css/plugins/lightbox/img/loading.gif?976b6466b61c) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background: url(/s/assets2.0/css/plugins/lightbox/img/prev.png?976b6466b61c) left 48% no-repeat;
}

.lb-next {
  width: 64%;
  right: 0;
  float: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background: url(/s/assets2.0/css/plugins/lightbox/img/next.png?976b6466b61c) right 48% no-repeat;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/s/assets2.0/css/plugins/lightbox/img/close.png?976b6466b61c) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*
    Redactor 3

    http://imperavi.com/redactor/

    Copyright (c) 2009-2018, Imperavi LLC.
    License: http://imperavi.com/redactor/license/
*/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

.redactor-fadeIn {
  opacity: 0;
  animation: fadeIn .5s ease-in-out; }

.redactor-fadeOut {
  opacity: 1;
  animation: fadeOut .5s ease-in-out; }

@font-face {
  font-family: 'Redactor';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="re-icon-"], [class*=" re-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Redactor' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.re-icon-aligncenter:before {
  content: "\e900"; }

.re-icon-alignment:before,
.re-icon-alignleft:before {
  content: "\e901"; }

.re-icon-alignright:before {
  content: "\e902"; }

.re-icon-bold:before {
  content: "\e903"; }

.re-icon-bookmark:before {
  content: "\e904"; }

.re-icon-clips:before {
  content: "\e905"; }

.re-icon-codesnippets:before {
  content: "\e906"; }

.re-icon-deleted:before {
  content: "\e907"; }

.re-icon-expand:before {
  content: "\e908"; }

.re-icon-file:before {
  content: "\e909"; }

.re-icon-fontcolor:before {
  content: "\e90a"; }

.re-icon-fontfamily:before {
  content: "\e90b"; }

.re-icon-fontsize:before {
  content: "\e90c"; }

.re-icon-format:before {
  content: "\e90d"; }

.re-icon-html:before {
  content: "\e90e"; }

.re-icon-imagecenter:before {
  content: "\e90f"; }

.re-icon-imageleft:before {
  content: "\e910"; }

.re-icon-imageright:before {
  content: "\e911"; }

.re-icon-image:before {
  content: "\e912"; }

.re-icon-indent:before {
  content: "\e913"; }

.re-icon-inline:before {
  content: "\e914"; }

.re-icon-italic:before {
  content: "\e915"; }

.re-icon-line:before,
.re-icon-horizontalrule:before {
  content: "\e916"; }

.re-icon-link:before {
  content: "\e917"; }

.re-icon-ol:before,
.re-icon-ordered:before {
  content: "\e918"; }

.re-icon-outdent:before {
  content: "\e919"; }

.re-icon-properties:before {
  content: "\e91a"; }

.re-icon-readmore:before {
  content: "\e91b"; }

.re-icon-redo:before {
  content: "\e91c"; }

.re-icon-retract:before {
  content: "\e91d"; }

.re-icon-specialcharacters:before {
  content: "\e91e"; }

.re-icon-sub:before {
  content: "\e91f"; }

.re-icon-sup:before {
  content: "\e920"; }

.re-icon-table:before {
  content: "\e921"; }

.re-icon-textdirection:before {
  content: "\e922"; }

.re-icon-toggle:before {
  content: "\e923"; }

.re-icon-underline:before {
  content: "\e924"; }

.re-icon-undo:before {
  content: "\e925"; }

.re-icon-ul:before,
.re-icon-lists:before,
.re-icon-unordered:before {
  content: "\e926"; }

.re-icon-variable:before {
  content: "\e927"; }

.re-icon-video:before {
  content: "\e928"; }

.re-icon-widget:before {
  content: "\e929"; }

.redactor-box,
.redactor-box textarea {
  z-index: auto; }

.redactor-box {
  position: relative;
  box-sizing: border-box; }
  .redactor-box.redactor-styles-on {
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 3px;
    box-shadow: none; }
  .redactor-box.redactor-inline {
    position: static; }

.redactor-focus.redactor-styles-on,
.redactor-focus:focus.redactor-styles-on {
  border-color: #82b7ec !important; }

.redactor-over:hover.redactor-styles-on {
  border-color: #ee698a !important; }

.redactor-source-view,
.redactor-source-view.redactor-styles-on {
  border-color: #000 !important; }

.redactor-in {
  position: relative;
  overflow: auto;
  white-space: normal;
  box-sizing: border-box; }
  .redactor-in:focus {
    outline: none; }

.redactor-inline .redactor-in {
  overflow: hidden; }

.redactor-in *,
.redactor-read-only * {
  outline: none !important; }

.redactor-in h1:empty,
.redactor-in h2:empty,
.redactor-in h3:empty,
.redactor-in h4:empty,
.redactor-in h5:empty,
.redactor-in h6:empty,
.redactor-in p:empty,
.redactor-in blockquote:empty {
  min-height: 1.5em; }

/* MVR - remove min height for empty strong */
/*.redactor-in strong:empty, .redactor-in b:empty, .redactor-in em:empty, .redactor-in i:empty, .redactor-in span:empty, .redactor-in sup:empty, .redactor-in sub:empty, .redactor-in u:empty, .redactor-in ins:empty {*/
.redactor-in .redactor-in em:empty, .redactor-in i:empty, .redactor-in span:empty, .redactor-in sup:empty, .redactor-in sub:empty, .redactor-in u:empty, .redactor-in ins:empty {
  display: inline-block;
  min-width: 1px;
  min-height: 1rem; }

.redactor-in table {
  empty-cells: show; }

.redactor-in li figure {
  width: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top; }

.redactor-in figcaption:focus,
.redactor-in figure code:focus,
.redactor-in figure pre:focus,
.redactor-in table td:focus,
.redactor-in table th:focus {
  outline: none; }

.redactor-in figure[data-redactor-type=line] {
  margin-top: 1em;
  padding: 6px 0;
  vertical-align: baseline; }
  .redactor-in figure[data-redactor-type=line] hr {
    margin: 0;
    height: 3px;
    border: none;
    background: rgba(0, 0, 0, 0.1); }

.redactor-component {
  position: relative; }

.redactor-component[data-redactor-type="widget"]:before,
.redactor-component[data-redactor-type="video"]:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1; }

.redactor-component[data-redactor-type=image],
.redactor-component[data-redactor-type=widget] {
  clear: both; }

.redactor-component[data-redactor-type=variable] {
  white-space: nowrap;
  background: rgba(0, 125, 255, 0.75);
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer; }

.redactor-component-active {
  outline: 5px solid rgba(0, 125, 255, 0.5) !important; }

.redactor-component-active[data-redactor-type=image] {
  outline: none !important; }
  .redactor-component-active[data-redactor-type=image] img {
    outline: 5px solid rgba(0, 125, 255, 0.5) !important; }

.redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ee698a; }

.redactor-component-active[data-redactor-type=video] {
  outline: none !important; }
  .redactor-component-active[data-redactor-type=video] iframe {
    outline: 5px solid rgba(0, 125, 255, 0.5) !important; }

.redactor-blur.redactor-styles-on .redactor-component-active {
  outline: 5px solid #ddd !important; }
  .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] {
    outline: none !important; }
    .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] img {
      outline: 5px solid #ddd !important; }
  .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] {
    outline: none !important; }
    .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] iframe {
      outline: 5px solid #ddd !important; }
  .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=variable] {
    outline: none !important;
    background: #ddd; }

.redactor-component-caret {
  position: absolute;
  left: -9999px; }

.redactor-textnodes-wrapper {
  display: inline-block; }

#redactor-image-resizer {
  position: absolute;
  z-index: 1050;
  background-color: rgba(0, 125, 255, 0.9);
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  cursor: move;
  cursor: nwse-resize; }

.redactor-file-item {
  display: inline-block;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.redactor-file-remover {
  margin-left: 2px;
  position: relative;
  right: -3px;
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  opacity: .5; }
  .redactor-file-remover:hover {
    opacity: 1; }

#redactor-overlay {
  position: fixed;
  z-index: 1051;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16, 16, 18, 0.18); }
  #redactor-overlay > .redactor-close {
    position: fixed;
    top: 1rem;
    right: 1rem; }

.redactor-source,
.redactor-source:hover,
.redactor-source:focus {
  text-align: left;
  box-sizing: border-box;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #252525;
  color: #ccc;
  font-size: 15px;
  outline: none;
  padding: 10px 18px 20px 18px;
  line-height: 1.5;
  resize: vertical; }

.redactor-box[dir="rtl"] .redactor-source {
  direction: ltr; }

.redactor-placeholder:before {
  position: absolute;
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal; }

.redactor-in figcaption[placeholder]:empty:before {
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal; }

.redactor-in figcaption[placeholder]:empty:focus:before {
  content: ""; }

.redactor-statusbar {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  margin: 0;
  padding: 8px 10px;
  position: relative;
  overflow: hidden;
  list-style: none;
  background: #f8f8f8;
  box-sizing: border-box;
  border: none; }
  .redactor-statusbar li {
    float: left;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 10px;
    line-height: 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .redactor-statusbar li:last-child {
    border-right-color: transparent; }
  .redactor-statusbar a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: underline; }
  .redactor-statusbar a:hover {
    color: #f03c69;
    text-decoration: underline; }
  .redactor-statusbar:empty {
    display: none; }

.redactor-toolbar-wrapper {
  position: relative; }

.redactor-toolbar,
.redactor-air {
  z-index: 100;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
  line-height: 1 !important;
  background: none;
  border: none;
  box-sizing: border-box; }

.redactor-box.redactor-styles-on .redactor-toolbar {
  padding: 18px 16px 0 16px; }

.redactor-toolbar a,
.redactor-air a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 10px 15px 9px 15px;
  cursor: pointer;
  outline: none;
  border: none;
  vertical-align: middle;
  text-decoration: none;
  zoom: 1;
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  margin-right: 5px;
  margin-bottom: 4px; }

.redactor-toolbar a.re-button-icon,
.redactor-air a.re-button-icon {
  font-size: 16px;
  padding: 9px 15px 6px 15px; }

.redactor-toolbar a:hover,
.redactor-air a:hover {
  outline: none;
  color: #fff;
  background: #449aef; }

.redactor-toolbar a.redactor-button-active {
  background: rgba(245, 245, 245, 0.95);
  color: rgba(0, 0, 0, 0.4); }

.redactor-toolbar a.redactor-button-disabled,
.redactor-air a.redactor-button-disabled {
  opacity: 0.3; }
  .redactor-toolbar a.redactor-button-disabled:hover,
  .redactor-air a.redactor-button-disabled:hover {
    color: #333;
    outline: none;
    background-color: transparent !important;
    cursor: default; }

.redactor-source-view .redactor-toolbar {
  background: #252525; }

.redactor-source-view .redactor-toolbar a {
  background: #000;
  color: #fff; }
  .redactor-source-view .redactor-toolbar a:hover {
    background: #449aef; }

.redactor-source-view .redactor-toolbar a.redactor-button-disabled:hover {
  color: #fff !important;
  background-color: #000 !important; }

.re-button-tooltip {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 0;
  z-index: 1052;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  padding: 5px 9px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace; }
  .re-button-tooltip:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: none;
    border-bottom-color: rgba(0, 0, 0, 0.9);
    border-width: 4px;
    margin-left: -4px; }

.redactor-toolbar-wrapper-air {
  position: absolute;
  z-index: 100; }

.redactor-air {
  padding: 6px 3px 2px 8px;
  max-width: 576px;
  min-width: 200px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.97); }

.redactor-air a {
  background: rgba(37, 37, 37, 0.95);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9); }

.redactor-air a:hover {
  background: #3d79f2; }

.redactor-air a.redactor-button-active {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff; }

.redactor-air a.redactor-button-disabled:hover {
  color: #fff; }

.redactor-air-helper {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 15px;
  color: #000;
  background: rgba(255, 255, 255, 0.85);
  border-bottom-left-radius: 4px;
  padding: 7px 10px 6px 10px;
  cursor: pointer; }
  .redactor-air-helper:hover {
    background: #fff; }

.redactor-voice-label {
  display: none; }

.redactor-context-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1051;
  background-color: rgba(0, 0, 0, 0.95);
  color: #555;
  border-radius: 4px;
  padding: 6px 18px 7px 18px;
  line-height: 1.5;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace; }
  .redactor-context-toolbar a {
    font-size: 12px;
    color: #ccc;
    text-decoration: none;
    display: inline-block;
    padding: 2px 0 1px 12px; }
  .redactor-context-toolbar a:first-child {
    padding-left: 0; }
  .redactor-context-toolbar a i {
    position: relative;
    top: 3px;
    font-size: 16px; }
  .redactor-context-toolbar a:before {
    content: '';
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
  .redactor-context-toolbar a:hover {
    color: #fff; }
  .redactor-context-toolbar a:first-child:before {
    padding-left: 0;
    border-left: none; }

.redactor-context-toolbar[dir="rtl"] a {
  padding: 2px 12px 1px 0; }

.redactor-context-toolbar[dir="rtl"] a:first-child {
  padding-right: 0; }

.redactor-context-toolbar[dir="rtl"] a:before {
  padding-left: 0px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: none; }

.redactor-context-toolbar[dir="rtl"] a:first-child:before {
  padding-right: 0;
  border-right: none; }

.redactor-dropdown {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  display: none;
  position: absolute;
  z-index: 1051;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 264px;
  max-height: 250px;
  margin: 0;
  margin-top: -1px;
  overflow: auto;
  font-size: 15px;
  padding: 0; }
  .redactor-dropdown a span {
    display: inline-block;
    line-height: 1;
    padding: 2px 4px;
    border-radius: 3px; }
  .redactor-dropdown a {
    display: block;
    text-decoration: none;
    padding: 10px 8px;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .redactor-dropdown a:last-child {
    border-bottom-color: transparent; }
  .redactor-dropdown a {
    color: #000; }
    .redactor-dropdown a:hover {
      color: #fff !important;
      background-color: #449aef !important; }
    .redactor-dropdown a.redactor-dropdown-item-disabled {
      color: rgba(0, 0, 0, 0.4);
      background: #fff; }

.redactor-dropdown-cells {
  margin: 10px auto; }
  .redactor-dropdown-cells a,
  .redactor-dropdown-cells span {
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 14px; }

.redactor-dropdown-selector {
  display: flex;
  text-align: center; }
  .redactor-dropdown-selector span {
    flex-grow: 1;
    font-size: 12px;
    padding: 8px;
    cursor: pointer; }
    .redactor-dropdown-selector span:hover {
      background: #eee; }
    .redactor-dropdown-selector span.active {
      cursor: text;
      color: rgba(0, 0, 0, 0.3);
      background: #eee; }

.redactor-dropdown-format .redactor-dropdown-item-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic; }

.redactor-dropdown-format .redactor-dropdown-item-pre {
  font-family: monospace, sans-serif; }

.redactor-dropdown-format .redactor-dropdown-item-h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 32px; }

.redactor-dropdown-format .redactor-dropdown-item-h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px; }

.redactor-dropdown-format .redactor-dropdown-item-h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px; }

.redactor-dropdown-format .redactor-dropdown-item-h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 24px; }

.redactor-dropdown-format .redactor-dropdown-item-h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px; }

.redactor-dropdown-format .redactor-dropdown-item-h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px; }

#redactor-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  line-height: 24px; }

.redactor-modal {
  position: relative;
  margin: 16px auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 2px 15px rgba(80, 80, 80, 0.25);
  border-radius: 3px;
  color: #000; }
  .redactor-modal form {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .redactor-modal input,
  .redactor-modal select,
  .redactor-modal textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    height: 40px;
    outline: none;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #cacfd4;
    border-radius: 0.1875em;
    box-shadow: none;
    padding: 0 .5em; }
  .redactor-modal textarea {
    padding: .5em;
    height: auto;
    line-height: 1.5;
    vertical-align: top; }
  .redactor-modal select {
    -webkit-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="rgba(0, 0, 0, .4);" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right .65em center;
    padding-right: 28px; }
  .redactor-modal select[multiple] {
    background-image: none;
    height: auto;
    padding: .5em .75em; }
  .redactor-modal input[type="file"] {
    width: auto;
    border: none;
    padding: 0;
    height: auto;
    background: none;
    box-shadow: none;
    display: inline-block; }
  .redactor-modal input[type="radio"],
  .redactor-modal input[type="checkbox"] {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    vertical-align: middle;
    position: relative;
    bottom: 0.15rem;
    font-size: 115%;
    margin-right: 3px; }
  .redactor-modal .form-item {
    margin-bottom: 20px; }
  .redactor-modal .form-item:last-child {
    margin-bottom: 0; }
  .redactor-modal fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .redactor-modal fieldset .form-item {
      margin-bottom: 12px; }
  .redactor-modal label {
    display: block;
    color: #555;
    margin-bottom: 0.25em;
    font-size: 14px; }
    .redactor-modal label .desc,
    .redactor-modal label .success,
    .redactor-modal label .error {
      text-transform: none;
      font-weight: normal; }
  .redactor-modal label.checkbox {
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    color: inherit; }
  .redactor-modal .form-checkboxes label.checkbox {
    display: inline-block;
    margin-right: 1em; }
  .redactor-modal input:hover,
  .redactor-modal textarea:hover,
  .redactor-modal select:hover {
    outline: none;
    background-color: #fff;
    border-color: #969fa9;
    box-shadow: none; }
  .redactor-modal input:focus,
  .redactor-modal textarea:focus,
  .redactor-modal select:focus {
    transition: all linear .2s;
    outline: none;
    background-color: #fff;
    border-color: rgba(0, 125, 255, 0.5);
    box-shadow: 0 0 3px rgba(0, 125, 255, 0.5); }
  .redactor-modal input.error,
  .redactor-modal textarea.error,
  .redactor-modal select.error {
    background-color: rgba(255, 50, 101, 0.1);
    border: 1px solid #ff7f9e; }
    .redactor-modal input.error:focus,
    .redactor-modal textarea.error:focus,
    .redactor-modal select.error:focus {
      border-color: #ff3265;
      box-shadow: 0 0 1px #ff3265; }
  .redactor-modal input.success,
  .redactor-modal textarea.success,
  .redactor-modal select.success {
    background-color: rgba(47, 196, 182, 0.1);
    border: 1px solid #65dacf; }
    .redactor-modal input.success:focus,
    .redactor-modal textarea.success:focus,
    .redactor-modal select.success:focus {
      border-color: #2fc4b6;
      box-shadow: 0 0 1px #2fc4b6; }
  .redactor-modal input:disabled, .redactor-modal input:disabled:hover, .redactor-modal input.disabled, .redactor-modal input.disabled:hover,
  .redactor-modal textarea:disabled,
  .redactor-modal textarea:disabled:hover,
  .redactor-modal textarea.disabled,
  .redactor-modal textarea.disabled:hover,
  .redactor-modal select:disabled,
  .redactor-modal select:disabled:hover,
  .redactor-modal select.disabled,
  .redactor-modal select.disabled:hover {
    resize: none;
    opacity: .6;
    cursor: default;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #cacfd4;
    box-shadow: none;
    background-color: #fff; }
  .redactor-modal .req {
    position: relative;
    top: 1px;
    font-weight: bold;
    color: #ff3265;
    font-size: 110%; }
  .redactor-modal .desc {
    color: rgba(51, 51, 51, 0.5);
    font-size: 12px; }
  .redactor-modal span.desc {
    margin-left: 0.25em; }
  .redactor-modal div.desc {
    margin-top: 0.25em; }
  .redactor-modal span.success,
  .redactor-modal span.error {
    font-size: 12px;
    margin-left: 0.25em; }
  .redactor-modal div.desc {
    margin-bottom: -0.5em; }
  .redactor-modal .redactor-close {
    position: absolute;
    top: 16px;
    right: 12px;
    font-size: 30px;
    line-height: 30px;
    padding: 0px 4px;
    color: #000;
    opacity: .3;
    cursor: pointer; }
    .redactor-modal .redactor-close:hover {
      opacity: 1; }
    .redactor-modal .redactor-close:before {
      content: '\00d7'; }
  .redactor-modal button {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    color: #007dff;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #007dff;
    min-height: 40px;
    outline: none;
    padding: 0.5em 1.25em;
    cursor: pointer;
    line-height: 1.2;
    vertical-align: middle;
    -webkit-appearance: none; }
  .redactor-modal button:hover {
    outline: none;
    text-decoration: none;
    background: none;
    color: rgba(0, 125, 255, 0.6);
    border-color: rgba(0, 125, 255, 0.5); }
  .redactor-modal button.redactor-button-secondary {
    border-color: #2a2e34;
    color: #2a2e34; }
    .redactor-modal button.redactor-button-secondary:hover {
      color: rgba(42, 46, 52, 0.6);
      border-color: rgba(42, 46, 52, 0.5); }
  .redactor-modal button.redactor-button-danger,
  .redactor-modal button.redactor-button-unstyled {
    background: none;
    border-color: transparent;
    color: rgba(42, 46, 52, 0.6); }
    .redactor-modal button.redactor-button-danger:hover,
    .redactor-modal button.redactor-button-unstyled:hover {
      background: none;
      border-color: transparent;
      color: #ff3265;
      text-decoration: underline; }
  .redactor-modal .redactor-modal-group:after {
    content: "";
    display: table;
    clear: both; }
  .redactor-modal .redactor-modal-side {
    float: left;
    width: 30%;
    margin-right: 4%; }
    .redactor-modal .redactor-modal-side img {
      max-width: 100%;
      height: auto;
      display: block; }
  .redactor-modal .redactor-modal-area {
    float: left;
    width: 66%; }

.redactor-modal[dir="rtl"] .redactor-close {
  left: 12px;
  right: auto; }

.redactor-modal[dir="rtl"] textarea {
  direction: ltr;
  text-align: left; }

.redactor-modal[dir="rtl"] .redactor-modal-footer button.redactor-button-unstyled {
  float: left;
  margin-left: 0; }

.redactor-modal-header {
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .redactor-modal-header:empty {
    display: none; }

.redactor-modal-body {
  padding: 32px 48px;
  padding-bottom: 40px; }

.redactor-modal-footer {
  padding: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden; }
  .redactor-modal-footer button {
    margin-right: 4px; }
  .redactor-modal-footer button.redactor-button-unstyled {
    margin-right: 0;
    float: right; }
  .redactor-modal-footer:empty {
    display: none; }

.redactor-modal-tabs {
  display: flex;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 1em; }
  .redactor-modal-tabs a {
    font-size: 15px;
    padding: 2px 0;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    margin-right: 14px; }
  .redactor-modal-tabs a:hover {
    transition: all linear .2s; }
  .redactor-modal-tabs a:hover,
  .redactor-modal-tabs a.active {
    font-weight: 500;
    color: #007dff;
    border-bottom-color: #007dff; }

.redactor-styles {
  margin: 0;
  padding: 16px 18px;
  color: #333;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  box-sizing: border-box; }
  .redactor-styles *,
  .redactor-styles *:before,
  .redactor-styles *:after {
    box-sizing: inherit; }
  .redactor-styles[dir="rtl"] {
    direction: rtl;
    unicode-bidi: embed; }
    .redactor-styles[dir="rtl"] ul li,
    .redactor-styles[dir="rtl"] ol li {
      text-align: right; }
    .redactor-styles[dir="rtl"] ul,
    .redactor-styles[dir="rtl"] ol,
    .redactor-styles[dir="rtl"] ul ul,
    .redactor-styles[dir="rtl"] ol ol,
    .redactor-styles[dir="rtl"] ul ol,
    .redactor-styles[dir="rtl"] ol ul {
      margin: 0 1.5em 0 0; }
    .redactor-styles[dir="rtl"] figcaption {
      text-align: right; }
  .redactor-styles a,
  .redactor-styles a:hover {
    color: #3397ff; }
  .redactor-styles p,
  .redactor-styles dl,
  .redactor-styles blockquote,
  .redactor-styles hr,
  .redactor-styles pre,
  .redactor-styles table,
  .redactor-styles figure,
  .redactor-styles address {
    padding: 0;
    margin: 0;
    margin-bottom: 1em; }
  .redactor-styles ul,
  .redactor-styles ol {
    padding: 0; }
    .redactor-styles ul,
    .redactor-styles ul ul,
    .redactor-styles ul ol,
    .redactor-styles ol,
    .redactor-styles ol ul,
    .redactor-styles ol ol {
      margin: 0 0 0 1.5em; }
  .redactor-styles ul li,
  .redactor-styles ol li {
    text-align: left; }
  .redactor-styles ol ol li {
    list-style-type: lower-alpha; }
  .redactor-styles ol ol ol li {
    list-style-type: lower-roman; }
  .redactor-styles ul,
  .redactor-styles ol {
    margin-bottom: 1em; }
  .redactor-styles h1,
  .redactor-styles h2,
  .redactor-styles h3,
  .redactor-styles h4,
  .redactor-styles h5,
  .redactor-styles h6 {
    font-weight: bold;
    color: #111;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
    line-height: 1.2; }
  .redactor-styles h1 {
    font-size: 2.0736em; }
  .redactor-styles h2 {
    font-size: 1.728em; }
  .redactor-styles h3 {
    font-size: 1.44em; }
  .redactor-styles h4 {
    font-size: 1.2em; }
  .redactor-styles h5 {
    font-size: 1em; }
  .redactor-styles h6 {
    font-size: 0.83333em;
    text-transform: uppercase;
    letter-spacing: .035em; }
  .redactor-styles blockquote {
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    border: none; }
  .redactor-styles table {
    width: 100%; }
  .redactor-styles time, .redactor-styles small, .redactor-styles var, .redactor-styles code, .redactor-styles kbd, .redactor-styles mark {
    display: inline-block;
    font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
    font-size: 87.5%;
    line-height: 1;
    color: rgba(51, 51, 51, 0.9); }
  .redactor-styles var, .redactor-styles cite {
    opacity: .6; }
  .redactor-styles var {
    font-style: normal; }
  .redactor-styles dfn,
  .redactor-styles abbr {
    text-transform: uppercase; }
    .redactor-styles dfn[title],
    .redactor-styles abbr[title] {
      text-decoration: none;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
      cursor: help; }
  .redactor-styles code, .redactor-styles kbd {
    position: relative;
    top: -1px;
    padding: 0.25em;
    padding-bottom: 0.2em;
    border-radius: 2px; }
  .redactor-styles code {
    background-color: #eff1f2; }
  .redactor-styles mark {
    border-radius: 2px;
    padding: 0.125em 0.25em;
    background-color: #fdb833; }
  .redactor-styles kbd {
    border: 1px solid #e5e7e9; }
  .redactor-styles sub,
  .redactor-styles sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .redactor-styles sub {
    bottom: -0.25em; }
  .redactor-styles sup {
    top: -0.5em; }
  .redactor-styles pre {
    font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
    font-size: .9em; }
  .redactor-styles pre,
  .redactor-styles pre code {
    background-color: #f6f7f8;
    padding: 0;
    top: 0;
    display: block;
    line-height: 1.5;
    color: rgba(51, 51, 51, 0.85);
    overflow: none;
    white-space: pre-wrap; }
  .redactor-styles pre {
    padding: 1rem; }
  .redactor-styles table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%; }
    .redactor-styles table caption {
      text-transform: uppercase;
      padding: 0;
      color: rgba(0, 0, 0, 0.5);
      font-size: 11px; }
    .redactor-styles table th,
    .redactor-styles table td {
      border: 1px solid #eee;
      padding: 16px;
      padding-bottom: 15px; }
    .redactor-styles table tfoot th,
    .redactor-styles table tfoot td {
      color: rgba(0, 0, 0, 0.5); }
  .redactor-styles img,
  .redactor-styles video,
  .redactor-styles audio,
  .redactor-styles embed,
  .redactor-styles object {
    max-width: 100%; }
  .redactor-styles img,
  .redactor-styles video,
  .redactor-styles embed,
  .redactor-styles object {
    height: auto !important; }
  .redactor-styles img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic; }
  .redactor-styles figcaption {
    display: block;
    opacity: .6;
    font-size: 12px;
    font-style: italic;
    text-align: left; }

.upload-redactor-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 5px dashed rgba(0, 125, 255, 0.15);
  position: relative;
  width: 100%;
  min-height: 220px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: center; }

.upload-redactor-placeholder {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic; }

.upload-redactor-hover {
  background-color: rgba(0, 125, 255, 0.075); }

.upload-redactor-error {
  background-color: rgba(255, 50, 101, 0.075); }

.upload-redactor-box-hover {
  outline: 5px dashed rgba(0, 125, 255, 0.3); }

.upload-redactor-box-error {
  outline: 5px dashed rgba(255, 50, 101, 0.3); }

.redactor-structure h1, .redactor-structure h2, .redactor-structure h3, .redactor-structure h4, .redactor-structure h5, .redactor-structure h6, .redactor-structure div {
  position: relative; }
  .redactor-structure h1:before, .redactor-structure h2:before, .redactor-structure h3:before, .redactor-structure h4:before, .redactor-structure h5:before, .redactor-structure h6:before, .redactor-structure div:before {
    width: 24px;
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    opacity: .3;
    left: -26px;
    top: 50%;
    margin-top: -7px;
    text-align: right; }

.redactor-structure h1:before {
  content: "h1"; }

.redactor-structure h2:before {
  content: "h2"; }

.redactor-structure h3:before {
  content: "h3"; }

.redactor-structure h4:before {
  content: "h4"; }

.redactor-structure h5:before {
  content: "h5"; }

.redactor-structure h6:before {
  content: "h6"; }

.redactor-structure div:before {
  content: "div"; }

#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px; }

#redactor-progress span {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007dff;
  background-size: 40px 40px; }

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

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

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

.redactor-box-fullscreen {
  z-index: 1051;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.redactor-box-fullscreen-target {
  position: absolute !important; }

.redactor-body-fullscreen .redactor-dropdown,
.redactor-body-fullscreen .redactor-context-toolbar {
  z-index: 1052; }

.redactor-body-fullscreen #redactor-overlay {
  z-index: 1098; }

.redactor-body-fullscreen #redactor-modal {
  z-index: 1099; }

/* UE */
.redactor-dropdown {
  max-height: none; }

.redactor-toolbar a.re-button-icon,
.redactor-air a.re-button-icon {
  font-size: 17px;
  color: #5d5d5d;
  padding: 11px 11px 8px 11px;

}


.redactor-box .collapse {
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpi2r9//38gYGAEESAAEGAAasgJOgzOKCoAAAAASUVORK5CYII=);
  }

.redactor-box.redactor-styles-on .redactor-toolbar {
      padding: 0;
  }


  body .redactor-box .ue-editor {
      padding: 12px;
      /*background-color: #f5f5f5;*/
  }

  .redactor-box .redactor-toolbar {
  /*    background-color: #f5f5f5;*/
  }

  .redactor-source-view .redactor-toolbar {
      background: #252525;
  }

  .redactor-toolbar a, .redactor-air a {
    margin: 0;
}

.redactor-focus.redactor-styles-on, .redactor-focus:focus.redactor-styles-on {
    border-color: #cecece !important;
}

.redactor-box-fullscreen .ue-content,
.redactor-box .ue-content {
  overflow: auto;
}
/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker.datepicker-rtl{direction:rtl}.datepicker.datepicker-rtl.dropdown-menu{left:auto}.datepicker.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0;padding:4px}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.15);border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid rgba(0,0,0,.15)}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.new,.datepicker table tr td.old{color:#777}.datepicker table tr td.day:hover,.datepicker table tr td.focused{background:#eee;cursor:pointer}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td.highlighted{color:#000;background-color:#d9edf7;border-color:#85c5e5;border-radius:0}.datepicker table tr td.highlighted.focus,.datepicker table tr td.highlighted:focus{color:#000;background-color:#afd9ee;border-color:#298fc2}.datepicker table tr td.highlighted:hover{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active,.datepicker table tr td.highlighted:active{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active.focus,.datepicker table tr td.highlighted.active:focus,.datepicker table tr td.highlighted.active:hover,.datepicker table tr td.highlighted:active.focus,.datepicker table tr td.highlighted:active:focus,.datepicker table tr td.highlighted:active:hover{color:#000;background-color:#91cbe8;border-color:#298fc2}.datepicker table tr td.highlighted.disabled.focus,.datepicker table tr td.highlighted.disabled:focus,.datepicker table tr td.highlighted.disabled:hover,.datepicker table tr td.highlighted[disabled].focus,.datepicker table tr td.highlighted[disabled]:focus,.datepicker table tr td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.highlighted.focus,fieldset[disabled] .datepicker table tr td.highlighted:focus,fieldset[disabled] .datepicker table tr td.highlighted:hover{background-color:#d9edf7;border-color:#85c5e5}.datepicker table tr td.highlighted.focused{background:#afd9ee}.datepicker table tr td.highlighted.disabled,.datepicker table tr td.highlighted.disabled:active{background:#d9edf7;color:#777}.datepicker table tr td.today{color:#000;background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focus,.datepicker table tr td.today:focus{color:#000;background-color:#ffc966;border-color:#b37400}.datepicker table tr td.today:hover{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active,.datepicker table tr td.today:active{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active.focus,.datepicker table tr td.today.active:focus,.datepicker table tr td.today.active:hover,.datepicker table tr td.today:active.focus,.datepicker table tr td.today:active:focus,.datepicker table tr td.today:active:hover{color:#000;background-color:#ffbc42;border-color:#b37400}.datepicker table tr td.today.disabled.focus,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today[disabled].focus,.datepicker table tr td.today[disabled]:focus,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today.focus,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today:hover{background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focused{background:#ffc966}.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:active{background:#ffdb99;color:#777}.datepicker table tr td.range{color:#000;background-color:#eee;border-color:#bbb;border-radius:0}.datepicker table tr td.range.focus,.datepicker table tr td.range:focus{color:#000;background-color:#d5d5d5;border-color:#7c7c7c}.datepicker table tr td.range:hover{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active,.datepicker table tr td.range:active{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active.focus,.datepicker table tr td.range.active:focus,.datepicker table tr td.range.active:hover,.datepicker table tr td.range:active.focus,.datepicker table tr td.range:active:focus,.datepicker table tr td.range:active:hover{color:#000;background-color:#c3c3c3;border-color:#7c7c7c}.datepicker table tr td.range.disabled.focus,.datepicker table tr td.range.disabled:focus,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range[disabled].focus,.datepicker table tr td.range[disabled]:focus,.datepicker table tr td.range[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.focus,fieldset[disabled] .datepicker table tr td.range:focus,fieldset[disabled] .datepicker table tr td.range:hover{background-color:#eee;border-color:#bbb}.datepicker table tr td.range.focused{background:#d5d5d5}.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:active{background:#eee;color:#777}.datepicker table tr td.range.highlighted{color:#000;background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focus,.datepicker table tr td.range.highlighted:focus{color:#000;background-color:#c1d7e3;border-color:#4b88a6}.datepicker table tr td.range.highlighted:hover{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active,.datepicker table tr td.range.highlighted:active{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active.focus,.datepicker table tr td.range.highlighted.active:focus,.datepicker table tr td.range.highlighted.active:hover,.datepicker table tr td.range.highlighted:active.focus,.datepicker table tr td.range.highlighted:active:focus,.datepicker table tr td.range.highlighted:active:hover{color:#000;background-color:#a8c8d8;border-color:#4b88a6}.datepicker table tr td.range.highlighted.disabled.focus,.datepicker table tr td.range.highlighted.disabled:focus,.datepicker table tr td.range.highlighted.disabled:hover,.datepicker table tr td.range.highlighted[disabled].focus,.datepicker table tr td.range.highlighted[disabled]:focus,.datepicker table tr td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.highlighted.focus,fieldset[disabled] .datepicker table tr td.range.highlighted:focus,fieldset[disabled] .datepicker table tr td.range.highlighted:hover{background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focused{background:#c1d7e3}.datepicker table tr td.range.highlighted.disabled,.datepicker table tr td.range.highlighted.disabled:active{background:#e4eef3;color:#777}.datepicker table tr td.range.today{color:#000;background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.focus,.datepicker table tr td.range.today:focus{color:#000;background-color:#f4b747;border-color:#815608}.datepicker table tr td.range.today:hover{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:active{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active.focus,.datepicker table tr td.range.today.active:focus,.datepicker table tr td.range.today.active:hover,.datepicker table tr td.range.today:active.focus,.datepicker table tr td.range.today:active:focus,.datepicker table tr td.range.today:active:hover{color:#000;background-color:#f2aa25;border-color:#815608}.datepicker table tr td.range.today.disabled.focus,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today[disabled].focus,.datepicker table tr td.range.today[disabled]:focus,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today.focus,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today:hover{background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:active{background:#f7ca77;color:#777}.datepicker table tr td.selected,.datepicker table tr td.selected.highlighted{color:#fff;background-color:#777;border-color:#555;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.focus,.datepicker table tr td.selected.highlighted.focus,.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected:focus{color:#fff;background-color:#5e5e5e;border-color:#161616}.datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected:hover{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected:active{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active.focus,.datepicker table tr td.selected.active:focus,.datepicker table tr td.selected.active:hover,.datepicker table tr td.selected.highlighted.active.focus,.datepicker table tr td.selected.highlighted.active:focus,.datepicker table tr td.selected.highlighted.active:hover,.datepicker table tr td.selected.highlighted:active.focus,.datepicker table tr td.selected.highlighted:active:focus,.datepicker table tr td.selected.highlighted:active:hover,.datepicker table tr td.selected:active.focus,.datepicker table tr td.selected:active:focus,.datepicker table tr td.selected:active:hover{color:#fff;background-color:#4c4c4c;border-color:#161616}.datepicker table tr td.selected.disabled.focus,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.highlighted.disabled.focus,.datepicker table tr td.selected.highlighted.disabled:focus,.datepicker table tr td.selected.highlighted.disabled:hover,.datepicker table tr td.selected.highlighted[disabled].focus,.datepicker table tr td.selected.highlighted[disabled]:focus,.datepicker table tr td.selected.highlighted[disabled]:hover,.datepicker table tr td.selected[disabled].focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:hover{background-color:#777;border-color:#555}.datepicker table tr td.active,.datepicker table tr td.active.highlighted{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.focus,.datepicker table tr td.active.highlighted.focus,.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active.focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active.focus,.datepicker table tr td.active.highlighted.active:focus,.datepicker table tr td.active.highlighted.active:hover,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active:active.focus,.datepicker table tr td.active:active:focus,.datepicker table tr td.active:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td.active.disabled.focus,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.highlighted.disabled.focus,.datepicker table tr td.active.highlighted.disabled:focus,.datepicker table tr td.active.highlighted.disabled:hover,.datepicker table tr td.active.highlighted[disabled].focus,.datepicker table tr td.active.highlighted[disabled]:focus,.datepicker table tr td.active.highlighted[disabled]:hover,.datepicker table tr td.active[disabled].focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active[disabled]:hover,fieldset[disabled] .datepicker table tr td.active.focus,fieldset[disabled] .datepicker table tr td.active.highlighted.focus,fieldset[disabled] .datepicker table tr td.active.highlighted:focus,fieldset[disabled] .datepicker table tr td.active.highlighted:hover,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover.focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.focus,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover.focus,.datepicker table tr td span.active:hover:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover.active.focus,.datepicker table tr td span.active.disabled:hover.active:focus,.datepicker table tr td span.active.disabled:hover.active:hover,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active:hover:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td span.active.disabled.disabled.focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled.focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active.disabled:hover[disabled].focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled].focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active:hover.disabled.focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active:hover[disabled].focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active[disabled].focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active.disabled.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,fieldset[disabled] .datepicker table tr td span.active.focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover.focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active:hover:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#777}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;line-height:1.42857143;text-shadow:0 1px 0 #fff;border-width:1px 0;margin-left:-5px;margin-right:-5px}
/* dropdowns */
ul.dropdown-menu {
overflow-y: auto;
}

/* redactor */
.redactor-dropdown-h1,
.redactor-dropdown-h2,
.redactor-dropdown-h3,
.redactor-dropdown-h4,
.redactor-dropdown-h5,
.redactor-dropdown-h6 {
	margin:0;
}

.redactor-dropdown a {
  display: block;
  padding: 3px 10px;
  border-bottom: none;
}

/* redactor - modal window in fulscreen mode going down */
#redactor_modal{
    z-index: 1000001 !important;
}

.redactor-box .redactor-editor {
    overflow: auto;
}

.redactor-editor {
    padding: 10px 10px;
}

.redactor-linebreaks.redactor-placeholder:after {
  top: 0px;
  left: 0px;
}


.redactor_box_fullscreen {
z-index: 1000000 !important;
}

.redactor-dropdown {
    width:auto;
}

#redactor-droparea-placeholder input {
    display:inline;
}

/* comment-item */
/* commens */
 .comment-item .comment-details a {
    color: #999;
    text-decoration: none;
}
/* comment-item */
.comment-edit {
    padding-left: 56px;
}


.comment-edit .activator {
    margin-top:5px;
}
.comment-item:after {
    content:"";
    display: table;
    clear: both;
}
.comment-item {
    padding-top:10px;
    padding-bottom:10px;
    position:relative;
    padding-left:20px;
    padding-right: 20px;
    border-bottom: 1px solid #e1e8ed;
}

.comment-item:first-child {
    border-top: 1px solid #e1e8ed;
}

.comment-item:last-child {
    border-bottom: 0;
}

.comment-details {
    color:#999;
    font-size:0.95em;
    line-height: 23px;
}
.comment-item .comment-details a.author {
    font-weight: bold;
    /*color: #262626;*/
}
/* comment actions */

.comment-item .ue-content {
    background-color: transparent;
}

.module.module-comments .module-body {
    border-bottom-width: 1px;
    padding-bottom: 10px;
    padding-top: 9px;
}

.comments-list {
    margin-left: -20px;
    margin-right: -20px;
}
.comment-actions {
    float:right;
    line-height: 23px;
    margin-bottom: 0;
}
.comment-actions > li {
    list-style: none;
    float:left;
    margin:0;
    padding: 0;
    /*color:rgb(225, 232, 237);*/
    margin-left: 5px;
}

.comment-item:hover .comment-actions > li > a{
    color:#8899a6;
}

.comment-item .comment-actions > li > a:hover {
    color:black;
}

.comment-item.voted-up .vote-up{
    color:green !important;
}
.comment-item.voted-down .vote-down{
    color:red !important;
}

.comment-actions > li > a {
    margin-left:8px;
    /*color:#777;*/
    color:rgb(225, 232, 237);
    text-decoration: none;
}
.comment-actions > li > .dropdown > a {
    margin-left:8px;
    color:rgb(225, 232, 237);
}
.comment-actions > li a b {
    font-weight: normal;
}

/* hide/display specific actions with style */
.comment-item .comment-actions .action-unmark-answer {
    display: none;
}
.comment-item.comment-answer .comment-actions .action-unmark-answer {
    display: block;
}
.comment-item.comment-answer .comment-actions .action-mark-answer {
    display: none;
}

 .co0 {
    padding-left:20px;
}
.co1 {
    padding-left:40px;
}
.co2 {
    padding-left:60px;
}
.co3 {
    padding-left:80px;
}
.co4 {
    padding-left:100px;
}
.co5 {
    padding-left:120px;
}
.co6 {
    padding-left:140px;
}
.co7 {
    padding-left:160px;
}
.co8 {
    padding-left:180px;
}
.co9 {
    padding-left:200px;
}
.co10 {
    padding-left:220px;
}
.comment-edit-mode .comment-actions {
    display:none !important;
}
.comment-edit-mode:hover {
    background-color: transparent;
}
.comment-actions li a:hover {
    color:black;
}

.topic-avatar {
    float:left;
    margin-right: 10px;
}

.topic-avatar img{
	border-radius: 50%;
}

.info-status {
margin-left:5px;
line-height: 23px;
font-size: 16px;
}
.info-status .label{
    padding-top: 4px;
}

.info-status a {
	text-decoration: none;
}

.label {
    /*font-family: Roboto, arial, sans-serif;*/
}
.badge {
    /*font-family: Roboto, arial, sans-serif;*/
}

.popup-progress {
    z-index: 10000;

background-color: white;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}



.comment-private .info-status .label-default {
    background-color: #E52020;
    color:white;
}

.topic-status .label {
    padding-top: 4px;
}

.user-moderation-status{
    cursor:pointer;
}
.user-moderation-status .label {
    padding-top: 4px;
}

.topic-votes .label {
    padding-top: 4px;
}

.topic-user-vote .label, .topic-user-satisfaction .label {
padding-top: 5px;
margin-top: 1px;
padding-bottom: 6px;
display: block;
}

.module-links li img{
    margin-left:3px;
}

.comments-pinned .topic-status {
    display:none;
}

.comments-pinned .info-status {
    display:none;
}

.comments-pinned .pinned {
    display:none;
}

.comments-pinned .comment-answer .comment-actions {
    display:none !important;
}

.comments-pinned {
     margin-left: -20px;
    margin-right: -20px;
}

::selection {
    color:red;
    background: rgba(255,255,0,0.9);
}

.label.label-light{
    background-color: #cccccc;
}

#voters .a_block {
width: 32px;
height: 32px;
margin: 5px;
float:left;
}

.topic-item-full .topic-header{
    overflow: visible;
}

.satisfaction-actions{
    text-decoration: none;
    position: absolute;
    right: 29px;
    border-radius: 4px;
    padding: 0 8px 2px 0;
    line-height: 23px;
}

.satisfaction-actions > li {
    list-style: none;
    float:left;
    margin:0;
    padding: 0;
    margin-left: 8px;
    border-radius: 4px;
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    opacity: 0;
}

.satisfaction-actions > li > a{
    color: #777777;
    padding:0px 5px 0px 5px;
}

.satisfaction-actions a:hover{
    text-decoration: none;
    color:black;
}

.satisfaction_rating:hover .satisfaction-actions > li{
    opacity: 1;
}

.module-topiclist .tabbed ul#tabs{
    margin: 0 -20px;
}

.module-topiclist .tabbed ul#tabs li:first-child{
    margin-left: 20px;
}

.module-topiclist .tabbed ul.nav-pills{
    margin: 0 -20px;
    padding: 5px 10px;
}

.module-topiclist div#no_feedback{
    margin: 20px 0px;
}

/* hide selected user filter in userprofile - prevent disabling filter */
body.userprofile .module-topiclist .filter_user_tag{
    display:none !important;
}

.topic-item .actions-bar .multivoter{
    padding: 10px;
    white-space: nowrap;
    min-width: 0px;
}

.topic-item .actions-bar:after{
content:'';
clear:both;
display:block;
}

/* form signin - initial css */
#div_signin_form .btn-social .sa-hidden,
#div_signin_form .btn-social.btn-hide,
#div_signin_form .signup-fields,
#div_signin_form .signin-fields {
    display: none;
}
#div_signin_form a.btn-social.btn-last{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    }
#div_signin_form #id_email{
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    }
#div_signin_form .auth-buttons{
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#div_signin_form .signup-fields .header{
    border-bottom: solid 1px #d8d8d8;
}
#div_signin_form .modal-footer{
    margin-top: 10px;
    padding-bottom: 0px;
}

/* needs to align inline button inside search */
.input-search{
    float:left;
    padding-right: 30px;
}

/* default bs 19px - to much */
.results-pane .well{
    padding: 10px;
}

.pointer { cursor: pointer;}

.module-knowledgebase .more-link{
    font-size:small;
    float: right;
    padding-right:10px;
    margin-top: 5px;
}

/* to show popover over fields! */
.popover{
    z-index: 10000;
    /*overflow: hidden;*/
    width:100%;
}

.comment-edit textarea{
    min-height: 100px
}

div.datepicker span.input-group-addon{
    cursor:pointer;
}

@media print {

body {
height:auto !important;
}

.bottom-modules {
    display:none;
}

.sidebar-offcanvas {
    display:none;
}

.navbar-offcanvas {
    display:none;
}

.actions-bar, .satisfaction_rating_edit{
    display:none !important;
}

}

.user-mini-profile .avatar{
    float:left;
    margin-right:10px;
}
.user-mini-profile .user-blocked{
    position:absolute;
    left:9px;
    height: 46px;
    font-size: 46px;
    color: rgba(64, 64, 64, 0.5);
}

#voters .a_block > .user-blocked{
    position:relative;
    /* MVR do lock icon 12 instead of 32 to leave onhover events for avatar possible (open miniprofile) - tmp solution */
    left:20px;
    top:-36px;
    font-size: 12px;
    color: rgba(64, 64, 64, 0.5);
}

.user-mini-profile .spacer{
    margin-left:7px;
    margin-right:7px
}
.user-mini-profile hr{
    margin-top:10px;
    margin-bottom:10px
}
.popover .load-progress{
    text-align:center;
    padding:10px;
}

img.full-width{
    width: 100%;
}

.comment-disabled-label, .comments-more-label{
    text-align:center;
    margin:10px;
}

.btn-gray{
color: #fff;
background-color: #aaa;
border-color: #999;
}

.btn-gray:hover{
color: #fff;
background-color: #999;
border-color: #999;
}

/* collaborators */
.topic-collaborators {
background-color: rgb(236, 236, 236);
margin-left: -20px;
margin-right: -20px;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
padding-left:20px;
padding-right: 20px;
overflow:auto;
}

.collaborator {
    float:left;
    margin-right:5px;
    margin-top:5px;
}

.collaborator .avatar {
    width:32px!important;
    height:32px!important;
}

.modal-body {
padding: 15px;
}


.module-search .results {
    border: 0;
}



.settings-interface .navbar-right {
  float: right!important;
  margin:0;
}

.settings-interface .navbar-nav>li {
  float: left;
}

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

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

.redactor-box textarea {
    /*padding:10px;*/
}

/* FF cursor fix */
/*
 .redactor-placeholder:after {
    position: relative;
}*/

.disabled-content {
    opacity: 0.5;
    pointer-events: none;
}

/* do word-wrap in TEXT results for custom fields */
.custom-field-value pre{
    white-space: pre-wrap;
    word-break: keep-all;
}
/* hide long urls in url field */
.custom-field-url .custom-field-value{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* limit height in the BIO */
div.bio {
    max-height: 200px;
    overflow-y: auto;
}

p.tos_agreement{
    font-size:12px;
    /*font-style: italic;*/
}

.nowrap{
    white-space: nowrap;
}

.comment-item .redactor-box{
    margin-bottom: 10px;
}

.widget-community-link{
    margin-top: 5px;padding-left: 20px;
}

 /* MVR: blink like stay for a second, then blink for a second */
 @keyframes ue-blink {
     0% { opacity: 1; }
     50% { opacity: 1; }
     60% { opacity: 0.5; }
     70% { opacity: 0; }
     80% { opacity: 0.5; }
     90% { opacity: 1; }
 }
.ue-blink {
   -webkit-animation: ue-blink 2s linear infinite;
   -moz-animation: ue-blink 2s linear infinite;
   -ms-animation: ue-blink 2s linear infinite;
   -o-animation: ue-blink 2s linear infinite;
   animation: ue-blink 2s linear infinite;
}

.ue-color-danger{
    color:#d9534f;
}
.ue-color-success{
    color:#49bf67;
}
.ue-color-warning{
    color:#f0ad4e;
}
.ue-color-default{
    color:#333333;
}
.ue-color-gray{
    color:#999999;
}
.ue-badge-color-warning{
    background-color:#f0ad4e;
}
.ue-clickable{
    cursor:pointer;
}

.ue-bg-color-danger{
    background-color:#d9534f;
}
.ue-bg-color-success{
    background-color:#49bf67;
}

/* Hide the block in mailbox-message because it empty */
.userprofile-mailbox .module-topic{
    display: none;
}

/* Hide comment actions in mailbox */
.userprofile-mailbox .comment-actions-bar{
    display:none;
}

/* Hide comment sorting in mailbox to do not reqrite user settings each time */
.userprofile-mailbox #dropdown-sort{
    display:none;
}

.icon-source{
    margin-right: 2px;
}

.info-status.answer .label{
  background-color:#4DAA77
}

.custom-field-name{
    font-weight: bold;
    overflow-wrap:break-word;
}

.custom-field-value{
    overflow-wrap:break-word;
}


.ue-spoiler:before{
    background: #cccccc;
    color: white;
    white-space: pre-wrap;
    content: " SPOILER ";
    font-style: italic;
}

.ue-spoiler{
    background: #cccccc;
    color: #cccccc;
}

.ue-spoiler img, .ue-spoiler iframe{
    opacity: 0;
}

.ue-spoiler:hover:before{
    display:none;
}

.ue-spoiler:hover{
    background: inherit;
    color: inherit;
}

.ue-spoiler:hover img, .ue-spoiler:hover iframe{
    opacity: inherit;
}

.sla-tag{
    float: right;
    line-height: 23px;
    font-size: 16px;
    margin-left: 5px;    
}
.sla-tag .label{
    color:white;
    background-color: grey;
    padding-top: 4px;
}

@keyframes sla-tag-blink {
    0% { opacity: 1; }
    60% { opacity: 1; }
    75% { opacity: 0.5; }
    90% { opacity: 1; }
}

.sla-tag-unanswered .label{
   -webkit-animation: sla-tag-blink 2s linear infinite;
   -moz-animation: sla-tag-blink 2s linear infinite;
   -ms-animation: sla-tag-blink 2s linear infinite;
   -o-animation: sla-tag-blink 2s linear infinite;
   animation: sla-tag-blink 2s linear infinite;
}

.sla-tag-before .label{
    background-color: #49bf67;
}
.sla-tag-ontime .label{
    background-color: #49bf67;
}
.sla-tag-inprocess .label{
    background-color: #f8a326;
}
.sla-tag-overdue .label{
    background-color: #f34541;
}

.priority-tag{
    line-height: 23px;
    font-size: 16px;
    margin-left: 5px;    
}
.priority-tag .label{
    color:white;
    background-color: #f8e76a;
    padding-top: 4px;
}
.priority-tag.priority-2 .label{
    background-color: #f8c548;
}
.priority-tag.priority-3 .label{
    background-color: #f88104;
}
.priority-tag.priority-4 .label{
    background-color: #ff0000;
}
.cursor-pointer{
    cursor: pointer;
}

.alert-default {
  border-color: silver;
}

.ticket-info-panel{
    padding:10px;
}
.ticket-info-panel .priority-tag{
    font-size: 13px;
}
.ticket-info-panel .priority-tag .label{
    font-size: 13px;
}

.ticket-info-panel div.alert{
    margin-bottom: 0px;
    margin-top:5px;
    padding:10px;
}

.btn-canned-response-dropdown .dropdown-menu{
    min-width: 300px;
}
.btn-canned-response-dropdown .dropdown-menu .divider{
    font-style: italic;
    height:20px;
    text-align:center;
}

.article-prev-next {
    padding-top:20px;
}
.article-prev-next .article-next{
    float:right!important;
}

.article-prev-next .direction-text{
    font-weight: bold;
}

.article-prev-next i.fa{
    font-size:16px;
}

.voter-delete-vote{
    float:right;
    position:relative;
    height:0px;
    right: 25px;
    font-size:10px;
    font-weight:bold;
    margin-top:-3px;
    margin-right:0px;
}

.voter-user-vote{
    float:right;
    position: relative;
    font-size: 10px;
    top: -34px;
    right: -2px;
    background-color: gray;
    color: white;
    padding: 0px 3px;
    font-family: "Courier New";
    border-radius: 5px;  
    display: inline-block;
    font-weight: bold;
}

.modal-merge .language-selector{
    width: auto;
    display: initial;
    font-size: 13px;
    padding: 0px;
    height: 24px;
}

.ue-content iframe{
    max-width: 100%;
}

/* CSS for all print pages */
@media print {
    /* print topic from agent interface */
    body.ue-print-agent-topic, 
    body.ue-print-agent-topic .btn
    {font-size: 10px;}
    body.ue-print-agent-topic .label 
    {font-size: 8px;}
    body.ue-print-agent-topic .topic-item-full .topic-header,
    body.ue-print-agent-topic h3
    {font-size: 14px !important;}
    body.ue-print-agent-topic .nav-pills>li>a
    {padding: 0px 10px;}
    body.ue-print-agent-topic #topic_details{
        height: 100%;
        width: 100% !important;
        margin: 0;
        padding: 0px 5px !important;
    }

    body.ue-print-agent-topic .agent-topic-actions,
    body.ue-print-agent-topic .comment-actions,
    body.ue-print-agent-topic #main-nav-bg,
    body.ue-print-agent-topic #topic_list,
    body.ue-print-agent-topic #stat_panel,
    body.ue-print-agent-topic .agent-page-title,
    body.ue-print-agent-topic .moderation-map,
    body.ue-print-agent-topic #id_pane_livechat, 
    body.ue-print-agent-topic .agent-side-controls,
    body.ue-print-agent-topic #comment-template,
    body.ue-print-agent-topic .agent-new-item-buttons
    {display: none !important;}
    body.ue-print-agent-topic,
    body.ue-print-agent-topic .topic-item .module-body
    {padding-top:0px !important;}
    body.ue-print-agent-topic .module-body, 
    body.ue-print-agent-topic #topic_details_container,
    body.ue-print-agent-topic .module-topic
    {border:0px !important;}

    /* do not print href for urls */
    body.ue-print-agent-topic a[href]:after
    {content: none !important;}

    body.ue-print-agent-topic .topic-item .topic-avatar .fa-stack 
    {font-size: 16px !important;}
    body.ue-print-agent-topic .comment-item{
        border-bottom: 1px solid #fafafa;
        padding: 5px;
    }
    body.ue-print-agent-topic .comment-item:first-child
    {border-top: 0px;}
    body.ue-print-agent-topic .comments-list
    { margin-left:0px; margin-right: 0px;}
    body.ue-print-agent-topic .topic-item-ticket-id,
    body.ue-print-agent-topic .topic-item-private-label{position: unset; height:auto; padding-top:0px;}
}


/* MVR: bigger notification size */
.jGrowl-notification .jGrowl-message{ font-size:1.2em;}
.jGrowl-notification{width: 300px}


.has-error .captcha_container input {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    }


/* BOT comment decoration - smaller avatar and block size */
.comment-item[data-user-id="0"] {
    opacity: 0.5;
}
.comment-item[data-user-id="0"]:hover {
    opacity: initial;
}
.comment-item[data-user-id="0"] .topic-avatar {
    margin-top: -2px;
    margin-right: 5px;
}
.comment-item[data-user-id="0"] .topic-avatar .avatar {
    max-width: 24px;
    max-height: 24px;
}
/* BOT comment decoration end */
body {
    background-color: #e5e5e5;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #404040;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 768px) {
    .comment-form-actions {
        margin-top: 10px;
    }
}

.module {
    /*display:none;*/
    margin: 10px 0 10px 0;
    border-top: solid 1px #d8d8d8;
    margin-left: 15px;
    margin-right: 15px;
}

.module .module-body {
    padding: 20px;
    background-color: #ffffff;
    /*background-color: #ffffff;*/
    border: 1px solid #d8d8d8;
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.Toolbar {
    position: relative;
    display: table;
    width:100%;
}
.Toolbar > div {
    display: table-cell !important;
    vertical-align: top;
}
/* avatar */
 .avatar {
    width:46px;
    height:46px;
    border-radius: 50%;
    display: inline-block;
}
.avatar.clickable{
    cursor: pointer;
}
/* module-topiclist*/
 .module-topiclist .breadcrumb {
    padding: 0 0;
    margin-bottom: 6px;
}
.module-topiclist .header {
    margin-top: 0;
}
.module-topiclist .header a {
    /*color: #262626;*/
}
.topiclist-description {
    color: #B2B2B2;
}
/* topic_item */
 .topic-item .breadcrumb {
    padding:0;
    padding-bottom: 16px;
}

.topic-item-private .module-body {
    padding-top: 45px;
}

.topic-item {
    /*background-color:rgba(255, 0, 0, 0.19);*/
    /*padding-top:7px;
  padding-bottom:7px;*/
    /*margin-left: -20px;
    margin-right: -20px;*/
    padding-left: 20px;
    padding-right: 20px;
    /*border-top: solid 1px #E3E3E3;*/
}
.topic-item-compact-list {
    padding-top:15px;
    padding-bottom:15px;
}
.topic-item-compact-list.topic-item-article {
    padding-top:5px;
    padding-bottom:5px;
}
.topic-item-full-list {
    padding-top:15px;
    padding-bottom:15px;
}
.topic-item:after {
    content:"";
    display: table;
    clear: both;
}
.topic-item .main-header {
    /*color: #262626;*/
    /*font: 500 20px Roboto, arial, sans-serif;*/
    margin-top: 0;
    line-height: 24px;
}

.topic-tags span {
    float:left;
    margin-bottom:5px;
}
.topic-header {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /*color: #262626;*/
    /*font: bold 14px Roboto, arial, sans-serif;*/
    font-weight: bold;
    font-size: 15px;
    line-height: 23px;
}
.topic-status {
    float:right;
    line-height: 23px;
    font-size:16px;
    margin-left: 5px;
}
.user-moderation-status {
    float:right;
    line-height: 23px;
    font-size:16px;
    margin-left: 5px;
}
.topic-details {
    color:#999;
    font-size:0.95em;
    line-height: 23px;
}
.topic-details a {
    font-weight: bold;
    color:#999 !important;
}
.topic-details .user-mini-profile a{
    font-weight: initial;
    color: initial;
}

.topic-details .badge {
    padding: 1px 3px 2px 3px;
    border-radius: 4px;
}
.topic-item:hover .topic-actions {
    display:block;
}
.vote-text {
    font-weight:bold;
    vertical-align: middle;
}
.topic-solution {
    /*
  overflow: hidden;
  border-top: solid 1px #e5e5e5;
  padding-top: 6px;
  margin-top: 5px;
  */
}
/* module */
 .module .module-body > ul {
    padding-left: 0;
}
.module ul li i {
    /*width: 14px;*/
    /*color:rgb(145, 145, 145);*/
}
.module .module-body > h3 {
    /*color:#262626;*/
    /*font: 300 20px Roboto, arial, sans-serif;*/
    font-size: 21px;
    font-weight: 300;
    margin-top:0px;
}

.module-stats .staff > h3 {
      font-size: 21px;
    font-weight: 300;
    margin-top:0px;
}

.module-topiclist h3 {
    /*font: 500 24px Roboto, arial, sans-serif;*/
}
/* module-links */
.module-links ul li {
    list-style: none;
    line-height: 20px;
    /*font: 300 14px Roboto, arial, sans-serif;*/
    font-size: 14px;
    font-weight: 300;

}

.module-category-articles ul li {
    list-style: none;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;

}
.module-category-articles li a{
    white-space: nowrap;
}
.module-category-articles li.selected {
    font-weight: bold;
}

/* module-twitter */
.module-twitter h3 {
    color:#262626;
    /*font: 300 20px Roboto, arial, sans-serif;*/

    margin-top:0px;
}
/* module-facebook */
.module-facebook .module-body {
    padding:14px;
}
/* module-knowledgebase */
 .module-knowledgebase .module-body h3 {
    margin-top:5px;
    margin-bottom: 15px;
    }
.module-knowledgebase h3 a {
    /*color: #262626;*/
}
.module-knowledgebase h6 {
    /*white-space: nowrap;*/
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /*color: #262626;*/
    /*font: bold 14px Roboto, arial, sans-serif;*/

    font-weight: bold;
    font-size: 16px;
}
.module-knowledgebase.module-knowledgebase-multi-level .kb-depth-0 {
    margin-bottom: 0 !important;
}
.module-knowledgebase.module-knowledgebase-multi-level .kb-depth-0 h6 {
    font-size: 24px;
    /*border-bottom: solid 5px #CDCDCD;
padding-bottom: 10px;*/
    font-weight: 500;
}
.kb-divider {
    /*border-top: solid 5px #CDCDCD;
    padding-top: 5px;*/
    display:none;
}
.module-knowledgebase h6 a {
    /*color: #262626;*/
    vertical-align: middle;
    display: table-cell;
}
.module-knowledgebase ul {
    list-style: none;
    padding-left: 1px;
}
.module-knowledgebase .cat-logo {
    font-size:25px;
    margin-right: 10px;
    float:left;
}
.module-knowledgebase .cat-icon {
    font-size:0.85em;
}
.module-knowledgebase .badge {
    padding: 1px 3px 2px 3px;
    border-radius: 4px;
    float:right;
}
.module-knowledgebase .kb-header {
    display: table;
    min-height: 49px;
    height: 49px;
}
.module-knowledgebase .kb-actions {
    margin: 10px;
    color: #333333;
    display: none;
}
.module-knowledgebase .kb-col:hover .kb-actions {
    display:block;
}


.module-knowledgebase .subcategory a {
    vertical-align: middle;
    display: table-cell;
}

.module-knowledgebase .subcategory .kb-header {
display: table;
min-height: 24px;
height: 24px;
}

.module-knowledgebase .subcategory .cat-logo {
font-size: 12px;
margin-right: 1px;
float: left;
margin-left: 12px;
}



/* Navbar */
.frontend .navbar {
    min-height: 44px;
    border: 1px solid rgb(191, 191, 191);
}
.frontend .navbar-brand {
    padding: 9px 15px;
}

/*
.frontend .navbar .nav > li > a {
    max-width: 180px;
    min-width: 20px;
    padding: 13px 0 10px 0;
    margin: 0 18px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.4;
    color: #737373;
    text-overflow: ellipsis;
    text-shadow: none;
    white-space: nowrap;
    vertical-align: top;

    border-bottom: 2px solid transparent;
}
*/

.frontend .navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
    color: #262626;
   /*border-color: #427fed;*/
}

.frontend .nav>li>a:hover, .nav>li>a:focus {
    /*background-color: #fbfbfb;*/
    opacity: 0.8;
}
.frontend .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    font-weight: bold;
    /*color: #262626;*/
    text-decoration: none;
    border-color: #427fed;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.218s ease 0s;
    -moz-transition: border-color 0.218s ease 0s;
    -o-transition: border-color 0.218s ease 0s;
    transition: border-color 0.218s ease 0s;
}
.frontend .navbar-fixed-top, .navbar-static-top {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    border-width: 0 0 1px;
    background-color: #fbfbfb;
}
.frontend .navbar > .container .nav-right {
    float: right;
    margin: 0;
}
.frontend .navbar > .container .nav-right > li {
    float: left;
}
.hidden-xs {
    /*display: inline!important;*/
}
.frontend .navbar .user-menu .dropdown-toggle .avatar {
    display: inline-block;
    border: 2px solid rgb(229, 229, 229);
    margin-right: 5px;
    vertical-align: top;
    position: relative;
    top: -4px;
    width: 27px !important;
    height: 27px !important;
}
.gravatar {
    border-radius: 50%;
}
.frontend .navbar .user-menu .user-name {

}


/* module-stats */
.module-stats .badge {
    padding: 1px 3px 2px 3px;
    border-radius: 4px;
}
.module-stats .user-avatar {
    display:inline-block;
    margin-right:3px;
    margin-bottom:5px;
}
.module-stats ul li {
    list-style: none;
    line-height: 20px;
    /*font: 300 14px Roboto, arial, sans-serif;*/
    font-size: 14px;
    font-weight: 300;

}
/*
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/
*/

/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
 #fb-root {
    display: none;
}
/* To fill the container and nothing else */
 .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    overflow: hidden;
}
/* module-search */
 .module-search #input-inline-button,  .module-add-topic #input-inline-button {
    position: absolute;
    right: 23px;
    line-height: 34px;
    font-size: 1.6em;
    color:rgb(201, 201, 201);
    display:none;
    z-index: 2;
}
 .input-inline-icon{
    position: absolute;
    line-height: 34px;
    font-size: 1.6em;
    color:rgb(201, 201, 201);
    z-index: 5;
}

.module-search #add-topic-button,  .module-add-topic #add-topic-button {
    z-index: 2;
}
.module-search .results-pane {
    /*position:absolute;*/
    background-color:white;
    /*border: 1px solid #cccccc;
  border-radius: 4px;*/
    border-top: 0px;
    width: 100%;
    z-index:10000;
    display:none;
    /*margin-top: 34px;*/
    margin-top: 19px;
    background-color: gainsboro;
}
.module-search .results-pane .topic-item {
   /* margin-left: -10px;
    margin-right: -10px;*/
    padding-left: 10px;
    padding-right: 10px;

    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
}

.module-search .results-pane .topic-item:first-child {
    border-top: solid 1px #dddddd;
}



.module-search .results {

    padding:0px;
    /*border: 1px solid #dddddd;*/
    /*border-top-color: transparent;*/
    border-top-width: 0px;
    border-radius: 0 0 4px 4px;
    background-color: white;
    /*padding-left: 0px;
    padding-right: 0px;*/
}
.result-info {
    background-color: gainsboro;
}
.result-none {
    display:none;
    text-align: center;
}
.module-search {
    z-index:1015;
    position: relative;
}
.module-search-active .module-body {
    background-color: gainsboro;
}
.module-search .input-group {
    z-index:1015;
}
.module-search .add-new-tab {
    padding-top: 5px;
    padding-bottom: 4px;
   /* color:black;*/
}
.module-search .add-new-tab:hover {
    background-color: transparent;
    border-color: transparent;
}
.module-search #search_btn {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left-width: 0;
}
/* backdrop */
 .backdrop {
    /*position:absolute;
    width:100%;
    height:100%;*/
    position:fixed;
    background-color:rgba(91, 91, 91, 0.41);
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:1014;
    display:none;
    pointer-events: none;
}
/* multicolumn */

/* clear the first in row for any block that has the class "multi-columns-row" */
 .multi-columns-row .col-xs-6:nth-child(2n + 3) {
    clear: left;
}
.multi-columns-row .col-xs-4:nth-child(3n + 4) {
    clear: left;
}
.multi-columns-row .col-xs-3:nth-child(4n + 5) {
    clear: left;
}
.multi-columns-row .col-xs-2:nth-child(6n + 7) {
    clear: left;
}
.multi-columns-row .col-xs-1:nth-child(12n + 13) {
    clear: left;
}
@media (min-width: 768px) {
    /* reset previous grid */
    .multi-columns-row .col-xs-6:nth-child(2n + 3) {
        clear: none;
    }
    .multi-columns-row .col-xs-4:nth-child(3n + 4) {
        clear: none;
    }
    .multi-columns-row .col-xs-3:nth-child(4n + 5) {
        clear: none;
    }
    .multi-columns-row .col-xs-2:nth-child(6n + 7) {
        clear: none;
    }
    .multi-columns-row .col-xs-1:nth-child(12n + 13) {
        clear: none;
    }
    /* clear first in row for small columns */
    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: left;
    }
    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: left;
    }
    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: left;
    }
    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: left;
    }
    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: left;
    }
    .modal-dialog{width:740px;}
}
@media (min-width: 992px) {
    /* reset previous grid */
    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: none;
    }
    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: none;
    }
    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: none;
    }
    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: none;
    }
    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: none;
    }
    /* clear first in row for medium columns */
    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: left;
    }
    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: left;
    }
    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: left;
    }
    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: left;
    }
    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: left;
    }
    .modal-dialog{width:780px;}
}
@media (min-width: 1200px) {
    /* reset previous grid */
    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: none;
    }
    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: none;
    }
    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: none;
    }
    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: none;
    }
    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: none;
    }
    /* clear first in row for large columns */
    .multi-columns-row .col-lg-6:nth-child(2n + 3) {
        clear: left;
    }
    .multi-columns-row .col-lg-4:nth-child(3n + 4) {
        clear: left;
    }
    .multi-columns-row .col-lg-3:nth-child(4n + 5) {
        clear: left;
    }
    .multi-columns-row .col-lg-2:nth-child(6n + 7) {
        clear: left;
    }
    .multi-columns-row .col-lg-1:nth-child(12n + 13) {
        clear: left;
    }
}
.multi-columns-row[class*="col-"] {
    margin-bottom:15px;
}
/* setup section (customize) */
 #setup_overlay {
    width: 100%;
    position: absolute;
    z-index: 6000;
    background-color: rgba(0, 0, 0, 0.1);
    height: 100%;
    top: 0;
}
.m_mask:hover {
    background-color: transparent;
}
.m_mask {
    /*background-color: rgba(256, 0, 0, 0.2);*/
    position: absolute;
    z-index: 6500;
    cursor: pointer;
    top:0;
    width:100%;
    height:100%;
}
.setup_mode {
    border:1px dotted white;
    position:relative;
    overflow:hidden;
}
.setup_mode:hover {
    border:1px dotted rgba(0, 0, 0, 0.2);
    background-color: white;
    z-index:6700;
}
.setup_mode .setup_actions {
    display:none;
    position:absolute;
    margin:10px;
    z-index: 6701;
}
.setup_mode:hover div.setup_actions {
    display:block !important;
    z-index: 6701;
}
.setup_mode .setup_actions a {
    color:#fff;
    background-color:#aaa;
    padding:1px 5px 3px 5px;
    margin-right:1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
}
body.customization {
    overflow:hidden;
}
/* module-forums and module-categories */
.module-forums .badge, .module-categories .badge, .module-user-profile-menu .badge{
    padding: 1px 3px 2px 3px;
    border-radius: 4px;
}
.module-forums ul li, .module-categories ul li, .module-user-profile-menu ul li{
    list-style: none;
    line-height: 20px;
    /*font: 300 14px Roboto, arial, sans-serif;*/
    font-size: 14px;
    font-weight: 300;
    font-weight: bold;
}
.module-forums ul li a {
   /*color: #262626;*/
}
.module-categories ul li a {
    /*color: #262626;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.module-categories .cat_level_1 {
    font-weight: 300;
}

.module-categories .cat_level_2 {
    font-weight: 300;
    font-size: 12px;
}

.module-categories .cat_level_3 {
    font-weight: 300;
    font-size: 10px;
}

/* module-twitter */
 .module-twitter .module-body {
    padding:15px;
}
.module-twitter iframe {
    min-width: 125px !important;
    width:100%;
}
#m_knowledgebase:hover span.icon-list {
    display:block;
}
/* module-user-activity */
.module-user-activity .badge {
    padding: 1px 3px 2px 3px;
    border-radius: 4px;
}
.module-user-activity ul li {
    list-style: none;
    line-height: 20px;
    /*font: 300 14px Roboto, arial, sans-serif;*/
    font-size: 14px;
    font-weight: 300;
    font-weight: bold;
}
.module-user-activity ul li a {
    /*color: #262626;*/
}
/* modal */
 .modal-backdrop.in {
    background-color:rgba(91, 91, 91, 0.41);
}
/* Buttons for sign in form */
 .btn-google, .input-group-addon.btn-google {
    color:white;
    background-color: #dd4b39;
    border-color: #dd4b39;
}
.btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active {
    background-color: #d73925;
    border-color: #c23321;
    color:white;
}
.btn-twitter, .input-group-addon.btn-twitter {
    color:white;
    background-color: #55acee;
    border-color: #55acee;
}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active {
    background-color: #3ea1ec;
    border-color: #2795e9;
    color:white;
}
.btn-facebook, .input-group-addon.btn-facebook {
    color:white;
    background-color: #3B5998;
    border-color: #3B5998;
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active {
    background-color: #344e86;
    border-color: #2d4373;
    color:white;
}
.btn-vk {
    color:white;
    background-color: #36638e;
    border-color: #36638e;
}
.btn-vk:hover, .btn-vk:focus, .btn-vk:active, .btn-vk.active {
    background-color: #2f567c;
    border-color: #284969;
    color:white;
}
.auth-buttons {
    padding-left: 0px;
}
.auth-buttons li {
    list-style: none;
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
}
.close-signin {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 3000;
}
/* topic */
 .topic-item .icon {
    background-repeat: no-repeat;
    background-position: 0 1px;
    display: inline-block;
    width: 16px;
    height: 17px;
    position: relative;
    margin: -1px 0 -4px 0;
    float: none;
}
.topic-item .topic-header a {
    /*color: #262626;*/
}
.topic-item .topic-text {
    padding-left: 56px;
}
.topic-item .topic-details {
    padding-left: 56px;
}
.topic-item .topic-tags {
    padding-left: 56px;
    margin-top: 10px;
    margin-bottom: 5px;

    line-height: 23px;
    font-size: 16px;
    overflow: hidden;
}
.topic-item .topic-tags .label {
    background-color: rgb(115, 176, 175);
    margin-right: 5px;
    padding: 3px 5px;
}
.topic-item .actions-bar {
    border-top: solid 1px #e5e5e5;
    padding-top: 20px;
    /*padding-left: 54px;*/
    margin-top: 10px;
    display:none;
    /*overflow:hidden;*/
}
.topic-item-full .actions-bar {
    display:block;
}
.topic-item-compact-list .actions-bar {
    margin-bottom: 15px;
}
.topic-item .actions-bar button {
    font-weight:bold;
}


/* topic actions */
 .topic-actions {
    float:right;
    line-height: 23px;
    margin:0;
    display: inline-block;
    /*position: absolute;
    right: 35px;*/
    padding:0px;
}
.topic-actions > li {
    list-style: none;
    float:left;
    margin:0;
    padding: 0;
    color:#ddd;
    opacity:0;
    margin-top: 0;
}

.module-topiclist .topic-item:hover {
/*background-color: rgb(240, 240, 240);*/
border-left: solid 4px black;
margin-left: -5px;
border-right: solid 4px black;
margin-right: -5px;
padding-left: 21px;
padding-right: 21px;
}

.topic-item:hover .topic-actions > li {
    opacity:1;
}
.topic-actions > li > a {
    margin-left:8px;
    color:#777;
}
.topic-actions > li > .dropdown > a {
    margin-left:8px;
    color:#777;
}
.topic-actions > li a b {
    font-weight: normal;
}
.topic-actions li a:hover {
    color:black;
}
/* links */
 .module-links .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
/* modele share */
 .module-share ul li i {
    margin-right:5px;
}

/* feedback type image */
.topic-type-image .fa-stack {
    font-size: 19px !important;
    line-height: 18px;
}

.topic-item-full {
    padding-left: 0px;
    padding-right: 0px;
}

.topic-item-full:hover {
    background-color:transparent;
    border: 0;
    margin-left:0;
    margin-right:0;
}
.topic-details .label, .comment-details .label{
    padding: 0px 5px 1px 5px;
    border-radius: 4px;
    font-size: 1em;
}
.label {
    /*font-family: Roboto, arial, sans-serif;*/
}
.module .breadcrumb {
    background-color:transparent;
}
.module-topiclist .pagination {
    margin-top: 0px;
    margin-bottom: 0px;
}
.module-topiclist .topiclist-paginator {
    text-align: right;
    padding-top: 15px;
}
.m_loading_mask {
    float:right;
    display:none;
}
#filters .caret {
}
/* dropdowns */
 .dropdown-menu-withbadges .badge {
    margin-left:20px;
    /*margin-right:20px;*/
    padding: 1px 3px 2px 3px;
    border-radius: 4px;
}
.dropdown-menu-withbadges li {
    cursor: pointer;
}
.module-topiclist .nav-pills>li>a {
    padding: 6px 15px;
}
.module-topiclist .nav-pills {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
}
.navbar-brand {
    height:38px;
}
/* team */
 .module-team .staff .username {
    text-align: center;
    margin-top: 8px;
}
.module-team .staff .username a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*font-family: Roboto, arial, sans-serif;*/
    color: #262626;
}
.module-team .staff-avatar img {
    width:100% !important;
    height:100% !important;
}
.module-team .staff .title {
    text-align: center;
    color: #999;
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin: 2px 0 0 0;
    max-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.module-team h3 {
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.module-team {
    background-color: transparent;
}
.module-team .module-body {
    background-color: white;
}
/* item-avatar */
 .module-team .item {
    margin-bottom:15px;
}
.module-team .item-avatar {
    float:left;
    margin-right:10px;
}
.module-team .item-username {
    color: #999;
    font-size: 0.95em;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.module-team .item-username a {
    font-weight:bold;
    color: #262626;
    /*font-family: Roboto,arial,sans-serif;*/
}
.module-team .item-rating {
    font-size: 16px;
    color: #808080;
    font-weight: bold;
    line-height: 14px;
}
.module-team .item:after {
    content:"";
    display: table;
    clear: both;
}
.module-team {
    border:0;
}

.top-section:after {
    content:"";
    display: table;
    clear: both;
}

/* user profile */
.userprofile .sidebar-offcanvas .user-avatar img {
    width:100% !important;
    height: 100% !important;
}
.userprofile .sidebar-offcanvas .user-name {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*font-family: Roboto, arial, sans-serif;*/
    color: #262626;
    margin-top: 15px;
}
.sidebar-offcanvas .badge {
    padding: 1px 3px 2px 3px;
    border-radius: 4px;
}
.sidebar-offcanvas .item-rating {
    font-size: 16px;
    color: #808080;
    font-weight: bold;
    line-height: 14px;
}
.subscription-settings .category {
    padding-left: 40px;
}
.subscription-settings .category .subcategory {
    padding-left: 20px;
}
.subscription-settings i {
    cursor:pointer;
    font-size: 14px;
}
.userprofile .notification-list .checkbox {
    margin-top:0px;
    margin-bottom:5px;
}
.userprofile .notification-list {
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 0;
}
/* user topics by statuses */
 .m_usertopicstates .counts {
    padding-right:5px;
    text-align:right;
    /*border:solid 1px rgb(174, 174, 174);*/
    cursor:pointer;
    font-size: 21px;
    font-weight: 500;

}

.m_usertopicstates .counts h1 {
    /*font-family: Roboto, arial, sans-serif;*/
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: 500;
}
.m_usertopicstates .sname {
    padding-top: 2px;
    /*border: solid 1px rgb(174, 174, 174);*/
    color:white;
    text-align:left;
    vertical-align:bottom;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:3px;
    cursor:pointer;
}
.m_usertopicstates .sname i {
    display: none;
}
.m_usertopicstates .sname.active i {
    display: inline-block;
}
/* userprofile projects */
 .ue_project_item {
    background-color:white;
    padding: 0px;
    margin-bottom: 10px;
}
.ue_project_list a {
    text-decoration: none;
}
.ue_project_name {
    padding: 10px;
}
.ue_project_name {
    /*color: #262626;*/
    font-size: 16px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*font-family: Roboto, arial, sans-serif;*/
    text-decoration: none;
}
.main-header {
    /*color: #262626;*/
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
    /*font-family: Roboto, arial, sans-serif;*/
}
.ue_project_stats {
    color: #404040;
    font-size: 13px;
    /*font-family: Roboto, arial, sans-serif;*/
    padding-left:10px;
    padding-bottom:10px;
    padding-right:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* userprofile comments */
 .userprofile-comments .comment-text {
    padding-left:0px;
}
.userprofile-comments .topic-list {
    /*margin-left:-20px;
  margin-right:-20px;*/
}
.userprofile-comments .comment-item {
    margin-left: 23px;
    border-left: solid 4px #eee;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 7px;
    padding-right: 0px;
    margin-top: 1px;
}
.userprofile-comments .topic-item {
    cursor:pointer;
}
.userprofile-comments .topic-item .topic-header a {
    text-decoration: none;
}
.fileinput-button {
    position: relative;
    overflow: hidden;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter:'alpha(opacity=0)';
    cursor: pointer;
    width:100%;
    height:100%;
}
/* Fixes for IE < 8 */
 @media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}
.module {
    /*padding-top: 5px;*/
}
.bs-callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
.bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.bs-callout-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.userprofile .module-topiclist .breadcrumb {
    display:none;
}

.userprofile-projects .module-nav {
}

.userprofile .module {
    border-top: 5px solid #fff;
    border-top-color: #76a7fa;
}
/* module nav */
 .module.module-nav {
    /*background-color:white;*/
    border-top: 5px solid #fff;
    border-top-color: #76a7fa;
}
.module-nav .main-header {
    /*color: #262626;*/
    /*font: 500 20px Roboto, arial, sans-serif;*/
    font-weight:500;
    font-size: 20px;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.topic-item-full > .module-body:first-child {
    border-top: 5px solid #fff;
    border-top-color: #76a7fa;
}
.topic-item-full .topic-text {
    padding-left:0px;
}
.topic-item-full .topic-tags {
    padding-left:0px;
}
.topic-item-full .topic-details {
    padding-left:0px;
}
.topic-head {
    overflow: hidden;
    margin-bottom: 10px;
}
.breadcrumb .topic-type-image {
    margin-left: -9px;
}
.admin-post-features {
    margin-top: 10px;
    padding-bottom: 5px;
}
.comment-private {
    background-color:rgb(245, 245, 245);
}
.comment-actions .btn{
    padding: 0px 6px;
}

.comment-votes {
margin-left:5px;
line-height: 23px;
font-size: 16px;
}

.topic-votes {
margin-left:5px;
line-height: 23px;
font-size: 16px;
}

.topic-votes a {
text-decoration: none;
    }

.topic-user-vote, .topic-user-satisfaction {
margin-left:5px;
line-height: 23px;
font-size: 16px;
}

.topic-user-vote a {
text-decoration: none;
    }

.topic-hide-button {
margin-left:5px;
line-height: 23px;
font-size: 16px;
}
.topic-hide-button .label{
background-color: #cccccc;
cursor:pointer;
padding-top: 4px;
}


/*
.comments-pinned .pinned {
    display:none;
}
*/

.tag-list ul {
    margin:0;
    padding:0;
}

.tag-list ul li {
    display:inline-block;
    line-height: 23px;
    font-size: 16px;

}

.tag-list ul li label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;

background-color: rgb(115, 176, 175);
cursor:pointer;
}

.modal-merge .module-search .results {
    padding-top: 0;
}

.topic-custom-fields {
    margin-top:10px;
}

.topic-custom-fields .text-right {
    font-weight:bold;
}

.topic-custom-fields > div {
    margin-bottom:3px;
}



/* Polls */
.poll_variants {
    width:100%;
    border-spacing: 0px;
    margin-top: 10px;
}

.poll_variant {
height:26px;
}


.pv_container {
    width:100%;
}

.pv_bar_placeholder{
    background-color:#F1F1F1;;
    height: 20px;
    cursor:pointer;
}

.poll_variant .pv_vc {
background-color: #B9CEF0;
padding: 1px 5px;
margin-left: 1px;
color:white;
}

.poll_variant .pv_vote_indicator {
margin-right: 5px;
margin-bottom: 5px;
}

.poll_variant .pv_name {
color:#3B5998;
margin-left:10px;
font-size:13px;
float:left;
}

.poll_variant .pv_bar {
background-color:#B9CEF0;
height: 20px;
}

.module-stats-topics a {
color: #999;
font-size: 10px;
line-height: 16px;
text-transform: uppercase;
}

.module-stats-topics h4 {
margin-top:0;
margin-bottom:2px;
color: #428bca;
font-size: 20px;
font-weight: normal;
line-height: 22px;
}

.module-stats-topics .module-body {
padding-top: 5px;
padding-bottom: 5px;
}

.vk-widget-container {
height: 215px;
overflow: hidden;
}

.vk-widget-container #vk_groups {
width:100% !important;
}

.vk-widget-container #vk_groups iframe {
width:100% !important;
}

.gplus-widget-container > div {
    width:100% !important;
}

.gplus-widget-container > div iframe {
    width:100% !important;
}

.actions-bar .label {
padding: 0px 5px 1px 5px;
border-radius: 4px;
font-size: 1em;
}


.dashboard-topic-moderation {
    padding-top:40px;
    overflow:hidden;
}

.topic-item-medium-list .topic-text {
    max-height: 68px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;

    padding-left:0px;
    margin-top:5px;

    position:relative;
}

.topic-item-medium-list {
padding-top: 15px;
padding-bottom: 15px;
}

.topic-item-medium-list .topic-poll {
margin-left: 55px;
}

.b-post-more {
padding-left: 55px;
padding-top: 5px;
display: block;
cursor: pointer;
}

.topiclist-topics {
margin-left: -20px;
margin-right: -20px;
}


.topic-item-private-label {
position: absolute;
background-color: red;
height: 30px;
padding-top: 7px;
text-align: right;
right: 15px;
color: white;
padding-left: 10px;
padding-right: 10px;
}

.topic-item-ticket-id {
position: absolute;
background-color: red;
height: 30px;
padding-top: 7px;
text-align: right;
left: 15px;
color: white;
padding-left: 10px;
padding-right: 10px;
font-weight:bold;
}

.topic-item-private > .module-body:first-child {
border-top-color: red;
}

#private-message {
margin-top: 10px;
margin-bottom: -10px;
}

.search-divider {
background-color: rgb(74, 102, 127);
padding: 10px;
font-weight: 500;
color: white;
padding-bottom: 5px;
padding-top: 5px;
}

#id_feedback_form #id_header {
    height:34px;
    overflow: hidden;
}

.module-image img {
    max-width:100%;
    height:auto;
}

.offcanvas-toggle {
margin-right: 0px;
margin-top: 2px;
}

.redactor_toolbar {
    background: #F4F4F4;
}

.redactor-editor {
    padding: 10px 10px;
    font-size: 13px;
}

#redactor-tab-control-2 {
    display:none !important;
}

.module-forums ul li a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}

.satisfaction_rating_edit .btn-danger.disabled,.satisfaction_rating_edit .btn-success.disabled {
    opacity:1;
}

.satisfaction-bar {
/*border-top: solid 1px #e5e5e5;
padding-top: 20px;*/
overflow: hidden;
margin-top: 10px;
}

.captcha_container {
    float:right;
    display:inline-flex;
}

.captcha_container .captcha {
   float: right;
height: 34px;
border: 1px solid #ccc;
border-radius: 4px 0px 0px 4px;
margin-left: 5px;
}

.captcha_container input {
display: block;
width: 70px;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 0px 4px 4px 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.module-search .topic-item .topic-header a {
color: #262626;
}

.module-search .topic-details a {
    color:#999 !important;
}




.theme-dark .has_overflow .gradientback {
    position:absolute;
    z-index:2;
    right:0; bottom:0; left:0;
    height:30px;
    background: url(data:image/svg+xml;base64,alotofcodehere);
    background: -moz-linear-gradient(top,  rgba(42,42,42,0) 0%, rgba(42,42,42,1) 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,42,42,0)), color-stop(70%,rgba(42,42,42,1)));
    background: -webkit-linear-gradient(top,  rgba(42,42,42,0) 0%,rgba(42,42,42,1) 70%);
    background: -o-linear-gradient(top,  rgba(42,42,42,0) 0%,rgba(42,42,42,1) 70%);
    background: -ms-linear-gradient(top,  rgba(42,42,42,0) 0%,rgba(42,42,42,1) 70%);
    background: linear-gradient(to bottom,  rgba(42,42,42,0) 0%,rgba(42,42,42,1) 70%);
}


.theme-default .has_overflow .gradientback{
    position:absolute;
    z-index:2;
    right:0; bottom:0; left:0;
    height:30px; /* adjust it to your needs */
    background: url(data:image/svg+xml;base64,alotofcodehere);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(70%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
}

.comment-form-actions .btn, .comment-form-actions .form-control {
    width:auto;
    float:right;
    margin-left:5px;
    margin-bottom: 5px;
}

.module.module-topiclist .module-body {
    background-color:transparent;
}

.module-topiclist .topic-item {
margin-bottom: 2px;
}

 .top-section {

margin-left: -20px;
padding-left: 20px;
margin-right: -20px;
padding-right: 20px;
margin-top: -20px;
padding-top: 20px;

margin-bottom: 2px;
}


/*
.topic-solution {
background-color: #F5F5F5;
border-radius: 4px;
padding: 5px;
margin: -5px;*/
/* margin-top: 20px; */
/*margin-bottom: 8px;
}*/

.bottom-section {
margin-bottom: -20px;
margin-left: -20px;
margin-right: -20px;
padding: 20px;
padding-top: 10px;
}

@media (max-width: 480px) {
.topic-item {
   /* padding-left: 5px;
    padding-right: 5px;*/
}

.nav > li > a {
    padding: 10px 5px;
}

.topic-avatar img {
    width:23px !important;
    height: 23px !important;

}

.comment-edit {
    padding:0px;
}

 .topic-avatar {
    margin-right:2px;
    }

.topic-item .topic-details {
padding-left: 0px;
}

}


/* navbar */
.navbar-nav {
float: left;
margin: 0;
margin-top: 2px;
}


.navbar-nav>li {
float: left;
}

@media (max-width: 800px) {

.frontend .navbar-fixed-top .user-name {
    display:none;
}

.frontend .navbar-fixed-top .container {
    padding-left:0;
    padding-right:0;
    width:auto;
    margin-left:0;
    margin-right:0;
    margin-top: 3px;
}

}

.navbar-header {
float: left;
}

.frontend .navbar-fixed-top {
margin: 0;
padding: 0 15px;
border: none;
/*min-height: 40px;
height: 40px;*/
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}

.frontend .navbar-fixed-top .nav > li > a {
text-shadow: none;
padding-top: 10px;
padding-bottom: 0px;
height: 38px;
}


.module.module-custom-script {
    border:0;
    margin:0;
}

.kb_topics li {
font-size: 14px;
margin-bottom: 2px;
}

.module-text .ue-content img {
    cursor:pointer;
}

.topic-item.topic-item-full-list {
    margin-bottom: 10px;
}

.m_usertopicstates .table-wrapper{
    overflow-x: auto;
}

.m_usertopicstates {
    clear:both;
}

.ue_project_item {
width: 100%;
height: auto;
}

.ue_project_stats {
opacity: 0.8;
}

.kb-header .label {
    padding: 2px;
padding-left: 3px;
padding-right: 3px;
}







/* clear first in row in ie 8 or lower */
.multi-columns-row .first-in-row {
    clear: left;
}

/* clear the first in row for any block that has the class "multi-columns-row" */
.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {
    /* reset previous grid */
    .multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
    .multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
    .multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
    .multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
    .multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }

    /* clear first in row for small columns */
    .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
    .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
    .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
    .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
    .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 992px) {
    /* reset previous grid */
    .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
    .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
    .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
    .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
    .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

    /* clear first in row for medium columns */
    .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
    .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
    .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
    .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
    .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 1200px) {
    /* reset previous grid */
    .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
    .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
    .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
    .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
    .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }

    /* clear first in row for large columns */
    .multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
    .multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
    .multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
    .multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
    .multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }
}

.module.module-widget-poweredby .module-body {
background-color: #666666;
border:0;
color:white;
}

.module.module-widget-poweredby a {
color:white;
}

.module-team h3 {
margin-top:5px;
    }



body.embedded {
    padding:0;
}

body.widget.embedded .container {
margin-top: 0;
border: 0;
box-shadow: none;
}

body.widget.embedded .container>.close {
    display:none;
}

body.widget.embedded .backdrop {
    display:none !important;
}

body.widget .backdrop {
    display:none !important;
}

body.widget .module.module-share .module-body{
    border-radius: 0;
    border-width: 0px;
}
body.widget .module.module-return .module-body{
    border-radius: 0;
    border-width: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}



.modal-body #sigin_popup .close-signin {
    display:none;
}

.comments-pinned .ue-content {
background-color: transparent;
}

.comments-pinned .comment-item {
    padding-left:20px;
}

.comments-pinned .divider {
    background-color:#E3E3E3;
    height:1px;
}

.topic-item.topic-noavatar .topic-avatar{
    display:none;
}

.topic-item.topic-noavatar .topic-details, .topic-item.topic-noavatar .topic-text{
    padding-left: 0px;
}

.topic-actions .btn{
    padding: 0px 6px 1px 6px;
}

.kb_topics > div {
    font-size: 14px;
    margin-bottom: 2px;
    /*display:flex;*/
}

.kb_topics i {
  margin-top:3px;
  margin-right:4px;
  float:left;
}

.kb_topics a {
  display:block;
  overflow: hidden;
}

#merge4search{
border-top: 0px;
}

.comment-disabled .topic-avatar, .comment-disabled .comment-details, .comment-disabled .comment-text, .comment-disabled .activator{
    display: none;
}

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

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

.topic-item-full .topic-header {
    white-space: normal;
    font-size:20px;
    font-weight: 500;
}

h1.topic-header, h3.topic-header{
    margin-top: 0px;
    margin-bottom: 0px;
}

h1.topic-header{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1.topic-header a{
    color: #262626;
}

.topic-item-full .topic-text,.topic-item-full-list .topic-text {
padding-left: 0px;
margin-top: 8px;
}

.topic-votes {cursor:pointer;}

.topic-item-full .topic-votes {cursor:default;}

.topic-item-full-list .topic-header {
    white-space: normal;
}

/* modify module-search for sidebar */
.sidebar-offcanvas .module-search .results{
    border-width: 1px;
}
.sidebar-offcanvas .module-search .result-info{
    display:none !important;
}
.sidebar-offcanvas .module-search .topic-avatar, #sidebar .module-search .topic-votes, #sidebar .module-search .topic-details{
    display:none;
}
.sidebar-offcanvas .module-search .topic-header{
    white-space: normal;
    font-size: 13px;
    line-height: 15px;
}
.sidebar-offcanvas .module-search .topic-item{
    padding-top:0px;
}

/* borders for sidebar modules */
.sidebar-offcanvas .module{
    border-top: 5px solid #76a7fa;
}
.sidebar-offcanvas .powered-by-ue-visibility{
    border-top: 0px solid #fff;
}

.sidebar-offcanvas .module.module-image:first-child {
    border-top: solid 1px #d8d8d8;
}

.module.powered-by-ue-visibility .module-body{
    border: 0;
}



input.placeholder, textarea.placeholder{
    color: #aaa;
}

.comments-pinned .comment-toggle {display:none;}

.comments-pinned .comment-text {display:block !important;}

.module-categories ul > li.selected, .module-forums ul > li.selected, .module-user-profile-menu ul > li.selected{
/*MVR - do more wide selected item */
margin: -1px -20px;
padding: 1px 20px;
}

.module-categories ul > li > span.badge, .module-forums ul > li > span.badge, .module-user-profile-menu ul > li > span.badge{
    margin-top:2px;
}


/* main structure */

.frontend .navbar-fixed-top .container {
margin-top: 3px;
}




html,body {
height: 100%;
overflow: hidden;
}

#wrap {
    height:100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}


/* one row mobile presentation */


@media (max-width: 768px) {

.module {
    margin-left: 3px;
margin-right: 3px;
}

/* MVR 1 of 2: try to fix widget in mobile - do not scrolled before
#wrap {
    overflow:hidden;
}
*/

#wrap > .container {
/* MVR 2 of 2: try to fix widget in mobile - do not scrolled before
    height:100%;
*/
    overflow:hidden;
}

#wrap > .container > .row-offcanvas {
    height:100%;
}

#wrap > .container > .row-offcanvas > .main-content {
    height:100%;
    overflow:hidden;
    /*overflow-y:auto;*/
    -webkit-overflow-scrolling: touch;
}

#wrap > .container > .row-offcanvas > .sidebar-offcanvas {
    height:100%;
    overflow:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}

.frontend .navbar .user-menu .dropdown-toggle .avatar {
    margin-right:0px;
}

.frontend .navbar-brand {
padding-left: 5px;
}

}

.frontend .navbar-fixed-top .nav > li > a {
padding-top: 6px;
padding-bottom: 0px;
height: 34px;
margin-top: 2px;
margin-right: 10px;
padding-left: 7px;
padding-right: 7px;
border-color: transparent;
}



/* navbar mobile mode */
.navbar-offcanvas .back-button {
    float:left;
}

.navbar-offcanvas .user-menu {
    float:right;
}

.navbar-offcanvas .user-menu > li {
    float: left;
}

.navbar-offcanvas .user-menu .dropdown-toggle {
margin-right: 15px;
height: 34px;
padding: 6px;
}

.navbar-offcanvas .user-menu .btn {
margin-right: 15px;
height: 34px;
padding: 6px;
}

.user-menu .avatar {
float:left;
}

.navbar-offcanvas .user-name {
    float:left;
}

.navbar-offcanvas .user-name .placeholder {
max-width: 83px;
display: block;
overflow: hidden;
float: left;
margin-right: 5px;
margin-left: 5px;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}

#sidebar .hidden-sidebar{
    display: none;
}

.navbar-fixed-top .user-name .placeholder {
/*
max-width: 140px;
display: block;
overflow: hidden;
float: left;
margin-right: 5px;
margin-left: 5px;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
*/
}

.navbar-brand i {
float:left;
margin-right:5px;
}

.navbar-brand .placeholder {
max-width: 220px;
display: inline-block;
overflow: hidden;
white-space: nowrap;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}

/* Fix - long headers for fielda in sign up panel - broken strings */
#signup_panel .form-group {
 clear:both;
}
#signup_panel .form-group .col-sm-8 {
    padding-bottom: 15px;
}
/* end fix */

#signup_panel .form-horizontal .form-group {
     margin-right: 0;
     margin-left: 0;
}

#signup_panel .form-horizontal .checkbox {
    margin-bottom:10px;
}


.share-buttons a {
    display:block;
    float:left;
    margin-right:5px;
    font-size:16px;
}

.share-buttons {
    overflow: hidden;
}


.topic-duplicates {
margin-left: -20px;
margin-right: -20px;
padding-top: 10px;
}

.topic-duplicates .topic-item {
border-bottom: 1px solid #e1e8ed;
padding-bottom: 5px;
}

.topic-duplicates .topic-item:first-child {
border-top: 1px solid #e1e8ed;
}

.topic-duplicates .topic-item:last-child {
border-bottom: 0;
}

.topic-duplicates .topic-item:hover .comment-actions > li > a{
    color:#8899a6;
}

.topic-duplicates .topic-item .comment-actions > li > a:hover {
    color:black;
}

.topic-duplicates .topic-item-full-list .topic-header {
font-size: 15px;
font-weight: bold;
}

.theme-dark .sidebar-offcanvas .module.module-image:first-child {
border-top: solid 1px #333333;
}

.module-user-contacts ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popover-content {

  border-radius: 5px;
}

#share-email {
    color: gray;
}
.user-section-header{
    overflow: auto;
    padding-top:10px;
}
.user-section-header button{
    margin: -5px 15px 10px 10px;
    float:right;
}

/* make a div with real height (not a zero) if inside components float only. Uses in search module (at least)*/
.div-normal-height{
    overflow:hidden;
}

/* round left side of search field (we do have an item before, so, bs do not round it) */
.module-search #search{
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.label-tag-delete{
    display: none;
    color:red;
    cursor:pointer;
    }

.label-topic-tag:hover .label-tag-delete{
    display:inline-block !important;
}

/* hide "X" in the inplace modals */
body.embedded #base_modal.inplace .modal-header a.close{display:none;}

.input-group .form-control.control-with-avatar{
    padding:2px 12px;
    vertical-align: middle;
    float:unset;
}


.modal-footer #id_submit_btn, .modal-footer #id_cancel_btn{
    min-width: 100px;
}





/* Dark theme */
.theme-dark .comment-item:first-child {
    border-top: 1px solid #959592;
}

.theme-dark .comment-item {
    border-bottom: 1px solid #959592;
}

.theme-dark .redactor-toolbar a {
    background: #313131;
    color: #fff;
}

.theme-dark .redactor-toolbar a.redactor-button-active {
    background: rgba(245, 245, 245, 0.95);
    color: rgba(0, 0, 0, 0.4);
}
.theme-dark .redactor-toolbar a:hover, .redactor-air a:hover {
    outline: none;
    color: #fff;
    background: #449aef;
}

.theme-dark .redactor-box.redactor-styles-on {
    background: #313131;
  }

.theme-dark .redactor-source-view .redactor-toolbar {
      background: black;
  }

.theme-dark .redactor-focus.redactor-styles-on, .redactor-focus:focus.redactor-styles-on {
      border-color: #656565 !important;
  }

.theme-dark .redactor-box .ue-editor {
  background: #585858;
}

.theme-dark .comment-item:hover {
    background-color: inherit;
}

.editor-simulator {
  width: 100%;
  overflow: auto;
  float: left;
  margin-top: 0px;
  padding: 10px 15px;
  margin-right: 4px;
  min-height: 115px;
  border-radius: 4px;
}

.ue-content {
	overflow: hidden;
}

.ue-content hr {
	border-color: #ccc;
}

.ue-content.redactor-layer {
	overflow: auto;
}


.ue-content object,
.ue-content embed,
.ue-content video,
.ue-content img {
	max-width: 100%;
	max-height: 800px;
	width: auto;
}

.ue-content h1,
.ue-content h2,
.ue-content h3,
.ue-content h4,
.ue-content h5,
.ue-content h6 {
	font-weight: 500;
}

.ue-content h1:first-child,
.ue-content h2:first-child,
.ue-content h3:first-child,
.ue-content h4:first-child,
.ue-content h5:first-child,
.ue-content h6:first-child {
	margin-top: 0px;
}

.ue-content img {
cursor: zoom-in;
cursor: -webkit-zoom-in;
}

.ue-content p {
margin:0;
/*min-height: 18px;*/
}

/*new style added*/
.ue-content p:empty {
min-height: 18px;
}

.ue-content table {
	border-collapse: collapse;
    font-size: 1em;
    margin-bottom: 1.3em;
    table-layout: fixed;
    width: 100%;
}

.ue-content table td {
border: 1px solid #ddd;
padding: 5px;
vertical-align: top;
}

.ue-content table.unfix{
	table-layout: auto;
	/*display: block;*/
	/*overflow-x: auto;*/
}

.ue-content table thead td {
    border-bottom: 3px solid #000;
    font-weight: bold;
}

.ue-content a.i_item_file:before{
	display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
	content:"\f15b"; /*fa-file-file-o*/
	margin-right: 2px;
	font-size: 1.1em;
}
.ue-content a.i_item_file.file-icon-image:before{
	content:"\f1c5"; /*fa-file-image-o*/
}
.ue-content a.i_item_file.file-icon-audio:before{
	content:"\f1c7"; /*fa-file-audio-o*/
}
.ue-content a.i_item_file.file-icon-video:before{
	content:"\f1c8"; /*fa-file-video-o*/
}
.ue-content a.i_item_file.file-icon-text:before{
	content:"\f15c"; /*fa-file-text-o*/
}
.ue-content a.i_item_file.file-icon-archive:before{
	content:"\f1c6"; /*fa-file-archive-o*/
}
.ue-content a.i_item_file.file-icon-pdf:before{
	content:"\f1c1"; /*fa-file-pdf-o*/
}
.ue-content a.i_item_file.file-icon-excel:before{
	content:"\f1c3"; /*fa-file-excel-o*/
}
.ue-content a.i_item_file.file-icon-word:before{
	content:"\f1c2"; /*fa-file-word-o*/
}
.ue-content a.i_item_file.file-icon-powerpoint:before{
	content:"\f1c4"; /*fa-file-powerpoint-o*/
}


.ue-content blockquote{
	padding: 10px 20px;
	margin: 0px 0px 10px 10px !important;
	font-size: 13px;
	border-left: 2px solid #eeeeee;
	font-style: italic;
	opacity: 0.8;
}

.ue-content ul, .ue-content ol {
	/*overflow: hidden;*/
}

/* We use text-on-line to show link for hidden text! */
.ue-content p.ue-text-on-line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    line-height: 0.1em;
    margin: 10px 0 20px;
    text-align: center;
}

.ue-content p.ue-text-on-line a{
    background:#fff;
    padding:0 10px;
    cursor: pointer;
}

body.widget {
background-color: transparent;
}

body.widget .container {
	max-width: 780px;

border: 7px solid #BBB;
border: 7px solid rgba(150, 150, 150, 0.38);

-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;

-webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .35);
-moz-box-shadow: 0 10px 50px rgba(0,0,0,.35);
box-shadow: 0 10px 50px rgba(0, 0, 0, .35);

margin: auto;
margin-top:50px;
/*padding: 0px;*/
overflow:hidden;

position: relative;
}

body.widget.embedded .container {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}

body.widget .module {
	margin:0;
}

.tooltip {
	-webkit-backface-visibility: hidden;
}

.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 20px;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .2;
filter: alpha(opacity=20);
}

.widget .close {
	margin-right: 20px;
	margin-top: 2px;
	position: absolute;
	/*z-index: 10000;*/
	right:0px;
}

.widget .window.close {
	z-index: 10000;
}

.module.module-widget-poweredby .module-body {
	padding: 10px;

}

body.vk {
height:auto;
overflow: hidden;
}

body.vk .navbar-fixed-top {
border: 1px solid #DAE1E8 !important;
}

body.vk .row-offcanvas {
margin-left: -28px;
margin-right: -28px;
}
html {
	/*overflow: hidden;*/
}

body.facebook {
height:auto;
overflow: hidden;
}

body.facebook .container {
margin-left: 15px;
margin-right: 15px;
padding-left: 0px;
padding-right: 0px;
width: auto;
}
html[dir="rtl"] .module .module-body > ul {
  padding-right: 0;
}

html[dir="rtl"] .sidebar-offcanvas .badge {
  float: left !important;
}

html[dir="rtl"] .module-search #input-inline-button, html[dir="rtl"] .module-add-topic #input-inline-button {
  left: 103px;
  right: initial !important;
}

html[dir="rtl"] .input-group-btn:last-child>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

html[dir="rtl"] .topic-avatar {
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}

html[dir="rtl"] .pull-right {
	float:left !important;
}

html[dir="rtl"] .pull-left {
    float: right !important;
}

html[dir="rtl"] .share-buttons a {
  float: right;
  margin-right: 0px;
  margin-left: 5px;
 }

html[dir="rtl"] .comment-edit {
  padding-left: 0px;
  padding-right: 56px;
}

html[dir="rtl"] .breadcrumb .topic-type-image {
  margin-left: 0;
  margin-right: -9px;
}

html[dir="rtl"] .dropdown-menu .badge {
margin-left: 0 !important;
margin-right: 10px;
}

html[dir="rtl"] .text-align-left {
    text-align: right;
}

html[dir="rtl"] .text-align-right {
    text-align: left;
}

html[dir="rtl"] .module-knowledgebase .cat-logo {
  margin-right: 0;
  float: right;
  margin-left: 10px;
}

html[dir="rtl"] .module-knowledgebase .kb-col-without-childs h6 table {
	float:right !important;
}

/* MVR try for agent interface only. Maybe then we can apply it to all website */
html[dir="rtl"] body.agent-interface .nav {
  padding-right: 0px;
}
html[dir="rtl"] body.agent-interface .navbar-fixed-top .nav.pull-left {
  padding-left: 10px;
}
html[dir="rtl"] body.agent-interface .navbar-left {
    float: right !important;
}
/* sidebar menu in the agent interface */
html[dir="rtl"] #main-nav .navigation > .nav > li > a {
    padding: 0px;
}

/* checkboxes and ratdio - change direction */
html[dir="rtl"] .radio input[type="radio"],
html[dir="rtl"] .radio-inline input[type="radio"],
html[dir="rtl"] .checkbox input[type="checkbox"],
html[dir="rtl"] .checkbox-inline input[type="checkbox"]{
    float: right;
    margin-right: -20px;
    margin-left: 0px;
}