/*
 * Content
 */

body {
  font-family: "Segoe UI", Arial;
}

/*#content {
  padding-top: 80px; 
  padding-left: 85px;
  padding-right: 25px;
  padding-bottom: 75px;
}*/

@media (max-width: 1199px) {

  #content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

section {
  margin-bottom: 64px;
}

/*
 * Navigation
 */
nav.bg-smb {
  /*background-color: #94bde5;*/
  background-color: #58595b;
} 

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-item.active .nav-link,
.navbar-dark .navbar-nav .nav-link:hover {
  /*color: #58595b;*/
  color: #94bde5;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; 
  padding: 58px 0 0; 
  width: 60px;
  /*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);*/
  border-right: 2px solid #58595b;
}

.sidebar-sticky {
  height: calc(100vh - 58px);
  background: #58595b;
  padding-top: .5rem;
  /*overflow-x: hidden;
  overflow-y: auto; */
}

.sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: absolute;
}

.sidebar-nav > li,
.sidebar-nav a {
  cursor: pointer;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  border-right: 2px solid #58595b;
}

.sidebar-nav a {
	display: inline-block;
}

.sidebar-nav > li > div,
.sidebar-nav > li > i,
.sidebar-nav > li > a > i {
  position: absolute;
  text-align: center;
  animation-duration: 0.34s;
}

.sidebar-nav > li > img + div {
  margin-left: 15px;
  text-align: center;
  width: 60px;
}

.sidebar-nav > li > i + div {
  margin-left: 60px;
  text-align: center;
  width: 60px;
}

.sidebar-nav > li > i,
.sidebar-nav > li > a > i {
  line-height: 60px;
  width: 60px;
  z-index: 9;
  display: inline-block;
  /*background: #fcaf17;*/
}

.sidebar-nav > li > div {
  display: none;
  z-index: 1;
  background: #58595b;
}

.sidebar-nav > li:hover > div {
  display: inline-block;
}
.sidebar-nav > li:hover > a > i,
.sidebar-nav > li:hover > i {
  background: #58595b !important;
}

.icon-navigation {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 15px;
}

.sidebar-nav > li > div .icon-navigation {
  margin-left: 0;
}

/* Breadcrumb */
.breadcrumb {
  background-color: #fff;
  padding: 0 0 .75rem 0;
  font-size: 1rem;
  border-radius: 0;
  color: #000;
/*  border-bottom: 1px solid #B0B0B0;*/
}

.breadcrumb li.active {
  color: #000;
}

.breadcrumb li a {
  /*color: #000;*/
}

/* Fonts */
h2 {
  margin-bottom: 2rem;
}

h3 {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1.1rem;
  }
}

/* jQuery Uploader */
.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* 
 * Kommentare
 */
.comment-userimage {
  width: 40px;
  height: 40px;
  border: 1px solid #58595b;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
}

.comment-userimage img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.comment-userimage img.portrait {
  width: 100%;
  height: auto;
}

.mentions-input {
    position: relative;
}

.mentions-input .input {
    overflow: hidden;
    position: relative;
}

.mentions-input .highlighter {
    position: absolute;
    left: 0;
    right: 0;
    color: transparent;
    overflow: hidden;
    border-style: solid;
    border-color: transparent;
}

.mentions-input .highlighter-content {
    position: relative;
}

.mentions-input .highlighter-content strong {
  font-weight: inherit;
  background-color: #a3bcea;
  display: inline;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

[data-mention] {
  background-color: #a3bcea;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#smiley-button
{
  width: 30px; 
  height: 30px; 
  position: absolute; 
  bottom: 16px; 
  right: 16px; 
  font-size: 18px; 
  line-height: 27px; 
  background-color: #ffffff !important; 
  color: #B0B0B0;
  float: right;
  border: none;
}

#smiley-button:active
{
  -webkit-box-shadow: none;
  box-shadow: none; 
}

#message {
  min-height: 250px;
}

#message-buttons {
  position: absolute; 
  z-index: 10; 
  right: 30px; 
  bottom: 15px;
}

.comment_date
{
  font-size: 11px; 
  color: #B0B0B0; 
}

/*
 * Stickyboxen
 */
 .smb-stickybox {
  position: fixed; 
  right: 0; 
  width: 65px;
  background-color: #fff; 
  padding: 10px; 
  border-radius: 4px 0 0 4px; 
  border-style: solid; 
  border-color: #6c757d; 
  border-width: 1px; 
  border-right: none;
  cursor: pointer;
}

.smb-stickybox.comments {
  top: 90px; 
}

.smb-stickybox.tasks {
  top: 140px; 
}

/* max. Zeichenzahl bei Twitter */
.counter {
  position: absolute;
  left: 15px;
  top: 5px;
  font-size: 15px;
  /*color:#6f6f6f;*/
}

.warning {
  color: #FA9632;
}  
.exceeded {
  color: #ff0000;
} 

.table-middle td {
  vertical-align: middle;
}

.custom-file-label::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f093";
  background-color: #fff;
  color: #6c757d;
}

/* Buttons */
.icon-button {
  width: 22px;
  height: 22px;
}

/* Kalender */
.calendar-central-item
{
  width: 221.2px;
  background: white;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  border-radius: 3px;
  color: #333;
  border: none;
}

