/*
 * 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?053c8e49c8fe') url('/s/assets2.0/css/plugins/lightbox/img/loading.gif?053c8e49c8fe') url('/s/assets2.0/css/plugins/lightbox/img/prev.png?053c8e49c8fe') url('/s/assets2.0/css/plugins/lightbox/img/next.png?053c8e49c8fe');
  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?053c8e49c8fe') 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?053c8e49c8fe') 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?053c8e49c8fe') 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?053c8e49c8fe') 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;
}

/*
	Icon font
*/
@font-face {
  font-family: 'RedactorFont';
  src: url('data:application/x-font-ttf;charset=utf-8;base64,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') format('truetype'), url('data:application/font-woff;charset=utf-8;base64,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') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*
	Box
*/
.redactor-box {
  position: relative;
  overflow: visible;
  margin-bottom: 24px;
}
.redactor-box textarea {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
  outline: none;
  border: none;
  background-color: #111;
  box-shadow: none;
  color: #ccc;
  font-size: 13px;
  font-family: Menlo, Monaco, monospace, sans-serif !important;
  resize: none;
}
.redactor-box textarea:focus {
  outline: none;
}
.redactor-editor,
.redactor-box {
  background: #fff;
}
/*
	Z-index setup
*/
.redactor-editor,
.redactor-box,
.redactor-box textarea {
  z-index: auto;
}
.redactor-box-fullscreen {
  z-index: 1051;
}
.redactor-toolbar {
  z-index: 100;
}
.redactor-dropdown {
  z-index: 1052;
}
#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
  z-index: 1053;
}
/*
	Fullscreen
*/
body .redactor-box-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/*
	Utils
*/
.redactor-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
/*
	Editor
*/
.redactor-editor {
  position: relative;
  overflow: auto;
  margin: 0 !important;
  padding: 20px;
  min-height: 80px;
  outline: none;
  white-space: normal;
  border: 1px solid #eee;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
  font-size: 14px;
  line-height: 1.6em;
}
.redactor-editor:focus {
  outline: none;
}
.toolbar-fixed-box + .redactor-editor {
  padding-top: 32px !important;
}
/*
	Placeholder
*/
.redactor-placeholder:after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: attr(placeholder);
  display: block;
  /* For Firefox */
  color: #999 !important;
  font-weight: normal !important;
}
/*
	Toolbar
*/
.redactor-toolbar {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  font-size: 14px !important;
  line-height: 1 !important;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.redactor-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.redactor-toolbar.redactor-toolbar-overflow {
  overflow-y: auto;
  height: 29px;
  white-space: nowrap;
}
.redactor-toolbar.redactor-toolbar-external {
  z-index: 999;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.redactor-toolbar li {
  vertical-align: top;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  list-style: none !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.redactor-toolbar li a {
  display: block;
  color: #333;
  text-align: center;
  padding: 9px 10px;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.redactor-toolbar li a:hover {
  outline: none;
  background-color: #1f78d8;
  color: #fff;
}
.redactor-toolbar li a:hover i:before {
  color: #fff;
}
.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act {
  outline: none;
  background-color: #ccc;
  color: #444;
}
.redactor-toolbar li a.redactor-btn-image {
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
}
.redactor-toolbar li a.fa-redactor-btn {
  display: inline-block;
  padding: 9px 10px 8px 10px;
  line-height: 1;
}
.redactor-toolbar li a.redactor-button-disabled {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.redactor-toolbar li a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default;
}
.redactor-toolbar li a.redactor-button-focus {
  color: #fff;
  background: #000;
}
/*
	CodeMirror
*/
.redactor-box .CodeMirror {
  display: none;
}
/*
	Icons
*/
.re-icon {
  font-family: 'RedactorFont';
  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 i:before {
  position: relative;
  font-size: 14px;
}
.re-video:before {
  content: "\e600";
}
.re-unorderedlist:before {
  content: "\e601";
}
.re-undo:before {
  content: "\e602";
}
.re-underline:before {
  content: "\e603";
}
.re-textdirection:before {
  content: "\e604";
}
.re-fontcolor:before {
  content: "\e605";
}
.re-table:before {
  content: "\e606";
}
.re-redo:before {
  content: "\e607";
}
.re-quote:before {
  content: "\e608";
}
.re-outdent:before {
  content: "\e609";
}
.re-orderedlist:before {
  content: "\e60a";
}
.re-link:before {
  content: "\e60b";
}
.re-horizontalrule:before {
  content: "\e60c";
}
.re-italic:before {
  content: "\e60d";
}
.re-indent:before {
  content: "\e60e";
}
.re-image:before {
  content: "\e60f";
}
.re-fullscreen:before {
  content: "\e610";
}
.re-normalscreen:before {
  content: "\e611";
}
.re-formatting:before {
  content: "\e612";
}
.re-fontsize:before {
  content: "\e613";
}
.re-fontfamily:before {
  content: "\e614";
}
.re-deleted:before {
  content: "\e615";
}
.re-html:before {
  content: "\e616";
}
.re-clips:before {
  content: "\e617";
}
.re-bold:before {
  content: "\e618";
}
.re-backcolor:before {
  content: "\e619";
}
.re-file:before {
  content: "\e61a";
}
.re-alignright:before {
  content: "\e61b";
}
.re-alignment:before,
.re-alignleft:before {
  content: "\e61c";
}
.re-alignjustify:before {
  content: "\e61d";
}
.re-aligncenter:before {
  content: "\e61e";
}
.re-gallery:before {
  content: "\e61f";
}
/*
	Toolbar tooltip
*/
.redactor-toolbar-tooltip {
  position: absolute;
  z-index: 1054;
  text-align: center;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 5px 8px;
  line-height: 1;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
  font-size: 12px;
  border-radius: 2px;
}
/*
	Dropdown
*/
.redactor-dropdown {
  position: absolute;
  top: 28px;
  left: 0;
  padding: 0;
  min-width: 220px;
  max-height: 254px;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
  line-height: 1.6em;
}
.redactor-dropdown a {
  display: block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.redactor-dropdown a:last-child {
  border-bottom: none;
}
.redactor-dropdown a:hover {
  background-color: #1f78d8;
  color: #fff !important;
  text-decoration: none;
}
.redactor-dropdown a.selected {
  background-color: #000;
  color: #fff;
}
.redactor-dropdown a.redactor-dropdown-link-inactive,
.redactor-dropdown a.redactor-dropdown-link-inactive:hover {
  background: none;
  cursor: default;
  color: #000 !important;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.redactor-dropdown a.redactor-dropdown-link-selected {
  color: #fff;
  background: #000;
}
/*
	IMAGE BOX
*/
#redactor-image-box {
  position: relative;
  max-width: 100%;
  display: inline-block;
  line-height: 0;
  outline: 1px dashed rgba(0, 0, 0, 0.6);
}
#redactor-image-editter {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -18px;
  line-height: 1;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  padding: 7px 10px;
  cursor: pointer;
}
#redactor-image-resizer {
  position: absolute;
  z-index: 2;
  line-height: 1;
  cursor: nw-resize;
  bottom: -4px;
  right: -5px;
  border: 1px solid #fff;
  background-color: #000;
  width: 8px;
  height: 8px;
}
/*
	LINK TOOLTIP
*/
.redactor-link-tooltip {
  position: absolute;
  z-index: 99;
  padding: 10px;
  line-height: 1;
  display: inline-block;
  background-color: #000;
  color: #555 !important;
}
.redactor-link-tooltip,
.redactor-link-tooltip a {
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
}
.redactor-link-tooltip a {
  color: #ccc;
  margin: 0 5px;
  text-decoration: none;
}
.redactor-link-tooltip a:hover {
  color: #fff;
}
/*
	DROPAREA
*/
#redactor-droparea {
  position: relative;
  overflow: hidden;
  padding: 140px 20px;
  border: 3px dashed rgba(0, 0, 0, 0.1);
}
#redactor-droparea.drag-hover {
  background: rgba(200, 222, 250, 0.75);
}
#redactor-droparea.drag-drop {
  background: rgba(250, 248, 200, 0.5);
}
#redactor-droparea-placeholder {
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}
/*
	PROGRESS
*/
#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
#redactor-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3d58a8;
  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;
  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;
  }
}
/*
	MODAL
*/
#redactor-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
#redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#redactor-modal {
  outline: 0;
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 14px !important;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
  box-shadow: 0 1px 70px rgba(0, 0, 0, 0.5);
}
#redactor-modal header {
  padding: 30px 40px 5px 40px;
  font-size: 18px;
  font-weight: bold;
}
#redactor-modal section {
  padding: 30px 40px 50px 40px;
}
#redactor-modal label {
  display: block;
  float: none !important;
  margin: 15px 0 3px 0 !important;
  padding: 0;
}
#redactor-modal input[type="radio"],
#redactor-modal input[type="checkbox"] {
  position: relative;
  top: -1px;
}
#redactor-modal select {
  width: 100%;
}
#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"],
#redactor-modal textarea {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 5px 4px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  color: #333;
  width: 100%;
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
  -moz-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
