:root, html, body {
    color: #065549;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: bold;
    min-height: 100vh;
    background: #f9fcf7; /* Old browsers */
    background: linear-gradient(135deg, #f9fcf7 0%,#f5f9f0 100%);
    margin: 0;
    padding: 0;
}
a:target,button:target,input:target,div:target {
    outline: orange outset 2px;
    box-shadow: 0 0 0.5rem 0.25rem orange;
}
body.clipped {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#top-content-margin {
    margin-top:74px;
}
b{
    color:#0073af;
}
strong{
    color:#0073af;
}
font {
    font-family: Roboto, Arial, sans-serif;
    font-weight: bold;
    font-size: inherit;
}
form.paperform {
    width: 100%;
    margin: 0.25em;
    padding: 1em;
    border: 1px solid gray;
    box-sizing: border-box;
}
.prj-frm {
    display:block;
    margin:0.25rem;
    min-height: 1rem;
    min-width: 10rem;
}
.prj-frm label {
    margin:0.25rem;
}
td{
    text-align: left;
    vertical-align: top;
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
}
table{
    border:0px;
    border-collapse:collapse;
    padding: 0px;
}
option{
    color:black;
}
.ctable td{
    text-align: center;
}
a{
    color: #00a2ff;
}
.flex-row {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.float-right {
    display:block;
    float:right;
    margin:0 0 2rem 2rem;
}
.float-left {
    display:block;
    float:left;
    margin:0 2rem 2rem 0;
}
.inputtext{
    background: #FFF;
    border: 1px solid #C0CAD5;
    font-family: tahoma, tahoma, verdana, arial, 'Lucida Sans', sans-serif;
    font-size: 0.8rem;
    padding: 0.125em;
    margin: 0;
}
input[type="tel"]{
    font-weight: bold;
    font-style: normal;
    font-family: "Roboto Mono", Monaco, "Lucida Console", ui-monospace, monospace;
}
.txt-monospace {
    font-family: "Roboto Mono", Monaco, "Lucida Console", ui-monospace, monospace;
}
.b{
    position: absolute;
    left:50%;
    z-index:2;
    cursor: pointer;
    color: white;
    font-family: arial;
    margin:97px -300px 0;
    font-weight: bold;
    font-size: 1rem;
    width: 730px;
}
.c {
    margin-left: -1px;
    margin-top: -1px;
}
.lc{
    text-decoration: none;
    cursor: pointer;
}
.lu{
    text-decoration: underline;
}

ul.header-lang {
    font-size: smaller;
    margin-left: 0;
    padding-left: 0;
}
li.header-lang {
    list-style-type: none;
}

.link{
    color: #065549;
    display: block;
    padding:0px 0px 0px 20px;
    white-space: nowrap;
    text-decoration: none;
    font-family: tahoma,verdana,arial,'Lucida Sans',sans-serif;
    font-size: 0.8rem;
    line-height: 1.4rem;
    cursor: pointer;
}
.link:hover{
    background-image:url(/images/bt_m.jpg);
}
.nobreak {
  white-space: nowrap;
}
.link-inline {
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    white-space: pre-wrap;
}
.link-inline:hover {
    text-decoration: none;
}
.article{
    color: #065549;
    text-decoration: none;
    font-size: 1rem;
}
.article:hover{
    text-decoration:underline;
}
.hidden {
    pointer-events: none;
    visibility: hidden;
    user-select: none;
}
.hidden-form {
    display:none;
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index: 1;
    align-items: center;
    justify-content: center;
    background-color: darkgray;
    overflow: auto;
}
.disabled {
    pointer-events: none;
    cursor: not-allowed;
    filter: grayscale(0.75);
}
.alink{
    color: white;
    white-space: nowrap;
    text-decoration: none;
}
.alink:hover{
    text-decoration:underline;
}
.clickable {
    cursor: pointer;
    margin: 1rem;
}
.clickable:hover {
    filter: drop-shadow(0 0 0.25em);
}
a.ulink {
    color: inherit;
    text-decoration: none;
}
a.ulink:hover {
    color: inherit;
    text-decoration: none;
}

.profile_page_button_style, .b_off,.b_on {
    display: inline-block;
    box-shadow: inset 0px 1px 0px 0px #CCE6FF;
    text-shadow: 0 0 2px #011C22;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3399FF), color-stop(1, #004D99));
    background: -moz-linear-gradient(top, #3399FF 5%, #004D99 100%);
    background: -webkit-linear-gradient(top, #3399FF 5%, #004D99 100%);
    background: -o-linear-gradient(top, #3399FF 5%, #004D99 100%);
    background: -ms-linear-gradient(top, #3399FF 5%, #004D99 100%);
    background: linear-gradient(to bottom, #3399FF 5%, #004D99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399FF', endColorstr='#004D99',GradientType=0);
    background-color: #004D99;
    border: 1px solid #0066CC;
    min-width: 10rem;
    min-height: 1rem;
    padding: 0.5rem;
    font-family: Roboto, Arial, sans-serif;
    font-size:0.8rem;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0.25rem;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
}
.profile_page_button_style:hover,.b_off:hover,.b_on {
    box-shadow: inset 0px 1px 0px 0px #CCE6FF;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #66B3FF), color-stop(1, #0066CC));
    background: -moz-linear-gradient(top, #66B3FF 5%, #0066CC 100%);
    background: -webkit-linear-gradient(top, #66B3FF 5%, #0066CC 100%);
    background: -o-linear-gradient(top, #66B3FF 5%, #0066CC 100%);
    background: -ms-linear-gradient(top, #66B3FF 5%, #0066CC 100%);
    background: linear-gradient(to bottom, #66B3FF 5%, #0066CC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66B3FF', endColorstr='#0066CC',GradientType=0);
    background-color: #0066CC;
    text-shadow: 0px 0px 4px rgba(255,255,255,0.7);
}

.b-x2 {
    padding: 0;
    font-size: 1.4rem;
    line-height: 2rem;
    background-size: 200%;
    min-width: 208px;
    min-height: 36px;
}

.commentdiv{
    border: 1px solid #7898A3;
    color: #065549;
    font-family: Roboto, Arial, sans-serif;
    font-size: 0.8rem;
    padding: 15px 6px 5px 10px;
    text-align: left;
    margin:5px ;

}
.comenttext{
    padding: 5px 0px 0px 0px;
    word-wrap: break-word;
}
.quote{
    background-color: #EEF5FB;
    border: 1px solid #7898A3;
    color: #090F31;
    font-family: Roboto, Arial, sans-serif;
    font-size: 0.8rem;
    margin: 0 0px;
    padding: 8px 4px;

    word-wrap: break-word;
}
.poll_table {
    position:absolute;
    top:0px;
    left:0px;
    background-color:#cedbee;
    width:100%;
    overflow:auto;
}

.tinvbtn{
    background-color: yellow;
    border: 3px solid #0073af;
    border-radius: 5px;
    font-size: 2rem;
    height: 150px;
    width: 400px;
    cursor: pointer;
}

.top-modal-class {
    min-width: 25%;
    box-shadow: 12px 12px 64px 32px #000;
}
.top-confirm-msg {
    color: black;
    text-align: center;
    margin: 1em;
    font-size: larger;
    margin: 0.25em;
}
.top-confirm-footer {
    text-align: center;
    margin: 0.25em;
}
.top-confirm-ok,.top-confirm-cancel {
    width: 8em;
    text-align: center;
    margin: 0.25em 1em;
}
.adminzone_button {
    margin: 0.5rem;
}
.add_qs_body {
    margin: 0.5em 0;
    text-align: left;
}
.add_qs_d {
    color: #0073af;
}

.big_btn, .big_btn:link, .big_btn:visited, .big_btn:hover {
    text-decoration: none;
    font-weight: bold;
    font-size: larger;
    line-height: 2em;
    background-color: yellow;
    border-radius: 4px;
    border: 1px solid black;
    color: black;
    padding: 0.5em 1.5em;
    margin: 0.5em;
}

.big_btn:hover {
    cursor: pointer;
    background-color: lightyellow;
}
.border-black,.border-grey {
    box-sizing: border-box;
    border: 1px solid black;
    border-collapse: collapse;
}
.border-grey {
    border: 1px solid grey;
}
.paper {
    border: 1px solid grey;
    background-color: white;
}

.paper-shadow {
    border: 1px solid grey;
    box-shadow: 2px 2px 2px 1px grey;
    background-color: white;
}
.act-box {
    box-shadow: 0 0 0.5em 0.5em lightblue;
    padding: 0.5em;
    margin:0.5em auto;
    border: 1px solid lightblue;
}
.good-box {
    box-shadow: 0 0 0.5em 0.5em lightgreen;
    padding: 0.5em;
    margin:0.5em auto;
    border: 1px solid lightgreen;
}
.warning-box {
    box-shadow: 0 0 0.5em 0.5em orange;
    padding: 0.5em;
    margin:0.5em auto;
    border: 1px solid orange;
}
.error-text {
    color:red;
    font-weight: bolder;
}
.error-block {
    outline: red groove 2px;
}
.error-box {
    box-shadow: 0 0 0.5em 0.5em red;
    padding: 0.5em;
    margin:0.5em auto;
    border: 1px solid red;
}
.note-box {
    box-shadow: 0 0 0.5em 0.5em lightgrey;
    padding: 0.5em;
    margin:1em auto;
    border: 1px solid lightgrey;
}
.promo-block {
    margin:2em auto;
    text-align:center;
    display:flex;
    flex-wrap:wrap;
    align-content: space-around;
    justify-content: space-around;
}
.txt-center {
    text-align: center;
}
.txt-large {
    font-size: large;
}
.txt-smaller {
    font-size: smaller;
}
.hint-safe:hover {
    box-shadow: 0 0 1rem 4px green;
}
.hint-warning:hover {
    box-shadow: 0 0 1rem 4px orange;
}
.hint-danger:hover {
    box-shadow: 0 0 1rem 4px red;
}
.width-full {
    width:100%;
    box-sizing: border-box;
    overflow: auto;
}
.listTable {
    box-sizing: border-box;
    width: 100%;
    overflow: auto;
}
.listTable tr:nth-child(odd) {
    background-color: lightgray;
}
.listTable tr:nth-child(even) {
    background-color: white;
}
.listTable td,
.listTable th {
    border:1px solid grey;
    padding:0.25em;
    font-size: 14px;
}
.tr-group-summary {
    color: darkblue;
    font-weight: bold;
    outline: blue 1px solid;
}
.TFtable{
    box-sizing: border-box;
    text-align: center;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid black;
}

.TFtable td {
    padding: 0.25em;
}

.TFtable tr {
    background: #b8d1f3;
}

.TFtable tr:nth-child(odd) {
    background: #b8d1f3;
}

.TFtable tr:nth-child(even){
    background: #dae5f4;
}
.mark-paid {
    cursor: pointer;
    color: red;
    font-weight: bold;
}
.marked-paid {
    color: green;
    font-weight: bold;
}
table.sort{
    border-spacing:0.1em;
    margin-bottom:1em;
    margin-top:1em;
}

table.sort td{
    border:1px solid #065549;
    padding:0.3em 1em;
}

table.sort thead td{
    cursor:pointer;
    cursor:hand;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
}

table.sort thead td.curcol{
    background-color:#065549;
    color:#FFFFFF;
}

#bonustable td, #bonustable tr {
    border:1px solid #065549
}

.page-anchor-wrapper {
    position: relative;
}
.page-anchor {
    position: relative;
    top: -81px;
    left: 0;
}
.simple-list {
    list-style: none;
    padding-inline-start: 0;
}

input:invalid {
  background-color: #ffdddd;
}
.text-limited {
    text-overflow: ellipsis;
    overflow-x: hidden;
    max-width: 100%;
    box-sizing: border-box;
}
.form-container-hidden {
    display:none;
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index: 1;
    align-items: center;
    justify-content: center;
    background-color: darkgray;
    overflow: auto;
}
