/* Alternative style for Adminer by paranoiq. 1.3.2010 */

/* defaults & fonts */
body {
    font-size: 11pt; }
body, select, option, optgroup, button {
    font-family: Calibri, Arial, Helvetica, sans-serif; } /* IE6 */
input[type='submit'], input[type='reset'], input[type='button'], input[type='file'], 
input[name$='[comment]'], input[name='Comment'] {
    font-family: Calibri, Arial, Helvetica, sans-serif; }
input, textarea, pre, code, samp, kbd, var {
    font-family: Consolas, "Courier New", monospace;
    font-size: 10pt; } /* FF3 */

/* links */
a {
    text-decoration: underline;
    color: #007; }
a:visited {
    color: #707; }
a:hover, input[name='logout']:hover {
    color: #700;
    text-decoration: none; }
h1 a:visited {
    color: #007; }
input[name='logout'] {
    position: absolute;
    bottom: 10px;
    left: 33%; }
input[name='logout'] { /* IEx */
    %position: static;
    %background: transparent;
    %text-decoration: underline;
    %font-weight: bold;
    %cursor: pointer;
    %border: none;
    %margin: 0;
    %padding: 0;
    %color: #007;
}

/* tables */
table {
    margin: 0 12px 12px 0;
    border: 1px #AAA solid; }
td, th {
    background-color: #FFF;
    padding: 1px 2px;
    border: 1px #DDD solid;
    border-width: 1px 0px 0px 1px; }
th {
    text-align: left !important; }
tr:first-child td, tr:first-child th {
    border-top-width: 0; }
td:first-child, th:first-child {
    border-left-width: 0; }
thead td, thead th {
    background-color: #DDD;
    border: none;
    border-bottom: 1px #BBB solid; }
.nowrap tr:nth-child(2n) td, .nowrap tr:nth-child(2n) th {
    background-color: #DEF; }
.odd td, .odd th {
    background-color: #DEF; } /* IEx */
tr:hover td, tr:hover th {
    background-color: #BCD !important; } /* WTF? */
thead tr:hover td, thead tr:hover th {
    background-color: #DDD !important; }
.selected td, .selected th {
    background-color: #9AB !important; }

/* forms */
fieldset {
    background-color: #DEF;
    border: none;
    %border: 1px #AAA solid; /* IEx */
    %background-repeat: repeat-x; /* IE8 */
    %background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAIAAAC0tAIdAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAACJJREFUKFNj/P//PwPxAKiaeMBAvFKQK0ZVY4TAaJhgJgoAj5t2py3lrtoAAAAASUVORK5CYII=");}
legend {
    color: #000;
    background-color: #FFF;
    %background-color: transparent; /* IEx */
    padding: 0px 4px; }
legend a:visited {
    color: #000; } /* IE6+7 */
input[name='limit'], input[name*='length'] {
    width: 3em; }
input[name='text_length'] {
    width: 5em; } /* ~FF3 */
select + input, select + select {
    margin-left: 2px; }
input + label input, select + label input {
    margin-left: 4px; }
td input[type='checkbox']:first-child, td input[type='radio']:first-child {
    margin-left: 2px; }
label:hover {
    text-decoration: underline; }
fieldset div {
    margin-bottom: 2px; }
input[name='Comment'] { /* !!! */
    width: 24em; }
input[name='Auto_increment'] { /* !!! */
    width: 6em; }
textarea[name='definition'] {
    height: 480px; }
input[name$='[comment]'] {
    width: 24em; }

/* other */
.error {
    padding: 8px; }
.message {
    padding: 8px;
    color: #000;
    background: #DDD; }
.jush-sql {
    padding: 2px 4px;
    margin-right: 4px;
    outline: 1px #BBB dashed;
    font-size: 9pt; }
code {
    background: transparent; }
td i {
    color: #AAA; }
p {
    margin-bottom: 12px; }

/* structure */
#content {
    margin: 28px 0 0 262px;
    padding: 10px 20px 20px 0; }
h3 {
	margin: 20px 0; }

#lang {
    height: 23px;
    width: 250px;
    display: block;
    padding: 1px 0px;
    text-align: center;
    background-color: #EEE;
    line-height: 1.25em; }
#lang select {
    font-size: 8pt; }

#breadcrumb {
    margin: 0;
    height: 21px;
    display: block;
    left: 262px;
    background-color: #DDD;
    padding: 2px 12px;
    line-height: 1.25em; }

#menu {
    margin: 0;
    padding-bottom: 50px;
    top: 38px;
    width: 250px;
    background-color: #DEF; }
#menu p {
    padding-left: 8px;
    font-size: 10pt;
    border-bottom: none; }
#menu form p {
    padding-left: 0;
    text-align: left;
    padding-left: 10px; }
h1 {
    margin-top: 8px;
    color: #000;
    padding: 5px;
    text-align: center;
    font-size: 14pt;
    border-bottom: none;
    background: transparent;
    font-style: italic; }
h1 #h1 {
    color: #000;
    font-weight: bold; }
h1 #h1:hover {
    text-decoration: underline; }
h1 #h1:visited {
    color: #000; }

h2 {
    margin: 0;
    margin-bottom: 12px;
    padding: 6px 12px;
    background-color: #BCD;
    border-bottom: none; }

#schema {
    margin: 1.5em 0 0 220px; }
#schema .table {
    border: 1px solid #DDD;
    background-color: #DEF;
    padding: 0 2px; }

/* gui changes */
.js .hidden {
    /*display: inline;*/ }
.js td.hidden, .js input.hidden {
    display: none; }
legend a {
    color: #000;
    text-decoration: none;
    cursor: default; }
legend a:hover {
    color: black; }
select[name^="columns"] optgroup:last-child option:nth-child(3)::before {
    content: "count "; }
select[name$="[collation]"] {
    max-width: 120px; }

.logout a:first-child, p a {
    margin-right: 8px; }
#tables a, #breadcrumb a, p.pages a, p code + a {
    margin-right: 0; }
.logout a::before, p a::before {
    content: '» '; }
#tables a::before, #breadcrumb a::before, p.pages a::before, p code + a::before {
    content: ''; }

/* round corners */
fieldset, legend, h2, .error, .message {
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
#breadcrumb, #lang, #menu {
    -moz-border-radius-bottomright: 5px;
    -khtml-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px; }
#breadcrumb {
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px; }
#menu {
    -moz-border-radius-topright: 5px;
    -khtml-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px; }