.calendar-central-item img
{
  width: 100%;
  max-width: 100%;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

.calendar-social-icon
{
  float: left;
  width: 25px;
  height: 25px;
  color: #fff;
}

.social-icon-table
{
  border-radius: 4px;
  width: 20px;
  height: 20px;
}

.calendar-release-time
{
  float: left;
  color: #ffffff;
  width: 50%;
  font-size: 13px;
  line-height: 25px;
  font-weight: normal;
  text-align: center;
}

.calendar-entry-type
{
  float: left;
  color: #ffffff;
  width: calc(100% - 30px);
  font-size: 13px;
  line-height: 25px;
  font-weight: normal;
}

.calendar-entry-container
{
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  position: relative;
  background-color: #fff;
}

.calendar-td-day.month
{
  /*padding: 2px !important;*/
  min-height: 100px;
}

.calendar-td-day a
{
  color: #000000;
}

.calendar-type-released
{
  background-color: #84B29C;
}

.calendar-type-edit
{
  background-color: #B0B0B0;
}

.calendar-holiday-official a, span.calendar-holiday-official
{
  /*background-color: #faaf69;*/
  color: #941612;
}

.calendar-holiday-unofficial a, span.calendar-holiday-unofficial
{
  /*background-color: #FADBCE;*/
  color: #A078B4;
}

.calendar-entry-edit
{
  background-color: #b0b0b0;
}

.calendar-entry-release
{
  background-color: #009966;
}

.calender-entries-more, .calendar-button-less
{
  display: none;
}

.calendar-status
{
  float: left;
  width: 25%;
}

.calendar-status-bubble-1
{
  width: 12px; 
  height: 12px; 
  background-color: #ffffff; 
  border-radius: 7px; 
  padding: 2px; 
  margin-top: 6px; 
  float: right; 
  margin-right: 10px;
}

.calendar-status-bubble-edit
{
  width: 8px; 
  height: 8px; 
  background-color: #B0B0B0; 
  border-radius: 5px;
}

.calendar-status-bubble-release
{
  width: 8px; 
  height: 8px; 
  background-color: #009966; 
  border-radius: 5px;
}

.calendar-status-bubble-freigabe
{
  width: 8px; 
  height: 8px; 
  background-color: #f6ee70; 
  border-radius: 5px;
}

/*.col-calendar-day-left
{
  padding: 5px;
}

.col-calendar-day-right
{
  text-align: right;
  padding: 5px;
}*/

.col-calendar-day-full
{
  text-align: center;
  padding-left: 0;
  padding-right: 0; 
}

.calendar-delete
{
  float: left;
  margin: 5px 0 5px 5px;
}

.calendar-userimage
{
  float: right;
  margin: 5px 10px 5px 0;
}

.calendar-channels {
  float: left; 
  margin-top: 10px;
  font-size: 12px; 
  color: #999999;
  width: calc(100% - 50px);
}

.calendar-schoolholiday
{
  border-bottom: 1px solid #9c9b9b;
}

/* Dashboard */
.table-dashboard td,
.table-dashboard th {
  border-top: none;
}

.dummy-1-1 {
    margin-top: 100%;
}
.dummy-4-3 {
    margin-top: 75%;
}
.in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
}

.bg_modul_alarm {
  background-color: #b42864;
}

.bg_modul_monitoring {
  background-color: #f9b200;
}

.bg_modul_redaktion {
  background-color: #ff6600;
}

.bg_modul_tasks {
  background-color: #96bee6;
}

.bg_modul_interaktion {
  background-color: #73af9b;
}

.bg_modul_hilfe {
  background-color: #269447;
}

.bg_modul_hilfe_neu {
  background-color: #0066b3;
}

.bg_modul_monitoring_sub {
  border: 2px solid #f9b200; 
}

.bg_modul_redaktion_sub {
  border: 2px solid #ff6600; 
}

.bg_modul_interaktion_sub {
  border: 2px solid #73af9b; 
}

.bg_modul_hilfe_sub {
  border: 2px solid #269447;  
}

.bg_modul_hilfe_neu_sub {
  border: 2px solid #0066b3;  
}

.bg_modul_alarm_sub {
  border: 2px solid #b42864; 
}

.bg_modul_siteadmin {
  background-color: #A59253;
}

.bg_modul_siteadmin_sub {
  border: 2px solid #A59253;
}

.kachel-dashboard {
  height: 100%;
  color: #fff;
  border-radius: .25rem;
}

.kachel-modul-dashboard {
  height: 100%;
  color: #000;
  border-radius: .25rem;
}

.kachel-dashboard h2,
.kachel-modul-dashboard h2 {
  text-transform: uppercase;
  font-size: 17px;
}

