.first-letter-uppercase:first-letter {
  text-transform: uppercase;
}
.email-notice {
  font-size: 22px;
  color: #c1c1c1;
  position: relative;
  top: -5px;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.text-pre-wrap {
  white-space: pre-wrap;
}
/**
 * ----------------------------------------
 * animation scale-in-ver-bottom
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
.scale-in-ver-bottom {
  -webkit-animation: scale-in-ver-bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
/**
 * ----------------------------------------
 * animation scale-out-ver-bottom
 * ----------------------------------------
 */
@-webkit-keyframes scale-out-ver-bottom {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-out-ver-bottom {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
.scale-out-ver-bottom {
  -webkit-animation: scale-out-ver-bottom 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-ver-bottom 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.system-status-message {
  padding-top: 15px;
  font-size: 16px;
}
.goToTop {
  position: fixed !important;
  right: 150px;
  bottom: 10px;
  z-index: 10000;
  cursor: pointer;
  margin: 15px;
  opacity: 0.8;
  transition: ease 2s;
}
.goToTop i {
  font-size: 22px;
}
body {
  overflow-y: scroll;
  color: #868585;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  line-height: 2em;
  font-size: 13px;
  position: relative;
  background: #e1e1e1;
  -ms-overflow-style: scrollbar;
}
@media (max-width: 992px) {
  body.open-mobile-nav {
    overflow-y: hidden;
  }
  body.open-mobile-nav .btn-nav-toogle.first {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
body:before,
body:after {
  height: 3px;
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  background: red;
  z-index: 2;
}
body:before {
  left: 0;
  background: #9b59b6;
}
body:after {
  right: 0;
  background: #f39c12;
}
.wrapper {
  left: 0;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  padding-top: 3px;
  position: relative;
}
.wrapper .body-content {
  overflow-x: hidden;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
a:hover {
  text-decoration: none;
}
.box-item-details .description {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.box-item-details p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.wrap-words {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.wrap-words a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.dashboard-page-actions {
  float: right;
  text-align: right;
}
@media (max-width: 480px) {
  .dashboard-page-actions {
    float: left !important;
    text-align: left !important;
  }
}
.chose-behalf-of {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.help-text {
  font-size: 12px;
}
.form-group .text-danger {
  display: block;
}
.suggestion-help-text {
  color: #a3adb7;
}
.search-advanced-inputs .checkbox-inline {
  margin-left: 0 !important;
}
.sub-page-title {
  font-size: 24px;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .sub-page-title {
    margin-left: 0;
    padding-top: 50px;
  }
}
.ta-toolbar .btn-group > button {
  border-radius: 0 !important;
  border-bottom: none !important;
}
@media (max-width: 480px) {
  .ta-toolbar .btn-group > button {
    padding: 10px;
    font-size: 12px;
  }
}
.ta-editor,
.ta-scroll-window,
.ta-root .form-control {
  border-top-left-radius: 0 !important;
}
::selection {
  background: #34495e;
  color: #ffffff;
}
::-moz-selection {
  background: #34495e;
  color: #ffffff;
}
.ladda-button:focus {
  outline: none;
  overflow: hidden;
}
.ladda-button::-moz-focus-inner {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #3D454C;
  word-wrap: break-word;
}
a {
  color: #3D454C;
}
a:hover,
a:focus {
  color: #868585;
  outline: none;
}
.dashed-border-bottom {
  border-bottom: 1px dashed #E2E2E2;
  padding-bottom: 8px;
}
@media (max-width: 320px) {
  .btn {
    white-space: normal !important;
  }
}
.btn-theme {
  font-size: 13px;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  font-weight: 700;
}
.btn-theme,
.btn-theme:hover,
.btn-theme:focus {
  outline: none;
}
.btn-theme.btn-square {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.btn-theme.btn-sm {
  padding: 6px 15px;
}
.btn-theme.btn-xs {
  padding: 3px 10px;
  font-size: 12px;
}
.btn-theme.btn-lg {
  font-size: 1.1em;
  padding: 15px 30px;
}
.btn-theme.btn-line {
  background: transparent;
  border-color: #ffffff;
  border-width: 2px;
  color: #ffffff;
}
.btn-theme.btn-line:hover,
.btn-theme.btn-line:focus {
  background: #34495e;
  border-color: #34495e;
}
.btn-theme.btn-line.dark,
.btn-theme.btn-line.dark:hover,
.btn-theme.btn-line.dark:focus {
  background: transparent;
  border-color: #34495e;
  color: #34495e;
}
.btn-theme.btn-line.soft,
.btn-theme.btn-line.soft:hover,
.btn-theme.btn-line.soft:focus {
  background: transparent;
  border-color: #e1e1e1;
  color: #3D454C;
  border-width: 1px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active {
  outline: none;
}
.btn-theme .bordered-left {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 15px;
  margin-left: 10px;
}
.btn-theme .bordered-left.dark {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-theme.btn-long {
  min-width: 250px;
}
.btn-theme .bordered-right {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
  margin-right: 10px;
}
.btn-theme .bordered-right.dark {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-theme .bordered-right.pull-left {
  width: 30px;
  left: 15px;
  position: absolute;
}
.btn-theme.toogle-btn .open {
  display: inline;
}
.btn-theme.toogle-btn .cls {
  display: none;
}
.btn-theme.toogle-btn.toogle-open .open {
  display: none;
}
.btn-theme.toogle-btn.toogle-open .cls {
  display: inline;
}
.btn-theme.no-left-border {
  -webkit-border-radius: 0 3px 3px 0 !important;
  -moz-border-radius: 0 3px 3px 0 !important;
  -ms-border-radius: 0 3px 3px 0 !important;
  -o-border-radius: 0 3px 3px 0 !important;
  border-radius: 0 3px 3px 0 !important;
}
.btn-theme.no-right-border {
  -webkit-border-radius: 3px 0 0 3px !important;
  -moz-border-radius: 3px 0 0 3px !important;
  -ms-border-radius: 3px 0 0 3px !important;
  -o-border-radius: 3px 0 0 3px !important;
  border-radius: 3px 0 0 3px !important;
}
.btn-theme.btn-pill {
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  border-radius: 50px !important;
}
.btn-theme.btn-t-primary {
  background-color: #34495e;
  color: #ffffff;
  position: relative;
}
.btn-theme.btn-t-primary:hover {
  background: #20354a;
}
@media (max-width: 768px) {
  .btn-block-xs {
    display: block;
  }
}
.link-white,
.link-white:hover,
.link-white:focus {
  color: #ffffff;
  text-decoration: none;
}
.link-black,
.link-black:hover,
.link-black:focus {
  color: #000;
  text-decoration: none;
}
.link-text,
.link-text:hover,
.link-text:focus {
  color: #868585;
  text-decoration: none;
}
.link-defaut,
.link-defaut:hover,
.link-defaut:focus {
  color: #23527c;
}
.btn-facebook {
  background-color: #3b5998;
}
.btn-linkedin {
  background-color: #0077B5;
}
.badge-theme {
  background-color: #5d7286 !important;
}
.badge-inline {
  display: inline;
  padding: 3px 8px;
}
.ta-root > .ta-scroll-window,
.ta-bind {
  border-color: #e1e1e1;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
}
.ta-root > .ta-scroll-window:focus,
.ta-bind:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  background: #f5f5f5;
  border-color: #34495e;
}
.form-control {
  background: #ffffff;
  height: 40px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  border-color: #e1e1e1;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  font-size: 1em;
}
.form-control:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  background: #f5f5f5;
  border-color: #34495e;
}
.form-control.input-line {
  font-weight: 700;
}
.form-control.input-line::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffffff;
}
.form-control.input-line:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1;
}
.form-control.input-line::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.form-control.input-line:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ffffff;
}
.form-control.no-right-border {
  -webkit-border-radius: 3px 0 0 3px !important;
  -moz-border-radius: 3px 0 0 3px !important;
  -ms-border-radius: 3px 0 0 3px !important;
  -o-border-radius: 3px 0 0 3px !important;
  border-radius: 3px 0 0 3px !important;
}
.form-control.no-left-border {
  -webkit-border-radius: 0 3px 3px 0 !important;
  -moz-border-radius: 0 3px 3px 0 !important;
  -ms-border-radius: 0 3px 3px 0 !important;
  -o-border-radius: 0 3px 3px 0 !important;
  border-radius: 0 3px 3px 0 !important;
}
.form-control.input-line {
  display: inline-block;
  position: relative;
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.form-control.no-radius {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.form-control.input-lg {
  height: 50px;
}
.form-theme.input-sm {
  height: 33px;
}
.control-label.text-left {
  text-align: left;
}
.border-top {
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
}
.flat-checkbox,
.flat-radio {
  line-height: 1.2em;
  position: relative;
}
.flat-checkbox label,
.flat-radio label {
  padding-left: 0;
}
.flat-checkbox input[type="checkbox"],
.flat-radio input[type="checkbox"],
.flat-checkbox input[type="radio"],
.flat-radio input[type="radio"] {
  position: absolute;
  left: -9999em;
}
.flat-checkbox span,
.flat-radio span {
  position: relative;
  top: -2px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  font-size: 10px;
  line-height: 10px;
  padding: 3px 4px;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  color: #ffffff;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
}
.flat-checkbox input[type="radio"] + span,
.flat-radio input[type="radio"] + span {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}
.flat-checkbox input:checked + span,
.flat-radio input:checked + span,
.flat-checkbox input:checked + span,
.flat-radio input:checked + span {
  background-color: #34495e;
  border-color: #34495e;
}
.flat-checkbox.message-checkbox,
.flat-radio.message-checkbox {
  display: inline !important;
  top: 8px;
  margin-right: -5px;
}
.with-helptext {
  margin-bottom: 10px !important;
}
.with-helptext small {
  position: relative;
  top: 3px;
  display: table;
}
.small-help {
  display: block;
  position: relative;
  top: -10px;
}
.flat-checkbox-inverse,
.flat-radio-inverse {
  line-height: 1em;
  position: relative;
}
.flat-checkbox-inverse label,
.flat-radio-inverse label {
  padding-left: 0;
  color: #ffffff;
}
.flat-checkbox-inverse input[type="checkbox"],
.flat-radio-inverse input[type="checkbox"],
.flat-checkbox-inverse input[type="radio"],
.flat-radio-inverse input[type="radio"] {
  position: absolute;
  left: -9999em;
}
.flat-checkbox-inverse span,
.flat-radio-inverse span {
  position: relative;
  top: -2px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  font-size: 10px;
  line-height: 10px;
  padding: 3px 4px;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  color: #ffffff;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
}
.flat-checkbox-inverse input[type="radio"] + span,
.flat-radio-inverse input[type="radio"] + span {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}
.flat-checkbox-inverse input:checked + span,
.flat-radio-inverse input:checked + span,
.flat-checkbox-inverse input:checked + span,
.flat-radio-inverse input:checked + span {
  color: #34495e;
  background-color: #ffffff;
  border-color: #ffffff;
}
.slider.slider-horizontal {
  width: 100%;
  height: 40px;
}
.slider.slider-horizontal .slider-track {
  margin-top: 0;
  height: 3px;
}
.slider.slider-horizontal .slider-selection {
  background: #34495e;
}
.slider.slider-horizontal .slider-handle {
  margin-top: -9px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}
.btn-file {
  min-width: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.input-group-addon {
  font-size: 1em;
}
.help-form {
  font-size: 12px;
  font-style: italic;
  color: #e74c3c;
}
.button-form {
  display: inline;
}
.prev-form-group-error {
  position: relative;
  top: -10px;
}
@media (max-width: 768px) {
  .link-btn {
    float: left !important;
  }
  .link-btn:last-child {
    margin-left: -20px;
  }
}
.main-navbar {
  margin: 0;
  z-index: 1000;
  position: relative;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  background: #2a3f54;
  border: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.main-navbar .navbar-nav > li > a {
  font-weight: 300;
  padding: 20px 30px;
}
.main-navbar .navbar-nav > li > a,
.main-navbar .navbar-nav > li > a:hover,
.main-navbar .navbar-nav > li > a:focus {
  color: #ffffff;
}
.main-navbar .navbar-nav > li > a.link-profile {
  padding-left: 60px;
  /**
                     * This was a fix for when we have too many menu items
                     * in the top nav bar (main menu). We solved 99.9% of the
                     * problems by just removing one menu item instead. Doh.
                     */
}
.main-navbar .navbar-nav > li > a .img-profile {
  top: 50%;
  margin-top: -15px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2) !important;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2) !important;
  -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2) !important;
  -o-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2) !important;
  -ms-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2) !important;
  left: 15px;
  width: 30px;
  height: 30px;
  position: absolute;
}
.main-navbar .navbar-nav > li.active > a,
.main-navbar .navbar-nav > li.active > a:hover,
.main-navbar .navbar-nav > li.active > a:focus {
  color: #ffffff;
  position: relative;
  background: #34495e;
}
.main-navbar .navbar-nav > li.dropdown.open > a,
.main-navbar .navbar-nav > li.dropdown.open > a:hover,
.main-navbar .navbar-nav > li.dropdown.open > a:focus {
  color: #ffffff;
  background: transparent;
}
.main-navbar .navbar-nav > li.link-btn > a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 5px;
  padding-left: 5px;
}
.main-navbar .navbar-collapse {
  padding-left: 0;
}
.main-navbar .caret {
  border-top: 4px solid;
  border-right: 4px solid transparent;
  color: #ebebeb;
  border-left: 4px solid transparent;
}
.main-navbar .dropdown-menu {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
  background: #3e5368;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1100;
  border: 0;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
@media (min-width: 768px) {
  .main-navbar .dropdown-menu:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 22px;
    bottom: auto;
    border: 10px solid transparent;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }
  .main-navbar .dropdown-menu:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -9px;
    left: 23px;
    bottom: auto;
    border: 9px solid transparent;
    border-top: 0;
    border-bottom-color: #3e5368;
  }
}
.main-navbar .dropdown-menu > li > a {
  padding: 8px 30px;
  font-size: 13px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  color: #d7d7d7;
}
.main-navbar .dropdown-menu > li > a:hover,
.main-navbar .dropdown-menu > li > a:focus {
  color: #ffffff;
  background: transparent;
}
@media (min-width: 768px) {
  .main-navbar .navbar-right .dropdown-menu:before {
    right: 22px;
    left: inherit;
  }
  .main-navbar .navbar-right .dropdown-menu:after {
    right: 23px;
    left: inherit;
  }
}
.mobile-nav {
  position: relative;
}
.mobile-nav .btn-nav-toogle {
  height: 30px;
  z-index: 100;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  border: 1px solid #ffffff;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  position: absolute;
  top: 22px;
  font-size: 12px;
  padding: 1px 10px;
  color: #ffffff;
  right: 0;
}
.mobile-nav .btn-nav-toogle span.bars {
  background: #ffffff;
  display: inline-block;
  height: 2px;
  width: 15px;
  margin-right: 10px;
  position: relative;
}
.mobile-nav .btn-nav-toogle span.bars:before {
  content: "";
  position: absolute;
  background: #ffffff;
  display: block;
  height: 2px;
  width: 15px;
  top: -4px;
}
.mobile-nav .btn-nav-toogle span.bars:after {
  content: "";
  position: absolute;
  background: #ffffff;
  display: block;
  height: 2px;
  width: 15px;
  top: -8px;
}
.mobile-nav .nav-block-left {
  z-index: 100;
  position: absolute !important;
  top: 5px;
}
.mobile-nav .nav-block-left li a {
  font-size: 13px;
  color: #ffffff;
}
.mobile-nav .nav-block-left li a,
.mobile-nav .nav-block-left li a:hover,
.mobile-nav .nav-block-left li a:focus {
  background: transparent;
}
.mobile-nav .nav-block-left .link-profile {
  padding-left: 60px;
  margin-top: 3px;
}
.mobile-nav .nav-block-left .img-profile {
  top: 50%;
  margin-top: -15px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2) !important;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2) !important;
  -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2) !important;
  -o-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2) !important;
  -ms-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2) !important;
  left: 15px;
  width: 30px;
  height: 30px;
  position: absolute;
}
.mobile-nav .nav-block-left .dropdown-menu {
  position: absolute;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
  background: #3e5368;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
.mobile-nav .nav-block-left .dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 22px;
  bottom: auto;
  border: 10px solid transparent;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.mobile-nav .nav-block-left .dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -9px;
  left: 23px;
  bottom: auto;
  border: 9px solid transparent;
  border-top: 0;
  border-bottom-color: #3e5368;
}
.mobile-nav .nav-block-left .dropdown-menu > li > a {
  padding: 8px 30px;
  font-size: 13px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  color: #d7d7d7;
}
.mobile-nav .nav-block-left .dropdown-menu > li > a:hover,
.mobile-nav .nav-block-left .dropdown-menu > li > a:focus {
  color: #ffffff;
  background: transparent;
}
.mobile-nav .mobile-nav-block {
  position: fixed;
  width: 275px;
  border-left: 1px solid #e1e1e1;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 20px 20px;
  right: -275px;
  top: 3px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  z-index: 110;
  background: #ffffff;
}
.mobile-nav .mobile-nav-block > h4 {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.mobile-nav .mobile-nav-block.open-mobile-nav {
  right: 0;
}
.mobile-nav .mobile-nav-block .btn-nav-toogle {
  border-color: #3D454C;
  right: 20px;
  color: #3D454C;
}
.mobile-nav .mobile-nav-block .btn-nav-toogle span.barsclose {
  background: #3D454C;
  display: inline-block;
  height: 2px;
  width: 10px;
  margin-right: 6px;
  top: -2px;
  position: relative;
}
.mobile-nav .mobile-nav-block .navbar-nav {
  float: none !important;
  margin: 0;
  padding: 0;
}
.mobile-nav .mobile-nav-block .navbar-nav li {
  clear: both;
  width: 100%;
}
.mobile-nav .mobile-nav-block .navbar-nav li a {
  padding: 10px 0;
  font-size: 13px;
}
.mobile-nav .mobile-nav-block .navbar-nav li a,
.mobile-nav .mobile-nav-block .navbar-nav li a:hover,
.mobile-nav .mobile-nav-block .navbar-nav li a:focus {
  background: transparent;
}
.mobile-nav .mobile-nav-block .navbar-nav li .dropdown-menu {
  margin-left: 15px;
  display: block !important;
  position: relative;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  border: 0;
}
.mobile-nav .mobile-nav-block .navbar-nav li .dropdown-menu li a {
  line-height: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-nav .mobile-nav-block .navbar-nav li .dropdown-menu li:first-child a {
  padding-top: 0;
}
.mobile-nav .mobile-nav-block .navbar-nav li .dropdown-menu li:last-child a {
  padding-bottom: 0;
}
.top-user-menu-dropdown .current a {
  font-weight: bold;
  color: #ffffff !important;
}
.pagination {
  margin: 10px 0 0 0 !important;
}
.pagination > li > a,
.pagination > li > span {
  color: #868585;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  margin-left: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
  border-color: #e1e1e1;
}
.pagination > li > a:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  color: #868585;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #34495e;
  border: 0;
}
.panel.panel-md {
  max-width: 400px;
  margin: 0 auto;
}
.panel-body-lg {
  padding: 20px;
}
.panel-heading {
  position: relative;
  padding: 15px 20px;
}
.panel-heading .collapse-toogle {
  position: absolute;
  right: 15px;
  top: 10px;
}
.panel-heading .collapse-toogle .ic-open {
  display: none;
}
.panel-heading .collapsed .collapse-toogle .ic-close {
  display: none;
}
.panel-heading .collapsed .collapse-toogle .ic-open {
  display: inline-block;
}
.panel-heading .with-ic {
  padding-right: 30px;
}
.panel-title a,
.panel-title a:hover,
.panel-title a:focus {
  text-decoration: none;
}
/**
 * Custom panel for login and register pages
 */
.panel-login {
  position: relative;
  bottom: 15px;
}
.panel-login.login-error,
.panel-login.login-status,
.panel-login.login-info,
.panel-login.login-success {
  color: #ffffff;
}
.panel-login.login-error h2,
.panel-login.login-status h2,
.panel-login.login-info h2,
.panel-login.login-success h2,
.panel-login.login-error h3,
.panel-login.login-status h3,
.panel-login.login-info h3,
.panel-login.login-success h3,
.panel-login.login-error h4,
.panel-login.login-status h4,
.panel-login.login-info h4,
.panel-login.login-success h4,
.panel-login.login-error h5,
.panel-login.login-status h5,
.panel-login.login-info h5,
.panel-login.login-success h5 {
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: bold;
}
.panel-login.login-error a,
.panel-login.login-status a,
.panel-login.login-info a,
.panel-login.login-success a {
  color: #ffffff;
}
.panel-login.login-error {
  background-color: #e74c3c;
}
.panel-login.login-status {
  background-color: #2980b9;
}
.panel-login.login-info {
  background-color: #2980b9;
}
.panel-login.login-success {
  background-color: #27ae60;
}
.modal-content {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
}
.modal-header {
  padding: 30px;
}
.modal-header .close {
  border: 1px solid #fff;
  border-radius: 15px;
  width: 32px;
  height: 32px;
  right: 0px;
  position: absolute;
  outline: none;
  color: #fff;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  opacity: 0.6;
  filter: alpha(opacity=60);
  top: -40px;
}
.modal-header .close:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.modal-body {
  padding: 20px 30px;
  word-wrap: break-word;
}
.modal-footer {
  padding: 20px 30px;
}
.modal-dialog {
  margin: 80px auto;
}
@media (min-width: 450px) {
  .modal-dialog.modal-md {
    width: 400px;
  }
}
.modal-footer.text-center {
  text-align: center;
}
body.modal-open {
  padding-right: 17px;
}
.invite-friends-modal-header {
  padding-bottom: 10px;
}
.btn-theme-group-btn {
  padding: 9px 20px;
}
.invite-friends-copy-input:focus {
  border-color: #e1e1e1 !important;
  background: #eee !important;
}
.invite-friends-socials a {
  padding: 10px 20px;
  font-size: 20px;
}
.flat-nav-tabs {
  background: #f5f5f5;
  padding: 15px 10px 0 10px;
  -webkit-border-radius: 3px 3px 0 0 !important;
  -moz-border-radius: 3px 3px 0 0 !important;
  -ms-border-radius: 3px 3px 0 0 !important;
  -o-border-radius: 3px 3px 0 0 !important;
  border-radius: 3px 3px 0 0 !important;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.flat-nav-tabs > li > a {
  color: #868585;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.flat-nav-tabs > li.active > a {
  -webkit-border-radius: 3px 3px 0 0 !important;
  -moz-border-radius: 3px 3px 0 0 !important;
  -ms-border-radius: 3px 3px 0 0 !important;
  -o-border-radius: 3px 3px 0 0 !important;
  border-radius: 3px 3px 0 0 !important;
  box-shadow: 0 -2px 0 #34495e !important;
  -webkit-box-shadow: 0 -2px 0 #34495e !important;
  -moz-box-shadow: 0 -2px 0 #34495e !important;
  -o-box-shadow: 0 -2px 0 #34495e !important;
  -ms-box-shadow: 0 -2px 0 #34495e !important;
}
.flat-tab-content {
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 20px 0;
}
.flat-tab-content .tab-pane {
  padding: 0 20px;
}
.alert {
  padding: 20px 35px 20px 20px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
.alert-info a {
  font-weight: bold;
  color: #477288;
  border-bottom: 1px solid;
}
.km-icon-success {
  color: #27ae60;
}
.km-icon-error {
  color: #c0392b;
}
.tooltip.top .tooltip-inner {
  background-color: #34495e;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  padding: 10px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #34495e;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.tooltip.right .tooltip-inner {
  background-color: #34495e;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  padding: 10px;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #34495e;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.tooltip.bottom .tooltip-inner {
  background-color: #34495e;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  padding: 10px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #34495e;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.tooltip.left .tooltip-inner {
  background-color: #34495e;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  padding: 10px;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #34495e;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.clickable-headers th {
  cursor: pointer;
}
.clickable-headers .unread {
  font-weight: bold;
}
.table {
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .table-notifications > .table > thead > tr > th,
  .table-notifications > .table > tbody > tr > th,
  .table-notifications > .table > tfoot > tr > th,
  .table-notifications > .table > thead > tr > td,
  .table-notifications > .table > tbody > tr > td,
  .table-notifications > .table > tfoot > tr > td {
    white-space: normal !important;
  }
}
.label.label-small {
  font-size: 45%;
  vertical-align: middle;
  padding: 0.2em 0.6em;
}
.overview-label {
  background-color: #f5f5f5;
  color: #34495e;
  font-weight: normal;
  padding: 10px;
  margin-right: 5px;
  min-width: 100px;
  display: inline-block;
  font-size: 80%;
}
.label-table-status {
  margin-right: 5px;
  font-size: 100% !important;
  display: inline-block;
}
.label-success {
  background-color: #5cb85c !important;
  color: #ffffff !important;
}
/* ==== editable-form ==== */
/* class for single editable element */
.editable-wrap {
  white-space: pre;
  margin: 0;
}
/* remove bottom-margin for bootstrap */
.editable-wrap .editable-controls,
.editable-wrap .editable-error {
  margin-bottom: 0;
}
/* remove bottom-margin of inputs */
.editable-wrap .editable-controls > input,
.editable-wrap .editable-controls > select,
.editable-wrap .editable-controls > textarea {
  margin-bottom: 0;
}
/* keep buttons on the same line */
.editable-wrap .editable-input {
  display: inline-block;
}
.editable-buttons {
  display: inline-block;
  vertical-align: top;
}
.editable-buttons button {
  margin-left: 5px;
}
/* in bootstrap width: 100% => buttons go outside the box */
.editable-input.editable-has-buttons {
  width: auto;
}
@media (max-width: 768px) {
  .editable-input.editable-has-buttons {
    width: 100% !important;
  }
}
/* ==== editable-text ==== */
/* fix padding issue on typeahead */
.editable-text {
  white-space: nowrap;
}
/* ==== editable-bsdate ==== */
/* fix padding issue on bsdate popup */
.editable-bsdate {
  white-space: nowrap;
}
/* ==== editable-bstime ==== */
/* fix padding issue on bstime */
.editable-bstime {
  white-space: nowrap;
}
/* workaround for bootstrap that sets width: 100% and inputs become too wide */
.editable-bstime .editable-input input[type="text"] {
  width: 46px;
}
/* less padding for .well */
.editable-bstime .well-small {
  margin-bottom: 0;
  padding: 10px;
}
/* ==== editable-range ==== */
.editable-range output {
  display: inline-block;
  min-width: 30px;
  vertical-align: top;
  text-align: center;
}
/* ==== editable-color ==== */
.editable-color input[type="color"] {
  width: 50px;
}
/* ==== editable-checkbox ==== */
/* ==== editable-checklist ==== */
/* ==== editable-radiolist ==== */
.editable-checkbox label span,
.editable-checklist label span,
.editable-radiolist label span {
  margin-left: 7px;
  margin-right: 10px;
}
/* ==== element ==== */
/* hiding element */
.editable-hide {
  display: none !important;
}
/* editable-empty */
.editable-empty,
.editable-empty:hover,
.editable-empty:focus,
a.editable-empty,
a.editable-empty:hover,
a.editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  text-decoration: none;
}
/* editable popover */
.popover-wrapper > a {
  /* make the link always show up */
  display: inline !important;
}
.popover-wrapper {
  /* make absolutely positioned children constrained to this box*/
  display: inline;
  position: relative;
}
.popover-wrapper form {
  position: absolute;
  top: -53px;
  background: #FFF;
  border: 1px solid #AAA;
  border-radius: 5px;
  padding: 7px;
  width: auto;
  display: inline-block;
  left: 50%;
  z-index: 101;
}
.popover-wrapper form:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #AAA;
  position: absolute;
  bottom: -10px;
}
.popover-wrapper form:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #FFF;
  position: absolute;
  bottom: -9px;
}
@media screen and (max-width: 750px) {
  .popover-wrapper form {
    margin-left: -60px;
  }
  .popover-wrapper form:before {
    left: 50px;
  }
  .popover-wrapper form:after {
    left: 51px;
  }
}
@media screen and (min-width: 750px) {
  .popover-wrapper form {
    margin-left: -110px;
  }
  .popover-wrapper form:before {
    left: 100px;
  }
  .popover-wrapper form:after {
    left: 101px;
  }
}
@media (max-width: 500px) {
  .chat-open {
    overflow: hidden;
  }
  .chat-open .new-message-badge {
    display: none;
  }
  .chat-container .chat-window {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
  .chat-container .chat-window .header {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .chat-container .launcher.active {
    top: 10px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
  }
  .chat-container .launcher.active i {
    font-size: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
  }
  .chat-container .launcher.active i.closed-icon {
    position: fixed;
    z-index: 1500;
    top: 20px;
    right: 20px;
    left: auto;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari and Chrome */
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .chat-container .active-chat .footer .send-message-button {
    float: right !important;
    position: relative !important;
    right: -20px !important;
    top: -40px !important;
  }
  .chat-container .active-chat .footer .emoji-picker-custom {
    float: right !important;
    position: relative !important;
    bottom: 75px !important;
    right: 10px !important;
  }
}
@media (max-height: 768px) {
  .chat-container .chat-window {
    top: 70px;
    min-height: 250px;
  }
  .chat-container .chat-window .content {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 80px;
    top: 80px;
  }
  .chat-container .chat-window .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .chat-container .active-chat .content {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 120px;
    top: 112px;
  }
  .chat-container .active-chat .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.chat-container .thread-load-more {
  cursor: pointer;
}
.chat-container .new-message-badge {
  position: fixed;
  right: 60px;
  bottom: 65px;
  z-index: 999999;
  background-color: #c0392b;
}
.chat-container .users-found-notice {
  position: absolute;
  top: 47px;
  color: #ededed;
}
.chat-container .clear-search-icon {
  font-size: 26px;
  position: relative;
  top: 6px;
  cursor: pointer;
}
.chat-container .chat-window {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 1500;
  background-color: white;
  width: 325px;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.2) !important;
  -o-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.2) !important;
  -ms-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.2) !important;
}
.chat-container .chat-window.ng-enter {
  -webkit-animation: scale-in-ver-bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.chat-container .chat-window.ng-leave {
  -webkit-animation: scale-out-ver-bottom 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-ver-bottom 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.chat-container .chat-window .header {
  padding: 20px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  background-color: #34495e;
}
.chat-container .chat-window .header h4 {
  color: white;
}
.chat-container .chat-window .content {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 400px;
  word-wrap: break-word;
}
.chat-container .chat-window .content::-webkit-scrollbar {
  width: 3px;
}
.chat-container .chat-window .content::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #eee;
}
.chat-container .chat-window .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #999;
}
.chat-container .chat-window .footer {
  padding: 20px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
}
.chat-container .launcher {
  margin-left: 10px;
  width: 60px;
  height: 60px;
  z-index: 1500;
  background: #34495e;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  cursor: pointer;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2) !important;
  -o-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2) !important;
  -ms-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2) !important;
}
.chat-container .launcher i {
  position: relative;
  top: 15px;
  left: 17px;
  font-size: 26px;
  color: white;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
}
.chat-container .launcher i.closed-icon {
  left: 20px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.chat-container .search-users-input {
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  border-radius: 8px !important;
}
.chat-container .cancel-search-users {
  font-size: 34px;
  position: relative;
  right: 8px;
  color: #34495e;
}
.chat-container .active-chats .no-active-chats-notice {
  padding: 20px;
}
.chat-container .users-search-list p {
  padding-left: 20px;
  padding-right: 20px;
}
.chat-container .users-search-list .single-user {
  border-bottom: 1px solid #f0f0f0;
  padding-left: 20px;
  padding-top: 8px;
  cursor: pointer;
}
.chat-container .users-search-list .single-user:hover {
  background-color: #fbfbfb;
}
.chat-container .users-search-list .single-user:last-child {
  border-bottom: none;
}
.chat-container .users-search-list .single-user .image-wrapper {
  position: relative;
  float: left;
}
.chat-container .users-search-list .single-user .image-wrapper .profile-image {
  height: 35px;
  width: 35px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}
.chat-container .users-search-list .single-user .image-wrapper .online-indicator {
  position: absolute;
  right: 0;
  top: 23px;
  font-size: 12px;
  box-shadow: 0 0 5px white;
}
.chat-container .users-search-list .single-user .image-wrapper .online-indicator.online {
  color: #27ae60;
}
.chat-container .users-search-list .single-user .image-wrapper .online-indicator.offline {
  color: #c0392b;
}
.chat-container .users-search-list .single-user .profile-info {
  float: left;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 230px;
  white-space: nowrap;
}
.chat-container .users-search-list .single-user .profile-info small {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.chat-container .users-search-list .single-user .profile-info .username {
  position: relative;
  top: -5px;
  font-size: 10px;
  color: #b0b0b0;
}
.chat-container .single-thread {
  border-bottom: 1px solid #f0f0f0;
  padding-left: 20px;
  cursor: pointer;
  padding-top: 10px;
}
.chat-container .single-thread.new {
  background-color: #edfbf8;
}
.chat-container .single-thread.new .latest-message {
  font-weight: bold;
}
.chat-container .single-thread:hover {
  background-color: #fbfbfb;
}
.chat-container .single-thread:last-child {
  border-bottom: none;
}
.chat-container .single-thread .image-wrapper {
  position: relative;
  float: left;
  top: 5px;
}
.chat-container .single-thread .image-wrapper .profile-image {
  height: 35px;
  width: 35px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}
.chat-container .single-thread .image-wrapper .online-indicator {
  position: absolute;
  right: 0;
  top: 23px;
  font-size: 12px;
  box-shadow: 0 0 5px white;
}
.chat-container .single-thread .image-wrapper .online-indicator.online {
  color: #27ae60;
}
.chat-container .single-thread .image-wrapper .online-indicator.offline {
  color: #c0392b;
}
.chat-container .single-thread .profile-info {
  float: left;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 230px;
  white-space: nowrap;
}
.chat-container .single-thread .profile-info small {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.chat-container .single-thread .profile-info .username {
  position: relative;
  top: -5px;
  font-size: 10px;
  color: #b0b0b0;
}
.chat-container .single-thread .latest-message-timestamp {
  float: right;
  padding-left: 10px;
  font-size: 10px;
  color: #afafaf;
  padding-top: 2px;
}
.chat-container .single-thread .latest-message {
  position: relative;
  left: 23px;
  top: -8px;
}
.chat-container .active-chat .header .actions {
  float: left;
  position: relative;
  top: 20px;
  right: 10px;
}
.chat-container .active-chat .header .actions i {
  float: left;
  font-size: 22px;
  color: white;
  cursor: pointer;
}
.chat-container .active-chat .header .actions .btn-back {
  background-color: transparent;
}
.chat-container .active-chat .header .actions .btn-back:hover {
  background-color: #2b3c4e;
}
.chat-container .active-chat .header .image-wrapper {
  float: left;
  margin-top: 5px;
}
.chat-container .active-chat .header .image-wrapper .online-indicator {
  position: absolute;
  top: 70px;
  left: 100px;
  font-size: 18px;
}
.chat-container .active-chat .header .image-wrapper .online-indicator.online {
  color: #27ae60;
}
.chat-container .active-chat .header .image-wrapper .online-indicator.offline {
  color: #c0392b;
}
.chat-container .active-chat .header .profile-info {
  position: relative;
  left: 10px;
  top: 5px;
  padding-top: 5px;
  margin-left: 30px;
}
.chat-container .active-chat .header .profile-info h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 150px;
  white-space: nowrap;
}
.chat-container .active-chat .header .profile-info small {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.chat-container .active-chat .header .profile-info a {
  position: relative;
  top: -15px;
  color: #b9c8d8;
}
.chat-container .active-chat .header .profile-info a:hover {
  color: #ffffff;
}
.chat-container .active-chat .header .profile-image {
  height: 60px;
  width: 60px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}
.chat-container .active-chat .content .messages .message-profile-img {
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  position: relative;
  top: 10px;
}
.chat-container .active-chat .content .messages .message-profile-img.from-me {
  float: right;
  right: 8px;
}
.chat-container .active-chat .content .messages .message-profile-img.from-you {
  float: left;
  left: 8px;
}
.chat-container .active-chat .content .messages .body {
  background-color: #f7f7f7;
  margin: 15px;
  padding: 20px;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
  border: 1px solid #ececec;
}
.chat-container .active-chat .content .messages .body.from-me {
  margin-right: 50px;
}
.chat-container .active-chat .content .messages .body.from-you {
  margin-left: 50px;
  background-color: #fcfcfc;
}
.chat-container .active-chat .content .messages .body .span-body {
  white-space: pre-wrap;
}
.chat-container .active-chat .content .messages .message-created-at {
  position: relative;
  display: block;
  font-size: 10px;
  top: 20px;
  color: #b8b8b8;
}
.chat-container .active-chat .footer {
  padding: 0;
}
.chat-container .active-chat .footer .send-message-input {
  border: none;
  resize: none;
  height: 85px;
  padding-top: 23px;
  padding-right: 45px;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  background-color: #f6f6f6;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .chat-container .active-chat .footer .send-message-input {
    padding-bottom: 40px;
  }
}
.chat-container .active-chat .footer .send-message-input:focus {
  outline: none;
}
.chat-container .active-chat .footer .send-message-input.big {
  max-height: 200px !important;
  overflow-y: scroll !important;
}
.chat-container .active-chat .footer .send-message-input.big::-webkit-scrollbar {
  width: 3px;
}
.chat-container .active-chat .footer .send-message-input.big::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #eee;
}
.chat-container .active-chat .footer .send-message-input.big::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #999;
}
.chat-container .active-chat .footer .send-message-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  font-size: 20px;
  color: #c3c3c3;
}
.chat-container .active-chat .footer .emoji-picker-custom {
  position: absolute;
  bottom: 40px;
  right: 13px;
}
.chat-container .active-chat .footer .emoji-picker-custom .emoji-smile {
  background: url(../img/emoji-groups.png) no-repeat 0 -32px !important;
  background-size: 42px 350px !important;
  width: 32px !important;
  height: 30px !important;
}
.chat-container .active-chat .footer .emoji-picker-custom .emoji-container {
  min-width: 205px !important;
}
.chat-container .active-chat .footer .emoji-picker-custom .emoji-container .emoji-smile {
  background: url(../img/emojis.png) no-repeat -37px 0 !important;
  width: 22px !important;
  height: 22px !important;
}
code,
pre {
  border-radius: 4px;
  border: 1px solid #34495e;
  background: #333;
  padding: 8px 8px;
  color: #e1e1e1;
  font-size: 14px;
}
code.single-code-block,
pre.single-code-block {
  font-size: 12px;
  padding: 2px 5px;
}
.relative {
  position: relative;
}
.block-section {
  padding: 60px 0;
}
.block-section-sm {
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 40px;
}
.block-section-xs {
  padding: 10px 0;
}
.bg-color1 {
  background-color: #ffffff;
}
.bg-color2 {
  background-color: #f5f5f5;
}
.bg-color2 hr {
  border-color: #e1e1e1;
}
.disabled-area {
  opacity: 0.3;
}
.bg-color3 {
  background-color: #34495e;
}
.bg-color4 {
  background-color: #394e63;
}
.font-1x {
  font-size: 13px;
}
.font-2x {
  font-size: 2.5em;
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.white-space-normal {
  white-space: normal;
}
.white-space-5 {
  height: 5px;
}
.white-space-10 {
  height: 10px;
}
.white-space-15 {
  height: 15px;
}
.white-space-20 {
  height: 20px;
}
.white-space-30 {
  height: 30px;
}
.white-space-40 {
  height: 40px;
}
.white-space-50 {
  height: 50px;
}
.white-space-60 {
  height: 60px;
}
.space-inline-10 {
  display: inline-block;
  width: 10px;
}
.space-inline-100 {
  width: 100px;
  display: inline-block;
}
.socials a {
  color: #868585;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  margin-left: 2px;
  border: 1px solid #868585;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
}
.socials a:hover,
.socials a:focus {
  border: 1px solid #ebebeb;
  background: #ffffff;
  color: #000;
}
.span-line {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.span-line:before,
.span-line:after {
  content: "";
  height: 1px;
  background: #ebebeb;
  top: 50%;
  width: 80px;
  position: absolute;
}
.span-line:before {
  left: -80px;
}
.span-line:after {
  right: -80px;
}
.color-white {
  color: #ffffff !important;
}
.color-white-mute {
  color: #b9b9b9 !important;
}
.color-black {
  color: #000 !important;
}
.color-heading {
  color: #3D454C !important;
}
.color-text {
  color: #868585 !important;
}
.box-icon {
  display: inline-block;
  border: 1px solid #d7d7d7;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
  background: #e1e1e1;
}
.text-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
[data-toggle="collapse"]:hover {
  cursor: pointer;
}
.ic-arrow-toogle {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #868585;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  top: -3px;
  position: relative;
  font-size: 12px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.collapsed .ic-arrow-toogle {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
}
.rate {
  margin-right: 10px;
  color: #F5BE4E;
  font-size: 13px;
}
.line-bottom {
  border-bottom: 1px solid #e1e1e1;
}
.margin-t-10 {
  margin-top: 10px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-r-0 {
  margin-right: 0;
}
.margin-r-10 {
  margin-right: 10px;
}
.margin-r-20 {
  margin-right: 20px;
}
.margin-l-10 {
  margin-left: 10px;
}
.margin-l-20 {
  margin-left: 20px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.margin-b-50 {
  margin-bottom: 50px;
}
.m-width-150 {
  min-width: 150px;
}
@media (max-width: 992px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .text-center-xs {
    text-align: center;
  }
}
.mt-20 {
  margin: 20px 0;
}
.air-top {
  margin-top: 20px;
}
.air-top-sm {
  margin-top: 15px;
}
.air-top-md {
  margin-top: 30px;
}
.air-top-lg {
  margin-top: 50px;
}
.air-bottom {
  margin-bottom: 20px;
}
.air-bottom-md {
  margin-bottom: 30px;
}
.air-bottom-sm {
  margin-bottom: 15px;
}
.air-bottom-xxs {
  margin-bottom: 5px;
}
.air-bottom-lg {
  margin-bottom: 50px;
}
.img-full {
  width: 100%;
}
.no-right-border {
  border-right: none !important;
}
.company-photos img {
  margin-bottom: 30px;
}
.box-ic-center {
  margin-bottom: 30px;
  text-align: center;
}
.box-ic-center .ic-box {
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  background: #e1e1e1;
  color: #3D454C;
  font-size: 20px;
  line-height: 80px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  margin-bottom: 20px;
  margin-top: 30px;
}
.clients img {
  height: 40px;
}
.clients a {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  margin: 10px 20px;
}
.clients a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.clients.no-margin {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.big-error {
  text-align: center;
  font-weight: 700;
  color: #e1e1e1;
  font-size: 19em;
  padding: 27px 0 0;
  margin-bottom: 15px;
  clear: both;
  line-height: 1em;
}
@media (max-width: 500px) {
  .big-error {
    font-size: 10em;
    margin-bottom: 30px;
  }
}
.ic-circle {
  width: 40px;
  text-align: center;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: inline-block;
  line-height: 40px;
}
.ic-circle-md {
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: inline-block;
  line-height: 30px;
}
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  background-color: #F9F9F9;
}
.bs-callout-warning {
  border-left-color: #aa6708;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.online-color {
  color: #27ae60;
}
.offline-color {
  color: #c0392b;
}
.status-icon {
  font-size: 22px;
}
.subpage-description {
  text-align: center;
  color: white;
  margin-bottom: 40px;
  margin-top: 20px;
}
.word-wrap {
  word-wrap: break-word;
}
.text-lowercase {
  text-transform: lowercase;
}
.clickable {
  cursor: pointer;
}
.link-border-bottom {
  border-bottom: 1px solid;
}
.lh-bigger {
  line-height: 1.5;
}
.news-overview .unpublished {
  background-color: #eae0e0;
}
.news-overview .title {
  margin: 0;
  color: #595959;
}
.news-overview .stamp {
  font-size: 10px;
  position: relative;
  top: -5px;
}
.news-overview .actions a:hover {
  color: #3d454c;
  text-decoration: none;
}
.form-button {
  margin-top: 50px;
}
.system-setting .name {
  font-size: 20px;
}
.system-setting .icon {
  cursor: pointer;
  position: relative;
  top: 5px;
  padding-right: 10px;
  margin-bottom: 10px;
  font-size: 30px;
}
.forum-color-box {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  display: inline-block;
}
.admin-featured-container {
  background-color: #f5f3f3;
  border-radius: 10px;
  padding: 20px;
}
.admin-featured-container i {
  cursor: pointer;
}
.no-webp .hero-header {
  background: url(/assets/img/home-bg.jpg) center no-repeat;
}
.no-webp .hero-header:after {
  background: url(/assets/img/home-bgblur.jpg) center no-repeat;
}
.webp .hero-header {
  background: url(/assets/img/home-bg.webp) center no-repeat;
}
.webp .hero-header:after {
  background: url(/assets/img/home-bgblur.webp) center no-repeat;
}
.main-header {
  background: #34495e;
  min-height: 50px;
}
.main-header .logo {
  max-width: 100%;
  position: relative;
  margin: 20px 0;
}
@media (max-width: 992px) {
  .main-header .logo img {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-header .logo.inline {
    display: inline-block;
  }
}
.main-header .logo .label-add {
  right: 0;
  bottom: -8px;
  height: 1px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .main-header .logo .label-add {
    position: absolute;
  }
}
.main-header .logo .searchSiteTitle {
  padding-left: 15px;
  font-size: 20px;
  color: #ecf0f1;
}
@media (max-width: 992px) {
  .main-header .logo .searchSiteTitle {
    display: none;
  }
}
.main-header .site-quotes {
  margin-top: 35px;
  margin-bottom: 0;
  margin-left: 85px;
}
@media (max-width: 992px) {
  .main-header .site-quotes {
    display: none;
  }
}
.main-header .site-quotes .quote {
  color: #D8D8D8;
  font-size: 13px;
  font-style: italic;
}
.main-header .site-quotes .author {
  font-size: 12px;
}
.main-header .hero-header {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
  min-height: 540px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
}
.main-header .hero-header:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}
.main-header .hero-header:after {
  content: "";
  position: absolute;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.main-header .hero-header:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-header .hero-header .inner-hero-header {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10;
  bottom: 0;
}
.main-header .hero-header .inner-hero-header h1,
.main-header .hero-header .inner-hero-header h2 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-weight: 100;
  font-size: 30px;
}
.main-header .ic-fade-globe {
  font-size: 141px;
  position: absolute;
  width: 200px;
  height: 200px;
  left: 50%;
  margin-left: -100px;
  top: -65px;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
}
.main-header .form-search-home {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  -webkit-border-radius: 10px 10px 0 0 !important;
  -moz-border-radius: 10px 10px 0 0 !important;
  -ms-border-radius: 10px 10px 0 0 !important;
  -o-border-radius: 10px 10px 0 0 !important;
  border-radius: 10px 10px 0 0 !important;
  min-height: 200px;
  background: #ffffff;
  padding: 30px;
  padding-bottom: 10px;
  top: 1px;
}
.main-header .form-search-home .form-group {
  margin-bottom: 20px;
}
.main-header .form-search-home:before {
  content: "";
  background: url(/assets/img/cloud-1.png) no-repeat;
  position: absolute;
  width: 235px;
  height: 109px;
  left: -233px;
  bottom: -2px;
}
.main-header .form-search-home:after {
  content: "";
  background: url(/assets/img/cloud-2.png) no-repeat;
  position: absolute;
  width: 235px;
  height: 109px;
  right: -233px;
  bottom: -2px;
}
.main-header .form-search-home .checkbox-inline {
  padding-left: 5px;
}
.main-header .form-search-home .checkbox-inline label {
  font-weight: normal;
  cursor: pointer;
}
@media (max-width: 620px) {
  .main-header .form-search-home .checkbox-inline {
    margin-left: 0 !important;
    display: block;
  }
}
.main-header .form-search-home .search-form.ng-enter {
  transition: 0.5s linear all;
  opacity: 0;
}
.main-header .form-search-home .search-form.ng-enter.ng-enter-active {
  opacity: 1;
}
.main-header .form-search-home .search-form.ng-leave {
  opacity: 0;
}
.main-header .form-search-home .search-form.ng-leave.ng-leave-active {
  opacity: 0;
}
.main-header .form-search-home .search-switch {
  cursor: pointer;
  color: #3D454C;
}
.main-header .form-search-home .search-switch:hover {
  color: #868585;
  outline: none;
}
.main-header .form-search-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .main-header .form-search-list {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .custom-sidebar-overview-lists {
    margin-top: 65px;
  }
}
.sidebar-custom-list-people li {
  margin-bottom: 10px;
}
.sidebar-custom-list-teams li {
  background-color: white;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ececec;
}
.sidebar-custom-list-teams li .team-description {
  display: block;
}
.sidebar-custom-list-teams li span {
  font-size: 10px;
}
.sidebar-custom-list-projects li {
  background-color: white;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ececec;
}
.sidebar-custom-list-projects li span {
  font-size: 10px;
}
.sidebar-custom-list-projects li span i {
  padding-left: 4px;
}
.sidebar-custom-list-lookups li {
  background-color: white;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ececec;
}
.sidebar-custom-list-lookups li .lookup-description {
  display: block;
}
.sidebar-custom-list-lookups li span {
  font-size: 10px;
}
.sidebar-custom-list-lookups li span i {
  padding-left: 4px;
}
@media (min-width: 992px) {
  .box-list-area {
    border-right: 1px solid #e1e1e1;
    padding-right: 30px;
  }
}
.box-list {
  margin: 20px 0;
}
.box-list .item {
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  padding: 30px;
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1;
  border: 1px solid #e1e1e1;
  border-top: 0;
}
.box-list .item:first-child {
  border-top: 1px solid #e1e1e1;
  -webkit-border-radius: 3px 3px 0 0 !important;
  -moz-border-radius: 3px 3px 0 0 !important;
  -ms-border-radius: 3px 3px 0 0 !important;
  -o-border-radius: 3px 3px 0 0 !important;
  border-radius: 3px 3px 0 0 !important;
}
.box-list .item:last-child {
  -webkit-border-radius: 0 0 3px 3px !important;
  -moz-border-radius: 0 0 3px 3px !important;
  -ms-border-radius: 0 0 3px 3px !important;
  -o-border-radius: 0 0 3px 3px !important;
  border-radius: 0 0 3px 3px !important;
}
.box-list .item .rate {
  font-size: 10px;
  margin: 0 10px;
}
.box-list .img-item img {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  text-align: center;
  max-width: 100%;
}
.side-right {
  position: relative;
  word-break: break-all;
}
.result-filter {
  margin: 20px 0;
}
.result-filter .list-area {
  margin-bottom: 30px;
}
.get_alert {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
.box-item-details {
  background: #ffffff;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .box-item-details {
    padding-right: 30px;
    border-right: 1px solid #e1e1e1;
  }
}
.box-item-details:before {
  content: "";
  position: absolute;
  background: #ffffff;
  left: -1000%;
  width: 1000%;
  top: 0;
  height: 100%;
}
.box-item-details .title {
  border-top: 1px solid #e1e1e1;
  padding-top: 40px;
  margin-top: 30px;
  padding-bottom: 20px;
}
.box-item-details h4 {
  padding-top: 15px;
}
.box-item-details .job-meta ul {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}
.box-item-details .job-meta ul li {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  margin-bottom: 3px;
  border: 1px solid #e1e1e1;
  padding: 5px 20px;
}
.box-item-details .job-meta ul li i {
  margin-right: 3px;
}
.share-btns .btn {
  min-width: 40px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
.nav-sidebar {
  border: 1px solid #e1e1e1;
}
.nav-sidebar li a {
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 30px;
  display: block;
}
.plan {
  background: #f5f5f5;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
  -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
  -webkit-border-radius: 5px 5px 0 0 !important;
  -moz-border-radius: 5px 5px 0 0 !important;
  -ms-border-radius: 5px 5px 0 0 !important;
  -o-border-radius: 5px 5px 0 0 !important;
  border-radius: 5px 5px 0 0 !important;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  margin: 20px 0 30px;
  text-align: center;
}
.plan .plan-title {
  padding: 20px;
}
.plan .plan-title h3 {
  font-weight: 700;
  margin: 0;
}
.plan .plan-list {
  padding: 10px 0 10px;
}
.plan .plan-price {
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  background: #ffffff;
  padding: 15px 0 15px;
  color: #34495e;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.plan .price {
  display: block;
  font-size: 72px;
  color: #52677c;
  line-height: 101px;
  font-weight: bold;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
}
.plan .period {
  font-size: 14px;
}
.plan .item-list {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  padding-bottom: 10px;
}
.plan .item-list li {
  padding: 10px 5px;
  font-size: 1.1em;
}
.plan .item-list li strong {
  color: #3c3c3c;
}
.plan .btn-square {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 0;
}
.plan:hover {
  background: #ffffff;
}
.plan:hover .plan-price {
  background: #f5f5f5;
}
.plan-nospace {
  margin: 0;
}
.plan-nospace .plan-item {
  padding: 0;
}
.plan-nospace .plan-item .popular {
  z-index: 2;
  top: -10px;
}
.plan-nospace .plan-item .popular .plan-title {
  padding: 25px 20px;
}
.blog-list {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.blog-list img {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
.blog-list blockquote {
  color: #3D454C;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-list h4 {
  margin-top: 30px;
}
.blog-list .blog-item {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.blog-list .blog-item .blog-title {
  text-align: center;
  margin-bottom: 20px;
}
.blog-list .blog-item .blog-meta {
  text-align: center;
  margin-bottom: 20px;
}
.blog-list .blog-item .blog-img {
  margin-bottom: 15px;
}
.blog-list .blog-item .blog-links {
  margin-top: 20px;
}
.blog-list .blog-item .blog-desc-bottom {
  margin-top: 30px;
  border-top: 1px solid #e1e1e1;
  padding-top: 30px;
}
.blog-list .blog-item .post-comment .post-profile {
  text-align: center;
  padding-right: 30px;
}
.blog-list .blog-item .post-comment .post-profile img {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}
.blog-list .blog-item .post-comment .post-desc-comment {
  margin-bottom: 30px;
}
.blog-list .blog-item .post-profile-blog {
  background: #f5f5f5;
  padding: 20px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  margin-top: 40px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
}
.blog-list .blog-item .list-comments {
  margin-top: 60px;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 30px;
}
.resume-block {
  position: relative;
  padding-left: 100px;
}
@media (max-width: 768px) {
  .resume-block {
    padding-left: 70px;
  }
}
.resume-block .img-profile {
  position: absolute;
  left: 0;
  z-index: 2;
  top: 0;
}
.resume-block .img-profile img {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  width: 80px;
}
@media (max-width: 768px) {
  .resume-block .img-profile img {
    width: 50px;
  }
}
.resume-block .resume-sub-title {
  position: relative;
  left: -30px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .resume-block .resume-sub-title {
    left: -15px;
  }
}
.resume-block .resume-sub-title span {
  border: 1px solid #e1e1e1;
  padding: 15px 30px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .resume-block .resume-sub-title span {
    padding: 15px 15px;
  }
}
.resume-block .resume-sub-title span:before {
  content: "";
  left: -30px;
  top: 50%;
  height: 1px;
  background: #e1e1e1;
  width: 30px;
  position: absolute;
}
@media (max-width: 768px) {
}
.resume-block:before {
  content: "";
  position: absolute;
  left: 40px;
  width: 1px;
  border-left: 1px solid #e1e1e1;
  height: 100%;
  top: 0;
}
@media (max-width: 768px) {
  .resume-block:before {
    left: 25px;
  }
}
.resume-block:after {
  content: "";
  position: absolute;
  left: 30px;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  bottom: -20px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}
@media (max-width: 768px) {
  .resume-block:after {
    left: 15px;
  }
}
.box-testimonial {
  margin-bottom: 30px;
  text-align: center;
}
.box-testimonial .desc {
  position: relative;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
  padding: 20px;
  margin-bottom: 20px;
}
.box-testimonial .desc:before {
  content: "";
  border-top: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  z-index: 2;
  left: 50%;
  margin-left: -10px;
}
.box-testimonial .desc:after {
  content: "";
  border-top: 12px solid #e1e1e1;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
}
.box-testimonial img {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}
@media (min-width: 768px) {
  .box-side-account {
    border-left: 1px solid #e1e1e1;
    padding-left: 40px;
    min-height: 700px;
  }
}
@media (max-width: 768px) {
  .box-side-account {
    border-top: 1px solid #e1e1e1;
  }
}
.table-messages {
  -ms-word-wrap: normal !important;
  word-wrap: normal !important;
  -ms-word-break: normal;
  word-break: normal;
}
.table-messages th {
  padding-left: 12px !important;
}
.table-messages td {
  padding: 12px !important;
}
.table-messages td:last-child {
  min-width: 120px;
}
.table-messages .new {
  background-color: #EFEFEF;
  font-weight: bold;
}
.single-thread-title {
  color: #A0A0A0;
}
.single-thread-title .subject {
  color: #3d454c;
}
.search-input {
  margin-bottom: 20px;
}
.send-message-textarea {
  min-height: 75px !important;
}
@media (min-width: 992px) {
  .messages-single.participants li {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 150px;
    white-space: nowrap;
  }
}
.marker-description {
  position: relative;
}
.marker-description .inner {
  position: absolute;
  left: 0;
  top: 50px;
  width: 250px;
  background: #ffffff;
  padding: 20px;
  z-index: 20;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  border: 1px solid #e1e1e1;
}
.map-area-detail {
  border-top: 1px solid #e1e1e1;
  background: #f5f5f5 url(/assets/img/preloader.gif) center no-repeat;
  position: relative;
}
.map-area-detail:before {
  content: "";
  position: absolute;
  height: 100%;
  background: transparent;
  width: 60px;
  right: 0;
  top: 0;
  z-index: 10;
}
.map-area-detail .box-map-detail {
  height: 600px;
  width: 100%;
}
#affix-box.affix {
  position: relative !important;
  top: 0 !important;
  z-index: 2;
}
@media (min-width: 1200px) {
  #affix-box.affix {
    position: fixed !important;
    width: 263px;
    top: 0;
  }
}
@media (max-width: 992px) {
  #affix-box .text-right {
    text-align: left !important;
  }
}
.main-footer {
  width: 100%;
  padding: 15px 0;
  padding-top: 30px;
  border-top: 1px solid #d7d7d7;
  background: #e1e1e1;
  font-size: 12px;
}
.main-footer a {
  color: #7c7b7b;
}
@media (max-width: 768px) {
  .main-footer .socials {
    margin-bottom: 10px;
  }
}
.main-footer .link-footer {
  margin: 0;
  margin-top: 3px;
}
.main-footer .link-footer li {
  padding: 0;
}
.main-footer .link-footer li a {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .main-footer .link-footer li a {
    margin-right: 20px;
  }
}
.main-footer .link-footer li:last-child a {
  margin-right: 0;
}
@media (max-width: 768px) {
  .main-footer .link-footer {
    margin-bottom: 20px;
  }
}
.main-footer .copyright {
  padding-top: 20px;
  font-size: 11px;
}
@media (max-width: 768px) {
  .footer-section-links {
    min-height: 150px;
    text-align: center;
  }
}
.show-grid .row {
  margin-bottom: 15px;
}
.show-grid .row span {
  padding: 10px 0;
  background: #e1e1e1;
  display: block;
  text-align: center;
}
.nav-left-sh {
  z-index: 2;
  position: relative;
}
.nav-left-sh.affix {
  position: fixed !important;
  top: 60px;
  width: 263px;
}
.latest-creations .box-list .item {
  padding: 23px !important;
}
.latest-creations .box-list .item:nth-child(even) {
  background-color: #fafafa;
}
.latest-creations .creation-title {
  line-height: 1.3;
}
.latest-creations .view-more-button {
  position: relative;
  top: 13px;
}
.latest-creations .type-text {
  position: relative;
  top: 18px;
}
.suggestion-container:last-child {
  margin-bottom: 20px;
}
.suggestion {
  color: #34495e;
  cursor: pointer;
}
.logo-in-text {
  padding-right: 8px;
  height: 60px;
}
.home-search-container {
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
}
.form-search-home {
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
}
.teasers {
  margin-top: 50px;
}
.teasers .actions {
  margin-top: 30px;
}
.search-page-suggestions {
  color: white;
}
.search-page-suggestions .suggestion {
  color: white;
  cursor: pointer;
  display: inline;
}
a.more-countries.collapsed .countries-rest-less {
  display: none;
}
a.more-countries.collapsed .countries-rest-more {
  display: block;
}
a.more-countries:not(.collapsed) .countries-rest-less {
  display: block;
}
a.more-countries:not(.collapsed) .countries-rest-more {
  display: none;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .search-btn-header {
    padding: 10px 10px !important;
  }
}
.search-options-container {
  margin-top: 20px;
}
.single-news {
  margin-right: 0;
  margin-left: 0;
  padding: 15px;
  border-bottom: 1px dashed #DFDFDF;
}
.single-news:last-child {
  border-bottom: none;
}
.single-news:hover {
  background-color: #E6E6E6;
  cursor: pointer;
}
.single-news .title {
  font-weight: bold;
}
.single-news .time {
  position: relative;
  top: -7px;
}
.single-news a:hover {
  color: #3d454c;
}
.single-message {
  margin-right: 0;
  margin-left: 0;
  padding: 15px;
  border-bottom: 1px dashed #DFDFDF;
}
.single-message:last-child {
  border-bottom: none;
}
.single-message:hover {
  background-color: #E6E6E6;
  cursor: pointer;
}
.single-message img {
  margin-top: 5px;
}
.single-message .body {
  position: relative;
  top: -7px;
}
.single-message a:hover {
  color: #3d454c;
}
.widget-box {
  background-color: #F1F1F1;
  margin-bottom: 25px;
}
.widget-box .header {
  line-height: 20px;
  height: 40px;
  background-color: #34495e;
  color: #ffffff;
}
.widget-box .header .title {
  font-size: 16px;
  padding-top: 10px;
}
.widget-box .header .actions i {
  position: relative;
  top: 10px;
  padding-left: 5px;
  font-size: 18px;
  cursor: pointer;
}
.widget-box .content {
  border: 1px solid #E6E6E6;
}
.single-changelog-container {
  background-color: #f1f1f1;
  margin-bottom: 10px;
  padding: 15px;
}
.single-changelog-container h5 {
  font-weight: bold;
}
.notification-row {
  cursor: pointer;
}
.notification-row td {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.notification-row td .fa-stack {
  color: #667583;
}
.notification-row td .fa-stack-1x {
  font-size: 14px;
}
.notification-unread {
  font-weight: bold;
  background-color: #F8FBFF;
}
/**
 * Toastr and realtime updates
 * customizations
 */
.km-notification {
  background-color: #2e5167;
}
.toast-info {
  background-color: #08aa93 !important;
}
.toast-error {
  background-color: #bc4c41 !important;
}
.toast-success {
  background-color: #249d57 !important;
}
#toast-container .toast {
  background-image: none !important;
}
#toast-container .toast.toast-info,
#toast-container .toast.toast-error,
#toast-container .toast.toast-warning,
#toast-container .toast.toast-success {
  background-image: none !important;
}
#toast-container .toast {
  opacity: 1 !important;
  padding-left: 30px !important;
}
#toast-container > .toast:before {
  position: relative;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 18px;
  float: left;
  margin-left: -1em;
  color: #FFF;
  margin-right: 0.5em;
}
@media (max-width: 480px) {
  .notification-action-button {
    margin-top: 10px;
  }
}
.newest-post {
  margin-bottom: 75px;
  background-color: whitesmoke;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 5px;
  box-shadow: -1px 18px 40px -21px rgba(145, 145, 145, 0.95) !important;
  -webkit-box-shadow: -1px 18px 40px -21px rgba(145, 145, 145, 0.95) !important;
  -moz-box-shadow: -1px 18px 40px -21px rgba(145, 145, 145, 0.95) !important;
  -o-box-shadow: -1px 18px 40px -21px rgba(145, 145, 145, 0.95) !important;
  -ms-box-shadow: -1px 18px 40px -21px rgba(145, 145, 145, 0.95) !important;
}
.newest-post .post-author {
  position: relative;
  top: -10px;
}
.newest-post .newest-post-post {
  margin-bottom: 20px;
}
.related-posts-container {
  background-color: #f1f1f1;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
}
@media (max-width: 480px) {
  .related-posts-container {
    display: none;
  }
}
.related-posts-container .related-post-container:hover h5 {
  font-weight: bold;
}
.blog-container {
  padding-top: 60px;
}
.blog-container .post-col {
  margin-bottom: 50px;
}
.blog-container .post-col .post-image {
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
  position: relative;
}
.blog-container .post-col .post-image img {
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
}
.blog-container .post-col .post-image .post-author {
  position: absolute;
  bottom: 20px;
  background-color: rgba(42, 63, 84, 0.7);
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}
.blog-container .post-col .post-container {
  box-shadow: 0 0 30px -5px rgba(145, 145, 145, 0.95) !important;
  -webkit-box-shadow: 0 0 30px -5px rgba(145, 145, 145, 0.95) !important;
  -moz-box-shadow: 0 0 30px -5px rgba(145, 145, 145, 0.95) !important;
  -o-box-shadow: 0 0 30px -5px rgba(145, 145, 145, 0.95) !important;
  -ms-box-shadow: 0 0 30px -5px rgba(145, 145, 145, 0.95) !important;
  padding: 15px;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  -ms-border-radius: 7px !important;
  -o-border-radius: 7px !important;
  border-radius: 7px !important;
  height: 200px;
}
.blog-container .post-col .post-container .post-title {
  margin-top: 20px;
}
.blog-container .post-col .post-container .post-action {
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  position: absolute;
  bottom: 10px;
  right: 40px;
}
.blog-container .post-col .post-container:hover {
  box-shadow: 0 2px 30px -5px rgba(145, 145, 145, 0.95) !important;
  -webkit-box-shadow: 0 2px 30px -5px rgba(145, 145, 145, 0.95) !important;
  -moz-box-shadow: 0 2px 30px -5px rgba(145, 145, 145, 0.95) !important;
  -o-box-shadow: 0 2px 30px -5px rgba(145, 145, 145, 0.95) !important;
  -ms-box-shadow: 0 2px 30px -5px rgba(145, 145, 145, 0.95) !important;
}
.blog-container .post-col .post-container:hover .post-action {
  right: 35px;
}
.blog-container .post-col-end {
  padding: 15px;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  -ms-border-radius: 7px !important;
  -o-border-radius: 7px !important;
  border-radius: 7px !important;
}
.comment-counter {
  padding-left: 6px;
}
.post-block {
  padding-top: 0;
}
.single-post {
  padding-bottom: 50px;
  border-bottom: 1px dashed #DBDBDB;
}
.single-post .post-body {
  padding-top: 20px;
  font-size: 14px;
  line-height: 2.1em;
}
.single-post .post-body a {
  color: #34495e;
  border-bottom: 1px solid;
}
.single-post .post-body p {
  margin-bottom: 15px;
}
.single-post .post-body h3 {
  margin-top: 15px;
}
.single-post .read-more {
  margin-top: 20px;
}
.single-post .post-img {
  max-height: 350px;
  display: inline-block;
}
.single-post img {
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-post:last-child {
  border-bottom: none;
}
.post-title {
  margin-top: 40px;
}
.socials {
  margin-top: 20px;
}
.tags {
  margin-top: 20px;
}
.tags a {
  border-bottom: 1px solid #34495e;
  padding-bottom: 2px;
}
.share-tag {
  padding-right: 30px;
}
.post-img-preview {
  max-height: 100px;
}
.post-created-by {
  color: #ababab;
}
.setting-disabled-notice i {
  font-size: 120px;
  color: #ffffff;
}
.setting-disabled-notice h4 {
  color: #ffffff;
}
.setting-disabled-notice p {
  color: #ffffff;
}
.submit-btn {
  margin-top: 20px;
}
.social-button-wrapper {
  text-align: left !important;
}
.settings-socials i.fa-circle {
  color: #A7A7A7;
}
.settings-socials .fa-stack {
  float: left;
}
.settings-socials .btn-theme {
  text-align: left;
}
.settings-socials .btn-theme:hover {
  cursor: auto;
  background-color: #ffffff;
}
.settings-socials .social-icon {
  color: #ffffff;
}
.settings-socials .social-text {
  padding-left: 15px;
}
.settings-socials .social-status {
  padding-left: 15px;
  font-size: 11px;
  font-weight: 100;
}
.settings-socials .not-connected {
  position: relative;
  top: 9px;
}
.settings-socials .social-square {
  height: 75px;
  margin-bottom: 20px;
}
.social-connected {
  padding-left: 20px !important;
  border: 2px solid #74BF94;
}
.social-disconnect,
.social-connect {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
}
.profile-tabs-heading {
  margin-top: 35px;
}
.circle-facebook.connected {
  color: #3b5998 !important;
}
.circle-linkedin.connected {
  color: #0077B5 !important;
}
.roster-profile-img {
  margin-right: 3px;
  margin-bottom: 5px;
}
.profile-img-lg {
  max-width: 160px;
  max-height: 160px;
}
.profile-img-md {
  max-width: 128px;
  max-height: 128px;
}
.profile-img-sm-round {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}
.profile-img-sm-xs-round {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}
.profile-img-xs-round {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}
.profile-img-md-round {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}
.profile-img-xs {
  max-width: 80px;
  max-height: 80px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
.profile-img-small {
  max-width: 60px;
  max-height: 60px;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  -ms-border-radius: 7px !important;
  -o-border-radius: 7px !important;
  border-radius: 7px !important;
}
.profile-img-xxs {
  max-width: 40px;
  max-height: 40px;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  -ms-border-radius: 7px !important;
  -o-border-radius: 7px !important;
  border-radius: 7px !important;
}
.spaced-profile-img {
  margin-bottom: 5px;
  margin-right: 5px;
}
.searchableProfileTypeahead {
  margin-bottom: 25px;
}
.uib-typeahead-match.active {
  background-color: #f2f2f2;
}
[uib-typeahead-popup].dropdown-menu {
  padding: 0;
}
.searchableProfile {
  width: 250px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  cursor: pointer;
}
.searchableProfile .username {
  padding-left: 10px;
}
.searchableProfile .occupation {
  font-size: 12px;
  padding-left: 10px;
  position: relative;
  top: -8px;
}
.searchableProfile img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
.profile-box {
  background-color: #F5F5F5;
  padding-top: 20px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
  width: 175px;
}
.profile-box .info {
  background-color: #DDDDDD;
  min-height: 50px;
  position: relative;
  top: -10px;
  left: -13px;
  width: 200px;
}
.profile-box .info .username {
  padding-top: 5px;
}
.profile-box .info .occupation {
  margin-top: -15px;
  font-size: 12px;
  padding-bottom: 5px;
}
.profile-box .info:before {
  left: 0;
  border-width: 1em 0 0 1em;
}
.profile-box .info:after {
  right: 0;
  border-width: 1em 1em 0 0;
}
.profile-box .info:before,
.profile-box .info:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #B6B6B6 transparent transparent transparent;
  bottom: -1em;
}
.profile-box .footer-actions {
  padding-bottom: 20px;
}
.profile-box .footer-actions .skill-rating {
  margin-top: -15px;
}
.profile-social {
  padding-top: 3px;
  font-size: 18px;
  color: #868585;
  width: 35px;
  height: 35px;
  text-align: center;
  display: inline-block;
  -o-border-radius: 25% !important;
  border-radius: 25% !important;
  margin-left: 2px;
  border: 1px solid #868585;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
}
.profile-social:hover {
  border: 1px solid #ebebeb;
  background: #ffffff;
  color: #000;
}
.contributor-icon {
  color: #1d3a50;
}
.profile-section {
  padding-top: 30px !important;
  min-height: 360px;
  border-right: none !important;
}
.profile-navigation {
  padding-top: 20px;
}
.profile-navigation .nav-tabs {
  border-bottom: none !important;
}
.desc {
  word-wrap: break-word;
}
.report-profile {
  line-height: 1.4;
}
.no-profile-intro h4 {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .birthdate-label {
    margin-top: 27px;
  }
}
.project-stage a {
  display: block;
  width: 25%;
  float: left;
}
.project-stage a .step {
  background-color: #efefef;
  height: 10px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.project-stage a:first-child .step {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 0;
}
.project-stage a:last-child .step {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 0;
}
.project-stage a:nth-child(1) .step.active {
  background-color: #08aa93;
}
.project-stage a:nth-child(2) .step.active {
  background-color: #af58ba;
}
.project-stage a:nth-child(3) .step.active {
  background-color: #ff7e08;
}
.project-stage a:nth-child(4) .step.active {
  background-color: #1d3b50;
}
.stages-column {
  margin-top: 7px;
}
@media (max-width: 992px) {
  .new-comment-area {
    padding-right: 30px;
  }
}
.project-created-by {
  position: relative;
  top: 15px;
}
.project-socials-row {
  position: relative;
  top: 30px;
}
.project-socials-row .project-socials-title {
  position: relative;
  top: 15px;
}
.project-socials-row .project-socials-list-element {
  margin-bottom: 10px;
}
.project-single {
  padding: 15px 10px;
  background-color: #F4F4F4;
  border: 1px solid #EAEAEA;
  margin-bottom: 20px;
  cursor: pointer;
}
.project-single:hover {
  background-color: #E1E1E1;
}
.project-single img {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
  margin-top: 2px;
  width: 30px;
  height: 30px;
}
.project-img {
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  border-radius: 6px !important;
  max-height: 160px;
}
.project-details-row div {
  padding: 10px 0;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  -o-border-radius: 2px !important;
  border-radius: 2px !important;
  border: 1px solid #e1e1e1;
}
.project-creator .tooltip.top {
  margin-top: -12px;
}
.project-members .tooltip.top {
  margin-top: -15px;
}
.project-members-title {
  margin-top: 10px;
}
.project-team-member {
  border: 2px dashed #E5E5E5 !important;
}
/**
 * Project comments
 */
.comments .single-comment {
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.comments .single-comment .ta-editor.ta-html,
.comments .single-comment .ta-scroll-window.form-control {
  min-height: 150px !important;
}
.comments .single-comment .ta-scroll-window > .ta-bind {
  min-height: 150px !important;
}
.comments .single-comment:last-child {
  border-bottom: none;
}
.comments .single-comment .comment-username {
  margin-bottom: 0;
}
.comments .single-comment .comment-username a {
  font-weight: bold;
}
.comments .single-comment .comment-actions li {
  font-size: 10px;
}
.comments .single-comment .comment-actions li:hover {
  cursor: pointer;
  color: #34495e;
}
.comments .single-comment .comment-profile-img {
  margin-top: 5px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .comments .single-comment .comment-profile-img {
    margin-left: 0;
  }
}
.comments .single-comment .comment-timestamp {
  color: #cecece;
}
.comments .single-comment .removed p {
  opacity: 0.5;
}
.comments .single-comment:hover {
  background-color: #fcfcfc;
}
.comment-filter-row {
  border-bottom: 2px solid #dadada;
}
.comment-filter-row .col-xs-12 {
  padding-right: 0;
}
.comment-validation-error {
  margin-right: 30px;
  display: inline-block !important;
}
.new-comment .ta-editor.ta-html,
.new-comment .ta-scroll-window.form-control {
  min-height: 150px !important;
}
.new-comment .ta-scroll-window > .ta-bind {
  min-height: 150px !important;
}
.project-team-member-single {
  min-height: 125px;
}
.private-indicator {
  position: relative;
  top: 3px;
  display: inherit;
}
/**
 * New project setup below here.
 * TODO: Delete unused classes etc. from the old setup
 */
@media (max-width: 768px) {
  .new-projects-container,
  .new-projects-container-featured {
    min-width: 360px;
  }
  .new-project-container {
    height: auto !important;
    padding-bottom: 20px;
  }
  .new-project-container .project-title {
    font-size: 20px;
  }
  .new-project-container small {
    font-size: 90%;
  }
  .new-project-see-more {
    text-align: center;
  }
  .more-mobile {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.project-main-container {
  padding-bottom: 50px;
}
.new-projects-container-featured {
  margin-top: 10px;
  margin-bottom: 85px;
}
.new-projects-container-featured .featured-top-bar h1 {
  font-weight: bold;
  position: relative;
  top: 10px;
}
.new-projects-container-featured .new-project-container {
  box-shadow: -1px 18px 40px -21px rgba(145, 145, 145, 0.95) !important;
  -webkit-box-shadow: -1px 18px 40px -21px rgba(145, 145, 145, 0.95) !important;
  -moz-box-shadow: -1px 18px 40px -21px rgba(145, 145, 145, 0.95) !important;
  -o-box-shadow: -1px 18px 40px -21px rgba(145, 145, 145, 0.95) !important;
  -ms-box-shadow: -1px 18px 40px -21px rgba(145, 145, 145, 0.95) !important;
}
.new-project-container {
  background-color: #ffffff;
  height: 280px;
  margin-top: 20px;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  border-radius: 6px !important;
}
.new-project-container .overlay {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  position: relative;
  text-align: center;
  padding-top: 20px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.new-project-container .overlay:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.new-project-container .overlay .view-project {
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.new-project-container .img-container {
  overflow: hidden;
  height: 130px;
}
.new-project-container .text-container {
  padding: 10px 10px 0;
}
.new-project-container .text-container .project-title {
  font-weight: bold;
}
.new-project-container .text-container .from-text {
  display: block;
  line-height: 1.8em;
  position: relative;
  top: -5px;
}
.new-project-container .members-container {
  padding-left: 10px;
}
.new-project-container .members-container .tooltip.top {
  margin-top: -7px;
}
.new-project-container .members-container .more-dots {
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 6px;
}
.new-project-category-top-bar h2 {
  position: relative;
  top: 15px;
  font-weight: bold;
}
.new-project-see-more {
  margin-top: 15px;
  margin-bottom: 10px;
}
.new-project-see-more a {
  font-size: 16px;
  position: relative;
  top: -5px;
  padding-right: 5px;
}
.new-project-see-more i {
  font-size: 35px;
  color: #34495e;
}
.no-projects {
  margin-top: 20px;
  margin-bottom: 40px;
}
.no-projects h4 {
  font-size: 24px;
}
.new-projects-sort-dropdown {
  margin-top: 10px;
  float: right;
}
.new-projects-sort-dropdown.no-pagination {
  float: left;
}
.new-projects-sort-dropdown.no-pagination .dropdown-menu {
  left: 0 !important;
  right: auto;
}
@media (max-width: 768px) {
  .new-projects-sort-dropdown {
    float: left !important;
  }
  .new-projects-sort-dropdown .dropdown-menu {
    left: 0 !important;
    right: auto !important;
  }
}
.new-projects-sort-dropdown .sort-text {
  padding-left: 15px;
}
.new-projects-sort-dropdown i {
  position: absolute;
  left: 10px;
  margin-top: 2px;
  color: #34495e;
}
.new-projects-sort-dropdown .dropdown-menu {
  right: 0;
  left: auto;
}
.new-projects-top-bar {
  margin-top: 25px;
}
.project-label {
  font-size: 11px;
  position: absolute;
  top: 114px;
  background-color: #34495ee6;
  padding: 8px;
  left: 25px;
}
.project-navigation {
  margin-top: 10px;
}
.project-navigation li {
  margin-right: 15px;
  padding: 0;
  font-size: 15px;
}
.project-navigation li a:focus {
  text-decoration: none;
  color: #34495e;
}
.project-navigation li.active {
  font-weight: bold;
  border-bottom: 2px solid #34495e;
}
.project-navigation li.active a {
  color: #34495e;
}
.project-created-ago {
  position: relative;
  top: -10px;
}
.more-projects-container {
  margin-top: 40px;
}
.more-projects-container .single-more-project {
  background-color: #ffffff;
  margin-bottom: 15px;
  min-height: 120px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
.more-projects-container .single-more-project .text-container {
  padding: 10px;
  text-align: left;
  line-height: 1.5em;
  background-color: rgba(0, 0, 0, 0.55);
  position: relative;
  top: 25px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
}
.more-projects-container .single-more-project .text-container a {
  color: #ffffff;
}
.more-projects-container .single-more-project .text-container:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.current-user {
  border: 1px solid #BFBFBF !important;
  background-color: #F7F7F7;
}
.team-profile-img {
  margin-bottom: 8px;
}
.active-lookups {
  -ms-word-break: break-all;
  word-break: break-all;
}
.member-single {
  margin-bottom: 15px;
  margin-left: 15px;
  padding: 20px;
  border: 1px solid #E5E5E5;
}
@media (max-width: 768px) {
  .member-single {
    padding-bottom: 40px;
  }
}
.member-single:hover {
  background-color: #F8F8F8;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
}
.member-single .username {
  padding-left: 10px;
  font-size: 14px;
}
.member-single .type {
  padding-left: 10px;
  font-size: 12px;
  margin-top: -5px;
}
.member-single .actions {
  position: absolute;
  top: 25px;
  right: -1px;
}
.member-single .actions .action-button {
  font-size: 15px;
  color: #AEAEAE;
  padding-right: 20px;
}
.member-single .actions .action-button:hover {
  color: #808080;
}
.member-single .actions .action-button i {
  margin-top: 10px;
}
.member-single .delete {
  position: absolute;
  top: -3px;
  right: -1px;
}
.member-single .delete .delete-button {
  font-size: 20px;
  color: #AEAEAE;
  padding-right: 20px;
}
.member-single .delete .delete-button:hover {
  color: #808080;
}
.member-single .delete .delete-button i {
  margin-top: 10px;
}
.invited {
  border: 1px solid #A1E5AE;
}
.request {
  border: 2px dashed #DDDDDD;
}
.pending-invite {
  border: 2px dashed #D9CF9C;
}
.pending-invite-single {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 20px;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .pending-invite-single {
    margin-right: 0 !important;
  }
}
.pending-invite-single .username {
  padding-left: 10px;
}
.pending-invite-single img {
  margin-top: 3px;
}
.pending-invite-single .occupation {
  padding-left: 10px;
  position: relative;
  top: -8px;
  font-size: 11px;
}
.pending-invite-single .actions {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
}
.pending-invite-single .actions i {
  cursor: pointer;
}
.invite-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.auto-team-container .people-node.highlight {
  font-weight: bold;
  margin-top: 20px;
}
.auto-team-container .people-node img {
  cursor: pointer;
}
.auto-team-container .results .label {
  cursor: pointer;
}
.auto-team-container .results .skill-name {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.auto-team-container .results .persons {
  padding: 15px;
  border: 1px solid #D8D8D8;
}
.auto-team-container .results .persons .username {
  padding-left: 10px;
}
.auto-team-container .results .persons .country-info {
  font-size: 12px;
}
.auto-team-container .results .persons:hover {
  background-color: #F9F9F9;
}
.auto-team-container .results .chosen {
  background-color: #F6F4F4;
}
.show-info {
  clear: both;
  margin-top: 5px;
}
.team-members .tooltip.top {
  margin-top: -15px;
}
@media (min-width: 992px) {
  .team-members li {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 180px;
    white-space: nowrap;
  }
}
.chat {
  overflow-y: auto;
  margin-bottom: 50px;
  height: 600px;
}
.chat::-webkit-scrollbar {
  width: 6px;
}
.chat::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #eee;
}
.chat::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #999;
}
.chat-max-height {
  overflow-y: auto;
  margin-bottom: 50px;
  max-height: 600px;
}
.chat-max-height::-webkit-scrollbar {
  width: 6px;
}
.chat-max-height::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #eee;
}
.chat-max-height::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #999;
}
.chat-offline {
  color: #c0392b;
}
.chat-message {
  word-wrap: break-word;
}
.chat-message .dark-bg {
  background-color: #E3E3E3;
}
@media (max-width: 550px) {
  .chat-profile-img {
    position: relative;
    left: -30px;
  }
}
.status-message {
  margin-bottom: 20px;
}
.chat-image {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .chat-image {
    display: none;
  }
}
@media (max-width: 480px) {
  .enter-notice {
    display: none;
  }
}
.chat-box {
  margin-bottom: 20px;
  background-color: #F3F3F3;
  border-radius: 4px;
  padding: 10px 20px;
}
.chat-box .username {
  color: #454545;
}
.chat-box .timestamp {
  color: #B3B3B3;
}
.chat-box:before {
  content: "\00a0";
  display: block;
  height: 16px;
  position: absolute;
  top: 20px;
  transform: rotate(29deg) skew(-35deg);
  -moz-transform: rotate(29deg) skew(-35deg);
  -ms-transform: rotate(29deg) skew(-35deg);
  -o-transform: rotate(29deg) skew(-35deg);
  -webkit-transform: rotate(29deg) skew(-35deg);
  width: 20px;
}
.me {
  float: left;
}
.me:before {
  left: -9px;
  background-color: #E3E3E3;
}
.you {
  float: left;
}
.you:before {
  left: -9px;
  background-color: #F3F3F3;
}
.message {
  white-space: pre-wrap;
}
.chat-actions {
  border: 1px solid #CCC;
  height: 52px;
  margin-top: -25px;
  padding: 15px;
  background-color: #FCFCFC;
}
.step-indicator {
  border-collapse: separate;
  display: table;
  margin-left: 0px;
  position: relative;
  table-layout: fixed;
  vertical-align: middle;
}
.step-indicator li {
  display: table-cell;
  float: none;
  padding: 0;
  width: 1%;
  border-color: #D2D2D2;
}
.step-indicator li:before {
  background-color: #e5e5e5;
  content: "";
  display: block;
  height: 3px;
  position: relative;
  top: 25px;
}
.step-indicator li:first-child:before {
  left: 50%;
}
.step-indicator li:last-child:before {
  right: 50%;
}
.step-indicator .active .step {
  background-color: #ABABAB;
  color: #ffffff;
}
.step-indicator .active .caption {
  color: #34495E;
}
.step-indicator .complete .step {
  background-color: #9BD066;
  color: #ffffff;
  border: none;
}
.step-indicator .incomplete .step {
  border-color: #ff3b30;
  color: #ff3b30;
}
.step-indicator .incomplete .caption {
  color: #ff3b30;
}
.step-indicator .active.complete .step {
  border-color: #2CA8FF;
  color: #2CA8FF;
}
.step-indicator .active.complete .caption {
  color: #2CA8FF;
}
.step-indicator .inactive .caption {
  color: #e5e5e5;
}
.step-indicator .step {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  color: #646464;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.step-indicator .caption {
  box-sizing: border-box;
  color: #ACACAC;
  padding: 11px 16px;
}
.step-wrapper {
  margin-bottom: 50px;
}
.step-wrapper input[type=number]::-webkit-inner-spin-button,
.step-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wizard-log-out {
  margin-right: 20px;
}
.skill-checkbox label {
  padding-left: 20px;
}
.profile-picture-placeholder {
  cursor: pointer;
}
.profile-picture-placeholder img {
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
  border-radius: 15px !important;
}
.activity {
  border-bottom: 1px solid #E9E9E9;
  padding: 10px;
  font-size: 12px;
  min-height: 40px;
}
.activity a {
  word-break: break-all;
}
.activity .activity-icon {
  width: 25px;
}
.activity .time {
  color: #C9C9C9;
}
.activity i {
  font-size: 16px;
}
.activity:last-child {
  border: 0;
  border-bottom: none;
}
.borderless-activity {
  border-bottom: none;
}
.feedback-launcher {
  background: #34495e;
  z-index: 20;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2) !important;
  -o-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2) !important;
  -ms-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.feedback-launcher i {
  position: relative;
  top: 15px;
  left: 17px;
  font-size: 26px;
  color: white;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
}
.feedback-launcher i.fa-times {
  left: 20px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.feedback-textarea {
  min-height: 75px !important;
}
.skillcategory {
  margin-bottom: 5px;
}
.show-chosen-skills {
  cursor: pointer;
}
.skill-remove-x {
  cursor: pointer;
}
.zipcodeSuggestions .single-zipcode {
  cursor: pointer;
  font-size: 12px;
  margin-top: 15px;
  border: dashed 1px #9C9C9C;
  min-height: 70px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}
.zipcodeSuggestions .single-zipcode:hover {
  background-color: whitesmoke;
}
.zipcodeSuggestions .single-zipcode i {
  color: #16a085;
}
.zipcodeSuggestions .single-zipcode.chosen {
  border: 1px solid green;
}
.people-node {
  margin-bottom: 20px;
}
.faded {
  opacity: 0.2;
}
.non-public .seperator-div {
  border-right: 1px solid #e7e7e7;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
}
.non-public .actions-div {
  padding-top: 40px;
  padding-bottom: 10px;
}
.non-public .title {
  margin-top: 20px;
  margin-bottom: -5px;
}
.forum-section {
  padding-bottom: 0;
}
.feature-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .idea-modal-title .editable-buttons {
    display: block !important;
    margin-top: 5px;
  }
}
.idea-actions {
  float: right;
}
@media (max-width: 992px) {
  .idea-actions {
    margin-top: 10px;
    float: left !important;
  }
}
.idea-category-box {
  min-height: 80px;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  border-radius: 8px !important;
  padding-left: 10px;
  padding-top: 1px;
  padding-bottom: 10px;
}
.idea-category-box .category-edit-button {
  position: absolute;
  right: 25px;
  top: 10px;
  font-size: 14px;
}
.idea-category-box .category-title {
  padding-top: 5px;
  padding-right: 35px;
}
.idea-category-box .idea-box {
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 12px 0 6px 10px;
  margin-top: 10px;
  margin-right: 10px;
}
.idea-category-box .idea-box .comments {
  font-size: 10px;
  margin-top: -10px;
}
.idea-category-box .idea-box:hover {
  background-color: #e1e1e1;
  cursor: pointer;
}
.idea-category-box .dndPlaceholder {
  list-style-type: none;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 2px dashed #dedede;
  margin-right: 10px;
  margin-top: 10px;
}
.open > .idea-dropdown-menu {
  display: block;
}
.idea-dropdown-menu {
  position: absolute;
  top: 30px;
  left: 60px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.idea-dropdown-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.idea-dropdown-menu li a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.modal-body-idea .body {
  white-space: pre-line;
}
.modal-body-idea .editable-controls {
  width: 100%;
}
.modal-body-idea .editable-input {
  width: 90%;
}
@media (max-width: 992px) {
  .modal-body-idea .editable-buttons {
    margin-top: 10px;
  }
}
.modal-footer-idea {
  padding: 20px 30px;
  border-top: 1px solid #e5e5e5;
}
.modal-footer-idea .comments {
  font-size: 12px;
}
.modal-footer-idea .comments .single-comment {
  background-color: #f8f8f8;
  padding: 15px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
  margin-bottom: 15px;
  border: 1px solid #eaeaea;
}
.modal-footer-idea .comments .single-comment .body {
  white-space: pre-line;
}
.modal-footer-idea .comments .single-comment .created {
  font-size: 10px;
  color: #424242;
}
.modal-footer-idea .comments .single-comment i {
  position: absolute;
  right: 30px;
  font-size: 20px;
  color: #c0392b;
  cursor: pointer;
}
.idea-color-example {
  cursor: pointer;
  margin-left: 30px;
  margin-bottom: 35px;
  height: 60px;
  width: 100px;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  border-radius: 8px !important;
}
.idea-color-example small {
  position: relative;
  top: -25px;
}
.idea-color-example i {
  font-size: 40px;
  position: absolute;
  left: 75px;
  top: 10px;
  color: white;
  text-shadow: 2px 2px 6px black;
}
.idea-categories-bg-color-0 {
  background-color: #ecf0f1;
}
.idea-categories-bg-color-1 {
  background-color: #d9a7ed;
}
.idea-categories-bg-color-2 {
  background-color: #6fc1f7;
}
.idea-categories-bg-color-3 {
  background-color: #ff9955;
}
.idea-categories-bg-color-4 {
  background-color: #4dd5ba;
}
.idea-categories-bg-color-5 {
  background-color: #52d591;
}
.idea-categories-bg-color-6 {
  background-color: #aac9e9;
}
ul[dnd-list],
ul[dnd-list] > li {
  position: relative;
}
.mce-widget.mce-tooltip {
  display: none !important;
}
#chatter ul.discussions li a.discussion_list .chatter_post_actions p,
#chatter ul.discussions li .chatter_posts .chatter_post_actions p {
  border: 1px solid;
  background: none !important;
}
.label-warning {
  color: white !important;
}
.label-warning:hover {
  color: white !important;
}
.chatter_body p {
  word-wrap: break-word;
}
.chatter_body a {
  color: #3498db;
  text-decoration: underline;
}
.chatter_middle h3.chatter_middle_title {
  word-break: break-all;
}
.chatter_middle h3.chatter_middle_title .chatter_cat {
  display: inline-block !important;
}
@media (max-width: 768px) {
  .chatter_middle h3.chatter_middle_title .chatter_cat {
    display: table !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.chatter_middle_details.updated_at {
  display: block;
  position: relative;
  top: -7px;
}
@media (max-width: 768px) {
  #chatter ul.discussions li a.discussion_list .chatter_middle,
  #chatter ul.discussions li .chatter_posts .chatter_middle {
    margin-left: 10px !important;
  }
}
.sticky-div {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .sticky-div {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  #chatter #new_discussion {
    margin-left: 0 !important;
    left: 0 !important;
    width: 100% !important;
    border: 0 !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top: 5px solid #34495e !important;
  }
}
#chatter.discussion #new_response #new_discussion {
  border: 1px solid #f1f5ff !important;
}
@media (max-width: 768px) {
  #chatter #new_discussion .chatter-close {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #chatter #editor #tinymce_placeholder {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #chatter #chatter_category_id {
    left: 0px !important;
  }
}
@media (max-width: 768px) {
  #chatter .chatter_avatar img,
  #chatter .chatter_avatar span {
    height: 30px !important;
    width: 30px !important;
  }
  #chatter .chatter_avatar .chatter_avatar_circle {
    line-height: 30px !important;
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  #chatter .conversation ul.discussions li .chatter_posts .chatter_middle {
    padding-left: 40px !important;
  }
}
@media (max-width: 768px) {
  #chatter.discussion #new_response {
    padding-left: 60px !important;
  }
}
@media (max-width: 992px) {
  #chatter ul.discussions {
    padding-top: 20px !important;
    border-top: 1px solid #e2e1e1;
    margin-top: 20px !important;
  }
}
#chatter ul.discussions li a.discussion_list .chatter_post_actions,
#chatter ul.discussions li .chatter_posts .chatter_post_actions {
  position: relative !important;
  right: 0 !important;
  top: 0 !important;
  left: 0 !important;
  margin-bottom: 40px !important;
  margin-top: 20px !important;
  margin-left: 75px;
}
#chatter ul.discussions li .chatter_posts .chatter_post_actions p {
  float: left !important;
}
@media (max-width: 768px) {
  #chatter ul.discussions li .chatter_posts .chatter_post_actions p {
    float: right !important;
  }
}
#chatter #chatter_header h1 {
  line-height: 40px !important;
  margin-top: 0 !important;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}
