﻿

.larger{
    font-size:larger;
}
.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

header {
    width: 100%
}

.found-data {
    background-color: yellow;
}

html {
    --page-header-height: 56px;
    --grid-header-height: 75px;
}

@media screen {

    .my-content {
        height: calc(100% - var(--page-header-height));
        scroll-margin-top: var(--page-header-height);
        padding-top: 0px;
    }
    .do-print {
        visibility: hidden;
    }
}

@media print {
/*    .main {
        overflow: visible !important;
    }

    .page {
        height:auto;
        overflow: visible !important;
    }
    .my-content {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        overflow: visible !important;
    }
    .no-print {
        visibility: hidden;
    }
    .do-print {
        visibility: visible;
        width:100%;
        text-align:right;
    }*/
}

.my-map {
    height: calc(100% - 200px);
    padding-top: 0px;
}

.labelTest {
    position: relative;
    display: block;
    top: -0.5em;
    margin: 0;
    margin-bottom: -0.5em;
}

.small-padding {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.text-left {
    border: 1px solid green;
    text-align: left !important;
}

.chartButton {
    height: 100% !important;
    width: 100%;
    text-align: left !important;
    margin-left: 0;
    min-height: 1.6rem;
}

.chartButtonX {
    align-content: start;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    text-align: left !important;
    margin-left: 0;
    min-height: 1.7rem;
}

.leftButton {
    width: 100%;
}

span.relaMarker {
    text-decoration: none;
    color: green;
    font-size: xx-small;
}

.small {
    font-size: xx-small;
}

a:link sup {
    text-decoration: none;
}


a:visited sup {
    text-decoration: none;
}


a:hover > sup {
    text-decoration: none;
}


a:active sup {
    text-decoration: none;
}

.has-more {
    font-weight: bold;
}

.chartRowHeader {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.emptyChart {
    height: 100%;
    width: 100%;
    padding-left: 0.6rem;
    min-height: 1.7rem;
    align-items: center;
    border: 1px silver solid;
    background-color: mintcream;
    color: gray;
    margin:0;
}

.btn-outline-info {
    color: darkslateblue;
    border-color: #00a9e6;
}

.btn-outline-danger {
    color: maroon;
    border-color: #dc3545;
}
.smallchart
{
    border-collapse:separate;
    border-spacing:3px;
}
.male {
    border: 1px solid blue;
    border-radius: 2px;
    background-color: aliceblue;
    cursor: pointer;
}
    .male:hover {
        border: 1px solid blue;
        box-shadow:0 0 4px #4195fc;
    }

.female {
    border: 1px solid red;
    border-radius:2px;
    background-color: lavenderblush;
    cursor: pointer;
}
    .female:hover {
        border: 1px solid blue;
        box-shadow: 0 0 4px red;
    }


/*tr {
    display: flex;
    align-items: stretch;
}*/



.padded {
    padding-right: 1rem;
}


.bold-text {
    font-weight: bold;
}

.test {
    height: auto !important;
}

.listButton {
    height: 1rem;
    width: 100%;
}

.note {
    background-color: #fcfcfc;
    background-image: url(/images/notes2.png);
    background-position: 3px 2px;
    background-repeat: no-repeat;
    border: 1px solid #999;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 8px 8px 8px 50px;
    max-width: 840px;
    min-width: 200px;
    padding: 10px 10px 10px 36px;
    box-shadow: 2px 2px 5px #bbb;
    -moz-box-shadow: 2px 2px 5px #bbb;
    -webkit-box-shadow: 2px 2px 5px #bbb;
    white-space: pre-line;
}

div.note h1 {
    border-bottom: 1px solid #808080;
    margin-bottom: 0px;
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
    font: 18px Tahoma, Verdana, Arial, sans-serif;
    letter-spacing: 1px;
}

div.note p {
    margin-top: 0;
    margin-bottom: 0.1rem;
}

/*.dx-gridlayout {
    width: 100%;
    height: 100%; 
}*/

@media print {
    a {
        text-decoration: none;
        color: black;
    }

        a:link {
            text-decoration: none;
        }


        a:visited {
            text-decoration: none;
        }


        a:hover {
            text-decoration: none;
        }


        a:active {
            text-decoration: none;
        }

    .chartButton {
        color: black;
        border: 1px solid silver;
    }
}

table.indr {
    border-collapse: collapse;
    border: 0;
    width: 100%;
    table-layout: auto;
}

.indented {
    padding: 0 0 0 1rem;
}

@media only screen and (max-width: 800px) {
    table.indr {
        margin-left: 0;
        border-collapse: collapse;
        border: 0;
        width: 100%;
    }

    .indented {
        padding-left: 0;
    }
}

.filler {
    width: 100%;
    min-width:9rem;
}

.nav-tabs {
    margin-bottom: 0.3rem;
}

.pad-right {
    margin-right: 0.8rem;
}

.bookTable {
    width: 100%;
    border-collapse: collapse;
}

    .bookTable th {
        border-color: navajowhite;
        border-style: solid;
        border-width:1px;
        padding-left: 0.3rem;
        font-weight: bold;
        border-bottom: 2px solid black;
        text-align: left;
    }

    .bookTable td {
        border: navajowhite 1px solid;
        padding-left: 0.3rem;
    }

    .bookTable tr {
        background: #EEEEEE;
    }

        .bookTable tr:nth-child(odd) {
            background-color: ivory;
        }

        .bookTable tr:nth-child(even) {
            background: #FFFFFF;
        }

.footer {
    border-top: 1px solid silver;
    font-size: small;
    text-align: right;
    color: black;
    padding-right: 2rem;
    background-color: ivory;
}


.dxbs-tree ul.nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

.content > * {
    /*max-width: 1240px;*/
}

@media print {
    .sidebar, .top-row, .footer, .app-sidebar {
        display: none;
    }

    .content {
        overflow: visible !important;
        width: 100% !important;
    }

    .nav-tabs {
        display: none;
    }
}

h1 {
    font-size: 1.2rem;
    width: 100%;
    border-bottom: 1px solid silver;
}

h2 {
    font-size: 1.1rem;
    width: 100%;
    border-bottom: 1px solid silver;
}

h3 {
    font-size: 1rem;
    width: 100%;
    border-bottom: 1px solid silver;
}

h4 {
    font-size: 0.9rem;
    width: 100%;
    border-bottom: 1px solid silver;
}

.top-link {
    text-align: right;
    vertical-align: central;
}

.td-heading {
    border-bottom: 1px solid silver;
}
.chart {
    border: 0;
    border-collapse: collapse;
    width: 100%;
    padding: 2px;
}

    .chart td {
        height: 1px;
    }

@media only screen and (min-width: 900px) {
    .menu-selected {
        border-bottom: 1px solid dodgerblue;
    }
}

.menu-un-selected {
    border-bottom: 2px solid red;
}

.my-header {
    background-color: ivory;
 
}

.dx-menu-title {
    font-size: 1.32rem !important;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif color:darkblue;
}

.full-width {
    width: 100%;
}

.link-red {
    color: red;
}

.link-green {
    color: green;
}

.link-blue {
    color: blue;
}

.link-white {
    color: whitesmoke;
}

.link-div {
    margin-bottom: 1rem;
}

.table-header {
    border-bottom: 1px solid silver;
}

.row-header {
    border-bottom: 1px solid silver;
    padding: 0 !important;
}

.an-header {
    font-size: larger;
    border-bottom: 1px solid silver;
    background-color: oldlace;
}

.an-subheader {
    border-bottom: 1px solid silver;
}

table.an-table {
    margin-left: 3rem;
    border-collapse: collapse;
    width: 100%;
}

    table.an-table td {
        vertical-align: top;
    }

        table.an-table td.leftTd {
            vertical-align: top;
            width: 60px;
        }



.row-no-padding {
    [class*="col-"]

{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
ul.nav div:nth-child(odd) {
    background-color:  ghostwhite;
}
.my-list {
    border: 1px solid silver !important;
    width: 100%;
}
.my-odd {
    background-color:whitesmoke  !important;
}

.nav-item a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

    .nav-item a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
    }

    .nav-item a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

@media (min-width: 768px) {

    .navbar-toggler {
        display: none;
    }
}
div.my-center {
    max-width: 1240px;margin: auto;
}

.no-padding{
    padding: 0 !important;
}
.red {
    border:1px solid red;
}
.green {
    border: 1px solid green;
}


.navbar-nav > li {
    font-size: 0.81rem;
}

btn-group-sm > .btn, .btn-sm
{
    font-size:0.81rem;
    padding: 2px 4px 2px 4px;
}


p {
    margin-bottom: 4px;
    margin-top: 8px;
}
td, th {
    padding: 0;
    text-align: left;
    vertical-align: top;
}

.indr {
    margin-left: 20px;
    empty-cells: show;
    table-layout: fixed;
}
.indr td {
    vertical-align: top;
   /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
    .indr td.leftTd {
        vertical-align: top;
        width: 60px;
        max-width: 60px;
    }

