﻿body {
    padding-top: 100px;
    padding-bottom: 20px;
    /*background-image:linear-gradient(#ccc, #666) ;
     background-size:cover;
     background-repeat:no-repeat;*/
     
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  
  background-image:linear-gradient(#111,#444,#111);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  margin-left:-250px;
  /*margin-top:100px;*/
}

.sidenav a {
  padding: 4px 8px 4px 20px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
  text-shadow:1px;

}
.sidenav a.sidenavtitle{
    color:#fff;
    background-image:linear-gradient(#555,#777);
     padding: 2px 8px 2px 10px;
       
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav img{
    width:150px;
    position:absolute;
    top:10px;
    left:10px;
    z-index:-1;
}

.sidenav a.first-item{
    margin-top:20px;
}


#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.menu{
    font-size:40px;
    cursor:pointer;
    position:absolute;
    top:0;
    left:0;
    padding:10px;
}

.servertime{
padding-top:100px;
font-size:11px;
}

.portal-panel {
    margin:5px;
    border-color: #222;
    background-color: #333;
}

.portal-panel > .panel-heading {
    color: #fff;
    background-image:linear-gradient(#111,#222,#333);
    border-color: black;
    font-weight:bold;
}
.text-10 {
    font-size: 10px;
}
.text-20 {
    font-size: 20px;
}
.text-30 {
    font-size: 30px;
}
.text-40 {
    font-size: 40px;
}
.dark{
    background-color:#818181;
    color:#f2f2f2;
}

.table tbody > tr > td,
.table thead > tr > th
{
    vertical-align:middle;
    text-align:center;
}
.upload-zone {
    border: dotted 3px lightgray;
    /*width: 100%;*/
    padding:5px;
}
.upload-zone>input{
    padding:5px;
}
.upload-zone>span{
    padding:5px;
}

.panel-body>span{
    color:#fff;
}


.querytext{
    width:100%;
    height:100%;
    background-color:lightgray;
    padding:10px;
}

.queryresult{
    width:100%;
    height:100%;
    background-color:lightgray;
    padding:10px;
    overflow:auto;
}

.sqltexteditor{
    width:100%;
    height:300px;
     resize: none;
}