

html {
  color: #191414;
  font-size: 1em;
  line-height: 1.4;
  overflow-y: scroll;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
  color: #191414;
  margin: 0;
  font-size: 16px;
  
}
@media only screen and (min-width: 701px) and (max-width: 1023px) {
  body {
    font-size: 19px;
  }
}
@media only screen and (max-width: 700px) {
  body {
    font-size: 17.6px;
  }
}



.container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

.container70 {
  max-width: 1200px;
  width: 70%;
  margin: auto;
}

a,
    a:visited {
      color: black;
      text-decoration: underline;
    }   

    .copy-me-icon{
      font-size: 18px;      
      margin-left: 5px;
      cursor: pointer;
    }

    .improve-status-table tr.filters label {
      display: none;
    }

    @media (max-width: 800px) {
      .improve-status-table tr.filters {
        display: none;
      }

      .vertical-filters {
        display: block !important;
      }
    }

    .vertical-filters {
      margin-bottom: 20px;
      display: none;
    }

    .vertical-filters .hide-in-vertical-filter {
      display: none !important;
    }

    .vertical-filters tr.filters {
      display: list;
    }

    .vertical-filters tr.filters th {
      display: list-item;
      text-align: left;
    }

    .vertical-filters tr.filters label {
      display: inline-block;
      min-width: 140px;
    }

    .vertical-filters tr.filters label:after {
      content: ": ";
    }

    .filters .status-ok,
    .has-result.status-ok .show-status {
      color: #006100;
      background-color: #C6EFCE !important;
    }

    .filters .status-warning,
    .has-result.status-warning .show-status {
      color: #9C5700;
      background-color: #FFEB9C !important;
    }

    .filters .status-error,
    .has-result.status-error .show-status {
      color: #9C0006;
      background-color: #FFC7CE !important;
    }

    .has-result .sorting_1 {
      background-color: #00000005 !important;
    }
/* 
    .status-filter {
      padding: 10px;
      font-size: 16px;
    }

    .filters th select {
      padding: 10px;
      font-size: 16px;
    } */

    table.dataTable tr.dtrg-group td {
      background-color: #00bded;
      color: white;
    }

    .icon-button,
    .refresh-bt {
      background-color: none;
      border: none;
    }


.image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /*   &.header {
    background-image: url("../img/header_image_stream.jpg?v=2");
     "scinteco_icon_blue.svg?v=2" 
  } */
}

.image.logo-scinteco {
  background-image: url("../img/logo_scinteco.png?v=2");
}

.top-menu .logo-wrapper .logo-scinteco {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: left;
}

.top-menu {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #fff;
  height: 45px;
}
.top-menu .top-menu-wrapper {
  width: 86%;
  max-width: 1286px;
  margin: auto;
}
.top-menu .logo-wrapper {
  position: relative;
  padding-bottom: 2.9%;
  width: 30%;
  min-height: 16px;
  float: left;
  margin: 0;
}
.top-menu .logo-wrapper .logo-scinteco {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: left;
}
.top-menu ul.navigation {
  list-style-type: none;
  padding: 3.6% 0 0 0;
  margin: 0;
  float: right;
}
.top-menu ul.navigation li {
  display: block;
  float: left;
  margin-left: 24px;
}
.top-menu ul.navigation a {
  font-weight: bold;
  font-size: 20px;
  color: #191414;
  display: block;
  /* line-height: 58px; */
  padding: 3px;
  text-decoration: none;
}
.top-menu ul.navigation a.active {
  color: #00beed;
}
.top-menu ul.navigation a:hover {
  text-decoration: underline;
  color: #00beed;
}

.nav-bg {
  height: 80px;
  width: 100%;
  background-color: #00bded;
}

.breadcrumb-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 80px;
  color: white;
  font-size: 16px;
  margin: 0;
}

.breadcrumb-nav > li {
  list-style-type: none;
  padding: 0 10px 0 0;
  color: white;
}

.breadcrumb-nav > li + li::before {
  content:  ">";
  padding-right: 10px;
}

.breadcrumb-nav i {
  color: white;
}

.right {
  float: right;
}