#redactor-modal input[type="text"]:focus,
#redactor-modal input[type="password"]:focus,
#redactor-modal input[type="email"]:focus,
#redactor-modal input[type="url"]:focus,
#redactor-modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
#redactor-modal input[type="text"].redactor-input-error,
#redactor-modal input[type="password"].redactor-input-error,
#redactor-modal input[type="email"].redactor-input-error,
#redactor-modal input[type="url"].redactor-input-error,
#redactor-modal textarea.redactor-input-error {
  border-color: #e82f2f;
  box-shadow: 0 0 0 2px rgba(232, 47, 47, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
#redactor-modal textarea {
  display: block;
  margin-top: 4px;
  line-height: 1.4em;
}
/*
	Tabs in Modal
*/
#redactor-modal-tabber {
  margin-bottom: 15px;
  font-size: 12px;
}
#redactor-modal-tabber a {
  border: 1px solid #ddd;
  line-height: 1;
  padding: 8px 15px;
  margin-right: -1px;
  text-decoration: none;
  color: #000;
}
#redactor-modal-tabber a:hover {
  background-color: #1f78d8;
  border-color: #1f78d8;
  color: #fff;
}
#redactor-modal-tabber a.active {
  cursor: default;
  background-color: #ddd;
  border-color: #ddd;
  color: rgba(0, 0, 0, 0.6);
}
/*
	List in Modal
*/
#redactor-modal #redactor-modal-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow-x: auto;
}
#redactor-modal #redactor-modal-list li {
  border-bottom: 1px solid #ddd;
}
#redactor-modal #redactor-modal-list li:last-child {
  border-bottom: none;
}
#redactor-modal #redactor-modal-list a {
  padding: 10px 5px;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  display: block;
  position: relative;
}
#redactor-modal #redactor-modal-list a:hover {
  background-color: #eee;
}
#redactor-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  text-align: right;
  color: #bbb;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  border: 0;
  background: 0;
  outline: none;
}
#redactor-modal-close:hover {
  color: #000;
}
#redactor-modal footer button {
  position: relative;
  width: 100%;
  padding: 14px 16px;
  margin: 0;
  outline: none;
  border: none;
  background-color: #ddd;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
  line-height: 1;
  cursor: pointer;
}
#redactor-modal footer button:hover {
  color: #777;
  background: none;
  background: #bbb;
  text-decoration: none;
}
#redactor-modal footer button.redactor-modal-delete-btn {
  background: none;
  color: #fff;
  background-color: #b52525;
}
#redactor-modal footer button.redactor-modal-delete-btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #881b1b;
}
#redactor-modal footer button.redactor-modal-action-btn {
  background: none;
  color: #fff;
  background-color: #2461b5;
}
#redactor-modal footer button.redactor-modal-action-btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1a4580;
}
/*
	##############################################

	DROPDOWN FORMATTING

	##############################################
*/
.redactor-dropdown .redactor-formatting-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.redactor-dropdown .redactor-formatting-pre {
  font-family: monospace, sans-serif;
}
.redactor-dropdown .redactor-formatting-h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h3 {
  font-size: 21px;
  line-height: 30px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h5 {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
}
/*
	##############################################

	 CONTENT STYLES

	##############################################
*/
.redactor-editor code,
.redactor-editor pre {
  font-family: Menlo, Monaco, monospace, sans-serif !important;
  cursor: text;
}
.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor blockquote,
.redactor-editor pre {
  font-size: 14px;
  line-height: 1.6em;
}
.redactor-editor a {
  color: #15c;
  text-decoration: underline;
}
.redactor-editor object,
.redactor-editor embed,
.redactor-editor video,
.redactor-editor img {
  max-width: 100%;
  width: auto;
}
.redactor-editor video,
.redactor-editor img {
  height: auto;
}
.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor figure,
.redactor-editor blockquote,
.redactor-editor pre {
  margin: 0;
  margin-bottom: 15px;
  border: none;
  background: none;
  box-shadow: none;
}
.redactor-editor iframe,
.redactor-editor object,
.redactor-editor hr {
  margin-bottom: 15px;
}
.redactor-editor blockquote {
  margin-left: 1.6em !important;
  padding: 0;
  text-align: left;
  color: #777;
  font-style: italic;
}
.redactor-editor blockquote:before,
.redactor-editor blockquote:after {
  content: '';
}
.redactor-editor ul,
.redactor-editor ol {
  padding-left: 2em;
}
.redactor-editor ul ul,
.redactor-editor ol ol,
.redactor-editor ul ol,
.redactor-editor ol ul {
  margin: 2px;
  padding: 0;
  padding-left: 2em;
  border: none;
}
.redactor-editor ol ol li {
  list-style-type: lower-alpha;
}
.redactor-editor ol ol ol li {
  list-style-type: lower-roman;
}
.redactor-editor dl dt {
  font-weight: bold;
}
.redactor-editor dd {
  margin-left: 1em;
}
.redactor-editor table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}
.redactor-editor table td,
.redactor-editor table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.redactor-editor table thead td,
.redactor-editor table th {
  font-weight: bold;
  border-bottom-color: #888;
}
.redactor-editor code {
  background-color: #d8d7d7;
}
.redactor-editor pre {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f8f8f8;
  font-size: 90%;
}
.redactor-editor hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4,
.redactor-editor h5,
.redactor-editor h6 {
  font-weight: bold;
  color: #000;
  padding: 0;
  background: none;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
}
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4 {
  line-height: 1.3;
}
.redactor-editor h1 {
  font-size: 36px;
}
.redactor-editor h2 {
  font-size: 24px;
  margin-bottom: .7em;
}
.redactor-editor h3 {
  font-size: 21px;
}
.redactor-editor h4 {
  font-size: 18px;
}
.redactor-editor h5 {
  font-size: 16px;
}
.redactor-editor h6 {
  font-size: 12px;
  text-transform: uppercase;
}

