* {
    box-sizing: unset;
}

@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|PT+Sans:400,700');

body,
input, button, select, textarea,
.navbar-search .search-query,
.AnyTime-pkr .AnyTime-hdr,
.AnyTime-pkr .AnyTime-btn,
.AnyTime-pkr .AnyTime-body,
.AnyTime-pkr th.AnyTime-dow,
#site,
.google-visualization-table-table {
  font-family: "PT Sans", Helvetica, Arial, sans-serif !important;
}

#dashboard .output .title a.stream {
  display: none;
}

.networkinfo.alert {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    width: 308px;
    padding: 5px 0;
    border-radius: 0;
    z-index: 1;
}

.networkinfo.alert.no-content {
  background-color: white;
  color: grey;
  vertical-align: middle;
  border: none;

  text-align: left;
  display: flex;
  /*padding: 10px 0px;*/
  /*padding: 30px 0px;*/
  /*color: #DDDDDD;*/
  color: #CCCCCC;

  padding: 30px 15px;
  width: auto;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.networkinfo.alert.no-content:before {
  content: "\f0eb";
  font-family: FontAwesome;
  font-size: 3rem;
  padding-top: 9px;
  padding-right: 15px;
}

.icon-suggestion {
  display: none;
}

.icon-suggestion:before {
  content: "\f0eb";
}

.network_result .alert {
  width: auto;
  position: inherit;
  text-align: left;
}

.modal form {
  margin-bottom: 0;
}

#site textarea,
#dashboard #post form textarea,
#dashboard .output .post {
  font-size: 0.85rem; /* 0.9rem */
}

#site {
  font-size: 0.75rem;
}

#dashboard #post form textarea {
  padding: 10px;
  width: 768px;
  height: 75px;
}

#dashboard .output .post {
  line-height: 1.3;
}

#dashboard .output .post .asset { margin: 8px 0px; }
#dashboard .output .post .body {
  margin: 5px 0px;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

#dashboard #post #imagepreview {
  height: 100px;
  width: 100px;
}

#dashboard #post #imagepreview img {
  max-height: 100%;
  padding-top: 0px;
  width: 100%;
  height: auto;
}

#post-the-form {
  margin-top: 12px;
}

#dashboard #post #postform_right_btns {
  top: 20px;
}

#dashboard #blacklist textarea {
  padding: 10px;
  font-size: 0.85rem;
}

#site textarea {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

/* TODO UNREAD PAGE */

#markallasdone {
  margin: 20px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
}

.bootstrap-tagsinput {
  width: 49.5%;
}

.bootstrap-tagsinput input {
  height: 10px;
}

/* BUTTONS */

.btn {
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: all .2s ease-in-out;
  font-weight: 700;
}

.btn {
  /*background-image: unset;*/
  /*background-color: #f5f5f5;*/
  /*background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);*/
  background-image: linear-gradient(to bottom, #f5f5f5, #f5f5f5);
}

.btn:hover {
  background-position: 0 -15px;
}

.btn-success:hover {
  background-position: unset;
}

.btn-mini {
  /*padding: 1px 6px;*/
  padding: 3px 7px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 0.75rem;
}

.btn-danger {
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
}

#dashboard #postslider.btn {
  background: #efefef;
  border-radius: 0 0 4px 4px;
}

#dashboard #postslider.btn:hover {
  background: #CCCCCC;
}

#dashboard #postslider.btn {
  background-image: linear-gradient(-171deg, #4B925A 2%, #0E653D 100%);
  color: white;
  text-shadow: none;
}

#dashboard #postslider.btn.encollapsed {
  background: #efefef;
}

#aff_btn { display: none; }

#dashboard #post {
  border-radius: 0 0 20px 20px;
}

#dashboard .output .post .date,
#dashboard .output .post .stats {
  display: inline-block;
  float: right;
  margin-top: 20px;
  margin-bottom: 5px;
}

.reply #dashboard .output .post .date,
.reply #dashboard .output .post .stats {
  margin-top: 10px;
}

#dashboard #private_messages .output .post .date,
#dashboard #private_messages .output .post .stats {
  /*display: inline-block;
  float: right;*/
  margin-top: 10px;
}

#dashboard #private_messages .output .post {
  padding-bottom: 40px;
}

#dashboard .output .post .actions {
  opacity: .3;
  display: inline-block;
  margin-top: 18px;
  /*margin-top: 20px;*/
}

