.hidden,
.hide {
  display: none;
}
.invisible {
  visibility: hidden;
}
.word-wrap {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.zero-size {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.circle-avatar {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clear {
  clear: both;
}
.fade.in {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.fade {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.nav-pills > li > a {
  border-radius: 4px;
  color: #424242;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #28ace8;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.no-border {
  border: none;
}
.round-corner-xs {
  border-radius: 1px;
}
.round-corner-sm,
.loading .loading-compose,
.float-popup,
.float-right-popup,
.form-message,
.for-admin .sidebar,
.top-container-content .right-top-container .participators .hidden-participator-box {
  border-radius: 2px;
}
.round-corner-m,
.knote-container .thread-item-placeholder,
.tt-menu,
.popup:not(.inverted),
.popup-header,
.popup-intro,
.link-modal,
.contacts .contact,
.expandArrow {
  border-radius: 4px;
}
.round-corner-lg,
#video-container,
#video-container video {
  border-radius: 6px;
}
.round-corner-xl,
.thread-item-placeholder .knote,
.thread-item .knote,
#popup-container .knote {
  border-radius: 8px;
}
.round-corner-full,
.circle,
.inner-circle,
.progress-value {
  border-radius: 100%;
}
.shadow-xs,
.loading .loading-compose,
.tt-menu,
.float-popup,
.link-modal,
.thread-item-placeholder .knote,
.thread-item .knote,
#popup-container .knote,
.top-container-content .right-top-container .participators .hidden-participator-box {
  -webkit-box-shadow: 0 1px 4px -1px rgba(0,0,0,0.33);
  box-shadow: 0 1px 4px -1px rgba(0,0,0,0.33);
}
.shadow-sm,
#right .thread .container-navs,
#right .bottom-icons,
#right .bottom-icons-left,
.topic-container .container-title-wrapper,
.topic-btn,
.login-tip,
.box .btn,
.box .control-group input[type="text"],
.box .control-group input[type="email"],
.box .control-group input[type="password"],
.thread-item-placeholder .knote:hover,
.thread-item .knote:hover,
#popup-container .knote:hover,
#compose-popup .knote-types .knote-type-btn,
.topic-container .container-title-wrapper-editing {
  -webkit-box-shadow: 0 2px 6px -2px rgba(0,0,0,0.4);
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.4);
}
.shadow-m,
#video-container {
  -webkit-box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.6);
  box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.6);
}
.shadow-lg,
.popup-intro,
#guest-view-popup .container {
  -webkit-box-shadow: 0 8px 12px -5px rgba(0,0,0,0.8);
  box-shadow: 0 8px 12px -5px rgba(0,0,0,0.8);
}
.shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.shadow-dropdown {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
}
.shadow-sp {
  -webkit-box-shadow: 0px 2px 7px -3px rgba(0,0,0,0.45);
  box-shadow: 0px 2px 7px -3px rgba(0,0,0,0.45);
}
.unconfirmed {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  pointer-events: none;
}
[class*=lines-] {
  overflow: hidden;
}
.lines-1 {
  max-height: 16px;
}
.lines-2 {
  max-height: 32px;
}
.lines-3 {
  max-height: 48px;
}
.lines-4 {
  max-height: 64px;
}
.lines-5 {
  max-height: 80px;
}
.lines-6 {
  max-height: 96px;
}
.lines-7 {
  max-height: 112px;
}
.lines-8 {
  max-height: 128px;
}
.lines-9 {
  max-height: 144px;
}
.lines-10 {
  max-height: 160px;
}
.lines-11 {
  max-height: 176px;
}
.lines-12 {
  max-height: 192px;
}
.lines-13 {
  max-height: 208px;
}
.lines-14 {
  max-height: 224px;
}
.lines-15 {
  max-height: 240px;
}
.lines-16 {
  max-height: 256px;
}
.lines-17 {
  max-height: 272px;
}
.lines-18 {
  max-height: 288px;
}
.lines-19 {
  max-height: 304px;
}
.lines-20 {
  max-height: 320px;
}
.lines-21 {
  max-height: 336px;
}
.lines-22 {
  max-height: 352px;
}
.lines-23 {
  max-height: 368px;
}
.lines-24 {
  max-height: 384px;
}
.lines-25 {
  max-height: 400px;
}
.lines-26 {
  max-height: 416px;
}
.lines-27 {
  max-height: 432px;
}
.lines-28 {
  max-height: 448px;
}
.lines-29 {
  max-height: 464px;
}
.lines-30 {
  max-height: 480px;
}
.lines-31 {
  max-height: 496px;
}
.lines-32 {
  max-height: 512px;
}
.width-200 {
  width: 200px;
}
.bg-white {
  background-color: #fff;
  color: #424242;
}
.bg-white a {
  color: #424242;
}
.bg-white .btn-primary {
  color: #fff;
}
.homepage-v2 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  height: 100%;
  overflow: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.homepage-v2 .ui.segment {
  font-size: 1em;
}
.homepage-v2 > .ui.segment {
  margin-top: 0;
  margin-bottom: 0;
}
.homepage-v2 .-bg-white,
.homepage-v2 .ui.-bg-white,
.homepage-v2 .ui.segment.-bg-white {
  background-color: #fff;
}
.homepage-v2 .-bg-white.button:hover,
.homepage-v2 .ui.-bg-white.button:hover,
.homepage-v2 .ui.segment.-bg-white.button:hover,
.homepage-v2 .-bg-white.button:focus,
.homepage-v2 .ui.-bg-white.button:focus,
.homepage-v2 .ui.segment.-bg-white.button:focus {
  background-color: rgba(255,255,255,0.8);
}
.homepage-v2 .-bg-gray,
.homepage-v2 .ui.-bg-gray,
.homepage-v2 .ui.segment.-bg-gray {
  background-color: #f6f8f9;
}
.homepage-v2 .-bg-gray.button:hover,
.homepage-v2 .ui.-bg-gray.button:hover,
.homepage-v2 .ui.segment.-bg-gray.button:hover,
.homepage-v2 .-bg-gray.button:focus,
.homepage-v2 .ui.-bg-gray.button:focus,
.homepage-v2 .ui.segment.-bg-gray.button:focus {
  background-color: rgba(246,248,249,0.8);
}
.homepage-v2 .-pt-1,
.homepage-v2 .ui.-pt-1 {
  padding-top: 1em;
}
.homepage-v2 .-pb-1,
.homepage-v2 .ui.-pb-1 {
  padding-bottom: 1em;
}
.homepage-v2 .-pt-2,
.homepage-v2 .ui.-pt-2 {
  padding-top: 2em;
}
.homepage-v2 .-pb-2,
.homepage-v2 .ui.-pb-2 {
  padding-bottom: 2em;
}
.homepage-v2 .-pt-3,
.homepage-v2 .ui.-pt-3 {
  padding-top: 3em;
}
.homepage-v2 .-pb-3,
.homepage-v2 .ui.-pb-3 {
  padding-bottom: 3em;
}
.homepage-v2 .-pt-4,
.homepage-v2 .ui.-pt-4 {
  padding-top: 4em;
}
.homepage-v2 .-pb-4,
.homepage-v2 .ui.-pb-4 {
  padding-bottom: 4em;
}
.homepage-v2 .-pt-5,
.homepage-v2 .ui.-pt-5 {
  padding-top: 5em;
}
.homepage-v2 .-pb-5,
.homepage-v2 .ui.-pb-5 {
  padding-bottom: 5em;
}
.homepage-v2 .-pt-6,
.homepage-v2 .ui.-pt-6 {
  padding-top: 6em;
}
.homepage-v2 .-pb-6,
.homepage-v2 .ui.-pb-6 {
  padding-bottom: 6em;
}
.homepage-v2 .-pt-7,
.homepage-v2 .ui.-pt-7 {
  padding-top: 7em;
}
.homepage-v2 .-pb-7,
.homepage-v2 .ui.-pb-7 {
  padding-bottom: 7em;
}
.homepage-v2 .-pt-8,
.homepage-v2 .ui.-pt-8 {
  padding-top: 8em;
}
.homepage-v2 .-pb-8,
.homepage-v2 .ui.-pb-8 {
  padding-bottom: 8em;
}
.homepage-v2 .-pt-9,
.homepage-v2 .ui.-pt-9 {
  padding-top: 9em;
}
.homepage-v2 .-pb-9,
.homepage-v2 .ui.-pb-9 {
  padding-bottom: 9em;
}
.homepage-v2 .-pt-10,
.homepage-v2 .ui.-pt-10 {
  padding-top: 10em;
}
.homepage-v2 .-pb-10,
.homepage-v2 .ui.-pb-10 {
  padding-bottom: 10em;
}
.homepage-v2 .-white,
.homepage-v2 .ui.-white {
  color: #fff;
}
.homepage-v2 a.-white:hover,
.homepage-v2 a.ui.-white:hover {
  color: #1e70bf;
}
.homepage-v2 .-dimgray,
.homepage-v2 .ui.-dimgray {
  color: #696969;
}
.homepage-v2 .-black,
.homepage-v2 .ui.black {
  color: #151b26;
}
.homepage-v2 .icon--green {
  color: #25e8c8;
}
.homepage-v2 .icon--gray {
  color: #b7bfc6;
}
.homepage-v2 .-small-headline,
.homepage-v2 .ui.-small-headline {
  font-size: 2em;
  font-weight: 400;
}
.homepage-v2 .-big-headline,
.homepage-v2 .ui.-big-headline {
  font-size: 2.8125em;
  font-weight: 400;
}
.homepage-v2 .-big-headline + .-subheading,
.homepage-v2 .ui.-big-headline + .-subheading,
.homepage-v2 .-big-headline .ui.-subheading,
.homepage-v2 .ui.-big-headline .ui.-subheading {
  font-size: 1.38em;
}
.homepage-v2 .-subheading,
.homepage-v2 .ui.-subheading {
  font-size: 1.25em;
  line-height: 1.5em;
}
.homepage-v2 .signin {
  font-weight: 400;
}
.homepage-v2 .signup.ui.button {
  font-weight: 400;
}
.homepage-v2 .feature-slide-container {
  position: relative;
}
.homepage-v2 img.feature-slide {
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 16px 0 rgba(34,43,55,0.15);
  box-shadow: 0 10px 16px 0 rgba(34,43,55,0.15);
}
.homepage-v2 .feature-heading,
.homepage-v2 .ui.feature-heading {
  padding-top: 10%;
}
.homepage-v2 .header-section {
  background-image: url("/cdn_url_variable/../images/header.png"), -webkit-linear-gradient(310deg, #28ace8, #92c7df);
  background-image: url("/cdn_url_variable/../images/header.png"), -moz-linear-gradient(310deg, #28ace8, #92c7df);
  background-image: url("/cdn_url_variable/../images/header.png"), -o-linear-gradient(310deg, #28ace8, #92c7df);
  background-image: url("/cdn_url_variable/../images/header.png"), -ms-linear-gradient(310deg, #28ace8, #92c7df);
  background-image: url("/cdn_url_variable/../images/header.png"), linear-gradient(140deg, #28ace8, #92c7df);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.homepage-v2 .header-section .sticky-header .ui.grid .site-logo > a > * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  vertical-align: middle;
}
.homepage-v2 .header-section .sticky-header .ui.grid .site-logo .site-name {
  display: inline-block;
  font-weight: 400;
  margin: 0 0 0 10px;
}
.homepage-v2 .header-section .sticky-header .ui.grid menu {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
.homepage-v2 .header-section .sticky-header .ui.grid menu .ui.button {
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 1px #fff inset, 0 10px 10px -5px rgba(0,0,0,0.15) !important;
  box-shadow: 0 0 0 1px #fff inset, 0 10px 10px -5px rgba(0,0,0,0.15) !important;
  background-color: #53b6e5 !important;
}
.homepage-v2 .header-section .sticky-header .ui.grid menu a.signin {
  color: #fff;
  text-shadow: 0 1px 5px rgba(0,0,0,0.2);
  margin-right: 15px;
}
.homepage-v2 .header-section .sticky-header .sticky {
  z-index: 900;
  position: relative;
}
.homepage-v2 .header-section .sticky-header .sticky .ui.segment {
  padding: 0;
}
.homepage-v2 .header-section .sticky-header .sticky .ui.segment .ui.grid {
  margin: 0;
}
.homepage-v2 .header-section .sticky-header .sticky .ui.segment .ui.grid > .column {
  padding: 0.625em 0;
}
.homepage-v2 .header-section .sticky-header .sticky:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.08);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.08);
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.homepage-v2 .header-section .sticky-header .sticky.fixed {
  position: fixed;
}
.homepage-v2 .header-section .sticky-header .sticky.fixed:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.homepage-v2 .header-section .sticky-header .sticky.fixed .site-name {
  color: #151b26;
}
.homepage-v2 .header-section .sticky-header .sticky.fixed menu .ui.button {
  color: #2185d0 !important;
  -webkit-box-shadow: 0 0 0 1px #2185d0 inset !important;
  box-shadow: 0 0 0 1px #2185d0 inset !important;
  background-color: transparent !important;
}
.homepage-v2 .header-section .sticky-header .sticky.fixed menu a.signin {
  color: #2185d0;
  text-shadow: none;
}
.homepage-v2 .header-section .mobile-feature-slide {
  position: absolute;
  width: 30%;
  top: 7em;
  right: 3em;
}
.homepage-v2 .difference-section >.segment {
  padding-left: 0;
  padding-right: 0;
}
.homepage-v2 .difference-section .ui.grid {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
  margin-top: 0;
  margin-bottom: 0;
}
.homepage-v2 .difference-section .ui.grid > .row {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,0.05);
  box-shadow: 0 -1px 0 0 rgba(0,0,0,0.05);
}
.homepage-v2 .difference-section .ui.grid > .row > .column {
  padding: 1.4em 1.5em;
  -webkit-box-shadow: -1px 0 0 0 rgba(0,0,0,0.05);
  box-shadow: -1px 0 0 0 rgba(0,0,0,0.05);
}
.homepage-v2 .difference-section .ui.grid > .row > .column .ui.header {
  font-weight: 400;
  margin: 0.5em 0;
}
.homepage-v2 .difference-section .ui.grid > .row > .column > .ui.button {
  max-width: 15em;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
.homepage-v2 .difference-section .ui.grid.grid-content {
  -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.05);
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.05);
}
.homepage-v2 .difference-section .ui.grid.grid-content .column {
  color: #696969;
}
.homepage-v2 .difference-section .ui.grid.grid-content .column i {
  font-size: 1.5em;
}
.homepage-v2 .engage-section .-subheading {
  font-size: 1.4em;
}
.homepage-v2 .engage-section .-subheading .author {
  font-size: 0.8em;
}
.homepage-v2 .engage-section img {
  height: 6em;
}
.homepage-v2 .call-to-action,
.homepage-v2 .ui.segment.call-to-action {
  background: #28ace8 url("/cdn_url_variable/../images/footer.png") no-repeat 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin: 0;
}
.homepage-v2 .footer,
.homepage-v2 .ui.segment.footer {
  background-color: #151b26;
}
.homepage-v2 .footer menu a,
.homepage-v2 .ui.segment.footer menu a {
  text-decoration: underline;
}
.homepage-v2 .footer .badge,
.homepage-v2 .ui.segment.footer .badge {
  height: 2.5em;
}
.homepage-v2 .footer.android-play,
.homepage-v2 .ui.segment.footer.android-play {
  height: 2.6em;
}
.homepage-v2 .footer .copyright,
.homepage-v2 .ui.segment.footer .copyright {
  font-size: 0.8em;
}
.ui.divider.extended {
  margin: 1em 0;
}
.ui.divider.extended.vertical.inline {
  position: static;
  display: inline-block;
  margin: 0 1em;
  vertical-align: middle;
  line-height: 1;
  width: 0;
}
.ui.divider.extended.vertical.inline:before {
  position: static;
  height: 100%;
  display: inline-block;
}
.ui.divider.extended.vertical.inline:after {
  display: none;
}
.ui.divider.extended.mini {
  font-size: 0.78571429rem;
}
.ui.divider.extended.tiny {
  font-size: 0.85714286rem;
}
.ui.divider.extended.small {
  font-size: 0.92857143rem;
}
.ui.divider.extended.medium {
  font-size: 1rem;
}
.ui.divider.extended.large {
  font-size: 1.14285714rem;
}
.ui.divider.extended.big {
  font-size: 1.28571429rem;
}
.ui.divider.extended.huge {
  font-size: 1.42857143rem;
}
.ui.divider.extended.massive {
  font-size: 1.71428571rem;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    -ms-transition: -ms-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-repeat: repeat-x;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 9;
  background-color: rgba(0,0,0,0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.428;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  color: #424242;
  overflow: hidden;
}
body.overflow {
  overflow: auto;
}
h2 {
  font-weight: 400;
}
h4 {
  font-weight: 700;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #fff;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul > li {
  list-style: none;
}
li {
  line-height: 20px;
}
.reply-body ul,
.knote-body ul,
.reply-body ol,
.knote-body ol {
  padding-left: 40px;
}
.reply-body ul li,
.knote-body ul li {
  list-style: disc;
}
.reply-body ol li,
.knote-body ol li {
  list-style: unset;
}
input,
select,
textarea,
button {
  font-family: inherit;
}
textarea {
  overflow: auto;
  resize: none;
  outline: 0;
  font-weight: normal;
  padding: 0;
  margin: 0;
  height: auto;
}
form {
  margin: 0 0 20px;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}
.checkbox label {
  min-height: inherit;
  padding-left: inherit;
}
a {
  color: #28ace8;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #248fbe;
}
p {
  margin: 0 0 10px;
}
select {
  width: 220px;
  background-color: #fff;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  vertical-align: middle;
  border-radius: 2px;
  border: solid 1px #f1f1f1;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #f1f1f1;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #f1f1f1;
}
:focus,
a:focus {
  outline: none;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #f1f1f1;
  border: 1px solid #e5e5e5;
}
::-moz-focus-inner {
  border: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}
.container-fluid:after {
  clear: both;
}
.control-wrapper {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.control-group {
  margin-bottom: 20px;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row {
  margin-left: -20px;
}
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}
.row:after {
  clear: both;
}
.row-fluid {
  width: 100%;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"]+[class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
html {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
}
body object[type="application/x-shockwave-flash"]:empty {
  visibility: hidden;
}
#app-root {
  width: 100%;
  height: 100%;
}
#big-container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#big-container:before,
#big-container:after {
  content: ' ';
  display: table;
  clear: both;
}
#big-container.open-left-menu #right {
  min-width: 768px;
}
#left-menu-open-container {
  position: absolute;
  height: 100%;
  width: 0;
  z-index: 2500;
}
#left-menu-open-container.drop-zone {
  width: 55px;
}
p {
  min-height: 1em;
}
#right {
  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
  overflow: hidden;
  background: rgba(0,0,0,0.15);
}
#right .top-container {
  position: relative;
  height: 55px;
  width: 100%;
  padding: 10px;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0px 2px 7px -3px rgba(0,0,0,0.6);
  box-shadow: 0px 2px 7px -3px rgba(0,0,0,0.6);
}
#right .top-container.published-mode {
  height: auto;
}
#right .top-container.published-mode .publish-mode-image {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
#right .top-container.published-mode .publish-mode-desc {
  position: relative;
  padding-left: 14px;
  font-size: 18px;
  font-weight: 100;
  word-spacing: -1px;
}
#right .top-container.published-mode .publish-mode-desc .short-description {
  font-size: 20px;
  font-weight: 400;
}
#right .top-container.published-mode .publish-mode-desc .long-description {
  max-height: 300px;
  overflow-y: auto;
}
#right .top-container.published-mode .publish-mode-desc .fa-times {
  display: none;
  position: absolute;
  right: 0;
  cursor: pointer;
}
#right .top-container.published-mode .publish-mode-desc:hover .fa-times {
  display: block;
}
#right .top-container.published-mode .publish-mode-desc .fa-times:hover ~ * {
  background: rgba(40,40,40,0.1);
}
#right .top-container.published-mode .publish-mode-desc p {
  margin: 0;
}
#right .top-container.published-mode .drop-pad-desc {
  width: 98%;
  border: 3px dashed #ccc;
  text-align: center;
  margin: 0 5px;
  padding: 10px;
  font-size: 22px;
  color: #ccc;
}
#right .top-container.published-mode #thread-main-subject {
  font-size: 50px;
  font-weight: 100;
  line-height: 64px;
  margin-top: -10px;
  letter-spacing: -1px;
}
#right .top-container .wrap-logo {
  height: 100%;
  max-width: 35px;
  line-height: 35px;
}
#right .top-container .wrap-logo .heading-logo {
  cursor: pointer;
  max-height: 100%;
}
#right .thread {
  padding: 20px 20px 75px;
  margin: 0 auto;
  width: 100%;
  height: calc(100% - 97px);
  white-space: nowrap;
  text-align: center;
  overflow: auto;
}
#right .thread .container-nav-wrapper {
  position: fixed;
  bottom: 20px;
  width: 0;
  text-align: center;
  z-index: 999;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#right .thread .container-navs {
  display: inline-block;
  padding: 10px 15px;
  background-color: #e3ebf0;
  border-radius: 4px;
}
#right .thread .container-nav {
  background-color: #c8dae2;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  border-radius: 4px;
  line-height: 33px;
  min-width: 33px;
  min-height: 33px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#right .thread .container-nav.is-minimize,
