.outhead {
    display: inline-block;
    float: right;
    
}
.nesteddiv {
    display:inline;
}
.inithidden {
    display: none;
}
.midifilter , .screencut{
    width: 520px;
}
@media only screen and (max-width: 600px) {
    .midifilter {
        width: 280px;
    }
    .screencut{
        width:240px;
    }
}
.screenconf{
    display:block;
    position:relative;
    margin:5px auto 5px auto;
    width:175px;
    height:230px;
    overflow:hidden;
}
#rk006modes {
    position:absolute;
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    transform:scale(.25);
    left:0;
    top:0;
    width: 3608px;
    height: 1794px;
    background: url('./images/rk006modes.png') no-repeat left top;
}
#surepopup-popup{
    min-width:280px;
}
.midifilter tr td, .flt_tr{
    position:relative;
    display:inline-block;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    min-width: 30px;
    color: #CCC;
    background-color: rgba(255,255,255,.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin:1px;
    
}
.midifilter tr td::selection, .flt_tr::selection{
    color: none;
    background: none;
}
.filtered {
    color:#000 !important;
    background-color: rgba(220,220,220,1) !important;
}

.filt-btn {
width : 50px !important;
}
/*
@font-face {
    font-family: 'dosis-bold';
    src: url('font/dosisbold.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;

}
*/
@font-face {
    font-family: 'dosismedium';
    src: url('font/dosismed.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;

}
/*
@font-face {
    font-family: 'rucksack';
    src: url('font/rucksackbold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}
*/
h3 {
/*    font-family: dosis-bold; */
    font-weight:300;
}
body {
        background: #000;
        opacity: 0;
        
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    height:100vh;
    margin:0px;
    padding:0px;
    /* Padding to avoid the "unsafe" areas behind notches in the screen */
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-right, 0px);
    width:100%;
}

body, .ui-slider-input {
    font-family: dosismedium,system-ui, sans-serif;
}
.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    padding-top:40px;
}

#noconnpopup {
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}
#noconnpopup h3{
    position: relative;
    text-align: center;
    color: #FFF;
    line-height: 40px;
    width: 300px;
    height: 40px;
    background: #e86404;
    border-radius: 3px;
    text-shadow: none;
    top: 50%;
    left: 50%;
    transform: translate(-150px,-20px);
}
.alnright {text-align: right;}

.connfoot {
    background: #397b78;
    position: fixed;
    bottom: 0;left: 0;
    padding-bottom:11px;
    width: 100%;
    z-index: 9999;
}
.disconnected {
    background: #e86404;
}

.droptarget {
    background: #9090FF;
}

.ui-btn {
    border-radius: 3px;
}
.savebtn {
    background-color: rgba(255,255,255,.3) !important;
    border: none;
    outline: 0;
    text-align:center;
    font-size:10px !important;
    margin-left: 2px;
    outline: 0;
    width: 75px;
}

.presetbtn:hover, .driftbtn:hover{
    background-color: rgba(110,110,110,.96);
}
.presetbtn {
    width: auto;
    display: inline;
    float: left;
    background-color: rgba(110,110,110,.6);
    padding: 5px 10px 4px 11px;
    margin-top: 4px;
    margin-right: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
        color: #fff !important;
    text-decoration: none !important;
}
.driftbtn {
    width: auto;
    display: inline;
    background-color: rgba(110,110,110,.8);
    padding: 2px 9px 4px 9px;
    margin: 0px 0px 2px 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    color: #fff !important;
    text-decoration: none !important;
}
.updatelink {
    color: #f7f7f7 !important;
}
.updatelink:hover {
    color: #fff !important;
}

.ui-flipswitch {
  box-shadow: none;
}
.ui-flipswitch a{
    border: none !important;
    background-color: #444 !important;
    outline: 0;
}
.redbg {
    background-color: #730!important;
}

/*AJH: anders gaat het met de fastclick van de accordion niet goed*/
a.ui-btn-active {
    background-color: #333!important;
    border-color:#1f1f1f!important;
}