@media (min-width: 576px) {
  .kachel-dashboard h2,
  .kachel-modul-dashboard h2 {
    font-size: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .kachel-dashboard h2,
  .kachel-modul-dashboard h2 {
    font-size: 17px;
  }
}

.kachel-dashboard .badge-name {
  font-size: 22px;
}

.kachel-dashboard .badge-value {
  font-size: 22px;
}

.h-15 {
  height: 20% !important;
}

.h-70 {
  height: 60% !important;
}

/* Monitoring */
.chart_pie
{
  width: 100%;
  height: 250px;
  margin-top: 20px;
}

.chart_line
{
  width: 100%;
  height: 450px;
}

.chart_column
{
  width: 100%;
  height: 350px;
}

.chart_bar
{
  width: 100%;
  height: 350px;
}

.col-monitoring
{
  text-align: center;
}

table.monitoring tr td
{
  font-size: 13px;
}

.diff_positiv
{
  color: #269447;
  font-size: 13px;
}

.diff_negativ
{
  color: #c20016;
  font-size: 13px;
}

.legend_container
{
  float: left; 
  width: 100%; 
  border-top: 1px solid #B0B0B0;
  padding-top: 20px;
  margin-top: 20px;
}

.legend_container_2
{
  float: right;
  padding-left: 0;
  margin-left: -5px;
  background-color: #ffffff;
}

.legend_text
{
  float: left;
  font-size: 13px;
  background-color: #FFFFFF;
  padding-right: 5px; 
}

.legend_color
{
  float: left; 
  width: 20px; 
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: .25rem;
}

.filter-option {
  margin-left: 20px;
  margin-top: 15px;
}

/* FAQ */
.faq_question
{
  font-weight: bold;
}

/* Facebook-Preview */
.content_preview
{
  display: none;
}

#fb_preview
{
  float: left; 
  width:  100%;
  max-width: 494px; 
  min-width: 360px;
  border: 1px solid #dfe0e4; 
  border-radius: 3px;
}

#whatsapp_preview
{
  background-color: #ece5dd; 
  padding: 10px;
}

.whatsapp_preview_container
{
  background-color: #ffffff; 
  padding: 5px; 
  border-radius: 5px; 
  border-color: #dfe0e4; 
  width: auto; 
  min-width: 200px; 
  display: inline-block;
}

#whatsapp_image_user
{
  border-radius: 5px; 
  border-color: #dfe0e4; 
}

#whatsapp_message
{
  padding-top: 5px; 
  padding-bottom: 5px;
}

@media (max-width: 521px) {
  #fb_preview
  {
    width: 100%;
  }
}

.fb_preview_container
{
  padding: 12px;
}

.fb_preview_header
{
  height: 40px; 
  margin-bottom: 10px;
}

.fb_preview_header_2
{
  height: 60px; 
  margin-bottom: 10px;
}

.fb_preview_profilepic
{
  float: left; 
  width: 40px; 
  height: 40px; 
  background-color: #0066B3; 
  margin-right: 10px;
}

.fb_preview_profilename
{
  float: left; 
  font-weight: bold; 
  color: #3b5998; 
  font-size: 14px;
}

.fb_preview_profilename_2
{
  float: left; 
  font-weight: normal; 
  color: #000000; 
  font-size: 14px;
  width: calc(100% - 60px);
}

.fb_preview_profilename span, .fb_preview_profilename_2 span
{
  color: #9197a3; 
  font-size: 12px; 
  font-weight: normal;
}

#fb_message
{
  word-wrap: break-word; 
  font-weight: normal; 
  line-height: 1.38; 
  font-size: 14px; 
  margin-bottom: 10px;
}

#fb_link_container
{
  display: none; 
  float: left; 
  width: 100%; 
  border: 1px solid #d9d9d9; 
  margin-bottom: 10px;
}

#fb_image_div, #fb_image_div_user
{
  width: 100%;
  position: relative;
  display: none;
}

#fb_image_div_user.fb-mobile
{
  height: 200px;
  border-radius: 5px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); 
}

