html {
    margin: 0px 0 0 0;
}
#dnn_ContentPane{
	padding-left: 0;
	padding-right: 0;
}
/*
#ProjectTabWrapper .tab-pane{
	height: 408px !important;
}*/
.highcharts-title {
    display: none;
}
.avModuleTitle {
    position: relative;
    padding-right: 45px;
}
.avModuleTitle {
    background: #016B9E;
    font-weight: bold;
    color: #fff !important;
    padding: 15px 10px;
    font-size: 1.2rem !important;
    line-height: 1rem;
    border-bottom: 1px solid #016B9E;
	text-align: right;
    padding-left: 190px;
}
.avModuleTitle * {
    color: #fff !important;
}
.avModuleTitle:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 8px;
    width: 180px;
    height: 18px;
    background-image: url(/Portals/0/ANAPTIKSI_logo.png);
    background-color: #fff;
    background-size: 185px auto;
    padding: 5px;
    background-repeat: no-repeat;
    background-position: 2px 3px;
}