/*
FLAT UI Flavored Adminer Theme by M. Mahbubur Rahman (mahbub@mahbubblog.com) 
Screenshot : http://pappu687.github.io/screenshots/adminer-screenshot.png
Based on work by : Lukáš Brandejs	
https://raw.github.com/vrana/adminer/master/designs/ng9/adminer.css
*/
@import url(//fonts.googleapis.com/css?family=Roboto:400,700|Inconsolata);
@import url(//stackpath.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);

* {
    font-family: "Roboto", "Proxima Nova Rg", "Source Sans Pro", "Droid Sans", Arial, Helvetica, sans-serif;
	font-size:1rem;
	font-weight:400;
	line-height: 1.42857143;
    color: #333;
    margin: 0;
    padding: 0;
	
}

body {}
    

a, a:visited {
    color: #2980b9;
    text-decoration: none;    
}

#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: #34495e;
}

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

pre.sqlarea {
    background: white;
}

pre.sqlarea span, pre.sqlarea span {
  /*  font-family: "Courier New", monospace;
	font-size: 0.9rem;
	line-height: 1.1;
	font-weight: 400;*/	
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-weight: normal;
    background: #fff;
    color: #1e5eb6;
    /*border-bottom: 1px solid rgb(85, 112, 139);*/
    padding: 20px;
    margin: 0;
}

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

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

/*p.links a {
	font-size: 16px;
}*/

p#tables {
    padding-left: 0
}

h2, h3 {
    font-size: 1.3rem;
    /*font-weight: bold;*/
    background: transparent;
    color: #34495e;
    border-bottom: 1px solid #c0c0c0;
    padding: 5px 0;
    margin: 0;
}

fieldset {
    padding: 3px 8px;
    border: 1px solid #c0c0c0;
    border-radius: 0px;
}
/*
input {
    padding: 5px 12px;
    font-size: 1rem;
    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: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0;
    font-size: 1rem;
    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 #2DB6CF;
    text-align: center;
}*/

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

input[type=submit]:hover {
    background: none repeat scroll 0 0 #999;
    /*color: #fff;*/
}

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;
	margin: 5px;
}

code {
    background: #f0ffe1;
    border: 1px dashed #d5f1b9;
    padding: 4px 5px 3px 4px;
    font-family: "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: #edf4ff
}

thead th label, thead td label,
thead th, thead td {
    /*text-align: center;*/
    vertical-align: middle;
    font-weight: bold;
    white-space: nowrap;
    border-right: 1px solid #34495e;
    background: #34495e;
    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
}

#tables strong {color: white; background: red}

.message {
    color: #090
}

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

#lang {
    background: #48A5BF;
    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: 280px;
    background: #34495e;
    z-index: 2;
    width: 100%;
    color: #ecf0f1;
    padding: 10px;
    font-size: 1rem;
    font-weight: bold;
}

#breadcrumb a {
    color: #ecf0f1;
    font-size: 1rem;
    font-weight: normal;
}

#menu {
    background: #34495e;
    position: fixed;
    top: 0;
    color: #FFF;
    padding: 0 10px 10px 10px;
    bottom: 0;
    overflow: auto;
    left: 0;
    width: 240px;
    border-right: 2px solid #34495e;
	margin-top: 0;	
}

#menu p {
    /*border-bottom: 1px solid #fff;*/
}

#menu a {
    color: #FFF;
	font-size: 1rem
}

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

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

#schema .table b:hover {
    color: #fff;
	text-decoration: none;
}

input[name=logout] {
    color: #fce2e2;
    background: #d73e3e;
}

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

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

#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: #ecf0f1;
}

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

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

#h1:hover {
    color: white;
}


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


table {
    position: relative;
}

i {
    font-style: italic;
    color: #c00;    
    font-family: monospace;
    
}

p#dbs select {
    width: 100%;
}

p#dbs br {
    display: none;
}

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

#menu p.links {
	margin-bottom: 5px;
}