#fb_image_user.fb-mobile
{
  height: 150px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#fb_title, #fb_title_user
{
  padding: 10px 10px 0 10px; 
  font-family: Georgia,'lucida grande',tahoma,verdana,arial,sans-serif; 
  font-size: 18px; 
  font-weight: 500; 
  line-height: 22px; 
  margin-bottom: 5px; 
  overflow: hidden; 
  word-wrap: break-word;
}

#fb_description, #fb_description_user
{
  padding: 0 10px 10px 10px; 
  font-size: 12px; 
  font-family: helvetica,arial,'lucida grande',sans-serif; 
  line-height: 16px;
}

#fb_url
{
  float: left; 
  color: #9197a3; 
  font-size: 11px; 
  line-height: 11px; 
  text-transform: uppercase; 
  padding: 0 10px 10px 10px;
}

#fb_author
{
  float: left; 
  color: #9197a3; 
  font-size: 11px; 
  line-height: 11px; 
  text-transform: uppercase; 
  padding: 0 10px; 10px 0;
}

#fb_video_container_yt
{
  float: left; 
  margin-bottom: 12px; 
  border: 1px solid #e5e5e5;
}

#fb_video_container_yt.fb-mobile
{
  border-radius: 5px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

#fb_gallery_container.fb-mobile
{
  padding: 10px;
  border-radius: 5px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

#fb_image_domain_1
{
  font-weight: bold;
  margin-top: 5px;
  display: none;
  padding-left: 10px;
}

#fb_image_domain_2
{
  font-weight: normal;
  margin-bottom: 5px;
  color: #9197a3; 
  display: none;
  padding-left: 10px;
}

#fb_image_domain_1.fb-mobile, #fb_image_domain_2.fb-mobile
{
  display: block;
}

#warning-gif-mobile
{
  display: none;
}

#warning-gif-mobile.fb-mobile
{
  display: block;
}

.fb_preview_header_2
{
  display: none;
}

.fb_preview_header_2.fb-mobile
{
  display: block;
}

#fb_yt_image_container
{
  float: left; 
  width: 158px; 
  height: 158px;
}

#fb_yt_content_container
{
  float: left; 
  width: 290px; 
  padding: 10px;
}

#fb_yt_content_container.fb-mobile
{
  background-color: red;
}

#fb_yt_title
{
  color: #141823;
  font-family: Georgia,'lucida grande',tahoma,verdana,arial,sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  word-wrap: break-word;
}

#fb_yt_description
{
  font-size: 12px;
  font-family: helvetica,arial,'lucida grande',sans-serif; 
  line-height: 16px;
  max-height: 80px;
  overflow:hidden;
}

#fb_yt_url
{
  font-size: 11px; 
  line-height: 11px; 
  color: #9197a3; 
  position:absolute; 
  bottom: 10px;
}

#fb_video_title
{
  color: #ffffff;
  font-size: 18px; 
  max-height: 46px; 
  font-weight: bold; 
  overflow: hidden;
}

#fb_video_url
{
  color: #ffffff;
  font-size: 11px; 
  font-weight: 500; 
  opacity: 0.8; 
  padding-top: 4px; 
  text-transform: uppercase;
}
  
.fb_video_play
{
  width: 65px; 
  height: 65px; 
  position: absolute; 
  left: 50%; 
  top: 50%; 
  margin-left: -33px; 
  margin-top: -33px;
}  

.fb_video_play span
{
  font-size: 65px; 
  color: #fff;
}

/* Facebook-Galerie Vorschau */
#fb_gallery_container, #fb_gallery_1, #fb_gallery_2, #fb_gallery_3, #fb_gallery_4, #fb_gallery_5
{
  display: none;
}

#fb_gallery_1-1
{
  width: 100%; 
  height: 334px; 
  background-size: cover; 
  background-repeat: no-repeat;
}

#fb_gallery_2-1
{
  margin-bottom: 2px; 
  width: 100%; 
  height: 234px; 
  background-size: cover; 
  background-repeat: no-repeat;
}

#fb_gallery_2-2
{
  width: 100%; 
  height: 234px; 
  background-size: cover; 
  background-repeat: no-repeat;
}

#fb_gallery_3-1
{
  margin-bottom: 2px;
  width: 100%; 
  height: 234px; 
  background-size: cover;
  background-repeat: no-repeat;
}

#fb_gallery_3-2
{
  margin-right: 2px; 
  width: 233px; 
  height: 232px; 
  float: left; 
  background-size: cover; 
  background-repeat: no-repeat;
}

#fb_gallery_3-3
{
  width: 233px; 
  height: 234px; 
  float: left; 
  background-size: cover; 
  background-repeat: no-repeat;
}

#fb_gallery_4-1, #fb_gallery_5-1
{
  margin-bottom: 2px;
  width: 100%; 
  height: 313px; 
  background-size: cover; 
  background-repeat: no-repeat;
}

#fb_gallery_4-2, #fb_gallery_5-2
{
  margin-right: 2px; 
  width: 155px; 
  height: 155px; 
  float: left; 
  background-size: cover; 
  background-repeat: no-repeat;
}

#fb_gallery_4-3, #fb_gallery_5-3
{
  margin-right: 2px; 
  width: 154px; 
  height: 155px; 
  float: left; 
  background-size: cover; 
  background-repeat: no-repeat;
}

#fb_gallery_4-4, #fb_gallery_5-4
{
  width: 155px; 
  height: 155px; 
  float: left; 
  background-size: cover; 
  background-repeat: no-repeat;
}

#fb_gallery_5-4-1
{
  width: 100%; 
  height: 100%; 
  background: rgba(0,0,0,0.5); 
  text-align: center;
}

#fb_gallery_5-4-text
{
  padding-top: 50px; 
  font-size: 36px; 
  color: #ffffff; 
  font-weight: bold;
}

#fb_carousel_container
{
  display: none;
}

#fb_carousel_1
{
  float: left; 
  width: 296px; 
  border: 1px solid #dfe0e4; 
  margin-right: 5px;
}

#fb_carousel_1.fb-mobile
{
  border-radius: 5px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

#fb_carousel_1_picture
{
  float: left; 
  width: 296px; 
  height: 296px; 
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: right;
}

#fb_carousel_1_picture.fb-mobile
{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#fb_carousel_1_title, #fb_carousel_2_title
{
  font-size: 12px; 
  font-weight: bold; 
  padding: 5px;
  overflow: hidden;
  height: 25px;
  margin-bottom: 10px;
}

#fb_carousel_1_description, #fb_carousel_2_description
{
  font-size: 12px; 
  font-weight: normal; 
  padding: 5px;
  overflow: hidden;
  height: 25px;
}

#fb_carousel_2
{
  float: left; 
  width: 166px; 
  border: 1px solid #dfe0e4;
}

#fb_carousel_2.fb-mobile
{
  border-radius: 5px;
  border-color: #cb cc;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

#fb_carousel_2_picture
{
  float: left; 
  position: relative; 
  width: 166px; 
  height: 296px; 
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center;
}

#fb_carousel_2_picture.fb-mobile
{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#fb_carousel_2_picture div
{
  position: absolute; 
  top: 162px; 
  right: 0; 
  width: 38px; 
  height: 38px; 
  background-color: #ffffff; 
  border: 1px solid #dfe0e4;
}

#fb_carousel_2_picture div.fb-mobile
{
  display: none;
}

#fb_carousel_2_picture div span
{
  font-size: 20px; 
  line-height: 38px; 
  color: #666666;
}
  
/* Twitter-Preview */
.twitter_preview_container
{
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee #ddd #bbb;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    display: block;
    margin: 10px 0;
    max-width: 99%;
    min-width: 220px;
    padding: 0;
    position: static;
    visibility: visible;
    width: 545px;
    float: left;
}

.twitter_preview_content
{
  border: 0 none; 
  padding: 16px; 
  float: left; 
  width: 100%;
}

.twitter_preview_profilepic
{
  float: left; background: none repeat scroll 0 0 #0066B3; border-radius: 24px; height: 48px; width: 48px; margin-right: 10px;
}

.twitter_preview_profilename
{
  float: left; 
  color: #292f33; 
  font-size: 18px; 
  line-height: 20px; 
  font-weight: bold;
}

.twitter_preview_profilename span
{
  font-size: 14px; 
  color: #707070;
  font-weight: normal;
}

.twitter_preview_button
{
  min-width: 105px; 
  border: 1px solid #1da1f2; 
  font-size: 14px; 
  line-height: 20px; 
  padding: 6px 16px; 
  border-radius: 100px; 
  box-shadow: none; 
  font-weight: bold; color: #1da1f2;
}

#twitter_message
{
  margin-top: 10px; 
}

#twitter_message_text
{
  color: #292f33; 
  /*font-size: 18px; 
  line-height: 24px;*/
  font-size: 27px;
  line-height: 32px;
  letter-spacing: .01em;
}

#twitter_message_url
{
  color: #066ab5; 
  font-size: 18px; 
  line-height: 24px;
}

.twitter_time
{
  margin-top: 10px; 
  color: #657786; 
  font-size: 14px;
  line-height: 24px;
}

.twitter_footer
{
  text-align: left; 
  /*border-top: 1px solid #e8e8e8; */
  margin-top: 5px; 
  padding-top: 10px;
}

#twitter_image_container
{
  margin-top: 10px;
}

#twitter_image_1, #twitter_image_2, #twitter_image_3, #twitter_image_4
{
  display: none;
}

#twitter_image_1-1
{
  width: 100%; 
  height: 344px; 
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 5px;
}

#twitter_image_2-1
{
  float: left;
  width: 252px;
  height: 253px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#twitter_image_2-2
{
  float: left;
  width: 252px;
  height: 253px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#twitter_image_3-1
{
  float: left;
  width: 337px;
  height: 337px;
  margin-right: 1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#twitter_image_3-2
{
  float: left;
  width: 168px;
  height: 337px;
}

#twitter_image_3-2-1
{
  float: left;
  width: 167px;
  height: 168px;
  margin-bottom: 1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border-top-right-radius: 5px;
}

#twitter_image_3-2-2
{
  float: left;
  width: 167px;
  height: 168px;
  margin-bottom: 1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border-bottom-right-radius: 5px;
}

#twitter_image_4-1
{
  float: left;
  width: 370px;
  height: 379px;
  margin-right: 1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#twitter_image_4-2
{
  float: left;
  width: 126px;
  height: 379px;
}

#twitter_image_4-2-1
{
  float: left;
  width: 126px;
  height: 125px;
  margin-bottom: 1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border-top-right-radius: 5px;
}

#twitter_image_4-2-2
{
  float: left;
  width: 126px;
  height: 126px;
  margin-bottom: 1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

#twitter_image_4-2-3
{
  float: left;
  width: 126px;
  height: 126px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border-bottom-right-radius: 5px;
}

#linkedin_image_1, #linkedin_image_2, #linkedin_image_3, #linkedin_image_4, #linkedin_image_5, #linkedin_overlay_4, #linkedin_overlay_5 {
  display: none;
}

#linkedin_image_2 {
  /*display: block; */
  width: 100%; 
  height: 400px;
}

#linkedin_image_2-1 {
  float: left;
  width: 50%; 
  height: 100%; 
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: 50%;
  border-right: 2px solid #fff;
}

#linkedin_image_2-2 {
  float: right;
  width: 50%; 
  height: 100%; 
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: 50%;
}

#linkedin_image_3 {
  /*display: block;*/
  width: 100%; 
  height: 400px;
}

#linkedin_image_3-1 {
  width: 100%;
  height: 350px;
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: 50%;
  border-bottom: 2px solid #fff;
}

#linkedin_image_3-2 {
  width: 100%;
  height: 180px;
}

#linkedin_image_3-2-1 {
  float: left;
  width: 50%;
  height: 180px;
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: 50%;
  border-right: 2px solid #fff;
}

#linkedin_image_3-2-2 {
  float: right;
  width: 50%;
  height: 180px;
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: 50%;
}

#linkedin_image_4,
#linkedin_image_5 {
  width: 100%; 
  height: 400px;
}

#linkedin_image_4-1,
#linkedin_image_5-1 {
  width: 100%;
  height: 350px;
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: 50%;
  border-bottom: 2px solid #fff;
}

#linkedin_image_4-2-1,
#linkedin_image_5-2-1 {
  float: left;
  width: 33%;
  height: 120px;
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: 50%;
  border-right: 2px solid #fff;
}