#right .thread .container-nav.is-minimize:hover {
  -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
}
#right .thread .container-nav.on-screen,
#right .thread .container-nav:hover,
#right .thread .container-nav.visible {
  background-color: #28ace8;
}
#right .thread .container-nav:last-of-type {
  margin-right: 0;
}
#right .thread .container-nav .fa-bell {
  position: absolute;
  right: -5px;
  top: -5px;
  color: #f44336;
  font-size: 14px;
  cursor: pointer;
  width: 14px;
  height: 14px;
}
#right .thread .container-nav .fa-bell::before {
  display: block;
  margin: 0;
}
#right .thread .container-nav .count-of-archived-column.animate {
  position: absolute;
  top: -400px;
  font-size: 60px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  left: 1px;
  z-index: 999999;
  text-shadow: 0 2px 3px rgba(0,0,0,0.7);
}
#right .topics-wrapper {
  display: inline;
}
#right .dashboard-container {
  text-align: left;
  white-space: normal;
  margin: 0 auto;
  overflow: visible !important;
}
#right .dashboard-container #popup-container {
  margin-top: 30px;
}
#right .bottom-icons {
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 400;
  padding: 8px 6px 8px 10px;
  text-decoration: none;
  border-radius: 3px 0px 0px 0px;
}
#right .bottom-icons a {
  color: inherit;
}
#right .bottom-icons-left {
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 4000;
  padding: 8px 6px 8px 10px;
  text-decoration: none;
  border-radius: 0 4px 0 0;
}
#right .bottom-icons-left a {
  color: inherit;
}
#right .load-knotes {
  margin-bottom: 40px;
}
.header-line {
  font-size: 1.3em;
  position: relative;
  text-align: center;
  color: #b4b4b4;
  margin: 0 40px 30px 0;
  z-index: 1;
  width: 100%;
}
.header-line::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 12px;
  border-top: 1px solid rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.3);
  z-index: -1;
  border-radius: 2px;
}
.header-line .header-title {
  background: url("/cdn_url_variable/../images/_bg1.png") #fff;
  display: inline-block;
  padding: 0 60px;
  position: relative;
}
.header-line .header-title .deattach-all-archived {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: inherit;
  vertical-align: middle;
  color: #b4b4b4;
  cursor: pointer;
  font-weight: 400;
}
.header-line .header-title .deattach-all-archived:hover {
  color: #000;
}
.topic-container {
  width: 410px;
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  position: relative;
  -webkit-transition: width 300ms;
  -moz-transition: width 300ms;
  -o-transition: width 300ms;
  -ms-transition: width 300ms;
  transition: width 300ms;
}
.topic-container#recent-feed {
  margin-left: 50px;
}
.topic-container .recent-feed-container {
  margin-top: 15px;
}
.topic-container .dashboard-title {
  margin-bottom: 5px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.topic-container .container-title-wrapper,
.topic-container .container-title-wrapper-editing {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  width: 100%;
  height: 30px;
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
  padding-top: 1px;
  position: relative;
}
.topic-container .container-title-wrapper.invisible,
.topic-container .container-title-wrapper-editing.invisible {
  max-height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.topic-container .container-title-wrapper .container-settings,
.topic-container .container-title-wrapper-editing .container-settings {
  color: #b4b4b4;
  z-index: 5;
  position: absolute;
  top: 3px;
  right: 10px;
  font-size: 16px;
}
.topic-container .container-title-wrapper .container-settings-settings-menu,
.topic-container .container-title-wrapper-editing .container-settings-settings-menu {
  z-index: 1000;
  position: absolute;
  right: 5px;
  top: 25px;
  background-color: #fff;
  text-align: left;
}
.topic-container .container-title {
  display: block;
  text-align: center;
  font-size: 15px;
  letter-spacing: -0.015em;
  height: 24px;
  line-height: 24px;
  border-radius: 8px;
  color: #424242;
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-color: rgba(0,0,0,0);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 0 15px;
  border: none;
  margin: 3px auto;
}
.topic-container .container-title.active {
  font-weight: 600;
}
.topic-container .container-title[readonly] {
  pointer-events: none;
}
.container-title[contenteditable=true]:focus {
  display: inline-block;
  background-color: #e5e5e5;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1), 0 1px 3px rgba(0,0,0,0.2) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,0.1), 0 1px 3px rgba(0,0,0,0.2) inset;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  margin-top: 2px;
  -o-text-overflow: clip;
  text-overflow: clip;
  cursor: text;
}
.container-title[contenteditable=true]:focus + div .topic-column-settings {
  display: none;
}
.knote-container {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  white-space: normal;
  height: 100%;
}
.knote-container.is-mobile {
  width: 100%;
}
.knote-container[data-container-type=archived] {
  margin-bottom: 40px;
  padding: 0;
  padding-top: 15px;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  display: block;
  min-height: initial;
}
.knote-container::-webkit-scrollbar {
  display: none;
}
.knote-container .thread-item-placeholder {
  height: 110px !important;
  background-color: #fff;
}
.custom-tooltip[data-text]:hover:after {
  content: attr(data-text);
  position: absolute;
  z-index: 10000;
  color: #31708f;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #bce8f1;
  top: 100%;
  background-color: #d9edf7;
  padding: 6px;
  margin-top: 2px;
}
.left-plus:after {
  left: 0;
}
.right-plus:after {
  right: 0;
}
.topic-btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  position: relative;
  background-color: #fff;
}
.topic-btn:hover {
  background-color: #b4b4b4;
}
.topic-btn .fa {
  font-size: 14px;
  color: #424242;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.add-compose-btn {
  display: block;
  margin: 0 auto;
  background-color: transparent;
  width: 100%;
  margin-top: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.add-compose-btn .fa {
  color: #fff;
}
.add-compose-btn:hover {
  background-color: transparent;
}
.thread::-webkit-scrollbar {
  height: 0px;
}
#right::-webkit-scrollbar {
  display: inline;
}
.loading {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/cdn_url_variable/../images/_bg1.png") repeat left top;
  z-index: 9999999;
}
.loading .loading-avatar {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background: #e5e5e5;
}
.loading .loading-compose {
  position: absolute;
  background: #fff;
  left: 60px;
  top: 80px;
  height: 105px;
  width: 500px;
  position: relative;
}
.loading .loading-compose .loading-compose-button {
  width: 80px;
  height: 30px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #e5e5e5;
}
#header-nav .btn-link.active {
  font-weight: bold;
  color: #000 !important;
}
.knote-container {
  min-height: 90px;
}
.applink {
  color: #fff;
}
.applink:active {
  color: #ffff80;
}
.applink:visited {
  color: #ffb3b3;
}
.applink:link {
  color: #ffb3b3;
}
#right .preview-pad-popup .bottom-icons.preview-pad {
  padding: 0 !important;
  border: none;
  background: transparent;
  bottom: 12px;
  right: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#right .preview-pad-popup .bottom-icons.preview-pad > .btn {
  border-radius: 3px;
  height: 40px;
  width: 100px;
  padding: 10px;
  -webkit-box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
}
#right .preview-pad-popup .bottom-icons .cancel {
  margin-right: 10px;
  background-color: #acabb0;
}
#right .preview-pad-popup .bottom-icons .cancel:hover {
  background-color: #99989c;
}
#right .preview-pad-popup .bottom-icons .save {
  background-color: #4caf50;
}
#right .preview-pad-popup .bottom-icons .save:hover {
  background-color: #47a64a;
}
.right-menu-map-view {
  display: none;
}
#right .thread.is-archived-columns,
#right .thread.is-search-knotes {
  padding-top: 45px;
}
#right .thread .archived-columns-banner {
  background-color: rgba(40,172,232,0.5);
  color: rgba(255,255,255,0.9);
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  font-weight: 600;
  word-spacing: 0.2em;
  letter-spacing: 0.05em;
  -webkit-transform: translateY(-45px);
  -moz-transform: translateY(-45px);
  -o-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  transform: translateY(-45px);
  z-index: 100;
}
#right .thread .archived-columns-banner a {
  text-decoration: underline;
}
#right .thread .no-archived-columns-banner {
  text-align: center;
  font-size: 45px;
  color: #fff;
}
.topic-container.is-map-view {
  width: 260px !important;
}
.topic-container.is-map-view .container-title {
  font-size: 14px;
}
.topic-container.is-map-view #popup-container {
  margin-top: 46px;
  font-size: 13px;
}
.topic-container.is-map-view #popup-container .knote-types {
  top: -38px;
}
.topic-container.is-map-view #popup-container .knote-types .menu-knote {
  padding: 3px;
  width: 50px;
}
.topic-container.is-map-view #popup-container .knote-types .menu-knote .tab-name {
  display: none;
}
.topic-container.is-map-view #popup-container .knote-content .poll-value,
.topic-container.is-map-view #popup-container .knote-content .poll-textarea {
  font-size: 13px;
}
#right .thread .add-compose-btn {
  margin-top: 8px;
}
#right .thread #compose-popup .knote-content {
  min-width: 120px !important;
}
#right .thread #compose-popup .change-due-date-popup .calendar-controls {
  width: 100% !important;
}
#right .thread #compose-popup .change-due-date-popup .calendar-controls .control-group {
  width: 48%;
  float: left;
  margin: 0 !important;
}
#right .thread #compose-popup .change-due-date-popup .calendar-controls .control-group input {
  width: 100%;
}
#right .thread #compose-popup .change-due-date-popup .calendar-controls .control-group:nth-child(even) {
  float: right;
}
#right .thread #compose-popup .change-due-date-popup .due-date-picker {
  width: 100% !important;
}
#right .thread #compose-popup .change-due-date-popup .due-date-picker .ui-datepicker {
  width: 100% !important;
}
.topic-search-editor {
  padding: 5px;
  z-index: 4444;
  background-color: #f1f1f1;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1), 0 1px 1px rgba(0,0,0,0.2) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,0.1), 0 1px 1px rgba(0,0,0,0.2) inset;
  overflow-x: auto;
}
.topic-search-editor .public-DraftStyleDefault-block {
  white-space: pre;
}
.thread-item.is-map-view .checkbox,
.thread-item.is-map-view .radio {
  margin: 5px 0;
}
.thread-item.is-map-view:first-child {
  margin-top: 8px;
}
.thread-item.is-map-view .knote-gutter .card-notifications {
  margin: 0;
}
.thread-item.is-map-view .knote-gutter .card-notifications .card-notifications-dropdown {
  margin-top: 10px;
}
.thread-item.is-map-view .knote-gutter .card-notifications .notification-icon.circle-avatar {
  height: auto;
  width: auto;
  line-height: 20px;
  margin: 0;
}
.thread-item.is-map-view .knote-gutter .card-notifications .fa-bell {
  margin: 0;
}
.thread-item.is-map-view .knote-gutter .knote-actions .actions {
  width: 22px;
  visibility: visible !important;
}
.thread-item.is-map-view .knote-reminders {
  width: 100%;
}
.thread-item.is-map-view .knote-reminders .assignment-contacts .avatar-up-down {
  width: 90%;
}
.thread-item.is-map-view .archived-card .knote-actions {
  font-size: 12px;
}
.thread-item.is-map-view .archived-card .knote-actions img {
  width: 10px;
}
.thread-item.is-map-view .archived-card .knote-actions div {
  padding: 0 0;
}
.is-open-left-menu {
  background: #fff;
}
.is-open-left-menu .left-topic-panel {
  width: 400px;
}
.topic-panel-container {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.2);
}
.topic-panel-container .user-avatar-wrapper {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #28ace8;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.btn:hover {
  color: #fff;
  background-color: #248fbe;
}
.btn-no-border {
  width: 25%;
  display: inline-block;
  padding: 4px 12px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #28ace8;
  border: none;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.btn-no-border:hover {
  color: #fff;
  background-color: #248fbe;
}
.btn-primary {
  color: #fff;
  background-color: #28ace8;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #248fbe;
  color: #fff;
}
.btn-primary:disabled,
.btn-primary:disabled:hover,
.btn-primary[disabled],
.btn-primary:hover[disabled] {
  cursor: default;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  background-color: #28ace8;
}
.btn-secondary {
  color: #424242;
  background-color: #e5e5e5;
}
.btn-success {
  color: #fff;
  background-color: #28ace8;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #28ace8;
  color: #fff;
}
.btn-success:disabled,
.btn-success:disabled:hover,
.btn-success[disabled],
.btn-success:hover[disabled] {
  cursor: default;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  background-color: #28ace8;
}
.btn-error {
  color: #fff;
  background-color: #d9534f;
}
.btn-error:hover,
.btn-error:focus,
.btn-error:active,
.btn-error.active {
  background-color: #c9302c;
  color: #fff;
}
.btn-error:disabled,
.btn-error:disabled:hover,
.btn-error[disabled],
.btn-error:hover[disabled] {
  cursor: default;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  background-color: #d9534f;
}
.my-btn {
  color: #fff;
  background: #28ace8;
  width: 78px;
  padding: 3px 5px;
}
.my-btn:disabled,
.my-btn:disabled:hover,
.my-btn[disabled],
.my-btn:hover[disabled] {
  cursor: default;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  background: #28ace8;
}
.btn-small {
  padding: 0 6px !important;
  line-height: 21px;
}
.btn-wide {
  padding: 4px 32px;
}
.btn-cancel,
.reply-cancel {
  background: #737a82;
}
.btn-cancel:hover,
.reply-cancel:hover {
  background: #60676e;
}
.btn-off {
  background: #b4b4b4;
}
.btn.go-to-pad {
  background: #f1f1f1;
  font-size: 12px;
  cursor: pointer;
  font-weight: 400;
  color: #b4b4b4;
}
.btn.go-to-pad:hover {
  background: #e5e5e5;
  color: #424242;
}
.btn-circle {
  border-radius: 50% 50% 50% 50%;
  font-size: 10px;
  height: 17px;
  padding: 0;
  width: 17px;
}
.btn-full {
  width: 100% !important;
}
.my-btn_disabled {
  pointer-events: none;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.btn-ripple {
  position: relative;
  overflow: hidden;
}
.btn-loading:hover {
  background-color: rgba(36,143,190,0.5);
}
#login-google-button .short-name,
#login-facebook-button .short-name {
  display: none;
  text-align: center;
}
.btn-login.google {
  font-family: 'Roboto', sans-serif;
  color: #fff !important;
  background-color: #4285f4 !important;
  height: 34px;
  padding: 0 0 0 34px !important;
  border: none;
}
.btn-login.google.normal {
  height: 40px;
  padding: 0 0 0 40px !important;
}
.btn-login.google.normal .google-icon {
  width: 40px;
  height: 40px;
}
.btn-login.google.normal span {
  height: 40px;
  line-height: 38px;
}
.btn-login.google.normal.text-center span {
  padding: 0 48px 0 8px;
}
.btn-login.google.text-center span {
  text-align: center;
  padding: 0 42px 0 8px;
}
.btn-login.google .google-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  border: none;
  display: inline-block;
  background-image: url("/cdn_url_variable/../images/btn_google_dark_normal.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.btn-login.google span {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding: 0 8px 0 8px;
  font-size: 14px;
  height: 34px;
  line-height: 32px;
}
.btn-login.google:active,
.btn-login.google.active {
  color: #eee !important;
  background-color: #3367d6 !important;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0 3px 5px 0px rgba(0,0,0,0.3);
}
.btn-login.google:active .google-icon,
.btn-login.google.active .google-icon {
  background-image: url("/cdn_url_variable/../images/btn_google_dark_pressed.svg");
}
.btn-login.google.disabled {
  background-color: #fff !important;
  color: rgba(0,0,0,0.4) !important;
}
.btn-login.google.disabled .google-icon {
  background-image: url("/cdn_url_variable/../images/btn_google_dark_disabled.svg");
}
.btn-login.google.disabled span {
  background-color: rgba(0,0,0,0.08);
}
.btn-login.facebook {
  color: #fff !important;
  background-color: #3b5998 !important;
  border-color: rgba(0,0,0,0.2) !important;
}
.btn-login.facebook:hover,
.btn-login.facebook:focus,
.btn-login.facebook .active,
.btn-login.facebook .open > .dropdown-toggle.btn-facebook {
  color: #fff !important;
  background-color: #2d4373 !important;
  border-color: rgba(0,0,0,0.2) !important;
}
.btn-login.facebook.active,
.btn-login.facebook .open > .dropdown-toggle.btn-facebook,
.btn-login.facebook background-image: none,
.btn-login.facebook.disabled {
  background-color: #3b5998;
  border-color: rgba(0,0,0,0.2);
}
.btn-login.facebook .badge {
  color: #3b5998;
  background-color: #fff;
}
.btn-login.dropbox {
  color: #fff !important;
  background-color: #596595 !important;
  border-color: rgba(0,0,0,0.2) !important;
}
.btn-login.dropbox:hover,
.btn-login.dropbox:focus,
.btn-login.dropbox:active,
.btn-login.dropbox.active,
.btn-login.dropbox.open > .dropdown-toggle.btn-dropbox {
  color: #fff !important;
  background-color: #635893 !important;
  border-color: rgba(0,0,0,0.2) !important;
}
.btn-undo {
  position: absolute;
  top: 8px;
  right: 4px;
  background-color: #77be77;
  color: #fff;
  z-index: 4;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 8px 12px -5px rgba(20,28,36,0.6);
  -webkit-box-shadow: 0 8px 12px -5px rgba(20,28,36,0.6);
  box-shadow: 0 8px 12px -5px rgba(20,28,36,0.6);
}
.btn-undo:hover {
  background-color: #2d9b00;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-undo .btn-merge {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 8px 12px -5px rgba(20,28,36,0.6);
  -webkit-box-shadow: 0 8px 12px -5px rgba(20,28,36,0.6);
  box-shadow: 0 8px 12px -5px rgba(20,28,36,0.6);
}
.btn.js-share {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 20px 6px 20px;
}
.btn.js-share.btn-disabled {
  color: #fff;
  background-color: #c9cacc;
  cursor: auto;
}
.btn.sendFeedback.btn-disabled {
  color: #fff;
  background-color: #c9cacc;
  cursor: auto;
}
.pad-view-toggle {
  font-size: 10px;
  font-weight: bold;
  position: relative;
  margin-right: 15px;
  padding: 0.4em 0;
  color: #fff;
  background-color: #c8dae2;
  border-radius: 0.5em;
  width: 9em;
  padding-left: 4.5em;
  text-align: center;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
  overflow: hidden;
  letter-spacing: -0.02em;
  word-spacing: -0.1em;
}
.pad-view-toggle::before {
  content: attr(data-content);
}
.pad-view-toggle label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-weight: bold;
  background-color: #28ace8;
  padding: 0.4em 0;
  border-radius: 0.5em;
  width: 4.5em;
  -webkit-transition: left 200ms ease;
  -moz-transition: left 200ms ease;
  -o-transition: left 200ms ease;
  -ms-transition: left 200ms ease;
  transition: left 200ms ease;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.pad-view-toggle label::before {
  content: attr(data-default-content);
}
.pad-view-toggle.checked {
  padding-right: 4.5em;
  padding-left: 0;
}
.pad-view-toggle.checked::before {
  content: attr(data-default-content);
}
.pad-view-toggle.checked label {
  left: 50%;
}
.pad-view-toggle.checked label::before {
  content: attr(data-content);
}
.toggle-btn-container {
  position: relative;
  width: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.toggle-btn {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 17px;
  padding: 0;
  margin: 0;
  line-height: 17px;
  border: 2px solid #ff6961;
  border-radius: 17px;
  background-color: #ff6961;
  -webkit-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.toggle-btn:before {
  content: "";
  display: block;
  width: 17px;
  margin: 0px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  border: 2px solid #ff6961;
  border-radius: 17px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.toggle-btn-box {
  display: none;
}
.toggle-btn-checked {
  background-color: #2d9b00;
}
.toggle-btn-checked,
.toggle-btn-checked:before {
  border-color: #2d9b00;
}
.toggle-btn-checked:before {
  right: 0px;
}
.modals .modal .modal-btn {
  background-color: #8bc0d8 !important;
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
  border-radius: 12px;
  height: 24px;
  line-height: 24px;
  min-width: 90px;
  font-size: 14px;
  padding: 0 15px;
}
.modals .modal .modal-link-btn {
  color: #8bc0d8;
  font-weight: bold;
}
.account-avatar-wrapper {
  border-radius: 50%;
}
.account-avatar-larger-wrapper {
  position: relative;
  overflow: hidden;
}
.account-avatar {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  max-width: none;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  background-color: #fff;
}
.account-avatar.larger {
  font-size: 150px;
  line-height: 280px;
  width: 300px;
  height: 300px;
}
.account-avatar.large {
  font-size: 24px;
  line-height: 34px;
}
.account-avatar.medium {
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
}
.account-avatar.small {
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 16px;
}
.account-avatar.unactivated {
  border: 1px solid #424242;
}
.account-avatar img {
  vertical-align: top;
}
.bgcolor1 {
  color: #fff;
  border: 2px solid #fdcb0f;
  background-color: #fdcb0f;
}
.bgcolor2 {
  color: #fff;
  border: 2px solid #ff6961;
  background-color: #ff6961;
}
.bgcolor3 {
  color: #fff;
  border: 2px solid #28ace8;
  background-color: #28ace8;
}
.bgcolor4 {
  color: #fff;
  border: 2px solid #d15fee;
  background-color: #d15fee;
}
.bgcolor5 {
  color: #fff;
  border: 2px solid #2d9b00;
  background-color: #2d9b00;
}
.group-avatar .account-avatar {
  border: solid 2px #fff;
  position: absolute;
  -webkit-box-shadow: -2px 0 3px #000;
  box-shadow: -2px 0 3px #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
  left: 2px;
  top: -2px;
}
.group-avatar span.account-avatar {
  font-size: 16px;
}
.group-avatar .account-avatar {
  border: solid 2px #fff;
  position: absolute;
  -webkit-box-shadow: -2px 0 3px #000;
  box-shadow: -2px 0 3px #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
  left: 2px;
  top: -2px;
}
.group-avatar span.account-avatar {
  font-size: 16px;
}
.group-avatar .account-avatar:nth-child(1) {
  left: 0;
  top: 0;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  z-index: 2;
}
.group-avatar .account-avatar:nth-child(2) {
  left: 10px;
  top: 0;
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  z-index: 3;
}
.group-avatar:hover .account-avatar:nth-child(2) {
  left: 16px;
  -webkit-transform: rotate(16deg);
  -moz-transform: rotate(16deg);
  -o-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  transform: rotate(16deg);
}
.group-avatar:hover .account-avatar:nth-child(1) {
  left: -6px;
  -webkit-transform: rotate(-16deg);
  -moz-transform: rotate(-16deg);
  -o-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  transform: rotate(-16deg);
}
.link-dotted {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
.link-dotted:hover {
  border-bottom-style: solid;
}
.twitter-typeahead .tt-hint {
  display: none !important;
}
.tt-menu {
  overflow: auto;
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  z-index: 3000;
  text-align: left;
  padding: 3px;
}
.tt-menu li {
  padding: 2px;
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
}
.tt-menu li a {
  color: #424242;
  position: relative;
  border-bottom: none !important;
}
.tt-menu li:hover a {
  color: #28ace8;
  text-decoration: none;
}
.tt-menu li a.disabled {
  color: rgba(66,66,66,0.5);
}
.tt-menu li .fa-vote:before {
  content: '\e828';
}
.tt-menu li:first-of-type {
  border-top: none;
}
.tt-menu p {
  color: #000;
  margin: 0;
  padding: 4px;
  text-align: left;
  font-size: 12px;
  cursor: pointer;
}
.tt-menu .account-avatar {
  margin-right: 4px;
}
.tt-menu .username {
  margin-left: 4px;
  display: inline-block;
  vertical-align: top;
  color: #737a82;
}
.tt-menu .gmail-icon {
  height: 13px;
  display: inline-block;
  vertical-align: top;
}
.tt-menu .show-gmail-oauth {
  width: 170px;
  display: block;
  cursor: pointer;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  overflow: hidden;
}
.tt-menu .show-gmail-oauth .gmail-icon {
  vertical-align: middle;
  margin-right: 7px;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion.tt-selectable:hover,
.tt-suggestion:hover .username,
.show-gmail-oauth:hover {
  color: #fff;
  background: #28ace8;
  cursor: pointer;
}
.nav-tab {
  background: none repeat scroll 0 0 #424242;
  margin: 0;
  text-align: left;
  border-radius: 3px 3px 0 0;
}
.nav-tab li {
  display: inline-block;
}
.nav-tab li a {
  color: #737a82;
  display: block;
  padding: 7px 5px 2px;
  text-decoration: none;
  font-weight: 600;
}
.nav-tab li.selected a {
  color: #fff;
}
.nav-tab li .triangle {
  border-bottom: 5px solid #e5e5e5;
  border-left: 5px solid rgba(0,0,0,0);
  border-right: 5px solid rgba(0,0,0,0);
  height: 0;
  margin: 0 auto;
  width: 0;
  display: none;
}
.nav-tab li.selected .triangle {
  display: block;
}
.nav-content {
  text-align: left;
}
.nav-content>div {
  display: none;
}
.nav-content>div.selected {
  display: block;
}
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}
.nav-tabs li {
  display: inline-block;
  margin-bottom: -1px;
  width: 200px;
  border-radius: 4px;
}
.nav-tabs>li>a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  color: #424242;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 4px 4px 0 0;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs>li>a,
.nav-pills>li>a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.tab-content {
  overflow: auto;
}
.tabs-below>.nav-tabs,
.tabs-right>.nav-tabs,
.tabs-left>.nav-tabs {
  border-bottom: 0;
}
.tab-content>.tab-pane,
.pill-content>.pill-pane {
  display: none;
}
.tab-content>.active,
.pill-content>.active {
  display: block;
}
.nav>li>a {
  display: block;
  text-decoration: none;
}
.nav-list>li>a {
  padding: 3px 15px;
}
.hashtags-filter {
  background-color: #fff;
  border: 2px solid #28ace8;
  position: absolute;
  z-index: 99999999942;
  max-width: 200px;
  text-align: left;
}
.hashtags-filter>ul {
  position: relative;
  max-height: 74px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.hashtags-item {
  padding: 2px 5px;
  font-size: 12px;
  color: #b4b4b4;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.hashtags-item:hover {
  color: #28ace8;
}
.hashtags-item>* {
  vertical-align: middle;
}
.more-hashtags {
  font-size: 10px;
  color: #28ace8;
  text-align: center;
}
.sort,
.admin-table-head {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  background-color: #f1f1f1;
  text-align: center;
  -webkit-box-shadow: 0px -3px 9px -6px;
  box-shadow: 0px -3px 9px -6px;
  padding-top: 3px;
  height: 32px !important;
  position: absolute;
  top: 56px;
  width: 100%;
}
.sort div {
  cursor: pointer;
  display: inline-block;
  color: #000;
  width: 31%;
  text-align: center;
  padding: 5px 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;
}
.sort .notification-filter {
  float: none;
  padding: 5px 12px;
  font-size: 14px;
}
.sort div:hover {
  background-color: #ddd;
}
.sort .selected {
  color: #fff;
  font-weight: bold;
  background-color: #28ace8;
}
.pad-options {
  cursor: pointer;
  background: #28ace8;
  color: #fff;
  padding: 6px;
  font-weight: bolder;
  font-size: 10px;
  letter-spacing: 1px;
}
.dashboard-hashtags {
  margin-top: 20px;
}
.pad-notifications {
  background-color: #c44d58;
  border-radius: 4px;
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 7px;
  position: absolute;
  left: -18px;
  top: 4px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.notification-help {
  float: right;
  cursor: pointer;
  margin: 4px 0px 0px 6px;
  border-radius: 12px;
  font-size: 15px;
}
.logout-header {
  margin-top: 100px;
  margin-bottom: 30px;
}
.logout-message {
  text-align: center;
  font-size: large;
}
.get-app {
  background: -webkit-linear-gradient(300deg, #28ace8 0%, #3cd854 50%, #fce3a0 100%);
  background: -moz-linear-gradient(300deg, #28ace8 0%, #3cd854 50%, #fce3a0 100%);
  background: -o-linear-gradient(300deg, #28ace8 0%, #3cd854 50%, #fce3a0 100%);
  background: -ms-linear-gradient(300deg, #28ace8 0%, #3cd854 50%, #fce3a0 100%);
  background: linear-gradient(150deg, #28ace8 0%, #3cd854 50%, #fce3a0 100%);
}
#get-app-panel {
  text-align: center;
  border-bottom: 0px;
  padding: 0 20px;
  color: #fff;
  text-shadow: 0 0px 0px;
  height: auto;
  overflow: hidden;
}
#get-app-panel h1 {
  color: #fff;
  margin: 40px 0 0 0;
}
#get-app-panel p {
  font-size: 17px;
  padding: 20px 0;
}
#get-app-panel img {
  max-width: 60%;
}
#get-app-btn {
  margin: 30px 5%;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
#get-app-btn a {
  font-size: 14px;
  color: #fff;
}
#get-app-btn .store-btn {
  display: block;
  margin: 0 auto 15px;
  border: solid #fff 2px;
  border-radius: 5px;
  background: rgba(0,0,0,0);
  text-align: center;
  text-shadow: 0 0px 0px rgba(0,0,0,0.5);
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase;
}
#get-app-btn .site-btn {
  text-decoration: underline;
}
.topic-notices {
  width: 250px;
  display: inline-block;
  white-space: normal;
  text-align: left;
  vertical-align: top;
}
.notice .notice-title {
  padding-bottom: 5px;
}
.notice .notice-apps li {
  display: inline-block;
  padding: 5px 0;
}
.notice .notice-apps li .text {
  display: inline-block;
  text-decoration: underline;
}
.notice .notice-apps li img {
  display: inline-block;
  margin-right: 6px;
  width: 20px;
  height: 20px;
}
.notice.user-tip li {
  padding: 0;
  display: block;
}
.notice.user-tip li a {
  color: #28ace8;
}
div#user-hover-menu {
  display: table;
  float: right;
  top: 53px;
  right: 60px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 200px;
  min-width: 220px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: -webkit-center;
  text-align: center;
}
.user-hover-menu {
  position: relative;
  background: none repeat scroll 0 0 #fff;
  color: #424242;
  -webkit-box-shadow: 0px 6px 8px -4px rgba(0,0,0,0.6), 2px -4px 4px -4px rgba(0,0,0,0.1);
  box-shadow: 0px 6px 8px -4px rgba(0,0,0,0.6), 2px -4px 4px -4px rgba(0,0,0,0.1);
  border-radius: 3px;
  text-align: center;
  z-index: 10001;
}
.user-hover-menu.hovering {
  display: none;
}
.user-hover-menu[data-arrow='on-right']:before {
  content: '\e82b';
  right: 28px;
  top: -15px;
  font-size: 24px;
  text-shadow: 0px -2px 4px #e5e5e5;
  position: absolute;
  font-family: "fontello";
  color: #fff;
  display: initial;
}
.user-hover-menu[data-arrow='on-left']:before {
  content: '\e847';
  position: absolute;
  left: -8px;
  top: 2px;
  font-family: "fontello";
  font-size: 28px;
  color: #fff;
  text-shadow: -1px 0px 0px #e5e5e5;
  display: initial;
}
.user-hover-menu[data-arrow='on-left-bottom']:before {
  content: '\e847';
  position: absolute;
  left: -8px;
  bottom: 0px;
  font-family: "fontello";
  font-size: 28px;
  color: #fff;
  text-shadow: -1px 0px 0px #e5e5e5;
  display: initial;
}
.user-hover-menu p {
  margin: 4px 0 0;
}
.user-hover-menu-left {
  vertical-align: middle;
  text-align: -webkit-center;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
}
.user-hover-menu-left img.account-avatar {
  width: 174px;
  height: 174px;
  margin: 4px;
}
.user-hover-menu-left span.account-avatar {
  width: 174px;
  height: 174px;
  margin: 4px;
  line-height: 168px;
  font-size: 100px;
}
.user-hover-menu-left .account-avatar-larger-wrapper {
  width: 182px;
  height: 182px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
}
.user-hover-menu-left .group-avatar {
  width: 120px;
  height: 120px;
}
.user-hover-menu-left .account-avatar {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: initial;
}
.user-hover-menu-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px 10px 5px 2px;
  text-align: -webkit-center;
}
.user-hover-menu-detail .ul-icon {
  margin: 0;
}
.user-hover-menu-detail .ul-icon li {
  padding: 5px 0px 5px 0px;
  line-height: 1.5;
}
.user-hover-menu-detail .ul-icon li i {
  top: 4px;
  color: #b4b4b4;
  display: inline-block;
}
.user-hover-menu-detail .ul-icon li i:before {
  margin-left: 0;
}
.user-hover-menu-detail .ul-icon li a {
  margin-left: 2px;
  color: #acabb0;
}
.user-hover-menu-user-name a,
.user-hover-menu-user-name span {
  color: #424242;
  line-height: 1.2;
}
.user-hover-menu-handles {
  margin-top: 10px;
  color: #424242;
}
.user-hover-menu-handles .fullname {
  font-size: 18px;
}
.user-hover-menu-handles .email {
  font-size: 14px;
  color: #b4b4b4;
}
.user-hover-menu-handles .username {
  font-size: 14px;
  display: block;
  color: #b4b4b4;
}
.user-hover-menu-handles span {
  color: #b4b4b4;
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
  padding: 10px;
}
.user-hover-menu-access-roles .pad-roles-dropdown-container,
.user-hover-menu-access-roles .access-roles-dropdown-container {
  position: relative;
}
.user-hover-menu-access-roles .pad-roles-dropdown-container .pad-roles-dropdown,
.user-hover-menu-access-roles .access-roles-dropdown-container .pad-roles-dropdown,
.user-hover-menu-access-roles .pad-roles-dropdown-container .access-roles-dropdown,
.user-hover-menu-access-roles .access-roles-dropdown-container .access-roles-dropdown {
  visibility: hidden;
  position: absolute;
  top: -20px;
  left: -1px;
  z-index: 10;
}
.user-hover-menu-access-roles .pad-roles-dropdown-container .pad-roles-dropdown ul,
.user-hover-menu-access-roles .access-roles-dropdown-container .pad-roles-dropdown ul,
.user-hover-menu-access-roles .pad-roles-dropdown-container .access-roles-dropdown ul,
.user-hover-menu-access-roles .access-roles-dropdown-container .access-roles-dropdown ul {
  cursor: pointer;
  margin: 0 0 0 -2px;
  border-left: #000 dashed 1px;
  border-right: #000 dashed 1px;
}
.user-hover-menu-access-roles .pad-roles-dropdown-container .pad-roles-dropdown ul li,
.user-hover-menu-access-roles .access-roles-dropdown-container .pad-roles-dropdown ul li,
.user-hover-menu-access-roles .pad-roles-dropdown-container .access-roles-dropdown ul li,
.user-hover-menu-access-roles .access-roles-dropdown-container .access-roles-dropdown ul li {
  padding: 0 2px 2px 2px;
  color: #28ace8;
  background-color: rgba(241,241,241,0.9);
}
.user-hover-menu-access-roles .pad-roles-dropdown-container .pad-roles-dropdown ul li:hover,
.user-hover-menu-access-roles .access-roles-dropdown-container .pad-roles-dropdown ul li:hover,
.user-hover-menu-access-roles .pad-roles-dropdown-container .access-roles-dropdown ul li:hover,
.user-hover-menu-access-roles .access-roles-dropdown-container .access-roles-dropdown ul li:hover,
.user-hover-menu-access-roles .pad-roles-dropdown-container .pad-roles-dropdown ul li[selected],
.user-hover-menu-access-roles .access-roles-dropdown-container .pad-roles-dropdown ul li[selected],
.user-hover-menu-access-roles .pad-roles-dropdown-container .access-roles-dropdown ul li[selected],
.user-hover-menu-access-roles .access-roles-dropdown-container .access-roles-dropdown ul li[selected] {
  background-color: rgba(120,197,232,0.9);
}
.user-hover-menu-splitter {
  border-bottom: 1px solid #e5e5e5;
  margin: 8px 0;
}
.float-popup {
  display: none;
  position: relative;
  background: #fff;
}
.float-popup .body {
  padding: 5px;
}
.float-right-popup {
  border: 1px solid #e5e5e5;
  background-color: #ff6961;
  color: #fff;
  font-size: 12px;
  display: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  padding: 2px 8px;
  float: right;
  line-height: 24px;
}
.float-right-popup.undo-btn {
  padding: 1px 8px;
  display: block;
  margin-left: 8px;
  font-size: 12px;
  margin-top: 1px;
  background: rgba(0,0,0,0);
  border: none;
  border-left: solid 2px #fff;
  position: relative;
  color: #fff;
  font-weight: 800;
}
.float-right-popup.undo-btn:hover {
  color: #28ace8;
}
.float-right-popup .btn-close {
  position: relative;
  margin-left: 18px;
}
.float-popup .error-message {
  display: none;
  top: 0;
  left: 10px;
  position: absolute;
  width: auto;
  padding: 2px 6px;
  color: #737a82;
}
.float-popup.error .error-message {
  display: block;
}
.float-popup .loading,
.message .loading {
  background: url("/cdn_url_variable/../images/loading.gif") left top no-repeat;
  width: 40px;
  height: 40px;
}
.float-popup.posting,
.message .posting {
  border: none;
  background: none;
}
.float-popup.posting>div,
.float-popup.posting>a,
.float-popup.posting>textarea,
.message.posting>div,
.message.posting>a,
.message.posting>textarea {
  display: none;
}
.float-popup.posting>div.loading,
.message.posting>div.loading {
  display: block;
}
.bootstrap-growl {
  background-color: #28ace8;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 10px;
  width: 155px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  line-height: 20px;
  position: relative;
  text-align: left;
  white-space: normal;
  z-index: 9999999;
}
.bootstrap-growl.intro-growl {
  width: auto !important;
}
.bootstrap-growl.notice.intro-growl {
  width: 275px !important;
}
.bootstrap-growl.padded {
  padding: 10px;
}
.bootstrap-growl.stick-top {
  top: 0 !important;
}
.bootstrap-growl a {
  color: #31718f;
  text-decoration: underline;
}
.bootstrap-growl .close {
  position: absolute;
  top: -1px;
  right: 3px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  color: #31718f;
  cursor: pointer;
}
.bootstrap-growl .btn-social {
  margin-top: 3px;
  text-decoration: none;
}
.bootstrap-growl .on-off-tips {
  float: right;
}
.bootstrap-growl .tips-logo {
  width: 20px;
}
.bootstrap-growl.edit-profile-tip {
  width: 415px !important;
}
.bootstrap-growl.alert-error {
  border: 1px solid #f00;
  background-color: #ff5252;
  color: #fff;
  z-index: 1002;
}
.bootstrap-growl.alert-success {
  border: 1px solid #2d9b00;
  background-color: #77be77;
  color: #fff;
}
.bootstrap-growl.alert .connection-attempting-alert {
  background-color: #ff6961;
  border-color: #f8bbd0;
  color: #e5e5e5;
  font-weight: bold;
}
.bootstrap-growl.alert .connection-attempting-alert a {
  color: #e5e5e5;
  text-decoration: initial;
}
.app-banner {
  text-align: center;
  padding: 5px 10px;
  background-color: #fff79d;
  z-index: 1;
  position: relative;
}
.app-banner a {
  text-decoration: underline;
  color: #000;
}
.app-banner .hide-reset-confirm {
  cursor: pointer;
}
.app-banner.red {
  background-color: #ff6961;
}
.app-banner.green {
  background-color: #2d9b00;
}
.app-banner ~ #big-container {
  height: calc(100% - 28px);
}
.knote-banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1500;
}
.knote-banner:before {
  content: "";
  position: absolute;
  left: 24px;
  width: 185px;
  height: 215px;
  border-right: 95px solid #b4b4b4;
  border-left: 95px solid #b4b4b4;
  border-bottom: 69px solid transparent;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  filter: blur(3px);
  z-index: -1;
}
.knote-banner .banner {
  position: absolute;
  left: 12px;
  width: 185px;
  height: 215px;
  border-right: 95px solid #f1f1f1;
  border-left: 95px solid #f1f1f1;
  border-bottom: 69px solid transparent;
  z-index: -1;
}
.knote-banner .text {
  padding: 5px;
  margin-left: 13px;
  text-align: center;
  width: 185px;
  height: 215px;
}
.knote-banner .text img {
  width: 160px;
}
.knote-banner .text .sub-header {
  font-size: 9px;
  font-weight: bolder;
  font-family: Arial;
  margin-top: -5px;
}
.popup:not(.inverted) {
  background-color: #fff;
  padding: 15px;
  position: relative;
  text-align: center;
  display: none;
  max-width: 98%;
}
.popup:not(.inverted) .popup-title {
  margin: -15px -15px 0;
}
.popup:not(.inverted) form:last-child {
  margin-bottom: 0;
}
.popup:not(.inverted) .disabled {
  color: #424242 !important;
  background-color: #e5e5e5 !important;
  cursor: inherit;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.popup:not(.inverted) .twitter-typeahead .tt-menu {
  background-color: #fff;
  border: 2px solid #28ace8;
}
.popup:not(.inverted) .twitter-typeahead .tt-suggestion {
  width: 150px;
}
.popup:not(.inverted) .twitter-typeahead .contact-item-suggestion {
  background-color: #fff !important;
  padding: 2px;
}
.popup:not(.inverted) .twitter-typeahead .contact-item-suggestion img {
  width: 20px;
  height: 20px;
}
.popup:not(.inverted) .twitter-typeahead .contact-item-suggestion .username-suggestion {
  color: #424242;
}
.popup:not(.inverted) .twitter-typeahead .contact-item-suggestion .username-suggestion:hover {
  color: #28ace8;
  cursor: pointer;
}
.popup:not(.inverted) .twitter-typeahead .tt-cursor .contact-item-suggestion .username-suggestion {
  color: #28ace8;
}
.popup-center {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  left: 50%;
  top: 50%;
}
.popup-header {
  padding: 30px 30px 0;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  max-width: 450px;
}
.popup-header .error {
  color: #c9302c;
}
.popup-select {
  color: #999;
}
.popup-intro {
  padding: 30px 30px 0;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  max-width: 450px;
}
.popup-intro .btn {
  font-size: 17px;
  padding: 5px 13px;
  text-shadow: none;
  line-height: 1.428;
  margin-left: 5px;
}
.popup-intro .popup-footer {
  border-radius: 0 0 6px 6px;
  background-color: #f1f1f1;
  margin-left: -30px;
  margin-right: -30px;
  padding: 10px 30px 20px;
}
.popup-intro .popup-footer .buttons + p {
  position: relative;
  top: 13px;
}
.popup-intro .form-1 .control-label {
  font-size: 12px;
  padding-top: 4px;
  width: 120px;
}
.popup-intro .form-1.form-horizontal .controls {
  margin-left: 120px;
}
.popup-intro input[type="text"] {
  font-size: 12px;
  width: 100%;
}
.popup-title {
  font-size: 22px;
  font-weight: 300;
}
.popup-title p {
  margin: 0 0 0;
}
.share-text {
  color: #424242;
  display: block;
  line-height: 18px;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0px 0px 9px;
}
.share-description {
  font-size: 12px;
  color: #b4b4b4;
}
a.btn-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: url("/cdn_url_variable/../images/sprite_3.png") no-repeat -150px -251px;
  width: 12px;
  height: 12px;
  text-decoration: none;
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
a.btn-close:hover {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
#add-user-to-thread-popup-container {
  position: absolute !important;
  left: 50%;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 0 !important;
  max-height: 100%;
  overflow: auto;
}
#add-user-to-thread-popup-container a.btn-close {
  position: relative;
  width: 15px;
  height: 15px;
  right: 0px;
}
#add-user-to-thread-popup-container .query-input {
  margin-left: 75px;
}
#add-user-to-thread-popup-container .query-input .fa-search {
  top: 8px;
  left: 85px;
  color: #e5e5e5;
  position: absolute;
}
#add-user-to-thread-popup-container .query-input .fa-search .fa-search:hover {
  color: #28ace8;
}
#add-user-to-thread-popup-container .query-input input[type="text"] {
  padding-left: 6px;
}
#add-user-to-thread-popup-container .add-user-to-thread-share-container {
  margin: 26px 11px 0px 11px;
}
#add-user-to-thread-popup-container .add-user-to-thread-share-container .fa-copy {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  font-size: 14px;
  vertical-align: middle;
  padding: 4px;
}
#add-user-to-thread-popup-container .add-user-to-thread-share-container .fa-copy:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  cursor: pointer;
}
#add-user-to-thread-popup-container .add-user-to-thread-share-container .shared-url {
  width: 400px;
  background-color: #fff;
  border-width: 2px;
  margin: 0;
  color: #259cf4;
  height: 34px;
  -webkit-border-radius: 4px;
  font-size: 11px;
  padding: 10px 0px 10px 10px;
  border-radius: 4px 0px 0px 4px;
}
#add-user-to-thread-popup-container .add-user-to-thread-share-container .shared-url:hover {
  cursor: auto;
}
#add-user-to-thread-popup-container .add-user-to-thread-share-container .btn.copy-url {
  color: #fff;
  background-color: #c9cacc;
  border-radius: 0px 4px 4px 0px;
  height: 34px;
  width: 69px;
}
#add-user-to-thread-popup-container .add-user-to-thread-share-container .copied {
  position: absolute;
  font-size: 12px;
  left: 16px;
  top: 50px;
}
#add-user-to-thread-popup-container .add-user-to-thread-share-container .share-description {
  display: block;
  margin: 5px 0;
}
#add-user-to-thread-popup-container .share-menu {
  font-size: 12px;
}
#add-user-to-thread-popup-container .share-menu .fa,
#add-user-to-thread-popup-container .share-menu .email {
  color: #737a82;
  padding: 0 5px;
}
#add-user-to-thread-popup-container .share-menu .share-menu-item {
  cursor: pointer;
  color: #000;
}
#add-user-to-thread-popup-container .share-menu .active {
  background: #fff;
}
#add-user-to-thread-popup {
  background-color: #f6f9fc;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  border-radius: 6px;
  padding: 10px 15px 15px 15px;
  display: inline-block;
  width: 540px;
}
#add-user-to-thread-popup.do-not-transform {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
#add-user-to-thread-popup .fix-close-btn {
  top: 22px;
  right: 22px;
}
#add-user-to-thread-popup .load-more {
  color: #60676e;
}
#add-user-to-thread-popup .list-filter .query-input {
  width: 330px;
  right: 20px;
}
#add-user-to-thread-popup .wrap-contact-container {
  height: 105px;
  overflow-x: auto;
  overflow-y: hidden;
}
#add-user-to-thread-popup .query-search-name {
  float: left;
  font-size: 16px;
  line-height: 40px;
  color: #737a82;
}
#add-user-to-thread-popup .service-title {
  line-height: 30px;
  font-size: 14px;
  padding-left: 5px;
  color: #737a82;
}
#add-user-to-thread-popup .checkContacts {
  font-size: 16px;
}
#add-user-to-thread-popup .checkContacts .item {
  color: #737a82;
  cursor: pointer;
}
#add-user-to-thread-popup .checkContacts .active {
  color: #424242;
}
#add-user-to-thread-popup .popup-title {
  font-weight: 700;
  margin: -10px -15px 6px -15px;
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff;
  border-radius: 4px 4px 0px 0px;
  padding: 15px 20px 11px 24px;
}
#add-user-to-thread-popup .login-form {
  padding: 15px 15px 5px 15px;
}
#add-user-to-thread-popup .login-form .login-user-avatar {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#add-user-to-thread-popup .login-form .login-user-avatar .account-avatar-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
}
#add-user-to-thread-popup .login-form .login-user-avatar .login-user-email {
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
}
#add-user-to-thread-popup .login-form .login-user-avatar .login-user-email > * {
  font-size: 14px;
  line-height: 20px;
  display: block;
  text-align: left;
}
.add-new-users-container {
  font-size: 12px;
  margin-top: 10px;
}
.add-new-users-container > div {
  display: table-cell;
  padding: 5px 0 0;
  vertical-align: top;
  width: 100%;
}
.add-new-users-container .btn {
  margin-left: 5px;
}
.add-new-users-container input[type="text"] {
  color: #28ace8;
  width: 100%;
}
#change_password_popup,
.action-popup {
  border: 1px solid #e5e5e5;
  width: 300px;
  background: url("/cdn_url_variable/../images/_key-note-edge.png") no-repeat right bottom #fff;
  text-align: left;
}
#topright-popup {
  position: absolute;
  right: 25px;
  top: 62px;
  z-index: 88888;
}
#topright-popup .expand-login-popup {
  width: 20px;
  height: 16px;
  background: url("/cdn_url_variable/../images/sprite_3.png") no-repeat -175px -270px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#topright-popup .float-popup {
  width: 300px;
  padding: 15px;
}
#tutorial-popup {
  font-weight: 600;
  padding: 15px;
  -webkit-box-shadow: 10px 10px 5px #737a82;
  box-shadow: 10px 10px 5px #737a82;
}
.float-popup .btn-pin {
  font-size: 15px;
  color: #737a82;
  cursor: pointer;
  background: rgba(0,0,0,0);
  border: none;
}
.float-popup .btn-pin:hover {
  color: #424242;
}
.float-popup .btn-pin[data-pinned='true'] {
  color: #424242;
}
#guest-view-popup {
  position: fixed;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.1);
  font-size: 18px;
  font-weight: 200;
}
#guest-view-popup .container {
  background: #28ace8;
  color: #fff;
  margin: 0 auto;
  position: relative;
  padding: 12px;
  padding-bottom: 2em;
  margin-top: 82px;
  max-width: 420px;
  font-size: 0.9em;
}
#guest-view-popup .fa-times {
  position: absolute;
  top: 4px;
  right: 4px;
  color: #fff;
  cursor: pointer;
}
#guest-view-popup a {
  color: #fff;
  text-decoration: underline;
}
#guest-view-popup p.title {
  font-weight: 200;
  margin: 3em 0;
  font-size: 0.75em;
}
#guest-view-popup p {
  margin: 1.5em 0;
}
#guest-view-popup .btn-clear {
  border-radius: 4px;
  border: 2px solid #fff;
  text-decoration: none;
  padding: 0.5em 2em;
  margin: 0 0.75em;
  margin-right: 0;
}
#guest-view-popup.mobile-view .container {
  margin-top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
