a.navbar-brand > img {

    margin-top: -12px;
}

.navbar-inverse {
    background-color: #222222;
    border-color: #080808 #080808 #080808;
    box-shadow: 0px 0px 2px 2px #080808;
}

.aside .aside-dialog .aside-content .aside-header {
    background: none repeat scroll 0 0 #2C2C2C;
    box-shadow: 0px 0px 2px 2px #080808;
    border-bottom: none;
    z-index: 1000;
}

.aside .aside-dialog .aside-body {
    padding: 0px;
}

.normal-page {
    background: #e4e6e8;
    /*background: url("../img/bg-texture-light.gif") repeat scroll 0 0 #f6f6f6;*/

}

html{
    height: 100%;

    /* The html and body elements cannot have any padding or margin. */
}

body {
  min-height: 100%;
}

.landing-page {
    background: url("../img/sunrise-beach.jpg") no-repeat 0 0 #f6f6f6;
    background-size: cover;
}

.ologin .btn-group a {
    margin-left: 5px !important;
}
.ologin {

    padding-left: 25px;
    padding-right: 25px;
    margin-top: 100px;
    border-color: #c5c5c5 #c5c5c5 #c5c5c5;
    box-shadow: 0px 0px 1px 1px #929292;
}

body div.container-notification {
    padding-top: 48px
}

.class-body .row {
    margin-bottom: 5px;
}

.panel-actions {
    display: inline-block;
    float: right;
    margin-top: -5px;
}

.console_class_functions .jumbotron {
    padding: 0px;
}

.console_class_functions .functiotron {
    padding: 10px;
    padding-left: 35px;
    margin: 0;
}

.console_class_functions > div.row div.col-md-12 {
    border-left: 3px solid #c5c5c5;
}

.console_class_functions .parameters .row > div {
    border-left: 3px solid #c5c5c5;
}

.console_class_functions .parameters .row > div:first-child {
    border: none;
}

.console_class_functions .parameters {
    padding: 10px;
    padding-left: 35px;
}

.console_class_functions .function-error {
    padding: 0px;
}

.function-error .CodeMirror {
    height: 100px !important;
}

.function-error .function-success-log {
    border-color: #008000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(0, 128, 0, 0.60);
    outline: 0 none;
}

.function-error .function-error-log {
    border-color: red;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(255, 0, 0, 0.60);
    outline: 0 none;
}

.aside {
    top: 53px;
}

.panel-function .panel-body {
    padding-top: 0;
}

.panel .page-header {
    margin-top: 10px;
    padding-bottom: 0px;
}

.opanel .col-md-2 {
    padding-left: 5px;
    padding-right: 5px;
}

.opanel .col-md-10 {
    padding-left: 5px;
    padding-right: 5px;
}

.opanel .col-md-8 {
    padding-left: 5px;
    padding-right: 5px;
}

.rid-list {
    /*max-height: 40px;*/
    /*overflow: auto;*/
}

.del-field {
    padding-left: 0px;
}

.graph-heading {
    height: 50px;
}

.nav-pills-aside > li > a {
    border-radius: 0;
}

.nav-pills-aside {
    border-bottom: 1px solid #242e3b;
}

.aside-form {
    background-color: #30333a;
    color: #c5c5c5;
    padding-top: 5px;
}

.asideVertex {
    width: 320px;
}

.panel-orient .panel-heading {
    background-color: #222222;
    background-image: none;
    /*background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);*/
    /*background-repeat: repeat-x;*/
    color: white;
}

.navbar-nav li.active {
    border-bottom: 1px solid #FF6600;
}

.modal-header {
    padding: 5px;
    padding-left: 15px;
    /*background-color: #c5c5c5;*/
    /*color: white;*/
}

.aside-list {
    overflow: auto;
    height: 100%;
}

.aside .container-fluid {
    height: 100%;
}

.bookmarks-container > div {
    height: 100%;
}

.aside-list-container .row:first-child {
    height: 20%;
}

.aside-list-container .row:last-child {
    height: 80%;
}