#dashboard .output .post:hover > .actions {
  opacity: 1;
}

.btn.disabled, .btn[disabled] {
  opacity: .5;
}

#dashboard .output .reply span.user,
#dashboard .output .reply span.body {
  margin-right: 3px;
}

/* LECTORATE ETC. */

#dashboard #post_fields, #dashboard #lectors {
  margin-left: 110px;
  padding: 10px;
}

#dashboard #lectors input[type="radio"] {
  margin-bottom: 3px;
}

#dashboard #lectors label {
  padding-right: 20px;
}

#dashboard #lectors label:last-of-type {
  padding-right: 0;
}

/* BTN BUTTONS aus theme.scss START */

.btn {
  font-family: $font-family-headings;
  font-weight: 700;
  border-radius: $button-border-radius;
}

.btn, .btn:hover {
  background-position: unset;
}

.btn-success {
  background-image: linear-gradient(-171deg, #4B925A 2%, #0E653D 100%);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25);
  border: none;
}

.btn-success:hover {
  background-image: linear-gradient(-171deg, #0E653D 2%, #0E653D 100%);
}

.btn-outline-success {
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25);
  border-width: 1px;
  border-style: solid;
  border-color: #489059;

  color: #489059;
}

.btn-primary,
.btn-success {
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25);
  border: none;
}

.btn-primary {
  background-image: linear-gradient(-165deg,#0035b2 0,#001b93 97%);
}

.btn-primary:hover {
  background-image: linear-gradient(-165deg,#001b93 0,#001b93 97%);
}

/* BTN BUTTONS aus theme.scss ENDE */

/* #menu, #menu_home {
  max-height: 130px;
  height: unset;
  transition: all .2s ease-in-out;
}

#menu:hover,
#menu_home:hover {
  max-height: 500px;
  transition: all .2s ease-in-out;
} */

#menu, #menu_home {
  height: unset;
}

.navigation-inner {
  max-height: 68px;
  transition: all 2.2s ease-in-out;
}

.navigation-inner:hover {
  max-height: 100%;
  transition: all 2.2s ease-in-out;
}

#dashboard, .page { top: 131px; }
#dashboard .post-fixed { top: 126px; }

/*.top-bar { display: none; }
#menu, #menu_home { height: 77px; }
#dashboard, .page { top: 77px; }
#dashboard .post-fixed { top: 77px; }*/
#dashboard #post { background-image: linear-gradient(180deg, #E3E3E3 0%, #F5F5F5 20%); }

#menu ul.navi > li.active > a,
#menu ul.navi > li > a:hover,
#menu_home ul.navi > li.active > a,
#menu_home ul.navi > li > a:hover {
  background-color: rgba(0,0,0,.05);
  padding: 5px 5px 4px;
  /*padding: 5px 10px 4px;*/
}

#menu ul.navi,
#menu_home ul.navi {
  /*margin-top: 8px;*/
  margin-top: 6px;
  /* margin-bottom: 8px; */
  margin-bottom: 0px;
}

#menu:hover ul.navi,
#menu_home:hover ul.navi {
  /* margin-bottom: 4px; */
}

#menu ul.navi li,
#menu_home ul.navi li {
  /* margin-bottom: 10px; */
  margin-bottom: 5px;
}

#menu:hover ul.navi li,
#menu_home:hover ul.navi li {
  /* margin-bottom: 10px; */
}

#menu .navigation-inner, #menu_home .navigation-inner {
  /*background-color: #e3e3e3;*/
  background-image: linear-gradient(-180deg, #E3E3E3 0%, #DDD 100%);
  box-shadow: none;
}

#menu ul.navi,
#menu_home ul.navi {
  max-width: 1080px;
  /*max-width: 1210px;*/
}

#menu ul.navi > li > a,
#menu_home ul.navi > li > a {
  color: #001C93;
  padding: 5px 5px 4px;
  border-radius: 4px;
  /*padding: 5px 10px 4px;*/
  /*border: 1px solid #001C93;*/
  margin: 0 20px 0 0;
}

#menu_home ul.navi > li > a > i {
  color: #001C93;
}

.navigation-inner ul.navi > li > a.logo > img {
  max-height: 52px;
  width: auto;
}

#menu ul.navi li.small,
#menu_home ul.navi li.small {
  margin-bottom: 0;
  margin: 0px;
  /*margin: 0px 5px;*/
  margin-bottom: 2px;
  margin-top: 2px;
}

