/* globals */
body {
    background: slategray;
    border: 2px solid #04446d;
    color: white;
}

header {
    display: inline-flex;
    background-image: url("/res/bg_up.png");
    background-size: contain;
    width: 100%;
}

header, #footer {
    font-size: 1.2em;
}

#hleft, #hcenter, #hright {
    min-width: 20%;
    margin: 0;
    font-weight: bold;
}

#hleft {
    text-align: left;
}

#hcenter {
    text-align: center;
    min-width: 59.8%;
}

#hcenter h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0px;
    padding: 6px;
}

#hright {
    text-align: right;
}

#expandmenu {
    width: 32px;
    height: 32px;
    background: url("/res/expand_menu.png");
    border: 0px;
    margin: 4px;
}

#expandusermenu {
    height: 32px;
    max-width: 50%;
    border: 0px;
    font-size: 1.3em;
    text-align: right;
    font-weight: bold;
}

#closewindow {
    width: 32px;
    height: 32px;
    background: url("/res/close.png");
    border: 0px;
    margin: 4px;
}

#menu {
    position: fixed;
    z-index: 1;
    background: #053858;
    opacity: 0.95;
    text-align: center;
}

#home {
    width: 32px;
    height: 32px;
    background: url("/res/home.png");
    border: 0px;
    margin: 4px;
}

#usermenu {
    position: fixed;
    z-index: 1;
    background: #053858;
    opacity: 0.95;
    text-align: center;
    right: 10px;
}

#expandmenu, #expandusermenu, #home, #linkregister {
    cursor: pointer;
}

#expandusermenu:hover, #expandmenu:hover, #closewindow:hover, #home:hover {
    box-shadow: 0 0 0 lightsteelblue;
}

button {
    background-color: steelblue;
    margin: 2px 2px 4px 2px;
    border: 2px solid lightgray;
    color: white;
    font-size: 1em;
}

.menubtn {
    width: 256px;
    height: 32px;
    border-radius: 8px;
}

.actionbtn {
    height: 64px;
    min-width: 64px;
    border-radius: 32px;
}

.hbtn {
    background-color: transparent;
}

button:hover {
    box-shadow: 0px 0px 6px lightsteelblue;
    border: 2px solid lightsteelblue;
    background-color: steelblue;
    cursor: pointer;
}

input {
    margin: 4px 2px 4px 2px;
    border: 1px solid white;
    border-radius: 6px;
    width: 128px;
    height: 24px;
    text-align: center;
    color: darkblue;
    font-size: 1em;
}

#pesquisa {
    width: 254px;
    margin-bottom: 2px;
}

a {
    text-decoration: none;
    color: white;
    line-height: 200%;
}

a:hover {
    font-weight: bold;
}

#content-area {
    background-image: url("/res/logo.png");
    background-color: slategray;
    background-repeat: no-repeat;
    background-position: center, center;
    text-align: center;
    justify-content: center;
}


#content-overlay {
    display: table;
    position: relative;
    background-color: #5eaed6;
    opacity: 0.98;
    border: 4px double white;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
}

#content-overlay-full {
    display: table;
    position: relative;
    background-color: slategray;
    opacity: 0.98;
    width: 100%;
    height: 100%;
}

.form-block {
    padding: 32px;
}

.puzzle-block {
}

.color-box {
    margin: 4px 2px 4px 2px;
    width: 128px;
    height: 24px;
    border: 4px solid black;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: black;
}

.valign50 {
    display: table-cell;
    vertical-align: middle;
}

.form-control {
    
}

.form-control button {
    margin: 16px;
}

#linkregister {
    font-weight: normal;
}

#footer {
    display: inline-flex;    
    background-image: url("/res/bg_down.png");
    background-size: contain;
    width: 100%;
}

#fleft, #fcenter, #fright {
    width: 32%;
    margin: auto;
    font-weight: bold;
}

#fleft {
    text-align: left;
}

#fcenter {
    text-align: center;
}

#fright {
    text-align: right;
}

/* suframa */
/* view suf lista */
#listagem_lotes {
    color: black;
    width: fit-content;
    margin: auto;
}

#listagem_lotes [class^="line"] {
    display: table;
    padding: 2px 0 2px 0;
    cursor: pointer;
    width: 100%;
}

#listagem_lotes .p-tr {
    display: table;
    background-color: #eeeeaa;
    border: 2px solid #888844;
    border-radius: 8px;
    margin: auto;
}

#listagem_lotes .p-tr:hover {
    opacity: 0.8;
}

#listagem_lotes .p-td {
    display: inline-table;
    margin: 2px 2px 2px 2px;
    border: 1px solid darkcyan;
    border-radius: 8px;
}

#listagem_lotes .p-td * {
    padding: 2px 10px 2px 10px;
    margin: 2px 10px 2px 10px;
}

#listagem_lotes [class^="suf-l"] {
    color: darkcyan;
    font-size: 0.8em;
    font-weight: 800;
    float: left;
}