#linkedin_image_4-2-2,
#linkedin_image_5-2-2 {
  float: left;
  width: 34%;
  height: 120px;
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: 50%;
  border-right: 2px solid #fff;
}

#linkedin_image_4-2-3,
#linkedin_image_5-2-3 {
  float: right;
  width: 33%;
  height: 120px;
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
}

#linkedin_image_5-1-1 {
  float: left;
  width: 50%;
  height: 250px;
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#linkedin_image_5-1-2 {
  float: left;
  width: 50%;
  height: 250px;
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: 50%;
  border-bottom: 2px solid #fff;
}

#linkedin_overlay_5,
#linkedin_overlay_4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 32px;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 991px) {

  .twitter_preview_container {
    width:  340px;
  }

  #twitter_image_2-1,
  #twitter_image_2-2 {
    width: 150px;
    height: 150px;
  }

  #twitter_image_3-1 {
    width: 209px;
    height: 211px;
  }

  #twitter_image_3-2 {
    width: 105px;
    height: 210px;
  }  

  #twitter_image_3-2-1,
  #twitter_image_3-2-2 {
    width: 90px;
    height: 105px;
  }

  #twitter_image_4-1 {
    width: 222px;
    height: 238px;
  }

  #twitter_image_4-2 {
    width: 79px;
    height: 238px;
  }

  #twitter_image_4-2-1,
  #twitter_image_4-2-2,
  #twitter_image_4-2-3 {
    width: 79px;
    height: 78px;
  }
}