#menu ul.navi > li.small > a,
#menu_home ul.navi > li.small > a {
  /*min-width: 98px;*/
  /*min-width: 72px;*/
  /* min-width: 81px; */
  /*min-width: 45px;*/
  min-width: 103px;
  position: relative;
  display: flex;
  min-height: 16px;
  line-height: 1.1;
  margin: 0;
  color: #959595;
}

#menu ul.navi > li.small > a i,
#menu_home ul.navi > li.small > a i {
  font-size: 1rem;
  margin-right: 5px;
  margin-top: -2px;
}

#menu ul.navi > li.small > a br,
#menu_home ul.navi > li.small > a br {
  display: none;
}

#menu ul.navi li:nth-child(7) {
  /*border-right: 1px solid grey;*/
  /* DAS WIEDER AKTIVIEREN */
  /*margin-right: 15px;*/
}

/*@media (max-width: 1120px) */
@media (max-width: 1300px) {
  #menu ul.navi,
  #menu_home ul.navi {
    max-width: 860px;
    /*max-width: 1080px;*/
    /*max-width: 1210px;*/
  }

  #menu ul.navi li:nth-child(2) {
    /*border-right: 1px solid grey;*/
    margin-right: 15px;
  }

  #menu ul.navi li:nth-child(n+3),
  #menu_home ul.navi li:nth-child(n+3) {
    margin-bottom: 0;
    margin: 0px;
    /*margin: 0px 5px;*/
    margin-bottom: 2px;
    margin-top: 2px;
  }

  #menu ul.navi > li:nth-child(n+3) > a,
  #menu_home ul.navi > li:nth-child(n+3) > a {
    /*min-width: 98px;*/
    min-width: 103px;
    /*min-width: 72px;*/
    /*min-width: 45px;*/
    position: relative;
    display: flex;
    min-height: 16px;
    line-height: 1.1;
    margin: 0;
    color: #959595;
  }

  #menu ul.navi > li.small > a,
  #menu_home ul.navi > li.small > a {
    /*min-width: 98px;*/
    /*min-width: 72px;*/
    min-width: 103px;
  }

  #menu > div.navigation > div > ul > li:nth-child(3) > a > br,
  #menu ul.navi > li:nth-child(n+3) > a > br,
  #menu_home ul.navi > li:nth-child(n+3) > a > br {
    display: none;
  }

  #menu ul.navi > li:nth-child(n+3) > a i,
  #menu_home ul.navi > li:nth-child(n+3) > a i {
    font-size: 1rem;
    margin-right: 5px;
    margin-top: -2px;
  }
}

#menu,
#menu_home {
  background-color: #f1f2f2;

  /*border-bottom: 1px solid #001c93;*/
  border-bottom: 1px solid rgba(0,28,147,.5);
}

#menu .navigation-inner,
#menu_home .navigation-inner {
  /*border-top: 1px solid #001c93;*/
  background-image: linear-gradient(-180deg, #F3F2F2 50%, #DDD 100%);
}

#menu #logo {
  display: block;
  height: 52px;
  width: 112px;
  background: transparent url(/img/sometoo_logo_extended_app@2x.png) no-repeat;
  background-size: cover;
}

#menu #logo {
  margin: 0 auto 10px;
}

@media (max-width: 1400px) {
  #menu #logo {
    margin: 0 0 10px 15px;
  }
}

#version {
  display: none;
}

#userinfobox {
  top: 3px;
  height: 42px;
  border-bottom: 1px solid #e2e2e2;
  background-color: #e2e2e2;

  border-top: none;
  top: 0px;
  border-bottom: 1px solid #fff;
  border-radius: 0 0 10px 10px;
  padding: 5px 10px 10px 48px;
}

#userinfobox #logout {
  padding-top: 5px;
}

a {
  color: #001c93;
}

.accordion-inner p strong {
  font-size: 1.3rem;
}

/* LOGIN SCREEN */

#logo {
  /*height: 52px;
  width: 112px;*/
  height: 70px;
  width: 152px;
  background: transparent url(/img/sometoo_logo_extended_app@2x.png) no-repeat;
  background-size: cover;
}

#login_form #logo {
  margin: 0 auto 25px;
}

#login_form {
  background: #f5f5f5;
  border-radius: 4px;
  border: none;
  padding: 0px 10px 10px;

  border: 1px solid #ccc;
  background-image: linear-gradient(-180deg, #F3F2F2 85%, #DDD 100%);
  /* box-shadow: 0px 0px 10px lightgrey; */
}

