        body {
            background: #000;
        }
        
        html, body, button, select {
            color: #FFF;	
        }
        
        .row-color {
            background: #414141;
        }
        
        .menu-table {
            background: #414141;		
        }

        :-webkit-full-screen #canvasPan {

        }
        
        :-webkit-full-screen  {
            background: #414141;
        }



        .lbCentralFreq {
            color: #B4B4B4; 
        }

        .lbCentralFreq:hover {
            color: #FFF;
        }

        .littleDigit {

        }

        .centralFreqPoint {
            color: #B4B4B4; 
        }
        
        button {
            color: #ebebeb;
			background-color: #323232;
        }

        button:hover {
		background-color: #848383;
        }

        button.select {
            background-color: #1c9852;
        }

        button.selectTx {
            background-image: none;
            background-color: rgb(255, 40, 40);
        }



        button.btFilterSize {

        }
        
        table {

        }
        select {
            color: rgb(255, 255, 255);
            background-color: rgb(50, 50, 50);
            border: 1px solid rgb(0, 0, 0);
        }

        select:hover {
			background-color: #848383;
        }  
        
        .main-table {

        }
        
        .one-third-td {

        }
        
        article {

        }
        
        .height-tr {

        }
        
        .slider-td {

        }
        
        .logo-table {

        }
        
        .logo-font {
            color:gray;
        }
        
        .align-c {

        }
        
        .align-r {

        }
        
        .align-l {

        }
            
        .section-control {
            background-color: #000;
            background: #000;
        }
        
        .section-dashboard {
            background-color: black;
        }
        
        .section-option {

        }
        
        .button-fullscreen {

        }
            
        #canvasPan {
            background-color: black;
        }
        
        #canvasSMeter {

        }

        .btn-volume {
            width: 9mm;
            height: 7mm;
            -webkit-mask: url(/resources//VON.svg) no-repeat 50% 50%;
            mask: url(/resources/VON.svg#masking);
            padding-left: 2px;
            margin-left: 10px;
        }
        
        .btn-mute {
            width: 9mm;
            height: 7mm;
            -webkit-mask: url(/resources/VOFF.svg) no-repeat 50% 50%;
            mask: url(/resources/VOFF.svg#masking);
            margin-left: 10px;

        }
        
        .btn-fullscreen {
            width: 7mm;
            height: 7mm;
            margin-right: 1.5mm;
            -webkit-mask: url(../resources/FSON.svg) no-repeat 50% 50%;
            mask: url(../resources/FSON.svg#masking);
        }
    
        .btn-notfullscreen {
            width: 7mm;
            height: 7mm;
            margin-right: 1.5mm;
            -webkit-mask: url(../resources/FSOFF.svg) no-repeat 50% 50%;
            mask: url(../resources/FSOFF.svg#masking);
        }

        .btn-svg { 
            background-image: none;
            background-color: #c1c1c1; 
            border: none;
            padding: 0;
        }
        
        .btn-svg:hover { 
            background-image: none;
            background-color: #FFF; 
            border: none;
            padding: 0;
        }
        
   