.clkholder{
    position:absolute;
    top:5px;
    right: 5px;
    width:37px;
    font-size:13px;
    text-align:right;
}
.clkicon {
    position: absolute;
    right: 28px;
    top: 3px;
    width: 10px;
    height: 10px;
    background: url(./images/clk.svg) no-repeat left top;
}

.mmode{
    position:absolute;
    top:5px;
    right: 47px;
    font-size:.8em;
}

.micon {
  display: inline-block;
  width: 24px;
  margin: 0px 5px -3px 0;
  /* vertical-align: -webkit-baseline-middle; */
  height: 17px;
  text-align: right;
  background: url(./images/mode-m.svg) no-repeat left top;
}
.gmode{
    position: absolute;
    top: -17px;
    right: 40px;
    font-size: 13px;
    font-weight: 600;
}
.gprops{
    position: absolute;
    font-weight: 400;
    text-align: right;
    font-size: .7em !important;
    right: 6px;
    top: 22px;
}
.gicon {
  display: inline-block;
  width: 24px;
  margin: 0px 5px -3px 0;
  /* vertical-align: -webkit-baseline-middle; */
  height: 17px;
  text-align: right;
  background: url(./images/mode-g2.svg) no-repeat left top;
}
.g_tmp {
    display: inline-block;
    width: 77px;
    margin: 0px 5px -2px 0;
    /* vertical-align: -webkit-baseline-middle; */
    height: 14px;
    text-align: right;
    background: url(./images/gt_tmp.svg) no-repeat left top;
}
.g_noteall {
    display: inline-block;
  width: 65px;
  margin: 0px 5px -2px 0;
  /* vertical-align: -webkit-baseline-middle; */
  height: 14px;
  text-align: right;
  background: url(./images/gt_key_a.svg) no-repeat left top;
}
.g_note1 {
    display: inline-block;
  width: 65px;
  margin: 0px 5px -2px 0;
  /* vertical-align: -webkit-baseline-middle; */
  height: 14px;
  text-align: right;
  background: url(./images/gt_key_1.svg) no-repeat left top;
}
.g_run {
    display: inline-block;
}
.g_mod {
    display: inline-block;
}
.g_snd1 {
    display: inline-block;
}
.g_snd2 {
    display: inline-block;
}
.g_pb {
    display: inline-block;
}
.g_kt {
    display: inline-block;
}
.gt_startstop {
    display: inline-block;
    width: 59px;
    margin: 0px 5px -5px 0;
    /* vertical-align: -webkit-baseline-middle; */
    height: 17px;
  text-align: right;
  background: url(./images/gt_startstop.svg) no-repeat left top;
}
.gt_cont {
    display: inline-block;
  width: 65px;
  margin: 0px 5px -2px 0;
  /* vertical-align: -webkit-baseline-middle; */
  height: 14px;
  text-align: right;
  background: url(./images/gt_cont.svg) no-repeat left top;
}
.gt_inv {
    display: inline-block;
  width: 29px;
  margin: 0px 5px -2px 0;
  /* vertical-align: -webkit-baseline-middle; */
  height: 14px;
  text-align: right;
  background: url(./images/gt_inv.svg) no-repeat left top;
}
.pls_shrt {
    display: inline-block;
  width: 31px;
  margin: 0px 5px -2px 0;
  /* vertical-align: -webkit-baseline-middle; */
  height: 10px;
  text-align: right;
  background: url(./images/pls_shrt.svg) no-repeat left top;
}
.pls_lng {
    display: inline-block;
  width: 31px;
  margin: 0px 5px -2px 0;
  /* vertical-align: -webkit-baseline-middle; */
  height: 10px;
  text-align: right;
  background: url(./images/pls_long.svg) no-repeat left top;
}
.ui-body-b, .ui-page-theme-b .ui-body-inherit, html .ui-bar-b .ui-body-inherit, html .ui-body-b .ui-body-inherit, html body .ui-group-theme-b .ui-body-inherit, html .ui-panel-page-container-b {
    background-color:rgba(32,32,32,.18);
}