#sys-message-popup {
  display: none;
  position: fixed;
  top: 90px;
  right: 30px;
  max-width: 720px;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
  background: #fff;
  z-index: 10000;
}
#sys-message-popup.success {
  border-left: 3px solid #2d9b00;
}
#sys-message-popup.success .icon {
  color: #2d9b00;
}
#sys-message-popup.warning {
  border-left: 3px solid #fff79d;
}
#sys-message-popup.warning .icon {
  color: #fff79d;
}
#sys-message-popup.login {
  border-left: 3px solid #28ace8;
}
#sys-message-popup.login .icon {
  color: #28ace8;
}
#sys-message-popup button {
  margin-right: 5px;
}
#sys-message-popup .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  cursor: pointer;
}
#sys-message-popup .body {
  padding: 10px;
}
#sys-message-popup .login-form .title {
  display: none;
}
#sys-message-popup .title,
#sys-message-popup .signup-link,
#sys-message-popup .sub-title {
  color: #424242;
}
#sys-message-popup .inline-middle {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 10px;
}
#sys-message-popup .select-container {
  width: 150px;
}
#sys-message-popup p {
  margin: 10px 0;
}
#sys-message-popup .email-login-box {
  width: 350px;
}
.add_contacts.add-container {
  padding: 4px;
  margin-bottom: 5px;
}
.add_contacts.add-container .add-emails {
  background: #fff;
  padding: 2px 6px;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-top: 2px;
  min-height: 26px;
  cursor: text;
  color: #424242;
  border: solid 2px #f1f1f1;
}
.add_contacts.add-container .add-emails .contact-item {
  margin: 2px 0 2px 0;
  padding: 1px 5px;
  padding-right: 25px;
  position: relative;
  cursor: default;
  background-color: #28ace8;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 12px;
  display: inline-block;
  line-height: 20px;
}
.add_contacts.add-container .add-emails .fa-times:before {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  margin-right: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #424242;
}
.add_contacts.add-container .add-emails .fa-times:hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  cursor: pointer;
}
.add_contacts.add-container .add-emails .account-avatar {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
}
.add_contacts.add-container .add-emails .new-email {
  padding: 0 4px;
  border: none;
  margin: 2px 0;
  cursor: text;
}
.add_contacts.add-container .add-emails .placeholder {
  color: #b4b4b4;
  line-height: 20px;
}
.add_contacts.add-container textarea {
  width: 100%;
  min-width: 100%;
  height: 100px;
  max-height: 100px;
  border: solid 2px #f1f1f1;
  margin: 6px 0px 0px 0px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.default-popup {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f6f9fc;
  width: 600px;
}
.default-popup.normal {
  width: 450px;
}
.default-popup .close {
  float: none;
  text-shadow: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.default-popup .popup-title {
  height: 50px;
  font-weight: 700;
  margin: -15px -25px 0 -25px;
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff;
  border-radius: 4px 4px 0px 0px;
  padding: 19px 25px 11px 25px;
  display: block;
  line-height: 18px;
  font-size: 14px;
}
.default-popup .popup-title .btn-close {
  top: 20px;
  right: 25px;
}
.default-popup section {
  padding: 15px 0 15px 0;
}
.delete-account-popup img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.link-modal {
  position: absolute;
  z-index: 999999;
  background: #fff;
  right: 30px;
  padding: 10px;
  visibility: visible;
  overflow: hidden;
}
.link-modal .close {
  position: absolute;
  right: 3px;
  top: 10px;
  font-size: 12px;
  color: #424242;
  cursor: pointer;
}
.link-modal .text {
  color: #424242;
  margin-right: 15px;
}
.link-modal .link {
  position: absolute;
  top: -100%;
}
.link-modal.fallback .link {
  position: static;
  width: 200px;
}
.link-modal.fallback .text {
  margin-bottom: 5px;
  margin-right: 0;
}
.link-modal.fallback .close {
  top: 3px;
}
.menu-logout {
  text-align: center;
}
#colorSelection {
  display: none;
  position: fixed;
  z-index: 1000000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
#colorSelection .lable-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 12px;
  border: 1px solid #888;
  width: 40px;
  border-radius: 5px;
}
#colorSelection .lable-modal-content[data-arrow='on-left']:before {
  content: '\e847';
  position: absolute;
  left: -8px;
  bottom: 90px;
  font-family: "fontello";
  font-size: 28px;
  color: #fff;
  text-shadow: -1px 0px 0px #888;
  display: initial;
}
#colorSelection .size-block {
  width: 16px;
  height: 16px;
  border: 1px solid #b4b4b4;
  margin-bottom: 10px;
  cursor: pointer;
}
#colorSelection .red-block {
  background: #a02b3f;
}
#colorSelection .green-block {
  background: #4caf50;
}
#colorSelection .blue-block {
  background: #2196f3;
}
#colorSelection .yellow-block {
  background: #ffeb3b;
}
#colorSelection .pink-block {
  background: #f48fb1;
}
#colorSelection .orange-block {
  background: #ff9800;
}
#colorSelection .purple-block {
  background: #9c27b0;
}
#colorSelection .default-block {
  color: #000;
  margin-bottom: 0px;
  font-size: 25px;
  text-align: center;
  line-height: 0.55;
}
#header-notifications {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  vertical-align: middle;
}
.notification-tip {
  cursor: pointer;
}
#sys-message-popup {
  padding: 6px 27px 10px 10px;
}
.move-knote-to-containers-popup {
  position: absolute;
  max-height: 150px;
  width: 245px;
  overflow: auto;
  font-size: 12px;
  background: #fff;
  border: 1px solid #ccc;
  visibility: visible;
  z-index: 999999;
  border-radius: 5px;
  cursor: default;
  right: 0;
}
.move-knote-to-containers-popup .container-item {
  cursor: pointer;
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.move-knote-to-containers-popup .container-item.archived {
  background-color: #eee;
}
.move-knote-to-containers-popup .container-item:hover {
  background-color: #ccc;
  color: #fff;
}
.export-to-pdf .group {
  margin-bottom: 10px;
}
.export-to-pdf .group .group-name {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.export-to-pdf .group .group-options {
  padding-left: 10px;
}
.export-to-pdf .group .group-options p {
  margin-bottom: 5px;
}
.archive-knote-popup {
  overflow-y: auto;
  max-height: 300px;
}
.archive-knote-popup li {
  margin-bottom: 10px;
  line-height: 18px;
}
.topic-participators-popup .participator-item {
  margin: 2px;
}
#closed_beta_popup .popup-header {
  text-align: left;
}
#closed_beta_popup .popup-header .error {
  text-align: center;
}
#closed_beta_popup .controls input,
#closed_beta_popup .controls select {
  width: 100%;
}
.ripple-effect {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  border-radius: 100%;
  width: 18px;
  height: 18px;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0.23, 0.96, 0.42, 0.99) !important;
  -moz-animation-timing-function: cubic-bezier(0.23, 0.96, 0.42, 0.99) !important;
  -o-animation-timing-function: cubic-bezier(0.23, 0.96, 0.42, 0.99) !important;
  -ms-animation-timing-function: cubic-bezier(0.23, 0.96, 0.42, 0.99) !important;
  animation-timing-function: cubic-bezier(0.23, 0.96, 0.42, 0.99) !important;
}
@keyframes loader-dot {
  0% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
  40% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
}
@-webkit-keyframes loader-dot {
  0% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
  40% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
}
@keyframes loading-circle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-circle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes flash {
  0% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  50% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  100% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  50% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  100% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
}
@keyframes dashboard-loader-dot {
  0% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
  40% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
}
@-webkit-keyframes dashboard-loader-dot {
  0% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
  40% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -ms-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -ms-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
@keyframes ripple-archive {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  to {
    -webkit-transform: scale(320);
    -moz-transform: scale(320);
    -o-transform: scale(320);
    -ms-transform: scale(320);
    transform: scale(320);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes ripple-archive {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  to {
    -webkit-transform: scale(320);
    -moz-transform: scale(320);
    -o-transform: scale(320);
    -ms-transform: scale(320);
    transform: scale(320);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes ripple-btn-xs {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  to {
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -o-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes ripple-btn-xs {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  to {
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -o-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes ripple-btn-sm {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  to {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes ripple-btn-sm {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  to {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes ripple-btn-m {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  to {
    -webkit-transform: scale(20);
    -moz-transform: scale(20);
    -o-transform: scale(20);
    -ms-transform: scale(20);
    transform: scale(20);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes ripple-btn-m {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  to {
    -webkit-transform: scale(20);
    -moz-transform: scale(20);
    -o-transform: scale(20);
    -ms-transform: scale(20);
    transform: scale(20);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes ripple-btn-lg {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  to {
    -webkit-transform: scale(40);
    -moz-transform: scale(40);
    -o-transform: scale(40);
    -ms-transform: scale(40);
    transform: scale(40);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes ripple-btn-lg {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  to {
    -webkit-transform: scale(40);
    -moz-transform: scale(40);
    -o-transform: scale(40);
    -ms-transform: scale(40);
    transform: scale(40);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes ripple-btn-xl {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  to {
    -webkit-transform: scale(60);
    -moz-transform: scale(60);
    -o-transform: scale(60);
    -ms-transform: scale(60);
    transform: scale(60);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes ripple-btn-xl {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  to {
    -webkit-transform: scale(60);
    -moz-transform: scale(60);
    -o-transform: scale(60);
    -ms-transform: scale(60);
    transform: scale(60);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes color-toggle-success {
  from {
    background: #28ace8;
  }
  to {
    background: #9acd32;
  }
}
@-webkit-keyframes color-toggle-success {
  from {
    background: #28ace8;
  }
  to {
    background: #9acd32;
  }
}
.color-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  background: -webkit-linear-gradient(315deg, #28ace8 0%, #92c7df 100%);
  background: -moz-linear-gradient(315deg, #28ace8 0%, #92c7df 100%);
  background: -o-linear-gradient(315deg, #28ace8 0%, #92c7df 100%);
  background: -ms-linear-gradient(315deg, #28ace8 0%, #92c7df 100%);
  background: linear-gradient(135deg, #28ace8 0%, #92c7df 100%);
}
.get-app.color-bg {
  overflow: auto;
}
.login-form #input-data-div .set-password .tt-dropdown-menu {
  width: 230px;
}
.login-form #input-data-div .set-password .tt-dropdown-menu p {
  font-size: 10px;
}
.login-form #input-data-div .set-password .tt-dropdown-menu .tt-suggestion {
  line-height: 16px;
}
.box-container {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 55%;
  max-width: 740px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  display: table;
  position: relative;
  height: 305px;
}
.box-container .header {
  text-align: center;
  left: 15px;
  position: absolute;
  right: 15px;
  top: -80px;
}
.box-container .header img {
  margin: 0 6px;
  width: 50px;
  display: inline;
}
#sys-message-popup .login-tip {
  margin-top: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sys-message-popup .login-tip .tip-body {
  font-size: 14px;
}
.login-tip {
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
  color: #000;
  text-align: left;
  border-radius: 4px;
}
.login-tip .tip-body {
  font-size: 14px;
}
.box {
  border-radius: 4px;
  position: relative;
  max-width: 350px;
  margin: 0 auto;
}
.box .twitter-typeahead {
  width: 100%;
}
.box .body {
  max-width: 350px;
  margin: auto;
  padding: 20px;
}
.box .btn {
  color: #fff !important;
  font-weight: 700;
}
.box .title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.box .sub-title {
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin: 18px auto;
  display: block;
  width: 100%;
}
.box .back-button {
  cursor: pointer;
  text-align: center;
}
.box .control-group .controls {
  position: relative;
}
.box .control-group .controls > i {
  position: absolute;
  left: 6px;
  top: 3px;
  font-size: 17px;
  color: #737a82;
}
.box .control-group label {
  font-size: 12px;
}
.box .control-group input {
  color: #424242;
}
.box .control-group input[type="text"].tt-query {
  background-color: #fff;
}
.box .control-group input[type="text"],
.box .control-group input[type="email"],
.box .control-group input[type="password"] {
  border: none;
  padding: 5px;
  width: 100%;
  margin: 0;
  background-color: #fff;
}
.box .control-group [class*="for-"] input {
  padding-left: 35px;
  background-repeat: no-repeat;
  line-height: 20px;
}
.box .control-group .for-password {
  position: relative;
}
.box .control-group .for-password a {
  position: absolute;
  right: 6px;
  top: 6px;
  color: #b4b4b4;
}
.box .control-group:last-of-type {
  margin-bottom: 0;
}
.box .loading-circle {
  position: absolute;
  top: 5px;
  right: 5px;
}
.loading-circle {
  width: 15px;
  height: 15px;
  border: solid 1px #fff;
  border-radius: 50%;
  border-style: dashed;
  -webkit-animation: loading-circle 0.7s linear infinite;
  -moz-animation: loading-circle 0.7s linear infinite;
  -o-animation: loading-circle 0.7s linear infinite;
  -ms-animation: loading-circle 0.7s linear infinite;
  animation: loading-circle 0.7s linear infinite;
}
.form-message {
  margin: 10px 0 10px 0;
  padding: 5px;
  background-color: #e5e5e5;
  color: #ff6961;
}
.username {
  display: none;
}
.box-white {
  background: #fff;
  height: 100%;
  width: 100%;
  min-height: 350px;
  padding: 30px;
  border-radius: 4px;
  color: #424242;
  position: relative;
}
.box-message {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #000;
}
.box-message .body {
  padding: 10px 20px;
}
.for-external-services {
  height: 30px;
}
#recovery-form .response-message {
  display: none;
}
#recovery-form.email-sent .control-group,
#recovery-form.email-sent .title,
#recovery-form.email-sent .sub-title {
  display: none;
}
#recovery-form.email-sent .sub-title.response-message,
#recovery-form.email-sent .sub-title.back-button {
  display: block;
}
.login-form {
  margin: 0;
}
.login-form .control-group {
  text-align: center;
  color: #fff;
}
.login-form .control-group.text-right {
  height: 0;
}
.login-form .btn-social {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.login-form .btn-social i {
  top: initial;
  line-height: 30px;
}
.login-form .btn-primary {
  width: 100%;
  margin-bottom: 10px;
}
.login-form .signup-link {
  color: #000;
  text-decoration: underline;
}
#signup-form .control-group:last-of-type {
  height: initial;
}
#signup-form .show-login {
  float: right;
}
.logout-header {
  margin-top: 100px;
  margin-bottom: 30px;
}
.blank-message {
  text-align: center;
  font-size: large;
  color: #fff;
  padding-bottom: 40px;
}
.blank-image {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.get-app {
  background: -webkit-linear-gradient(300deg, #42aceb 0%, #3cd8b8 50%, #fce3a0 100%);
  background: -moz-linear-gradient(300deg, #42aceb 0%, #3cd8b8 50%, #fce3a0 100%);
  background: -o-linear-gradient(300deg, #42aceb 0%, #3cd8b8 50%, #fce3a0 100%);
  background: -ms-linear-gradient(300deg, #42aceb 0%, #3cd8b8 50%, #fce3a0 100%);
  background: linear-gradient(150deg, #42aceb 0%, #3cd8b8 50%, #fce3a0 100%);
}
#get-app-panel {
  text-align: center;
  border-bottom: 0px;
  padding: 0 20px;
  color: #fff;
  text-shadow: 0 0px 0px;
  height: auto;
  overflow: hidden;
}
#get-app-panel h1 {
  color: #fff;
  margin: 40px 0 0 0;
}
#get-app-panel p {
  font-size: 17px;
  padding: 20px 0;
}
#get-app-btn {
  margin: 30px 5%;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
#get-app-btn a {
  font-size: 14px;
  color: #fff;
}
#get-app-btn .store-btn {
  display: block;
  margin: 0 auto 15px;
  border: solid #fff 2px;
  border-radius: 5px;
  background: rgba(0,0,0,0);
  text-align: center;
  text-shadow: 0 0px 0px rgba(0,0,0,0.5);
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase;
}
#get-app-btn .site-btn {
  text-decoration: underline;
}
.oauth-google .header {
  top: -150px;
}
.oauth-google .body {
  color: #fff;
  text-align: center;
  padding: 0;
}
.email-login-box {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: normal;
}
.borderline {
  width: 2px;
  min-width: 2px;
  height: 310px;
  background-color: #fff;
  border-radius: 15%;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25), inset 0 50px 50px -50px rgba(0,0,0,0.2), inset 0 -100px 100px -100px rgba(0,0,0,0.4);
  box-shadow: 0 1px 3px rgba(0,0,0,0.25), inset 0 50px 50px -50px rgba(0,0,0,0.2), inset 0 -100px 100px -100px rgba(0,0,0,0.4);
}
.borderline.is-on-thread {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ccc;
}
.table-cell {
  display: table;
}
.login-form-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.login-form-wrapper .box {
  width: 100%;
  max-width: 350px;
}
@media only screen and (max-width: 600px) {
  .box-container .header {
    top: -30px;
    left: 0;
    right: 0;
    position: relative;
  }
  .box-container .login-form-wrapper {
    display: block;
  }
  .box-container .borderline {
    width: 100%;
    height: 2px;
    min-height: 2px;
    margin: 0 auto;
    max-width: 350px;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2), inset 50px 0 50px -50px rgba(0,0,0,0.2), inset -100px 0 100px -100px rgba(0,0,0,0.4);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2), inset 50px 0 50px -50px rgba(0,0,0,0.2), inset -100px 0 100px -100px rgba(0,0,0,0.4);
  }
  .box-container .borderline.is-on-thread {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ccc;
  }
  .box-container .email-login-box {
    width: auto;
    max-width: auto;
    display: block;
    padding: 0;
  }
  .box-container .login-form .control-group {
    margin-bottom: 7px;
  }
  .box-container .body {
    padding: 0px;
  }
}
.admin-select-form {
  margin: 0;
  width: auto;
  padding: 3px 8px 3px 8px;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.dataTables_wrapper .row {
  margin-left: initial;
}
.switch {
  margin: 0 0 0 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 14px;
  border: 1px solid #b4b4b4;
  border-radius: 14px;
  -webkit-box-shadow: inset 0 -1px #fff, inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 -1px #fff, inset 0 1px 1px rgba(0,0,0,0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #e5e5e5, #fff 25px);
  background-image: -moz-linear-gradient(top, #e5e5e5, #fff 25px);
  background-image: -o-linear-gradient(top, #e5e5e5, #fff 25px);
  background-image: -ms-linear-gradient(top, #e5e5e5, #fff 25px);
  background-image: linear-gradient(to bottom, #e5e5e5, #fff 25px);
}
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  background: #f1f1f1;
  -webkit-box-shadow: inset 0 3px 2px rgba(0,0,0,0.12), inset 0 0 2px rgba(0,0,0,0.15);
  box-shadow: inset 0 3px 2px rgba(0,0,0,0.12), inset 0 0 2px rgba(0,0,0,0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  -ms-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  -ms-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 10px;
  color: #b4b4b4;
  text-shadow: 0 1px rgba(255,255,255,0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 4px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.switch-input:checked ~ .switch-label {
  background: #28ace8;
  -webkit-box-shadow: inset 0 3px 2px rgba(0,0,0,0.15), inset 0 0 3px rgba(0,0,0,0.2);
  box-shadow: inset 0 3px 2px rgba(0,0,0,0.15), inset 0 0 3px rgba(0,0,0,0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.switch-handle {
  position: absolute;
  top: 1px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
  background-image: -webkit-linear-gradient(top, #fff 40%, #f1f1f1);
  background-image: -moz-linear-gradient(top, #fff 40%, #f1f1f1);
  background-image: -o-linear-gradient(top, #fff 40%, #f1f1f1);
  background-image: -ms-linear-gradient(top, #fff 40%, #f1f1f1);
  background-image: linear-gradient(to bottom, #fff 40%, #f1f1f1);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f1f1f1;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px rgba(0,0,0,0.02);
  box-shadow: inset 0 1px rgba(0,0,0,0.02);
  background-image: -webkit-linear-gradient(top, #e5e5e5, #fff);
  background-image: -moz-linear-gradient(top, #e5e5e5, #fff);
  background-image: -o-linear-gradient(top, #e5e5e5, #fff);
  background-image: -ms-linear-gradient(top, #e5e5e5, #fff);
  background-image: linear-gradient(to bottom, #e5e5e5, #fff);
}
.switch-input:checked ~ .switch-handle {
  left: 27px;
  -webkit-box-shadow: -1px 1px 5px rgba(0,0,0,0.2);
  box-shadow: -1px 1px 5px rgba(0,0,0,0.2);
}
.switch-green > .switch-input:checked ~ .switch-label {
  background: #2d9b00;
}
.my-table th > * {
  vertical-align: middle;
}
.my-table .activation-status {
  text-align: center;
}
.my-table .activation-status span {
  color: #737a82;
}
.admin-panel-user-roles .user-hover-menu {
  display: block !important;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
table.archived-account th {
  padding: 8px;
}
.for-admin {
  background-color: #f1f1f1;
}
.for-admin .sidebar {
  background: #fff;
}
.for-admin .sidebar .nav-list {
  padding: 0px;
  margin-bottom: 0;
}
.for-admin .sidebar .nav-list a {
  color: #424242;
  font-size: 12px;
  margin: 0px;
}
.for-admin .sidebar .nav-list a.selected,
.for-admin .sidebar .nav-list a:hover {
  background-color: #e5e5e5;
  border-left: solid 2px #28ace8;
}
.for-admin .sidebar .nav-list li {
  list-style: none;
  border-top: solid 1px #e5e5e5;
}
.for-admin .sidebar .query-input {
  padding-left: 1px;
  font-size: 18px;
  background: #fff;
  height: 32px;
}
.for-admin .sidebar .query-input:after {
  content: '\e816';
  font-family: fontello;
  position: absolute;
  font-size: 14px;
  top: 5px;
  right: 0px;
  color: #737a82;
}
.for-admin .sidebar .query-input input {
  position: relative;
  vertical-align: top;
  background: rgba(0,0,0,0);
  font-size: 14px;
  color: #000;
  padding: 2px 12px 0 4px;
}
.for-admin .sidebar .search-user {
  display: inline-block;
  vertical-align: middle;
}
.for-admin .sidebar .magnifier {
  display: inline-block;
}
.for-admin .sidebar .magnifier:before {
  content: '\e816';
  font-family: fontello;
  font-size: 14px;
  color: #737a82;
}
.for-admin .table-header {
  background-color: #f1f1f1;
}
.for-admin .my-table th {
  background: #f1f1f1;
  color: #424242;
  padding-top: 8px;
  padding-bottom: 8px;
}
.for-admin .display.table.my-table {
  background-color: #fff;
}
#admin-search-user {
  margin-bottom: 0px;
  background: #fff;
  color: #000;
  height: 30px;
}
td span.ids {
  font-size: 12px;
  color: #737a82;
  font-weight: 100;
}
.admin-settings tr>td {
  font-weight: 800;
}
.test-im {
  padding: 8px;
  min-height: 600px;
  max-width: 800px;
}
.input-ops {
  font-size: 14px;
}
.input-ops>input {
  width: 100%;
  margin-bottom: 0;
  height: 28px;
}
.input-ops select {
  margin-bottom: 0;
}
.im-result,
.im-error {
  display: none;
}
pre.meta-data {
  max-height: 280px;
  overflow: scroll;
  display: none;
}
.im-result .dominant-color {
  width: 200px;
  height: 200px;
  display: none;
  line-height: 200px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 4px #737a82;
  box-shadow: 0px 0px 0px 4px #737a82;
}
.im-result .thumb {
  display: none;
}
.template-view-top {
  padding: 10px 20px;
  border-bottom: 1px dashed #737a82;
}
.email-template-view {
  width: 100%;
  height: 800px;
  border: none;
}
#email-template-select {
  width: auto;
}
.fake-data-tip {
  text-align: center;
}
.admin-body h2 {
  display: inline-block;
}
.for-admin .list-filter {
  float: none;
  margin-left: 0;
}
.table-striped {
  background: #fff;
}
.table-striped tr:hover {
  background-color: #f1f1f1;
}
.table-striped td {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  padding: 5px;
}
.table-striped .user-actions {
  width: 100px;
  margin: 0;
}
.table-striped .centered {
  text-align: center;
}
#admin-scripts .script-history {
  background: #f1f1f1;
  max-height: 82px;
  overflow-y: scroll;
  font-size: 12px;
}
#admin-scripts .script-row {
  font-size: 14px;
  margin-bottom: 8px;
  padding: 12px;
  border-bottom: solid 1px #e5e5e5;
}
#admin-scripts pre {
  background: #2d9b00;
}
.background-jobs-frame {
  height: calc(100vh - 64px);
  width: 100%;
  border: none;
}
.user-list-action {
  display: block;
}
.hide-br br {
  display: none;
}
#team-add-popup {
  width: 500px;
  padding: 40px 15px 15px 15px;
  background: #fff;
}
#team-add-popup .error {
  color: #f00;
  display: none;
}
#team-add-popup input {
  width: 100%;
  margin: 0;
}
#team-add-popup .btn-close {
  position: relative;
}
#team-add-popup .team-domain {
  width: 50%;
}
#team-add-popup .wrapTeamLogo {
  overflow: hidden;
  max-width: 50px;
  max-height: 50px;
  vertical-align: middle;
  display: inline-block;
}
#admin-search-user .form-control {
  width: initial;
}
.table.table-striped.my-table th.sort {
  position: initial;
}
.admin-table-head {
  position: initial;
}
.tips-editor .knote-body p {
  margin: 0;
}
#video-container {
  width: 400px;
  height: 300px;
  border: 1px solid #b4b4b4;
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 100;
  background-color: #e5e5e5;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
#video-container:hover .video-buttons .mute-video {
  display: block;
}
#video-container.visible {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 99999;
}
#video-container video {
  position: absolute;
  width: 80px;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  border: 1px solid #9a9898;
}
#video-container video.active {
  bottom: initial;
  right: initial;
  width: 100%;
  z-index: 0;
  border-radius: 0;
  border: none;
}
#video-container .close-video {
  position: absolute;
  z-index: 100;
  top: 0px;
  right: 0px;
  font-size: 18px;
  color: #e5e5e5;
}
#video-container .video-buttons {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  transform: translateX(-30%);
  bottom: 20px;
  z-index: 10;
}
#video-container .video-buttons li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(229,229,229,0.4);
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  display: none;
}
#video-container .video-buttons li i {
  font-size: 20px;
  color: rgba(66,66,66,0.7);
}
#video-container .video-buttons li:hover {
  background-color: #e5e5e5;
}
#video-container .video-buttons li:hover i {
  color: #424242;
}
#video-container .video-buttons li.muted {
  display: block;
  background-color: #f00;
}
#video-container .video-buttons li.muted i {
  color: #e5e5e5;
}
.upload-progress {
  width: 92%;
  height: 12px;
  position: relative;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.57) inset;
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.57) inset;
  min-width: 80px !important;
  margin: 4px 0 !important;
}
.upload-progress.agenda-width {
  width: 82%;
}
.upload-progress .bar {
  width: 0%;
  height: 100%;
  background: #28ace8;
  position: absolute;
  -webkit-transition: width 0.2s, background 0.4s;
  -moz-transition: width 0.2s, background 0.4s;
  -o-transition: width 0.2s, background 0.4s;
  -ms-transition: width 0.2s, background 0.4s;
  transition: width 0.2s, background 0.4s;
}
.download_file_ico {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  font-size: 14px;
  color: #f1f1f1;
  z-index: 10;
  background-color: #b4b4b4;
  padding: 2px;
  border-radius: 2px;
}
.download_file_ico:hover {
  background-color: #424242;
}
.download_file_ico {
  display: block;
}
.uploading-failed {
  display: none;
}
.uploading-failed.on {
  display: block;
}
.uploading-failed.on .fa-trash-o {
  display: none;
}
.uploading-failed.on .fa-trash-o.failed {
  display: block;
}
.uploading-failed.on .retry.failed {
  display: none;
}
.uploading-failed .text {
  color: #f00;
}
.fa-download:before {
  margin-right: 0;
}
#display-popup {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999999;
}
#display-popup .is-loading {
  font-size: 30px;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: calc(50% - 21px);
  left: calc(50% - 21px);
}
#display-popup .doc-view {
  width: 80%;
  margin: 0 auto;
  margin-left: 10%;
  height: 100%;
}
#display-popup .display {
  height: 100%;
}
#display-popup .display.media {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#display-popup .display .item {
  height: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#display-popup .display .item.active,
#display-popup .display .item.next,
#display-popup .display .item.prev {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
#display-popup .display img {
  border: solid 2px #e5e5e5;
  display: block;
  margin: 0 auto;
  max-height: 90vh;
  max-width: 90vw;
}
.display-close {
  right: 0;
  position: absolute;
  cursor: pointer;
  font-size: 40px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 9999999;
  color: #e5e5e5;
}
.preview-pane {
  z-index: 999;
}
#compose-popup .download_file_ico {
  display: none;
}
.file > a,
.thumb .file {
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center center;
  width: 95px;
  height: 95px;
  margin-top: 10px;
}
.file a img {
  max-width: 100%;
  max-height: 100%;
}
.thumbnail1,
.thumbnail2 {
  float: left;
  margin: 5px;
  display: block;
  position: relative;
}
.thumbnail3 {
  margin: 5px 5px 0 0;
  display: inline-block;
  position: relative;
}
.thumbnail3.loading-thumb {
  width: auto;
  height: auto;
}
.thumbnail1 {
  width: 504px;
  height: 378px;
  max-width: 98%;
}
.thumbnail2 {
  width: 251px;
  height: 188px;
  max-width: 48%;
}
.file {
  height: 94px;
  padding: 5px;
}
#saving_file_box {
  display: none;
}
#saving_file_box.show {
  display: inline-block;
}
#saving_file_box img {
  width: 94px;
  height: 94px;
}
.file.image>a,
.file.gif>a,
.file.jpg>a,
.file.png>a,
.thumb.image,
.thumb.gif,
.thumb.jpg,
.thumb.png {
  background-image: none;
}
.file.doc>a,
.file.docx>a,
.thumb.doc,
.thumb.docx,
.file[title$=".docx"],
.file[title$=".doc"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/word.png");
}
.file.xls>a,
.file.xlsx>a,
.thumb.xls,
.thumb.xlsx,
.file[title$=".xls"],
.file[title$=".xlsx"],
.file[title$=".csv"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/excel.png");
}
.file.pdf>a,
.thumb.pdf,
.file[title$=".pdf"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/acrobat.png");
}
.file.ai>a,
.thumb.ai,
.file[title$=".ai"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/illustrator.png");
}
.file.html>a,
.thumb.html,
.file[title$=".html"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/html.png");
}
.file.css>a,
.thumb.css,
.file[title$=".css"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/css.png");
}
.file.php>a,
.thumb.php,
.file[title$=".php"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/php.png");
}
.file.mp3>a,
.thumb.mp3,
.file[title$=".mp3"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/music.png");
}
.file.js>a,
.thumb.js,
.file[title$=".js"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/js.png");
}
.file.rar>a,
.thumb.rar,
.file.zip>a,
.thumb.zip,
.file,
.file[title$=".zip"],
.file[title$=".rar"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/archive.png");
}
.file.ses>a,
.thumb.ses,
.file[title$=".ses"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/audition.png");
}
.file.mxp>a,
.thumb.mxp,
.file[title$=".mxp"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/dreamweaver.png");
}
.file.swf>a,
.thumb.swf,
.file[title$=".swf"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/flash.png");
}
.file.indd>a,
.thumb.indd,
.file[title$=".indd"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/indesign.png");
}
.file.otf>a,
.thumb.otf,
.file[title$=".otf"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/otf.png");
}
.file.psd>a,
.thumb.psd,
.file[title$=".psd"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/photoshop.png");
}
.file.ppt>a,
.thumb.ppt,
.file.pptx>a,
.thumb.pptx,
.file[title$=".ppt"],
.file[title$=".pptx"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/powerpoint.png");
}
.file.torrent>a,
.thumb.torrent,
.file[title$=".torrent"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/torrent.png");
}
.file.ttf>a,
.thumb.ttf,
.file[title$=".ttf"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/ttf.png");
}
.file.wav>a,
.thumb.wav,
.file[title$=".wav"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/wav.png");
}
.file.mp4>a,
.thumb.mp4,
.file[title$=".mp4"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/video.png");
}
.draft-files-container,
.knote-files-container,
.reply-file-container {
  overflow: hidden;
  width: 100%;
}
.draft-files-container.no-files,
.knote-files-container.no-files,
.reply-file-container.no-files {
  margin: 0px;
}
.draft-files-container .file-wrapper,
.knote-files-container .file-wrapper,
.reply-file-container .file-wrapper {
  width: 100%;
  position: relative;
  margin: 5px 0;
  padding: 4px;
  border: solid 1px transparent;
  border-radius: 2px;
  cursor: pointer;
}
.draft-files-container .file-wrapper:hover,
.knote-files-container .file-wrapper:hover,
.reply-file-container .file-wrapper:hover {
  border: solid 1px #9ed4ec;
}
.draft-files-container .file-wrapper:hover.failed,
.knote-files-container .file-wrapper:hover.failed,
.reply-file-container .file-wrapper:hover.failed {
  border: solid 1px #ff344d;
}
.draft-files-container .file-wrapper:hover .file-actions,
.knote-files-container .file-wrapper:hover .file-actions,
.reply-file-container .file-wrapper:hover .file-actions {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.draft-files-container .file-wrapper:only-child,
.knote-files-container .file-wrapper:only-child,
.reply-file-container .file-wrapper:only-child {
  width: 97%;
}
.draft-files-container .file,
.knote-files-container .file,
.reply-file-container .file {
  background-repeat: no-repeat;
  width: 62px;
  height: 62px;
  background-position: center;
  -webkit-background-size: 62px 62px;
  -moz-background-size: 62px 62px;
  background-size: 62px 62px;
  margin-left: -8px;
}
.draft-files-container .file-name,
.knote-files-container .file-name,
.reply-file-container .file-name {
  font-size: 12px;
  margin: 4px 0 0;
  max-height: 38px;
  overflow: hidden;
}
.draft-files-container .file-size,
.knote-files-container .file-size,
.reply-file-container .file-size {
  font-size: 12px;
  color: #b4b4b4;
}
.draft-files-container .file-actions,
.knote-files-container .file-actions,
.reply-file-container .file-actions {
  position: absolute;
  right: 2px;
  bottom: 5px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  font-size: 13px;
}
.draft-files-container .f-a-icons,
.knote-files-container .f-a-icons,
.reply-file-container .f-a-icons {
  color: #b4b4b4;
  border-bottom: none !important;
}
.draft-files-container .f-a-icons:hover,
.knote-files-container .f-a-icons:hover,
.reply-file-container .f-a-icons:hover {
  color: #424242;
}
.draft-files-container .loading-thumb,
.knote-files-container .loading-thumb,
.reply-file-container .loading-thumb {
  width: 100%;
}
.draft-files-container .loading-thumb .upload-progress,
.knote-files-container .loading-thumb .upload-progress,
.reply-file-container .loading-thumb .upload-progress {
  width: 100%;
  margin-top: 8px;
}
.reply-file-container .file-wrapper,
.knote-files-container .file-wrapper,
.draft-files-container .file-wrapper {
  margin-bottom: 11px;
}
.reply-file-container .img-file,
.knote-files-container .img-file,
.draft-files-container .img-file {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin: 0 5px 0 0;
}
.draft-files-container .file-actions {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.img-3-orientation {
  -webkit-transform: rotate(180deg) !important;
  -moz-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}
.img-6-orientation {
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}
.img-8-orientation {
  -webkit-transform: rotate(270deg) !important;
  -moz-transform: rotate(270deg) !important;
  -o-transform: rotate(270deg) !important;
  -ms-transform: rotate(270deg) !important;
  transform: rotate(270deg) !important;
}
.knote-body .thumbnail-wrapper,
.reply-body .thumbnail-wrapper,
.thumbnail-wrapper.thumb-box + div:empty + br {
  display: none !important;
}
.knote-files-container {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.5s ease-in;
  -moz-transition: height 0.5s ease-in;
  -o-transition: height 0.5s ease-in;
  -ms-transition: height 0.5s ease-in;
  transition: height 0.5s ease-in;
  margin-top: 0;
  margin-bottom: 0;
}
.knote-files-container .file-wrapper.js-preview-img {
  width: 100%;
}
.knote-files-container .file-wrapper.js-preview-img .img-file {
  width: 100%;
}
.knote-files-container .file-wrapper.js-preview-img .file-name {
  display: inline;
}
.display.media {
  margin: 0;
}
.file.webm>a,
.thumb.webm,
.file[title$=".webm"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/video.png");
}
.file.ogv>a,
.thumb.ogv,
.file[title$=".ogv"] {
  background-image: url("/cdn_url_variable/../images/file_type_icon/video.png");
}
.shepherd-element .shepherd-content header {
  font-size: 16px !important;
}
.shepherd-element .shepherd-content header p {
  margin: 0 !important;
}
.shepherd-element .shepherd-content .shepherd-text {
  padding: 5px 1em !important;
}
.more {
  display: inline-block;
}
blockquote {
  padding-left: 15px;
  border-left: 3px solid #424242;
  margin-left: 0;
}
.thread-item,
.thread-item-placeholder {
  margin-top: 14px;
}
#popup-container {
  display: none;
}
#popup-container.visible {
  display: block;
  margin: 50px 0 14px 0;
}
.draft-knote-composer .checkbox-choice,
.thread-item-placeholder .checkbox-choice,
.thread-item .checkbox-choice {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.draft-knote-composer .checkbox-choice.grayed,
.thread-item-placeholder .checkbox-choice.grayed,
.thread-item .checkbox-choice.grayed {
  color: #b4b4b4;
}
.draft-knote-composer .checkbox-choice.grayed:hover,
.thread-item-placeholder .checkbox-choice.grayed:hover,
.thread-item .checkbox-choice.grayed:hover {
  color: #424242;
}
.draft-knote-composer .checkbox-choice input[type="checkbox"],
.thread-item-placeholder .checkbox-choice input[type="checkbox"],
.thread-item .checkbox-choice input[type="checkbox"] {
  display: none;
}
.draft-knote-composer .checkbox-choice .user-avatar-wrapper,
.thread-item-placeholder .checkbox-choice .user-avatar-wrapper,
.thread-item .checkbox-choice .user-avatar-wrapper {
  display: inline-block !important;
}
.draft-knote-composer .checkbox-choice .check-item-wrapper,
.thread-item-placeholder .checkbox-choice .check-item-wrapper,
.thread-item .checkbox-choice .check-item-wrapper {
  white-space: nowrap;
  font-size: 18px;
  color: transparent;
  padding: 5px 10px 5px 0;
}
.draft-knote-composer .checkbox-choice .check-item-wrapper .check-item,
.thread-item-placeholder .checkbox-choice .check-item-wrapper .check-item,
.thread-item .checkbox-choice .check-item-wrapper .check-item {
  cursor: pointer;
  background: url("/cdn_url_variable/../images/sprite_3.png") no-repeat -187px -201px;
  height: 16px;
  width: 20px;
  vertical-align: middle;
  margin-bottom: 0 !important;
}
.draft-knote-composer .checkbox-choice .check-item-wrapper .check-item.checked,
.thread-item-placeholder .checkbox-choice .check-item-wrapper .check-item.checked,
.thread-item .checkbox-choice .check-item-wrapper .check-item.checked {
  color: #28ace8;
  background: transparent;
}
.draft-knote-composer .checkbox-choice .check-item-wrapper .fa-check-square::before,
.thread-item-placeholder .checkbox-choice .check-item-wrapper .fa-check-square::before,
.thread-item .checkbox-choice .check-item-wrapper .fa-check-square::before {
  vertical-align: top;
  text-align: left;
  margin-left: 3px;
  margin-right: 3px;
}
.draft-knote-composer .checkbox-choice .check-item-wrapper .account-avatar.small,
.thread-item-placeholder .checkbox-choice .check-item-wrapper .account-avatar.small,
.thread-item .checkbox-choice .check-item-wrapper .account-avatar.small {
  margin-left: 10px !important;
}
.draft-knote-composer .checkbox-choice .rearrange,
.thread-item-placeholder .checkbox-choice .rearrange,
.thread-item .checkbox-choice .rearrange {
  height: 14px;
  width: 3px;
  margin-right: 7px;
  cursor: pointer;
}
.draft-knote-composer .checkbox-choice .poll-value,
.thread-item-placeholder .checkbox-choice .poll-value,
.thread-item .checkbox-choice .poll-value {
  cursor: auto;
  margin: 0;
}
.draft-knote-composer .checkbox-choice .text,
.thread-item-placeholder .checkbox-choice .text,
.thread-item .checkbox-choice .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: left;
  line-height: 1.3;
  position: relative;
  word-wrap: break-word;
  margin: 0;
  resize: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.draft-knote-composer .checkbox-choice .btn,
.thread-item-placeholder .checkbox-choice .btn,
.thread-item .checkbox-choice .btn {
  margin-left: 15px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 2px 4px;
  height: 25px;
  width: 30px;
}
.draft-knote-composer .checkbox-choice .btn.fa-plus:before,
.thread-item-placeholder .checkbox-choice .btn.fa-plus:before,
.thread-item .checkbox-choice .btn.fa-plus:before {
  margin: 0 4px 0 3px;
}
.draft-knote-composer .checkbox-choice .edit-item,
.thread-item-placeholder .checkbox-choice .edit-item,
.thread-item .checkbox-choice .edit-item {
  display: none;
  margin-top: 5px;
  padding: 0;
}
.ui.modal.modal-compose .assignment-contacts {
  padding-top: 0;
}
.thread-item-placeholder,
.thread-item,
#popup-container {
  position: relative;
  max-width: 400px;
}
.thread-item-placeholder.clone,
.thread-item.clone,
#popup-container.clone {
  position: absolute;
  text-align: left;
  z-index: 1000;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.thread-item-placeholder.clone .account-avatar,
.thread-item.clone .account-avatar,
#popup-container.clone .account-avatar {
  -webkit-box-shadow: -1px 2px 3px -2px rgba(0,0,0,0.4);
  box-shadow: -1px 2px 3px -2px rgba(0,0,0,0.4);
}
.thread-item-placeholder.clone .timestamp,
.thread-item.clone .timestamp,
#popup-container.clone .timestamp {
  left: 40px;
  top: 20px;
}
.thread-item-placeholder .compose-popup,
.thread-item .compose-popup,
#popup-container .compose-popup {
  padding: 13px 15px;
}
.thread-item-placeholder .compose-popup .sticky-container,
.thread-item .compose-popup .sticky-container,
#popup-container .compose-popup .sticky-container {
  padding-bottom: 0;
}
.thread-item-placeholder .knote,
.thread-item .knote,
#popup-container .knote {
  cursor: pointer;
  position: relative;
  height: auto;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: #fff;
}
.thread-item-placeholder .knote:focus,
.thread-item .knote:focus,
#popup-container .knote:focus {
  border-width: 3px;
}
.thread-item-placeholder .knote.archived-card,
.thread-item .knote.archived-card,
#popup-container .knote.archived-card {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e5e5e5 !important;
}
.thread-item-placeholder .knote.archived-card .edit-container,
.thread-item .knote.archived-card .edit-container,
#popup-container .knote.archived-card .edit-container {
  margin-right: 25px;
}
.thread-item-placeholder .knote.in-edit .knote-header:hover,
.thread-item .knote.in-edit .knote-header:hover,
#popup-container .knote.in-edit .knote-header:hover {
  background-color: initial;
  cursor: initial;
}
.thread-item-placeholder .knote:hover .knote-actions,
.thread-item .knote:hover .knote-actions,
#popup-container .knote:hover .knote-actions {
  visibility: visible;
}
.thread-item-placeholder .knote:focus,
.thread-item .knote:focus,
#popup-container .knote:focus {
  border-width: 3px;
}
.thread-item-placeholder .knote.in-edit .knote-header:hover,
.thread-item .knote.in-edit .knote-header:hover,
#popup-container .knote.in-edit .knote-header:hover {
  background-color: initial;
  cursor: initial;
}
.thread-item-placeholder .knote:hover .knote-header .knote-header-right,
.thread-item .knote:hover .knote-header .knote-header-right,
#popup-container .knote:hover .knote-header .knote-header-right {
  visibility: visible;
}
.thread-item-placeholder .knote.in-edit .attachment,
.thread-item .knote.in-edit .attachment,
#popup-container .knote.in-edit .attachment,
.thread-item-placeholder .knote.in-edit .add-reminder-in-compose,
.thread-item .knote.in-edit .add-reminder-in-compose,
#popup-container .knote.in-edit .add-reminder-in-compose {
  font-size: 20px !important;
  margin-right: 5px;
  margin-left: 0px;
  position: initial;
  margin-top: 0px;
}
.thread-item-placeholder .knote.knote-pad-description-root,
.thread-item .knote.knote-pad-description-root,
#popup-container .knote.knote-pad-description-root {
  padding-top: 5px;
}
.thread-item-placeholder .knote .timestamp,
.thread-item .knote .timestamp,
#popup-container .knote .timestamp {
  position: absolute;
  font-size: 12px;
  line-height: 10px;
  color: #737a82;
}
.thread-item-placeholder .knote .go-to-pad,
.thread-item .knote .go-to-pad,
#popup-container .knote .go-to-pad {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 4px 0 4px;
}
.thread-item-placeholder .knote > .knote-avatar,
.thread-item .knote > .knote-avatar,
#popup-container .knote > .knote-avatar {
  position: absolute;
  left: -30px;
  top: 12px;
}
.thread-item-placeholder .knote .knote-tags,
.thread-item .knote .knote-tags,
#popup-container .knote .knote-tags {
  position: relative;
  padding: 0 13px;
  color: #cbcacf;
}
.thread-item-placeholder .knote .knote-tags .tag-name,
.thread-item .knote .knote-tags .tag-name,
#popup-container .knote .knote-tags .tag-name {
  border: 1px solid #ececec;
  color: #cbcacf;
  background: #f9f9fb;
  margin: 12px 2px 0 0;
  max-width: 150px;
}
.thread-item-placeholder .knote .knote-tags .tag-name .tag-text,
.thread-item .knote .knote-tags .tag-name .tag-text,
#popup-container .knote .knote-tags .tag-name .tag-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.thread-item-placeholder .knote .knote-tags .tag-name .delete-tag,
.thread-item .knote .knote-tags .tag-name .delete-tag,
#popup-container .knote .knote-tags .tag-name .delete-tag {
  background: #ececec;
  color: #aaa;
}
.thread-item-placeholder .knote .knote-tags .more-tags-toggle,
.thread-item .knote .knote-tags .more-tags-toggle,
#popup-container .knote .knote-tags .more-tags-toggle {
  position: absolute;
  margin-top: 12px;
  right: -5px;
}
.thread-item-placeholder .knote .knote-cover,
.thread-item .knote .knote-cover,
#popup-container .knote .knote-cover {
  background-color: #141414;
}
.thread-item-placeholder .knote .knote-cover:hover ~ .knote-gutter .edit-knote,
.thread-item .knote .knote-cover:hover ~ .knote-gutter .edit-knote,
#popup-container .knote .knote-cover:hover ~ .knote-gutter .edit-knote {
  visibility: visible;
}
.thread-item-placeholder .knote .knote-cover .item,
.thread-item .knote .knote-cover .item,
#popup-container .knote .knote-cover .item {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
}
.thread-item-placeholder .knote .knote-cover .left.carousel-control,
.thread-item .knote .knote-cover .left.carousel-control,
#popup-container .knote .knote-cover .left.carousel-control {
  border-radius: 4px 0 0;
}
.thread-item-placeholder .knote .knote-cover .right.carousel-control,
.thread-item .knote .knote-cover .right.carousel-control,
#popup-container .knote .knote-cover .right.carousel-control {
  border-radius: 0 4px 0;
}
.thread-item-placeholder .knote .knote-pad-description,
.thread-item .knote .knote-pad-description,
#popup-container .knote .knote-pad-description {
  color: #f00;
  border-radius: 5px 5px 0 0;
  font-size: 12px;
  text-align: center;
  background-color: #e5e5e5;
  z-index: 10;
}
.thread-item-placeholder .knote .knote-header,
.thread-item .knote .knote-header,
#popup-container .knote .knote-header {
  border-radius: 4px 4px 0 0;
  width: 100%;
}
.thread-item-placeholder .knote .knote-content,
.thread-item .knote .knote-content,
#popup-container .knote .knote-content {
  word-wrap: break-word;
  position: relative;
}
.thread-item-placeholder .knote .knote-content.compose-content,
.thread-item .knote .knote-content.compose-content,
#popup-container .knote .knote-content.compose-content {
  display: inline;
}
.thread-item-placeholder .knote .knote-content.show-approvals,
.thread-item .knote .knote-content.show-approvals,
#popup-container .knote .knote-content.show-approvals {
  padding-top: 25px;
}
.thread-item-placeholder .knote .knote-content:hover ~ .knote-gutter .edit-knote,
.thread-item .knote .knote-content:hover ~ .knote-gutter .edit-knote,
#popup-container .knote .knote-content:hover ~ .knote-gutter .edit-knote {
  visibility: visible;
}
.thread-item-placeholder .knote .knote-content .top,
.thread-item .knote .knote-content .top,
#popup-container .knote .knote-content .top {
  position: relative;
}
.thread-item-placeholder .knote .knote-content .top .date-actions-wrapper,
.thread-item .knote .knote-content .top .date-actions-wrapper,
#popup-container .knote .knote-content .top .date-actions-wrapper {
  position: absolute;
  right: 0;
  bottom: -2px;
  z-index: 10;
}
.thread-item-placeholder .knote .knote-content .top .date-actions-wrapper .date-actions-toggle,
.thread-item .knote .knote-content .top .date-actions-wrapper .date-actions-toggle,
#popup-container .knote .knote-content .top .date-actions-wrapper .date-actions-toggle {
  cursor: pointer;
  font-size: 19px;
  line-height: 10px;
}
.thread-item-placeholder .knote .knote-content .top .date-actions-wrapper .date-actions,
.thread-item .knote .knote-content .top .date-actions-wrapper .date-actions,
#popup-container .knote .knote-content .top .date-actions-wrapper .date-actions {
  width: 210px;
  right: 0;
  left: initial;
}
.thread-item-placeholder .knote .knote-content .knote-body,
.thread-item .knote .knote-content .knote-body,
#popup-container .knote .knote-content .knote-body {
  cursor: text;
  line-height: 1.5;
}
.thread-item-placeholder .knote .knote-content .knote-body.contracted,
.thread-item .knote .knote-content .knote-body.contracted,
#popup-container .knote .knote-content .knote-body.contracted {
  max-height: 175px;
  overflow-y: hidden;
}
.thread-item-placeholder .knote .knote-content .knote-body p,
.thread-item .knote .knote-content .knote-body p,
#popup-container .knote .knote-content .knote-body p {
  margin-top: 0;
  margin-bottom: 0;
}
.thread-item-placeholder .knote .knote-content .in-edit .knote-body,
.thread-item .knote .knote-content .in-edit .knote-body,
#popup-container .knote .knote-content .in-edit .knote-body {
  position: relative;
  z-index: 5;
}
.thread-item-placeholder .knote .knote-content .list-title,
.thread-item .knote .knote-content .list-title,
#popup-container .knote .knote-content .list-title {
  font-weight: 700;
  width: 100%;
}
.thread-item-placeholder .knote .knote-content .knote-content-bottom-right,
.thread-item .knote .knote-content .knote-content-bottom-right,
#popup-container .knote .knote-content .knote-content-bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.thread-item-placeholder .knote .knote-content ql-editor a,
.thread-item .knote .knote-content ql-editor a,
#popup-container .knote .knote-content ql-editor a {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.thread-item-placeholder .knote .knote-content ql-editor a:hover,
.thread-item .knote .knote-content ql-editor a:hover,
#popup-container .knote .knote-content ql-editor a:hover {
  border-bottom: 1px solid;
}
.thread-item-placeholder .knote .knote-content .message-files-container,
.thread-item .knote .knote-content .message-files-container,
#popup-container .knote .knote-content .message-files-container {
  margin-bottom: -10px;
}
.thread-item-placeholder .knote .knote-content .message-files-container a,
.thread-item .knote .knote-content .message-files-container a,
#popup-container .knote .knote-content .message-files-container a {
  border-bottom: 0;
}
.thread-item-placeholder .knote .knote-expand,
.thread-item .knote .knote-expand,
#popup-container .knote .knote-expand {
  position: relative;
  cursor: pointer;
  text-align: center;
  background-color: #e8e8e8;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.thread-item-placeholder .knote .knote-expand a.knote-expand-link,