/*!
 * Datepicker for Bootstrap v1.5.0-RC1 (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 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>div{display:none}.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.old,.datepicker table tr td.new{color:#999}.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:#999;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,.open>.dropdown-toggle.datepicker table tr td.highlighted{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted:active:hover,.datepicker table tr td.highlighted.active:hover,.open>.dropdown-toggle.datepicker table tr td.highlighted:hover,.datepicker table tr td.highlighted:active:focus,.datepicker table tr td.highlighted.active:focus,.open>.dropdown-toggle.datepicker table tr td.highlighted:focus,.datepicker table tr td.highlighted:active.focus,.datepicker table tr td.highlighted.active.focus,.open>.dropdown-toggle.datepicker table tr td.highlighted.focus{color:#000;background-color:#91cbe8;border-color:#298fc2}.datepicker table tr td.highlighted:active,.datepicker table tr td.highlighted.active,.open>.dropdown-toggle.datepicker table tr td.highlighted{background-image:none}.datepicker table tr td.highlighted.disabled:hover,.datepicker table tr td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.highlighted:hover,.datepicker table tr td.highlighted.disabled:focus,.datepicker table tr td.highlighted[disabled]:focus,fieldset[disabled] .datepicker table tr td.highlighted:focus,.datepicker table tr td.highlighted.disabled.focus,.datepicker table tr td.highlighted[disabled].focus,fieldset[disabled] .datepicker table tr td.highlighted.focus{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:#999}.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,.open>.dropdown-toggle.datepicker table tr td.today{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today:active:hover,.datepicker table tr td.today.active:hover,.open>.dropdown-toggle.datepicker table tr td.today:hover,.datepicker table tr td.today:active:focus,.datepicker table tr td.today.active:focus,.open>.dropdown-toggle.datepicker table tr td.today:focus,.datepicker table tr td.today:active.focus,.datepicker table tr td.today.active.focus,.open>.dropdown-toggle.datepicker table tr td.today.focus{color:#000;background-color:#ffbc42;border-color:#b37400}.datepicker table tr td.today:active,.datepicker table tr td.today.active,.open>.dropdown-toggle.datepicker table tr td.today{background-image:none}.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today:hover,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today[disabled]:focus,fieldset[disabled] .datepicker table tr td.today:focus,.datepicker table tr td.today.disabled.focus,.datepicker table tr td.today[disabled].focus,fieldset[disabled] .datepicker table tr td.today.focus{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:#999}.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,.open>.dropdown-toggle.datepicker table tr td.range{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range:active:hover,.datepicker table tr td.range.active:hover,.open>.dropdown-toggle.datepicker table tr td.range:hover,.datepicker table tr td.range:active:focus,.datepicker table tr td.range.active:focus,.open>.dropdown-toggle.datepicker table tr td.range:focus,.datepicker table tr td.range:active.focus,.datepicker table tr td.range.active.focus,.open>.dropdown-toggle.datepicker table tr td.range.focus{color:#000;background-color:#c3c3c3;border-color:#7c7c7c}.datepicker table tr td.range:active,.datepicker table tr td.range.active,.open>.dropdown-toggle.datepicker table tr td.range{background-image:none}.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range[disabled]:hover,fieldset[disabled] .datepicker table tr td.range:hover,.datepicker table tr td.range.disabled:focus,.datepicker table tr td.range[disabled]:focus,fieldset[disabled] .datepicker table tr td.range:focus,.datepicker table tr td.range.disabled.focus,.datepicker table tr td.range[disabled].focus,fieldset[disabled] .datepicker table tr td.range.focus{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:#999}.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,.open>.dropdown-toggle.datepicker table tr td.range.highlighted{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted:active:hover,.datepicker table tr td.range.highlighted.active:hover,.open>.dropdown-toggle.datepicker table tr td.range.highlighted:hover,.datepicker table tr td.range.highlighted:active:focus,.datepicker table tr td.range.highlighted.active:focus,.open>.dropdown-toggle.datepicker table tr td.range.highlighted:focus,.datepicker table tr td.range.highlighted:active.focus,.datepicker table tr td.range.highlighted.active.focus,.open>.dropdown-toggle.datepicker table tr td.range.highlighted.focus{color:#000;background-color:#a8c8d8;border-color:#4b88a6}.datepicker table tr td.range.highlighted:active,.datepicker table tr td.range.highlighted.active,.open>.dropdown-toggle.datepicker table tr td.range.highlighted{background-image:none}.datepicker table tr td.range.highlighted.disabled:hover,.datepicker table tr td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.highlighted:hover,.datepicker table tr td.range.highlighted.disabled:focus,.datepicker table tr td.range.highlighted[disabled]:focus,fieldset[disabled] .datepicker table tr td.range.highlighted:focus,.datepicker table tr td.range.highlighted.disabled.focus,.datepicker table tr td.range.highlighted[disabled].focus,fieldset[disabled] .datepicker table tr td.range.highlighted.focus{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:#999}.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,.open>.dropdown-toggle.datepicker table tr td.range.today{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today:active:hover,.datepicker table tr td.range.today.active:hover,.open>.dropdown-toggle.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:active:focus,.datepicker table tr td.range.today.active:focus,.open>.dropdown-toggle.datepicker table tr td.range.today:focus,.datepicker table tr td.range.today:active.focus,.datepicker table tr td.range.today.active.focus,.open>.dropdown-toggle.datepicker table tr td.range.today.focus{color:#000;background-color:#f2aa25;border-color:#815608}.datepicker table tr td.range.today:active,.datepicker table tr td.range.today.active,.open>.dropdown-toggle.datepicker table tr td.range.today{background-image:none}.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today:hover,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today[disabled]:focus,fieldset[disabled] .datepicker table tr td.range.today:focus,.datepicker table tr td.range.today.disabled.focus,.datepicker table tr td.range.today[disabled].focus,fieldset[disabled] .datepicker table tr td.range.today.focus{background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:active{background:#f7ca77;color:#999}.datepicker table tr td.selected,.datepicker table tr td.selected.highlighted{color:#fff;background-color:#999;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.focus,.datepicker table tr td.selected.highlighted.focus{color:#fff;background-color:gray;border-color:#161616}.datepicker table tr td.selected:hover,.datepicker table tr td.selected.highlighted:hover{color:#fff;background-color:gray;border-color:#373737}.datepicker table tr td.selected:active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active,.open>.dropdown-toggle.datepicker table tr td.selected,.open>.dropdown-toggle.datepicker table tr td.selected.highlighted{color:#fff;background-color:gray;border-color:#373737}.datepicker table tr td.selected:active:hover,.datepicker table tr td.selected.highlighted:active:hover,.datepicker table tr td.selected.active:hover,.datepicker table tr td.selected.highlighted.active:hover,.open>.dropdown-toggle.datepicker table tr td.selected:hover,.open>.dropdown-toggle.datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected:active:focus,.datepicker table tr td.selected.highlighted:active:focus,.datepicker table tr td.selected.active:focus,.datepicker table tr td.selected.highlighted.active:focus,.open>.dropdown-toggle.datepicker table tr td.selected:focus,.open>.dropdown-toggle.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected:active.focus,.datepicker table tr td.selected.highlighted:active.focus,.datepicker table tr td.selected.active.focus,.datepicker table tr td.selected.highlighted.active.focus,.open>.dropdown-toggle.datepicker table tr td.selected.focus,.open>.dropdown-toggle.datepicker table tr td.selected.highlighted.focus{color:#fff;background-color:#6e6e6e;border-color:#161616}.datepicker table tr td.selected:active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active,.open>.dropdown-toggle.datepicker table tr td.selected,.open>.dropdown-toggle.datepicker table tr td.selected.highlighted{background-image:none}.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.highlighted.disabled:hover,.datepicker table tr td.selected[disabled]:hover,.datepicker table tr td.selected.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected:hover,fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.highlighted.disabled:focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected.highlighted[disabled]:focus,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected.disabled.focus,.datepicker table tr td.selected.highlighted.disabled.focus,.datepicker table tr td.selected[disabled].focus,.datepicker table tr td.selected.highlighted[disabled].focus,fieldset[disabled] .datepicker table tr td.selected.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted.focus{background-color:#999;border-color:#555}.datepicker table tr td.active,.datepicker table tr td.active.highlighted{color:#fff;background-color:#428bca;border-color:#357ebd;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.focus,.datepicker table tr td.active.highlighted.focus{color:#fff;background-color:#3071a9;border-color:#193c5a}.datepicker table tr td.active:hover,.datepicker table tr td.active.highlighted:hover{color:#fff;background-color:#3071a9;border-color:#285e8e}.datepicker table tr td.active:active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.open>.dropdown-toggle.datepicker table tr td.active,.open>.dropdown-toggle.datepicker table tr td.active.highlighted{color:#fff;background-color:#3071a9;border-color:#285e8e}.datepicker table tr td.active:active:hover,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active:hover,.open>.dropdown-toggle.datepicker table tr td.active:hover,.open>.dropdown-toggle.datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active:active:focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.highlighted.active:focus,.open>.dropdown-toggle.datepicker table tr td.active:focus,.open>.dropdown-toggle.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active:active.focus,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.active.focus,.datepicker table tr td.active.highlighted.active.focus,.open>.dropdown-toggle.datepicker table tr td.active.focus,.open>.dropdown-toggle.datepicker table tr td.active.highlighted.focus{color:#fff;background-color:#285e8e;border-color:#193c5a}.datepicker table tr td.active:active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.open>.dropdown-toggle.datepicker table tr td.active,.open>.dropdown-toggle.datepicker table tr td.active.highlighted{background-image:none}.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.highlighted.disabled:hover,.datepicker table tr td.active[disabled]:hover,.datepicker table tr td.active.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.active:hover,fieldset[disabled] .datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.highlighted.disabled:focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active.highlighted[disabled]:focus,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active.disabled.focus,.datepicker table tr td.active.highlighted.disabled.focus,.datepicker table tr td.active[disabled].focus,.datepicker table tr td.active.highlighted[disabled].focus,fieldset[disabled] .datepicker table tr td.active.focus,fieldset[disabled] .datepicker table tr td.active.highlighted.focus{background-color:#428bca;border-color:#357ebd}.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:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover{color:#fff;background-color:#428bca;border-color:#357ebd;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover:focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.focus,.datepicker table tr td span.active:hover.focus,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:hover.focus{color:#fff;background-color:#3071a9;border-color:#193c5a}.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover{color:#fff;background-color:#3071a9;border-color:#285e8e}.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled: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.disabled.active,.datepicker table tr td span.active.disabled:hover.active,.open>.dropdown-toggle.datepicker table tr td span.active,.open>.dropdown-toggle.datepicker table tr td span.active:hover,.open>.dropdown-toggle.datepicker table tr td span.active.disabled,.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover{color:#fff;background-color:#3071a9;border-color:#285e8e}.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover:active:hover,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:hover.active:hover,.open>.dropdown-toggle.datepicker table tr td span.active:hover,.open>.dropdown-toggle.datepicker table tr td span.active:hover:hover,.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover,.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled:hover.active:focus,.open>.dropdown-toggle.datepicker table tr td span.active:focus,.open>.dropdown-toggle.datepicker table tr td span.active:hover:focus,.open>.dropdown-toggle.datepicker table tr td span.active.disabled:focus,.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled:hover.active.focus,.open>.dropdown-toggle.datepicker table tr td span.active.focus,.open>.dropdown-toggle.datepicker table tr td span.active:hover.focus,.open>.dropdown-toggle.datepicker table tr td span.active.disabled.focus,.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus{color:#fff;background-color:#285e8e;border-color:#193c5a}.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled: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.disabled.active,.datepicker table tr td span.active.disabled:hover.active,.open>.dropdown-toggle.datepicker table tr td span.active,.open>.dropdown-toggle.datepicker table tr td span.active:hover,.open>.dropdown-toggle.datepicker table tr td span.active.disabled,.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover{background-image:none}.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active[disabled]:hover,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active.disabled:hover[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active:hover.disabled.focus,.datepicker table tr td span.active.disabled.disabled.focus,.datepicker table tr td span.active.disabled:hover.disabled.focus,.datepicker table tr td span.active[disabled].focus,.datepicker table tr td span.active:hover[disabled].focus,.datepicker table tr td span.active.disabled[disabled].focus,.datepicker table tr td span.active.disabled:hover[disabled].focus,fieldset[disabled] .datepicker table tr td span.active.focus,fieldset[disabled] .datepicker table tr td span.active:hover.focus,fieldset[disabled] .datepicker table tr td span.active.disabled.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus{background-color:#428bca;border-color:#357ebd}.datepicker table tr td span.old,.datepicker table tr td span.new{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .prev,.datepicker .next,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .prev:hover,.datepicker .next:hover,.datepicker tfoot tr th:hover{background:#eee}.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;font-weight:400;line-height:1.42857143;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:solid #ccc;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;
    /*margin-right:10px;*/
    /*position: absolute;
    right:20px;*/

    /*bottom:5px;*/
    /*background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 0 8px 2px 0;    */
    /*opacity:0;*/
}
.comment-actions > li {
    list-style: none;
    float:left;
    margin:0;
    padding: 0;
    /*color:rgb(225, 232, 237);*/
    margin-left: 5px;
}
.comment-item:hover {
/*background-color: rgb(240, 240, 240);*/
/*border-left: solid 4px black;
margin-left: -4px;
border-right: solid 4px black;
margin-right: -4px;*/

/*padding-left: 21px;
padding-right: 21px;
background-color: #f5f8fa;
*/
}

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

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

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

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

