/**
 * Charts
 */
.graph-bars, .graph-chart, .graph-pie {
    font-size: 14px;
    height: 300px;
    min-height: 100px;
    overflow: hidden;
    /*width: 100%;*/
}
.graph-legend {
    float: right;
    z-index: 2;
    background-color: #ffffff;
    opacity: 0.85;
    cursor: move;
    padding: 5px;
    overflow: auto;
    max-height: 100%;
    /*border: solid 1px transparent;*/
}
.graph-legend td {
    padding: 1px;
}
/*.graph-legend:hover {*/
/*border-color: #f4f4f4;*/
/*}*/
.graph-label {
    color: #333333;
}
.graph-label.disabled {
    color: #999999;
}
.graph-header {
}
.graph-header.small-header * {
    font-size: 11px !important;
}
.graph-header.small-header .graph-zoomrange .btn,
.graph-header.small-header .graph-reportrange,
.graph-header.small-header .graph-zoomrange .reportrange {
    height: 28px;
}

.graph-reportrange {
}
.graph-zoomrange .btn-group {
    margin: 0;
    padding: 0;
}
.graph-zoomrange .btn {
    font-size: 13px;
    padding: 5px 8px;
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: none;
    height: 32px;
}
.graph-zoomrange .btn.active,
.graph-zoomrange .btn:active {
    background-image: none;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);*/
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15) inset;
    outline: 0 none;
}
.graph-zoomrange .btn:hover,
.graph-zoomrange .btn:focus,
.graph-zoomrange .btn:active,
.graph-zoomrange .btn.active,
.graph-zoomrange .btn.disabled,
.graph-zoomrange .btn[disabled] {
    background-color: #f4f4f4;
    color: #333333;
}
.graph-zoomrange .reportrange {
    height: 32px;
    font-size: 13px;
}
.graph-plot {
    z-index: 1;
}
.graph-tooltip {
    position: absolute;
    display: none;
    /*border: 1px solid #333;*/
    border: 1px solid #ccc;
    padding: 4px;
    /*color: #fff;*/
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*background-color: #333;*/
    background-color: #fff;
    /*opacity: 0.80;*/
    z-index: 3;
    white-space: nowrap;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
    font-size: 13px;
}
.graph-tooltip-title {
    font-weight: bold;
}
.graph-tooltip-label {
    position: relative;
}
.graph-tooltip-label-color {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 1px;
    position: absolute;
    top: 6px;
}
.graph-tooltip-label-color > div {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 1px;
    height: 0;
    overflow: hidden;
    border: 3px solid #ffffff;
}
.graph-tooltip-label-text {
    padding-left: 15px;
}

.range_inputs .btn.green {
    background: #a8c834;
    color: #ffffff !important;
    text-shadow: none;
}
.range_inputs .btn.green:hover {
    background: #95B135;
}


/**
 * Date range picker
 */
