body, html {
    color: #545454;
    color: rgba(0,0,0,.67);
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;

    margin: 0;
    padding: 0;
}
.top-bar{
    height:100%;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.row-space-0 {
    margin-bottom: 0
}
.row-space-top-0 {
    margin-top: 0
}
.row-space-1 {
    margin-bottom: 6.25px
}
.row-space-top-1 {
    margin-top: 6.25px
}
.row-space-2 {
    margin-bottom: 12.5px
}
.row-space-top-2 {
    margin-top: 12.5px
}
.row-space-3 {
    margin-bottom: 18.75px
}
.row-space-top-3 {
    margin-top: 18.75px
}
.row-space-4 {
    margin-bottom: 25px
}
.row-space-top-4 {
    margin-top: 25px
}
.row-space-5 {
    margin-bottom: 31.25px
}
.row-space-top-5 {
    margin-top: 31.25px
}
.row-space-6 {
    margin-bottom: 37.5px
}
.row-space-top-6 {
    margin-top: 37.5px
}
.row-space-7 {
    margin-bottom: 43.75px
}
.row-space-top-7 {
    margin-top: 43.75px
}
.row-space-8 {
    margin-bottom: 50px
}
.row-space-top-8 {
    margin-top: 50px
}

.navbar-fixed-left {
    width: 100%;
    border-radius: 0;
    height: 100%;
    background-color: #336699;
}

.navbar-fixed-left .navbar-nav > li {
    float: none;  /* Cancel default li float: left */
    width: 139px;

}
.navbar-fixed-left .navbar-nav > li>a {
padding:1px 15px 1px 15px;
    color:#ffffff;
}
.navbar-fixed-left + .container {
    padding-left: 160px;
}

/* On using dropdown menu (To right shift popuped) */
.navbar-fixed-left .navbar-nav > li > .dropdown-menu {
    margin-top: -50px;
    margin-left: 140px;
}
.text-white{
    color:#ffffff;
}
.menu{
padding:15px;
}
.footer {
    border: #000000 1px solid;
    padding: 6px;
    text-align: center;
    font-weight: bold;
    background: #336699;
}
.footer a{
    color:#ffffff;
}
.bg-sqlguides{
    background-color: #336699;
}
.navbar {
    border-radius: 0px;
}

table.displaydata {
    MARGIN: 10px 10px 15px;
    border-width: 1px;
    border-spacing: 0px;
    border-style: outset;
    border-color: #3B4867;
    border-collapse: separate;
    background-color: white;
}
table.displaydata td{
    border-width: 1px;
    padding: 1px;
    border-style: solid;
    border-color: gray;
}
TR
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    MARGIN-RIGHT: 3em
}
TR.tableheader
{
    BACKGROUND-COLOR: #afdcf9;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bolder;
}
TR.tableresult
{
    BACKGROUND-COLOR:#ececec;
    COLOR:#008000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bolder;
    PADDING-RIGHT: 7px;
}
.code {
    BORDER-RIGHT: #999999 1px dashed;
    PADDING-RIGHT: 10px;
    BORDER-TOP: #999999 1px dashed;
    PADDING-LEFT: 10px;
    FONT-SIZE: 11px;
    BACKGROUND: #eeeeee;
    PADDING-BOTTOM: 4px;
    MARGIN: 10px 20px;
    BORDER-LEFT: #999999 1px dashed;
    COLOR: #663300;
    LINE-HEIGHT: 20px;
    PADDING-TOP: 4px;
    BORDER-BOTTOM: #999999 1px dashed;
    FONT-FAMILY: verdana, arial, sans-serif
}
.commandline {
    MARGIN: 10px 10px 15px;
    LINE-HEIGHT: 15px;
    BORDER-RIGHT: #cccccc 1px solid;
    PADDING-RIGHT: 7px;
    BORDER-TOP: #cccccc 1px solid;
    PADDING-LEFT: 7px;
    BACKGROUND: #ececec;
    PADDING-BOTTOM: 4px;
    BORDER-LEFT: #cccccc 1px solid;
    LINE-HEIGHT: 14px;
    PADDING-TOP: 7px;
    BORDER-BOTTOM: #cccccc 1px solid;
    FONT-FAMILY: andale mono,monaco,lucida console,courier new
}
.resultbox {

    MARGIN: 10px 10px 15px;
    LINE-HEIGHT: 15px;
    BORDER-RIGHT: #cccccc 1px solid;
    PADDING-RIGHT: 7px;
    BORDER-TOP: #cccccc 1px solid;
    PADDING-LEFT: 7px;
    BACKGROUND: #FFFFFF;
    PADDING-BOTTOM: 4px;
    BORDER-LEFT: #cccccc 1px solid;
    LINE-HEIGHT: 14px;
    PADDING-TOP: 7px;
    BORDER-BOTTOM: #cccccc 1px solid;
    FONT-FAMILY: andale mono,monaco,lucida console,courier new
}
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

.sidebar-nav {
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
    -ms-transition:  width .2s ease-in;
    transition: width .2s ease-in;

}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
    -ms-transition:  width .2s ease-in;
    transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
    position: absolute;
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 15px;
    background: transparent;
    border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}
.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}