code.jush-sql_code {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 1rem;
	line-height: 1.22857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

/*!
 * Adminer Bootstrap-Like Design
 *
 * @author  Natan Felles, https://natanfelles.github.io <natanfelles@gmail.com>
 * @link    https://github.com/natanfelles/adminer-bootstrap-like
 * @link    https://www.adminer.org/plugins/#use
 * @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
 */

a,
a:visited {
	color: #337ab7;
	text-decoration: none;
}

a:link:hover,
a:visited:hover {
	color: #23527c;
	text-decoration: underline;
}

a.text:hover {
	text-decoration: none;
}

a.jush-help:hover {
	color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}
h2 {
	padding: 10px 0
}	
h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

form {
	margin: 0;
}

td table {
	width: 100%;
	margin: 0;
}

table {
	margin: 1em 20px 0 0;
	border-collapse: collapse;
	font-size: inherit;
}

.rtl table {
	margin: 1em 0 0 20px;
}

td,
th {
	padding: 8px;
	line-height: 1.42857143;
	border: 1px solid #ddd;
}

th {
	background: transparent;
	text-align: left;
	font-weight: bold;
}

thead th {
	text-align: left;
	padding: 8px;
}

thead td,
thead th {
	border-bottom: 2px solid #ddd;
	font-weight: bold;
}

table select {
	/*width: 100%;*/
}

#login-form {
	padding: 15px;
	margin: 10px 5px 10px 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	max-width: 400px;
}

#login-form table {
	width: 100%
}

#login-form table,
#login-form th,
#login-form td {
	border: 0;
	background: #fff;
}




/*#form table input,
#form table select,*/

#login-form input,
#login-form select {
	box-sizing: border-box;
	width: 100%;
}

#login-form input[type=checkbox] {
	box-sizing: unset;
	width: auto;
}
#login-form label {
	display: inline-block;
	margin-top: 20px;
}
fieldset {
	display: inline;
	vertical-align: top;
	padding: 7px 15px;
	margin: 5px 5px 5px 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	min-height: 80px;
}

legend {
	padding: 5px 15px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px 3px 0 0;
	width: 100%;
	margin: 0 -16px;
}

fieldset input,
fieldset select {
	margin-right: 5px;
}

fieldset div input:last-child {
	margin-right: 0;
}

p, .rtl p {
	margin: 10px 0;
}

img {
	vertical-align: middle;
	border: 0;
}

td img {
	max-width: 200px;
	max-height: 200px;
}

code,
pre {
	font-family: "Courier New", monospace;
	font-size: 1em;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #333;
	background: transparent;
	border-radius: 4px;
}

code.jush-sql {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

tbody tr:hover td,
tbody tr:hover th {
	background: #f5f5f5;
}

pre {
	margin: 1em 0 0;
	overflow: auto;
}

pre,
textarea {
	/*font: 100%/1.25 monospace;*/
}

input,
select,
textarea,
pre.sqlarea,
#content .links a {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	resize: none;
	padding: 6px 12px;
}

pre.sqlarea {
	border: 1px solid #ccc !important;
	padding: 6px 12px !important;
	/*resize: vertical !important;*/
	box-sizing: border-box;
	width: 100%;
}

input:focus,
select:focus,
textarea:focus,
pre.sqlarea:focus {
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

pre.sqlarea:focus {
	border-color: #66afe9 !important;
}

input[type=submit],
.links a {
	cursor: pointer;
	box-shadow: none;
}
#menu .links a {
	cursor: pointer;
	box-shadow: none;
}

input[type=submit]:hover,
.links a:hover,
.links a.active {
	background: #e6e6e6;
	border-color: #adadad;
}

#menu .links a:hover,
#menu .links a.active {
	background: inherit;
	border-color: #adadad;
}

input[type=submit]:focus,
.links a:focus,
.links a.active {
	border-color: #8c8c8c;
}