.reportrange,
.reportrange *::after,
.reportrange *::before {
    box-sizing: border-box;
}
.reportrange {
    display: inline-block;
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.reportrange span {
    margin-left: 5px;
}
.reportrange .caret {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}
.reportrange .glyphicon {
    position: relative;
    top: 1px;
}
.daterangepicker *::after,
.daterangepicker *::before {
    box-sizing: border-box;
}
.daterangepicker, .daterangepicker *,
.graph-chart, .graph-chart * {
    box-sizing: border-box;
}
.daterangepicker .ranges li {
    padding: 2px 12px;
}


.daterangepicker .input-mini {
    width: 100% !important;
}


/**
 * Portlet
 */
.flotcharts .portlet-tabs > .nav-tabs {
    top: 0 !important;
    overflow: inherit !important;
}
.flotcharts .portlet-tabs > .tab-content {
    margin-top: 0 !important;
}

.flotcharts .tabs-on-top .portlet-tabs > .nav-tabs {
    top: -56px !important;
    overflow: inherit !important;
}
.flotcharts .tabs-on-top .portlet-tabs > .tab-content {
    margin-top: -56px !important;
}
.flotcharts .tabs-on-top .nav-tabs {
    border-bottom : none !important;
}
.flotcharts .tabs-on-top .nav-tabs > li.active > a,
.flotcharts .tabs-on-top .nav-tabs > li.active > a:focus,
.flotcharts .tabs-on-top .nav-tabs > li.active > a:hover {
    /*border-bottom: 1px solid #eeeeee !important;*/
    border-bottom-color: none !important;
}
.flotcharts .tabs-on-top .portlet-tabs > .tab-content {
    padding: 0 !important;
}
.flotcharts .tabs-on-top .nav-tabs > li.active > a,
.flotcharts .tabs-on-top .nav-tabs > li.active > a:focus,
.flotcharts .tabs-on-top .nav-tabs > li.active > a:hover {
    border-top-color: #eee !important;
    border-left-color: #eee !important;
    border-right-color: #eee !important;
}
.flotcharts .tabs-on-top .nav-tabs > li > a:hover {
    border-color: #eee !important;
}



.flotcharts .nav {
    list-style: outside none none !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}
.flotcharts .nav::after,
.flotcharts .nav::before {
    content: " " !important;
    display: table !important;
}
.flotcharts .nav > li,
.flotcharts .nav > li > a {
    display: block !important;
    position: relative !important;
}
.flotcharts .nav::after {
    clear: both !important;
}
.flotcharts .nav > li > a {
    padding: 10px 15px !important;
}
.flotcharts .nav > li > a:focus,
.flotcharts .nav > li > a:hover {
    background-color: #eeeeee !important;
    text-decoration: none !important;
}
.flotcharts .nav > li.disabled > a {
    color: #777777 !important;
}
.flotcharts .nav > li.disabled > a:focus,
.flotcharts .nav > li.disabled > a:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #777777 !important;
    cursor: not-allowed !important;
    text-decoration: none !important;
}
.flotcharts .nav .open > a,
.flotcharts .nav .open > a:focus,
.flotcharts .nav .open > a:hover {
    background-color: #eeeeee !important;
    border-color: #337ab7 !important;
}
.flotcharts .nav .nav-divider {
    background-color: #e5e5e5 !important;
    height: 1px !important;
    margin: 9px 0 !important;
    overflow: hidden !important;
}
.flotcharts .nav > li > a > img {
    max-width: none !important;
}
.flotcharts .nav-tabs {
    border-bottom: 1px solid #dddddd !important;
}
.flotcharts .nav-tabs > li {
    float: left !important;
    margin-bottom: -1px !important;
}
.flotcharts .nav-tabs > li > a {
    border: 1px solid rgba(0, 0, 0, 0) !important;
    border-radius: 4px 4px 0 0 !important;
    line-height: 1.42857 !important;
    margin-right: 2px !important;
}
.flotcharts .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd !important;
}
.flotcharts .nav-tabs > li.active > a,
.flotcharts .nav-tabs > li.active > a:focus,
.flotcharts .nav-tabs > li.active > a:hover {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-color: #ffffff !important;
    border-color: #dddddd #dddddd rgba(0, 0, 0, 0) !important;
    border-image: none !important;
    border-style: solid !important;
    border-width: 1px !important;
    color: #555555 !important;
    cursor: default !important;
}
.flotcharts .nav-pills > li {
    float: left !important;
}
.flotcharts .nav-justified > li,
.flotcharts .nav-stacked > li,
.flotcharts .nav-tabs.nav-justified > li {
    float: none !important;
}
.flotcharts .nav-pills > li > a {
    border-radius: 4px !important;
}
.flotcharts .nav-pills > li + li {
    margin-left: 2px !important;
}
.flotcharts .nav-pills > li.active > a,
.flotcharts .nav-pills > li.active > a:focus,
.flotcharts .nav-pills > li.active > a:hover {
    background-color: #337ab7 !important;
    color: #ffffff !important;
}
.flotcharts .nav-stacked > li + li {
    margin-left: 0 !important;
    margin-top: 2px !important;
}
.flotcharts .nav-justified,
.flotcharts .nav-tabs.nav-justified {
    width: 100% !important;
}
.flotcharts .nav-justified > li > a,
.flotcharts .nav-tabs.nav-justified > li > a {
    margin-bottom: 5px !important;
    text-align: center !important;
}
.flotcharts .nav-justified > .dropdown .dropdown-menu {
    left: auto !important;
    top: auto !important;
}
.flotcharts .nav-tabs-justified,
.flotcharts .nav-tabs.nav-justified {
    border-bottom: 0 none !important;
}
.flotcharts .nav-tabs-justified > li > a,
.flotcharts .nav-tabs.nav-justified > li > a {
    border-radius: 4px !important;
    margin-right: 0 !important;
}
.flotcharts .nav-tabs-justified > .active > a,
.flotcharts .nav-tabs-justified > .active > a:focus,
.flotcharts .nav-tabs-justified > .active > a:hover,
.flotcharts .nav-tabs.nav-justified > .active > a,
.flotcharts .nav-tabs.nav-justified > .active > a:focus,
.flotcharts .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #dddddd !important;
}
@media (min-width: 768px) {
    .flotcharts .nav-justified > li,
    .flotcharts .nav-tabs.nav-justified > li {
        display: table-cell !important;
        width: 1% !important;
    }
    .flotcharts .nav-justified > li > a,
    .flotcharts .nav-tabs.nav-justified > li > a {
        margin-bottom: 0 !important;
    }
    .flotcharts .nav-tabs-justified > li > a,
    .flotcharts .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd !important;
        border-radius: 4px 4px 0 0 !important;
    }
    .flotcharts .nav-tabs-justified > .active > a,
    .flotcharts .nav-tabs-justified > .active > a:focus,
    .flotcharts .nav-tabs-justified > .active > a:hover,
    .flotcharts .nav-tabs.nav-justified > .active > a,
    .flotcharts .nav-tabs.nav-justified > .active > a:focus,
    .flotcharts .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #ffffff !important;
    }
}
.flotcharts .tab-content > .tab-pane {
    display: none !important;
}
.flotcharts .tab-content > .active {
    display: block !important;
}
.flotcharts .navbar-collapse::after,
.flotcharts .navbar-collapse::before,
.flotcharts .navbar-header::after,
.flotcharts .navbar-header::before,
.flotcharts .navbar::after,
.flotcharts .navbar::before {
    content: " " !important;
    display: table !important;
}
.flotcharts .nav-tabs .dropdown-menu {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-top: -1px !important;
}

.flotcharts .portlet-tabs > .nav-tabs > li > a {
    border-left: inherit;
    border-radius: inherit;
    border-right: inherit;
    color: inherit;
    line-height: inherit;
    margin-left: inherit;
    margin-right: inherit;
    margin-top: inherit;
    padding-bottom: inherit;
    padding-top: inherit;
}
.flotcharts .nav-tabs > li > a,
.flotcharts .nav-pills > li > a {
    font-size: inherit;
}
.flotcharts .nav-tabs > li > a {
    border: inherit;
    border-radius: inherit;
    line-height: inherit;
    margin-right: inherit;
}
.flotcharts .nav > li > a {
    display: inherit;
    padding: inherit;
    position: inherit;
}

.flotcharts .tabs-reversed > li {
    float: right !important;
    margin-right: 0 !important;
}
.flotcharts .tabs-reversed > li > a {
    margin-right: 0 !important;
}