.thread-item .knote .knote-expand a.knote-expand-link,
#popup-container .knote .knote-expand a.knote-expand-link {
  color: #424242;
  border-bottom: none;
  font-size: 12px;
}
.thread-item-placeholder .knote:hover .knote-expand,
.thread-item .knote:hover .knote-expand,
#popup-container .knote:hover .knote-expand {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.thread-item-placeholder .knote .knote-gutter,
.thread-item .knote .knote-gutter,
#popup-container .knote .knote-gutter {
  width: 100%;
  z-index: 100;
  display: inline-block;
  padding: 0 15px 10px 15px;
}
.thread-item-placeholder .knote .edit-container,
.thread-item .knote .edit-container,
#popup-container .knote .edit-container {
  font-size: 12px;
  float: left;
  color: #b4b4b4;
  margin-right: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
}
.thread-item-placeholder .knote .edit-container i,
.thread-item .knote .edit-container i,
#popup-container .knote .edit-container i {
  font-size: 12px;
}
.thread-item-placeholder .knote .edit-container .edit-actions,
.thread-item .knote .edit-container .edit-actions,
#popup-container .knote .edit-container .edit-actions {
  display: inline-block;
  vertical-align: middle;
}
.thread-item-placeholder .knote .edit-container .edit-actions.unsaved,
.thread-item .knote .edit-container .edit-actions.unsaved,
#popup-container .knote .edit-container .edit-actions.unsaved {
  background-color: #fdcb0f;
  padding: 0 2px;
  margin: 5px;
  position: absolute;
  right: 25px;
}
.thread-item-placeholder .knote .edit-container .edit-actions.unsaved > *,
.thread-item .knote .edit-container .edit-actions.unsaved > *,
#popup-container .knote .edit-container .edit-actions.unsaved > * {
  color: #424242;
}
.thread-item-placeholder .knote .edit-container .edit-actions > *,
.thread-item .knote .edit-container .edit-actions > *,
#popup-container .knote .edit-container .edit-actions > * {
  display: inline-block;
  cursor: pointer;
  color: #b4b4b4;
}
.thread-item-placeholder .knote .edit-container .latest-edit,
.thread-item .knote .edit-container .latest-edit,
#popup-container .knote .edit-container .latest-edit {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  word-spacing: -0.05em;
}
.thread-item-placeholder .knote .edit-container .edits-toggle,
.thread-item .knote .edit-container .edits-toggle,
#popup-container .knote .edit-container .edits-toggle {
  display: inline-block;
}
.thread-item-placeholder .knote .edit-container .edits-toggle,
.thread-item .knote .edit-container .edits-toggle,
#popup-container .knote .edit-container .edits-toggle {
  cursor: pointer;
}
.thread-item-placeholder .knote .edit-container .edits-dropdown,
.thread-item .knote .edit-container .edits-dropdown,
#popup-container .knote .edit-container .edits-dropdown {
  top: 20px;
  left: 20px;
  text-align: left;
  white-space: nowrap;
}
.thread-item-placeholder .knote .edit-container .card-notifications,
.thread-item .knote .edit-container .card-notifications,
#popup-container .knote .edit-container .card-notifications,
.thread-item-placeholder .knote .edit-container i.fa.fa-bell,
.thread-item .knote .edit-container i.fa.fa-bell,
#popup-container .knote .edit-container i.fa.fa-bell {
  color: #f44336;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
}
.thread-item-placeholder .knote .edit-container .card-notifications-dropdown,
.thread-item .knote .edit-container .card-notifications-dropdown,
#popup-container .knote .edit-container .card-notifications-dropdown {
  margin-top: 5px;
  overflow: visible;
  width: 253px;
}
.thread-item-placeholder .knote .edit-container .card-notifications-dropdown:before,
.thread-item .knote .edit-container .card-notifications-dropdown:before,
#popup-container .knote .edit-container .card-notifications-dropdown:before {
  content: '\e82b';
  left: 9px;
  top: -14px;
  font-size: 24px;
  text-shadow: 0px -2px 4px #e5e5e5;
  position: absolute;
  font-family: "fontello";
  color: #fff;
  display: initial;
  line-height: 33px;
}
.thread-item-placeholder .knote .edit-container .card-notifications-dropdown .card-notifications-content,
.thread-item .knote .edit-container .card-notifications-dropdown .card-notifications-content,
#popup-container .knote .edit-container .card-notifications-dropdown .card-notifications-content {
  max-height: 180px;
  overflow: auto;
}
.thread-item-placeholder .knote .edit-container .card-notifications-dropdown .card-notifications-content .card-notification-event,
.thread-item .knote .edit-container .card-notifications-dropdown .card-notifications-content .card-notification-event,
#popup-container .knote .edit-container .card-notifications-dropdown .card-notifications-content .card-notification-event {
  margin-right: 15px;
}
.thread-item-placeholder .knote .edit-container .card-notifications-dropdown .card-notifications-splitter,
.thread-item .knote .edit-container .card-notifications-dropdown .card-notifications-splitter,
#popup-container .knote .edit-container .card-notifications-dropdown .card-notifications-splitter {
  border-bottom: 1px solid #e5e5e5;
  margin: 4px 0;
}
.thread-item-placeholder .knote .edit-container .card-notifications-dropdown .card-notifications-splitter:last-child,
.thread-item .knote .edit-container .card-notifications-dropdown .card-notifications-splitter:last-child,
#popup-container .knote .edit-container .card-notifications-dropdown .card-notifications-splitter:last-child {
  display: none;
}
.thread-item-placeholder .knote .knote-avatar,
.thread-item .knote .knote-avatar,
#popup-container .knote .knote-avatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.thread-item-placeholder .knote .edit-knote,
.thread-item .knote .edit-knote,
#popup-container .knote .edit-knote {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #b4b4b4;
  width: 50px;
  visibility: hidden;
}
.thread-item-placeholder .knote .edit-knote .action-edit.unsaved,
.thread-item .knote .edit-knote .action-edit.unsaved,
#popup-container .knote .edit-knote .action-edit.unsaved {
  visibility: visible;
  background-color: #fdcb0f;
}
.thread-item-placeholder .knote .edit-knote .action-edit.is-editing,
.thread-item .knote .edit-knote .action-edit.is-editing,
#popup-container .knote .edit-knote .action-edit.is-editing {
  visibility: visible;
  color: #b71c1d;
}
.thread-item-placeholder .knote .edit-knote .action-edit.is-editing .fa-pencil,
.thread-item .knote .edit-knote .action-edit.is-editing .fa-pencil,
#popup-container .knote .edit-knote .action-edit.is-editing .fa-pencil {
  cursor: default;
}
.thread-item-placeholder .knote .edit-knote .attachment .upload-icon,
.thread-item .knote .edit-knote .attachment .upload-icon,
#popup-container .knote .edit-knote .attachment .upload-icon {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
}
.thread-item-placeholder .knote .edit-knote .edit-actions.is-editing,
.thread-item .knote .edit-knote .edit-actions.is-editing,
#popup-container .knote .edit-knote .edit-actions.is-editing {
  white-space: nowrap;
  margin-top: 5px;
  font-size: 12px;
}
.thread-item-placeholder .knote .edit-knote .edit-actions.is-editing .is-editing-flag,
.thread-item .knote .edit-knote .edit-actions.is-editing .is-editing-flag,
#popup-container .knote .edit-knote .edit-actions.is-editing .is-editing-flag {
  color: #f00;
  padding: 3px;
  cursor: default;
}
.thread-item-placeholder .knote .edit-knote .edit-actions.unsaved,
.thread-item .knote .edit-knote .edit-actions.unsaved,
#popup-container .knote .edit-knote .edit-actions.unsaved {
  white-space: nowrap;
  background-color: #fdcb0f;
  margin-top: 5px;
}
.thread-item-placeholder .knote .edit-knote .edit-actions.unsaved .unsaved-draft-flag,
.thread-item .knote .edit-knote .edit-actions.unsaved .unsaved-draft-flag,
#popup-container .knote .edit-knote .edit-actions.unsaved .unsaved-draft-flag {
  color: #727272;
  padding: 3px;
  font-size: 12px;
}
.thread-item-placeholder .knote .edit-knote .edit-actions.unsaved .unsaved-draft-flag:hover,
.thread-item .knote .edit-knote .edit-actions.unsaved .unsaved-draft-flag:hover,
#popup-container .knote .edit-knote .edit-actions.unsaved .unsaved-draft-flag:hover {
  color: #000;
}
.thread-item-placeholder .knote .edit-knote div,
.thread-item .knote .edit-knote div,
#popup-container .knote .edit-knote div {
  float: right;
  margin-left: 5px;
  background-color: #f7f7f7;
  -webkit-box-shadow: 1px 1px 1px #e5e5e5;
  box-shadow: 1px 1px 1px #e5e5e5;
}
.thread-item-placeholder .knote .edit-knote:hover,
.thread-item .knote .edit-knote:hover,
#popup-container .knote .edit-knote:hover {
  visibility: visible;
}
.thread-item-placeholder .knote .edit-knote i:hover,
.thread-item .knote .edit-knote i:hover,
#popup-container .knote .edit-knote i:hover {
  color: #424242;
  cursor: pointer;
}
.thread-item-placeholder .knote .add-reminder-in-compose,
.thread-item .knote .add-reminder-in-compose,
#popup-container .knote .add-reminder-in-compose,
.thread-item-placeholder .knote .attachment,
.thread-item .knote .attachment,
#popup-container .knote .attachment {
  width: 20px;
  height: 20px;
}
.thread-item-placeholder .knote .wrap-edit-knote,
.thread-item .knote .wrap-edit-knote,
#popup-container .knote .wrap-edit-knote {
  height: 100%;
}
.thread-item-placeholder .knote .wrap-edit-knote > *,
.thread-item .knote .wrap-edit-knote > *,
#popup-container .knote .wrap-edit-knote > * {
  display: inline-block;
}
.thread-item-placeholder .knote .wrap-edit-knote .draft-data-flag,
.thread-item .knote .wrap-edit-knote .draft-data-flag,
#popup-container .knote .wrap-edit-knote .draft-data-flag {
  font-size: 11px;
  color: #424242;
  text-decoration: underline;
  margin-right: 16px;
}
.thread-item-placeholder .knote .wrap-edit-knote .draft-data-flag.knote-draft-flag,
.thread-item .knote .wrap-edit-knote .draft-data-flag.knote-draft-flag,
#popup-container .knote .wrap-edit-knote .draft-data-flag.knote-draft-flag {
  position: absolute;
  right: 0;
  color: #f00;
  margin-top: 28px;
  padding: 1px 2px 1px 2px;
  text-decoration: none;
  line-height: 1;
}
.thread-item-placeholder .knote .marked-done-footer,
.thread-item .knote .marked-done-footer,
#popup-container .knote .marked-done-footer {
  border-top: solid 1px #78c5e8;
  padding: 14px 0 0 0;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.thread-item-placeholder .knote .marked-done-footer p,
