@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans:wght@400;700&display=swap');


* {
    font: 13px/1.7 "Quattrocento Sans", Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
}


body {
    background-color: #f2f2f2;
}

a, a:visited {
    color: #30353D;
    text-decoration: none;
    padding: 3px 1px;
}

#dbs span {
    color: white;
}

#content table thead span, #content table thead a {
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 1px 0 #000;
}

#content table thead span {
    background-color: #30353D;
}

#content table thead a:hover {
    background: none;
    text-decoration: underline;
    color: black;
}

pre.sqlarea {
    background: white;
}

pre.sqlarea span, pre.sqlarea span {
    font-family: Inconsolata, monospace;
    font-size: 1.2em;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 1.9em;
    font-weight: normal;
    background: #fff;
    color: #30353D;
    border-bottom: 1px solid #f9d089;
    padding: 20px;
    margin: 0;
}

#menu h1 {
    padding: 0 0 5px 0;
    background: none;
}

#menu p.links {
    padding-left: 0
}

p#tables {
    padding-left: 0
}

h2, h3 {
    font-size: 1.7em;
    font-weight: bold;
    background: transparent;
    color: #30353D;
    border-bottom: 1px solid #c0c0c0;
    padding: 10px 0;
    margin: 0;
}

fieldset {
    padding: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
}

input {
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

input[type=submit] {
    border: 0 none;
    border-radius: 2px 2px 2px 2px;
    color: #30353D;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 700;
    margin-top: 10px;
    padding: 5px 10px;
    text-transform: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    background: none repeat scroll 0 0 #f9d089;
    text-align: center;
    /* DELETE WHEN WIDTH AUTO */
}

select {
    padding: 7px 4px;
    background-color: #fff;
}

input[type=submit]:hover {
    background: none repeat scroll 0 0 #e7c079;
    color: #30353D;
}

input[type=checkbox] {
    margin-right: 5px;
}

input[type=image] {
    border: 0
}

.icon {
    padding: 0;
    background-color: #797979;
}

input[type=checkbox], input[type=radio] {
    border: 1px solid #e5e5e5;
    padding: 2px 5px;
}

code {
    background: #f0ffe1;
    border: 1px dashed #d5f1b9;
    padding: 2px 4px;
    font-family: "Monaco", "Courier New", monospace;
}

code a:hover {
    background: transparent
}

table {
    margin: 10px 0;
    border: 1px solid #E6E6E6;
    background-color: #fff;
}

tbody tr:hover td, tbody tr:hover th {
    background: #f9f4e8
}

thead th, thead td {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    white-space: nowrap;
    border-right: 1px solid #30353D;
    background: #30353D;
    color: #fff;
    padding-right: 10px;
}

thead th acronym, thead td acronym, thead th sup, thead td sup {
    color: #CCDDFF;
}

th, td {
    border: 1px solid rgba(233, 233, 233, .3);
    padding: 3px 6px;
    vertical-align: top;
}

th a {
    font-weight: bold;
    padding-bottom: 0;
    text-shadow: 1px 1px 1px #FFF;
}

th {
    background: white;
}

tr.odd td {
    background: #fcfaf5;
}

#content tbody tr.checked td, tr.checked.odd td {
    background: #fbe2e2;
    color: red;
}

.hidden {
    display: none
}

.error, .message {
    padding: 0;
    background: transparent;
    font-weight: bold
}

.error {
    color: #c00
}

.message {
    color: #090
}

#content {
    margin: 0 0 0 320px;
    padding: 50px 20px 40px 0;
    height: 100%;
}

#lang {
    background: #30353D;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    z-index: 1;
}

#lang select {
    width: 178px;
    padding: 5px 4px;
}

#breadcrumb {
    position: fixed;
    top: 0;
    left: 300px;
    background: #30353D;
    z-index: 2;
    width: 100%;
    color: #f9d089;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
}

#breadcrumb a {
    color: #f9d089;
    font-size: 15px;
    font-weight: bold;
}

#menu {
    background: #30353D;
    position: fixed;
    top: 0;
    color: #FFF;
    padding: 40px 20px 20px 20px;
    bottom: 0;
    overflow: auto;
    left: 0;
    width: 240px;
    border-right: 2px solid #f9d089;
}

#menu p {
    border-bottom: 1px solid #f9d089;
}

#menu a {
    color: #FFF;
}

#schema .table {
    padding: 5px;
    background: #fcfaf5;
    border: 1px solid #d0cdc4;
}

#schema .table b {
    color: #30353D;
    font-weight: bold;
    text-decoration: underline;
}

#schema .table b:hover {
    color: #f9d089;
    background-color: #30353D;
}

input[name=logout] {
    color: #30353D;
    background: #f9d089;
}

input[name=drop] {
    background-color: #c0392b;
}

input[name=logout]:hover {
    background: #e7c079;
}

#logins a, #tables a {
    background: none;
}

#logins a:hover, #tables a:hover {

}

#logout {
    color: #FFF;
    text-decoration: none;
    z-index: 2;
}

#logout:hover {
    color: red;
}

.js .column {
    background: #f0f0f0;
}

#content table thead a.text:hover {
    text-decoration: none;
}

#version, .version {
    font-size: 50%;
}

#h1:hover {
    color: white;
}


input[type=submit]:active {
    position: relative;
    top: 1px;
}


table {
    position: relative;
}

table:before, table:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

table:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

i {
    font-style: italic;
    color: gray;
    font-size: 90%;
    font-family: monospace;
    border: 1px silver solid;
}

p#dbs select {
    width: 100%;
}

p#dbs br {
    display: none;
}

p#dbs {
    color: white;
    padding: 0;
}