#loginlinks {
  font-size: 0.85rem;
}

#login_form input[type="text"],
#login_form input[type="password"] {
  height: 100%;
  box-sizing: border-box;
  padding: 12px;
  width: 100%;
  font-size: 1rem;
}

#login_form input[type="submit"] {
  margin-right: 0px;
}

#login_form, #loginlinks {
  width: 340px;
}

/* Dashboard – networks */

#dashboard .output .title li.active a {
  border: none;
}
#dashboard .output .title li.pull-right a {
  margin-top: 0px;
  margin-right: 0px;
  color: white;
  border: none;
  border-radius: 0 4px 0 0;
  height: 35px;
  background: transparent;
  text-shadow: none;
  padding: 0px;
  box-shadow: none;
}

#dashboard .output .title li.pull-right a:hover {
  background: rgba(255, 255, 255, 0.25);
}

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs .icon-large[class^="icon-"],
.nav-pills .icon-large[class^="icon-"],
.nav-tabs .icon-large[class*=" icon-"],
.nav-pills .icon-large[class*=" icon-"]
{
  line-height: 33px;
}

.network .title {
  border-radius: 4px 4px 0 0;
  height:
}

.network.twitter .title { background-color: #33cbfd; }
.network.xing .title { background-image: linear-gradient(to bottom,#009a81,#007575); }
.network.linkedin .title { background-color: rgb(0,119,181); }
.network.pinterest .title { background-color: rgb(203,32,39); }
.network.googleplus .title { background-color: rgb(220,78,60); }
.network.facebook .title { background-color: rgb(73,99,154); }
.network.youtube .title { background-color: rgb(229,45,39); }
.network.telegram .title { background-color: #0088cc; }
.network.tiktok .title { background-color: #000000; }
.network.tiktok .title { background-color: #000000; }
.network.instagram .title { background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000); }
.network.gmb .title { background-color: #498cad; }

#dashboard .output .title a,
.network .output .title li.active a {
  background-position: 10px center;
}

.network.twitter .output .title li.active a {
  background: transparent url('/img/twitter-48x48.png') no-repeat;
  /*background-size: contain;*/
  background-size: 22px 22px;
}
.network.xing .output .title li.active a {
  background: transparent url('/img/xing-logo_91x36.png') no-repeat;
  background-size: 51px 20px; /* 61px 24px */
}

.network.linkedin .output .title li.active a {
  background: transparent url('/img/linkedin-logo-white-21px.png') no-repeat;
  background-size: 84px 21px;
}

.network.googleplus .output .title li.active a {
  background: transparent url('/img/google_plus_logo_74x47.png') no-repeat;
  background-size: 31px 20px;
}

.network.pinterest .output .title li.active a {
  background: transparent url('/img/pinterest_logo_48x48.png') no-repeat;
  background-size: 22px 22px;
}
.network.facebook .output .title li.active a {
  background: transparent url('/img/facebook_logo_white_50x50.png') no-repeat;
  background-size: 22px 22px;
}
.network.youtube .output .title li.active a {
  background: transparent url('/img/youtube-logo-light_50x22.png') no-repeat;
  background-size: 50px 22px;
}
.network.instagram .output .title li.active a {
  background: transparent url('/img/instagram_logo_white_48x48.png') no-repeat;
  background-size: 22px 22px;
}

/* Language Switcher */

.website.landingpage .langswitch {
  width: 80px;

  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  float: right;
  margin-top: 15px;
  margin-left: 15px;
}

.landingpage .select2-search--dropdown {
  display: none;
}

.langswitch, .landingpage .select2-container {
  font-family: "PT Sans Narrow", sans-serif;
}

.langswitch .select2-container--default .select2-selection--single {
  border: none;
  background-color: rgba(255,255,255,.1) !important;
}

.langswitch .select2-container--default .select2-selection--single .select2-selection__arrow {
  all: unset;
}

.langswitch .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 21px;
  border-color: #fff transparent transparent transparent;
  border-width: 8px 7px 0 7px;
  margin-left: -5px;
}

.langswitch .select2-container--default .select2-selection--single .select2-selection__rendered {
  /*padding-left: 10px !important;*/
  padding-left: 12px !important;
  padding-right: 12px !important;
  text-align: center;
  color: #fff;
  padding-top: 24px;
}

.langswitch .select2-container--open .select2-dropdown--below {
  border: none;
  color: #fff;
}

/* navbar-fix */

.navbar-nav.floating {
  all: unset;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 15px;
  float: right;
  font-family: "PT Sans Narrow",sans-serif !important;
}

/* ONLY TEMPORARILY */
.banner-1 {
  background-image: url(http://sometoo.de/img/landing/static_content/fotolia_135174695.jpg);
}

/* FIXES */

#userinfobox #logout i { margin-left: 4px; }
#dashboard #settings_slider { margin-top: -10px; }
#dashboard #post #infonetworks { margin-right: 0px; top: -3px; position: relative; }
/*#dashboard #networks { padding-top: 210px !important; }*/
#dashboard #post #syncall + label { margin-left: 20px; }
#login_form input[type="submit"] { margin-right: -4px; }
#dashboard #searchbtn {
  right: 5%;
  position: fixed;
  top: 60px !important;
}

#companies #company_edit {
  margin-bottom: 80px;
  float: right;
}

#companies #pagination a,
#users #pagination a{
  margin: 0 10px;
}

.comments { background: transparent !important; }
.reply.clearfix { background: #e4e2e2; clear: both; }

#users legend, #company_edit legend, #addcompform legend, #multiForm legend {
  width: inherit;
  padding-right: 10px;
}

#multiForm fieldset button { margin-top: 7px; }

/* DEMO & CONTACT FORM */

.demo .content,
.contact .content {
  padding-top: 40px;
  padding-bottom: 100px;
}


/* ACCOUNTS PAGE */
/* taken from towncountry-personalization.css */

a.editable:hover {
  text-decoration: none;
}

ul#accs-summary.v2 .well {
  cursor: pointer;
  padding: 0 !important;
  border: none;
}

ul#accs-summary.v2 .well .inner {
  margin: 0 !important;
  display: flex;
}

ul#accs-summary.v2 .well .inner .name {
  width: 28%;
  box-sizing: border-box;
  padding: 20px 0px 20px 30px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;

}