.module-topiclist .tabbed ul#tabs li.active a{
    background-color: #EEEEEE;    
}

.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 alignment fields on different languages*/
#via_ue #signinform input, #via_ue #signinform button {
    width: 100%;
}

/* 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);
}

.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;
}
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;
    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 {
    cursor:pointer;
    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 .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 a {
    /*font: 300 14px Roboto, arial, sans-serif;*/
    /*color: #262626;*/
}
.module-links ul li {
    list-style: none;
    line-height: 20px;
    /*font: 300 14px Roboto, arial, sans-serif;*/
    font-size: 14px;
    font-weight: 300;
    
}
/* 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 .kb-col-with-childs {
    margin-bottom: 0 !important;
}
.module-knowledgebase .kb-col-with-childs 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;
}
.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: 2;
}

.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%;
    background-color:rgba(91, 91, 91, 0.41);
    top:0px;
    left:0px;
    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:660px;}
}
@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;
    }
}
.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 */
.module-forums .badge {
    padding: 1px 3px 2px 3px;
    border-radius: 4px;
}
.module-forums 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 */
.module-categories .badge {
    padding: 1px 3px 2px 3px;
    border-radius: 4px;
}
.module-categories 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-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;
}
#via_ue .form-inline .form-group {
    vertical-align: top;
}
/* 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;
}
.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-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;
}
.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 {
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 {
    
    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;
}

#merge4search{
border-top: 0px;
}

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

/*
.topic-user-vote > span {
display: block;
height: 21px;
margin-top: 1px;
font-size: 14px;
}
*/


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

.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{
/*MVR - do more wide selected item */
margin: -1px -20px;
padding: 1px 20px;
}

.module-categories ul > li > span.badge, .module-forums 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;
}


/* 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;
}
.ue-content {
	overflow: hidden;
}

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

.ue-content.redactor_editor {
	overflow: auto;
}


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

.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: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
}

.ue-content p {
margin:0;
/*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 i.icon-file:before{
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;	
	content:"\f15b";
}

.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;
}
body.widget {
background-color: transparent;
}

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

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: 10px;
	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"] .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;
}