.ui-page-theme-b .ui-btn,html .ui-bar-b .ui-btn,html .ui-body-b .ui-btn,html body .ui-group-theme-b .ui-btn,html head+body .ui-btn.ui-btn-b,.ui-page-theme-b .ui-btn:visited,html .ui-bar-b .ui-btn:visited,html .ui-body-b .ui-btn:visited,html body .ui-group-theme-b .ui-btn:visited,html head+body .ui-btn.ui-btn-b:visited{
    background-color:rgba(255,255,255,.05);
}
.ui-page-theme-b .ui-btn:hover,html .ui-bar-b .ui-btn:hover,html .ui-body-b .ui-btn:hover,html body .ui-group-theme-b .ui-btn:hover,html head+body .ui-btn.ui-btn-b:hover{
    background-color:rgba(255,255,255,.1);
}


.head_red .ui-collapsible-heading a,.head_red .ui-collapsible-heading a:visited{
    background-color: #58213e !important
}

.head_red .ui-collapsible-content {
    background-color: #3b1e2d !important
}

.head_filter .ui-collapsible-heading a,.head_filter .ui-collapsible-heading a:visited{
    background-color: #36495b !important;
}
.head_filter .ui-collapsible-content {
    background-color: #232e39 !important
}
.ui-checkbox input, .ui-radio input {
    opacity: 0;
}

.ui-slider-handle {
    background-color: rgba(255,255,255,.7) !important;
}

#globalhead{
    text-align:left;
    font-size:.7em;
    font-weight:400;
    width:100%;
}

.filtprops{
    text-align:left;
    font-size:.7em;
    font-weight:400;
    width:100%;
}

.recallblock{
    display:inline-block;
    padding-bottom:50px
}


.logo {
    background: url(images/rk006head.svg) no-repeat left top;
    width: 251px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 6px;
}
.rksubtxt{
    text-align:center;
    font-size:1em;
    font-weight:400;
    padding-bottom:10px;
}
.ui-popup-container{
    background-color: #333;
    border-radius: 7px;
}
.candle{
    background: url(images/candle.svg) no-repeat left top;
    width: 18px;
    height: 19px;
    vertical-align:bottom;
    display:inline-block;
}

#versionsdiv{
    font-weight: 100;
    font-size: 10;
    color: rgba(255,255,255,.6);
    font-size: 13px;
    text-align: center;
    width: 100%;
}

#syncstatetxt{
    position: absolute;
    width: 50px;
    top: 8px;
    left: 14px;
    font-size: 11px;
    background-color: #fff;
    border-radius: 3px;
    color: #666;
    text-align: center;
    font-weight: 100;
}

.webbuttons{
    background-color:#333;
    text-align:center;
    margin:-15px;
    width:107%;
    margin-bottom:60px;
    padding:10px 0 50px 7px;
}

.webbuttons .ui-btn{
    border:none;
    background-color:#e86404 !important;
    font-size:14px;
    line-height:14px;
    width:95px;
}

#mainpage {
    display: block;
    border-width: 0;
    overflow: visible;
    overflow-x: hidden;
    padding: 0;
    margin:0;
    color: #fff;
    background-color: #202020;
}
.ui-overlay-a {
    background-color: #000 !important;
 }

.ui-popup-screen.in{
    opacity:.8;
}
.ui-mobile label, .ui-controlgroup-label {
    margin: 0 0 .2em;
}

.ui-field-contain, .ui-mobile fieldset.ui-field-contain {
    padding: .4em 0;
}

.btn_play, .btn_stop, .btn_cont {
    background: url('./images/pcontrols.svg') no-repeat left top;
    width: 18px;
  height: 18px;
  background-size: cover;
}
.btn_stop {
    background-position-x: -18px;
}
.btn_cont {
    background-position-x: -36px;
}
.clockshift{
  display: inline-block;
  margin: 0 0 5px 0;
  width: 100%;
  float: right;
}
.clockshift .ttl{
  float: right;
  width:80%;
  margin-bottom:10px;
}
.smallinput {
    width: 100px;
    display: inline-block;
    margin: 0 8px 0 8px;
}
.ctt_right {
    float:right;
    width: 80%;
}
.fixedlabel {
    width: 70px;
  display: inline-block;
}
.ui-input-text input {
    font-family: dosismedium,system-ui, sans-serif;
}
#tempocontrols{
    display: none;
}
.dividerpreset{
  width:100%;
  display:inline-block;
}
