body {
    padding-top: 55px;
    padding-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
}

ul.nav.navbar-nav {
    padding-top: 10px;
}

.navbar{
    margin-bottom: 7px;
}



h3 div {
    font-size: 14px;
}

.timeframe {
  margin-bottom:12px;
}

a {
  color: #00B7FF;
}

table.dataTable thead > tr > th {
   padding-left: 4px;
   padding-right: 2px;
}
.small-table-row > tbody > tr >td{
    padding: 4px 4px;    
}
.vstable{
    width: 96%;
}
.vstable tbody tr td:nth-child(2)
{
    /*cursor : pointer;*/
    min-width: 100px;
}

.vstable tbody tr td.vsui_selected {
    background-color: #eaf057;
}

#bgroup {
    margin-top: 20px;
    display: inline-block;
}

#tableContainer {
    margin-top: 5px;
}

.dataTables_wrapper {
    overflow: auto;
}

#groupsId {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 14px;
}

.md5_tblImg {
    background-image: url("../../images/table.png") !important;
}

#userId {
    color : linen;
}

#navbarRight {
    margin-top : 8px;
}

.jstree-themeicon {
    word-wrap: break-word;
}


div.panel.panel-primary.col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
}

#tblTreePanelId {
    margin-top: 5px;
}

#md5_groups>div>div:nth-child(3)>div.col-xs-6>ul {
    margin-left: 25px;
    margin-right: 25px;
}

/*#groupsDiv > div > div.panel-body {*/
    /*border-width: 1px;*/
    /*border-style: solid;*/
/*}*/

.no_checkbox>i.jstree-checkbox
{
    display:none
}
.no_icon>i.jstree-themeicon
{
    display:none
}
.nd5-content{
    
}
.DTTT {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

#timeLevId {
    margin-left: 20px;
    margin-top: 8px;
}

#appsBtn {
    margin-right: 8px;
}

.dataTables_info, .dataTable_length, .dataTable_paginate {
    display: inline-block;
}
.dataTable_length, .dataTable_paginate {
    vertical-align: middle;
}
.dataTable_length {
    margin-right: 15px;
    margin-top: 5px;
}
.dataTable_info {
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
}
.dataTable_paginate {
    margin-top: 4px;
}

.baseGrpCrumb, .summGrpCrumb {
    margin-bottom: 5px;
}
.nd5-dim {
    opacity: .55 !important;
    color: #262626 !important;
}

#crumbsId button.close {
    font-size: small;
    vertical-align: middle;
    padding-left: 3px;
    padding-top: 2px;
}
.breadcrumb button.close {
    font-size: small;
    vertical-align: middle;
    padding-left: 3px;
    padding-top: 2px;
}
#navbar > ul:nth-child(1) > li:nth-child(3) {
    margin-left:7px;
}
#navbar > ul:nth-child(1) > li:nth-child(4) {
    margin-left:7px;
}
#navbar > ul:nth-child(1) > li:nth-child(5) {
    margin-left:7px;
}
#navbar > ul:nth-child(1) > li:nth-child(6) {
    margin-left:7px;
}
#navbar > ul:nth-child(1) > li:nth-child(7) {
    margin-left:7px;
}
#navbar > ul:nth-child(1) > li:nth-child(8) {
    margin-left:7px;
}
#crumbsId > li::before {
    content:'';
    padding-right:0px;
}
#hours-ul > li::before {
    content:'';
    padding-right:0px;
}
#openTable tbody > tr > td:nth-child(4):hover {
    color: red;
}
#openTable > tbody td:nth-child(5) {
    text-align: center;
    cursor: pointer;
}
#settingsPanel {
    position: absolute;
    left: 200px;
    top: 100px;
    width: 400px;
    height: 450px;
    z-index: 999;
}
#settingsBody {
    height:330px;
}
#groupsDiv {
    height:330px;
}
#metricsDiv{
    height:330px;
}
#tblTreeDiv{
    height:330px;
}
.daterangepicker .calendar {
    font-size: 10pt!important;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 8pt;
    white-space: nowrap;
    text-align: center;
    min-width: 15px;
    padding-left:2px;
    padding-right:2px;
    padding-top:2px;
    padding-bottom:2px;
}
.daterangepicker .ranges li {
    font-size:8pt;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
}
#dataTable {
    width: 96%;
}
#settingsPanel {
    opacity: .9;
}
#jstree-marker-line {
    pointer-events: none;
}