ul#accs-summary.v2 .well .inner .name h4 {
  overflow-wrap: break-word;
  word-break: break-all;
}

ul#accs-summary.v2 li.disabled .well .inner .name {
  /*opacity: .5;*/
  background-image: none !important;
  background-color: silver !important;
}

ul#accs-summary.v2 .well .inner .name h3 {
  padding-left: 30px;
  line-height: 100%;
  color: white;
  background-size: auto 100% !important;
  margin: 0;
}

ul#accs-summary.v2 li .well #add-acc #add-acc-panel span i.disabled {
  color: rgb(149,149,149);
}

ul#accs-summary.v2 li[data-netid="0"] .well .inner .name { background-color: rgb(0,28,147); } /* Accounts summary */
ul#accs-summary.v2 li[data-netid="1"] .well .inner .name { background-color: rgb(73,99,154); } /* Facebook */
ul#accs-summary.v2 li[data-netid="12"] .well .inner .name { background-color: rgb(73,99,154); } /* Facebook */
ul#accs-summary.v2 li[data-netid="2"] .well .inner .name { background-color: rgb(220,78,60); } /* Googleplus */
ul#accs-summary.v2 li[data-netid="3"] .well .inner .name { background-color: #33cbfd; } /* Twitter */
ul#accs-summary.v2 li[data-netid="4"] .well .inner .name { background-image: linear-gradient(to bottom,#009a81,#007575); } /* XING */
ul#accs-summary.v2 li[data-netid="5"] .well .inner .name { background-color: rgb(0,119,181); } /* LinkedIn */
ul#accs-summary.v2 li[data-netid="6"] .well .inner .name { background-color: rgb(203,32,39); } /* Pinterest */
ul#accs-summary.v2 li[data-netid="7"] .well .inner .name { background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000); } /* Instagram */
ul#accs-summary.v2 li[data-netid="8"] .well .inner .name { background-color: rgb(229,45,39); } /* YouTube */
ul#accs-summary.v2 li[data-netid="9"] .well .inner .name { background-color: #0088cc; } /* Telegram */
ul#accs-summary.v2 li[data-netid="10"] .well .inner .name { background-color: #498cad; } /* Telegram */
ul#accs-summary.v2 li[data-netid="13"] .well .inner .name { background-color: rgba(18, 18, 18, 1) !important; } /* tiktok */

