﻿body {
}

h1, h2, h3, h4, h5 {
    padding: 0px;
    margin: 0px;
    line-height: 0.7;
}

input[type="checkbox"] {
    width: 1.4em;
    height: 1.4em;
}

input[type="radio"] {
    width: 1.4em;
    height: 1.4em;
}

.normal-text {
    font-size: small;
}

.section-title {
    border: 0px solid lightgray;
    padding: 10px;
    border-radius: 0px;
    background-image: linear-gradient(to bottom, #c4c6cb, #d3d4d8, #e2e2e5, #f0f0f2, #ffffff);
}

.form-check-label {
    padding-top: 3px;
    padding-left: 3px;
}

.email-group-label {
    width: 120px;
    font-size: small;
}

.field-validation-error {
    color: red;
}

.input-validation-error {
    border: 2px solid red !important;
}

.form-control-justified {
    min-width: 100%;
}


.report-label-control {
    max-width: 160px;
    min-width: 160px;
    width: 160px;
    font-size: small !important;
}

.report-param-control {
    max-width: 300px;
    min-width: 300px;
    width: 300px;
    font-size: small !important;
}

.filter-option,
.dropdown-item {
    font-size: small !important;
}

.folder-item {
    background-color: #ffffff;
    border: 1px solid lightgray;
    width: 250px;
    font-size: small !important;
}
.report-item {
    background-color: #ffffff;
    border: 1px solid lightgray;
    width: 300px;
    font-size: small !important;
}

.folder-item:hover {
    background-color: #f2f3f5;
    border: 1px solid lightgray;
}

.multiselectDropDownList {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #212529;
    left:0 !important;
}

.report-item a {
    text-decoration: none;
}
.report-label {
    width: 100%;
    height: 100%;
    align-content: center;
}

.report-options {
    width: 30px;
    visibility: collapse;
}
.report-item:hover .report-options {
    background-color: #f2f3f5;
    visibility: visible;
}
.report-options:hover {
    background-color: green;
    visibility: visible;
}

.parameter-form {
    background-color: #f2f3f5;
}

.action-menu-area {
    background-color: #EAEDED;
    min-width: 200px;
}

/* d-flex flex-column flex-grow-1*/
.page {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border: 1px solid #3498DB;
}

.pageTitle {
    background-color: #AED6F1;
    height: 50px;
    padding-left: 5px;
    align-content: center
}
/*d-flex flex-column flex-grow-1 justify-content-start*/
.pageBody {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: start;
    font-size: small !important;
}

#report {
    width: 100% !important;
    border: 1px solid #dddddd !important;
}

#report thead tr th {
    padding: 5px;
    background-color: darkgray;
    border-bottom: 1px solid #dddddd !important;
    border-right: 1px solid #dddddd !important;
    font-size: small !important;
}


#report tbody tr td {
    border-top: 1px solid #dddddd;
    border-bottom: 0px solid #0026ff !important;
    border-right: 1px solid #dddddd;
    border-left: 0px solid #dddddd !important;
    padding: 5px !important;
    background-color: #ffffff;
    font-size: small !important;
}

#report tbody tr:first-child td {
    border-top: 0px none #0026ff !important;
}

#report tbody tr td:last-child {
    border-right: 0px solid #dddddd !important;
}

.highlight-cell {
    background-color: silver !important;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}


@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.big-icon {
    width: 100px;
    height: 100px;
}