.thread-item .knote .marked-done-footer p,
#popup-container .knote .marked-done-footer p {
  margin: 0;
}
.thread-item-placeholder .knote .account-avatar-wrapper-fullname p,
.thread-item .knote .account-avatar-wrapper-fullname p,
#popup-container .knote .account-avatar-wrapper-fullname p {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: right;
  text-transform: capitalize;
  margin: 0;
  line-height: 32px;
  max-width: 72px;
  padding-left: 6px;
  margin-right: 12px;
}
.thread-item-placeholder .knote .account-avatar-wrapper-fullname.done-or-not-done,
.thread-item .knote .account-avatar-wrapper-fullname.done-or-not-done,
#popup-container .knote .account-avatar-wrapper-fullname.done-or-not-done {
  margin-right: 0;
}
.thread-item-placeholder .knote .account-avatar-wrapper-fullname.done-or-not-done p,
.thread-item .knote .account-avatar-wrapper-fullname.done-or-not-done p,
#popup-container .knote .account-avatar-wrapper-fullname.done-or-not-done p {
  line-height: 25px;
}
.thread-item-placeholder .knote .account-avatar-wrapper-fullname.done-or-not-done .username,
.thread-item .knote .account-avatar-wrapper-fullname.done-or-not-done .username,
#popup-container .knote .account-avatar-wrapper-fullname.done-or-not-done .username {
  display: none;
}
.thread-item-placeholder .knote .delete-poll,
.thread-item .knote .delete-poll,
#popup-container .knote .delete-poll {
  background: #f1f1f1;
  color: #b4b4b4;
}
.thread-item-placeholder .knote .delete-poll:hover,
.thread-item .knote .delete-poll:hover,
#popup-container .knote .delete-poll:hover {
  background: #e5e5e5;
}
.thread-item-placeholder .knote .checkbox-votes,
.thread-item .knote .checkbox-votes,
#popup-container .knote .checkbox-votes {
  height: 30px;
}
.thread-item-placeholder .knote .checkbox-votes .poll_voters,
.thread-item .knote .checkbox-votes .poll_voters,
#popup-container .knote .checkbox-votes .poll_voters {
  margin-left: 30px;
  padding: 2.5px;
  display: inline-block;
}
.thread-item-placeholder .knote .checkbox-votes .poll_voters img,
.thread-item .knote .checkbox-votes .poll_voters img,
#popup-container .knote .checkbox-votes .poll_voters img {
  vertical-align: top;
}
.thread-item-placeholder .knote .checkbox-votes .vote-dist,
.thread-item .knote .checkbox-votes .vote-dist,
#popup-container .knote .checkbox-votes .vote-dist {
  width: 120px;
  margin-left: 32px;
  padding: 4px 0;
  display: inline-block;
}
.thread-item-placeholder .knote .checkbox-votes .vote-dist>div,
.thread-item .knote .checkbox-votes .vote-dist>div,
#popup-container .knote .checkbox-votes .vote-dist>div {
  border: 1px solid #78c5e8;
  float: left;
  height: 4px;
  margin: 5px 5px 5px 0;
  width: 65%;
}
.thread-item-placeholder .knote .checkbox-votes .vote-dist div span,
.thread-item .knote .checkbox-votes .vote-dist div span,
#popup-container .knote .checkbox-votes .vote-dist div span {
  background: none repeat scroll 0 0 #78c5e8;
  display: block;
  height: 100%;
}
.thread-item-placeholder .knote .edit-item,
.thread-item .knote .edit-item,
#popup-container .knote .edit-item {
  position: relative;
  padding: 10px 0 10px 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.thread-item-placeholder .knote .guest-view .checkbox .check-item,
.thread-item .knote .guest-view .checkbox .check-item,
#popup-container .knote .guest-view .checkbox .check-item {
  background: url("/cdn_url_variable/../images/_checkbox-bg-grey.png") no-repeat 0 0;
}
.thread-item-placeholder .knote .change-due-date-popup,
.thread-item .knote .change-due-date-popup,
#popup-container .knote .change-due-date-popup {
  padding: 0 0 10px !important;
}
.thread-item-placeholder .knote .change-due-date-popup .calendar-body,
.thread-item .knote .change-due-date-popup .calendar-body,
#popup-container .knote .change-due-date-popup .calendar-body {
  margin: 10px auto 0;
}
.thread-item-placeholder .knote .change-due-date-popup .calendar-body .calendar-controls,
.thread-item .knote .change-due-date-popup .calendar-body .calendar-controls,
#popup-container .knote .change-due-date-popup .calendar-body .calendar-controls {
  width: 120px;
}
.thread-item-placeholder .knote .change-due-date-popup .calendar-body label,
.thread-item .knote .change-due-date-popup .calendar-body label,
#popup-container .knote .change-due-date-popup .calendar-body label {
  color: #737a82;
  font-size: 11px;
}
.thread-item-placeholder .knote .change-due-date-popup .calendar-body input,
.thread-item .knote .change-due-date-popup .calendar-body input,
#popup-container .knote .change-due-date-popup .calendar-body input {
  width: 120px;
}
.thread-item-placeholder .knote .change-due-date-popup .calendar-body a,
.thread-item .knote .change-due-date-popup .calendar-body a,
#popup-container .knote .change-due-date-popup .calendar-body a {
  border: 0;
}
.thread-item-placeholder .knote .change-due-date-popup .calendar-body .uneditable-input,
.thread-item .knote .change-due-date-popup .calendar-body .uneditable-input,
#popup-container .knote .change-due-date-popup .calendar-body .uneditable-input {
  width: 120px;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.thread-item-placeholder .knote .change-due-date-popup .calendar-body.smaller-editors-height .control-group,
.thread-item .knote .change-due-date-popup .calendar-body.smaller-editors-height .control-group,
#popup-container .knote .change-due-date-popup .calendar-body.smaller-editors-height .control-group {
  margin-bottom: 15px;
  position: relative;
}
.thread-item-placeholder .knote .change-due-date-popup .calendar-body.smaller-editors-height .control-group:last-child,
.thread-item .knote .change-due-date-popup .calendar-body.smaller-editors-height .control-group:last-child,
#popup-container .knote .change-due-date-popup .calendar-body.smaller-editors-height .control-group:last-child {
  margin-bottom: 0;
}
.thread-item-placeholder .knote .change-due-date-popup .calendar-body.smaller-editors-height input,
.thread-item .knote .change-due-date-popup .calendar-body.smaller-editors-height input,
#popup-container .knote .change-due-date-popup .calendar-body.smaller-editors-height input {
  margin-bottom: 0;
  vertical-align: top;
}
.thread-item-placeholder .knote .change-due-date-popup .calendar-body.smaller-editors-height .input-append,
.thread-item .knote .change-due-date-popup .calendar-body.smaller-editors-height .input-append,
#popup-container .knote .change-due-date-popup .calendar-body.smaller-editors-height .input-append {
  margin-bottom: 0;
}
.thread-item-placeholder .knote .change-due-date-popup .calendar-body .date-menu.dropdown,
.thread-item .knote .change-due-date-popup .calendar-body .date-menu.dropdown,
#popup-container .knote .change-due-date-popup .calendar-body .date-menu.dropdown {
  width: 100%;
}
.thread-item-placeholder .knote .due-date-picker,
.thread-item .knote .due-date-picker,
#popup-container .knote .due-date-picker {
  position: relative;
}
.thread-item-placeholder .knote .due-date-picker .ui-datepicker,
.thread-item .knote .due-date-picker .ui-datepicker,
#popup-container .knote .due-date-picker .ui-datepicker {
  padding: 0;
  width: 210px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.thread-item-placeholder .knote .due-date-picker .ui-datepicker .ui-datepicker-header,
.thread-item .knote .due-date-picker .ui-datepicker .ui-datepicker-header,
#popup-container .knote .due-date-picker .ui-datepicker .ui-datepicker-header {
  background: #fff;
  border-radius: 3px 3px 0 0;
}
.thread-item-placeholder .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.thread-item .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
#popup-container .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.thread-item-placeholder .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover .ui-icon,
.thread-item .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover .ui-icon,
#popup-container .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover .ui-icon {
  background: url("/cdn_url_variable/../images/_calendar-prev.png") no-repeat left center rgba(0,0,0,0);
}
.thread-item-placeholder .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon,
.thread-item .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon,
#popup-container .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon,
.thread-item-placeholder .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover .ui-icon,
.thread-item .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover .ui-icon,
#popup-container .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover .ui-icon {
  background: url("/cdn_url_variable/../images/_calendar-next.png") no-repeat right center rgba(0,0,0,0);
}
.thread-item-placeholder .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.thread-item .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
#popup-container .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  margin-left: 8px;
}
.thread-item-placeholder .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next span,
.thread-item .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next span,
#popup-container .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  margin-left: -27px;
}
.thread-item-placeholder .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.thread-item .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
#popup-container .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.thread-item-placeholder .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next span,
.thread-item .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next span,
#popup-container .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  width: 20px;
}
.thread-item-placeholder .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-title,
.thread-item .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-title,
#popup-container .knote .due-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-weight: 400;
  text-transform: uppercase;
}
.thread-item-placeholder .knote .due-date-picker .ui-datepicker .ui-datepicker-calendar,
.thread-item .knote .due-date-picker .ui-datepicker .ui-datepicker-calendar,
#popup-container .knote .due-date-picker .ui-datepicker .ui-datepicker-calendar {
  td: span;
}
.thread-item-placeholder .knote .due-date-picker .ui-datepicker .ui-datepicker-calendar table,
.thread-item .knote .due-date-picker .ui-datepicker .ui-datepicker-calendar table,
#popup-container .knote .due-date-picker .ui-datepicker .ui-datepicker-calendar table {
  background: #fff;
  margin-bottom: 0;
}
.thread-item-placeholder .knote .due-date-picker .ui-datepicker .ui-datepicker-calendar th,
.thread-item .knote .due-date-picker .ui-datepicker .ui-datepicker-calendar th,
#popup-container .knote .due-date-picker .ui-datepicker .ui-datepicker-calendar th {
  background: #f1f1f1;
  color: #737a82;
  font-weight: 400;
}
.thread-item-placeholder .knote .due-date-picker .ui-datepicker .ui-datepicker-calendar td,
.thread-item .knote .due-date-picker .ui-datepicker .ui-datepicker-calendar td,
#popup-container .knote .due-date-picker .ui-datepicker .ui-datepicker-calendar td {
  border-left: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.thread-item-placeholder .knote .due-date-picker .ui-datepicker .ui-datepicker-calendar:first-child,
.thread-item .knote .due-date-picker .ui-datepicker .ui-datepicker-calendar:first-child,
#popup-container .knote .due-date-picker .ui-datepicker .ui-datepicker-calendar:first-child {
  border-left: none;
}
.thread-item-placeholder .knote .due-date-picker .ui-datepicker .ui-datepicker-calendar td a,
.thread-item .knote .due-date-picker .ui-datepicker .ui-datepicker-calendar td a,
#popup-container .knote .due-date-picker .ui-datepicker .ui-datepicker-calendar td a {
  font-weight: 400;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.thread-item-placeholder .knote .due-date-picker .ui-datepicker .ui-helper-clearfix:after,
.thread-item .knote .due-date-picker .ui-datepicker .ui-helper-clearfix:after,
#popup-container .knote .due-date-picker .ui-datepicker .ui-helper-clearfix:after {
  clear: initial;
}
.thread-item-placeholder .knote .due-date-picker .ui-datepicker .ui-datepicker-today,
.thread-item .knote .due-date-picker .ui-datepicker .ui-datepicker-today,
#popup-container .knote .due-date-picker .ui-datepicker .ui-datepicker-today {
  background: #f1f1f1;
}
.thread-item-placeholder .knote .due-date-picker .ui-datepicker .ui-datepicker-current-day,
.thread-item .knote .due-date-picker .ui-datepicker .ui-datepicker-current-day,
#popup-container .knote .due-date-picker .ui-datepicker .ui-datepicker-current-day {
  background: #78c5e8;
}
.thread-item-placeholder .knote .due-date-picker .ui-datepicker .ui-datepicker-current-day a,
.thread-item .knote .due-date-picker .ui-datepicker .ui-datepicker-current-day a,
#popup-container .knote .due-date-picker .ui-datepicker .ui-datepicker-current-day a {
  color: #fff;
}
.thread-item-placeholder .knote #ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-today,
.thread-item .knote #ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-today,
#popup-container .knote #ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-today {
  background: #f1f1f1;
}
.thread-item-placeholder .knote #ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-current-day,
.thread-item .knote #ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-current-day,
#popup-container .knote #ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-current-day {
  background: #78c5e8;
}
.thread-item-placeholder .knote #ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-current-day a,
.thread-item .knote #ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-current-day a,
#popup-container .knote #ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-current-day a {
  color: #fff;
}
.thread-item-placeholder .knote .date-time-left,
.thread-item .knote .date-time-left,
#popup-container .knote .date-time-left {
  text-align: center;
  width: 100%;
  margin: 10px 0;
  padding: 10px 0;
}
.thread-item-placeholder .knote .date-time-left > div,
.thread-item .knote .date-time-left > div,
#popup-container .knote .date-time-left > div {
  display: inline-block;
}
.thread-item-placeholder .knote .date-time-left.soon,
.thread-item .knote .date-time-left.soon,
#popup-container .knote .date-time-left.soon {
  color: #424242;
  background-color: #fdcb0f;
}
.thread-item-placeholder .knote .date-time-left.passed,
.thread-item .knote .date-time-left.passed,
#popup-container .knote .date-time-left.passed {
  color: #fff;
  background-color: #ff6961;
}
.thread-item-placeholder .knote .date-content,
.thread-item .knote .date-content,
#popup-container .knote .date-content {
  min-height: 90px;
  position: relative;
}
.thread-item-placeholder .knote .date-content .date-time,
.thread-item .knote .date-content .date-time,
#popup-container .knote .date-content .date-time {
  text-decoration: underline;
  display: inline-block;
}
.thread-item-placeholder .knote .date-content .middle > div,
.thread-item .knote .date-content .middle > div,
#popup-container .knote .date-content .middle > div {
  padding-top: 8px;
}
.thread-item-placeholder .knote .date-content .approve-users li,
.thread-item .knote .date-content .approve-users li,
#popup-container .knote .date-content .approve-users li {
  margin-right: 10px;
  position: relative;
}
.thread-item-placeholder .knote .date-content .approve-users .account-avatar,
.thread-item .knote .date-content .approve-users .account-avatar,
#popup-container .knote .date-content .approve-users .account-avatar {
  width: 25px;
  height: 25px;
  font-weight: initial;
  vertical-align: middle;
  line-height: 23px;
  font-size: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: initial;
}
.thread-item-placeholder .knote .date-content .approve-users i,
.thread-item .knote .date-content .approve-users i,
#popup-container .knote .date-content .approve-users i {
  font-weight: normal;
  font-size: 17px;
}
.thread-item-placeholder .knote .date-content .approve-users i::before,
.thread-item .knote .date-content .approve-users i::before,
#popup-container .knote .date-content .approve-users i::before {
  margin: 0;
}
.thread-item-placeholder .knote .date-content .approve-users .fa-check,
.thread-item .knote .date-content .approve-users .fa-check,
#popup-container .knote .date-content .approve-users .fa-check {
  color: #2d9b00;
}
.thread-item-placeholder .knote .date-content .approve-users .fa-check.agreed-after,
.thread-item .knote .date-content .approve-users .fa-check.agreed-after,
#popup-container .knote .date-content .approve-users .fa-check.agreed-after {
  background: #fdcb0f;
  color: #d68400;
}
.thread-item-placeholder .knote .date-content .approve-users .fa-times,
.thread-item .knote .date-content .approve-users .fa-times,
#popup-container .knote .date-content .approve-users .fa-times {
  color: #f00;
}
.thread-item-placeholder .knote .date-content .approve-users .fa-times.dissented-after,
.thread-item .knote .date-content .approve-users .fa-times.dissented-after,
#popup-container .knote .date-content .approve-users .fa-times.dissented-after {
  background: #fdcb0f;
  color: #d68400;
}
.thread-item-placeholder .knote .date-content .approve-users .fa-help,
.thread-item .knote .date-content .approve-users .fa-help,
#popup-container .knote .date-content .approve-users .fa-help {
  color: #d68400;
}
.thread-item-placeholder .knote .date-content .date-action-wrapper i,
.thread-item .knote .date-content .date-action-wrapper i,
#popup-container .knote .date-content .date-action-wrapper i {
  font-size: 11px;
  color: #fff;
  border-radius: 2px;
  padding: 0;
}
.thread-item-placeholder .knote .date-content .date-action-wrapper a,
.thread-item .knote .date-content .date-action-wrapper a,
#popup-container .knote .date-content .date-action-wrapper a {
  border: none;
}
.thread-item-placeholder .knote .date-content .date-action-wrapper .fa-times,
.thread-item .knote .date-content .date-action-wrapper .fa-times,
#popup-container .knote .date-content .date-action-wrapper .fa-times,
.thread-item-placeholder .knote .date-content .date-action-wrapper .bg-red,
.thread-item .knote .date-content .date-action-wrapper .bg-red,
#popup-container .knote .date-content .date-action-wrapper .bg-red {
  background-color: #f00;
}
.thread-item-placeholder .knote .date-content .date-action-wrapper .fa-check,
.thread-item .knote .date-content .date-action-wrapper .fa-check,
#popup-container .knote .date-content .date-action-wrapper .fa-check,
.thread-item-placeholder .knote .date-content .date-action-wrapper .bg-green,
.thread-item .knote .date-content .date-action-wrapper .bg-green,
#popup-container .knote .date-content .date-action-wrapper .bg-green {
  background-color: #89ce92;
}
.thread-item-placeholder .knote .date-content .date-action-wrapper .fa-help,
.thread-item .knote .date-content .date-action-wrapper .fa-help,
#popup-container .knote .date-content .date-action-wrapper .fa-help {
  color: #fdcb0f;
}
.thread-item-placeholder .knote .date-content .reminder-timestamp,
.thread-item .knote .date-content .reminder-timestamp,
#popup-container .knote .date-content .reminder-timestamp {
  text-align: right;
  font-size: 10px;
  color: #b4b4b4;
}
.thread-item-placeholder .knote .knote-actions,
.thread-item .knote .knote-actions,
#popup-container .knote .knote-actions {
  z-index: 100;
  visibility: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #b4b4b4;
  font-size: 15px;
}
.thread-item-placeholder .knote .knote-actions .actions,
.thread-item .knote .knote-actions .actions,
#popup-container .knote .knote-actions .actions {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  cursor: pointer;
  text-align: center;
}
.thread-item-placeholder .knote .knote-actions .actions i,
.thread-item .knote .knote-actions .actions i,
#popup-container .knote .knote-actions .actions i {
  vertical-align: top;
  color: #b4b4b4;
  cursor: pointer;
  font-weight: 400;
}
.thread-item-placeholder .knote .knote-actions .actions i:hover,
.thread-item .knote .knote-actions .actions i:hover,
#popup-container .knote .knote-actions .actions i:hover {
  color: #424242;
}
.thread-item-placeholder .knote .knote-actions .archive-toggle span.icon-archive,
.thread-item .knote .knote-actions .archive-toggle span.icon-archive,
#popup-container .knote .knote-actions .archive-toggle span.icon-archive {
  cursor: pointer;
}
.thread-item-placeholder .knote .knote-actions .edit,
.thread-item .knote .knote-actions .edit,
#popup-container .knote .knote-actions .edit {
  border-right: 1px solid #ededef;
}
.thread-item-placeholder .knote .knote-actions .fa-pencil,
.thread-item .knote .knote-actions .fa-pencil,
#popup-container .knote .knote-actions .fa-pencil {
  visibility: visible;
  position: static;
  cursor: pointer;
}
.thread-item-placeholder .knote .knote-actions .delete-archived-knote,
.thread-item .knote .knote-actions .delete-archived-knote,
#popup-container .knote .knote-actions .delete-archived-knote {
  float: left;
  width: 50%;
  border-right: 1px solid #ededef;
  padding: 10px 0;
  text-align: center;
}
.thread-item-placeholder .knote .knote-actions .delete-archived-knote span.js-deattach-archived-knote,
.thread-item .knote .knote-actions .delete-archived-knote span.js-deattach-archived-knote,
#popup-container .knote .knote-actions .delete-archived-knote span.js-deattach-archived-knote {
  cursor: pointer;
}
.thread-item-placeholder .knote .knote-actions .delete-archived-knote span.js-deattach-archived-knote img,
.thread-item .knote .knote-actions .delete-archived-knote span.js-deattach-archived-knote img,
#popup-container .knote .knote-actions .delete-archived-knote span.js-deattach-archived-knote img {
  margin-right: 3px;
}
.thread-item-placeholder .knote .knote-actions .restore-archived-knote,
.thread-item .knote .knote-actions .restore-archived-knote,
#popup-container .knote .knote-actions .restore-archived-knote {
  float: left;
  width: 50%;
  padding: 10px 0;
  text-align: center;
}
.thread-item-placeholder .knote .knote-actions .restore-archived-knote span.icon-archive,
.thread-item .knote .knote-actions .restore-archived-knote span.icon-archive,
#popup-container .knote .knote-actions .restore-archived-knote span.icon-archive {
  cursor: pointer;
}
.thread-item-placeholder .knote .knote-actions .fa-trash-o,
.thread-item .knote .knote-actions .fa-trash-o,
#popup-container .knote .knote-actions .fa-trash-o {
  position: absolute;
  z-index: 1000;
  right: 5px;
  bottom: 16px;
}
.thread-item-placeholder .knote .knote-actions .date-share,
.thread-item .knote .knote-actions .date-share,
#popup-container .knote .knote-actions .date-share {
  padding-bottom: 10px;
  float: left;
}
.thread-item-placeholder .knote .knote-reply-wrapper,
.thread-item .knote .knote-reply-wrapper,
#popup-container .knote .knote-reply-wrapper {
  width: 100%;
  background-color: #e9f7ff;
  border-radius: 4px;
}
.thread-item-placeholder .knote .knote-reply-wrapper .hidden-replies-notification-bell,
.thread-item .knote .knote-reply-wrapper .hidden-replies-notification-bell,
#popup-container .knote .knote-reply-wrapper .hidden-replies-notification-bell {
  color: #f44336;
  font-size: 12px;
  cursor: pointer;
}
.thread-item-placeholder .knote .knote-reply-wrapper .show-hide-replies,
.thread-item .knote .knote-reply-wrapper .show-hide-replies,
#popup-container .knote .knote-reply-wrapper .show-hide-replies {
  background-color: #e8e8e8;
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
}
.thread-item-placeholder .knote .knote-reply-wrapper .show-hide-replies .hidden-replies,
.thread-item .knote .knote-reply-wrapper .show-hide-replies .hidden-replies,
#popup-container .knote .knote-reply-wrapper .show-hide-replies .hidden-replies {
  color: #b4b4b4;
}
.thread-item-placeholder .knote .knote-reply-wrapper .show-hide-replies .see-replies,
.thread-item .knote .knote-reply-wrapper .show-hide-replies .see-replies,
#popup-container .knote .knote-reply-wrapper .show-hide-replies .see-replies {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.thread-item-placeholder .knote .knote-reply-wrapper .show-hide-replies .shrink-replies,
.thread-item .knote .knote-reply-wrapper .show-hide-replies .shrink-replies,
#popup-container .knote .knote-reply-wrapper .show-hide-replies .shrink-replies {
  width: 100%;
  height: 20px;
  line-height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies,
.thread-item .knote .knote-reply-wrapper .knote-replies,
#popup-container .knote .knote-reply-wrapper .knote-replies {
  margin: 0;
  padding: 10px 15px;
  border-top: 1px solid rgba(0,0,0,0.05);
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li,
.thread-item .knote .knote-reply-wrapper .knote-replies li,
#popup-container .knote .knote-reply-wrapper .knote-replies li {
  padding-bottom: 3px;
  position: relative;
  overflow: hidden;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li.viewing .reply-body,
.thread-item .knote .knote-reply-wrapper .knote-replies li.viewing .reply-body,
#popup-container .knote .knote-reply-wrapper .knote-replies li.viewing .reply-body {
  max-height: none !important;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li.js-knote-reply,
.thread-item .knote .knote-reply-wrapper .knote-replies li.js-knote-reply,
#popup-container .knote .knote-reply-wrapper .knote-replies li.js-knote-reply {
  overflow: visible;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li.js-knote-reply.in-edit-reply,
.thread-item .knote .knote-reply-wrapper .knote-replies li.js-knote-reply.in-edit-reply,
#popup-container .knote .knote-reply-wrapper .knote-replies li.js-knote-reply.in-edit-reply {
  overflow: visible;
  padding-right: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: -20px;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .timestamp,
.thread-item .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .timestamp,
#popup-container .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .timestamp {
  top: 6px;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .knote-reply-angle,
.thread-item .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .knote-reply-angle,
#popup-container .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .knote-reply-angle {
  top: 3px;
  color: #b4b4b4;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown,
.thread-item .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown,
#popup-container .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown {
  right: 0;
  top: 20px;
  min-width: 143px;
  padding: 12px 12px 10px;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions,
.thread-item .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions,
#popup-container .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
  top: -2px;
  right: 0;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  min-height: 70px;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions span,
.thread-item .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions span,
#popup-container .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions span {
  color: #424242;
  cursor: pointer;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions span img,
.thread-item .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions span img,
#popup-container .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions span img {
  margin-right: 10px;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions .add-attachment,
.thread-item .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions .add-attachment,
#popup-container .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions .add-attachment {
  cursor: pointer;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions .add-attachment i.upload-icon.fa.fa-paperclip,
.thread-item .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions .add-attachment i.upload-icon.fa.fa-paperclip,
#popup-container .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions .add-attachment i.upload-icon.fa.fa-paperclip {
  display: none;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions .add-attachment span.add-attachment-text,
.thread-item .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions .add-attachment span.add-attachment-text,
#popup-container .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions .add-attachment span.add-attachment-text {
  margin-left: 6px;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions .add-attachment .attachment.pull-left,
.thread-item .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions .add-attachment .attachment.pull-left,
#popup-container .knote .knote-reply-wrapper .knote-replies li.js-knote-reply .reply-actions-dropdown.dropdown .reply-actions .add-attachment .attachment.pull-left {
  display: none;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li .readmore-tip,
.thread-item .knote .knote-reply-wrapper .knote-replies li .readmore-tip,
#popup-container .knote .knote-reply-wrapper .knote-replies li .readmore-tip {
  display: none;
  margin-left: 25px;
  color: #424242;
  text-align: center;
  font-size: 12px;
  background-color: #e8e8e8;
  max-width: 340px;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li .readmore-tip:after,
.thread-item .knote .knote-reply-wrapper .knote-replies li .readmore-tip:after,
#popup-container .knote .knote-reply-wrapper .knote-replies li .readmore-tip:after {
  content: 'More';
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li.viewing .readmore-tip:after,
.thread-item .knote .knote-reply-wrapper .knote-replies li.viewing .readmore-tip:after,
#popup-container .knote .knote-reply-wrapper .knote-replies li.viewing .readmore-tip:after {
  content: 'Less';
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li .reply-edit,
.thread-item .knote .knote-reply-wrapper .knote-replies li .reply-edit,
#popup-container .knote .knote-reply-wrapper .knote-replies li .reply-edit {
  position: relative;
  padding-top: 5px;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li .reply-edit .attachment,
.thread-item .knote .knote-reply-wrapper .knote-replies li .reply-edit .attachment,
#popup-container .knote .knote-reply-wrapper .knote-replies li .reply-edit .attachment {
  width: 20px;
  height: 20px;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li .reply-edit .attachment .upload-icon,
.thread-item .knote .knote-reply-wrapper .knote-replies li .reply-edit .attachment .upload-icon,
#popup-container .knote .knote-reply-wrapper .knote-replies li .reply-edit .attachment .upload-icon {
  cursor: pointer;
  float: right;
  font-size: 18px;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies li .viewing .reply-body,
.thread-item .knote .knote-reply-wrapper .knote-replies li .viewing .reply-body,
#popup-container .knote .knote-reply-wrapper .knote-replies li .viewing .reply-body {
  max-height: none !important;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies .timestamp,
