/**
 * Theme by Ricky Boyce [http://rickyboyce.com]
 * Compact theme based on Pepa Linha [http://webdream.cz]
 */

html,
body {
    height: 100%;
}

body, input, select, textarea {
    font-family: "Segoe UI", Cantarell, Arial, sans-serif;
}
form {
  clear: both;
}

h1 {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
}

h2 {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    font-family: "Segoe UI Light", "Segoe UI", Cantarell, Arial, sans-serif;
    font-size: 32px;
    font-weight: normal;
    color: #34567c;
    border-bottom: 1px solid #E2E4EF;
    padding-bottom: 6px;
    margin-bottom: 25px;
}

.rtl h2 {
    margin: 0;
    margin-bottom: 25px;
}

h3 {
    font-size: 22px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ebebeb;
    padding: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

p {
    margin: 0;
    margin-bottom: 15px;
}

a {
    color:#2e84e4;
    text-decoration:none;
}

a:visited {
    color: #2e84e4;
}

a:link:hover,
a:visited:hover {
    color: #2e84e4;
    text-decoration: none;
}

/* otravuje pri prochazeni formulare klavesama */
a[href*=charsets] {
    display: none;
}

table {
    border: 0;
    margin: 0;
    margin-top: 15px;
    /* min-width: 100%; */
}

th, td {
    border: 0;
    padding: 2px 6px;
    background: #f5f5f5;
}

th {
    background: none;
    color: #34567c;
    font-weight: normal;
}

tbody tr:hover td,
tbody tr:hover th {
    background: none;
}

table:not(.checkable) th {
    min-width: 120px;
}

thead td,
thead th {
    background: #F5F5F5;
    background: #FFFFFF;
    padding: 8px 6px;
    text-align: left;
}

thead td,
thead td a,
thead td a:link:hover,
thead td a:visited,
thead td a:visited:hover,
thead th,
thead th a,
thead th a:link:hover,
thead th a:visited,
thead th a:visited:hover {
    color: #464254;
}

table.checkable,
p.links + table,
pre + table,
#edit-fields,
p + table,
h3 + table {
    border: 1px solid #E2E4EF;
    margin-bottom: 30px;
}

table.checkable tbody tr:hover td,
table.checkable tbody tr:hover th {
    background: #D5EDFF;
}

.js .checkable .checked td,
.js .checkable .checked th {
    background: #fbfabc;
}

.js .checkable thead .checked td,
.js .checkable thead .checked th {
    background: #bfb008;
}

.odd th,
.odd td {
    background: #FFFFFF;
}

fieldset {
    display: inline-block;
    padding: 15px;
    padding-top: 5px;
    margin: 0 6px 34px 0px;
    /* background: #f5f5f5; */
    border: 1px solid #E2E4EF;
    border-radius: 2px;
    min-height: 59px;
}

fieldset select {
    margin-right: 5px;
    padding: 5px 6px;
}

fieldset input[type=button],
fieldset input[type=submit],
fieldset p {
    margin-bottom: 0;
}

fieldset div p {
    margin-top: 10px;
}

legend {
    display: block;
    padding: 6px 15px;
    margin: 0 0 0 -12px;
    /* background: #f5f5f5; */
    font-family: "Segoe UI Semibold", "Segoe UI", Cantarell, Arial, sans-serif;
}

legend a,
legend a:link:hover {
    color: #000;
    text-decoration: underline;
}

code {
    background: none;
}

p code,
pre code,
pre[contenteditable=true] {
    padding: 10px 15px;
    display: block;
    font-size: 12px;
    /* margin-bottom: 13px; */
    padding-top: 3px;
    padding-left: 0;
    float: left;
    opacity: 0.6;
}

p code + a,
p code + a:link:hover,
p code + a:visited:hover {
    margin-left: 15px;
    position: relative;
    top: -20px;
    color: #000;
    font-size: 12px;
    text-decoration: underline;
    text-transform: lowercase;
}
.time {
  color: silver;
  font-size: 70%;
}
.time + a {font-size: 11px;padding-left: 9px;}

#content {
    padding: 0;
    margin: 50px 14px 0 340px;
}