input[type=submit]:active,
.links a:active,
.links a.active {
	background-image: none;
	outline: 0;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

#login-form input[type=submit],
input[value=Save] {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

#login-form input[type=submit]:hover,
input[value=Save]:hover {
	background-color: #286090;
	border-color: #204d74;
}

#login-form input[type=submit]:focus,
input[value=Save]:focus {
	border-color: #122b40;
}

input[name=delete],
input[name=drop] {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

input[name=delete]:hover,
input[name=drop]:hover {
	background-color: #c9302c;
	border-color: #761c19;
}

input[name=delete]:focus,
input[name=drop]:focus {
	border-color: #ac2925;
}

input[type=file] {
	border: 0;
	padding: 0;
	box-shadow: none;
}

input[type=image] {
	vertical-align: middle;
}

input.default {
	box-shadow: none;
}

input.required,
input.maxlength {
	border-color: #843534;
	box-shadow: inset 0 1px 1px #0000001a, 0 0 6px #ce8483;
}

input.wayoff {
	left: -1000px;
	position: absolute;
}

.block {
	display: block;
}

#version,
.version {
	color: silver;
	font-size: 30%;
}

#version {
	color: #c9302c;
}

.js .hidden,
.nojs .jsonly {
	display: none;
}

.js .column {
	background: #fff;
	padding: 0;
	margin: -36px 0 0 -62px;
	border: 1px solid #66afe9;
	border-radius: 2px;
	z-index: 10
}

.js .column a {
	display: inline-block;
	padding: 0;
	width: 30px;
	height: 30px;
	overflow: hidden;
	vertical-align: middle
}

.js .column a:before {
	position: relative;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	vertical-align: -3px
}

.js .column a:hover:before {
	background: #d9edf7
}

.js .column a[href*='&select=']:before {
	content: "\f063";
}

.js .column a[href='#fieldset-search']:before {
	content: "\f002";
}

.nowrap td,
.nowrap th,
td.nowrap,
p.nowrap {
	white-space: pre;
}

.wrap td {
	white-space: normal;
}

.error, .rtl .error,
.message, .rtl .message {
	margin: 0 20px 0 0;
	padding: 15px;
	border: 1px solid;
	border-radius: 4px;
}

.error {
	color: #a94442;
	background: #f2dede;
	border-color: #ebccd1;
}

.error a,
.error a:hover {
	font-weight: bold;
	color: #843534;
}

.error b {
	background: transparent;
	font-weight: normal;
}

.message {
	color: #3c763d;
	background: #dff0d8;
	border-color: #d6e9c6;
}

.message a,
.message a:hover {
	font-weight: bold;
	color: #2b542c;
}

.error code a:hover,
.message code a:hover {
	color: #23527c;
}

.char {
	color: #007F00;
}

.date {
	color: #7F007F;
}

.enum {
	color: #007F7F;
}

.binary {
	color: red;
}

/* #content table {
	background: #f9f9f9;
} */

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

.js .checkable .checked td,
.js .checkable .checked th {
	/*background: #d9edf7;*/
}
.js .checkable .checked td,
.js .checkable .checked th {
	background: #34495e;
}
.js .checkable .checked td a,
.js .checkable .checked th a {
	color:#fff
}
.time {
	color: silver;
	font-size: 70%;
	float: right;
}

.function {
	text-align: right;
}

.number {
	text-align: right;
}

.datetime {
	text-align: right;
}

.type {
	width: 15ex;
	width: auto\9;
}

.options select {
	width: 20ex;
	width: auto\9;
}

.view {
	font-style: italic;
}

.active {
	font-weight: bold;
}

.sqlarea {
	width: 98%;
}

.icon {
	width: 18px;
	height: 18px;
	background-color: #337ab7;
	border: 1px solid #2e6da4;
}

.icon:hover {
	background-color: #286090;
	border-color: #204d74;
}

.size {
	width: 6ex;
}

.help {
	cursor: help;
}

.footer p:first-child {
	position: fixed;
	bottom: 0;
	left: 266px;
	padding: 8px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	width: 100%;
	margin: 0;
}


.footer {
	position: relative;
	bottom: 0;
	background: #fff;
	padding: 1px 0 .5em;
}

.links a {
	white-space: nowrap;
	margin-right: 5px;
	color: inherit;
	vertical-align: middle;
	display: inline-block;
}

.rtl .links a {
	margin-right: 0;
	margin-left: 5px;
}

.links a:hover {
	text-decoration: none;
	color: inherit;
}

.links a.active {
	font-weight: inherit;
}

#logout {
	margin: 0;
	position: fixed;
	top: 6px;
	right: 4px;
	z-index: 710;
	border: 1px solid #444 !important;
}

.rtl .logout {
	left: 4px;
	right: auto;
	margin-top: 0;
}

.loadmore {
	margin-left: 1ex;
}

#sensor {
	width: 1px;
	background: #ddd;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 720;
}