#chatter #chatter_header a.back_btn {
  margin-top: 5px !important;
}
.header-category-column {
  float: right;
}
@media (max-width: 992px) {
  .header-category-column {
    float: left !important;
  }
}
#chatter #chatter_header span {
  margin-left: 0 !important;
}
@media (max-width: 500px) {
  #chatter #chatter_header span {
    line-height: 1 !important;
  }
}
@media (max-width: 500px) {
  #chatter #chatter_header a {
    display: block;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
#chatter ul.discussions li .chatter_posts .chatter_warning_delete {
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
}
#chatter ul.discussions li .chatter_posts .chatter_warning_delete .btn {
  top: 0 !important;
}
@media (max-width: 767px) {
  #chatter ul.discussions li .chatter_posts .chatter_warning_delete .btn {
    margin-top: 30px;
  }
}
#chatter ul.discussions li a.discussion_list .chatter_middle h3.chatter_middle_title .chatter_cat {
  font-weight: normal !important;
}
.sticky-icon {
  position: relative;
  left: -20px;
  top: -20px;
  background-color: #e63939;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}
.sticky-icon i {
  position: relative;
  top: 2px;
}
.sticky-icon-discussion {
  margin-left: 10px;
  color: #b14141 !important;
}
.chatter_sidebar .nav-pills > li.active > a {
  color: #3D454C;
  background-color: transparent;
  font-weight: bold;
}
.partner-box {
  border: 1px solid #ddd;
  border-right-color: #FFF;
  border-left-color: #FFF;
  padding: 24px;
  margin-top: -1px;
  min-height: 330px;
  height: 330px;
}
.partner-box:hover {
  background-color: #f6f6f7;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.partner-box img {
  opacity: 0.7;
  filter: alpha(opacity=60);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
}
.partners-row {
  margin-top: 75px;
  margin-bottom: 75px;
}
.similar-lookup-container {
  background-color: #fcfbfb;
  padding: 10px 15px;
  border-radius: 3px;
  min-height: 105px;
  border: 1px solid #ececec;
  margin-bottom: 15px;
}
.similar-lookup-container h5 {
  line-height: 1.3;
}
.similar-lookup-container small {
  position: relative;
  top: -10px;
}
.single-wiki {
  padding: 30px;
  background-color: #ffffff;
}
.wikis-list .single-wiki-item {
  background-color: #ffffff;
  padding: 15px;
  border-bottom: 1px solid #ececec;
}
.wiki-created-by {
  position: relative;
  top: -10px;
}
.wiki-stats {
  padding-left: 8px;
  position: relative;
  top: -10px;
}
.community-search-input {
  padding: 0 30px;
  height: 60px;
  font-size: 16px;
  padding-right: 60px;
}
.community-search-input-icon {
  position: absolute;
  top: 17px;
  font-size: 28px;
  right: 40px;
  color: #cdcdcd;
}
@media screen and (max-width: 400px) {
  .community-search-input-icon {
    display: none;
  }
}
.wiki-created-ago {
  position: relative;
  top: 20px;
}
.wiki-title {
  line-height: 1.5;
}
.wiki-title-total {
  float: left;
  position: relative;
  top: 5px;
}
.wiki-sort-by {
  padding-left: 15px;
}
.wiki-profile-info-box img {
  float: left;
}
.wiki-profile-info-box p {
  float: left;
  padding-top: 20px;
  padding-left: 10px;
  line-height: 1.5;
}
.community-wiki-approve-form {
  float: left;
  margin-right: 20px;
}
.total-resources-found {
  position: relative;
  top: 20px;
}
.community-search-result-list .item:nth-child(even) {
  background-color: #fafafa;
}
.community-search-result-list .result-created-ago {
  position: relative;
  top: 20px;
}
.community-search-result-list .result-created-by {
  position: relative;
  top: -10px;
}
.community-search-result-list .result-type {
  position: relative;
  top: 15px;
  text-transform: uppercase;
}
.statistic-small {
  margin-left: 10px;
}
.upvote-wiki i {
  font-size: 20px;
}
.dashboard-menu li.active a {
  font-weight: bold;
}
.user-dashboard-left-menu {
  text-align: left;
  display: inline-block;
}
.contact-textarea {
  resize: none;
}
.search-advanced-container .result-list {
  margin-bottom: 50px;
}
.search-advanced-container .result-list li {
  padding: 15px;
  background-color: white;
  margin-bottom: 10px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
}
.search-advanced-container .result-list li img {
  padding-right: 10px;
}
.search-advanced-container .result-list li:hover {
  background-color: #eaeaea;
}
.follower-container {
  background-color: #fcfcfc;
  border: 1px solid #eaeaea;
  height: 175px;
  padding: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
}
.follower-container:hover {
  background-color: #f3f3f3;
}
.follower-container .username {
  margin-top: 15px;
  font-weight: bold;
}
.follower-container .occupation {
  margin-top: -5px;
  line-height: 1.3;
}
.top-profile-indicator img {
  float: left;
}
.top-profile-indicator p {
  position: relative;
  top: 10px;
  left: 10px;
}
.top-profile-indicator h5 {
  position: relative;
  left: 10px;
  font-size: 20px;
}
.following-list-dashboard .following-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.following-list-dashboard .following-item:last-child {
  border-bottom: none !important;
}
.following-list-dashboard .following-item img {
  float: left;
}
.following-list-dashboard .following-item a {
  position: relative;
  left: 10px;
  top: 10px;
}
.following-list-dashboard .following-item a span {
  position: relative;
  top: -10px;
}
.following-list-dashboard .following-item button {
  position: relative;
  top: -10px;
}
.why-register-text {
  color: #ffffff;
}
@media (max-width: 992px) {
  .why-register-text {
    text-align: center;
    margin-top: 50px;
  }
}
.why-register-text a {
  color: #ffffff;
  font-weight: bold;
}
.why-register-text h2 {
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 15px;
}
.why-register-text .totally-winning-arguments i {
  font-size: 20px;
  padding-right: 5px;
  position: relative;
  top: 2px;
}
.why-register-text .totally-winning-arguments .awesome-point {
  font-size: 14px;
}
.leaderboard-description {
  line-height: 1.5;
  display: block;
}
.leaderboard-entry-container {
  margin-bottom: 20px;
}
.leaderboard-entry {
  background-color: #f6f6f6;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-backface-visibility: hidden;
}
.leaderboard-entry:hover {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1) !important;
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1) !important;
}
.leaderboard-entry .profile {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.leaderboard-entry .profile img {
  margin-right: 10px;
}
.leaderboard-entry-top {
  background-color: #f6f6f6;
  padding: 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-backface-visibility: hidden;
}
.leaderboard-entry-top:hover {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1) !important;
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1) !important;
}
.leaderboard-entry-top .rank .fa-trophy {
  font-size: 34px;
  position: relative;
  top: 6px;
}
.leaderboard-entry-top .rank .fa-trophy.first {
  color: #FFD700;
}
.leaderboard-entry-top .rank .fa-trophy.second {
  color: #C0C0C0;
}
.leaderboard-entry-top .rank .fa-trophy.third {
  color: #cd7f32;
}
.leaderboard-entry-top .profile {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.leaderboard-entry-top .profile img {
  margin-right: 10px;
}
.leaderboard-entry-top .profile a {
  font-size: 16px;
}
.leaderboard-entry-top .score .number {
  display: block;
  font-size: 26px;
  font-weight: bold;
}
.leaderboard-entry-top .score .text {
  line-height: 1.7;
  display: block;
}
@media (max-width: 992px) {
  .explainer-one {
    margin-bottom: 70px;
  }
}
.special-event-block {
  padding: 20px 0 !important;
}
.special-event-container .statistic-box {
  background-color: #f5f5f5;
  padding: 20px;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
}
.special-event-container .statistic-box .data {
  font-size: 30px;
  font-weight: bold;
}
.timeline-dashboard .entry {
  margin-bottom: 10px;
  padding: 15px;
  background-color: #f0f0f0;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
.timeline-dashboard .entry .actions {
  font-size: 18px;
}
.timeline-dashboard .entry .actions i {
  margin-right: 10px;
}
.project-timeline-tab {
  min-height: 300px;
}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline li {
  margin-bottom: 20px;
  position: relative;
}
.timeline li:before,
.timeline li:after {
  content: " ";
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li .timeline-panel {
  width: 43%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background-color: #f9f9fa;
}
.timeline li .timeline-panel.from-app {
  background-color: #fff !important;
}
.timeline li .timeline-panel.from-app:after {
  border-left-color: #fff !important;
  border-right-color: #fff !important;
}
.timeline li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline li .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #f9f9fa;
  border-right: 0 solid #f9f9fa;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline li .timeline-badge {
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #34495e;
  z-index: 100;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}
.timeline li .timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline li .timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline li .timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline li .timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline li .timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline li.timeline-inverted .timeline-panel {
  float: right;
}
.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-date-heading {
  font-weight: bold;
  margin-top: 7px;
  text-align: center;
}
@media (max-width: 767px) {
  .timeline-date-heading {
    text-align: left !important;
  }
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body p,
.timeline-body ul {
  white-space: pre-wrap;
  margin-bottom: 0;
}
.timeline-body p + p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline li .timeline-panel {
    width: calc(100% - 90px) !important;
    float: right;
  }
  ul.timeline li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  ul.timeline li .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
}
.create-notice {
  margin-top: 25px;
}
.globals {
  display: inline-flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1500;
}