ul#accs-summary.v2 li .well .inner .name h3 {
  background-color: transparent;
  background-repeat: no-repeat;
}

ul#accs-summary.v2 li[data-netid="1"] .well .inner .name h3 { background-image: url(/img/facebook_logo_white_50x50.png); }
ul#accs-summary.v2 li[data-netid="2"] .well .inner .name h3 { background-image: url(/img/google_plus_logo_74x47.png); background-size: 25px auto !important; background-position-y: 3px; }
ul#accs-summary.v2 li[data-netid="3"] .well .inner .name h3 { background-image: url(/img/twitter-48x48.png); }
ul#accs-summary.v2 li[data-netid="4"] .well .inner .name h3 { background-image: url(/img/xing-blip-31x36.png); }
ul#accs-summary.v2 li[data-netid="5"] .well .inner .name h3 { background-image: url(/img/linkedin-blip-white-21px.png); }
ul#accs-summary.v2 li[data-netid="6"] .well .inner .name h3 { background-image: url(/img/pinterest_logo_48x48.png); }
ul#accs-summary.v2 li[data-netid="7"] .well .inner .name h3 { background-image: url(/img/instagram_logo_white_48x48.png); }
ul#accs-summary.v2 li[data-netid="12"] .well .inner .name h3 { background-image: url(/img/instagram_logo_white_48x48.png); }
ul#accs-summary.v2 li[data-netid="8"] .well .inner .name h3 { background-image: url(/img/youtube-blip-52x36.png); background-size: 25px auto !important; background-position-y: 2px; }
ul#accs-summary.v2 li[data-netid="9"] .well .inner .name h3 { background-image: url(/img/telegram_logo.png);   }
ul#accs-summary.v2 li[data-netid="10"] .well .inner .name h3 { background-image: url(/img/google_my_business_logo.png);   }
ul#accs-summary.v2 li[data-netid="13"] .well .inner .name h3 { background-image: url(/img/tiktok.png) } /* tiktok */



div#summary_elements div.conn-status i {
  display: flex;
}

div#summary_elements div.conn-status i.disconnected {

}

div#summary_elements div[data-netid="1"] { background-color: rgb(73,99,154); }
ul#summary_elements li[data-netid="2"] { background-image: url(/img/google_plus_logo_74x47.png); background-size: 25px auto !important; background-position-y: 3px; }
ul#summary_elements li[data-netid="3"] { background-image: url(/img/twitter-48x48.png); }
ul#summary_elements li[data-netid="4"] { background-image: url(/img/xing-blip-31x36.png); }
ul#summary_elements li[data-netid="5"] { background-image: url(/img/linkedin-blip-white-21px.png); }
ul#summary_elements li[data-netid="6"] { background-image: url(/img/pinterest_logo_48x48.png); }
ul#summary_elements li[data-netid="7"] { background-image: url(/img/instagram_logo_white_48x48.png); }
ul#summary_elements li[data-netid="8"] { background-image: url(/img/youtube-blip-52x36.png); background-size: 25px auto !important; background-position-y: 2px; }
ul#summary_elements li[data-netid="13"] { background-color: rgba(18, 18, 18, 1) } /* tiktok */
div[data-netid="13"] { background-color: rgba(18, 18, 18, 1) } /* tiktok */

ul#accs-summary.v2 .well .inner .actions {
  padding: 20px;
  box-sizing: border-box;
  width: 72%;
}

ul#accs-summary.vs .well .inner .actions .btn-group > .btn {
  font-size: 1rem !important;
}

ul#accs-summary.v2 .well .inner .actions .acctext {
  margin-top: 15px !important;
}

.btn-group button.btn { font-family: "PT Sans Narrow", sans-serif !important; }

ul#accs-summary.vs .well .inner .actions .btn-group .btn:hover,
.btn-group button.btn:hover {
  background-image: linear-gradient(to bottom, #f5f5f5, #eaeaea) !important;
}

.v2 a.editable-click {
  border-bottom: none;
}

/* confirm-dialog Fixes by MK 191122 */

#confirm-dialog {
  position: fixed !important;
  left: 37% !important;
  top: 45% !important;
  transform: scale(1.25);
  box-shadow: 0px 3px 60px 0px black;
  width: 344px;
}

#confirm-dialog.popover.left .arrow {
  display: none;
}

#confirm-dialog .inner {
  padding: 10px;
}

#confirm-dialog .button-group {
  margin-bottom: 0px;
}