﻿/* 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. */

/*html {
    position: relative;
    min-height: 100%;
    background-color: #f5f5f5;
}*/

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #f5f5f5;
}

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

.page-content {
    padding: 0 0px 0 0px;
}

.dropdown-link:hover{
    text-decoration:none;
    color:inherit;
    cursor:default;
}

.content-container{
    margin:0;
}


/*
    main content wrapper
---------------------------------------------------*/
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

/*
    Filter
---------------------------------------------------*/
.filter-wrapper {
    border: 1px solid #ececec;
    padding: 10px;
}

    .filter-wrapper .filter-label {
        font-family: Oswald;
        font-size: .8em;
        color: #616161;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: .3em;
    }

    .filter-wrapper .btn-filter {
        font-family: Oswald;
        padding: 7px;
        text-transform: uppercase;
        color: #616161;
        font-size: .9em;
        background-color: #ececec
    }

.filter-menu {
    min-width: 300px;
}

    .filter-menu h1 {
        background-color: #616161;
        color: white;
    }

/* Sticky footer styles
-------------------------------------------------- */
.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
-------------------------------------------------- */

.footer {
    position: fixed;
    bottom: 0;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #616161;
    width: 100%;
    margin-left: -260px;
    padding-left: 260px;
}

/* Report card
-------------------------------------------------- */
.report-card {
    text-align: center;
}

    .report-card .glyphicons-card {
        max-width: 10em;
        margin: 0 auto;
    }

    .report-card .card-body {
        padding-top: 0;
    }

    .report-card .btn-run-report {
        font-family: Oswald;
        padding: 7px;
        text-transform: uppercase;
        color: #616161;
        font-size: .9em;
        background-color: #ececec
    }

    .report-card .btn-customize-report {
        font-family: Oswald;
        padding: 7px;
        text-transform: uppercase;
        color: #616161;
        font-size: .9em;
    }

.tdt-editable .glyphicons-basic-btn {
    opacity:0;
}

.tdt-editable.active{
    cursor:pointer;
    background-color:#dedede;
}

    .tdt-editable.active .glyphicons-basic-btn {
        opacity: 1;
    }

.tdt-data-grid.tdt-data-grid-selectable .dx-state-hover {
    cursor: pointer;
}