.gallery_image_preview
{
  width: 100%;
  height: 150px;
  background-size: cover; 
  background-repeat: no-repeat;
}

#files_gallery, #links_carousel, #instagram_tagged_users 
{ 
  list-style-type: none; 
  margin: 0; 
  padding: 0; 
  width: 100%; 
}

#files_gallery li 
{ 
    margin: 3px 3px 3px 0; 
    padding: 1px; 
    float: left; 
    width: 24%; 
    height: 250px; 
    text-align: center;
}

#files_gallery li div.gallery_box_image
{
  width: 100%;
  height: 200px; 
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

#files_gallery li div.gallery_box_edit
{
  width: 100%;
  height: 50px;
}

#links_carousel li 
{
  margin: 3px 3px 3px 0; 
  padding: 1px; 
}

/* WhatsApp */
.whatsapp-chat-container
{
  float: left; 
  background-color: #e6ddd5; 
  padding: 15px;
  width: 100%;
}

.whatsapp-chat-message-container
{
  float: left;
  display: inline-block;
  position: relative; 
  margin-bottom: 10px; 
  background-color: #ffffff; 
  padding: 6px 7px 8px 9px; 
  width: auto; 
  max-width: 65%; 
  border-top-left-radius: 0;
  border-top-right-radius: 7.5px; 
  border-bottom-left-radius: 7.5px; 
  border-bottom-right-radius: 7.5px; 
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
}

.whatsapp-chat-message-container.own 
{
  background-color: #dbf6c5;
  float: right;
  border-top-right-radius: 0;
  border-top-left-radius: 7.5px;  
}

.whatsapp-chat-message-deleted
{
  float: left;
  display: inline-block;
  position: relative; 
  margin-bottom: 10px; 
  background-color: #ccc; 
  padding: 6px 7px 8px 9px; 
  width: auto; 
  max-width: 65%; 
  border-radius: 7.5px; 
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
}

.whatsapp-chat-message-deleted.own
{
  float: right;
}

.whatsapp-chat-message-highlight
{
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 19px;
  left: -12px;
  position: absolute;
  top: 0;
  width: 12px;
}

.whatsapp-chat-message-highlight-own
{
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAADAUExURUxpcXmHa4maet/4yA0aDRMTE8fhsgAAAAAAAMDXrCsxJeX/z1xzXIiYetPsvGBsVUdPPuH8zOH8zNDrvMvmtrrOpwAAAAAAABUVFRoaGtnyxLTMozQ+MMfftFBeSR8nH5aoh6q/mW9+ZN/4yMjhtRwlHAAAAIOWd+r/06C1kkNLOwsLC9z4xur/0+n/0t76x9v4xeL9y+b/z+j/0d/7yeH8yuX/zeD8ytz5xt76yOP/zeH+y+b/zuD8yd35xuf/0MY9jkkAAAAsdFJOUwBvd/ATDZIBAsMp/At/11c9yPbizHoICQwT4bY1ykkgjahl6s8bBYT6nUAWOLbtFAAAAIhJREFUKM/tzbUWwlAURNFBE9zdg0NecLf//yvKUJyUdDnl7HXXletXqmXl9wPbQ9JCcC+VJsOj2mDwovzj3osjHGNFEVxNRAj7UR1hlx+I4FbuC8HkZBE8OwnRxamdFsEmUxCCGdoI51RLBK9xVwTvjyMEbzlDMJMp7lqseNc8YNc6CGyF/a0vcmwhZbCG+kEAAAAASUVORK5CYII=");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 19px;
  position: absolute;
  right: -12px;
  top: 0;
  width: 12px;
}

.whatsapp-chat-message-nickname
{
  color: #74cff8; 
  font-weight: bold;
}

.whatsapp-chat-message-nickname-own
{
  color: #336633;
  font-weight: bold;
}

.whatsapp-chat-message-footer
{
  margin-top: 15px;
}

.whatsapp-chat-message-delete
{
  float: left;
  margin-right: 15px;
}

.whatsapp-chat-message-date
{
  color: rgba(0, 0, 0, 0.45); 
  float: right;
  text-align: right;
}

.whatsapp-chat-video-container
{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
}

.whatsapp-chat-video-container video
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Instagram */
#instagram_preview {
  border: 1px solid #dfe0e4; 
  border-radius: 3px;
  padding: 15px;
}

