body { background: #f3f4f7; color: #000; font-family: 'Roboto', sans-serif; }

.main-background { background: #FFF; }
.normal-text-color { color: #6a768a; }
.strong-text-color { color: #3c434c; }
.border { border: 1px solid #e8e8e8; }
.border-bottom { border-bottom: 1px solid #e8e8e8; }
.font-labels { font-size: 16px; }

/* GENERAL CSS */
.margin-bottom { margin-bottom: 20px; }
.margin-top { margin-top: 20px; }
.align-center { text-align: center; }
.valign-bottom { vertical-align: bottom; }
.valign-middle { vertical-align: bottom; }
.green-text { color: #459913 !important; }
.red-text { color: #e73a32 !important; }
.dtqtable tr:hover { background: #fafafa; }
.table-header-light { background: #fafafa; border-top: 1px solid #e8e8e8; }
.table-header-light th { padding: 15px; font-weight: 500; border-top: 1px solid #e8e8e8;}
.clicker { cursor: pointer; }

/*Bootstrap overwrite */
.navbar-brand { color: #000; }
.dropdown-toggle::after {
    display: none;
}

.bg-primary { background: #77479d !important; }
.text-bg-primary { background: #77479d !important; color: #FFF !important; }
.bg-secondary { background: #bd8afd !important;}
.bg-highlight { background: #d1f6a5 !important; }
.bg-important { background: #f47575 !important; }


.modal-header { background: #77479d !important; color: #FFF !important;   }
.modal-header .btn-close-new { color: #FFF !important; }
.icon-dropdown-menu { color: #384559; cursor: pointer; border: 1px solid #DDD; border-radius: 4px; }
.btn-primary { background: #77479d; border-color: #77479d; }
.btn-secondary { background: #bd8afd; border-color: #bd8afd; }
.btn-info { background: #27c3ea; border-color: #27c3ea; color: #FFF; }
.btn-success { background: #d9f5c0; border-color: #d9f5c0; color: #000;}
.fc-button-primary { background: #77479d !important; border-color: #77479d !important; color: #FFF !important; }
.fc-today-button { opacity: 1 !important; }
.fc-event-title-container { padding: 5px !important; }
.fc-theme-standard .fc-scrollgrid { border-color: #DDD !important; }
.fc-theme-standard table, th, td { border-color: #DDD !important; }
.fc-theme-standard td { border-color: #DDD !important; }
.fc-theme-standard th { border-color: #DDD !important; background: #f8f8f8; }
.fc-theme-standard th a { color: #000 !important; }

#dashboard-header { background: #77479d !important; color: #FFF !important; }
#dashboard-header a { color: #FFF; }

.card-title { font-size: 22px; letter-spacing: 1px; }
.card-subtitle { color: #808080; font-size: 13px; }

.active-nav-bar-link { background: #3b34ab; border-radius: 4px; }
#navbarSupportedContent .nav-item:hover { background: #4138c4; border-radius: 4px;}


.data-points { text-align: center; }
.data-points-i { display: inline-block; margin: 10px; margin-right: 90px; }
.published-icon { border-radius: 16px; background: #9ceb57; width: 16px; height: 16px; display: inline-block; text-align: center; }
.unpublished-icon { border-radius: 16px; background: #eaede5; width: 16px; height: 16px; display: inline-block; text-align: center; }

.widget-block { margin-top: 20px; border-radius: 4px; min-height: 100px; width: 100%; font-size: 14px;}
.widget-block-header { border-radius: 4px 4px 0px 0px; padding: 15px; font-size: 18px; font-weight: 400; border-bottom: 1px solid #e8e8e8; margin-bottom: 10px;}
.widget-block-header-small { border-radius: 4px 4px 0px 0px; padding: 5px; font-size: 18px; font-weight: 400; border-bottom: 1px solid #e8e8e8; margin-bottom: 5px;}
.widget-content { margin: 3px; }
.widget-content-data { padding: 15px; }
.small-icon { font-size: 33px !important; font-weight: normal !important; vertical-align: bottom !important; }
.tiny-icon { font-size: 15px !important; font-weight: normal !important; vertical-align: bottom !important; }


.stat-block { border-radius: 8px; padding: 5px; width: 125px; height: 125px; text-align: center; display: inline-block; margin: 10px; }
.stat-block-icon { background: #FFF; border-radius: 22px; font-size: 16px; padding: 5px; padding-top: 8px; width: 40px; display: inline-block; margin-top: 15px; }
.stat-title { margin-top: 10px; font-size: 13px; margin-bottom: 0px; padding-bottom: 0px; font-weight: 400; }
.stat-data { font-size: 16px; color: #000; }
.big-stat-data { font-size: 22px; }

.stat-block-da { background: #e5f2f9;  }
.stat-block-da .stat-block-icon { color: #97bed5; }

.stat-block-users { background: #f5f9e5;  }
.stat-block-users .stat-block-icon { color: #ced597; }

.stat-block-subs { background: #f9f0e5;  }
.stat-block-subs .stat-block-icon { color: #dbbe96; }

.stat-block-forum { background: #eee5f9;  }
.stat-block-forum .stat-block-icon { color: #c3aae0; }

.max-height-block { max-height: 300px; }

#cron_data { max-height: 300px; }
#latest-tweets { max-height: 300px; }
#news-tweets { max-height: 300px; }
.tweet-icon { border-radius: 8px; }
.tweet-user { vertical-align: top; margin-bottom: 5px;}
.tweet-text { font-size: 13px; }
.tweet-stat-icon { margin-right: 10px; }
.tweet-data { padding-left: 10px; }
.block { border-bottom: 1px solid #f1f5f9; margin-top: 5px;  }
.small-text{ font-size: 9px !important; }
.medium-text { font-size: 18px !important; }
.sub-text{ font-size: 11px !important; }
.container-tiny-padding { padding: 5px !important; }
.card-hover:hover {background: #f3f4f7;}

#article-table tbody tr { cursor: pointer; }
.header-link-black { color: #000; text-decoration: none; }

.fc-theme-standard table, th, td { border-color: #eceff2 !important; }
.fc-theme-standard th a { color: #6a768a; text-decoration: none; }
.fc-theme-standard a { color: #6a768a; }
.fc-day-today { background: #eceff2 !important; }
.fc-event-title { display: none; }
.fc-daygrid-event-harness { display: inline-block; cursor: pointer; }


.fcl {  position: relative; margin-bottom: 10px; }
.fcl li::before { font-weight: bold; width: 2em; }
.cal-fcl { float: left; margin-left: 30px; color: #20f47f; }
.work-fcl { float: left; margin-left: 30px;  color: #3d9ff2;}
.foot-fcl { float: left; margin-left: 30px;  color: #f2b93d;}
.alco-fcl { float: left; margin-left: 30px;  color: #f23d3d;}
.fitCalendarLegender { height: 50px; clear: both; margin-top: 10px; }

.todo-block { padding: 10px; }
.btn-xs { font-size: 9px; padding: 2px; }

.task-cat { border-radius: 8px; padding: 5px; font-size: 11px;  }
.task-icon { font-size: 52px; display: inline-block;  }
.task-icon span:hover { color: #3aacfb; cursor: pointer; }
.task-block:hover { background: #e6eaed; cursor: pointer; }


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 80px;
  height: 80px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.loading { position: fixed; bottom: 10px; right: 50px; display: none; }
#error_msg { position: fixed; top: 50px; left: 500px; width: 800px; display: none; }

.article-highlight-content { color: #FFF; border-radius: 4px; border: 1px solid #000; padding: 5px; background: #2e3a44; margin-bottom: 10px; }
.article-highlight-content h2 { border-color: #FFF; }
.guide-task-alert { background: #24b9f7; color: #FFF; padding: 5px; border-radius: 4px; }
.guide-task-alert a { color: #FFF !important; }
.guide-explanation-alert { background: #f6d784; color: #000; padding: 5px; border-radius: 4px; margin-bottom: 10px; }
.guide-explanation-alert p:last-child { margin-bottom: 5px; }
.guide-notice-alert { background: #dfe7eb; color: #6f7a7e; padding: 5px; border-radius: 4px; }
.guide-unlock-alert { background: #f72464; color: #FFF; padding: 5px; border-radius: 4px; font-weight: bold; margin-bottom: 10px; }
.guide-warning-alert { background: #0f5470; color: #FFF; padding: 5px; border-radius: 4px; font-weight: bold; }


.blue-card { background: #249ce3; color: #FFF; border: none; }
.green-card { background: #46a019; color: #FFF; border: none; }
.light-green-card { border: 4px solid #96d51c; }
.light-blue-card {  border: 4px solid #1cb9d5; }
.grey-card { border: 4px solid #b1b2b2; }
.red-card { background: #e3243b; color: #FFF; border: none; }
.data-point { font-size: 48px; font-weight: bold; }
.data-title { font-size: 18px; font-weight: bold; letter-spacing: 2px; }
.dark-card { background: #171e29; color: #FFF; border: none; }


.label-id { font-size: 12px; color: #4277ee; font-weight: bold; }
.label-cat { font-size: 12px; color: #ed6a30; font-weight: bold; }
.label-title { font-size: 14px; color: #000205; font-weight: bold; }
.giant-text { font-size: 48px; }

.page-title { font-size: 26px; border-left: 5px solid #77479d; padding-left: 10px; }
.thick-border { border: 4px solid #67cc24; }