#content > p {
    margin-bottom: 15px;
}

.rtl #content {
    margin: 0;
    margin-left: 14px;
    margin-right: 340px;
    padding: 0;
    padding-top: 50px;
}

#menu {
    width: 297px;
    border-right: 1px solid #dae8fa;
    box-shadow: inset -1px 0 0 #fff;
    margin: 0;
    padding: 0;
    top: 0;
    background: #f4f8fd;
    background: #F5F6FD;
    bottom: 0;
    position: fixed;
    padding: 0px;
    box-sizing: border-box;
}

#menu h1 {
    background: none left top no-repeat;
    line-height: 10px;
    padding: 0;
    margin: 12px 15px;
}

#menu h1 a {
    font-style: normal;
}

#menu h1 .version {
    color: #2e84e4;
}

#menu a {
    color: #34567c;
}

#menu p {
    border: 0;
    padding: 0;
}

#menu #dbs {
    background: #fff;
    padding: 0 15px 15px;
    /*border: 1px solid #dae8fa;*/
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
}

#menu #dbs select {
    outline: 0;
    border-color: rgba(0, 0, 0, 0.1);
    width: 100%;
}

#menu p.links {
    margin: 0 0 15px;
    /*border: 1px solid #dae8fa;*/
    border-top: 0;
    text-align: center;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

#menu p.links a {
    padding: 6px;
    margin: 0;
    display: table-cell;
    font-size: 12px;
}

#menu p.links a:hover {
    color: #2e84e4;
}

#menu p.links a.active {
    font-weight: normal;
    background: #fff;
    color: #000;
}

#content p.links {
    margin: -10px 0 15px 0;
}

#content p.links a {
    padding: 8px 2px;
    margin: 0;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    border: 0;
    border-bottom: 3px solid #fff;
    box-shadow: inset 0px -8px 0px -8px rgba(255, 255, 255, 0.61);
}

#content p.links a,
#content p.links a:visited,
#content p.links a:hover {
    color: #2e84e4;
}

#content p.links a:hover,
#content p.links a.active {
    border-bottom: 3px solid #2e84e4;
    border-bottom-color: #5396EC;
    box-shadow: inset 0px -8px 6px -8px rgba(112, 172, 255, 0.61);
    /* background: #f4f8fd; */
    transition: box-shadow 0.2s ease;
}

#tables {
    max-height: 100%;
    margin: 0 -15px !important;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    top: 145px;
    o
    overflow: hidden !important;
    overflow-y: auto !important;
}

.rtl #tables {
    overflow: hidden !important;
    overflow-y: auto !important;
}

#tables a {
    float: left;
    padding: 4px 15px;
}

.rtl #tables a {
    float: none;
}

#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: 6px 10px 0 16px;
    padding: 0 0 0 16px;
    overflow: hidden;
    width: 0;
    text-decoration: none;
}

#tables a[title] {
    float: none;
    display: block;
}

.rtl #tables a:first-child,
.rtl #tables br + a {
    float: left;
    display: block;
    margin-left: 15px;
}

#tables a:hover,
#tables a:hover + a,
#tables a.active,
#tables a.active + a {
    background: #559FFF;
    color: #FFFFFF;
}

#tables br {
    display: none;
}

.js .column {
    background: #FFFFFF;
}

.js .checked .column {
    background: #7b7105;
}

.pages {
    left: 340px;
    background: #FFFFFF;
    color: #4F2F8F;
    font-weight: bold;
    border: 0;
    display: inline-block;
    position: static;
}

.pages a,
.pages a:link,
.pages a:link:hover,
.pages a:visited,
.pages a:visited:hover {
    color: #2E84E4;
    font-weight: normal;
}

#breadcrumb {
    margin: 0;
    left: 340px;
    background: none;
    padding: 0;
    padding-top: 7px;
    font-size: 12px;
}