.instagram_preview_profilename
{
  float: left; 
  color: #262626; 
  font-size: 14px; 
  line-height: 15px; 
  font-weight: bold;
}

.instagram_preview_follow {
  color: #3897f0; 
}

.instagram_preview_place
{
  font-size: 12px; 
  color: #262626;
  font-weight: normal;
}

#instagram_image_div_user {
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}

.instagram_preview_video {
  margin-bottom: 10px;
}

#instagram_preview_text_container {
  margin-top: 20px;
}

#instagram_preview_profilename_text {
  color: #262626; 
  font-size: 14px; 
  line-height: 15px; 
  font-weight: bold;
}

#instagram_preview_text {
  color: #262626; 
  font-size: 14px; 
  line-height: 15px; 
  font-weight: normal;
}

/* Interaktion */
.new_entry
{
  font-weight: bolder;
  background-color: #e5eff7 !important;
}

.facebook-messenger-time {
  width: 100%;
  text-align: left;
  color: #90949c;
  font-size: 12px;
  padding: 6px 12px;
  clear: both;
}

.facebook-messenger-time.own {
  text-align: right;
}

.facebook-messenger-message {
  clear: both;
  border-radius: 1.3em;
  max-width: 55%;
  padding: 6px 12px;
  background-color: #f1f0f0;
  color: #000;
  float: left;
  margin-bottom: 5px;
  font-size: 0.9em;
}

.facebook-messenger-message.own {
  background-color: #0084ff;
  color: #fff;
  float: right;
}

.video-js-masonry {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
}

/* Datei- und Bilderpool */
.category-container-redaktion, .category-container-interaktion
{
  /*margin: 0 0 0 0;*/
  margin-top: 15px;
  list-style-type: none;
  /*border: 1px solid #ddd;
  border-radius: 4px;*/
}

.category-entry-redaktion, .category-entry-interaktion
{
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.breadcrumb-imagepool
{
  background-color: transparent;
  border: 1px solid #ddd;
}

.breadcrumb-imagepool a.active
{
  color: #000;
}

.imagepool-category-thumbnail
{
  background-position: 0 50%; 
  background-size: cover;
}

label
{
  font-weight: normal;
}

.imagepool-caption 
{
  width:100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(0,0,0,0.6);
}

.imagepool-thumbnail 
{
  border: 0 none;
  box-shadow: none;
  margin:0;
  padding:0;
  margin-bottom: 30px;
}

.imagepool-caption h3
{
  color: #ffffff;
  font-size: 15px;
  padding-top: 10px;
}

@media (min-width: 992px) {

  .modal-lg {
      max-width: 70%;
  }
}

/* Monitoring */
.dropdown-menu {
  width: 300px;
}

.card-meine-bank {
  border: 2px solid #D997AB;
}

.card-meine-bank .card-header {
  border-bottom: 1px solid #D997AB;
}

.card-themenmonitoring {
  border: 2px solid #ffde00;
}

.card-themenmonitoring .card-header {
  border-bottom: 1px solid #ffde00;
}

.card-mein-wettbewerb {
  border: 2px solid #A59253;
}

.card-mein-wettbewerb .card-header {
  border-bottom: 1px solid #A59253;
}

.card-facebook_insights {
  border: 2px solid #3b5998;
}

.card-facebook_insights .card-header {
  border-bottom: 1px solid #3b5998;
}

.card-twitter_insights {
  border: 2px solid #55acee;
}

.card-twitter_insights .card-header {
  border-bottom: 1px solid #55acee;
}

.card-youtube_insights {
  border: 2px solid #b31217;
}

.card-youtube_insights .card-header {
  border-bottom: 1px solid #b31217;
}

.card-instagram_insights {
  border: 2px solid #d12d90;
}

.card-instagram_insights .card-header {
  border-bottom: 1px solid #d12d90;
}

.card-linkedin_insights {
  border: 2px solid #2967bc;
}

.card-linkedin_insights .card-header {
  border-bottom: 1px solid #2967bc;
}

.card-editorial-statistics {
  border: 2px solid #ff6600;
}

.card-editorial-statistics .card-header {
  border-bottom: 1px solid #ff6600;
}

.card-siteadmin {
  border: 2px solid #A59253;
}

.card-siteadmin .card-header {
  border-bottom: 1px solid #A59253;
}

.smb-stickybox-monitoring {
  position: fixed; 
    right: 0;
    top: 90px; 
}

.smb-stickybox-monitoring-entry {
  position: relative;
  width: 45px;
    background-color: #fff; 
    padding: 10px; 
    border-radius: 4px 0 0 4px; 
    border-style: solid; 
    border-color: #6c757d; 
    border-width: 1px; 
    border-right: none;
    cursor: pointer;
    font-size: 1.5em;
    margin-bottom: 10px;
}

#modal-entry {
   /*z-index: 1052 !important;*/
}