.axis path,
.axis line {
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
}

.axis text {
    font-size: 12px;
}

.legend text {
    font-size: 12px;
}

.chart-box {
    border: 1px solid black;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px #888888;    
}

.legend-container {
    margin-left: 10px;
    margin-right:10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.d3-tip {
    font-size: 12px;
    line-height: 1;
    padding: 5px;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    border-radius: 4px;
    z-index: 99999;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    content: "\25BC";
    position: absolute;
    text-align: center;
}

/* Style northward tooltips differently */
.d3-tip.n:after {
    margin: -3px 0 0 0;
    top: 100%;
    left: 0;
}

.line {
    fill: none;
    stroke-width: 1.5px;
    stroke: black;
}

.trendline {
    stroke-width: 1.5px;
    stroke-dasharray: 8,5;
    stroke-linecap: round;
}

#chartCrumbsId > li::before {
    content:'';
    padding-right:0px;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.panel-title-small{
    font-size: 14px;
    
}
.panel-heading-small{
    padding: 5px 15px;
}
.drag_handle{
    cursor: move;
}
.breadcrumb{
    padding:3px 15px;
    margin-bottom: 5px;
}
div.dataTables_scroll{
    background: none !important;
}
.db-title{
    font-size: 14px !important;
}
.db-heading{
    padding: 4px 15px !important;
}
.DTTT_print_info{
    z-index: 999;
}
li .glyphicon-remove-sign:hover{
    color: red;
}
.tree-container{
    overflow:auto;
}
#adminTree .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
}
#fstree .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
}
#fotree .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
}
input.jstree-rename-input{
    color:black;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
.vakata-context {
   z-index: 1100
}
.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}
.drop-hover{
  background: #76b6ec;
  color: #ffffff;
  border-radius: 3px;
  box-shadow: inset 0 0 1px #76b6ec;
    
}
.folder-with-displays,li[data-has-disp="true"]>a{
    font-weight: bold;
}
.folder-shared{
    font-style: italic;
}
body.modal-open{
  padding-right: 0 !important;
  overflow-y: auto;
}
.jstree-checkbox-selection .jstree-clicked{
    background-color: white;
    color: black;
    box-shadow: none;
}
.jstree-checkbox-selection .jstree-clicked:hover{
  background: #76b6ec;
  color: #ffffff;
  border-radius: 3px;
  box-shadow: inset 0 0 1px #76b6ec;
}
.legend-btn{
    float: right;
    margin-top: 0px;
    height: 14px;
}
.legend-svg-box{
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
}
.legend-show{
    display:none;
    margin-bottom: 0px;
}
.legend-btn>span>.caret{
    margin-top: -10px;
}
.combo-plot-type{
    float:right;
    display:none;
}
.list-group-item{
    padding-bottom: 10px;
}
#viewOpts input[type="checkbox"]{
    margin: 2px 0px;
    margin-left: -20px;
}
#totalsAllLab, #totalsGrandLab, #oneStackLab, #metricStackLab, #groupStackLab{
    margin-left: 10px;
}
.chart-container{
    text-align: center;
}
.pointerContainer{
    cursor: pointer;
}
.chart-title{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.c3-line {
  stroke-width: 2px; 
}
.center-block{
    margin: 0 auto;
    float: none;
}
.c3-target.tl-defocused {
  opacity: 0.1 !important; }

.admin-title-text{
    font-size: 25px;
    color:white;
    vertical-align: middle;
}