#breadcrumb a {
    color: #aeaeae;
    text-decoration: underline;
    padding: 0 4px;
}
#breadcrumb a:first-child {
    padding-left:0;
}

#breadcrumb,
#breadcrumb a:hover {
    color: #666;
}

.rtl #breadcrumb {
    margin: 0;
    padding: 0;
    padding-top: 25px;
    right: 340px;
}

.logout,
.rtl .logout {
    top: 13px;
    right: 14px;
    margin: 0;
}

.rtl .logout {
    right: auto;
    left: 14px;
}

input:not([type]),
input[type="color"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="search"] {
    border: 1px solid #bbbbbb;
    padding: 6px;
    margin: 0;
    box-sizing: border-box;
}
.size {
  width: 8ex;
}

table:not(#table) input:not([type]),
table:not(#table) input[type="color"],
table:not(#table) input[type="email"],
table:not(#table) input[type="number"],
table:not(#table) input[type="password"],
table:not(#table) input[type="tel"],
table:not(#table) input[type="url"],
table:not(#table) input[type="text"],
table:not(#table) input[type="search"] {
    min-width: 280px;
}

input[type=submit],
input[type=button] {
    border-radius: 2px;
    border: 0;
    padding: 7px 12px;
    cursor: pointer;
    outline: 0;
    box-shadow: none;
    background: #5396EC;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    transition: background .4s ease;
}

input[type=submit][disabled],
input[type=button][disabled] {
    background: #A0A3B9 !important;
    color: #E9EAFF;
    cursor: not-allowed;
}

input[type=submit]:hover,
input[type=button]:hover,
input[type=submit]:focus,
input[type=button]:focus {
    background: #66A5F7;
}

.logout input[type=submit] {
    background: #F40270;
}

.logout input[type=submit]:hover {
    background: #F75B7E;
}

input.default,
input.default {
    box-shadow: none;
    background: #2e84e4;
    color: #fff;
    font-weight: bold;
}

select {
    box-sizing: border-box;
    margin: 0;
    padding: 6px 6px;
    border: 1px solid #bbbbbb;
}

label {
    cursor: pointer;
    margin-right: 6px;
}

.error,
.message {
    margin: 0;
    margin-bottom: 15px;
}

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

#logins a {
    padding: 10px 15px;
    display: block;
}

#form > p {
    margin-bottom: 15px;
}

#schema .table {
    padding: 6px;
}

#schema .table a {
    display: block;
    margin: -6px;
    margin-bottom: 6px;
    padding: 6px;
    color: #fff;
    background: #34567c;
}

#schema .table br {
    display: none;
}

#schema .table span {
    display: block;
    margin-bottom: 1px solid #f5f5f5;
}

#lang {
    position: fixed;
    top: 59px;
    left: 208px;
    z-index: 10;
    margin-right: -331px;
    line-height: normal;
    padding: 0;
    font-size: 0;
}

#lang select {
    font-size: 12px;
    padding: 0;
    text-align: right;
    border: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: 0;
}

#lang select option {
    text-align: right;
}

.rtl #lang {
    margin-right: 0;
    left: 100%;
    margin-left: -261px;
    right: auto;
}

.jush {
    color: #000;
}

.jush a {
    color: #3939f2;
}

.jush-sql a,
.jush-sql_code a,
.jush-sqlite a,
.jush-pgsql a,
.jush-mssql a,
.jush-oracle a,
.jush-simpledb a {
    font-weight: normal;
}

.jush-bac,
.jush-php_bac,
.jush-bra,
.jush-mssql_bra,
.jush-sqlite_quo {
    color: #009900;
}

.jush-php_quo,
.jush-quo,
.jush-quo_one,
.jush-php_eot,
.jush-apo,
.jush-sql_apo,
.jush-sqlite_apo,
.jush-sql_quo,
.jush-sql_eot {
    color: #ce7b00;
}

.jush-num,
.jush-clr {
    color: #000;
}

@media print {
    .logout {
        display: none;
    }

    #breadcrumb {
        position: static;
    }

    #content {
        margin: 0;
    }
}