﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.tableFixHead {
    overflow-y: auto;
    max-height: 50vh;
    display: flex;
    align-items: stretch;
}

.phasesFixHead {
    overflow-y: auto;
    height: 70vh;
    align-items: stretch;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
}

/* Just common table stuff. Really. */
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 8px 16px;
}

th {
    background: #eee;
}

/* Color classes */
.green-style {
    color: #029667;
}

.red-style {
    color: #D93B3B;
}

.yellow-style {
    color: #DBDE4E;
}

.blue-style {
    color: #0297B5
}

.gray-style {
    color: #e7e7e7;
}

.white-style {
    color: white;
}

.blue-row-style {
    background-color: #0297B5
}

.red-row-style {
    background-color: #D93B3B;
}

.green-row-style {
    background-color: #029667;
}

.yellow-row-style {
    background-color: #DBDE4E;
}

.gray-row-style {
    background-color: #e7e7e7;
}

.white-row-style {
    background-color: white;
}

#smallPaddingThTd > tr > th, #smallPaddingThTd > tr > td {
    padding: 4px 16px !important;
}

btn.glyphicon-triangle-bottom {
    background: none !important;
    border: none;
    padding: 0 !important;
}

btn.glyphicon-triangle-right {
    background: none !important;
    border: none;
    padding: 0 !important;
}

/* The heart of the matter */
.testimonial-group > .row {
    overflow-x: auto;
    white-space: nowrap;
    height: auto;
    flex-wrap: nowrap;
}

    .testimonial-group > .row > .col-xs-4 {
        display: inline-block;
        float: none;
    }

/* Decorations */
.col-xs-4 {
    font-size: 16px;
    padding-bottom: 4px;
    padding-top: 4px;
}

tbody tr:hover {
    cursor: pointer;
}

td a {
    display: block;
    color: black;
    text-decoration: none;
}

td a:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/****** FAZE ******/
.grey-bar-style-opacity {
    background-color: rgba(102, 102, 102, 0.5);
}

.grey-bar-style {
    background-color: rgb(102, 102, 102);
}

.orange-texture-bar-style-opacity {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255,255,255,.1) 5px, rgba(255,255,255,.1) 12px);
    background-color: rgba(255, 186, 133, 0.5) !important;
}

.orange-texture-bar-style {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255,255,255,.1) 5px, rgba(255,255,255,.1) 12px);
    background-color: rgb(255, 186, 133) !important;
}

.red-texture-bar-style-opacity {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255,255,255,.1) 5px, rgba(255,255,255,.1) 12px);
    background-color: rgba(255, 104, 99, 0.5) !important;
}

.red-texture-bar-style {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255,255,255,.1) 5px, rgba(255,255,255,.1) 12px);
    background-color: rgb(255, 104, 99) !important;
}

.blue-bar-style-opacity {
    background-color: rgba(91, 189, 235, 0.5) !important;
}

.blue-bar-style {
    background-color: rgb(91, 189, 235) !important;
}

.yellow-bar-style-opacity {
    background-color: rgba(210, 214, 83, 0.5) !important;
}

.yellow-bar-style {
    background-color: rgb(210, 214, 83) !important;
}

.orange-bar-style-opacity {
    background-color: rgba(255, 186, 133, 0.5) !important;
}

.orange-bar-style {
    background-color: rgb(255, 186, 133) !important;
}

.red-bar-style-opacity {
    background-color: rgba(255, 104, 99, 0.5) !important;
}

.red-bar-style {
    background-color: rgb(255, 104, 99) !important;
}

.success-bar-style-opacity {
    background-color: rgba(92, 184, 92, 0.5) !important;
}

.success-bar-style {
    background-color: rgb(92, 184, 92) !important;
}

.btn-test:hover {
    background-color: unset !important;
    border-style: none;
}

.btn-test {
    background-color: unset !important;
    border-style: none;
}

#expand-button {
    font-size: 24px !important;
    border-style: none !important;
    background-color: unset !important;
}

#expand-button:hover {
    border-style: none !important;
    background-color: unset !important;
}

:root {
    --white: #fff;
    --divider: lightgrey;
    --body: #f5f7f8;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.chart-wrapper {
    width: 100%;
    padding: 0 10px;
    margin: 0px !important;
}


    /* CHART-VALUES */
.chart-wrapper .chart-values {
    position: relative;
    display: flex;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.2rem;
}

.chart-values li:first-child{
    position: relative !important;
}

.chart-wrapper .chart-values li {
    flex: 1;
    width: 130px;
    text-align: center;
}

.chart-wrapper .chart-values li:not(:last-child) {
    position: relative;
}

.chart-wrapper .chart-values li:not(:last-child)::before {
    content: '';
    position: absolute;
    right: 0;
    height: auto;
    border-right: 1px solid var(--divider);
}

.test-border {
    content: '';
    position: absolute;
    right: 0;
    border-right: 1px solid var(--divider);
}

    /* CHART-BARS */
.chart-wrapper .chart-bars li {
    position: relative;
    color: var(--white);
    margin-bottom: 10px;
    font-size: 16px;
    border-radius: 20px;
    padding: 0px 10px;
    width: 0;
    transition: all 0.3s linear 0.2s;
}

@media screen and (max-width: 600px) {
    .chart-wrapper .chart-bars li {
        padding: 10px;
    }
}

/****** END FAZE ******/

.callout {
    padding-bottom: 5px;
    padding-top: 10px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    box-shadow: 0px 5px 10px gray;
}

#myTab{
    display: flex;
    justify-content: center;
    width: 100%
}

.filterActive {
    outline: 0 !important;
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5) !important;
}

.datePicker {
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#ui-datepicker-div {
    z-index: 1500 !important;
    width: auto !important;
}

.tableStyle {
    table-layout: fixed;
    width: 100%;
}

.tableStyle thead tr th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tableStyle tbody tr td div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tableStyle tbody tr td  {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tableStyle tbody tr td a div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflowHidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.width-40 {
    width: 40% !important;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}