.aside-list-container {
    height: 100%;
}

.bookmarks-container .row:first-child {
    height: 10%;
}

.bookmarks-container .row:last-child {
    height: 90%;
}

.oaside-body {
    height: 100%;

}

.search-bookmarks label {
    color: white;
}

.oaside {
    background-color: #30333a;
    /*background-color: #222326;*/
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 15px;
    z-index: 1001;
    border-right: 1px solid #222326;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
}

.oaside-fullscreen {
    z-index: 1053;
    padding-top: 0px;
}

.oaside .close {
    color: white;
    opacity: .8;
    position: relative;
    padding: 0;
    top: 3px;
}

.oaside-header {
    border-bottom: 1px solid #242e3b;
    min-height: 16.43px;
    padding: 6px 15px;
    background: #222222;
    color: #c5c5c5;
}

.oaside-title {
    color: #c5c5c5;
}

.vertex-aside .title-tab {
    color: #c5c5c5;
}

.show {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -ms-transform: translateX(0px);
    animation-name: bookmarksInFromLeft;
    -webkit-animation-name: bookmarksInFromLeft;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
}

input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;

    border-radius: 15px;
}

.search-bookmarks div.form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

.search-bookmarks {
    margin-bottom: 5px;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* GRAPH LAYOUT */
.panel-graph .panel-body {
    padding-top: 10px;
}

.panel-graph-fullscreen .panel-body .row:last-child {
    height: 100%;
}

.panel-graph-fullscreen .panel-body .row .col-md-12 {
    height: 100%;
}

.panel-graph-fullscreen .panel-body .row .col-md-12 .graph-container {
    height: 100%;
}

.panel-graph-fullscreen .panel-body {
    height: 100%;
}

.panel-graph-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
}

.panel-graph {

    background-color: #EEEEEE;
}

.panel-graph .graph-container {
    background-color: white;
}

.queryGraph .run-container {
    position: relative;
}

.queryGraph .run-action {
    position: absolute;
    bottom: 0;
    right: 0;
}

.enode text {
    font-family: FontAwesome;
    font-size: 14px;
}

text.menu-text {
    font-family: FontAwesome;
    font-size: 14px;
}

text.vicon {
    font-family: fontello;
    font-size: 18px;
}

.btn {
    border-radius: 0;
    background-color: #acacad;
}

.btn-trasparent {
    background-color: transparent;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -40px;
    /* Pad bottom by footer height */
    padding: 0 0 40px;
}

#footer {
    height: 40px;
}

#footer hr {
    margin: 5px;
}

#footer {
    background-color: transparent;
}

.icon-container i {
    vertical-align: middle;
}

