.meter-area {
    font-family: 'Exo 2', sans-serif;
    width: 1216px;
    margin: 0px auto 20px auto;
}

.meter-area .ha1 {
    width: 100%;
    margin: 25px auto;
    text-align: center;
}

.meter-area .ha2 {
    width: 160px;
    height: 600px;
    float: left;
}

.meter-area .meter {
    width: 698px;
    height: 598px;    
    margin-right: 25px;
    float: left;
    position: relative;
}

.meter-area .meter .meter-result {
    width: 429px;
    height: 60px;
    position: absolute;
    top: 178px;
    left: 0px;
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    color: #121212;
}

.meter-area .meter .meter-legend {
    width: 429px;
    height: 20px;
    position: absolute;
    top: 245px;
    left: 0px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #00aaff;
}

.meter-area .meter .meter-progress {
    width: 170px;
    height: 2px;
    position: absolute;
    top: 307px;
    left: 129px;   
    background: #caecfd;
}

.meter-area .meter .meter-progress .meter-progress-active {
    width: 50px;
    height: 2px;       
    background: #00aaff;
}

.meter-area .meter .meter-progress .meter-progress-info {
    width: 30px;
    height: 16px;
    background: url('../images/new/progress_dot.png') no-repeat top center;
    color: #00aaff;
    font-size: 8px;
    text-align: center;
    padding-top: 16px;
    position: absolute;
    top: -10px;
    left: -15px;
}

.meter-area .meter .meter-progress .meter-progress-info span {
    font-size: 12px;
}

.meter-area .meter .meter-status {
    width: 150px;
    height: 30px;
    position: absolute;
    top: 113px;
    left: 160px;
}

.meter-area .meter .meter-status .ping-icon {
    width: 30px;
    height: 27px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('../images/new/meter_ping.png');
    
}

.meter-area .meter .meter-status .download-icon {
    width: 30px;
    height: 27px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('../images/new/meter_download.png');
    
}

.meter-area .meter .meter-status .upload-icon {
    width: 30px;
    height: 27px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('../images/new/meter_upload.png');
    
}

.meter-area .meter .meter-status .meter-testing {
    width: 120px;
    height: 12px;
    position: absolute;
    top: 0px;
    left: 40px;
    font-size: 12px;
    line-height: 12px;
    color: #121212;
}

.meter-area .meter .meter-status .meter-test-name {
    width: 120px;
    height: 12px;
    position: absolute;
    top: 14px;
    left: 40px;
    font-size: 15px;
    line-height: 15px;
    color: #00aaff;
}

.meter-area .meter .ping-box {
    width: 105px;
    height: 112px;    
    position: absolute;
    top: 464px;
    left: 40px;
}

.meter-area .meter .download-box {
    width: 193px;
    height: 112px;    
    position: absolute;
    top: 464px;
    left: 205px;
}

.meter-area .meter .upload-box {
    width: 193px;
    height: 112px;    
    position: absolute;
    top: 464px;
    left: 470px;
}

.meter-area .meter .box-title {
    text-align: center;
    color: #121212;
    font-size: 16px;
    margin-bottom: 4px;    
}

.meter-area .meter .box-title span {
    font-size: 12px; 
    font-style: italic;
}

.meter-area .meter .box-value {
    text-align: center;
    font-size: 21px;
    color: #00aaff;
}

.meter-area .meter .box-value span {
    font-size: 27px;
    color: #121212;
}

.meter-area .meter .box-graph {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.meter-area .meter .box-graph .graph-bar {
    background: #44c0fe;
    width: 3px;
    height: 1px;
    margin: 0px 1px;
    display: inline-block;
}

.meter-area .meter .logo {
    width: 130px;
    height: 27px;
    position: absolute;
    top: 25px;
    left: 540px;
    z-index: 1000;
}

.meter-area .meter .ip-isp {
    width: 100%;    
    position: absolute;
    top: 375px;
    left: 0px;
    font-size: 14px;
    color: #00aaff;
    text-align: center;
    line-height: 25px;
}

.meter-area .meter .ip-isp span {    
    color: #121212;
}

.meter-area .meter #loading-stage {
    width: 698px;
    height: 375px;
    border: 1px solid #cccccc;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fcfcfc;
}

