﻿html, body {
    height: 100%;
}

form
{

}

body {
    font-family: 'Bahnschrift', sans-serif;
    background-color: #f1f1f1;
}

#wrapper {
    width: 100%;
    height: 100%;
    display: table;
    margin: 0 auto;
    overflow: hidden;
}

/*Override from JQuery UI CSS*/
.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.inline-search {
    display: inline;
    max-width: 300px;
}

.ui-progressbar {
    height: 1em !important;
}
.ui-widget-header {
    background-image: none !important;
}
.ui-widget-content {
    background-image: none !important;
}

.highlight {
    background-color: #ffdc32;
    height: 3px;
}

.header-container 
{
    /*display: table-header-group;*/
}

div.head-container {
    background-color: #1c1c1c;
    height: 70px;
    color: white;
    vertical-align: central;
}

.head-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 70px;
}

.head-image {
    width: 40px;
    margin-left: 30px;
}

.head-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.head-nav li {
    float: left;
}

.head-nav li a {
    font-size: 12pt;
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

.head-nav-image
{
    width: 20px;
}

.head-nav li a:hover {
    color: silver;
}

.head-user
{
    color: white;
}

.head-user-image
{
    display: inline;
}

.head-user-image img 
{
    border-top-left-radius: 50% 50%;
    border-top-right-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;
}

.head-user-data 
{
    color: silver;
    display: inline;
    padding-right: 10px;
}
.content-container {
    /*display: table-row-group;*/
    height: 100%;
}

div.body-container {
    margin-left: auto;
    margin-right: auto;
    background-color: #f1f1f1;
    text-align: left;
    max-width: 1800px;
    min-width: 400px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

div.content-header {
    background-color: white;
    height: 70px;
}


.content-header-date
{
    padding-right: 20px;
    font-weight: bold;
}

.icon-pad
{
    padding-left: 10px;
}

.content-header-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 70px;
    font-size: 18pt;
    padding-left: 45px;
}

.content-header-buttons {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 70px;
    padding-right: 40px;
}

.content-tile-container {
    background-color: #f1f1f1;
    height: 100%;
}

.content-tile 
{
    background-color: white;
    min-height: 250px;
    margin: 25px 10px 0px 10px;
    padding: 10px;
}

.admin-tile {
    background-color: white;
    min-height: 150px;
    margin: 25px 10px 0px 10px;
    padding: 10px;
}

.content-tile-spacer {
    background-color: #f1f1f1;
    height: 20px;
}

.content-over {
    height: calc(100% - 143px);
    background-color: white;
}
.content-over-ks {
    height: calc(100% - 70px);
}

.content-row 
{
    padding: 0px;
}

.content-nav 
{
    background-color: white;
    min-height: 100%;
}

.content-data {
    background-color: #f1f1f1;
    height: 100%;
    padding-right: 0px;
}

.dashboard-engagement-header-title {
    /*display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 15px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;*/
}

.dashboard-engagement-menu-item {
    display: inline-block;
    float: left;
    padding-bottom: 10px;
    text-decoration: none;
    color: black;
    /*font-size: 12px;*/
    font-weight: bold;
}

.float-right
{
    float: right;
}
.float-left {
    float: left;
}

.dashboard-engagment-row{
    height: 20px;
}
.embolden, .embolden-green, .embolden-red {
    font-weight: bold;
}
.embolden-red
{
    color: #ee0000;
}
.embolden-green {
    color: green;
}

.row-highlight-other {
    background-color: #f1f1f1 !important;
}
.row-highlight-assign {
    background-color: #f6ffe7 !important;
}

.row-highlight:hover, .row-highlight-assign:hover, .row-highlight-other:hover {
    background-color: #ffffce !important;
}

.item-box 
{
    border-left: solid 5px #ffdc32;
    border-top: dashed 1px #dddddd;
    border-bottom: dashed 1px #dddddd;
    padding-top: 7px;
    padding-bottom: 7px;
}

.dashboard-engagement-item {
    display: inline-block;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    text-decoration: none;
    color: black;
    /*font-size: 9px;*/
}

.resultGreen {
    color: white;
    background-color: rgba(99, 169, 16, 1);
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
}
.resultYellow {
    color: black;
    background-color: yellow;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
}
.resultRed {
    color: white;
    background-color: Red;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
}

.resultImage
{
    width: 20px;
    height: 20px;
}

.content-menu {
}

.ProductContainer {
    position: fixed;
    display: inline;
    z-index: 302;
    background-color: white;
    padding: 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ProductContainer {
        position: -ms-page !important;
    }
}

.ProductHeader > td 
{
    font-weight: bold;
}

.ProductTable {
}

.ProductTable > tr
{

}

.ProductTable tr > td {
    padding-left: 5px;
}

.ProductTable tr > td:first-child + td, .ProductTable tr > td:first-child + td + td {
    text-align: center;
}


.NavigationContainer {
    width: 150px;
    position: absolute;
    display: inline;
    z-index: 100;
    background-color: white; 
    padding: 10px;
}

.NavigationContainer a
{
    display: block;
    color: black;
    text-decoration: none;
}

.NavButton:hover, .NavigationContainer a:hover
{
    font-weight: bold;
}

.trim-padding, .trim-padding-left {
    padding-left: 0px !important;
}
.trim-padding, .trim-padding-right {
    padding-right: 0px !important;
}

.button, .cancel-button {
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    padding: 7px 20px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    width: 120px;
    border: none 0px black;
    box-shadow: 5px 5px 2px rgba(100,100,100, .1);
    transition: box-shadow .3s;
    cursor: pointer;
}

.btn.btn--banana.cancel-button {
     background-color: #000; 
     color: #fff !important; 
     width: auto; 
     margin-bottom: 15px;
}

.cancel-button {
    box-shadow: none;
    color: #da2f20;
    font-weight: 500;
    background: none;
    width: auto;
    margin: auto;
    display: block;
    font-size: 14px;
}

.button:hover, .cancel-button:hover {
    text-decoration: none;
    color: #000;
}


.button-counter {
    background-color: #ff0000;
    border-radius: 3px;
    color: #FFF;
    position: relative;
    padding: 2px 5px;
    top: -20px;
    right: 15px;
    font-weight: bold;
    text-align: center;
    vertical-align: sub;
}

div.footer-container {
    position: relative;
    display: table-footer-group;
    min-height: 50px;
    background-color: #181818 !important;
    color: white;
    width: 100%;
}

.footer-nav {
    float: left;
    width: 500px;
}

.footer-title {
    font-size: 16px;
    color: #6d6d6d;
    margin: 0;
}

div.footer-holder {
    height: 100%;
    padding: 20px 0 20px;
}

div.footer-menu {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
}

.footer-info {
    text-align: right;
}

.copyright {
    font-size: 12px;
}

.flex-row 
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.flex-row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1000px) {
    .content-nav, .content-menu, .content-container 
    {
        height: auto;
    }

    .break-view {
        width: 100%;
        display: block !important;
        min-height: 0;
    }
}

@media (max-width: 770px) 
{
    .content-header-title, .content-header-buttons 
    {
        height: auto;
    }
    .hide-break {
        display: none;
    }
    div.head-container {
        height: auto;
    }

    .head-item {
        padding-top: 10px;
        display: block;
        flex-direction: row;
        height: auto;
    }

    .head-user {
        display: none;
    }

    .content-header-buttons {
        display: block;
    }

    .footer-container, .footer-info, .footer-nav, .footer-menu {
        text-align: center;
    }

    .footer-info, .footer-menu {
        display: inline-block;
    }

    .footer-title, .footer-menu {
        margin-left: auto;
        margin-right: auto
    }

    .footer-nav {
        float: none;
    }
}

.progress-bar.collapse.show {
    width: 25%;
}