#indexlist thead tr th {
    font-size: 16px;
    font-weight: normal;
  }

  #indexlist thead th.indexcolicon > img {
    height: 10px;
     
  }

  #indexlist tbody td.indexcolicon img {
    height: 24px;
    
  }

  #indexlist thead th.indexcolname {
    width: 54%;
    height: 20px;
    border-right: solid 1px #19141449;
  }

  #indexlist thead th.indexcollastmod {
    font-weight: bold;
    width: 30%;
    border-right: solid 1px #19141449;
  }

  #indexlist thead th.indexcolsize {
    width: 15%;
  }

  #indexlist tbody tr .col-name {
    font-weight: bold;
  }

  #indexlist tbody tr {
    background-color: #f7f9fb;
    border: none;
    font-size: 16px;
    
  }

  #indexlist tbody tr * {
    box-shadow: none;
    font-size: 16px;
  }

  #indexlist tbody tr:hover {
    background-color:rgba(0, 189, 237, 0.1);
    cursor: pointer;
  }
  
  tr td .bug-description { 
    max-width: 70vw;
    cursor: default;
    
  }

  tr td .bug-description * { 

    word-break: break-all;
  }

  a.link-sm {
    color: white;
    margin-right: 10px;
  }

  .dataTables_wrapper .dataTables_length label select{
    /* padding: 10px; */
    margin-top: 30px;
    margin-bottom: 20px;
    /* font-size: 16px; */
  }

  .dataTables_wrapper .dataTables_length > label {
    color: #191414;
    font-size: 16px;
  }

  .dataTables_wrapper .dataTables_filter label input {
    /* padding: 10px; */
    margin-top: 30px;
    margin-bottom: 20px;
    /* font-size: 16px; */
  }

  .dataTables_info {
    color: #191414;
    font-size: 16px;
    opacity: 0.5;
    margin: 30px 0;
}

  .dataTables_paginate {
    text-transform: uppercase;
    font-size: 16px;
    margin: 30px 0;
}

  .dataTables_wrapper .dataTables_paginate .paginate_button.paginate_button.current {
    background-color: #00bded;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button.paginate_button.current,
  .dataTables_wrapper .dataTables_paginate .paginate_button.paginate_button {
    padding: 8px 15.5px 10px;
    background-image: none;
    border-radius: 5px;
    border: none;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button.paginate_button.current:hover {
    padding: 8px 15.5px 10px;
    background-color: #00beedb2;
    border-radius: 5px;
    border: none;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button.paginate_button:hover {
    padding: 8px 15.5px 10px;
    background-color: #00beedb2;
    background-image: none;
    border-radius: 5px;
    border: none;
  }

  @media only screen and (max-width: 700px) {
    .dataTables_wrapper .dataTables_length label select{
        /* padding: 10px; */
        margin-top: 10px;
        margin-bottom: 0px;
        font-size: 16px;
      }
    
      .dataTables_wrapper .dataTables_filter label input {
        /* padding: 10px; */
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 16px;
      }
  }



  .footer {
    font-size: 16px;
  }
  @media only screen and (min-width: 701px) and (max-width: 1023px) {
    .footer {
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 700px) {
    .footer {
      font-size: 16px;
    }
  }
  .footer > div {
    background-color: #b5c3ce1a;
    padding: 30px 0;
  }
  .footer a {
    text-decoration: none;
    color: #191414;
  }


  .overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    box-sizing: border-box;
    transition: 0.5s ease;
    overflow: hidden;
    z-index: 100;
  }
  
  .imprint-overlay .imprint-container {
    background-color: #00beed;
    box-sizing: border-box;
    height: 100%;
    padding: 10px;
  }
  .imprint-overlay .imprint-container .imprint-content-wrapper {
    background-color: #fff;
    box-sizing: border-box;
    height: 100%;
    padding: 80px 50px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .imprint-overlay .imprint-container .imprint-content-wrapper .imprint-content {
    margin: auto;
    max-width: 940px;
  }
  .imprint-overlay .imprint-container p {
    margin-top: 15px;
  }
  .imprint-overlay .imprint-container p.center {
    text-align: center;
  }
  .imprint-overlay .imprint-container label {
    font-weight: bolder;
  }
  .imprint-overlay .imprint-container label::after {
    content: " ";
  }
  .imprint-overlay .imprint-container .emphasize {
    font-weight: bolder;
  }
  .imprint-overlay .imprint-container .emphasize.colored {
    color: #00beed;
  }
  .imprint-overlay .imprint-container a {
    text-decoration: none;
    font-weight: bold;
    color: #00beed;
  }
  .imprint-overlay .imprint-container a:hover {
    text-decoration: underline;
  }
  .imprint-overlay .imprint-container a.closeOverlay {
    color: #00beed;
  }
  .imprint-overlay .imprint-container a.closeOverlay .x-icon {
    font-size: 40px;
    font-weight: bold;
    line-height: 25px;
  }
  .imprint-overlay .imprint-container a.closeOverlay:hover {
    text-decoration: none;
  }
  .imprint-overlay .imprint-container a.button {
    color: #fff;
    margin: 64px 660px 0 3px;
    padding: 26px 112px;
    border-radius: 3px;
    background-color: #00beed;
  }
  .imprint-overlay .imprint-container a.button:hover {
    text-decoration: none;
  }
  .imprint-overlay .grid {
    width: 100%;
    /*outline: red 1px solid;*/
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 10px;
    text-align: left;
  }
  .imprint-overlay .grid .col1 {
    grid-column: 1;
    text-align: right;
  }
  .imprint-overlay .grid .col2 {
    grid-column: 2;
  }




  .icon-button{
    background: none;
    cursor: pointer;
  }