.rtl #sensor {
	left: auto;
	right: 0;
}

.rtl #menu h1 {
	left: auto;
	right: 0;
	border-left: 1px solid #ddd;
	border-right: 0;
}

#menu p,
#logins,
#tables {
	padding: 0;
	margin: 0;
	border-bottom: 0;
}

#menu .message {
	background: transparent;
	border: 0;
	padding: 5px;
	color: #31708f;
	position: fixed;
	top: 210px;
	left: 0;
}

#logins,
#tables {
	
}


/* #logins li, */
/*#tables li {
	list-style: none;
	padding: 10px 15px;
	margin-bottom: -1px;
	
	border-bottom: 1px solid #ddd;
	display: block;
	cursor: pointer;
	border-top: 1px solid #ddd;
	text-decoration: none;
}

#logins a:hover,
#tables li:hover {
	background: #f5f5f5;
	border-top: 1px solid #ddd
}

#logins a,
#tables li a {
	overflow: hidden !important;
	text-decoration: none;
	color: #333;
}

#tables li.active {
	background-color: #337ab7;
}

#tables li.active a:before,
#tables li.active a {
	color: #fff;
	font-weight: normal;
}*/

/*#tables li:last-child {
	border-bottom: 10px solid #fff;
}*/






/* #tables li a {
	height: 100%;
	background: green;
	display: inline-block;
	padding: 10px 15px;
}
#tables li a.select {
	background: red;
	width: 100%;
}
*/

#tables li a.structure {
	/*background: blue;*/
	/*width: 100%;*/
	/*left: 0;*/
	box-sizing: border-box;
	/*width: 100%;*/
	/*max-width: 20px !important;*/
	text-overflow: ellipsis;
}

#tables li a.active {}

#logins,
#tables {
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
}

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

.rtl #content {
    margin: 28px 266px 0 0;
    padding: 10px 20px 40px 20px;
    border-left: 0;
    border-right: 1px solid #ddd;
}

#lang {
	position: fixed;
	top: 4px;
	left: auto;
	right: 4px;
	line-height: 1.8em;
	padding: .3em 1em;
	z-index: 710;
	font-size: 0;
}

#schema {
	margin-left: 60px;
	position: relative;
	-moz-user-select: none;
	-webkit-user-select: none;
}

#schema .table {
	border: 1px solid #ddd;
	padding: 0 2px;
	cursor: move;
	position: absolute;
	box-shadow: 0 1px 1px #0000001a;
	background: #f5f5f566;
	line-height: 1.26;
	font-size: 14px;
}

#schema .table a {
	background: #f5f5f5;
	font-weight: bold;
	border: 1px solid #ddd;
	width: 100%;
	display: block;
	margin: -14px -3px;
	padding: 2px;
}

#schema .references {
	position: absolute;
}

#help {
	position: absolute;
	border: 1px solid #999;
	background: #eee;
	padding: 5px;
	font-family: monospace;
	z-index: 1;
}



/* .rtl p,
.rtl table,
 .rtl .error,
 .rtl .message  {
	margin: 1em 20px 0 0;
} */





.rtl .pages {
	left: auto;
	right: 21em;
}

.rtl input.wayoff {
	left: auto;
	right: -1000px;
}

/* .rtl #lang,
.rtl #menu {
	left: auto;
	right: 0;
} */

@media all and (max-device-width:880px) {
	.pages {
		left: auto;
	}
	#menu {
		position: static;
		width: auto;
	}
	#content {
		margin-left: 10px;
	}
	#lang {
		position: static;
		border-top: 1px solid #999;
	}
	#breadcrumb {
		left: auto;
	}
	.rtl .pages {
		right: auto;
	}
	.rtl #content {
		margin-right: 10px;
	}
	.rtl #breadcrumb {
		right: auto;
	}
}

