a {
    font-size: 10pt;
    color: #1b1e21;
}
a:hover {
    color: #1b1e21;
}
a:active {
    color: #1b1e21;
}


.has-error {
    color: red;
    font-size: 10pt;
    font-weight: 600;
}
.headbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 2px 6px;
    z-index: 500;
}
.hbg {
    color: white;
}
.cy-nav-r {
    position: fixed;
    background-color:white;
    right: 0;
    color:white;
}
.nav-item a {
    color:white;
}
.outbox {
    margin-top:40px;
    min-height: 500px;
    z-index: 0;
    padding: 0;
}
.link {
    cursor: pointer;
}
.box {
    min-height: 50px;
    border-radius: 0.5em;
    border: solid 1px lightslategray;
}
.box-slice {
    border-radius: 0.5em;
    border: solid 1px lightslategray;
}
.inner-title {
    color: #1b5fa2;
}
.footerbar {
    position:fixed;
    display:block;
    bottom: 0px;
    height: 20px;
    width:100%;
    font-size: 9pt;
}
.cs0 {
    background-color: #2b2b2b;
    color:white;
}
.cs1 {
    background-color: #cee5fa;
    color: #1d2124;
}
.cs2 {
    background-color: #9fcdff;
    color: #1d2124;
}
.top-button {
    border-radius:1em;
}
input.input {
    width:100%;
    border:none;
    border-bottom: solid 1px #2f2f2f;
}
input.input:focus {
    border:none;
    background-color: #faf2cc;
}
span.require {
    padding: 1px 2px;
    vertical-align: top;
    font-size: 5pt;
    border-radius: 0.5em;
    background-color: #d75a0a;
    color: #f8f8dd;
}
.htitle {
    font-size:12pt;
}

@media (max-width: 991px) {
    .htitle {
        font-size:10pt;
    }
    .headbar {
        margin-right:65px;
    }
    .outbox {
        margin-right:50px;
    }
    .footerbar {
        font-size: 8pt;
    }
}