.icon-container {
    display: block;
    height: 25px;
    width: 25px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

.subHeader th:first-child {
    border-left: none !important;
}

.subHeader th:last-child {
    border-right: none !important;
}

.subHeader th {
    border-left: 1px solid #929292 !important;
    border-right: 1px solid #929292 !important;
    border-bottom: 1px solid #d3d3d3 !important;
}

tr.queryfield-header > th.header-divider {
    border-left: 1px solid #929292 !important;
}

table.result-table > thead > tr > th {
    border: none;
}

.query-hint b.clear-hint {
    border-left: none;
}

.query-hint b:first-child {
    border-left: none;
}

.query-hint b {
    border-left: 1px solid rgba(0, 0, 0, 0.34);
    margin-left: 5px;
    padding-left: 5px;
}

.query-hint-mobile b.clear-hint {
    border-left: none;
}

.query-hint-mobile b:first-child {
    border-left: none;
}

.query-hint-mobile b {
    border-left: 1px solid rgba(0, 0, 0, 0.34);
    margin-left: 5px;
    padding-left: 5px;
}

.query-info input.form-control {
    width: 50px;
}

.query-info .info {
    padding-right: 0px;
}

.query-info .command {
    padding-left: 0px;
    padding-right: 5px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.info {
    padding-left: 0px;
}

.server-down {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background-color: rgba(0, 0, 0, 0.92);
    opacity: .6;
}

@-webkit-keyframes fadeInDownCustom {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: .6;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeOutUpCustom {
    0% {
        opacity: .6;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

@keyframes fadeInDownCustom {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: .6;
        transform: translateY(0);
    }
}

@keyframes fadeOutUpCustom {
    0% {
        opacity: .6;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.server-down-container .ng-hide-remove {
    -webkit-animation: fadeInDownCustom 0.5s;
    animation: fadeInDownCustom 0.5s;
}

.server-down-container .ng-hide-add {
    -webkit-animation: fadeOutUpCustom 0.5s;
    -webkit-animation: fadeOutUpCustom 0.5s;
    display: block !important;
}

.server-down-container .alert {
    position: fixed;
    opacity: 1;
    z-index: 9999;
    top: 0;
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
    background-image: none;
    background-color: #FAA732;
    color: white;
    min-height: 60px;
    border-color: transparent;
    text-shadow: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.modal-header h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.rename-popover .form-control {
    width: 100%;
}

.cloud-db tr {
    width: 100%;
    display: inline-table;
}

.cloud-db tbody {
    max-height: 200px;
    width: 100%;
    overflow: auto;
    display: block;
}

div.config-tab {
    padding-top: 10px;
}

div.db-config .row {
    padding-top: 10px;
}

#nprogress .bar {
    background: #FF6600;
    top: 52px;
}

#nprogress .spinner {
    display: none;
}

#nprogress .peg {
    box-shadow: none;
}

.config-popover .popover-content {
    padding: 9px 0px;
}

.config-popover .popover-title {
    color: #333;
}

.modal-body .query-result {
    overflow: auto;
}

.modal-query .row {
    padding-top: 5px;
}

.tab-sercurity {
    padding-top: 15px;
}

.users-ui .row {
    padding-top: 10px;
}

div.users-ui div.container-fluid, div.role-ui div.container-fluid {
    padding: 0px;
}

.role-ui .row {
    padding-top: 10px;
}

.users-ui .select2-container {
    /*width: 80%;*/
}

.code-editor .form-group {
    margin-bottom: 0px;
}

.aside-list a.list-group-item.active {
    background-color: #46484e !important;
    text-shadow: none;
    background-image: none;
}

.aside-list a.list-group-item:hover {
    background-color: #46484e !important;
    text-shadow: none;
    background-image: none;
}

.aside-list div.list-group-item.active {
    background-color: #46484e !important;
    text-shadow: none;
    background-image: none;
}

.aside-list div.list-group-item a {
    color: white;
}

.aside-list div.list-group-item div.bookmarks-actions > a {
    font-size: 17px;
}

.aside-list div.list-group-item:hover {
    background-color: #46484e !important;
    text-shadow: none;
    background-image: none;
}

.aside-list .list-group-item {
    background-color: #2e2f33;
    margin-bottom: 2px;
    border: none;
    color: white;
}

.aside-list .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.aside-list .list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ologin .fa-question-circle {
    font-size: 24px;
}

.popover-md {
    max-width: 400px;
}

.popover-lg {
    max-width: 800px;
}

.popover.bottom-left .arrow:after {

}

.popover.bottom-left .arrow {
    margin-left: -32px;
}

.popover-help .popover-content {
    padding-left: 0;
    padding-right: 0;
}

.query-info .btn-help {
    font-size: 20px;
}

.btn-help:hover, .btn-help:focus {
    color: #428bca;
}

.btn-help {
    padding: 0;

}

.panel-heading .btn-help .fa-question {
    vertical-align: -10%;
    color: white;
    background-color: #428bca;
    border-radius: 50%;
    padding: 3px 5px;

}

.panel-heading .btn-help {
    /*padding-left: 10px;*/

}

.panel-heading .tooltip-inner {
    background-color: #428bca;
}

.panel-heading .tooltip.right .tooltip-arrow {
    border-right: 5px solid #428bca;

}

.panel-body .server-config {
    padding-top: 20px;
}

.clusterSelection {
    padding-left: 5px;
}

.indexType {
    padding-left: 15px;
}