/*.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}*/

#modalSuccessMessage {
  z-index: 4000 !important;
}

/* Alarme */
.col-alarm-level-1 {
  background-color: #f9b200;
  color: #fff;
}

.col-alarm-level-2 {
  background-color: #ff6600;
  color: #fff;
}

.col-alarm-level-3 {
  background-color: #C00;
  color: #fff;
}

.col-alarm-level-4 {
  background-color: #E1E1E1;
  color: #000;
}

.helpcenter_start_kachel {
  font-size: 0.8rem;
  cursor: pointer;
}

.drag-n-drop-container {
  min-height: 40px; 
  background-color: #F3F3F3;
}

.drag-n-drop-element {
  cursor: pointer;
}

.ui-datepicker {
  z-index: 10003 !important; 
}

/* Preview Multipost */
#preview_text_facebook {
  word-wrap: break-word;
  font-weight: normal;
  line-height: 1.38;
  font-size: 14px;
  margin-bottom: 10px;
}

#preview_text_twitter {
  color: #292f33;
  font-size: 27px;
  line-height: 32px;
  letter-spacing: .01em;
}

#preview_image_twitter_container {
  margin-top: 10px;
}

#preview_image_twitter {
  width: 100%;
  height: 344px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 5px;
}

.allgemein_preview {
  border: 1px solid #dfe0e4;
  border-radius: 3px;
  padding: 15px;
}

#preview_text_allgemein {
  margin-bottom: 20px;
}

/* Off-Canvas-Navigation */
.bs-canvas-overlay {
   opacity: 0;
   z-index: -1;
}

.bs-canvas-overlay.show {
   opacity: 0.85;
   z-index: 1100;
}

.bs-canvas {
   top: 0;
   width: 0;
   z-index: 1110;
   overflow-x: hidden;
   overflow-y: auto;
}

.bs-canvas-left {
   left: 0;
}

.bs-canvas-right {
   right: 0;
}

.bs-canvas-anim {
   transition: all .4s ease-out;
   -webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
   -ms-transition: all .4s ease-out;
}

.nav-pills .nav-item {
  border: 1px solid #D9CCA1;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #000;
  background-color: #D9CCA1;
}

.nav-tabs .nav-link {
  border: 1px solid #dee2e6;
}

@media (max-width: 767px) {
  .table {
    border: 1px solid #dee2e6;
  }

  .breadcrumb {
    font-size: .8em;
  }
}

.pswd_info {
  list-style: none;
  margin: 5px 0px;
  padding: 0;
}
.pswd_info .invalid::before {
  padding-left: 20px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00d";
  color:#ec3f41;
}
.pswd_info .valid::before {
  padding-left: 20px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
  color:#3a7d34;
}
#password-strength-status {
  font-size:10px;
  padding: 5px 10px;
  color: #000000;
  border-radius: 4px;
  margin-top: 5px;
}
.veryweak-password {
  background-color: #FF0000;
}
.weak-password {
  background-color: #d35400;
}
.medium-password {
  background-color: #f39c12;
}
.average-password {
  background-color: #f1c40f;  
}
.strong-password {
  background-color: #229954;
}

.ajax_table_message {
  max-width: 200px; 
  /*display: block;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ajax_table_message_tooltip .tooltip-inner {
  max-width: 350px;
  width:  350px;
}

.fa.fa-twitter,
.fab.fa-twitter,
.fa-twitter-square {
  font-family:sans-serif;
}
.fa.fa-twitter::before,
.fab.fa-twitter::before,
.fa-twitter-square::before {
  content:"𝕏";
  font-size:1.06em;
}

#overlay {
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 66px;
    width: 100%;
    min-height: calc(100vh - 66px);
    height:  100%;
    display: block;
} 

.kachel_disabled {
  /*pointer-events: none; */
  opacity: 0.4;
}

.calendar_central_entry_card_text {
  font-size: .8em; 
  line-height: 1.2em; 
  padding: 10px;
}

.btn-primary {
  background-color: #f60;
  border-color: #f60;
}  

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:visited,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #fe782c;
  border-color: #fe782c;
}

.btn-primary.disabled {
  background-color: #fe782c;
  border-color: #fe782c;
}

.btn-outline-secondary {
  /*background-color: #fff;*/
}