body { padding-top: 90px; }
body, h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif; }

#header{margin-top:20px}
#page-container{margin-bottom:20px}
table .actions{ text-align: right;}

#url-rewriting-warning{display:none}


.navbar-inverse {
    background-color: #256399; /*#428bca;*/
    border-color: #428bca;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ccc;
}

.disable-uppercase{
    text-transform:none !important
}
.view table td:first-child
{ 
    text-align: right;
}

.view dl dt
{ 
    text-align: right;
    line-height: 2;
}

.view dl dd
{ 
    padding-left: 0px;
    line-height: 2;
}

.bs-glyphicons {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}


/*
 * Glyphicons
 *
 * Special styles for displaying the icons and their classes in the docs.
 */

.bs-glyphicons {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}
.bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    margin: 0 -1px -1px 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #ddd;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
}
.bs-glyphicons li:hover {
    background-color: rgba(86,61,124,.1);
}

@media (min-width: 768px) {
    .bs-glyphicons li {
        width: 12.5%;
    }


}

@media (max-width: 768px) {
    .view dl dt {
        text-align: left;
        line-height: 2;
    }
}

/* helper classes */

.textNoWrap {
    white-space: nowrap;
}

#table-filter td{
	padding: 5px;
}

/* ------------------------------------------------------------------------------
*
*  # Chart styling
*
*  Charts base - container and sizing setup
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.chart-container {
    position: relative;
    width: 100%;
}
.chart-container.has-scroll {
    overflow-x: scroll;
    overflow-y: visible;
    max-width: 100%;
}
@media (max-width: 768px) {
    .chart-container {
    overflow-x: scroll;
    overflow-y: visible;
    max-width: 100%;
    }
}
.chart {
    position: relative;
    display: block;
    width: 100%;
}
.chart.has-minimum-width {
    min-width: 600px;
}
.has-fixed-height {
    height: 400px;
}
.chart-pie {
    width: 100%;
    height: 400px;
    min-width: 500px;
}
.chart-container.has-scroll {
    overflow-x: auto;
}