.meter-area .meter #loading-stage .loading-text {
    width: 100%;
    position: absolute;
    top: 180px;
    text-align: center;
    font-size: 25px;
    color: #909090;    
}

.meter-area .meter #servers-stage {
    width: 698px;
    height: 598px;
    border: 1px solid #cccccc;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 1001;
    background-color: #fcfcfc;
}

.meter-area .meter #servers-stage #servers-close {
    width: 20px;
    height: 21px;
    background: url('../images/new/close.png?nc=1') no-repeat top center;
    cursor: pointer;
    opacity: 0.9;
    position: absolute;
    top: 20px;
    right: 20px;
}

.meter-area .meter #servers-stage #servers-close:hover {
    opacity: 1;
}

.meter-area .meter #servers-stage .servers-header {
    display: block;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 100%;
    font-size: 24px;
}

.meter-area .meter #servers-stage .servers-credits {
    display: block;
    padding: 20px;
    position: absolute;
    bottom: 0px;
}

.meter-area .meter #start-stage #select-server {
    width: 100%;
    position: absolute;
    top: 285px;
    left: 0px;
    text-align: center;
    color: #41bdf4;
    opacity: 0.9;
    cursor: pointer;
}

.meter-area .meter #start-stage #select-server:hover {
    opacity: 1;
}

.meter-area .meter #start-stage #selected-server {
    display: inline-block;
    text-align: center;
    margin: 10px auto 0px auto;
    padding: 10px 20px 10px 41px;
    background: url('../images/new/server.png') no-repeat 15px 50% #41bdf4;
    color: #ffffff;
}

.meter-area .meter #saving-stage {
    width: 698px;
    height: 598px;
    border: 1px solid #cccccc;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    background-color: #fcfcfc;
}

.meter-area .meter #saving-stage .saving-text {
    width: 100%;
    position: absolute;
    top: 180px;
    text-align: center;
    font-size: 25px;
    color: #909090;
}

.meter-area .meter #error-stage {
    width: 698px;
    height: 598px;
    border: 1px solid #cccccc;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    background-color: #fcfcfc;
}

.meter-area .meter #error-stage a {
    display: inline-block;
    text-align: center;
    margin: 10px auto 0px auto;
    padding: 10px 20px 10px 20px;
    background: #54c3f5;
    color: #ffffff;
    text-decoration: none;
}

.meter-area .meter #error-stage a:hover {
    background: #41bdf4;
}

.meter-area .meter #error-stage .error-text {
    width: 100%;
    position: absolute;
    top: 180px;
    text-align: center;
    font-size: 20px;
    color: red;
}

.meter-area .meter #start-stage {
    width: 698px;
    height: 375px;
    border: 1px solid #cccccc;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    background-color: #fcfcfc;
}

.meter-area .meter .scale-inact {
    width: 429px;
    height: 396px;
    /*background: url('../images/new/scale_inact.jpg')*/
    position: absolute;
    top: 30px;
    left: 145px;
}

.meter-area .meter .scale-act {
    width: 429px;
    height: 396px;
    /*background: url('../images/new/scale_act.jpg');*/
    position: absolute;
    top: 30px;
    left: 145px;
}

.meter-area .meter .scale-draw {
    width: 429px;
    height: 396px;    
    position: absolute;
    top: 30px;
    left: 145px;
}

.meter-area .meter .scale-canvas-container {
    width: 429px;
    height: 396px;    
    position: absolute;
    top: 30px;
    left: 145px;
}

.meter-area .meter .scale-indicator {
    width: 23px;
    height: 175px;    
    position: absolute;
    top: 69px;
    left: 342px;
    background: url('../images/new/progress_dot.png') no-repeat top right;
    transform: rotate(-120deg);
    transform-origin: 50% 100%;
}

