.sidebar {
  display: none;
  top: 52px;
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.banner-text {
    color: #fff;
    font-family: 'PT Sans', Tahoma, Arial;
    font-size: 26px;
    float: right;
    margin-top: 8px;
}

.page-header {
    margin-top: 52px;
    border-bottom: 1px solid #aaa;        
}
    
.dashNode {
    font-family: 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
    height: 120px;   
    padding: 10px;
}
.dashNode>div{
    padding: 8px;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    border: 3px;
    opacity: 0.8;
}
    
.dashNode>div:hover{
    opacity: 1;
}
.dashValue {
    height:68px;
    vertical-align: middle;
    font-style: italic;
    font-weight: 300;
    font-size: 2vw;    
    width:100%;    
    display: table-cell;    
}
    
.dashLable{
    top: 40px;    
    height:20px;
    width:100%;
}
    
.red {
    background: #e43725;
    color: #fff;
}
.green {
    background: #85c744;
    color: #fff;
}
.blue {
    background: #428bca;
    color: #fff;
}
.orange {
    background: #ffa121;
    color: #fff;
}

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    }
}

.main {
    padding-top: 10px;
}
.account_wall {
    padding: 40px 40px 40px 40px;
    background-color: #f7f7f7;
    border-radius: 10px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.edit-button {
     color: rgba(0, 0, 0, 0.5);
     margin-left: 2px;
}
.edit-button:hover {
     color: rgba(0, 0, 0, 1);
}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.popover-500 {
    max-width: 500px;
    min-width: 200px;
}

.table-fixed thead, thead tr, thead tr td {
  background: #fff;
}

.btn-plain {
    background: none; 
    border: none;
    padding: 0;
}
.col-tab-padding {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.ellipsis_tool_tip {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.row-block {
    padding: 4px;
    margin: 4px;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 4px;
}
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;    
}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    .edit-button
    {
        display: none !important;
    }
    .btn
    {
        display: none !important;
    }
    a[href]:after 
    {
        content: none;
    }
    .label-row
    {
        height: 42.3mm;
        width: 210mm;               
    }
    .label-cell
    {
        width: 70mm;        
        text-overflow: ellipsis;
        float: left;
    }
    .label-text-part
    {
        width: 30mm;
        font-size: 5mm;
    }
    .label-cell img
    {
        margin: 0px;
        padding: 0px;
        height: 15mm;
        width: 15mm;         
    }
}