@page {
    size: auto;
}

html, body {
    height: 100%;
    font-size: 0.95rem !important;
}

main {
    min-height: 95%;
}

input[data-state="dirty"],
textarea[data-state="dirty"],
select[data-state="dirty"] {
    background-color: #ede7f6;
    border-color: red !important;
}

input[data-state="clean"],
textarea[data-state="clean"],
select[data-state="clean"] {
    background-color: #eaf6ea;
    border-color: green !important;
}

h1, h2, h3, h4, h5 {
    font-weight: bold !important;
}


h1, .h1 {
    font-size: 1.4em !important;

}

h2, .h2 {
    font-size: 1.3em !important;

}

h3, .h4 {
    font-size: 1.25em !important;

}

h4, .h4 {
    font-size: 1.2rem !important;
}

h5, .h5 {
    font-size: 1.15rem !important;
}

h6, .h6 {
    font-size: 1.1rem !important;
}

.main_inner {
    overflow: auto;
    padding-bottom: 50px; /* this needs to be bigger than footer height*/
}

.footer {
    position: relative;
    height: 55px;
    clear: both;
    padding-top: 20px;
}

label {
    font-weight: bold;
}

table th {
    font-weight: bold !important;
}

.card {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 0.75rem !important;

}


.bootstrap-autocomplete {
    overflow: hidden;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.table_top {
    border-bottom: 1px solid gray;
}

.table_bottom {
    border-top: 1px solid gray;
}

body {
    color: black !important;
}

#myMessage {
    text-align: center;
}

#myMessage div {
    margin: 0 auto;
}


::placeholder {
    color: #D0D0D0 !important;
}


.image_click_to_expand {
    width: 100px;
}


.detail_row {
    outline: 2px solid black;
    background-color: white !important;


}

.detail_row_td {


}


table.float-head {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: white;
}


.mega-dropdown {
    z-index: 10000;
}


.bootstrap-autocomplete {
    position: absolute;
}

.rotate_text_90 {

    transform: rotate(-90deg);

    /* Legacy vendor prefixes that you probably don't need... */

    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

#status_bar_message {
    text-transform: capitalize;
}


.registration-ui {
    background: linear-gradient(to bottom, #f8d038 0%, #f5ca2e 100%);
    padding: .25em;
    font-weight: bold;
    font-size: 1em;
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 1px 1px 1px #ddd;
    position: relative;
    font-family: helvetica, ariel, sans-serif;
}

.cursor-pointer
{
    cursor: pointer;
}


.tables-right td,
.tables-right th
{
    text-align: right;
}

.opacity50
{
    opacity: 0.5;
}

.opacity25
{
    opacity: 0.25;
}