.meter-area .meter .scale-draw .scale-legend {
    width: 35px;
    height: 15px;    
    position: absolute;
    font-size: 15px;
    line-height: 15px;
    color: #121212;
    text-align: center;
}

.meter-area .meter .scale-draw .legend-thin {    
    opacity: 0.4;
}

.meter-area .meter .scale-draw .legend-thick {
    opacity: 1;
}

.meter-area .meter .scale-draw .scale-line-container {
    width: 2px;
    height: 386px;    
    position: absolute;
    top: 19px;
    left: 206px;
}

.meter-area .meter .scale-draw .scale-line-container .line-big {
    width: 2px;
    height: 17px;        
}

.meter-area .meter .scale-draw .scale-line-container .line-small {
    width: 2px;
    height: 11px;
    margin-top: 6px;
}

.meter-area .meter .scale-draw .scale-line-container .line-thick {
    background: #00aaff;
}

.meter-area .meter .scale-draw .scale-line-container .line-thin {
    background: #caecfd;
}

.meter-area .meter #start-btn {
    width: 215px;
    height: 215px;
    position: absolute;
    top: 43px;
    left: 241px;
    cursor: pointer;
    opacity: 0.7;
}

.meter-area .meter #start-btn:hover {
    opacity: 1;
}

.meter-area .meter #testing-stage {
    width: 698px;
    height: 598px;
    border: 1px solid #cccccc;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    background-color: #fcfcfc;
}

.meter-area .ba3 {
    width: 300px;
    height: 600px;
    float: left;
    margin-right: 25px;
}

.meter-area .ba3 .ha3 {
    width: 300px;
    height: 250px;
    margin-bottom: 18px;
}

.meter-area .ba3 .hw1 {
    width: 300px;
    height: 64px;
    margin-bottom: 18px;
}

.meter-area .ba3 .ha4 {
    width: 300px;
    height: 250px;
}

.meter-area .clear {
    clear: both;
}

.meter-area .meter-news {
    width: 698px;
    height: 208px;
    position: absolute;
    top: 392px;
    left: 0px;
}

.meter-area .meter-news a {
    text-decoration: none;
}

.meter-area .meter-news h2 {
    margin: 0px 0px 16px 0px;
    padding: 0px;
    height: 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #424953;
    font-family: Arial;
}

.meter-area .meter-news h2 b {
    color: #dc5939;
}

.meter-area .meter-news .meter-news-box {
    width: 220px;
    height: 170px;
    float: left;
    text-align: center;
    font-size: 16px;
    opacity: 0.9;
    cursor: pointer;
    color: #121212;
}

.meter-area .meter-news .meter-news-box:hover {
    opacity: 1;
}

.meter-area .meter-news .meter-news-box img {
    width: 220px; 
    height: 104px;
    margin-bottom: 13px;
}

.meter-area .meter-news .mr {
    margin-right: 19px;
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }


.servers-scrollbar {
    width: 653px;
    position: absolute;
    top: 94px;
    padding: 0px 20px;
}

.servers-scrollbar .inner-content {
    border: 1px solid #CCC;
    max-height: 170px;
    width: 600px;
}

.servers-scrollbar > div {
    max-height: 380px;
    overflow: auto;
}
.content .servers-scrollbar .permanent {
    min-width: 800px;
}

.controls {
    padding: 0 0 10px;
}
.controls span {
    cursor: pointer; padding: 2px 8px;
}
.controls span.active {
    background: #4698CE;
    color: #fff;
    cursor: default;
}

.server-entry {
    width: 600px;
    background-color: #eeeded;
    padding: 15px 15px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
}

.server-entry:hover {
    background-color: #c7e6f3;
}

.server-entry.selected {
    background-color: #4698CE;
    color: #ffffff;
}

.server-entry .city {
    display: inline-block;
    float: left;
}

.server-entry .name {
    display: inline-block;
    float: right;
}

.meter-area #servers-stage .server-remember {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 55px;
}

.meter-area #servers-stage .server-remember input {
    position: relative;
    top: 2px;
    cursor: pointer;
}

.meter-area #servers-stage .server-remember label {
    cursor: pointer;
}