@media print {
	#lang,
	#menu {
		display: none;
	}
	#content {
		margin-left: 1em;
	}
	#breadcrumb {
		left: 1em;
	}
	.nowrap td,
	.nowrap th,
	td.nowrap {
		white-space: normal;
	}
}

.jush {
	color: black;
}

.jush-htm_com,
.jush-com,
.jush-com_code,
.jush-one,
.jush-php_doc,
.jush-php_com,
.jush-php_one,
.jush-js_one,
.jush-js_doc {
	color: gray;
}

.jush-php,
.jush-php_new,
.jush-php_fun {
	color: #000033;
	background-color: #FFF0F0;
}

.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: blue;
}

.jush-php_apo {
	color: #009F00;
}

.jush-php_quo_var,
.jush-php_var,
.jush-sql_var {
	font-style: italic;
}

.jush-php_apo .jush-php_quo_var,
.jush-php_apo .jush-php_var {
	font-style: normal;
}

.jush-php_halt2 {
	background-color: white;
	color: black;
}

.jush-tag_css,
.jush-att_css .jush-att_quo,
.jush-att_css .jush-att_apo,
.jush-att_css .jush-att_val {
	color: black;
	background-color: #FFFFE0;
}

.jush-tag_js,
.jush-att_js .jush-att_quo,
.jush-att_js .jush-att_apo,
.jush-att_js .jush-att_val,
.jush-css_js {
	color: black;
	background-color: #F0F0FF;
}

.jush-tag,
.jush-xml_tag {
	color: navy;
}

.jush-att,
.jush-xml_att,
.jush-att_js,
.jush-att_css,
.jush-att_http {
	color: teal;
}

.jush-att_quo,
.jush-att_apo,
.jush-att_val {
	color: purple;
}

.jush-ent {
	color: purple;
}

.jush-js_key,
.jush-js_key .jush-quo,
.jush-js_key .jush-apo {
	color: purple;
}

.jush-js_reg {
	color: navy;
}

.jush-php_sql .jush-php_quo,
.jush-php_sql .jush-php_apo,
.jush-php_sqlite .jush-php_quo,
.jush-php_sqlite .jush-php_apo,
.jush-php_pgsql .jush-php_quo,
.jush-php_pgsql .jush-php_apo,
.jush-php_mssql .jush-php_quo,
.jush-php_mssql .jush-php_apo,
.jush-php_oracle .jush-php_quo,
.jush-php_oracle .jush-php_apo {
	background-color: #FFBBB0;
}

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

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

.jush a {
	color: navy;
}

.jush a.jush-help {
	cursor: help;
}

.jush-sql a,
.jush-sql_code a,
.jush-sqlite a,
.jush-pgsql a,
.jush-mssql a,
.jush-oracle a,
.jush-simpledb a {
	font-weight: bold;
	line-height: inherit;
}

.jush-php_sql .jush-php_quo a,
.jush-php_sql .jush-php_apo a {
	font-weight: normal;
}

.jush-tag a,
.jush-att a,
.jush-apo a,
.jush-quo a,
.jush-php_apo a,
.jush-php_quo a,
.jush-php_eot2 a {
	color: inherit;
	color: expression(parentNode.currentStyle.color);
}

a.jush-custom:link,
a.jush-custom:visited {
	font-weight: normal;
	color: inherit;
	color: expression(parentNode.currentStyle.color);
}

.jush p {
	margin: 0;
}


#tables a:before,
.links a:before,
#scroller a:before {
	position: relative;
	top: 0px;
	margin-right: 4px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #f0f0f0;
}

#content .links a:before,
#scroller a:before {
	position: relative;
	top: 0px;
	margin-right: 4px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #999;
}

.rtl #tables a:before,
.rtl .links a:before {
	display: none;
}

.rtl #tables a:after,
.rtl .links a:after {
	position: relative;
	top: 1px;
	margin-right: 2px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
}

