/* Global vars */

:root {
  --main-bg-color: #5c5a59;
  --grey-heading: #645b5b;
  --paragraph-color: rgb(100, 97, 97);
}

/* Generic */

body {
  overflow: hidden;
}

.grey-text {
  color: var(--paragraph-color);
}

.grey-heading {
  color: var(--grey-heading);

}

.no-border {
  border: none;
}

/* ? */

#menu {
  background-color: #004262;
  height: 40px;
}

#app {
  padding-top: 40px;
  height: 100%;
}

.main-panel {
  height: 100%;
}

.panel-menu {
  height: 40px;
}

.panel-content {
  overflow-y: auto;
  padding-top: 40px;
  height: 100%;
}

.token-popup {
  box-sizing: content-box;
}

.ui.popup {
  overflow: none;
  max-height: 100vh;
}

.scroll-div.column {
  margin-bottom: -2em;
}

.ui.vertical.sidebar.menu > .item:first-child:before {
  display: none !important;
}

.ui.basic.token.label {
  color: #525252 !important;
  cursor: pointer;
  padding: 0.4em 0.4em;
}
.ui.token.label {
  cursor: pointer;
}

.ui.token.label.static {
  cursor: default;
}

i.small {
  position: relative;
  top: -1px;
}

.panel-view {
  height: calc(100vh - 95px);
}

.expand-icon {
  cursor: pointer;
  float: left;
  margin-top: 3px !important;
  width: 20px !important;
}

.expand-header {
  float: left;
  cursor: pointer;
}

.small-segment {
  min-width: 300px !important;
  width: 30% !important;
}

.c3-legend-item-hidden {
  opacity: 0.5;
}

.item.config-overview {
  margin-left: 20px;
}

/* @ chatbot */

/* Animations */

.contain {
  max-height: 868px !important;
  min-height: 868px !important;
  padding-bottom: 0px !important;
}

.offset-l {
  margin-left: 15px;
  margin-top: 2px;
}

.underlined {
  border-bottom: #e7e6e6
}

#chat {
  width: 100%
}

.chat-line {
  background-color: #3F3F3F !important;
  color: white !important;
  border-radius: 12px;
  z-index: 2 !important;
  padding: 10px !important;
  min-height: 25px !important;
}

.chat-line p {
  color: white !important;
  z-index: 1 !important
}

/* Icons */

.toggled {
  color: white;
}

.untoggled {
  color: black;
}

.black-icon {
  background-color: black !important;
  color: white !Important;
}

.black-icon:hover {
  background-color: #524d4d !important;
}

.cog-break-words{
  word-break: break-all;
}

.cog-version-warning {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

/* Meta data construct table */

.modal>.content {
    max-height: 500px;
    overflow-y: scroll;
}

.cog_modal{
    width: 80% !important;
    margin: -313.101px 0 0 -40% !important;
}

.cog_modal_content_view{
   display: inline-grid !important
}

.cog_dividing_header {
    padding: 0.3em !important;
    /* border-bottom: 1px solid rgba(34,36,38,.15); */
    background: #e7e7e7 !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
}


.cog_metadata_content {
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
    border-right: 1px solid rgba(34, 36, 38, 0.15);
}

.cog_metadata_content>.ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child,
.cog_metadata_content>.ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child {
    padding: .92857143em .78571429em !important;
}

.cog_metadata_content>.ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child, .ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child{
    padding-right: 1em;
}

.ui.cog_fullscreen.modal {
    width: 95%!important;
    left: none !important;
    margin: 1em auto;
}

.cog_collapse_expands_button{
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1.5em;
    margin-right: 14px;
    color: rgba(0,0,0,.6);
}

h5.ui.header>p{
   word-break: break-word;
}

.cog-center-text {
  text-align: center;
}


.cog-flex-direction-column{
  flex-direction: column;
}

.cog-wrapping {
  word-wrap: break-word;
}