html/*\*/>/*/*/body select[name="db"] {background:white url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAEYSURBVBgZBcHPio5hGAfg6/2+R980k6wmJgsJ5U/ZOAqbSc2GnXOwUg7BESgLUeIQ1GSjLFnMwsKGGg1qxJRmPM97/1zXFAAAAEADdlfZzr26miup2svnelq7d2aYgt3rebl585wN6+K3I1/9fJe7O/uIePP2SypJkiRJ0vMhr55FLCA3zgIAOK9uQ4MS361ZOSX+OrTvkgINSjS/HIvhjxNNFGgQsbSmabohKDNoUGLohsls6BaiQIMSs2FYmnXdUsygQYmumy3Nhi6igwalDEOJEjPKP7CA2aFNK8Bkyy3fdNCg7r9/fW3jgpVJbDmy5+PB2IYp4MXFelQ7izPrhkPHB+P5/PjhD5gCgCenx+VR/dODEwD+A3T7nqbxwf1HAAAAAElFTkSuQmCC") no-repeat scroll left bottom; padding-left:16px;}
html/*\*/>/*/*/body select[name="db"] option {padding-left:18px;}

html/*\*/>/*/*/body #menu p a[href*="&select="] {background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAHISURBVDjLpVPNK0RRFP+9D98syMwUspHkm9I0YkFZWBFKkZ0s7a3Ewh+ilChK7FgoZCJFKYlYKB8zk2+Z5t0P577He29kQU7dd+6575zf+d1zztWklPiPmOozt/U4SThjXIoyIQS4AJjSXO0lGGlvcXAm6Vzsz4xUhm0AIeX4QLig+C+ZpxbOG1wGhGYHr1zMUmZGWRgs0ha3PE1nX/8mWmdgWTzLB+DUYbhm9FfZ35IEyrhXA3VXJfPbsV8B9LQUIeUHYJ8ASobag1jcucNgW8g9W4reYSDi2YnnZDoDiwCokDANct6NwTB0LEdj0HRA/wxa2SN25JNBEdWluUhZ366gqmAaGvrCAXKOozccTGPgt8+vn8GYSGcgyTYp3dpBnBg42nbQPRBTo5bTvqYkmxL6AQhNTWQGBXY3B7BxlEBXozcW64dxRKoKUZBju+P06gl5WaaviMJBM3TNDlbypemIZgHYOnlwASsCmW7nHADGnBoQ3c76YmweJ9BR5zFYjsbRHwm4tmJg6PhWA7pCXXk+bu7fURHKweXtq/sWaksz7SC/CCGFrwtyZ3r+rCnFRZ7qr1qc6mLZj4f9OEyPL8lVpbX/PucPv5QPKHB1TdEAAAAASUVORK5CYII=") no-repeat scroll left bottom; clear:left; display:block; float:left; height:16px; margin-right:8px; padding-top:1px; overflow:hidden; padding-left:16px; width:0; text-decoration:none;}

#tables a {
  padding-bottom:1px !important;
  display:block;
  margin:0;
  height:2px; 
  background:none;
}

.js .column {
  background:none;
}

table thead th {
  padding-right:28px;
}

.links a {
  text-decoration:underline;
}

.jush a {
  text-decoration:none;
  margin-right:0;
}

.jush a::before {
  content: '' !important;
}
