html,
body {
   margin:0;
   padding:0;
   height:100%;
}
h1{
    text-align: center;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   background:rgb(255, 204, 0);
   padding:10px;
   height: 45px;
   display: flex;
}
#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
   margin: 0 auto;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: #EEE;
}
#footer span {
    position: relative;
    top: 10px;
    margin: 0 10px;
}
#footer span font {
    font-size: 2em;
    cursor: pointer;
    padding: 0 3px;

}
.footer-middle{
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -100px;
    width: 200px;
    text-align: center;
    font-size: 1.5em;
    letter-spacing: 10px;
    cursor: pointer;
}
#login{
    width: 410px;
    margin: 50px auto 0 auto;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
}

tr.login_row {
	height: 40px;
}
legend {
    text-align: center;
    padding: 0 10px;
}
.play{
    float: none !important;
}
pre {
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}
.buttons {
    display: inline-block;
    background: #d9d9d9;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* W3C */
    border: 1px solid #a1a1a1;
    padding: 0 1.5em;
    font: bold .9em/1.5em Arial, Helvetica;
    text-decoration: none;
    color: #333;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    margin-left: 3px;
    height: 25px;
}
.buttons:before
{
    float: left;
    width: 1em;
    text-align: center;
    font-size: 1.7em;
    margin: 0 0.5em 0 -1em;
    padding: 0 .2em;
    pointer-events: none;
}
.buttons:hover
{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* W3C */
}

.buttons:active
{
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}

.buttons:disabled
{
    opacity: 0.2;
}

.buttons:focus
{
	outline: 0;
	background: #fafafa;
}
.left_arrow:before       { content: "\2190"; }
.add:before    { content: "\271A"; }
.edit:before   { content: "\270E"; }
.delete:before { content: "\2718";}
.save:before   { content: "\2714";}
.email:before  { content: "\2709";}
.cross:before  { content: "\2716"; }
.saltire{
float: right;
}
.saltire:before {
content: "\2613";
}
.next:before {
content: "\279C";
}
.up_arrow:before {
content: "\2191";
}
.star:before{
content: "\2605";
}
.play:before {
content: "\25B6";
}
.next:before {
content: "\279C";
}
.server_name{
    margin: 0;
    color: #fff;
    text-shadow: 1px 1px 0px #FFF;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block; 
    text-align: center;
}
table tr td {
    font-size: 18px;
}
.menu li{
    list-style: none;
    margin-bottom: 10px;
}
.menu li a {
    color: #333;
}
.menu li a:hover {
    color: #000;
}
.servidores, .simulation{
    padding-left: 50px;
    display: none;
}
#goTop{
    background:rgb(255, 204, 0);
    padding:10px;
    position:fixed;
    top:-100px;
    right:10px;
    cursor: pointer;
}
.sqlarea{
    width:100%;
    height:120px;
    font-size: 1.5em;
}

input[type=number]{
    width: 40px;
}
input[type=button].template:hover{
    border: 1px solid gray;
    border-radius: 3px;
    opacity: 1;
}
input[type=button].template:active, input[type=button].template.active{
    opacity: 1;
    border-radius: 3px;
}
input[type=button].template{
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    background-position: center center;
}
.mandatory{
    opacity: 0.2;
    background-image: url(../img/asterisk2.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.hidden{
    opacity: 0.2;
    background-image: url(../img/ghost7.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.add{
    background-image: url(../img/add182.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.exclusive{
    opacity: 0.2;
}
.exclusive:after {
    content: "Background text";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.lang{
    float: right;
}

.lang_aux{
    float:right;
}
.lang_aux select{
    width: 50px;
}

legend {
    font-size: 1.2em;
}
.action{
    float: none;
}
.ui-jqgrid{
    width: 100%;
}
.bk_auto_col {
	width: 1px;
	white-space: nowrap;
  padding-left: 5px;
	padding-right: 10px;
}
.bk_col {
	padding-left: 5px;
  padding-right: 10px;
}
tr.zebra:nth-child(odd) td{
    background-color: aliceblue;
}

.bk_logs {
	width: 100%;
	white-space: pre;
	font-family: monospace;
	resize: none;
  background-color: black;
  color: white;
  font-size: 14px;"
}