﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

thead {
    background: lightsteelblue;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.card {
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
    width: 200px;
    height: 200px;
    margin: 10px;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    top: 0px;
    border-radius: 4px;
    border: 1px solid #f2f8f9;
    cursor: pointer;
}

.card-report {
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
    width: 150px;
    height: 150px;
    margin: 10px;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    top: 0px;
    border-radius: 4px;
    border: 1px solid #f2f8f9;
    cursor: pointer;
}

    .card:hover {
        transition: all 0.2s ease-out;
        box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
        top: -4px;
        border: 1px solid #cccccc;
        background-color: white;
    }


.card-image {
    margin: 0 auto;
    text-align: center;
    width: 70px;
    height: 70px;
    opacity: 1;
    border-radius: 50%;
}

.card-title {
    text-align: center;
    font: normal normal 12px/27px Verdana;
    letter-spacing: 0px;
    color: #22354B;
    opacity: 1;
}

table.dataTable td {
    font-size: small;
}

table.dataTable th {
    font-size: small !important;
}

th.long-title {
    white-space: normal !important;
    word-wrap: break-word !important;
    line-height: 1.2em !important;
    height: 2.4em !important;
}

.datepicker {
    z-index: 10000 !important;
}

.blueTitle {
    color: #0F52BA !important;
}

.loading-overlay {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); /* semi-transparent white background */
    z-index: 9999;
}

.loading-overlay img {
    display: block;
    margin: auto;
    width:15%;
    height:20%;
}