#tables a[href*="&select="] {
}

#tables a[href*="&select="]:before,
.rtl #tables a[href*="&select="]:after {
		content: "\f0ce";
	color: #f0f0f0;
}

#tables a[href*="&table="]:before,
.rtl #tables a[href*="&table="]:after {
	/*content: "\f0ce";*/
}

.links a[href*="&sql="]:before {
	content: "\f120";
}

.links a[href*="&import="]:before {
	content: "\f01a";
}

.links a[href*="&dump="]:before {
	content: "\f01b";
}

.links a[href*="&create="]:before,
.links a[href*="&db="][href*="&database="]:before,
.links a[href*="&indexes="]:before {
	content: "\f044";
}

.links a[href$="&create="]:before,
.links a[href$="&database="]:before,
.links a[href$="&indexes="]:before {
	content: "\f067";
}

.links a[href*="&schema="]:before {
	content: "\f00a";
}

.links a#schema-link:before {
	content: "\f0c1";
}

.links a[href*="&privileges="]:before {
	content: "\f0c0";
}

.links a[href*="&view="]:before {
	content: "\f06e";
}

.links a[href*="&procedure="]:before,
.links a[href*="&function="]:before {
	content: "\f0ad";
}

.links a[href*="&event="]:before {
	content: "\f01e";
}

.links a[href*="&edit="]:before {
	content: "\f055";
}

.links a[href*="&table="]:before {
	content: "\f085";
}

.links a[href*="&select="]:before {
	content: "\f03a";
}

.links a[href*="&processlist="]:before {
	content: "\f022";
}

.links a[href*="&status="]:before {
	content: "\f0ae";
}

.links a[href*="&variables="]:before {
	content: "\f155";
}

.links a[href*="&user="]:before {
	content: "\f007";
}

.links a[href*="&replication="]:before {
	content: "\f0c5";
}

.links a[href*="&foreign="]:before,
.links a[href*="&trigger="]:before {
	content: "\f067";
}

.js fieldset>.hidden {
	display: block;
	margin: 5px;
	text-align: center;
}

.js fieldset>.hidden:before {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #e2e2e2;
	font-size: 24px;
	margin-top: 1px;
}

.js fieldset>.hidden * {
	display: none !important;
}

#fieldset-select.hidden:before {
	content: "\f009";
}

#fieldset-search.hidden:before {
	content: "\f002";
}

#fieldset-sort.hidden:before {
	content: "\f160";
}

#fieldset-export.hidden:before {
	content: "\f01b";
}

#fieldset-import.hidden:before {
	content: "\f01a";
}

#fieldset-history.hidden:before {
	content: "\f1da";
}

#fieldset-history br {
	display: block;
	margin-bottom: 20px
}

#fieldset-history.hidden br {
	display: none
}

#fieldset-partition.hidden:before {
	content: "\f065";
}


/*a.json-icon::before {
    display: inline-block;
    width: 20px;
    height: 18px;
    line-height: 18px;
    font-family: FontAwesome;
    font-size: 14px;
    vertical-align: -3px;
    content: "\f120";
}*/

.json-icon {
	margin: 5px 0;
}

.json {
	border-color: #cde;
	border-left: 7px solid #cde;
	background: #e8f0fa;
	margin: 5px 0;
}

.json th {
	border-right-color: #cde;
}

#scroller {
	display: none;
	background: #fff;
	bottom: 20px;
	right: 20px;
	position: fixed;
	z-index: 999;
	border: 1px solid #ddd;
	transition: all linear .2s;
	opacity: .8;
	border-radius: 4px;
}

.rtl #scroller {
	right: auto;
	left: 20px;
}

#scroller a {
	display: block;
	color: #333;
	font-size: 20px;
	padding: 6px 12px;
	opacity: .8;
}

#scroller a:hover {
	background-color: #f5f5f5;
	opacity: 1;
}

#scroller a:first-child {
	border-bottom: 1px solid #ddd;
}

#scroller a:first-child:before {
	content: "\f077";
}

#scroller a:last-child:before {
	content: "\f078";
}