.thread-item .knote .knote-reply-wrapper .knote-replies .timestamp,
#popup-container .knote .knote-reply-wrapper .knote-replies .timestamp {
  left: 25px;
}
.thread-item-placeholder .knote .knote-reply-wrapper .knote-replies i.fa.fa-bell,
.thread-item .knote .knote-reply-wrapper .knote-replies i.fa.fa-bell,
#popup-container .knote .knote-reply-wrapper .knote-replies i.fa.fa-bell {
  color: #f44336;
  font-size: 12px;
  cursor: pointer;
}
.thread-item-placeholder .knote .reply-compose-action,
.thread-item .knote .reply-compose-action,
#popup-container .knote .reply-compose-action {
  text-align: center;
  padding-top: 1px;
}
.thread-item-placeholder .knote .comment-draft-compose,
.thread-item .knote .comment-draft-compose,
#popup-container .knote .comment-draft-compose {
  text-align: center;
  height: 22px;
  background: #e5e5e5;
  font-size: 10px;
  padding: 4px 0;
  cursor: pointer;
}
.thread-item-placeholder .knote:focus,
.thread-item .knote:focus,
#popup-container .knote:focus {
  border-width: 3px;
}
.thread-item-placeholder .knote.archived-card,
.thread-item .knote.archived-card,
#popup-container .knote.archived-card {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eee !important;
}
.thread-item-placeholder .knote.archived-card .edit-container,
.thread-item .knote.archived-card .edit-container,
#popup-container .knote.archived-card .edit-container {
  margin-right: 25px;
}
.thread-item-placeholder .knote.ui-sortable-helper,
.thread-item .knote.ui-sortable-helper,
#popup-container .knote.ui-sortable-helper {
  cursor: url("/cdn_url_variable/../images/closedhand.cur"), auto;
}
.thread-item-placeholder .knote.in-edit,
.thread-item .knote.in-edit,
#popup-container .knote.in-edit {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.thread-item-placeholder .knote.in-edit .knote-header,
.thread-item .knote.in-edit .knote-header,
#popup-container .knote.in-edit .knote-header {
  cursor: default;
}
.thread-item-placeholder .knote.in-edit .knote-header:hover,
.thread-item .knote.in-edit .knote-header:hover,
#popup-container .knote.in-edit .knote-header:hover {
  background-color: #fff;
}
.thread-item-placeholder .knote.in-edit .knote-gutter,
.thread-item .knote.in-edit .knote-gutter,
#popup-container .knote.in-edit .knote-gutter {
  position: relative;
}
.thread-item-placeholder .knote.in-edit .knote-gutter .edit-knote,
.thread-item .knote.in-edit .knote-gutter .edit-knote,
#popup-container .knote.in-edit .knote-gutter .edit-knote {
  right: 180px;
  top: 0;
}
.thread-item-placeholder .knote.in-edit .knote-gutter .edit-knote .attachment,
.thread-item .knote.in-edit .knote-gutter .edit-knote .attachment,
#popup-container .knote.in-edit .knote-gutter .edit-knote .attachment,
.thread-item-placeholder .knote.in-edit .knote-gutter .edit-knote .add-reminder-in-compose,
.thread-item .knote.in-edit .knote-gutter .edit-knote .add-reminder-in-compose,
#popup-container .knote.in-edit .knote-gutter .edit-knote .add-reminder-in-compose {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  visibility: visible;
}
.thread-item-placeholder .knote:hover .move-knote-up-down,
.thread-item .knote:hover .move-knote-up-down,
#popup-container .knote:hover .move-knote-up-down {
  display: block;
}
.thread-item-placeholder .knote .move-knote-up-down,
.thread-item .knote .move-knote-up-down,
#popup-container .knote .move-knote-up-down {
  position: absolute;
  left: 0;
  color: #b4b4b4;
  font-size: 11px;
  top: 0;
  bottom: 0;
  z-index: 9999;
  width: 0;
  display: none;
  cursor: default;
}
.thread-item-placeholder .knote .move-knote-up-down .move-knote-up,
.thread-item .knote .move-knote-up-down .move-knote-up,
#popup-container .knote .move-knote-up-down .move-knote-up,
.thread-item-placeholder .knote .move-knote-up-down .move-knote-down,
.thread-item .knote .move-knote-up-down .move-knote-down,
#popup-container .knote .move-knote-up-down .move-knote-down {
  position: absolute;
  cursor: pointer;
}
.thread-item-placeholder .knote .move-knote-up-down .move-knote-down,
.thread-item .knote .move-knote-up-down .move-knote-down,
#popup-container .knote .move-knote-up-down .move-knote-down {
  bottom: 1px;
}
.thread-item-placeholder .knote .move-knote-up-down .move-knote-up,
.thread-item .knote .move-knote-up-down .move-knote-up,
#popup-container .knote .move-knote-up-down .move-knote-up {
  top: 0;
}
.thread-item-placeholder .knote .move-knote-up-down.open,
.thread-item .knote .move-knote-up-down.open,
#popup-container .knote .move-knote-up-down.open {
  -webkit-transition: width 0.2s, font-size 0.2s;
  -moz-transition: width 0.2s, font-size 0.2s;
  -o-transition: width 0.2s, font-size 0.2s;
  -ms-transition: width 0.2s, font-size 0.2s;
  transition: width 0.2s, font-size 0.2s;
  background-color: rgba(0,0,0,0.2);
  border-radius: 4px 0 0 4px;
  width: 30px;
  font-size: 20px;
  color: #f3f3f3;
}
.thread-item-placeholder .knote .move-knote-up-down.open .move-knote-up:hover,
.thread-item .knote .move-knote-up-down.open .move-knote-up:hover,
#popup-container .knote .move-knote-up-down.open .move-knote-up:hover,
.thread-item-placeholder .knote .move-knote-up-down.open .move-knote-down:hover,
.thread-item .knote .move-knote-up-down.open .move-knote-down:hover,
#popup-container .knote .move-knote-up-down.open .move-knote-down:hover {
  color: #fff;
}
.show-thread.is-mobile .knote .knote-expand {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#compose-popup .knote-types {
  position: absolute;
  top: -40px;
  left: 0px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#compose-popup .knote-types .knote-type-btn {
  border-radius: 4px;
  background-color: #fff !important;
}
#compose-popup .knote-types .knote-type-btn a {
  color: #424242;
  word-spacing: -2px;
}
#compose-popup .knote-types .knote-type-btn a span {
  margin-right: 2px;
}
#compose-popup .knote-types .knote-type-dashboard {
  width: 50%;
  margin: 0px 10px;
}
#compose-popup .knote-content {
  min-width: 250px;
}
#compose-popup .knote-content.type-knote {
  display: inline-block;
  vertical-align: top;
}
#compose-popup .knote-content .knote-type-knote {
  display: none;
  width: 371px;
}
#compose-popup .assignments {
  border-top: 1px solid #f1f1f1;
  margin-top: 15px;
}
#compose-popup .knote-body {
  padding: 0 !important;
}
#compose-popup .knote-body .knote-date-left-side {
  float: none;
}
#compose-popup .knote-body .knote-date-left-side .knote-date-time-wrap {
  float: left;
  width: 48%;
}
#compose-popup .knote-body .knote-date-left-side .knote-date-time-wrap .rc-time-picker {
  width: 100%;
}
#compose-popup .knote-body .knote-date-left-side .knote-date-wrap {
  float: right;
  width: 48%;
  margin-top: 0;
}
#compose-popup .knote-body .knote-date-left-side .knote-date-wrap input {
  width: 100%;
}
#compose-popup .knote-body .react-datepicker,
#compose-popup .knote-body .react-datepicker__month-container {
  width: 100%;
}
#compose-popup .knote-body .react-datepicker__day-name,
#compose-popup .knote-body .react-datepicker__day,
#compose-popup .knote-body .react-datepicker__time-name {
  width: 14.2%;
  margin: 0;
}
#compose-popup .reminder .reminder-avatars .assignment-contacts {
  padding: 0 5px !important;
}
#compose-popup .reminder .reminder-avatars .assignment-contacts .avatarAlign {
  margin-right: 0;
}
.thread.is-map-view #compose-popup .knote-content {
  margin-bottom: 8px;
}
.thread.is-map-view #compose-popup .knote-content .knote-type-knote {
  width: 210px;
}
.thread.is-map-view #compose-popup .enlarge-composer,
.thread.is-map-view #compose-popup .attachment,
.thread.is-map-view #compose-popup .clear-draft,
.thread.is-map-view #compose-popup .add-reminder {
  margin-top: 0;
}
.dashboard-label {
  position: absolute;
  top: -20px;
  right: -25px;
  padding: 0 5px 0 5px;
  border-radius: 4px;
}
.dashboard-label.new {
  border: 1px solid #b4b4b4;
  background: #e5e5e5;
  color: #424242;
}
.dashboard-label.hot {
  border: 1px solid #ff6961;
  background: #f8bbd0;
  color: #fff;
}
.red-container {
  background: #f00;
}
.red-container:hover {
  background: #b71c1d;
}
.blue-container {
  background: #28ace8;
}
.blue-container:hover {
  background: #248fbe;
}
.green-label-new {
  border: 1px solid #e5e5e5;
  border-width: 1px;
  width: 35px;
  padding-left: 4px;
  margin-left: 175px;
  margin-top: -115px;
  background: #ff6961;
}
.green-container .recent-topic-subject,
.blue-container .recent-topic-subject {
  color: #fff;
}
.green-container .recent-topic-date,
.blue-container .recent-topic-date {
  color: #fff;
}
.title-user {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.filter-btn {
  cursor: pointer;
  border-radius: 2px;
}
.filter-btn:before {
  margin-right: 4px;
}
.hide-search-input.no-mobile input[type="text"],
.hide-search-input.no-mobile .topics-filter-btn {
  left: 82px;
  top: 4px;
  font-size: 16px;
}
#people-icon {
  font-size: 20px;
  padding-left: 10px;
  cursor: initial;
}
.inline-people {
  display: inline-block;
  margin-top: 9px;
}
.list-add {
  padding: 6px 7px;
  margin-top: 12px;
  position: relative;
  width: 100%;
}
.list-add .menu-add {
  width: 100%;
}
.heading {
  display: table;
  table-layout: auto;
  text-align: center;
  width: 100%;
  background-color: #f1f1f1;
}
.heading-item {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  text-align: left;
  position: relative;
  min-width: 30px;
}
.heading-item.center {
  width: 100%;
  text-align: center;
}
.heading-item.center div {
  display: inline-block;
}
.heading-item.right {
  text-align: right;
}
.heading-item.half {
  width: 50%;
  text-align: center;
}
.heading-item div {
  cursor: pointer;
}
.heading-item div .title {
  display: inline-block;
}
.provide-margin {
  margin-bottom: 27px;
}
.tab-content,
.tab-pane {
  height: 100%;
}
.load-more {
  color: #60676e;
}
#left-buttons {
  float: left;
  height: 100%;
}
.people-toggle,
.add-contact-btn {
  display: none !important;
  font-size: 20px;
}
.people-toggle.is-active,
.add-contact-btn.is-active {
  color: #28ace8;
}
.people-toggle:before,
.add-contact-btn:before {
  vertical-align: middle;
  margin: 3px 5px;
}
.add-contact-btn:before {
  margin: 4px 5px;
}
.home-item .title-anchor {
  width: 100%;
}
.home-item .title-text {
  border-radius: 2px;
  font-size: 100%;
}
.top-container-content {
  height: 100%;
}
.top-container-content .right-top-container {
  float: right;
  height: 100%;
  position: relative;
}
.top-container-content .right-top-container > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.top-container-content .right-top-container .thread-actions > * {
  float: left;
  cursor: pointer;
  border-radius: 2px;
  margin-right: 7px;
}
.top-container-content .right-top-container .go-live-text {
  display: inline-block;
  vertical-align: middle;
  color: #28ace8;
  font-size: 15px;
}
.top-container-content .right-top-container .fa-videocam {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #60676e;
}
.top-container-content .right-top-container .fa-videocam.live {
  color: #28ace8;
}
.top-container-content .right-top-container .account-avatar-wrapper {
  position: relative;
  margin: 0 2px;
}
.top-container-content .right-top-container .post-btn-container {
  position: relative;
  float: right;
}
.top-container-content .right-top-container .participators {
  height: 100%;
}
.top-container-content .right-top-container .participators > div {
  display: inline-block;
  vertical-align: middle;
}
.top-container-content .right-top-container .participators .header-divider {
  border-right: 1.5px solid #ededef;
  height: 60%;
  margin-right: 7px;
}
.top-container-content .right-top-container .participators .bootstrap-growl {
  left: -290px !important;
  top: 0 !important;
}
.top-container-content .right-top-container .participators .share-wrapper {
  position: relative;
}
.top-container-content .right-top-container .participators .share-wrapper .dropdown-menu > li > a {
  padding: 3px 15px;
}
.top-container-content .right-top-container .participators .share-wrapper.open > .dropdown-menu {
  display: block !important;
}
.top-container-content .right-top-container .participators .share-wrapper > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.top-container-content .right-top-container .participators .account-avatar-wrapper {
  width: 30px;
  height: 30px;
}
.top-container-content .right-top-container .participators .grey-mask {
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #000;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  text-align: center;
}
.top-container-content .right-top-container .participators .grey-mask .fa-check {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}
.top-container-content .right-top-container .participators .hidden-participator-box {
  background: #fff;
  min-width: 111px;
  max-width: 300px;
  border-top: solid 1px #f1f1f1;
  position: absolute;
  top: 100%;
  z-index: 9999;
  display: none;
  padding: 5px;
  right: 5px;
  margin-top: 8px;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.top-container-content .right-top-container .participators .hidden-participator-box:before {
  content: '\e82b';
  right: 48%;
  top: -14px;
  font-size: 24px;
  text-shadow: 0px -2px 4px #e5e5e5;
  position: absolute;
  font-family: "fontello";
  color: #fff;
  display: initial;
}
.top-container-content .right-top-container .participators .hidden-participator-box .hidden-participator-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-container-content .left-top-container {
  overflow: hidden;
  position: relative;
}
.top-container-content .left-top-container .title-actions {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  vertical-align: middle;
  visibility: hidden;
}
.top-container-content .left-top-container .title-actions.active {
  visibility: visible;
}
.top-container-content .left-top-container .title-actions .bookmark-btn-lrg {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  cursor: pointer;
  color: #a02b3f;
  font-size: 20px;
  vertical-align: middle;
  margin: 2px;
  padding: 4px 0;
}
.top-container-content .left-top-container .title-actions .bookmark-btn-lrg:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #a02b3f;
  text-decoration: blink;
}
.top-container-content .left-top-container .title-wrapper {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  max-width: calc(100% - 100px);
  vertical-align: middle;
}
.top-container-content .left-top-container .title-wrapper .title-textbox-container.active {
  overflow: hidden;
}
.top-container-content .left-top-container .title-wrapper .title-textbox-container {
  position: relative;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.top-container-content .left-top-container .title-wrapper .profile-name {
  float: left;
  width: initial;
  margin-top: 5px;
  font-size: 20px;
  height: 30px;
}
.top-container-content .left-top-container .title-wrapper .profile-name .box-info {
  width: auto;
  max-width: 338px;
  margin: 12px 0 0 18px;
}
.top-container-content .left-top-container .title-wrapper .profile-name .link-remove-contact {
  float: left;
  margin-top: 6px;
}
.top-container-content .left-top-container .title-wrapper .profile-name .fa-minus-circle {
  color: #ff6961;
}
.top-container-content .left-top-container #thread-main-subject,
.top-container-content .left-top-container #contact-name {
  padding: 0 10px;
  margin: 0;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 30px;
  color: #424242;
  border: solid 1px rgba(0,0,0,0);
  border-radius: 4px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  background-color: initial;
}
.top-container-content .left-top-container #thread-main-subject.profile-name,
.top-container-content .left-top-container #contact-name.profile-name {
  line-height: 27px;
}
.top-container-content .left-top-container #thread-main-subject:focus,
.top-container-content .left-top-container #contact-name:focus {
  background-color: #e5e5e5;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1), 0 1px 3px rgba(0,0,0,0.2) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,0.1), 0 1px 3px rgba(0,0,0,0.2) inset;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
}
.top-container[data-is-mobile=true] .hidden-participator-box {
  left: initial;
  right: 0px;
}
.top-container[data-is-mobile=true] .hidden-participator-box:before {
  left: initial;
  right: 42px;
}
.mobile-toggle-hidden-participator.hidden {
  display: none;
}
.fa-thumbs-o-up:hover {
  color: #424242;
}
.property-editor.string-editor>*,
.property-editor.spinner-editor>*,
.button-editor input[type="password"] {
  margin-bottom: 0;
}
.property-editor.spinner-editor>[type=number] {
  width: 66px;
  text-align: right;
  height: 32px;
}
.spin-loading {
  width: 32px;
  height: 32px;
  background: url("/cdn_url_variable/../images/spin-loading.gif") no-repeat center center;
}
.top-container .spin-loading {
  position: absolute;
  top: 10px;
  right: 20px;
}
.load-more-item .loading-circle {
  display: inline-block !important;
  margin: 2px 20px 0 5px;
  vertical-align: top;
}
.loading-animation {
  width: 100%;
  height: 100%;
  background-color: #141c24;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
}
.loading-animation .logo {
  color: #000;
  font-size: 58px;
  -webkit-background-size: 78px 78px;
  -moz-background-size: 78px 78px;
  background-size: 78px 78px;
  line-height: 100vh;
  background-position-y: 50%;
  height: auto;
  width: 220px;
  padding-left: 83px;
}
.dashboard-loading-animation {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.loading-bar {
  margin: auto;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
  top: -232px;
  bottom: 0;
  height: 18px;
}
.dashboard-loading-bar {
  margin: auto;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
  top: -132px;
  bottom: 0;
  height: 18px;
}
.privacy-setting-btn {
  display: inline-block;
  background: url("/cdn_url_variable/../images/sprite_3.png") no-repeat -176px -247px;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin-right: 4px !important;
  position: relative;
  top: 1px;
}
i.toggle-div-icon:hover .privacy-setting-btn {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.icon-privacy-setting {
  background: url("/cdn_url_variable/../images/sprite_3.png") no-repeat -175px -246px;
  width: 18px;
  height: 18px;
}
.icon-email-notification {
  background: url("/cdn_url_variable/../images/sprite_3.png") no-repeat -125px -249px;
  width: 18px;
  height: 18px;
}
.li-icon {
  cursor: pointer;
  padding-left: 20px;
  background-position: 5px center;
  background-repeat: no-repeat;
}
.li-icon:hover {
  color: #78c5e8;
  background-color: #f1f1f1;
}
.add-oauth,
.launch-tutorial {
  position: relative;
}
.add-oauth,
.launch-tutorial:before {
  background: url("/cdn_url_variable/../images/sprite_3.png") -152px -276px;
  content: '';
  position: absolute;
  left: 6px;
  width: 10px;
  top: 6px;
  height: 10px;
}
.animate-in {
  visiblity: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.topic-actions-popup {
  display: none;
  position: absolute;
  z-index: 999999997;
  background-color: rgba(0,0,0,0.5);
  cursor: inherit;
  height: 45px;
  max-height: 45px;
}
.topic-actions-popup ul {
  z-index: 999999998;
  margin-top: 8px;
  margin-right: 4px;
  float: right;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.topic-actions-popup ul li {
  display: inline-block;
}
.topic-actions-popup .status-container {
  z-index: 999999998;
  width: 100%;
  text-align: right;
  height: 45px;
}
.topic-actions-popup .status-container .status-box {
  position: absolute;
  top: 8px;
  right: 4px;
  color: #fff;
  width: 75px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border-radius: 2px;
}
.topic-actions-popup .status-container .status-error {
  display: none;
  background-color: rgba(217,83,79,0.8);
}
.topic-actions-popup .status-container .status-done {
  display: none;
  background-color: rgba(45,155,0,0.8);
}
.delete {
  background: url("/cdn_url_variable/../images/_delete.png") no-repeat center 11px;
}
#right.mobile-view .left-toggle {
  background: url("/cdn_url_variable/../images/menu-bg-gray.png") no-repeat center center;
  z-index: 1000;
  display: block;
  cursor: pointer;
  width: 30px;
  height: 52px;
  float: left;
}
#right.mobile-view .top-container .title-textbox-container {
  position: relative;
}
#right.mobile-view > div.bootstrap-growl.alert {
  right: 15px !important;
}
.avatar-draft-original,
.jcrop-tracker,
.jcrop-holder,
.jcrop-holder img {
  max-width: 900px !important;
}
.home-column {
  width: 50%;
  float: left;
  padding: 50px 20px 20px;
}
.tmp-element {
  width: inherit !important;
  height: inherit !important;
  position: absolute !important;
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  z-index: -100;
}
input.title-textbox[type="text"].thread_subject {
  max-width: 90%;
}
input.title-textbox[type="text"].thread_subject:focus {
  background-color: #fff;
}
input.title-textbox.profile-name {
  color: #000;
}
div.profile-name.title-textbox {
  line-height: 35px;
}
.knoteActionShowInArchivedPad {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  color: #2d9b00;
}
.message.archived-card .action .delete-action {
  display: inline-block;
  float: right;
  font-size: 20px;
}
.action i {
  cursor: pointer;
  vertical-align: top;
}
.action i + i {
  margin-left: 1px;
}
.action-icon {
  font-size: 16px;
}
.color-blue {
  color: #28ace8 !important;
}
.fa-plus-circle.toggle-div-icon.show-div:before {
  content: "\e80b";
}
.k-like {
  font-size: 20px !important;
  margin-right: -1px !important;
}
.tliked {
  color: #424242;
}
.message .overview,
.deadline .overview {
  float: left;
  margin-left: 5px;
}
.overview .text {
  float: left;
  padding: 0 7px 0 0;
}
.overview .account-avatar {
  margin-right: 5px;
}
.key-note .action {
  float: none;
}
.key-note .action form {
  display: inline-block;
}
.key-note .action form .upload-icon {
  font-size: 19px;
}
.key-note .edit-buttons {
  display: none;
}
.key-note.in-edit .edit-buttons {
  display: inline-block;
}
.control-group.underlined {
  border-bottom: 1px solid #f1f1f1;
  clear: both;
}
.form-1 .control-label {
  font-size: 11px;
  padding-top: 1px;
  margin: 0;
  text-align: left;
  width: 70px;
}
.form-1.form-horizontal .controls {
  margin-left: 70px;
}
.form-1 .controls input {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #737a82;
  font-size: 11px;
  padding: 4px 0;
  margin: 0;
  width: 100%;
}
.form [data-info] .bootstrap-growl {
  position: static !important;
  margin: 2px 0 !important;
  width: auto !important;
}
.ext-info {
  padding: 20px 31px;
}
.pad-created-by {
  display: block;
}
.recipient {
  display: block;
}
.buttons > * {
  display: inline-block;
  vertical-align: middle;
}
.input-tran input {
  border-radius: 4px;
}
.input-tran .add-on {
  background: none;
  border: none;
  left: -24px;
  position: relative;
  height: 100%;
  z-index: 1;
}
input.small {
  height: 28px;
}
.message.locked {
  background: #f1f1f1;
}
.right-deadline .archived-card {
  background: #e5e5e5 !important;
}
#lock-thread-popup .knote-content,
.lock-note .knote-content {
  border-top: 4px solid #f8bbd0;
}
.transparent {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.share-container,
.share-container>div {
  display: inline-block;
}
.share-container>div ~ div {
  margin-top: 8px;
}
.share-container a.social-icon:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  background: url("/cdn_url_variable/../images/sprite_3.png") no-repeat;
}
#right_menu_gplus:before {
  background-position: -9px -304px;
}
#right_menu_twitt:before {
  background-position: -47px -304px;
}
#right_menu_fb:before {
  background-position: -86px -304px;
}
.share-container .share-link {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
}
.share-container .share-link:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.share-container .send-snapshot {
  background: #3cd854;
  position: relative;
}
.send-snapshot .print-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  margin-left: -7px;
  margin-top: -13px;
  font-size: 22px;
}
.send-snapshot .print-icon i {
  color: #fff;
}
.share-container .share-popup {
  position: absolute;
  right: 0;
  white-space: nowrap;
  top: -25px;
  height: 25px;
  line-height: 25px;
  display: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.share-container .share-popup>* {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  vertical-align: middle;
  float: none;
  line-height: normal;
}
.link-block {
  margin: 8px;
  width: 34px;
  height: 34px;
  color: #fff;
  line-height: 34px;
  text-align: center;
}
.link-block:hover {
  background: #77be77;
  border-radius: 50%;
}
.link-block:active,
.link-block:focus {
  background: #2d9b00;
}
.send-snapshot-sec a {
  border: 1px solid #e5e5e5;
  padding: 0 3px !important;
  border-radius: 3px;
  background: #fff;
}
.tweet {
  background: url("/cdn_url_variable/../images/_tweet.png") no-repeat left center;
  width: 58px;
}
.fb {
  background: url("/cdn_url_variable/../images/_fb.png") no-repeat left center;
  width: 48px;
}
.gplus {
  background: url("/cdn_url_variable/../images/_gplus.png") no-repeat left center;
  width: 34px;
}
.show-link {
  background-color: #737a82;
  color: #fff;
  visibility: hidden;
}
.link-container {
  padding: 5px;
  white-space: nowrap;
  position: relative;
}
.bottom-icons .show-link {
  border: none;
  background: none;
  margin: 0;
  color: inherit;
  visibility: visible;
}
span.copy-note {
  display: none;
}
.circle {
  background: #141c24;
  height: 66px;
  width: 66px;
  position: relative;
  font-size: 11px;
}
.inner-circle {
  background: none repeat scroll 0 0 #248fbe;
  height: 44px;
  left: 11px;
  position: absolute;
  top: 11px;
  width: 44px;
}
.progress-value {
  background: none repeat scroll 0 0 #28ace8;
  height: 40px;
  left: 13px;
  line-height: 3.1;
  position: absolute;
  top: 13px;
  width: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.pie {
  position: absolute;
  width: 33px;
  height: 66px;
  overflow: hidden;
  left: 33px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pie.big {
  width: 66px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  left: 0;
}
.pie-before {
  content: "";
  position: absolute;
  width: 33px;
  height: 66px;
  left: -33px;
  border-radius: 66px 0 0 66px;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  background-color: #78c5e8;
}
.pie.big .pie-before {
  left: 0;
}
.pie.big:after {
  content: "";
  position: absolute;
  width: 33px;
  height: 66px;
  left: 33px;
  border-radius: 0 66px 66px 0;
  background-color: #78c5e8;
}
.is-map-view .circle {
  float: none;
  height: 6em;
  width: 6em;
  font-size: 9px;
  margin: auto;
}
.is-map-view .circle .inner-circle {
  left: 0.9em;
  top: 0.9em;
  width: 4.199999999999999em;
  height: 4.199999999999999em;
}
.is-map-view .circle .pie-before {
  left: -3em;
  width: 3em;
  height: 6em;
  border-radius: 6em 0 0 6em;
}
.is-map-view .circle .progress-value {
  left: 1.2em;
  top: 1.2em;
  width: 3.6em;
  height: 3.6em;
  line-height: 3.5em;
}
.is-map-view .circle .pie {
  position: absolute;
  left: 3em;
  width: 3em;
  height: 6em;
}
.is-map-view .circle .pie.big {
  width: 6em;
  left: 0;
}
.is-map-view .circle .pie.big .pie-before {
  left: 0;
}
.is-map-view .circle .pie.big:after {
  border-radius: 0 6em 6em 0;
  width: 3em;
  left: 3em;
  height: 6em;
}
.no-login-tip {
  margin: 10px 0 0;
  color: #f00;
}
.subject-textarea,
input[type="text"].subject-textbox {
  line-height: 17px;
  font-weight: 700;
  cursor: text;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 10px;
  width: 100%;
  overflow-x: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.contacts {
  min-width: 100%;
}
.contacts .contact {
  position: relative;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  padding: 15px 10px 0;
  width: 91px;
  height: 91px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
.contacts .contact:hover,
.contacts .contact.selected {
  background-color: #f1f1f1;
}
.contacts .contact.selected {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.contacts .contact.selected .checkbox {
  left: 0px;
}
.contacts .contact .checkbox {
  display: none;
  left: 6px;
  position: absolute;
  top: 6px;
}
.contacts .contact:hover .checkbox,
.contacts .contact.selected .checkbox {
  display: block;
}
.contacts .contact > span {
  display: block;
  height: 36px;
  line-height: 1.3;
  overflow: hidden;
  padding-top: 7px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#loading {
  padding-top: 15px;
}
.loading-msg {
  color: #fff;
}
.transparent-loading-white .loading-msg {
  color: #424242;
}
.has-account .set-password,
.member-login {
  display: none;
}
.has-account .member-login {
  display: block;
}
.ui-draggable {
  cursor: move;
}
.input-error {
  border-color: #b71c1d !important;
}
.lock-note {
  padding: 19px 0 0;
}
.lock-note .action {
  margin-right: 19px;
}
.lock-note .knote-content {
  padding-top: 15px;
}
span.usertag {
  display: inline;
  font-weight: bold;
  background: none;
  margin-right: 2px;
}
span.usertag.me {
  border-radius: 3px;
  padding: 0 2px;
  margin-bottom: 1px;
  background: #28ace8;
  color: #fff;
}
span.usertag.super-mention.me {
  border-radius: 3px;
  padding: 0 2px;
  margin-bottom: 1px;
  background: #b71c1d;
  color: #fff;
}
div.hashtag-warp,
div.highlight-warp {
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
ul.hashtag-words,
ul.highlight-words {
  width: 100%;
  display: block;
}
ul.highlight-words {
  margin: 0;
  list-style-type: none;
}
ul.hashtag-words li,
ul.highlight-words li {
  margin-left: 2%;
  margin-bottom: 1.5%;
  float: left;
  font-weight: bold;
  font-size: 1.3em;
  font-style: italic;
}
span.hashtag {
  font-style: italic;
}
div.highlight-warp {
  padding-bottom: 0;
}
ul.highlight-words li {
  font-style: normal;
  font-weight: normal;
}
ul.highlight-words li,
.highlight {
  background: #fff79d;
}
.search-highlight {
  background: #28ace8;
  color: #fff;
}
[data-menu="clip"] i {
  color: #f00;
  font-size: 11px;
  margin-top: 3px;
  vertical-align: top;
}
[data-menu="comment"] {
  position: relative;
}
[data-menu="comment"] span {
  position: relative;
}
[data-menu="comment"] i {
  color: #28ace8;
  font-size: 22px;
  margin-left: -11px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  left: 50%;
}
[contenteditable] img {
  display: block;
  margin: 0 auto;
}
[contenteditable] p {
  margin-bottom: 0;
}
#lock-thread-popup .body {
  padding: 19px 0 0;
}
.lock-icon {
  color: #fff;
  background: #f8bbd0;
  border: none;
  border-radius: 32px;
  width: 64px;
  height: 64px;
  font-size: 32px;
  float: right;
}
.knote-content.images-hidden .thumbnail-wrapper,
#compose-popup .images-hidden .thumbnail-wrapper {
  display: none;
}
.lightbox-photo-inner>div:first-child {
  height: 9%;
}
.lightbox-photo-inner>div:nth-child(2) {
  height: 1%;
}
.lightbox-photo-inner>div:nth-child(3) {
  height: 90%;
}
.tips-tab {
  display: none;
  z-index: 1002;
  width: 35px;
  height: 50%;
  position: absolute;
  cursor: pointer;
  background: rgba(0,0,0,0) !important;
}
.tips-tab img {
  margin-top: 200%;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.img-flipped-h {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.tips-tab.share {
  display: block;
}
.tips-tab>span {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
#social-media-popup {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  width: 500px;
}
.top-section {
  background: none repeat scroll 0 0 #e5e5e5;
  padding: 18px;
  min-height: 52px;
}
.top-section h1 {
  font-weight: normal;
  margin-top: 0;
}
.top-section h1 a {
  text-decoration: none;
}
.section {
  padding: 5px 20px 0;
}
.top-action {
  float: right;
  font-size: 15px;
  margin: 0 10px;
}
.top-action a {
  display: inline-block;
  margin: 17px 10px 0 0;
}
.sub-menu {
  border: medium none !important;
  display: block;
  float: right;
  margin-right: 10px !important;
  background: none !important;
}
.sub-menu li {
  display: inline-block;
  height: auto !important;
  padding: 0 !important;
}
.themes {
  display: inline-block;
  vertical-align: top;
  margin: 3px 5px 0;
  line-height: 17px;
}
.themes li {
  display: inline-block;
}
.themes li span {
  display: block;
  height: 13px;
  width: 13px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}
.themes li.selected-theme span {
  height: 18px;
  width: 18px;
}
.themes .theme-red-blue,
.theme-red-blue #topics-box,
.theme-red-blue .icon.new_group_profile:hover,
.theme-red-blue .icon.new_group_profile:active {
  background: #ae6a82;
  background: -webkit-linear-gradient(top, #ae6a82 0%, #7b6e85 100%);
  background: -moz-linear-gradient(top, #ae6a82 0%, #7b6e85 100%);
  background: -o-linear-gradient(top, #ae6a82 0%, #7b6e85 100%);
  background: -ms-linear-gradient(top, #ae6a82 0%, #7b6e85 100%);
  background: linear-gradient(to bottom, #ae6a82 0%, #7b6e85 100%);
}
.theme-red-blue #topics-title {
  background-color: #ae6a82;
}
.theme-red-blue ul.mail-clients li.active,
.theme-red-blue ul.mail-clients li:hover {
  border-color: #ae6a82;
}
.themes .theme-green-blue,
.theme-green-blue #topics-box,
.theme-green-blue .icon.new_group_profile:hover,
.theme-green-blue .icon.new_group_profile:active {
  background: #86cf94;
  background: -webkit-linear-gradient(top, #86cf94 0%, #60c0dd 100%);
  background: -moz-linear-gradient(top, #86cf94 0%, #60c0dd 100%);
  background: -o-linear-gradient(top, #86cf94 0%, #60c0dd 100%);
  background: -ms-linear-gradient(top, #86cf94 0%, #60c0dd 100%);
  background: linear-gradient(to bottom, #86cf94 0%, #60c0dd 100%);
}
.theme-green-blue #topics-title {
  background-color: #86cf94;
}
.theme-green-blue ul.mail-clients li.active,
.theme-green-blue ul.mail-clients li:hover {
  border-color: #86cf94;
}
.themes .theme-teal-blue,
.theme-teal-blue #topics-box,
.theme-teal-blue .icon.new_group_profile:hover,
.theme-teal-blue .icon.new_group_profile:active {
  background: #257295;
  background: -webkit-linear-gradient(top, #257295 0%, #019095 100%);
  background: -moz-linear-gradient(top, #257295 0%, #019095 100%);
  background: -o-linear-gradient(top, #257295 0%, #019095 100%);
  background: -ms-linear-gradient(top, #257295 0%, #019095 100%);
  background: linear-gradient(to bottom, #257295 0%, #019095 100%);
}
.theme-teal-blue #topics-title {
  background-color: #257295;
}
.theme-teal-blue ul.mail-clients li.active,
.theme-teal-blue ul.mail-clients li:hover {
  border-color: #257295;
}
.themes .theme-yellow-blue,
.theme-yellow-blue #topics-box,
.theme-yellow-blue .icon.new_group_profile:hover,
.theme-yellow-blue .icon.new_group_profile:active {
  background: #737a82;
}
.theme-yellow-blue ul.mail-clients li.active,
.theme-teal-blue ul.mail-clients li:hover {
  border-color: #d7d47c;
}
.themes .theme-teal,
.theme-teal #topics-box,
.theme-teal .icon.new_group_profile:hover,
.theme-teal .icon.new_group_profile:active {
  background: #019095;
  background: -webkit-linear-gradient(top, #019095 0%, #013f41 100%);
  background: -moz-linear-gradient(top, #019095 0%, #013f41 100%);
  background: -o-linear-gradient(top, #019095 0%, #013f41 100%);
  background: -ms-linear-gradient(top, #019095 0%, #013f41 100%);
  background: linear-gradient(to bottom, #019095 0%, #013f41 100%);
}
.theme-teal #topics-title {
  background-color: #019095;
}
.theme-teal ul.mail-clients li.active,
.theme-teal ul.mail-clients li:hover {
  border-color: #019095;
}
.themes .theme-gray-blue,
.theme-gray-blue #topics-box,
.theme-gray-blue .icon.new_group_profile:hover,
.theme-gray-blue .icon.new_group_profile:active,
.theme-gray-blue .my-btn {
  background: #28ace8;
}
.theme-gray-blue ul.mail-clients li.active,
.theme-gray-blue ul.mail-clients li:hover {
  border-color: #3481a4;
}
.theme-white,
body.pad-white {
  background: #fff !important;
}
.theme-white .menu-title .icon-bar {
  background-color: #737a82;
}
.theme-white .list-filter .notification-icon {
  color: #737a82;
}
.theme-light-grey {
  background: #737a82;
}
.mail-client i {
  font-size: 17px;
  position: relative;
  top: -2px;
}
ul.mail-clients {
  background: none repeat scroll 0 0 #f1f1f1;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 5px 5px 5px 0;
}
ul.mail-clients li {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e5e5e5;
  display: block;
  float: left;
  height: 50px;
  text-align: center;
  width: 70px;
  margin: 0 0 0 5px;
  cursor: pointer;
}
ul.mail-clients li.active,
ul.mail-clients li:hover {
  -webkit-box-shadow: 0 2px 5px 0 #b4b4b4;
  box-shadow: 0 2px 5px 0 #b4b4b4;
}
ul.mail-clients li img,
ul.mail-clients li i {
  display: block;
  height: 16px;
  margin: 9px auto 2px;
}
.title-textbox-container.mobile-view {
  position: relative;
}
.title-textbox-container.no-mobile {
  float: left;
}
.title-textbox-container h2 {
  background: none;
  font-size: 27px;
  font-weight: 100;
  vertical-align: bottom;
  float: left;
  color: rgba(40,172,232,0.4);
  margin-top: 6px;
  margin-bottom: 0;
}
#import-area .other {
  display: none;
}
#import-area.other .other {
  display: inline;
}
.scrollable-div {
  border: 1px solid #e5e5e5;
}
.scrollable-div .bar {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px;
}
.scrollable-div .bar input[type="checkbox"] {
  position: relative;
  top: 3px;
}
.scrollable-div .content {
  max-height: 192px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f1f1f1;
}
.mail-contact {
  display: inline-block;
  width: 49%;
}
.mail-contact>div {
  padding: 5px;
}
.mail-contact input[type="checkbox"] {
  position: relative;
  top: -9px;
}
.mail-contact img {
  border-radius: 2px;
  height: 34px;
  width: 34px;
}
.mail-contact span {
  padding: 0 0 0 5px;
  position: relative;
  top: -11px;
}
.knote-tags {
  float: left;
  margin: 0 7px 0 0;
}
.message .moving-content {
  display: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 10px 10px 0;
  white-space: nowrap;
}
.message .moving-content * {
  color: #000;
  line-height: 1.3;
}
.message.moving-knote {
  width: 150px !important;
  margin: 30px 0 0;
}
.moving-knote {
  z-index: 999999 !important;
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
.topic-container.ui-sortable-helper {
  -webkit-transform: scale(1.07) translateY(3.5%);
  -moz-transform: scale(1.07) translateY(3.5%);
  -o-transform: scale(1.07) translateY(3.5%);
  -ms-transform: scale(1.07) translateY(3.5%);
  transform: scale(1.07) translateY(3.5%);
}
.ui-sortable-helper .container-title-wrapper {
  -webkit-box-shadow: 0px 19px 20px -13px #000, 0px 13px 20px -13px #000 !important;
  box-shadow: 0px 19px 20px -13px #000, 0px 13px 20px -13px #000 !important;
  cursor: url("/cdn_url_variable/../images/closedhand.cur"), auto;
}
.ui-sortable-helper .knote {
  -webkit-box-shadow: 0 20px 40px -20px #000, 0 0 3px -1px rgba(0,0,0,0.33) !important;
  box-shadow: 0 20px 40px -20px #000, 0 0 3px -1px rgba(0,0,0,0.33) !important;
  cursor: url("/cdn_url_variable/../images/closedhand.cur"), auto;
}
.moving-knote:not(.ui-sortable-helper) {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.message.moving-knote > * {
  display: none;
}
.message.moving-knote .moving-content {
  display: block;
}
.knote-being-dragged {
  max-height: 280px !important;
}
.knote-being-dragged .knote-content {
  max-height: 245px !important;
}
#profile-page-access-roles-menu .access-roles-dropdown {
  top: -23px;
}
#topics-box .filtering {
  background-color: #b4b4b4 !important;
}
.popup-title .list-filter {
  margin-top: -7px;
  padding: 0;
}
.popup .query-input input[type="text"] {
  background: none;
  border: 1px solid #f1f1f1;
  color: #b4b4b4;
}
.topic-add {
  position: absolute;
  right: 5px;
}
.popup .query-input > i {
  color: #e5e5e5;
  top: 12px;
}
.list-title .fa-vote {
  height: 17px;
  position: relative;
  top: 2px;
  width: 17px;
}
.list-title .delete-agenda {
  float: right;
}
.action .toggle-div-icon {
  font-size: 21px;
}
.bottom-icons .thread-privacy-setting i {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.bottom-icons .ul-icon li i {
  position: absolute;
}
.bottom-icons .ul-icon li i + span {
  padding-left: 25px;
}
#topics-box .bottom-icons {
  left: 0;
}
.pad-link-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.pad-link-wrapper a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
}
.pad-link-wrapper a.selected {
  background-color: #78c5e8;
}
.message.pinned {
  background: #f1f1f1;
}
.right-like {
  float: right;
  margin-left: 10px;
  cursor: pointer;
  margin-top: 1px;
  font-size: 16px;
}
.left-like {
  float: left;
  margin-left: 10px;
  cursor: pointer;
  margin-top: 1px;
  font-size: 16px;
}
.knote-likers-secion {
  clear: both;
  height: 38px;
}
.knote-likers-secion .overview {
  margin-top: 12px;
}
.knote-likers-secion .left-like {
  margin-top: 8px;
}
.message.pinned .pin-icon,
#pad-done-request .pin-icon {
  width: 16px;
  font-size: 18px;
  color: #60676e;
  float: right;
  margin-right: -8px;
  margin-top: -16px;
  margin-left: 8px;
  -webkit-transform: rotate(28deg);
  -moz-transform: rotate(28deg);
  -o-transform: rotate(28deg);
  -ms-transform: rotate(28deg);
  transform: rotate(28deg);
}
.logo {
  position: relative;
  width: 160px;
  height: 58px;
  margin: 0 auto;
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  padding: 2px 60px;
}
.logo:hover {
  color: #fff;
  text-decoration: none;
}
.logo.note-instantly {
  background: url("/cdn_url_variable/../images/knote_instantly_logo.png") no-repeat;
  -webkit-background-size: 48px 48px;
  -moz-background-size: 48px 48px;
  background-size: 48px 48px;
}
.message.ui-sortable-placeholder {
  background: #b4b4b4;
  border-radius: 3px;
  height: 100px !important;
  margin-top: 20px;
  visibility: visible !important;
}
#topics-sortable .topic-item.archived {
  color: #b4b4b4;
}
body.for-admin {
  overflow: auto;
}
body.for-admin #user-table .me .editableUsername,
body.for-admin #user-table .me .user-email {
  font-weight: bold;
}
.query-input ul {
  background-color: #fff;
  width: 190px;
  margin-left: -12px;
}
li.admin-search.user {
  text-indent: 12px;
  line-height: 1.5em;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #fff;
}
li.admin-search.user:hover {
  background-color: #28ace8;
  color: #fff;
  border: 1px solid #248fbe;
}
.no-left-margin {
  margin-left: 0 !important;
}
.sidebar {
  background: #737a82;
  height: 100%;
}
.sidebar .query-input {
  padding-left: 13px;
}
.sidebar .query-input input[type="text"] {
  color: #000;
}
.sidebar .nav-list a {
  color: #fff;
  padding-top: 9px;
  padding-bottom: 14px;
}
.sidebar .nav-list a:hover,
.sidebar .nav-list a:focus {
  color: #248fbe;
}
.main-content {
  margin-left: 200px;
}
.my-table th {
  background: #000;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 15px;
  white-space: nowrap;
}
.my-table input[type="password"] {
  height: auto;
  width: auto;
  margin: 0 5px 0 0;
}
.my-table .btn {
  padding: 2px 7px;
  font-size: 11px;
}
.my-table .sort {
  cursor: pointer;
  padding: 8px 2px;
}
.my-table .sort i {
  padding-left: 3px;
}
.my-table .sort i.fa-sort-asc,
.my-table .sort i.fa-sort-desc {
  color: #b4b4b4;
}
.my-table .btn.btn-primary {
  margin-bottom: 5px;
}
.section {
  padding: 10px;
}
.img-polaroid div {
  background: none repeat scroll 0 0 #e5e5e5;
  height: 114px;
  width: 114px;
}
.img-polaroid+.img-polaroid {
  margin-left: 10px;
}
.nowrap {
  white-space: nowrap;
}
.thread-icons .btn {
  display: block;
  font-size: 16px;
  margin: 10px 0;
  width: 170px;
}
.assignment-icons {
  padding: 6px 10px 0;
  text-align: right;
}
.assignment-icons i {
  margin-right: 4px;
  position: relative;
  top: 1px;
  font-size: 15px;
}
.assignment-icons a + a {
  margin-left: 5px;
}
.assignment-icons a.undo-nomination i.fa-undo,
.assignment-icons a.not-approved i,
i.with-border {
  color: #fff;
  font-size: 10px;
  padding: 2px;
  border-radius: 2px;
  top: -1px;
}
.assignment-icons a.undo-nomination i.fa-undo {
  background: #28ace8;
}
.assignment-icons .not-approved i {
  background: #737a82;
}
.approve-assignment-area {
  background: #424242;
  border-radius: 3px;
  border-top: 5px solid #2d9b00;
  padding: 10px 10px 0;
  margin: 5px 0;
  color: #fff;
  text-align: left;
  overflow: hidden;
}
.approve-assignment-area .my-btn {
  background: #28ace8;
  color: #fff;
  font-size: 16px;
  padding: 5px 5px 8px;
  margin-top: 0;
  display: inline-block;
}
.approve-assignment-area .my-btn.dissent-btn,
.approve-assignment-area .my-btn.dissented,
.approve-assignment-area .my-btn.dissented-after {
  background: #f00;
}
.approve-assignment-area .my-btn.dissent-btn:hover,
.approve-assignment-area .my-btn.dissented:hover,
.approve-assignment-area .my-btn.dissented-after:hover {
  background: #ff5252 !important;
}
.approve-assignment-area .my-btn.dissent-btn:active,
.approve-assignment-area .my-btn.dissented:active,
.approve-assignment-area .my-btn.dissented-after:active {
  background: #b71c1d !important;
}
.approve-assignment-area .my-btn.undo-btn {
  background: #28ace8 !important;
}
.approve-assignment-area i {
  font-size: 20px;
}
.knote-reply-action {
  position: relative;
  top: -1px;
}
.message .quote-text {
  padding: 0 0 5px 54px;
  position: relative;
}
.message .quote-text .fa-quote-left:first-child {
  left: 37px;
  position: absolute;
}
.message[data-cname="messages"] .quote-text .fa-quote-left:first-child {
  left: 55px;
}
.message .quote-end {
  text-indent: -4px;
}
.text-left {
  text-align: left !important;
}
.new-person-popup .bootstrap-growl {
  position: relative !important;
  margin-top: 8px !important;
  width: 92% !important;
  left: 0 !important;
  padding: 4px 12px;
  bottom: 0 !important;
  font-weight: normal;
}
#message_box_popup {
  width: 50%;
  height: 70%;
}
#message_box_popup.alert-msg-auto-size {
  width: auto;
  height: auto;
}
#message_box_popup1 {
  display: none;
  width: 90%;
  height: 90%;
}
#message_box_popup1 .btn-close {
  background: url("/cdn_url_variable/../images/sprite_3.png") no-repeat -150px -251px;
  top: 10px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  width: 15px;
  height: 15px;
  z-index: 10100;
}
#alert_message_content,
.lightbox-photo-inner,
#alert_message_content1 {
  width: 100%;
  height: 100%;
}
#shared-with-list li.waiting,
#shared-with-list li.waiting:hover,
#topics-sortable li.waiting,
#topics-sortable li.waiting:hover {
  background: url("/cdn_url_variable/../images/loading-medium.gif") no-repeat center center;
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  background-size: 40px 40px;
}
#topics-sortable.scrollable {
  overflow-y: scroll;
  overflow-x: hidden;
}
.embed {
  margin: 5px 0;
}
.embed a {
  border: none;
  margin-right: 5px;
}
.embed > a {
  float: left;
}
.embed a:hover {
  border: none;
  text-decoration: underline;
}
.embed img {
  display: inline-block !important;
}
.embed .origin-link,
.embed .origin-link a {
  word-wrap: break-word;
  word-break: break-all;
}
.embed.link .embedded-link {
  width: auto;
}
.embed.link .origin-link {
  display: inline;
}
.embed.link.has-photo .embedded-link,
.embed.photo.has-photo .embedded-link,
.embed.link.has-photo .embedded-link:hover,
.embed.photo.has-photo .embedded-link:hover {
  border: none;
  overflow: hidden;
  width: 100%;
}
.embed.link.has-photo .embedded-link .detail,
.embed.photo.has-photo .embedded-link .detail,
.embed.link.has-photo .embedded-link:hover .detail,
.embed.photo.has-photo .embedded-link:hover .detail {
  line-height: 1.5;
}
.embed.link.has-photo .embedded-link .detail .embedded-title,
.embed.photo.has-photo .embedded-link .detail .embedded-title,
.embed.link.has-photo .embedded-link:hover .detail .embedded-title,
.embed.photo.has-photo .embedded-link:hover .detail .embedded-title {
  font-size: 13px;
}
.embed.link.has-photo .origin-link,
.embed.photo.has-photo .origin-link {
  display: block;
}
.embed.photo .img-wrapper {
  float: left;
  margin: 2px 10px 2px 2px;
  max-height: 75px !important;
  max-width: 75px !important;
  -webkit-box-shadow: 0 0 2px;
  box-shadow: 0 0 2px;
  border-radius: 5px;
  overflow: hidden;
}
.embed.photo .img-wrapper img {
  object-fit: contain;
}
.embed.photo .img-wrapper .embedded-favicon {
  width: 50px !important;
  height: 50px !important;
}
.embed.photo .img-wrapper.longer-width img {
  height: 75px;
}
.embed.photo .img-wrapper.longer-height img {
  width: 75px;
}
.embed.link .img-wrapper {
  float: left;
  margin-right: 5px;
  max-height: 15px !important;
  max-width: 15px !important;
}
.embed.link .img-wrapper img {
  object-fit: contain;
  height: auto;
}
.embed.link .detail .embedded-title {
  display: none;
}
.embed.video .origin-link {
  text-align: center;
}
.key_note p {
  margin-top: 0;
}
#key-note-textarea p {
  margin-top: 0;
}
#tbl_properties tr td input[type="text"],
#tbl_properties tr td textarea {
  border-radius: 0;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 11px;
}
#tbl_properties tr td input[type="text"]:focus {
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px #28ace8;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px #28ace8;
  outline: 0 none;
  border-radius: 0;
  border: 1px solid #28ace8;
}
#tbl_properties h1 {
  text-transform: capitalize;
}
.knote-content p.embed-original-link {
  margin-top: 5px;
}
.embed-original-link a {
  background-color: #e5e5e5;
  padding: 3px;
}
.control-group .change-password {
  background: url("/cdn_url_variable/../images/_password_change.png") no-repeat left center rgba(0,0,0,0);
}
.thread-button {
  width: 26px;
  height: 10px;
  position: relative;
  border: solid 3px #424242;
  border-radius: 8px;
  margin: 10px 12px 0 0;
  overflow: hidden;
  float: left;
}
.thread-button .button-thumb {
  width: 36%;
  height: 12px;
  position: absolute;
  top: -3px;
  border: solid 3px #424242;
  background-color: #424242;
  cursor: pointer;
  color: #fff;
  font-size: 10px;
  line-height: 9px;
  text-align: center;
  -webkit-transition: left 0.6s linear;
  -moz-transition: left 0.6s linear;
  -o-transition: left 0.6s linear;
  -ms-transition: left 0.6s linear;
  transition: left 0.6s linear;
}
.thread-button:active {
  border-color: #28ace8;
}
.thread-button:active .button-thumb {
  border-color: #28ace8;
  background-color: #28ace8;
}
.options-chrome-notification a.test-notification {
  font-size: 11px;
}
span.warning-alert {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-table;
  padding: 3px 0 0 3px;
}
span.warning-alert .fa-attention {
  color: #fdcb0f;
  font-size: 18px;
}
#change_password_popup .bootstrap-growl {
  position: relative !important;
  font-weight: normal;
  margin-top: 60px !important;
  right: 0 !important;
  width: auto !important;
}
.user-mention {
  background-color: #fff;
  border: 2px solid #28ace8;
  position: absolute;
  z-index: 99999999942;
  max-width: 200px;
}
.user-mention>div {
  position: relative;
  max-height: 200px;
  overflow: auto;
}
.mention-item {
  padding: 2px;
  font-size: 12px;
  color: #b4b4b4;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.mention-item:hover {
  color: #28ace8;
}
.mention-item>* {
  vertical-align: middle;
}
.mention-item .account-avatar {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 16px;
}
.mention-item.selected {
  color: #28ace8;
}
.expanded {
  padding-bottom: 0 !important;
  height: auto !important;
}
.top-container #title-container {
  float: right;
  width: auto;
  margin: 0;
}
.top-container>.tile-container {
  width: 100%;
}
#main-container.top-container {
  min-height: 0;
  padding-top: 0;
  margin-top: 0;
}
li.topic .updown {
  font-size: 18px;
  position: relative;
  top: -4px;
}
#topics-box ul li>div.sub-topics-container ul li.sub-topic {
  padding-left: 8px;
}
#topics-box .expand-sub-topics div.sub-topics-container {
  display: block;
}
.sub-topic {
  background: #66778b;
}
.sub-topics-container {
  border-top: 1px solid #57677b;
}
.status[class*="works_for"] {
  height: 4px;
}
.works_for_all {
  background: #2d9b00;
}
.works_for_some {
  background: #d68400;
}
.works_for_none {
  background: #b71c1d;
}
.group_profile {
  background: #fff;
  float: left;
  margin: 0 12px 12px 0;
  padding: 12px;
  position: relative;
  -webkit-box-shadow: 2px 2px 6px #e5e5e5;
  box-shadow: 2px 2px 6px #e5e5e5;
  border-radius: 3px;
  border: solid 1px #737a82;
  cursor: pointer;
}
.group_profile:hover {
  -webkit-box-shadow: 2px 2px 6px #737a82;
  box-shadow: 2px 2px 6px #737a82;
}
.g_name {
  font-size: 19px;
  margin-top: 10px;
}
.group_profile .knote-content {
  padding: 0 0 0 45px;
}
.group_profile .group_profile-name {
  font-size: 22px;
}
.group_profile:hover .btn-delete {
  display: block;
}
.ui-widget-overlay {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background-color: #424242;
}
a.link-no-underline,
a.link-no-underline:focus,
a.link-no-underline:active,
a.link-no-underline.hover {
  text-decoration: none;
}
.icon.new_group_profile {
  color: #b4b4b4;
  font-size: 41px;
  padding: 0 16px;
  border-left: 1px solid #b4b4b4;
  line-height: 55px;
}
.icon.new_group_profile:hover,
.icon.new_group_profile:active {
  color: #fff;
}
.assignment-tag {
  display: inline-block;
}
.assignment-tag span.tag-name {
  font-weight: bold;
  float: none;
  display: inline-block;
}
.pad-title-tag.tag-name,
.submitted-tag.tag-name {
  font-weight: bold;
}
span.tag-name {
  background: none repeat scroll 0 0 #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
  color: #737a82;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 5px 3px 0;
  padding: 0 5px;
  white-space: nowrap;
  position: relative;
}
span.tag-name:hover {
  color: #fff;
  background: none repeat scroll 0 0 #28ace8;
}
span.delete-tag {
  background: none repeat scroll 0 0 #28ace8;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
  cursor: pointer;
  height: 14px;
  line-height: 12px;
  font-weight: normal;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 14px;
  text-align: center;
  display: none;
}
div.new-tag {
  display: none;
  float: left;
  margin: 0 10px 3px 0;
}
.new-tag input[type="text"] {
  outline: none;
  width: 60px;
  font-size: 11px;
  color: #141c24;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 10px 0 #e5e5e5;
  box-shadow: inset 0 0 10px 0 #e5e5e5;
  height: 17px;
  margin-bottom: 0;
  padding: 0 4px;
}
.commented {
  background: rgba(15,237,255,0.4);
  cursor: pointer;
}
.commented.active {
  background: rgba(40,172,232,0.6);
}
.knote-comments-wrapper {
  position: relative;
  height: 0;
}
.knote-comments {
  position: absolute;
  top: -10px;
  right: -15px;
  width: 0;
  height: 0;
  z-index: 7;
  padding-top: inherit;
}
.knote-comments * {
  z-index: 1000;
}
.knote-comment-container {
  width: 240px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 6px -4px #737a82;
  box-shadow: 0 4px 6px -4px #737a82;
  position: relative;
  margin-bottom: 10px;
}
.knote-comment-container.active {
  background-color: #fff;
  border: 1px solid rgba(253,203,15,0.8);
  -webkit-box-shadow: 10px 11px 15px -7px #737a82;
  box-shadow: 10px 11px 15px -7px #737a82;
}
.knote-comment-container>div:last-child {
  background: inherit;
  overflow: hidden;
}
.knote-comment-container .knote-comment .account-avatar {
  position: absolute;
}
.knote-comment-container .knote-comment:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.knote-comment-container .knote-comment:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.knote-comment-container .arrow {
  position: absolute;
  top: -1px;
  left: -8px;
  width: 20px;
  height: 12px;
  background: inherit;
  border-top: inherit;
  border-left: inherit;
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -o-transform: skew(50deg);
  -ms-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-box-shadow: -7px 9px 4px #737a82;
  box-shadow: -7px 9px 4px #737a82;
  display: none;
}
.knote-comment-container.active .arrow {
  display: block;
}
.knote-comment-container .reply-container {
  padding: 0 8px;
  display: none;
}
.knote-comment-container.active .reply-container {
  display: block;
}
.knote-comment-container .reply-container .buttons {
  padding-bottom: 8px;
  display: none;
}
.knote-comment-container.active div[contenteditable] {
  border-color: #fff79d;
}
.knote-comment-container div[contenteditable] {
  border: 1px solid #b4b4b4;
  color: #737a82;
  font-family: inherit;
  margin: 0;
  padding: 4px;
  width: 100%;
  min-height: 26px;
  display: block;
  margin-bottom: 8px;
  background-color: #fff;
}
.knote-comment-container div[contenteditable]:focus {
  color: #000;
}
.knote-comment {
  position: relative;
  padding: 0 8px 8px 8px;
  background: inherit;
}
.knote-comment .comment-header {
  padding: 8px 0;
  border-top: 1px solid #e5e5e5;
  min-height: 45px;
}
.knote-comment:first-child .comment-header {
  border-top: 0;
}
.knote-comment-container.active .knote-comment .comment-header {
  border-color: #fce3a0;
}
.knote-comment .comment-header .user-details {
  padding-left: 40px;
}
.knote-comment .comment-header .user-details>* {
  width: 100%;
  display: inline-block;
}
.knote-comment .user-details .date {
  font-size: 9px;
}
.knote-comment.draft .user-details .date {
  display: none;
}
.knote-comment .comment-header .user-fullname {
  font-weight: bold;
}
.knote-comment .comment-actions {
  position: absolute;
  top: 5px;
  right: 8px;
}
.knote-comment .comment-actions .fa {
  display: inline;
  padding-left: 4px;
  background: none;
  color: #737a82;
  border: none;
  cursor: pointer;
}
.knote-comment .comment-actions .fa:hover {
  color: #737a82;
}
.thread-sort i {
  background: url("/cdn_url_variable/../images/sprite_3.png") no-repeat;
  height: 16px;
  width: 24px !important;
  background-position: -92px -251px;
  margin-right: 0px !important;
}
.thread-sort-2 i {
  background-position: -92px -271px !important;
}
.knote_card_participator .check-mark:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.failed-upload {
  color: #f00;
}
.success-upload {
  color: #2d9b00;
}
.b-h-icon {
  float: left;
  margin-left: 10px;
}
.dashboard-loader-dot {
  -webkit-animation: loader-dot 2s linear infinite;
  -moz-animation: loader-dot 2s linear infinite;
  -o-animation: loader-dot 2s linear infinite;
  -ms-animation: loader-dot 2s linear infinite;
  animation: loader-dot 2s linear infinite;
  background-color: #28ace8;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3) inset;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3) inset;
  display: inline-block;
  height: 10px;
  margin-left: 15px;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  width: 10px;
}
.dashboard-loader-dot:first-child {
  margin-left: 0;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.dashboard-loader-dot:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  -ms-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.dashboard-loader-dot:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.dashboard-loader-dot:nth-child(4) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.dashboard-loader-dot:nth-child(5) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.dashboard-loader-dot:nth-child(6) {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.dashboard-loader-dot:nth-child(7) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.dashboard-loader-dot:nth-child(8) {
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.dashboard-loader-dot:nth-child(9) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.activate-message {
  font-size: 1.3em;
}
.activate-message .redirecting {
  font-size: 0.8em;
}
.sidebar-module {
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 1px #b4b4b4;
  box-shadow: 0 0 1px #b4b4b4;
  min-width: 200px;
  width: 500px;
  margin: 30px;
}
.sidebar-module .sections-box {
  padding: 2px 0;
}
.approved-knote:hover .unsubmit-btn {
  visibility: visible;
}
.approved-knote .unsubmit-btn {
  float: right;
  margin: 0 5px 0 0;
  padding: 4px 6px;
  visibility: hidden;
}
.grading-type-btn:hover {
  color: #fff;
}
[contenteditable][placeholder]:empty:before {
  content: attr(placeholder);
  color: #b4b4b4;
  cursor: text;
}
.people-row-transition {
  -webkit-transition: top 0.4s, margin 0.4s;
  -moz-transition: top 0.4s, margin 0.4s;
  -o-transition: top 0.4s, margin 0.4s;
  -ms-transition: top 0.4s, margin 0.4s;
  transition: top 0.4s, margin 0.4s;
}
.logs-page tr.info {
  color: #000;
  background-color: #f1f1f1;
}
.logs-page tr.error {
  color: #f00;
  background-color: #e5e5e5;
}
.text-desc {
  color: #b4b4b4;
  font-style: italic;
  padding: 3px 0 0;
}
.bootstrap-growl i.icon-archive {
  position: relative;
  top: -2px;
}
@media print {
  .no-print,
  .bootstrap-growl {
    display: none !important;
  }
  li.js-knote-reply .reply-body {
    max-height: none !important;
  }
}
.topic-tags-menu {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
}
.topic-tags-menu .tag {
  position: relative;
  overflow: hidden;
}
.topic-tags-menu .tag input {
  position: absolute;
  display: none;
  z-index: -1;
  width: 1px;
  height: 1px;
}
.topic-tags-menu .tag label {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #60676e;
}
.topic-tags-menu.list {
  margin-left: 31px;
  float: left;
}
.topic-tags-menu.list .tag label {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  font-weight: normal;
  font-size: 11px;
  text-shadow: 0 1px 0 rgba(180,180,180,0.4);
  padding: 0 5px;
  border: 1px solid #b4b4b4;
  border-radius: 2px;
  display: inline-block;
  background-image: -webkit-linear-gradient(top, #fff, #e5e5e5);
  background-image: -moz-linear-gradient(top, #fff, #e5e5e5);
  background-image: -o-linear-gradient(top, #fff, #e5e5e5);
  background-image: -ms-linear-gradient(top, #fff, #e5e5e5);
  background-image: linear-gradient(to bottom, #fff, #e5e5e5);
  -webkit-box-shadow: inset 0 1px 0 #fce3a0, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 0 #fce3a0, 0 1px 1px rgba(0,0,0,0.1);
}
.topic-tags-menu.list .tag label:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background-image: -webkit-linear-gradient(top, #fff, #e5e5e5);
  background-image: -moz-linear-gradient(top, #fff, #e5e5e5);
  background-image: -o-linear-gradient(top, #fff, #e5e5e5);
  background-image: -ms-linear-gradient(top, #fff, #e5e5e5);
  background-image: linear-gradient(to bottom, #fff, #e5e5e5);
}
.topic-tags-menu.list .tag input:checked ~ label {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #f1f1f1;
  text-shadow: 0 1px 0 #248fbe;
  border: 1px solid #248fbe;
  background-image: -webkit-linear-gradient(top, #78c5e8, #28ace8);
  background-image: -moz-linear-gradient(top, #78c5e8, #28ace8);
  background-image: -o-linear-gradient(top, #78c5e8, #28ace8);
  background-image: -ms-linear-gradient(top, #78c5e8, #28ace8);
  background-image: linear-gradient(to bottom, #78c5e8, #28ace8);
  -webkit-box-shadow: inset 0 1px 0 #fce3a0, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 0 #fce3a0, 0 1px 1px rgba(0,0,0,0.1);
}
.topic-tags-menu.list .tag input:checked ~ label:hover {
  background-image: -webkit-linear-gradient(top, #28ace8, #248fbe);
  background-image: -moz-linear-gradient(top, #28ace8, #248fbe);
  background-image: -o-linear-gradient(top, #28ace8, #248fbe);
  background-image: -ms-linear-gradient(top, #28ace8, #248fbe);
  background-image: linear-gradient(to bottom, #28ace8, #248fbe);
  border-color: #248fbe;
}
.topic-tags-menu.dropdown {
  float: right;
  margin: -40px 10px 0 0;
}
.topic-tags-menu.dropdown ul.dropdown-menu {
  right: 0;
  left: auto;
  margin-top: 0;
}
.topic-tags-menu.dropdown a[data-toggle] {
  color: #60676e;
}
.topic-tags-menu.dropdown a[data-toggle] i {
  margin-right: 3px;
}
.topic-tags-menu.dropdown .tag a {
  padding: 0;
}
.topic-tags-menu.dropdown .tag i {
  display: none;
  margin-left: -15px;
  width: 11px;
  margin-right: 4px;
}
.topic-tags-menu.dropdown .tag input:checked ~ label i {
  display: inline-block;
}
.topic-tags-menu.dropdown .tag label {
  padding: 1px 22px;
}
.topic-tags-menu.dropdown .tag label:hover {
  color: #0fedff;
}
.topic-tags-menu.dropdown li.divider {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  margin: 2px 1px;
}
.access-locked {
  position: absolute;
  top: 25%;
  left: 25%;
  right: 25%;
  font-size: 3.125rem;
  text-align: center;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  line-height: normal;
  letter-spacing: -0.05rem;
}
.access-locked i {
  font-size: 1.8em;
}
.access-locked .access-locked-disc {
  font-size: 0.6em;
}
.pad-container {
  padding: 19px;
}
.pad-item {
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px #b4b4b4;
  box-shadow: 1px 1px 2px #b4b4b4;
  margin: 7px;
  padding: 8px 10px 10px;
  width: 236px;
}
.pad-title {
  margin-bottom: 5px;
}
.pad-title a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.pad-rank {
  color: #737a82;
}
.contact-text {
  padding: 10px;
  color: #737a82;
  float: left;
  width: 18%;
}
.contact-item-header .contact-text {
  color: #000;
}
.pad-text {
  margin-top: 5px;
}
.prepare-to-merge {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 10px 0 0;
  z-index: 3;
}
.prepare-to-merge .btn {
  position: absolute;
  top: 8px;
  right: 4px;
}
.display-none {
  display: none;
}
.bg-tran {
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fullscreen-bg {
  background-color: #141c24;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.fullscreen-wrapper,
.fullscreen-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fullscreen-wrapper {
  z-index: 1005 !important;
}
.fullscreen-inner {
  overflow-x: hidden;
  overflow-y: auto;
}
.font-arial,
.font-arial * {
  font-family: Arial, sans-serif;
}
.font-helvetica,
.font-helvetica * {
  font-family: Helvetica, sans-serif;
}
.font-open-sans,
.font-open-sans * {
  font-family: "Open Sans", sans-serif;
}
.font-trebuchet-ms,
.font-trebuchet-ms * {
  font-family: "Trebuchet MS", sans-serif;
}
.font-verdana,
.font-verdana * {
  font-family: Verdana, sans-serif;
}
.with-show-info {
  padding-top: 52px;
}
.site-info {
  border-bottom: 1px solid #60676e;
  padding: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.site-info .back-lms-btn {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 5px;
}
.site-info .back-lms-btn:hover {
  text-decoration: none;
  color: #fff;
  background: #28ace8;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px #737a82;
  box-shadow: inset 0 0 3px #737a82;
}
.menu-bar {
  position: absolute;
  right: 6px;
  top: 8px;
  padding: 12px;
}
.icon-bar + .icon-bar {
  margin-top: 3px;
}
.icon-bar {
  background-color: #e5e5e5;
  border-radius: 8px;
  display: block;
  height: 2px;
  width: 16px;
}
.menu-bar:hover .icon-bar {
  background-color: #fff;
}
body.hide-intro-tooltip .introjs-helperLayer,
body.hide-intro-tooltip .introjs-overlay {
  display: none;
}
.introjs-tooltip {
  min-width: 250px !important;
}
.pager {
  margin: 7px 8px 0;
}
.well-basic {
  padding: 8px;
}
.alert-pruning-control-group {
  display: block !important;
  position: relative;
}
.alert-pruning-control-group .box-info {
  position: absolute;
  right: 0px;
  bottom: -50px;
}
.box-info {
  border-left: 2px solid #737a82;
  padding: 0 0 0 7px;
  margin-right: 20px;
  width: 30%;
  max-width: 300px;
  color: #b4b4b4;
}
.box-info * {
  display: none;
}
a.show-info {
  margin: 3px 0 0 7px !important;
  text-decoration: none;
}
.container-crop-avatar.inline {
  display: inline-block;
  max-width: 100%;
}
.container-crop-avatar {
  padding: 60px 220px 30px 30px;
}
.container-crop-avatar > div {
  position: relative;
}
.preview-pane {
  position: absolute;
  right: -210px;
  top: 0;
}
.preview-pane .preview-container {
  width: 200px;
  height: 200px;
  background-color: #fff;
  overflow: hidden;
}
.container-hot-key {
  padding: 0 31px 15px;
  text-align: center;
}
.container-hot-key .hot-key {
  display: inline-block;
  vertical-align: top;
  color: #3cd854;
  margin-bottom: 15px;
  max-width: 80px;
}
.hot-key + .hot-key {
  margin-left: 25px;
}
.hot-key-key {
  border: 1px solid #737a82;
  padding: 0 4px;
  border-radius: 3px;
}
.hot-key-label {
  line-height: 1.3;
  padding-top: 5px;
}
.progress-bar.float-popup {
  width: 300px;
}
.message-popup p {
  font-size: 16px;
}
.intro-tour.introjs-tooltip {
  border-radius: 6px;
  padding: 30px 30px 0;
  min-width: 345px;
  max-width: 445px;
  width: 345px;
}
.intro-tour .introjs-customNumberLayer {
  color: #b4b4b4;
  font-weight: 400;
  float: left;
  margin-top: 15px;
}
.intro-tour .introjs-tooltiptext {
  color: #000;
  font-weight: 300;
}
.intro-tour .introjs-tooltipbuttons {
  border-radius: 0 0 6px 6px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 10px 10px 20px 30px;
  background-color: #f1f1f1;
}
.intro-tour .introjs-button span {
  background: #28ace8;
  padding: 0.3em 0.8em;
  border-radius: 3px;
}
.intro-tour .introjs-button {
  background: none;
  padding: 0;
  border: none;
  color: #fff;
  font-size: 17px;
  text-shadow: none;
  margin-right: 10px;
  text-decoration: none;
}
.intro-tour .introjs-button.introjs-disabled {
  display: none;
}
.intro-tour .introjs-button.introjs-prevbutton span {
  background: #3f4e60;
}
.intro-tour .introjs-skipbutton {
  bottom: 16px;
  position: fixed;
  right: 0;
}
.intro-style-1 .intro-tour .introjs-skipbutton {
  position: static;
  float: right;
}
.intro-tour .introjs-arrow {
  border-width: 10px;
}
.intro-tour .introjs-arrow.top {
  top: -20px;
}
.intro-tour .introjs-arrow.right {
  right: -20px;
  top: 20px;
}
.intro-tour .introjs-arrow.left {
  left: -20px;
  top: 20px;
}
.intro-body-overlay,
.intro-overlay {
  position: absolute;
  z-index: 999998;
  background-color: #000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  background: -moz--webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -moz--moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -moz--o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -moz--ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0.4)), color-stop(100%, rgba(0,0,0,0.9)));
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0.4)), color-stop(100%, rgba(0,0,0,0.9)));
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0.4)), color-stop(100%, rgba(0,0,0,0.9)));
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0.4)), color-stop(100%, rgba(0,0,0,0.9)));
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0.4)), color-stop(100%, rgba(0,0,0,0.9)));
  background: -webkit--webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -webkit--moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -webkit--o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -webkit--ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -o--webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -o--moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -o--o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -o--ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -ms--webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -ms--moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -ms--o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -ms--ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  background: radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.expandLabel {
  color: #000;
  display: inline-block;
  vertical-align: middle;
  height: 15px;
}
.expandArrow {
  font-size: 14px;
  width: 22px;
  height: 20px;
  background-color: #f1f1f1;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #b4b4b4;
  text-indent: 6px;
  line-height: 1em;
  text-align: left;
  color: #b4b4b4;
}
.invert-direction {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ui-up-arrow:before {
  content: '\e82a';
  font-family: "fontello";
}
body .introjs-helperLayer {
  border-radius: 6px;
  margin-top: 5px;
}
.intro-bold,
.text-bold {
  font-weight: 600;
}
.btn-group-k .dropdown-menu,
.btn-group-k .btn {
  font-size: 12px;
}
.btn-group-k.btn-group.open .btn.dropdown-toggle {
  background-color: #28ace8;
  color: #fff;
}
.btn-group-k .btn i {
  text-align: left;
  width: 15px;
}
.btn-group.btn-group-k .btn {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border-color: rgba(0,0,0,0);
}
.btn-group .btn:focus {
  outline: 0 auto -webkit-focus-ring-color !important;
}
.btn-group-k .dropdown-menu,
.btn-group.btn-group-k .btn {
  border-radius: 3px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.btn-group-k .dropdown-menu > li > a {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group-k .dropdown-menu > li > a:hover .fa-vote,
.btn-group-k .dropdown-menu > li > a:focus .fa-vote {
  background-position: -21px -60px;
}
.btn-group-k .btn .caret {
  margin-left: 5px;
}
.btn-group-k.btn-group.open .btn.dropdown-toggle .caret {
  border-top-color: #fff;
}
.inline-block {
  display: inline-block;
}
#lightbox-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: -999;
}
th.sort {
  cursor: pointer;
}
.bootstrap-timepicker-widget input {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
#compose-popup.introjs-showElement .function-icons .btn.dropdown-toggle {
  background-color: #28ace8;
  color: #fff;
}
#compose-popup.introjs-showElement .function-icons > .dropdown-menu {
  display: block;
}
.top-left {
  overflow: hidden;
}
a.link-compose-knote {
  border-radius: 50%;
  background-color: #248fbe;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 23px;
  line-height: 30px;
  position: fixed;
  top: 39px;
  z-index: 2;
}
a.link-mute-pad {
  background: url("/cdn_url_variable/../images/sprite_3.png") no-repeat;
  background-position: -55px -254px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
a.link-mute-pad.muted {
  background-position: -9px -252px;
}
a.link-mute-pad:hover,
a.link-mute-pad.muted:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.kne-lnkFrom {
  margin-top: 10px;
}
.kne-initialText {
  display: none;
}
.kne-hiddenText p {
  padding-bottom: 11px;
}
.vote-link-module .vote-links {
  padding: 2px 0;
}
.vote-link-module .vote-links .creator {
  float: left;
}
.vote-link-module .vote-links li {
  padding: 4px 8px;
  background: #f1f1f1;
  margin: 2px 4px 4px;
  cursor: pointer;
}
.vote-link-module .vote-links .vote-count,
.vote-link-module .vote-links .to-vote {
  float: right;
  border-radius: 2px;
  color: #fff;
  padding: 0 7px;
}
.vote-link-module .vote-links .vote-count {
  background: #2d9b00;
}
.vote-link-module .vote-links .to-vote {
  background: #d68400;
}
.vote-link-module .vote-links .title {
  font-size: 12px;
  font-weight: bold;
  margin-left: 30px;
}
.bounce-infinite {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: bounce 1s infinite;
  -moz-animation: bounce 1s infinite;
  -o-animation: bounce 1s infinite;
  -ms-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}
.show-time-picker {
  background: none !important;
  border: none !important;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 8px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background: #737a82;
  border: thin solid #737a82;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  background: #e5e5e5;
  border: thin solid #e5e5e5;
  -webkit-box-shadow: 0px 0px 3px #e5e5e5 inset;
  box-shadow: 0px 0px 3px #e5e5e5 inset;
  border-radius: 10px;
}
::-webkit-resizer {
  background-color: #60676e;
}
.advance-menu-item.hidden {
  display: none;
}
#tab-profile-info {
  position: relative;
}
#tab-profile-info .profile-advanced {
  color: #424242;
}
.profile-advanced {
  li: span;
}
.profile-advanced span.advanced-icon {
  float: right;
  width: 100px;
  font-weight: 600;
  cursor: pointer;
}
.profile-advanced .ul-icon {
  margin: 0px;
}
.profile-advanced li i {
  top: 4px;
  color: #b4b4b4;
  display: inline-block;
}
.profile-advanced li a {
  color: #424242;
  line-height: 1.2;
}
.ignored-all {
  margin-left: 5px;
}
.fa-2x {
  font-size: 2em;
}
.login-button.thread-login {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.google-drive-viewer {
  width: 2600px;
  height: 500px;
}
.knote-action-wrap {
  display: inline-block;
}
.accordion-heading {
  margin-bottom: 20px;
  margin-top: 30px;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("/cdn_url_variable/../images/animated-overlay.gif");
}
#google-calendar-list {
  max-width: 400px;
  padding: 20px;
  position: relative;
}
#google-calendar-list .calendar-list {
  text-align: left;
}
#google-calendar-list .google-bottom img {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#google-calendar-list .google-bottom.sync img {
  display: block;
}
.google-calendar-list {
  margin: auto;
  position: relative;
  display: table;
}
.show-hide {
  color: #28ace8;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}
.compose-knote-reply {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 5px;
  max-width: 100%;
  width: calc(100% - 35px);
  position: relative;
}
.compose-knote-reply .react-quill-container {
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.05);
}
.compose-knote-reply .react-quill-container .ql-container .ql-editor {
  border-radius: 5px;
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}
.compose-knote-reply .ql-toolbar,
.compose-knote-reply > button {
  margin-top: 5px;
}
.compose-knote-reply .actions {
  position: absolute;
  right: 2px;
  bottom: 3px;
  font-size: 18px;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 25px;
}
.compose-knote-reply .actions i {
  color: #b4b4b4;
}
.compose-knote-reply .actions i:hover {
  color: #424242;
}
.compose-knote-reply.has-draft .react-quill-container .ql-editor {
  padding-bottom: 25px;
}
.compose-knote-reply.has-draft .actions {
  bottom: 35px;
}
.rich-editor .rich-editor-title .public-DraftEditor-content {
  font-weight: 700;
}
.rich-editor .rich-editor-title .public-DraftEditorPlaceholder-inner {
  font-weight: 700;
}
.thread-item .is-faded {
  opacity: 0.3 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
  filter: alpha(opacity=30) !important;
}
.thread-item .knote-content {
  padding: 10px 15px;
}
.thread-item .knote-content .more-or-less-btn {
  margin: 0 5px;
}
.thread-item .knote-content .more-or-less-btn a {
  border-bottom: 0;
}
.top-right-menu {
  font-size: 19px;
  position: relative;
  cursor: pointer;
  border: 1.8px solid;
  min-width: 30px;
  min-height: 30px;
  color: #acabb0;
  background-color: #fff;
  top: 1px;
}
.top-right-menu .top-right-options-dropdown {
  margin: 5px 0 0 -62px;
}
.top-right-menu .top-right-options-dropdown.dropdown.share-choices {
  right: -37px;
  top: 34px;
  min-width: 210px;
  overflow: visible;
}
.top-right-menu .top-right-options-dropdown.dropdown.share-choices:before {
  content: '\e82b';
  right: 44px;
  top: -11px;
  font-size: 24px;
  text-shadow: 0px -2px 4px #e5e5e5;
  position: absolute;
  font-family: "fontello";
  color: #fff;
}
.top-right-menu .top-right-options-dropdown .options-title {
  font-size: 15px;
  text-align: center;
}
.top-right-menu .top-right-dropdown-items {
  font-size: 14px;
}
.top-right-menu .top-right-dropdown-items:hover {
  color: #28ace8;
}
.top-right-menu .top-right-options.fa.fa-gear {
  text-align: left;
  width: 30px;
  height: 30px;
  font-size: 21px;
  -webkit-text-stroke: 1.7px #fff;
  line-height: normal;
}
.top-right-menu .tab-name-active {
  border-right: 2px solid;
  padding-right: 4px;
  color: #28ace8;
}
.top-right-menu .notifications_options {
  margin-left: 100px;
  margin-top: -100px;
  height: 100px;
}
.top-right-menu .notifications_options li {
  border: 0;
  margin-bottom: -1px;
}
.notification-help-dropdown {
  right: 22px;
  top: 40px;
  min-width: 105px;
  overflow: visible;
  font-size: 13px;
}
.notification-help-dropdown:before {
  content: '\e82b';
  right: 19px;
  top: -7px;
  font-size: 24px;
  text-shadow: 0px -2px 4px #e5e5e5;
  position: absolute;
  font-family: "fontello";
  color: #fff;
  display: initial;
}
.reminder {
  font-size: 12px;
  position: relative;
}
.reminder-avatars {
  line-height: 23px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.reminder-avatars .assignment-contacts {
  width: 100%;
  height: 100%;
  padding: 5px 8px;
}
.reminder-avatars .assignment-contacts .avatar-up-down {
  width: 88%;
}
.reminder-avatars .assignment-contacts .avatarAlign {
  margin-right: 10px;
}
.reminder-avatars .assignment-contacts .more-avatar-toggle {
  float: right;
  color: #cbcacf;
  margin-left: 2px;
}
.reminder-avatars .assignment-contacts .more-avatar-toggle .fa-angle-down {
  font-size: 14px;
  margin-right: 4px;
}
.reminder-avatars .assignment-contacts .more-avatar-toggle .fa-angle-up {
  font-size: 14px;
  margin-right: 4px;
}
.reminder-avatars .assignment-contacts,
.limit-card-assignments {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: -10px;
}
.reminder-avatars .assignment-contacts.left,
.limit-card-assignments.left {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.reminder-avatars .assignment-contacts.left .avatar-item,
.limit-card-assignments.left .avatar-item {
  margin-right: 5px;
  margin-left: 0;
}
.reminder-avatars .assignment-contacts.one-line .avatar-item,
.limit-card-assignments.one-line .avatar-item {
  margin-bottom: 0;
}
.reminder-avatars .assignment-contacts .avatar-item,
.limit-card-assignments .avatar-item {
  position: relative;
  margin: 10px 0 0 5px;
}
.reminder-avatars .assignment-contacts .delete-assignment,
.limit-card-assignments .delete-assignment {
  background: none repeat scroll 0 0 #ececec;
  color: #aaa;
  -webkit-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
  cursor: pointer;
  height: 14px;
  line-height: 12px;
  font-weight: normal;
  width: 14px;
  text-align: center;
  display: none;
  z-index: 10;
  position: absolute;
  top: -2px;
  right: -5px;
}
.reminder-avatars .assignment-contacts .delete-assignment:hover,
.limit-card-assignments .delete-assignment:hover {
  background: #f44336;
  color: #fff;
  font-weight: bold;
}
.notification-icon.circle-avatar {
  margin: -3px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  color: #acabb0;
  cursor: pointer;
}
.notification-icon.circle-avatar i.fa.fa-bell {
  vertical-align: bottom;
  font-size: 18px;
}
.email-knote-modal input {
  padding: 5px 8px;
  border: solid 1px #f1f1f1;
  border-radius: 3px;
  width: 100%;
}
.tags-and-assignments {
  border-top: 1px solid #f1f1f1;
  padding-bottom: 13px;
}
.tags-and-assignments .knote-tags {
  width: 180px;
}
.tags-and-assignments .twitter-typeahead .tt-suggestion {
  width: 250px;
}
.thread-item .knote:not(.compose-popup) > *:first-child {
  border-radius: 8px 8px 0 0;
}
.thread-item .knote:not(.compose-popup) > *:first-child > *:first-child {
  border-radius: 8px 8px 0 0;
}
body .ui.dimmer {
  background-color: rgba(0,0,0,0.4);
  z-index: 1100;
}
.ui.progress .bar {
  background-color: #28ace8 !important;
}
.covers-info {
  background-color: #28ace8;
  color: rgba(255,255,255,0.8);
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
.is-map-view .topic-container .thread-item .knote {
  font-size: 14px;
}
.is-map-view .topic-container .thread-item .knote .delete-archived-knote {
  display: none;
  width: 0;
}
.is-map-view .topic-container .thread-item .knote .restore-archived-knote {
  width: 100%;
  visibility: visible;
}
.is-map-view .topic-container .thread-item .knote .restore-archived-knote img {
  width: 15px;
}
.copier {
  display: block;
  height: 1px;
  width: 1px;
  padding: 0;
  margin: 0;
  border: 0;
}
.share-copied-pad-link {
  position: absolute;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 7px;
  font-size: 11px;
  top: 10px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.share-copied-pad-link.start {
  -webkit-transition: opacity 500ms ease, top 500ms ease, font-size 500ms ease;
  -moz-transition: opacity 500ms ease, top 500ms ease, font-size 500ms ease;
  -o-transition: opacity 500ms ease, top 500ms ease, font-size 500ms ease;
  -ms-transition: opacity 500ms ease, top 500ms ease, font-size 500ms ease;
  transition: opacity 500ms ease, top 500ms ease, font-size 500ms ease;
}
.topic-panel-archive {
  background-color: #f1f1f1;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.topic-panel-archive.animation {
  background-color: #00a478;
}
.disable-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}
.account-avatar-wrapper.current-user {
  border: 2px solid #28ace8;
}
.rc-time-picker-panel {
  z-index: 999999 !important;
}
.date-content-in-normal-pad .react-datepicker__day-name,
.date-content-in-normal-pad .react-datepicker__day,
.date-content-in-normal-pad .react-datepicker__time-name {
  width: 2.2em !important;
}
.date-content-in-normal-pad .knote-body {
  padding: 0 !important;
  margin: 10px 0;
  text-align: left !important;
}
.date-content-in-normal-pad .knote-date-left-side {
  width: 100px;
  float: right !important;
}
.date-content-in-normal-pad .knote-date-left-side .knote-date-wrap input {
  width: 100px;
}
.date-content-in-normal-pad .knote-dropdown {
  bottom: 0 !important;
  right: 0 !important;
}
.date-content-in-normal-pad .knote-dropdown .icon.chevron {
  color: #b4b4b4 !important;
  font-size: 14px !important;
}
.date-content-in-normal-pad .knote-dropdown a {
  border: none !important;
  text-decoration: none;
}
.thread-item .bottom-radius-corner:last-child {
  border-radius: 0 0 5px 5px;
}
.knote-map-view .knote-hashtags-container,
.full-column-view .knote-hashtags-container {
  width: 47%;
  margin-top: -10px;
  float: left;
  padding: 5px 0 5px 15px;
}
.knote-map-view .card-assign-user-container,
.full-column-view .card-assign-user-container {
  width: 53%;
  float: right;
  padding: 5px 7px 5px 0;
}
.knote-map-view .card-assign-user-container.is-editing,
.full-column-view .card-assign-user-container.is-editing {
  width: 100%;
  padding-left: 15px;
}
.knote-map-view #compose-popup .card-assign-user-container,
.full-column-view #compose-popup .card-assign-user-container {
  float: none;
  width: 100%;
}
.tooltip:hover {
  position: relative;
}
.tooltip[aria-label]:hover:after {
  content: attr(aria-label);
  padding: 5px 10px;
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
  font-weight: normal;
  font-size: 14px;
  z-index: 10000;
  line-height: 1.5;
  color: #424242;
  background-color: #fff;
}
.user-hover-menu-avatar .user-avatar-wrapper {
  display: inline-block !important;
}
.knote:hover .card-actions-trigger {
  width: 2.2em;
  height: 2.2em;
  padding: 0.5em;
  top: 5px;
  right: 10px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.knote:hover .card-actions-trigger:hover {
  background-color: rgba(255,255,255,0.9);
}
.knote:hover .card-actions-trigger:hover svg {
  fill: #424242;
}
.knote .card-actions-trigger {
  width: 1px;
  height: 1px;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255,255,255,0.7);
  -webkit-backdrop-filter: blur(0.05rem);
  backdrop-filter: blur(0.05rem);
  z-index: 10;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  -ms-transition: opacity 400ms;
  transition: opacity 400ms;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  transition-delay: 100ms;
}
.knote .card-actions-trigger svg {
  fill: rgba(66,66,66,0.8);
}
@media (max-width: 400px) {
  .access-locked {
    left: 15% !important;
    right: 15% !important;
    font-size: 1.875rem !important;
    letter-spacing: -0.02rem !important;
  }
  .is-open-left-menu {
    width: 100%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .is-open-left-menu .left-topic-panel {
    width: 100%;
  }
}
@media (max-width: 310px) {
  #login-google-button .full-name,
  #login-facebook-button .full-name {
    display: none;
  }
  #login-google-button .short-name,
  #login-facebook-button .short-name {
    display: block;
  }
}
@media (max-width: 380px) {
  #login-google-button .login-name,
  #login-facebook-button .login-name {
    display: none;
  }
  #login-google-button .full-name,
  #login-facebook-button .full-name {
    text-align: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 667px) {
  #sys-message-popup {
    width: auto;
  }
  #sys-message-popup p {
    margin-top: 15px;
  }
  .user-hover-menu {
    width: 85%;
    height: auto;
    right: 0;
    padding: 10px;
  }
  .user-hover-menu .user-hover-menu-detail {
    max-width: 270px;
    padding: 10px;
    overflow: hidden;
  }
  .user-hover-menu .user-hover-menu-handles {
    max-width: none;
  }
  .calendar-body .calendar-controls {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width: 100% !important;
  }
  .calendar-body .calendar-controls .control-group display:inline-block .date-label {
    padding-top: 5px;
  }
  .calendar-body .calendar-controls .control-group label {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .calendar-body .calendar-controls .control-group .time-picker {
    width: auto !important;
    padding-top: 2px;
  }
  .calendar-body .calendar-controls .control-group .time-picker .input-time {
    vertical-align: middle;
  }
  .calendar-body .due-date-picker {
    position: relative !important;
  }
}
@media screen and (max-width: 667px) {
  body {
    font-size: 14px;
  }
  body ::-webkit-scrollbar {
    width: 0px;
  }
  .ui-tooltip {
    display: none !important;
  }
  .bootstrap-growl {
    top: 0 !important;
    left: 0;
    width: 100% !important;
    border-radius: 0 !important;
  }
  .bootstrap-growl .close {
    height: 45px;
    line-height: 45px;
    padding: 0 5px;
  }
  .btn {
    padding: 2px 5px;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .access-locked {
    left: 20%;
    right: 20%;
    font-size: 2.5rem;
    letter-spacing: -0.04rem;
  }
  #topics-box #topics-title .topics-search {
    top: 16px;
  }
  #topics-box #topics-title .topics-search .qTopic {
    height: 28px;
    width: 175px;
  }
  #topics-box #topics-title .title-icons {
    font-size: 20px;
    line-height: 26px;
    margin-left: 5px;
  }
  #topics-box #topics-title .title-icons:before {
    line-height: 26px;
  }
  #topics-box #topics-title .topics-search-btn {
    font-size: 18px;
  }
  #topics-box #topics-filter {
    padding: 9px 5px;
  }
  #topics-box #topics-filter .link {
    font-size: 13px;
  }
  #topics-box .topic-item {
    padding: 0 10px;
  }
  #topics-box .topic-item .topic-subject > div {
    font-size: 14px;
  }
  #topics-box .topic-item .actions i {
    font-size: 20px;
    margin-left: 5px;
  }
  #topics-box .topic-item:hover .topic-subject {
    color: #60676e;
  }
  #topics-box .topic-item:hover .actions i {
    color: $kt-kt-gray-blue;
  }
  #right {
    left: 0;
    right: initial;
  }
  #right::-webkit-scrollbar {
    display: none;
  }
  #right .top-container {
    min-width: 320px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 12px -3px rgba(0,0,0,0.6);
    box-shadow: 0px 2px 12px -3px rgba(0,0,0,0.6);
  }
  #right .top-container #left-buttons {
    padding: 0;
    font-size: 30px;
    -webkit-tap-highlight-color: initial;
  }
  #right .top-container .left-top-container {
    padding: 5px 0;
  }
  #right .top-container .left-top-container .title-wrapper {
    max-width: 100%;
  }
  #right .top-container .left-top-container .profile-name .text-left {
    display: none;
  }
  #right .top-container .left-top-container .title-actions .bookmark-btn-lrg {
    display: none;
  }
  #right .top-container .right-top-container .pad-settings-button {
    margin-right: 0;
  }
  #right .top-container .right-top-container .participators > div {
    vertical-align: middle;
    margin-left: 10px;
  }
  #right .top-container .right-top-container .add-user-to-thread,
  #right .top-container .right-top-container .toggle-hidden-participator {
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0;
    line-height: 32px;
  }
  #right .top-container .right-top-container .hidden-participator-box {
    right: 0;
  }
  #right .top-container .right-top-container .hidden-participator-box:before {
    display: none;
  }
  #right .thread {
    min-width: 320px;
    padding: 0 0 75px;
  }
  #right .thread .topic-notices,
  #right .thread .topic-column {
    display: none;
  }
  #right .thread .add-container-btn {
    margin: 5px -38px 0 5px;
    z-index: 1000;
  }
  #right .thread .add-container-btn:last-child {
    margin: 5px 5px 0 -38px;
  }
  #right .thread .dashboard-container {
    width: 90% !important;
    overflow: hidden !important;
  }
  #right .thread .dashboard-container #compose-popup {
    margin-bottom: 0;
  }
  #right .thread .topic-container {
    width: 100%;
  }
  #right .thread .container-title-wrapper,
  #right .thread .container-title-wrapper-editing {
    margin-top: 5px;
  }
  #right .thread .topics-wrapper .topic-container:first-child .container-title-wrapper,
  #right .thread .topics-wrapper .topic-container:first-child .container-title-wrapper-editing {
    width: calc(100% - 35px);
    margin-left: 35px;
  }
  #right .thread .topics-wrapper .topic-container:last-child .container-title-wrapper,
  #right .thread .topics-wrapper .topic-container:last-child .container-title-wrapper-editing {
    width: calc(100% - 35px);
    margin-right: 35px;
  }
  #right .thread .topics-wrapper .topic-container:first-child:last-child .container-title-wrapper,
  #right .thread .topics-wrapper .topic-container:first-child:last-child .container-title-wrapper-editing {
    width: calc(100% - 70px);
  }
  #right .thread .knote-container {
    width: 100%;
  }
  #right .thread .container-nav {
    height: 20px;
    width: 20px;
  }
  #right .thread #compose-popup {
    min-height: initial;
    width: 100%;
    margin: 0;
    position: relative;
    margin-bottom: 20px;
  }
  #right .thread #compose-popup .post-btn-container .knote-type-toggle {
    font-size: 24px;
    line-height: 28px;
  }
  #right .thread #compose-popup .post-btn-container .knote-types li {
    padding-bottom: 4px;
  }
  #right .thread #compose-popup .post-btn-container .knote-types li a {
    font-size: 14px;
  }
  #right .thread #compose-popup .attachment {
    width: 20px;
    height: 26px;
    margin-right: 10px;
  }
  #right .thread #compose-popup .attachment .fa-paperclip:before {
    font-size: 18px;
    text-align: left;
    line-height: 28px;
    margin-left: 0;
  }
  #right .thread .thread-item .circle {
    display: none;
  }
  #right .thread .thread-item .list-title {
    width: 250px;
  }
  #right .thread .thread-item .change-due-date-popup .calendar-body {
    width: 100%;
  }
  #right .thread .thread-item .change-due-date-popup .calendar-body .pull-right {
    width: 30%;
  }
  #right .thread .thread-item .change-due-date-popup .calendar-body .due-date-picker {
    width: 60%;
  }
  #right .thread .thread-item .change-due-date-popup .calendar-body .due-date-picker .ui-datepicker {
    width: 100%;
  }
  #right .thread .thread-item .change-due-date-popup .attachment {
    display: none;
  }
  #right .thread .thread-item .knote-actions .action {
    display: block;
  }
  #right .thread .thread-item .knote-actions .action i {
    font-size: 20px;
    margin-right: 5px;
  }
  #right .thread .thread-item .knote-actions .date-share .btn {
    margin-bottom: 10px;
  }
  #right .thread.is-archived-columns .topics-wrapper .topic-container .container-title-wrapper {
    margin: 0;
    width: 100%;
  }
  #right .bottom-icons {
    position: fixed !important;
    font-size: 12px;
    line-height: 20px;
    background: #28ace8;
    color: #fff;
    cursor: pointer;
    text-align: center;
  }
  #right .bottom-icons i {
    color: #fff !important;
  }
  #right .profile .profile-container {
    padding: 0;
    width: 100%;
  }
  #right .profile .profile-container .nav-tabs li {
    width: 100px;
  }
  #right .profile .profile-container .tab-content .column {
    width: 100%;
  }
  #right .profile .profile-container .tab-content .center-column .profile-email-notification .add-emails-wrapper {
    padding-top: 10px;
  }
  .thread-icons .btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .header-line {
    margin: 0;
    margin-bottom: 2em;
  }
  .container {
    width: initial;
  }
  .popup-title .shared-url {
    width: 100px !important;
  }
  #add-user-to-thread-popup-container .query-input input[type="text"] {
    display: none;
  }
  #add-user-to-thread-popup {
    width: 100%;
  }
  .contacts.avaliable-contacts::-webkit-scrollbar {
    display: none;
  }
  .user-hover-menu-handles {
    overflow: hidden;
  }
  .header-line {
    margin-top: 0;
  }
  #popup-container,
  .thread-item-placeholder,
  .thread-item {
    width: 100%;
    max-width: 100%;
  }
  .show-dashboard #popup-container,
  .show-dashboard .thread-item-placeholder,
  .show-dashboard .thread-item {
    width: 100%;
  }
  .pad-notifications {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    position: absolute;
    left: -23px;
    top: 1px;
  }
  .knote-banner:before,
  .knote-banner .banner {
    width: 99px;
    height: 115px;
    border-right-width: 50px;
    border-left-width: 50px;
    border-bottom-width: 35px;
  }
  .knote-banner .text {
    width: 99px;
    height: 115px;
    padding: 2px;
  }
  .knote-banner .text p {
    font-size: 9px;
  }
  .knote-banner .text .sub-header {
    font-size: 5px;
  }
  #right .top-container .left-top-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  #tray-notifications-box {
    position: fixed !important;
    right: 0 !important;
    width: 100% !important;
  }
  #tray-notifications-box .tray-notifications-title,
  #tray-notifications-box #tray-notifications-scrollable {
    width: 100% !important;
  }
  .dashboard-title {
    margin-top: 15px;
  }
  #right .preview-pad-popup .bottom-icons {
    background: transparent;
  }
  .pad-view-toggle {
    display: none !important;
  }
  .right-menu-map-view {
    display: list-item;
  }
}
