body {
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-attachment: fixed;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.content {
    position: relative;
    /* 	margin-top:20px; */
    margin-left: 20px;
    margin-right: 20px;
    /* 	margin-bottom: 25px; */
    background: rgba(255, 255, 255, 0.75);
    border-radius: 15px;

    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 70px;
}

div.sbox {
    position: fixed;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0px;
    border: 1px dashed #aaa;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

div.sbox.login {
    width: 400px;
    min-height: 360px;
}

div.sbox.login > .announcement{
    font-size: large;
    background-color: #ff9999;
}

.navbar {
    height: 40px;
    z-index: 9;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    padding-top: 2px;
    /*     vertical-align: middle; */
    z-index: 99;
}

.breadcrumb {
    display: inline-block;
}

.footer_actions {
    display: inline-block;
    float: right;
    padding-right: 2px;
}

.footer_id_navigation {
    display: inline-block;
    float: right;
    padding-right: 2px;
}

h1 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 500;
    padding-top: 10px;
}

h2 {
    font-size: 25px;
    font-weight: 400;
    padding-top: 10px;
    margin-top: 0;
}

h3 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 10px;
}

h4 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
}

fieldset {
    border: 1px dashed #aaa;
    background-color: rgba(128, 128, 128, 0.10);
    padding: 10px;
}

label {
    font-weight: normal;
}

.form-actions {
    padding: 10px 20px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    background-color: #f5f5f5;
}

.alert {
    top: 50px;
    width: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    z-index: 100;
}

.previous {
    color: #bbb;
    background-color: #fff !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
    padding: 0 6px;
    width: 120%;
}

textarea.previous {
    height: auto;
}

input[readonly], input:read-only, textarea[readonly], textarea:read-only, select[disabled], select:disabled {
    background-color: #ccc;
}


/* UI Refinements for shringking the length of the screen (so they don't have to scroll as much) */
fieldset input.form-control,
fieldset select.form-control {
    padding: 0 6px;
}

.form-group {
    margin-bottom: 0;
}

div.content {
    padding-top: 50px;
}

thead td, thead th {
    padding: 6px 1px !important;
    line-height: 1 !important;
}

tbody th {
    padding: 6px !important;
    line-height: 1 !important;
}

tbody td {
    padding: 0px 6px !important;
}

/* Give some useful mouse location feedback on row hover  */
div[class$='-index'] .kv-grid-table tbody tr:hover {
    background-color: #FFE377;
}

/* So the Actions column icons stay on the same line */
td.skip-export {
    /*min-width: 70px;*/
    white-space: nowrap;
}

.searchfilter {
    color: white !important;
    background-color: #ff9966;
}

.motion-form td {
    vertical-align: top;
}

.landsteward-form,
.accountant-form,
.landevent-form,
.application-form,
.appointmentaction-form {
    max-width: 700px;
}

div.gitlog {
    width: 80%;
    height: 80%;
    display: block;
    unicode-bidi: embed;
    font-family: monospace;
    white-space: pre;
    background-color: #fff;
    overflow: hidden;
}

/* Controls put in for altering user settings */
.settings {
    font-size: 14px;
    padding: 0 0 20px;
}

.pageheader {
    display: inline-block;
}

.pageoptions {
    display: inline-block;
    padding: 0 0 10px 20px;
    vertical-align: middle;
}

.acarat_tables {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.acarat_column {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: 0;
    width: calc(50% - 2px); /* Not sure why 2 px, but it works ... */
    height: 100%;
}

/*div[class^='landform'] th {*/
.detail-view th {
    width: 160px !important; /*helps detail view look better*/
}

.center {
    text-align: center;
}

.highlight {
    background-color: #CFC !important;
    color: #444;
}

.label-brown {
    background-color: brown;
}

.label-very-light-blue {
    background-color: lightblue;
}

.label-light-green {
    background-color: lightgreen;
}

.label-orange {
    background-color: orangered;
}

.label-pale-yellow {
    background-color: #b2b200;
}

/* hide gridview columns till they are loaded */
div[class$='-index'] table.kv-grid-table td {
    display: none;
}

.wrap {
    overflow: hidden;
    padding-bottom: 50px;
}

.navbar-collapse {
    background-color: #fff;
}

#quicksearch_box {
    width: 400px;
    display: inline-block;
    margin-top: 10px;
    padding-left: 20px;
}

.person_form {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: 0;
    width: calc(75%);
}

.person_picture {
    display: inline-block;
    margin: 0;
    border: 0;
    width: calc(25%);
    height: 100%;
    position: absolute;
}

.person_image {
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
}

.erc_table tbody tr {
    height: 200px !important;
    font-size: 20pt;
}

.erc_photo_column{
    min-width: 150px;
    padding: 0 !important;
}

.erc_meta_column{
    min-width: 275px;
}

.erc_picture {
    display: block;
    margin: 0;
    border: 0;
    width: 150px;
    height: 200px;
    position: absolute;
    overflow: hidden;
}

.erc_image {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 150px;
    object-fit: cover;

}

div.login_text {
    padding: 10px;
}

.google_login {
    background-color: #ffffff;
    margin-top: 20px;
    heigth: 40px;
    padding: 8px;
    text-align: left;
}

.google_login:hover {
    background-color: #eeeeee;
}

/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');*/
.google_login span {
    margin-left: 24px;
    color: black;
    font-family: 'Roboto', sans-serif;
}

.modelbadge{
    display: flex;
    align-items: center;
    gap: 5px;
}

/* #1261 */
.table-condensed > tfoot > tr > td {
    padding: 0;
}

/* #1261 */
.table-condensed > tfoot > tr > td > div > div > div.help-block {
    margin-bottom: 0;
    margin-top:0;
}
