.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.select-date {
    float: right;
    margin-bottom: 40px;
    width: 335px;
}

.select-date select {
    height: 40px;
    font-size: 16px;
    background-color: rgba(255,255,255,0.5);
    font-weight: bold;
    border: 3px solid white;
    width: 170px;
    color: #333;
    display: inline-block;
}

.select-date h2 {
    float: left;
}

.chart-container {
    margin-bottom: 55px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.chart-title {
    margin-bottom: 15px;
}

.chart-full-width .chart-body {
    width: 100%;
    height: 400px;
}

.chart-half-width {
    width: 40%;
}

.chart-half-width .chart-body{
    width: 100%;
    height: 350px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.no-data, .loading-data {
    padding-top: 100px;
    text-align: center;
    color: rgba(245, 245, 245, 0.25) !important;
}

.no-data h1, .loading-data h1 {
    color: rgba(245, 245, 245, 0.25) !important;
    font-size: 2.5em !important;
}

.no-data p {
    text-align: center !important;
}

.info-button {
    outline: none;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 300px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    -webkit-bg-clip: padding-box;
    -moz-bg-clip: padding;
}

.popover.top {
    margin-top: -20px;
}

.popover.right {
    margin-left: 20px;
}

.popover.bottom {
    margin-top: 20px;
}

.popover.left {
    margin-left: -20px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-bottom-width: 0;
    content: " ";
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #ffffff;
    border-left-width: 0;
    content: " ";
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0;
    content: " ";
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #ffffff;
    border-right-width: 0;
    content: " ";
}
