body {
    background-color: rgba(255, 255, 255, 1);
    background-attachment: fixed;
    background-size: cover;
/*    font-family: 'Arsenal', sans-serif, Arial;*/
    font-family: "Roboto Condensed",Helvetica,"Lucida Grande",Verdana,Arial;
    font-size: 12px;
    color: #000;
    padding: 1;
    margin: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
        -moz-transition: .7s ease-in-out;
    -webkit-transition: .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: .7s ease-in-out;
}


@font-face {
  font-family:'a_lcdnova';
  font-style: normal;
  font-weight: 400;
    src:  url('../assets/fonts/a_lcdnova.ttf') format("ttf")
}

@font-face {
  font-family:'a_lcdnovaobl';
  font-style: normal;
  font-weight: 400;
    src:   url('../assets/fonts/a_lcdnovaobl.ttf') format("ttf")
}

@font-face{
 font-family:'digital-font';
     src: url('../assets/fonts/DS-DIGII.TTF');
}

@font-face {
  font-family:'Digital';
  font-style: normal;
  font-weight: 400;
      src: url('../assets/fonts/Digital-7Italic.TTF') format("ttf")
}

.font-digital {
    font-family: 'digital-font', arial
}

/* Others resolution */

#wrapper {
    margin: 5px auto;
    padding: 2px;
    align-content: center;
    border: 1px solid rgba(23, 23, 23, 0.2);
    border-radius: 4px;
    background-color: rgba(229, 229, 229, 0.35);
    -moz-transition: .7s ease-in-out;
    -webkit-transition: .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: .7s ease-in-out;
}

#wrapper .container {
    display: block;
    min-width: 100%;
    margin: auto;
    padding: 2px 2px 2px 2px;
    -moz-transition: .7s ease-in-out;
    -webkit-transition: .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: .7s ease-in-out;
}



@media (max-width: 767px) {
  #wrapper {
    width: 1070px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #wrapper {
    width: 1070px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #wrapper {
    width: 1070px !important;
  }
}
@media (min-width: 1200px) {
  #wrapper {
    width: 1070px !important;
  }
}
@media (max-width: 2560px) {
  #wrapper {
    width: 1080px !important;
  }
  #wrapper .container {
    max-width: 100%;
  }
}


input[class="radios"] {
  display: none;
}
input[class="radios"] +label {
  position: relative;
  cursor: pointer;
  user-select: none;
  left: -15px;
  margin-right: 28px;
  margin-left: 15px;
}
input[class="radios"] +label::before {
  transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dedede;
  border: 1px solid #6b6b63;
  font-size: 0;
  position: absolute;
  bottom: 50%;
  margin: 0 -14px;
  transform: translate(-50%,50%);
}
input[class="radios"] +label::after {
  transition: all 300ms cubic-bezier(0.4,0.25,0.3,1);
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #89dfd200;
  position: absolute;
  bottom: 50%;
  left: -14px;
  transform: translate(-50%,50%);
}
input[class="radios"]:checked + label::before {
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 2px solid #89dfd2;
  margin: 0px -14px;
}
input[class="radios"]:checked + label::after {
  background-color: #89dfd2;
}

.range{display:table;
    position:relative;
/*    height:120px;*/
    width:120px; /* длинна полоски */
    background-color:#f5f5f5;
    border-radius:0 4px 4px 0;
    border:1px solid rgba(32,32,32,.2);
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1);cursor:pointer
}

.range input[type=range]{
    -webkit-appearance:none!important;
    -moz-appearance:none!important;
    -ms-appearance:none!important;
    -o-appearance:none!important;
    appearance:none!important;
    display:table-cell;
    width:100%;
    background-color:transparent;
    height:19px;cursor:pointer;outline:0
}

.range input[type=range]::-webkit-slider-thumb{
    -webkit-appearance:none!important;
    -moz-appearance:none!important;
    -ms-appearance:none!important;
    -o-appearance:none!important;
    appearance:none!important;
    width:11px;
    height:20px;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    border-radius:0;
    background-color:#999
}

.range input[type=range]::-moz-slider-thumb{
    -webkit-appearance:none!important;
    -moz-appearance:none!important;
    -ms-appearance:none!important;
    -o-appearance:none!important;
    appearance:none!important;
    width:11px;
    height:20px;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    border-radius:0;
    background-color:#999
}

.range output{
    display:table-cell;
    padding:3px 5px 2px;
    min-width:40px;
    color:#fff;
    background-color:#999;
    text-align:center;
    text-decoration:none;
    border-radius:0 4px 4px 0;
    width:1%;white-space:nowrap;
    vertical-align:middle;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    -ms-transition:all .5s ease;
    transition:.5s;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:-moz-none;
    -o-user-select:none;
    user-select:none
}

.range.range-primary input[type=range]::-webkit-slider-thumb{background-color:#428bca}
.range.range-primary input[type=range]::-moz-slider-thumb{background-color:#428bca}
.range.range-primary output{background-color:#428bca}
.range.range-primary input[type=range]{outline-color:#428bca}
.range.range-success input[type=range]::-webkit-slider-thumb{background-color:#5cb85c}
.range.range-success input[type=range]::-moz-slider-thumb{background-color:#5cb85c}
.range.range-success output{background-color:#5cb85c}
.range.range-success input[type=range]{outline-color:#5cb85c}
.range.range-info input[type=range]::-webkit-slider-thumb{background-color:#5bc0de}
.range.range-info input[type=range]::-moz-slider-thumb{background-color:#5bc0de}
.range.range-info output{background-color:#5bc0de}
.range.range-info input[type=range]{outline-color:#5bc0de}
.range.range-warning input[type=range]::-webkit-slider-thumb{background-color:#f0ad4e}
.range.range-warning input[type=range]::-moz-slider-thumb{background-color:#f0ad4e}
.range.range-warning output{background-color:#f0ad4e}
.range.range-warning input[type=range]{outline-color:#f0ad4e}
.range.range-danger input[type=range]::-webkit-slider-thumb{background-color:#d9534f}
.range.range-danger input[type=range]::-moz-slider-thumb{background-color:#d9534f}
.range.range-danger output{background-color:#d9534f}
.range.range-danger input[type=range]{outline-color:#d9534f}


/* Borders etc ... */

.wf-bg{
    background-color:#555;
    border-radius:3px 3px 0 0
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    
}

.vl {
  position: absolute;
  width:100%; 
  height:1024px; 
  bottom:-20px; 
  z-index: 2; 
background-image: linear-gradient(to right, rgb(255, 255, 0) -20%, rgba(255, 255, 154, 0.2) 5%, rgba(255, 255, 154, 0.2) 95%, rgb(255, 255, 0) 120%);
}

.ramka1 {
  background: #FFFFFF;
  float: left;
  width: auto;
  color: #616161;
  margin: 3px;
  border-radius: 3px;
  border: 1px solid rgba(214, 214, 214, 1);
  padding: 5px
}
.ramka2 {
  background: #FFFFFF;
  float: left;
  width: auto;
  color: #616161;
  margin: 0px;
  margin: 0px;
  border-radius: 3px;
  border: 1px solid rgba(214, 214, 214, 1);
  padding: 0px
}

.box {
background: black;
  border: 1px solid #E1E1E1;
  border-bottom: 1px solid #979797;
  padding: 0px 0px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}


.sm-body {
    margin: 1px;
    padding: 1px;
    height: 110px;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    border: 2px solid #9e9883;
    border-radius: 4px;
    overflow: hidden;
}

.freq-box {
    margin: 1px;
    padding: 1px;
    height: 110px;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    border: 2px solid #9e9883;
    border-radius: 4px;
    overflow: hidden;
}

.freq-box-digit {
  font-family: 'digital-font';
/*  font-size: 50px;*/
/*  margin-top: 1px;*/
  padding: 2px;
  height: 42px;
  width: 215px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 1px;
    -moz-transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:.3s ease-in-out;
}

.freq-box-color-y {
  color: rgba(255, 201, 14, 0.95);
}


.ctl { 
  background: transparent; 
  float: left; 
  width: auto;
  margin:2px; 
  border:2px; 
  padding:2px
}

.border0 {
    padding: 3px !important;
    width: auto !important;
    border-radius: 4px !important;
    border: 1px solid #ddd !important;
}
.border1 {
    margin: 2px;
    padding: 7px;
    float: left;
    width: auto;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.border2 {
    margin: 2px 0;
    padding: 6px;
    /*border-radius: 3px;
    border: 1px solid  rgba(32, 77, 116, 0.3);*/
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.border3 {
    margin: 0 15px;
    padding: 7px;
    width: auto;
    /*border-radius: 3px;
    border: 1px solid rgba(102, 68, 119, 0.3);*/
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.border4 {
    margin: 0;
    padding: 0;
    width: auto;
    border: 4px solid #f1f4f6;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.border5 {
    margin: 8px;
    padding: 4px;
    width: auto;
    border: 1px solid rgba(255, 255, 255, 0.37);
    border-radius: 8px;
}
.border6 {
    margin: 0;
    padding: 0;
    width: auto;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.border7 {
    margin: 0;
    padding: 3px;
    width: auto;
    color: #ccc;
    vertical-align: middle;
    border: 1px solid #999999;
    border-radius: 8px;
}
.border8 {
    padding: 14px;
    width: auto;
    /*background-color: #fafbfc;*/
    border: 4px solid #f1f4f6;
    border-radius: 12px;
}
.border9 {
    padding: 14px;
    width: auto;
    background-color: rgba(255,255,255,.05);
    border: 4px solid rgba(255,255,255,.05);
    border-radius: 12px;
}
.border10 {
    padding: 14px;
    width: auto;
    background-color: transparent;
    border: 1px solid #f1f4f6;
    border-radius: 12px;
}
.border11 {
    padding: 14px;
    width: auto;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 12px;
}

/*
.border-top {
    margin: 0;
    padding: 0;
    width: auto;
    border-radius: 4px 4px 0 0;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.border-bottom {
    margin: 0;
    padding: 4px;
    width: auto;
    border-radius: 0 0 4px 4px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.border-black {
    padding: 14px;
    width: auto;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 12px;
}
*/

/*
.content, .content1, .content2,
.content3, .content4, .content5 {
  margin-top: 75px;
  margin-bottom: 2px;
  position: absolute;
  z-index: 200;
  margin-left: -3px;
  padding: 14px 14px;
  border-radius: 4px;
  color: #000;
  background: #F6F6F6;
  border: 1px solid #E1E1E1;
  border-bottom: 1px solid #979797;
  padding: 2px 2px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
*/


/*
.content6 {
  margin-top: 40px;
  margin-bottom: 2px;
  position: absolute;
  z-index: 200;
  margin-left: -50px;
  padding: 14px 14px;
  border-radius: 4px;
  color: #000;
  background: #F6F6F6;
  border: 1px solid #E1E1E1;
  border-bottom: 1px solid #979797;
  padding: 2px 2px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
*/


/* Buttons */

    /* Username + Freq Button  Rand + Groesse   */
    .userfreqbtn {
      background-color: rgba(41, 41, 41, 1.0);
      border: 1px;
      border-radius: 5px;
      border: solid 1px;
      font-size: 10px;
    }

    .userfreqbtn:hover {
      background-color: rgba(238, 154, 73, 0.5);
      color: white
    }

.btn-wf {
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #DDD;
  border-radius: 3px;
  text-shadow: 0 1px 1px white;
  -webkit-box-shadow: 0 1px 1px #fff;
  -moz-box-shadow:    0 1px 1px #fff;
  box-shadow:         0 1px 1px #fff;
  color: #000000;
  background: transparent;
  width: auto;
}
.btn-wf:hover, .btn-wf:focus {
  border-color: #999;
  background: -webkit-linear-gradient(top, white, #E0E0E0);
  background:    -moz-linear-gradient(top, white, #E0E0E0);
  background:     -ms-linear-gradient(top, white, #E0E0E0);
  background:      -o-linear-gradient(top, white, #E0E0E0);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
  -moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
  box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
}
.btn-wf:hover:after {
  border-top-color: black;
}

.btn-wf-active {
  border: 1px solid #AAA;
  border-bottom-color: #CCC;
  border-top-color: #999;
  -webkit-box-shadow: inset 0 1px 2px #aaa;
  -moz-box-shadow:    inset 0 1px 2px #aaa;
  box-shadow:         inset 0 1px 2px #aaa;
  background: -webkit-linear-gradient(top, #E6E6E6, gainsboro);
  background:    -moz-linear-gradient(top, #E6E6E6, gainsboro);
  background:     -ms-linear-gradient(top, #E6E6E6, gainsboro);
  background:      -o-linear-gradient(top, #E6E6E6, gainsboro);
}
.btn-mods {
    margin: 1px;
    padding: 4px 4px;
    /*    margin-bottom: 0;*/
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    /*    text-shadow: 0 -1px rgb(46,53,58);*/
    line-height: 1.43;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    width: auto;
    outline: none;
    background: rgb(81, 92, 102) linear-gradient(rgb(81, 92, 102), rgb(69, 78, 87));
    color: rgb(205, 216, 228);
    border-radius: 4px;
    border: 1px solid rgba(33, 43, 52, 1);
    box-shadow:
    inset 0 2px rgba(101, 114, 126, 1),
    inset 0 0 1px rgba(140, 150, 170, .8),
    0 1px rgb(83, 94, 104),
    0 0 1px rgb(86, 96, 106);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: .2s ease-in-out
}

.btn-mods.active,
.btn-mods:hover,
.btn-mods:active,
.btn-mods:focus:not(:active) {
    font-weight: bold;
    text-shadow: 0 -1px rgb(46, 53, 58);
    background-color: rgb(53, 61, 71);
    color: rgba(255, 201, 14, 0.95);
    /*    border-color: rgb(53,61,71);*/
    background-image: none;
    box-shadow:
    inset 1px 0 5px 3px rgba(0, 10, 20, .5),
    0 1px rgb(83, 94, 104),
    0 0 1px rgb(86, 96, 106);
}

.btn-mods:hover {
    background-color: rgb(81, 92, 102);
    color: rgba(255, 201, 14, 0.95);
    /*    border-radius: 3px;*/
    border-color: rgb(53, 61, 71);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: .2s ease-in-out
}

/*
.btn-mods {
    padding: 4px 3px;
    margin-bottom: 0;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.43;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    width: auto;
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 201, 14, 0.95);
    border-radius: 4px;
    border-color: #fff;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: .1s ease-in-out
}

.btn-mods.active,
.btn-mods:active,
.btn-mods:focus {
    background-color: rgba(255, 201, 14, 0.95);
    color: rgba(0, 0, 0, 1);
    border-color: #fff;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-mods:hover,
.open .dropdown-toggle.btn-mods {
    background-color: rgba(255, 201, 14, 0.9);
    color: rgba(0, 0, 0, 1);
    border-radius: 3px;
    border-color: rgba(255, 255, 255, .3);
    -webkit-transition: ease-in-out;
    -moz-transition: ease-in-out;
    -ms-transition: all 0s ease-in-out;
    transition: ease-in-out
}
*/

/*
.btn-mods.active,
.btn-mods:active,
.open .dropdown-toggle.btn-mods {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
*/

/*.btn-mods.disabled,
.btn-mods.disabled.active,
.btn-mods.disabled:active,
.btn-mods.disabled:focus,
.btn-mods.disabled:hover,
.btn-mods[disabled],
.btn-mods[disabled].active,
.btn-mods[disabled]:active,
.btn-mods[disabled]:focus,
.btn-mods[disabled]:hover,
fieldset[disabled] .btn-mods,
fieldset[disabled] .btn-mods.active,
fieldset[disabled] .btn-mods:active,
fieldset[disabled] .btn-mods:focus,
fieldset[disabled] .btn-mods:hover {
    background-color: #000;
    border-color: #000
}*/

/*.btn-mods .badge {
    color: #000;
    background-color: #fff
}*/

.btn-hide-lable {
  display: inline-block;
  padding: 1px 1px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #DDD;
  border-radius: 3px;
  text-shadow: 0 1px 1px white;
  -webkit-box-shadow: 0 1px 1px #fff;
  -moz-box-shadow:    0 1px 1px #fff;
  box-shadow:         0 1px 1px #fff;
  color: #000000;
  background: transparent;
  width: auto;
}
.btn-hide-lable:hover, .btn-hide-lable:focus {
  border-color: #999;
  background: -webkit-linear-gradient(top, white, #E0E0E0);
  background:    -moz-linear-gradient(top, white, #E0E0E0);
  background:     -ms-linear-gradient(top, white, #E0E0E0);
  background:      -o-linear-gradient(top, white, #E0E0E0);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
  -moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
  box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
}
.btn-hide-lable :hover:after {
  border-top-color: black;
}


.btn-volume {
  display: inline-block;
  padding: 1px 1px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #DDD;
  border-radius: 3px;
  text-shadow: 0 1px 1px white;
  -webkit-box-shadow: 0 1px 1px #fff;
  -moz-box-shadow:    0 1px 1px #fff;
  box-shadow:         0 1px 1px #fff;
  color: #000000;
  background: transparent;
  width: auto;
}

.btn-sql {
  display: inline-block;
  padding: 1px 1px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #DDD;
  border-radius: 3px;
  text-shadow: 0 1px 1px white;
  -webkit-box-shadow: 0 1px 1px #fff;
  -moz-box-shadow:    0 1px 1px #fff;
  box-shadow:         0 1px 1px #fff;
  color: #000000;
  background: transparent;
  width: auto;
}
/*
.btn-sql{
    font-size: 11px;
    font-weight:400;
    background-color:#ddd;
    color:rgba(0,0,0,.6);
    border-radius:3px;
    border-color:rgba(0,0,0,.25);

    transition:.1s ease-in-out;
    -webkit-transition:.1s ease-in-out;
    -moz-transition:.1s ease-in-out;
    -ms-transition:all .1s ease-in-out;
    
}
*/

.btn-sql.active,.btn-sql:active,.btn-sql:focus{
    background-color:#484848;
    color:whitesmoke;
    border-color: lightseagreen;
}

.btn-sql:hover,.open .dropdown-toggle.btn-sql{
    background-color:rgba(2,2,2,.7);
    color:rgba(255,255,255,.7);
    border-radius:3px;
    border-color:rgba(255,255,255,.3);
    transition:ease-in-out
    -webkit-transition:ease-in-out;
    -moz-transition:ease-in-out;
    -ms-transition:all 0s ease-in-out;

}
.btn-sql.active,.btn-sql:active,.open .dropdown-toggle.btn-sql{
    background-image:none;
        outline:0;
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);

}

.btn-re-right{
    background-color: #ddd;
    border-color: #999;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    transition:.5s ease-in-out
}

.btn-re-right:focus,.btn-re-right:hover,.open .dropdown-toggle.btn-re-right{
    border-radius:3px;
    border-color: orangered;
    color:orangered;
    -webkit-transition:ease-in-out;
    -moz-transition:ease-in-out;
    -ms-transition:all 0s ease-in-out;
    transition:ease-in-out
}

.btn-re-right.active,.btn-re-right:active,.open .dropdown-toggle.btn-re-right{
    color: orangered;
    -webkit-transition:ease-in-out;
    -moz-transition:ease-in-out;
    -ms-transition:all 0s ease-in-out;
    transition:ease-in-out
}

.btn-group-xs>.btn,.btn-xs{
    border-radius:4px;
    font-size:12px;
    padding:1px 5px;
    }
.btn-group-justified{
    border-collapse:separate;
    table-layout:fixed;
    width:100%;
    display:table;
    
    }
.btn-group-justified .btn,.btn-group-justified .btn-group{
    float:none;
    width:1%;
    display:table-cell;
    }
.btn-group-justified .btn,.btn-group-justified .btn-group {left:auto; width:100%;}

.btn-set{
    font-size: 11px;
    font-weight:400;
    background-color:#ddd;
    color:rgba(0,0,0,.6);
    border-radius:3px;
    border-color:rgba(0,0,0,.25);

    transition:.1s ease-in-out;
    -webkit-transition:.1s ease-in-out;
    -moz-transition:.1s ease-in-out;
    -ms-transition:all .1s ease-in-out;
    
}

.btn-set.active,.btn-set:active,.btn-set:focus{
    background-color:#484848;
    color:whitesmoke;
    border-color: lightseagreen;
}

.btn-set:hover,.open .dropdown-toggle.btn-set{
    background-color:rgba(2,2,2,.7);
    color:rgba(255,255,255,.7);
    border-radius:3px;
    border-color:rgba(255,255,255,.3);
    transition:ease-in-out
    -webkit-transition:ease-in-out;
    -moz-transition:ease-in-out;
    -ms-transition:all 0s ease-in-out;

}
.btn-set.active,.btn-set:active,.open .dropdown-toggle.btn-set{
    background-image:none;
        outline:0;
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);

}

.btn-step {
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #DDD;
  border-radius: 3px;
  text-shadow: 0 1px 1px white;
  -webkit-box-shadow: 0 1px 1px #fff;
  -moz-box-shadow:    0 1px 1px #fff;
  box-shadow:         0 1px 1px #fff;
  color: #000000;
  background: transparent;
  width: auto;
}
.btn-step.hover, btn-step:active, btn-step.active ,.btn-step:focus {
  border-color: #999;
  background: -webkit-linear-gradient(top, white, #E0E0E0);
  background:    -moz-linear-gradient(top, white, #E0E0E0);
  background:     -ms-linear-gradient(top, white, #E0E0E0);
  background:      -o-linear-gradient(top, white, #E0E0E0);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
  -moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
  box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
}
.btn-step:hover:after {
  border-top-color: black;
}


.sat-link {
    color: inherit;
    font-weight: inherit;
    cursor: pointer;
    text-decoration: underline
}

.sat-link:hover {
    color: inherit;
    font-weight: inherit;
    text-decoration: none
}

.checkbox,
.radio {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both
}

/*
.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em
}
*/

/*
.radio .cr {
    border-radius: 50%
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%
}
*/

/*
.radio .cr .cr-icon {
    margin-left: .04em
}

.checkbox label input[type=checkbox],
.radio label input[type=radio] {
    display: none
}

.checkbox label input[type=checkbox] + .cr > .cr-icon,
.radio label input[type=radio] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: .3s ease-in
}

.checkbox label input[type=checkbox]:checked + .cr,
.radio label input[type=radio]:checked + .cr {
    color: #777;
    background: #ffc90e
}

.checkbox label input[type=checkbox]:checked + .cr > .cr-icon,
.radio label input[type=radio]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0);
    opacity: 1
}

.checkbox label input[type=checkbox]:disabled + .cr,
.radio label input[type=radio]:disabled + .cr {
    opacity: .5
}
*/


.form-group-wf input[type=radio] + .btn-group > label {
    margin-bottom: 0
}

.form-group input[type=checkbox],
.form-group input[type=radio],
.form-group-band input[type=radio],
.form-group-opt input[type=checkbox],
.form-group-wf input[type=radio] {
    display: none
}

.form-group input[type=radio] + .btn-group > label span,
.form-group-wf input[type=radio] + .btn-group > label span {
    width: 12px
}

.form-group input[type=checkbox] + .btn-group > label span,
.form-group-opt input[type=checkbox] + .btn-group > label span {
    width: 12px
}

.form-group input[type=checkbox] + .btn-group > label span:first-child,
.form-group input[type=radio] + .btn-group > label span:first-child,
.form-group-band input[type=radio] + .btn-group > label span:first-child,
.form-group-opt input[type=checkbox] + .btn-group > label span:first-child,
.form-group-wf input[type=radio] + .btn-group > label span:first-child {
    display: none
}

.form-group input[type=checkbox] + .btn-group > label span:last-child,
.form-group input[type=checkbox]:checked + .btn-group > label span:first-child,
.form-group input[type=radio] + .btn-group > label span:last-child,
.form-group input[type=radio]:checked + .btn-group > label span:first-child,
.form-group-band input[type=radio] + .btn-group > label span:last-child,
.form-group-band input[type=radio]:checked + .btn-group > label span:first-child,
.form-group-opt input[type=checkbox] + .btn-group > label span:last-child,
.form-group-opt input[type=checkbox]:checked + .btn-group > label span:first-child,
.form-group-wf input[type=radio] + .btn-group > label span:last-child,
.form-group-wf input[type=radio]:checked + .btn-group > label span:first-child {
    display: inline-block
}

.form-group input[type=checkbox]:checked + .btn-group > label span:last-child,
.form-group input[type=radio]:checked + .btn-group > label span:last-child,
.form-group-band input[type=radio]:checked + .btn-group > label span:last-child,
.form-group-opt input[type=checkbox]:checked + .btn-group > label span:last-child,
.form-group-wf input[type=radio]:checked + .btn-group > label span:last-child {
    display: none
}


/* navbar style */
.navbar { background-color: #484848; }
.navbar .navbar-nav .nav-link { color: #fff; }
.navbar .navbar-nav .nav-link:hover { color: #fbc531; }
.navbar .navbar-nav .active > .nav-link { color: #fbc531; }

/* re-writer style */
.card {
  margin-bottom: 2px;
  border-radius: 4px;
}

.card-header:first-child {
  border-radius: 4px 4px 4px 4px;
}

.card-header {
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 3px solid #d8dbe0; 
}

.bg-white {
    background-color: #FFFFFF !important;
}
.bg-black {
    background-color: #000000 !important;
}
.bg-brown {
    background-color: #800000 !important;
}
.bg-navy {
    background-color: #003366 !important;
}
.bg-grey {
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%) !important;
}
.bg-transparent {
    background-color: transparent !important;
}

.bg-dark {
  background-color: #212529 !important;
}

/* deff css */

.clear { clear: both}
//.others { font-size: 60%; font-family: sans-serif}
.memories { font-size: 80%; font-family: sans-serif}
.scale{position:relative;}
.scaleabs{position:absolute;}
.hideblind { display:inline; }
.showblind { display:none; }
.showblinding { display:inline-block; float:left; margin-top: 10px; }
.statinfo0 {padding: 1px 2px 1px 2px;font-weight: normal;font-size:11px;background-color: rgba(96,103,139,.95);color: rgba(230, 205, 60, 1);color: rgba(240, 240, 240, 0.70);border: 1px solid #ffc080;border-radius: 4px;white-space: nowrap;position: relative;cursor: pointer;float: left;}
.statinfo0:hover {color: rgba(255, 255, 255, 1);background-color: rgb(50, 52, 77);}
.statinfo1 { float:left; position:relative; border-left-width:0px;border-right-width:2px;border-top-width:0px;border-bottom-width:2px;border-style:solid;border-color:black; }
.statinfo1:hover { z-index:98; }
.statinfo2 { overflow:hidden; border-width:0px; border-left-width:2px; border-style:solid; border-color:black;position:absolute; }
.statinfo2:hover { overflow:visible; }
.statinfol { background-color:#ffc080; }
.statinfo0l { float:left; white-space:nowrap; position:relative; border-width:1px;border-style:solid;border-color:#80ffc0; background-color:#40cc80;color:black;font-size:11px; }
.statinfo1l { float:left; position:relative; border-left-width:0px;border-right-width:2px;border-top-width:0px;border-bottom-width:2px;border-style:solid;border-color:black; }
.statinfo1l:hover { z-index:98; }
.statinfo2l { overflow:hidden; border-width:0px; border-left-width:2px; border-style:solid; border-color:black;position:absolute; }
.statinfo2l:hover { overflow:visible; }
.statinfoll { background-color:#80ffc0; }
/*   rgba(50, 52, 77, 0.85)
input:not(:checked) + .keylist { display: none; }
input:checked + .keylist { display: block; }
*/
.warning {
    font-size: 14px;
    font-family: font-family: "Roboto Condensed", Helvetica, "Lucida Grande", Verdana, Arial;
    color: white;
    border: 1px;
    border-style: 1px solid;
    border-color: red;
    background-color: red;
    margin: 8px;
    padding: 4px;
    display: none; /* none*/
}
.fullcenter {margin: auto; padding: 6.8% 6%; text-align: center;}
.waterfall {color: #777 !important;font-size: 2.065rem !important;}
#yellowbarr {background-color:yellow; top:1px; height:1px}
#yellowbara:hover #yellowbarr {top:2px; height:2px}


  .users-bg {
	margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
	margin-block-end: 2px;
    /*font-size: 12px;*/
    color: white;
	padding: 0px;
	padding-block-start: 2px;
    width: 1024px;
    height: 100%;
    background-color: #000;
    /*box-shadow: 2px 2px 2px 1px rgba(0,0,0,.39);*/
      border: 2px solid #9e9883;
    border-radius: 5px;
    overflow: hidden;  
	}


.text-footer {color: #444;font-size: 10px;}
.text-footer a {color: #0066ff;}


  label.volumedb {
    font-family: monospace;
    vertical-align: middle;
    cursor: pointer;
  }

.sp-digits_info{
margin:-1px;
padding:1px 0;
text-align:center;
display:inline-table;
width:25px;
height:22px;
table-layout:fixed;
border-collapse:separate
-moz-transition:.3s ease-in-out;
-webkit-transition:.3s ease-in-out;
-ms-transition:all .3s ease-in-out;
transition:.3s ease-in-out;
}

.digit-off{
    color:rgba(255,255,255,.3)
}
/*.digit_off{color:rgba(255,255,255,.3)}*/
/*.digit_on{color:#8fffad!important}*/


.sdr-digits {
    font-size:9px;
    height:16px;
    margin:0;
    padding: 1px 2px 1px 2px; 
    border: 1px solid rgba(255,255,255,.3); /*  rgba(255, 201, 14, 1)*/
    border-radius: 2px 2px 2px 2px;
    color: rgba(0, 0, 0, 255);/* rgba(255, 201, 14, 1)*/
/*    background-color: rgba(255, 201, 14, 1);*/
    background-image:none;
    display:inline-block;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -moz-transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:.3s ease-in-out;
}

.sdr-digits-border {
    font-size:9px;
    height:16px;
    margin:0;
    padding: 1px 2px 1px 2px;
    border: 1px solid rgba(255, 201, 14, 1) ; /*  rgba(255,255,255,.3)*/
    border-radius: 2px 2px 2px 2px; 
    color: rgba(255, 201, 14, 1);/*rgba(0, 0, 0, 255)*/
    background-image:none;
    display:inline-block;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -moz-transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:.3s ease-in-out;
}

.sdr-modes {
    font-size:9px;
    height:16px;
    margin:0;
    border: 1px solid rgba(255, 201, 14, 1) ; /*  rgba(255,255,255,.3)*/
    padding: 1px 2px 1px 2px; 
    color:rgba(255, 201, 14, 1) ;/*rgba (0, 0, 0, 255)*/
    border-radius: 2px 2px 2px 2px;
    background-image:none;
    display:inline-block;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -moz-transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:.3s ease-in-out;
}
.sdr-modes-off {
    font-size:9px;
    height:16px;
    margin:0;
    border: 1px solid rgba(255,255,255,.3); /*   rgba(255, 201, 14, 1) */
    padding: 1px 2px 1px 2px; 
    color:rgba(255,255,255,.3);/*rgba(255, 201, 14, 1)*/
    border-radius: 2px 2px 2px 2px;
    background-image:none;
    display:inline-block;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -moz-transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:.3s ease-in-out;
}

/*
.digit_on {
    font-size:9px;
    border: 1px solid rgba(255, 201, 14, 1) ; /*  rgba(255,255,255,.3)*/
/*    background: rgba(255, 201, 14, 1) ;
   padding: 1px 2px 1px 2px; 
    color: rgba (0, 0, 0, 255); /*rgba(255, 201, 14, 1)*/
/*    border-radius: 2px 2px 2px 2px;
    display:inline-block;
    margin:0;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-image:none;
    height:16px;
    -moz-transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:.3s ease-in-out;
}
*/


.digit_on {
    border: 1px solid rgba(255, 201, 14, 1);
    padding: 1px 0px 1px 0px;
    background-color: rgba(255, 201, 14, 1);
    color: rgba(0, 0, 0, 255)!important;  
    border-radius: 2px 2px 2px 2px;
    display:inline-block;
    margin:0;
    font-size: 9px;
    height:16px;
    -moz-transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:.3s ease-in-out;
}

.digit_on_sql {
    border: 1px solid #0f0; /*rgba(255, 201, 14, 1)*/
    padding: 1px 0px 1px 0px;
    background-color: #0f0; /*rgba(255, 201, 14, 1)*/
    color: rgba(0, 0, 0, 255)!important;  
    border-radius: 2px 2px 2px 2px;
    display:inline-block;
    margin:0;
    font-size: 9px;
    height:16px;
    -moz-transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:.3s ease-in-out;
}

.digit_on_mute {
    border: 1px solid rgba(255,0,0,.95); /*rgba(255, 201, 14, 1)*/
    padding: 1px 0px 1px 0px;
    background-color: rgba(255,0,0,.95); /*rgba(255, 201, 14, 1)*/
    color: rgba(0, 0, 0, 255)!important;  
    border-radius: 2px 2px 2px 2px;
    display:inline-block;
    margin:0;
    font-size: 9px;
    height:16px;
    -moz-transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:.3s ease-in-out;
}

.digit_off {
    border: 1px solid rgba(255,255,255,.3);
    padding: 1px 2px 1px 2px;
/*    background-color: rgba(255,255,255,.3);*/
   color:rgba(255,255,255,.3);
    border-radius: 2px 2px 2px 2px;
    display:inline-block;
    margin:0;
    font-size: 9px;
    height:16px;
    -moz-transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:.3s ease-in-out;
}

.digit_mode_on{
        display:inline-block;
    margin:0;
/*    border: 1px solid rgba(255, 201, 14, 1);*/
    padding: 1px 2px 1px 2px;
    background-color: rgba(255, 201, 14, 1);
    color: #000;
    border-radius: 2px 2px 2px 2px;
    font-size: 9px;
    -moz-transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:.3s ease-in-out;

}

.digit_mode_on_r {
    border: 1px solid rgba(255, 201, 14, 1);
    padding: 1px 2px 1px 2px;
    color: rgba(255, 201, 14, 1);
    border-radius: 2px 0px 0px 2px;
    font-size: 9px;
}

.digit-on-rx {
    background-color: rgba(4, 235, 0, 1);; /*rgba(170, 178, 216, .2)*/
    /*-webkit-border-color: rgba(255, 130, 51, .7);
    -moz-border-color: rgba(255, 130, 51, .7);
    -o-border-color: rgba(255, 130, 51, .7);*/
    color: rgba(0, 0, 0, 1); /* rgba(170, 178, 216, .95)*/
    border-radius: 2;
    border: 1px solid rgba(4, 235, 0, 1);/*rgba(255, 130, 51, .7)*/
}

.digit-plus-rx {
    -webkit-background-color: rgba(255, 0, 0, .9);
    -moz-background-color: rgba(255, 0, 0, .9);
    -o-background-color: rgba(255, 0, 0, .9);
    background-color: rgba(255, 0, 0, .9);
    -webkit-border-color: rgba(255, 0, 0, .9);
    -moz-border-color: rgba(255, 0, 0, .9);
    -o-border-color: rgba(255, 0, 0, .9);
    color: rgba(0, 0, 0, 1);/*rgba(255, 201, 14, .95);*/
    border-radius: 2;
    border: 1px solid rgba(255, 0, 0, .8)
}

.digit-off-rx {
    -webkit-border-color: rgba(255, 255, 255, .3);
    -moz-border-color: rgba(255, 255, 255, .3);
    -o-border-color: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .3);
    border-radius: 2;
    border: 1px solid rgba(255, 255, 255, .3)
}



/*.digit-off-o{color:rgba(255,255,255,.3);border:1px solid rgba(255,255,255,.3)}*/
.digit-off-o{
    display: inline-block;
    margin:0;
    font-size: 9px;
    padding: 1px 2px 1px;
/*    height:16px;*/
    color:rgba(255,255,255,.3);
    border:1px solid rgba(255,255,255,.3);
    border-radius: 2px 2px 2px 2px;
    -moz-transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:.3s ease-in-out;    
}
.digit-red-o{color:rgba(255,0,0,.95);border:1px solid rgba(255,0,0,.95)}
.digit-green-o{color:rgba(0,255,0,.95);border:1px solid rgba(0,255,0,.95)}
.digit-blue-o{color:rgba(170,178,216,.95);border:1px solid rgba(170,178,216,.95)}
.digit-darkblue-o{color:rgba(96,103,139,.95);border:1px solid rgba(96,103,139,.95)}
.digit-yellow-o{color:rgba(255,201,14,.95);border:1px solid rgba(255,201,14,.95)}
.digit-orange-o{color:rgba(255,130,51,.95);border:1px solid rgba(255,130,51,.95)}
.digit-white-o{color:#fff;border:1px solid #fff}
.digit-grey-o{color:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.8)}

.digit-off-s{background-color:rgba(255,255,255,.18);color:#000}
.digit-red-s{background-color:rgba(255,0,0,.95);color:#000}
.digit-green-s{background-color:rgba(0,255,0,.95);color:#000}
.digit-blue-s{background-color:rgba(170,178,216,.95);color:#000}
.digit-darkblue-s{background-color:rgba(96,103,139,.95);color:#000}
/*.digit-yellow-s{background-color:rgba(255,201,14,.95);color:#000}*/
.digit-yellow-s{
    display: inline-block;
    margin:0;
    font-size: 9px;
    padding: 1px 2px 1px;
/*    height:16px;*/
    border:1px solid rgba(255,201,14,.95);
    border-radius: 2px 2px 2px 2px;
    background-color:rgba(255,201,14,.95);
    color:#000;
    -moz-transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:.3s ease-in-out;
}

.digit-orange-s{background-color:rgba(255,130,51,.95);color:#000}
.digit-white-s{background-color:#fff;color:#000}
.digit-grey-s{background-color:rgba(255,255,255,.8);color:#000}
.digit-darkgrey-s{background-color:rgba(255,255,255,.5);color:#000}

.dbox-blue-o{padding:1px 2px;border:1px solid rgba(170,178,216,.95);border-radius:3px}
.dbox-yellow-o{padding:1px 2px;border:1px solid rgba(255,201,14,.95);border-radius:3px}
.dbox-grey-o{padding:1px 2px;border-radius:3px;border:1px solid rgba(255,255,255,.8)}
.active-mod{color:#ffc90e!important;text-shadow:1px 1px 1px rgba(0,0,0,.95),0 0 8px rgba(0,0,0,.8)}


/*
.audiobutton{
width:100%;
width:calc(100% - 4px);
text-align:center;
vertical-align:middle;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-appearance:default-button;
height:45px;
margin:2px
}
*/

.bg-white{background-color:#fff!important}
.bg-black{background-color:#000!important}
.bg-brown{background-color:maroon!important}
.bg-navy{background-color:#036!important}
.bg-grey{background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%)!important}
.bg-transparent{background-color:transparent!important}
.bg-websdr{background-color:#35363a!important}
.bg-dark{background-color:#212529!important}
/*
.card{margin-bottom:5px;border-radius:12px}
.card-header:first-child{border-radius:calc(.75rem - 1px)}
.card-header{background-color:rgba(0,0,0,.125);border-bottom:1px solid rgba(0,0,0,.177)}
*/


/*span.alink:hover{padding:6px;background-color:#60678b;color:#fff!important;border-radius:6px}*/

li,ul{list-style:none}

.maps{background:#eee;width:100%;border:0}
.info{color:#7d7aff;font-weight:700}
.stop{color:#ff0;font-weight:700}
.bold{font-weight:700}

.text-small{font-size:11px}
.text-bold{font-weight:700}
.text-big{font-weight:700;text-transform:uppercase}
.text-huge{font-size:23px;font-weight:700;text-transform:uppercase}
.text-uline{text-decoration:underline}
.text-italic{font-style:italic}
.text-middle{vertical-align:middle}

.text-red{color:red!important}
.text-darkred{color:#c00!important}
.text-green{color:#0f0!important}
.text-lightgreen{color:#8fffad!important}
.text-darkgreen{color:#007f00!important}
.text-blue{color:#aab2d8!important}
.text-lightblue{color:#dde3ff!important}
.text-darkblue{color:#60678b!important}
.text-yellow{color:#ffc90e!important}
.text-orange{color:rgba(255,130,51,.95)!important}
.text-darkorange{color:#c19d38}
.text-maroon{color:#a2071a}
.text-purple{color:#cc09ad}
.text-navy{color:navy}
.text-black{color:#000!important}
.text-grey{color:#ccc!important}
.text-darkgrey{color:#999!important}
.text-white{color:#fff!important}

.text-shadow{text-shadow:1px 1px 1px rgba(0,0,0,.5),0 0 8px rgba(0,0,0,.4)}
.text-blur{-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:.2s ease-in-out}

.sm-digits{
margin:-1px;
padding:1px 0;
text-align:center;
display:inline-table;
width:15px;
height:22px;
table-layout:fixed;border-collapse:separate;
-moz-transition:.3s ease-in-out;
-webkit-transition:.3s ease-in-out;
-ms-transition:all .3s ease-in-out;
transition:.3s ease-in-out;
}

span.wf-digits{
    -moz-transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:.3s ease-in-out;
    margin:0;
    padding:2px
}

.users-online {
    font-size: 9px;
    border: 1px solid rgba(176, 176, 176, 1);
    padding: 1px 2px 1px 2px;
    background-color: rgba(176, 176, 176, 1);
    color: #fff;
    border-radius: 2px 2px 2px 2px;
}
.freq-digit-bw-k {
    font-size: 9px;
    border: 1px solid rgba(255, 201, 14, 1);
    padding: 1px 2px 1px 2px;
    background-color: rgba(255, 201, 14, 1);
    color: #000;
    border-radius: 2px 2px 2px 2px;
}

.freq-digit-bw {
    border: 1px solid rgba(255, 201, 14, 1);
    padding: 1px 2px 1px 2px;
    color: rgba(255, 201, 14, 1);
    border-radius: 2px 2px 2px 2px;
    font-size: 9px;
}


.sm-digit-y-sig {
    border: 1px solid rgba(255, 201, 14, 1);
    padding: 1px 2px 1px 2px;
    color: rgba(255, 201, 14, 1);
    border-radius: 2px 2px 2px 2px;
    font-size: 9px;
    display:inline-block;
    margin:0;
}

.sm-digit-y-db {
    border: 1px solid rgba(255, 201, 14, 1);
    padding: 1px 2px 1px 2px;
    background-color: rgba(255, 201, 14, 1);
    color: #000;
    border-radius: 2px 0px 0px 2px;
    font-size: 9px;
        display:inline-block;
    margin:0;
}


.sm-digit-y-p {
    border: 1px solid rgba(204, 0, 0, 1);
    padding: 1px 2px 1px 2px;
    color: rgba(204, 0, 0, 1);
    border-radius: 0px 0px 0px 0px;
}

.sm-digit-y-pdb {
    border: 1px solid rgba(204, 0, 0, 1);
    padding: 1px 2px 1px 2px;
    background-color: rgba(204, 0, 0, 1);
    color: #000;
    border-radius: 4px 0px 0px 2px;
}


.wfbox {
  margin: 0px; 
  padding: 0px; 
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 1); 
  border: 1px solid rgba(158, 152, 131, 1); 
  border-radius: 5px 5px 2px 2px;
}



.wf-full-bg{margin:0;
    padding:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 1);
    border: 2px solid #9e9883;
    border-radius: 5px;
    overflow: hidden;
}


.boxstat {
  color: rgba(212, 212, 212, 1);
  font-family: "Roboto Condensed",Helvetica,"Lucida Grande",Verdana,Arial;
  font-size: 12px;
  margin: 0px; 
  padding: 0px; 
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 1); 
  border: 1px solid rgba(158, 152, 131, 1); 
  border-radius: 5px 5px 2px 2px;
}


.radio_info_container {
    margin-top: 8px;
    font-size: 11px;
	cursor: default;
	position: relative;
}

.radio_info {
    color: #e2e2e229;
    display: inline-block;
	padding-right:11px;
	position:absolute
}

 .is_on {
    color: #15ff12;
    text-shadow: 0px 0px 5px;
    display: inline-block;
  }
  .is_off {
  color: red;
    text-shadow: 0px 0px 5px;
    display: inline-block;
  }
  

.smeter-bar {
  margin: 0;
  padding: 0px;
  width: 240px;
  align-self: left;
}

.smeterpeak {
  margin: -6px 4px; /* по высоте */
  padding: 1px 1px;   /* тут по толщине линии */
/*    max-width: 100%;*/
    max-width: auto;
  width: 5px;
  height: 12px;
  background-color:#FF0000;
/*box-shadow: 0 0 10px rgba(237, 33, 33, 1);*/
  text-align: right;
  position: absolute;
    -moz-transition:.1s ease-in-out;
    -webkit-transition:.1s ease-in-out;
    -ms-transition:all .1s ease-in-out;
    transition:.1s ease-in-out;
}

.smeterbar {
  margin: -6px 3px; /* по высоте */
  padding: 1px 1px; /* тут по толщине линии */
  max-width: 120px;
  width: 5px;
  height: 12px;
  background-color: limegreen; /*#FAEF3C*/
/*  box-shadow: 0px 0px 5px rgba(251, 244, 135, 0.8);*/
  transition: 0.45s width;
  text-align: right;
  position: absolute;
}

.masksm
{
  width: 270px;
  height: 14px;
  position: absolute;
  overflow: hidden;
  top: 18px;
/*  left: 23px;*/
  margin-left: 8px;
}

.mask-fr {
    width: 274px;
    height: 52px;
    position: absolute;
    overflow: hidden;
    top: 10px;
    left: 0;
}


/* patterns */
.pattern-1 {
  background: url(/images/01.png); 
}
.pattern-2 {
  background: url(/images/02.png); 
}
.pattern-3 {
  background: url(/images/03.png); 
}
.pattern-4 {
  background: url(/images/04.png); 
}
.pattern-5 {
  background: url(/images/05.png); 
}
.pattern-6 {
  background: url(/images/06.png); 
}
.pattern-7 {
  background: url(/images/07.png); 
}
.pattern-7-1 {
  background: url(/images/07_1.png); 
}

.pattern-8 {
  background: url(/images/08.png); 
}
.pattern-9 {
  background: url(/images/09.png); 
}
.pattern-10 {
  background: url(/images/10.png); 
}

.pattern-11 {
  background: url(/images/smetr.png); 
}

.pattern-12 {
  background: url(/images/smetr_big.png); 
}

.pattern-22dx {
  background: url(/images/smetr_22dx.png); 
}

.pattern-22dx1 {
  background: url(/images/smetr_22dx1.png); 
}

.pattern-new {
  background: url(/images/s_metr_new.png); 
}

.pattern-line {
  background: url(/images/s_metr_new.png); 
}

.text-footer {color: #444;font-size: 10px;}
.text-footer a {color: #0066ff;}



/*
#userinfo.btn-sm {
    font-size: 13px;

}
*/

.btn-user-frq {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-size: 10px;
    font-family: "Roboto Condensed",Helvetica,"Lucida Grande",Verdana,Arial;
    -webkit-transition: ease-in-out;
    -moz-transition: ease-in-out;
    -ms-transition: all 0s ease-in-out;
    transition: ease-in-out
}

.btn-user-frq.active,
.btn-user-frq:active,
.btn-user-frq:focus,
.btn-user-frq:hover,
.open .dropdown-toggle.btn-user-frq {
    border-left-color: rgba(0, 0, 55, .82); /* rgba(170, 178, 216, .95)*/
    border-right-color: rgba(0, 0, 55, .82);
    border-radius: 6px;
    -webkit-transition: ease-in-out;
    -moz-transition: ease-in-out;
    -ms-transition: all 0s ease-in-out;
    transition: ease-in-out
}

.btn-user-frq.active,
.btn-user-frq:active,
.open .dropdown-toggle.btn-user-frq {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-user-frq.self {
    color: rgba(255, 255, 255, .8) !important;
    border-left-color: rgba(196, 154, 0, 1);
    border-right-color: rgba(196, 154, 0, 1);
    border-radius: 6px
}


.btn-user-frq .badge {
    color: #000;
    background-color: #fff
}


[user-label],
[user-title] {
    position: relative
}

[user-label]:after {
    content: attr(user-label);
/*
    margin-top: -2.1em;
    margin-left: 1em;
*/
    position: absolute;
    padding: 8px;
    background: rgba(4, 10, 50, .9);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 4px;
    white-space: pre-wrap;
    pointer-events: none;
    -webkit-transition: opacity ease-in-out;
    -moz-transition: opacity ease-in-out;
    -ms-transition: 0s ease-in-out opacity;
    transition: opacity ease-in-out;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .85);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .85);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, .85);
    box-shadow: 0 0 16px rgba(0, 0, 0, .85);
    opacity: 0
}

[user-label]:hover:after {
    opacity: 1;
    z-index: 9999
}

[user-title]:after {
    content: attr(user-title);
    margin-top: 1.2rem;
    left: -4.55rem;
    padding: 5px 8px;
    position: absolute;
    font-family: Arial;
    font-weight: 400;
    text-align: center;
    background-color: rgba(0, 0, 55, .62); /* rgba(170, 178, 216, .95) rgba(0, 0, 55, .82)*/
    box-shadow: 1px 1px 3px #222;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 4px;
    white-space: pre-wrap;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    z-index: 99999
}

[user-title]:hover:after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity ease-in-out;
    -moz-transition: opacity ease-in-out;
    -ms-transition: 0s ease-in-out opacity;
    transition: opacity ease-in-out
}

.btn-user-frq .blue-panel {
    background: rgba(176, 176, 176, 0.9);
    border: 1px solid rgba(255, 255, 255, .16)
}

.btn-user-frq .blue-default {
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(255, 255, 255, .16)
}

.dts-freq-2 {
    margin-top: 3px;
    padding: 3px;
/*    height: 45px;*/
    width: 240px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 4px
}

.dts-freq {
    margin-top: 3px;
    padding: 3px;
    height: 54px;
    width: 240px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 4px
}

.dts-freq-red {
    color: rgba(255, 0, 0, .95)
}

.dts-freq-green {
    color: rgba(0, 255, 0, .95)
}

.dts-freq-blue {
    color: rgba(170, 178, 216, .95)
}

.dts-freq-yellow {
    color: rgba(255, 201, 14, .95)
}

.dts-freq-orange {
    color: rgba(255, 130, 51, .95)
}

.dts-freq-white {
    color: #fff
}

.dts-freq-grey {
    color: rgba(255, 255, 255, .8)
}

.btn-group-justified .btn .dropdown-menu,
.btn-group-justified .btn-group .dropdown-menu {
    left: auto
}

.dropdown .dropdown-menu {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: all .3s;
    -o-transition: .3s;
    transition: .3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0
}

.dropdown.open .dropdown-menu {
    max-height: 600px;
    opacity: 1
}

iframe#logbook-table::pre {
    color: rgba(255, 255, 255, .45)
}

/* OTHER TEST */

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0
}

.form-check-input {
    width: 2em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #97d2f3;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(47, 164, 231, .25)
}

.form-check-input:checked {
    background-color: #117a8b;
    border-color: #117a8b
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #117a8b;
    border-color: #117a8b;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2397d2f3'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

/// 2025


.loading-indicator {
    text-align: center;
    font-weight: bold;
    color: #666;
    margin: 20px 0;
}

pre {
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 5px;
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

#logbookContainer {
    height: 465px; /* Фиксированная высота для 20 строк */
    overflow-y: auto; /* Добавляем вертикальный скролл */
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    background-color: #f8f8f8;
    width: 100%; /* Ширина контейнера */
    box-sizing: border-box; /* Учитываем padding в ширине */
}