html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
    background: #9c9c9c;
    font-family: sans-serif, "arial";
    font-size:.725em;
    color: #fff;
}

.clear {
    clear: both;
}

.hidden {
    display: none !important;
}

/* WINDOW */
#ipru-window {
    background:#424242;
    margin:100px auto 20px;
    width: 1050;
    height: 820;
    border: 1px solid #000;
    overflow: hidden
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.25);
}

/* HEADER */
#ipru-header {
    background: #fff;
    color: #000;
    padding: 10px 6px;
}

#ipru-header span {
    display: table-cell;
    white-space: nowrap;
}

#header-icon {
    padding-right: 8px;
    margin-right: 4px;
}

#windows-bar {
    width: 100%;
    padding-right:12px;
    text-align: right;
}

#ipru-menu {
    background: #fff;
    color: #000;
    border-bottom: 1px solid #000;
}

#ipru-menu ul li{
    display: inline-block;
    margin-right:6px;
    padding: 6px;
}

.ipru-sub-menu {
    display: none;
    width: 150px;
    position:  absolute;
    z-index: 9;
    background: #efefef;
    margin: 6px 0 0 -6px;
    padding:2px;
    border:1px solid #e0e0e0;
}

.ipru-sub-menu li {
    display: block;
    width: 100%;
    text-align: center;
    padding:6px 0 !important;
    margin:0;
}

.ipru-sub-menu li:hover{
    cursor: pointer;
}

#ipru-menu ul li:hover {
    background: #d1dffa;
}

#ipru-menu ul li:hover .ipru-sub-menu {
    display: block;
}

/* SIDEBAR */
#ipru-sidebar {
    display: inline-block;
    width: 200px;
    height: 762px;
    background: #47484B;
    border-right: 1px solid #000;
}

.tab {
    display: none;
    height: 40px;
    line-height: 20px;
    background: #222;
    width:200px;
    background: linear-gradient(180deg, #303030, #222222);
    border-bottom:2px solid #000;
    position: absolute;
}

.active-tab {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #669933;
    background: linear-gradient(180deg, #303030, #223522) !important;
}

.show-tab {
    display: block;
}

/* Tab positioning */
.t1 {}
.t2 { margin-top:42px;}
.t3 { margin-top:84px;}
.t4 { margin-top:126px;}
.t5 { margin-top:168px;}
.t6 { margin-top:210px;}
.t7 { margin-top:252px;}
.t8 { margin-top:294px;}
.t9 { margin-top:336px;}
.t10 { margin-top:378px;}

.tab .close-tab {
    display: table-cell;
    padding:10px;
    border-right:1px solid #000;
}

.tab-name:hover {
    cursor: pointer;
}

/*
.close-tab:hover {
    cursor: pointer;
}
*/

.tab .tab-name {
    display: table-cell;
    width: 100%;
    text-align: center;
}

#tabbank {
    display: none;
}

/*  MAIN WINDOW  */
#main-window {

}

.monitor-window, .boxio-window {
    display: none;
    position: absolute;
    width: 849px;
    padding: 12px 0;
    height: 738px;
    background: #222;
    overflow-y: scroll;
}

.active-window {
    display: inline-block;
}

/* DISCONNECTED */
.connect-box {
    float:left;
    margin-left: 12px;
    border: 1px solid #37383b;
    border-radius: 2px;
    height: 100px;
}

.connect-name {
    padding: 12px;
}

.connect-text, .ip-text {
    display: inline-block;
    width:85px;
}

.connect-box input {
    border:0;
    padding:6px 4px;
    background: #181818;
    color:#fff;
    font-size:1em;
}

.disconnected {
    padding-left:12px;
    color: red;
}

/* CONNECTED */
.connected-box {
    width: 776px;
    margin-left: 12px;
    border: 1px solid #37383b;
    border-radius: 2px; 
    height: 100px;
    display: none;
}

.connected-info {
    width: 400px;
    float: left;
    display: inline-block;
    padding:12px 12px 0;
}

.connected-info span {
    display: inline-block;
    margin-bottom: 8px;
}

.connected-status {
    display: inline-block;
    padding: 12px;
}

.connected {
    color: green;
    display: inline-block;
    margin-bottom: 12px;
    padding-left:26px;
}

.connect-ip {
    padding:12px;
}

.connect-button, .disconnect-button {
    margin-left:12px;
    border:2px solid #000;
    padding:10px 12px;
    background: #222;
    background: linear-gradient(180deg, #303030, #222222);
}

.boxio-upper-button {
    margin-top: -2px;
    margin-left: 4px;
    display: inline-block;
    margin-bottom: 6px;
    line-height: 20px;
    border: 2px solid #000;
    padding: 2px 8px;
    background: #222;
    background: linear-gradient(180deg, #303030, #222222);
    text-align: center;
}

.connect-button:hover, .disconnect-button:hover, .boxio-settings:hover, .boxio-controls:hover {
    cursor: pointer;
}

.boxio-settings, .boxio-controls {
    width:43px;
}

.osd-menu-controls {
    padding: 24px 0px 0px 12px;
    display: table-cell;
    width:214px;
}

.inputfunctions {
    width:505px;
    display: table-cell;
}

.input-select {
    padding:24px 12px 0px 8px;
    display: inline-block;
    width:500px;
}

.function-keys {
    padding: 13px 12px 0px 8px;
    display: inline-block;
    width:500px;
}

.inner {
    border: 1px solid #37383b;
    border-radius: 2px; 
    padding:4px 4px 4px 8px;
}

.button, .full-button, .rotary-button, .lut-button, .range-button, .callback-button, .slider-button, .frame-button, .xm-lut-button, .xm-lut-panel-button, .preview-button, .marker-button {
    float: left;
    text-align: center;
    height: 24px;
    line-height: 24px;
    margin:4px;
    border: 1px solid #000;
    border-radius: 2px;
    background: #222;
    background: linear-gradient(180deg, #303030, #222222);
}

.button {
    width:58px;
}

.full-button, .range-button {
    width:174px;
}

.rotary-button {
    width: 80px;
}

.frame-button {
    width:120px;
}

.launchcomponents, .rangeselection, .inputformat {
    padding:24px 2px 0px 8px;
    display: inline-block;
    width:200px;
    vertical-align: top;
}

.rotaries {
    padding:24px 0px 0px 2px;
    display: inline-block;
    width:105px;
}

.boxio, .xmp-xm, .dm, .cm-bm-am, .settings {
    display: none;
}

.output-mode-selection, .boxio-input-selection {
    width: 550px;
    padding: 12px;
}

.big-boxio-button, .channel-button {
    float: left;
    text-align: center;
    margin:4px;
    border: 1px solid #37383b;
    border-radius: 2px;
    background: #373739;  
    height:40px;
    line-height:40px;
}

.big-boxio-button {
    width:167px;
}

.channel-button {
    width:79px;
}

.active-button, .active-channel {
    border: 1px solid #669933;
    background: linear-gradient(180deg, #303030, #223522) !important;
}

.locked-channel {
    border: 1px solid #262626;
    background: #262626;
}

.lut-box {
    float:left;
    width:185px;
    padding:12px 0 12px 12px;
}

.rocker-switch {
    width:60px;
    height: 18px;
    background: #b9b9b9;
    border-radius: 2px;
    margin:6px auto;
}


.off {
    width:30px;
    height:18px;
    background: #f0f0f0;
    border-radius: 2px;
  -moz-transition: .5s ease;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.on {
    margin-left:30px;
    
}

.lut-spinner {
    margin-top:5px;
    float: left;
    background: #000;
    color:#fff;
    border:1px solid #111;
}

.lut-button {
    margin-left:27px;
    width: 90px;
}

.slider-button {
    width: 110px;
    margin-left: 125px;
}

.callback-button {
    width:80px;
    margin-left:14px;
}

.callback-send {
    margin-left: 16px !important;
}

.callback-label {
    float:left;
    line-height: 32px;
}

.preview {
    margin-left: 66px !important;
}

.input-format {
    margin-bottom:4px;
}

.input-format input[type=radio] {
    margin-top: -3px;
    vertical-align: middle;
}

.input-format label {
    line-height:20px;
}

.slider {
  width: 240px;
  height: 5px;
  border-radius: 5px;
}

.slider::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%; 
  background: white;
  cursor: pointer;
  border:1px solid #000;
}

.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  border:1px solid #000;
}

.slidecontainer {
    display: inline-block;
}

.slidelabel {
    width:60px;
    text-align: center;
    display: inline-block;
    margin-bottom:12px;
}

.slideval {
    width:40px;
    text-align: center;
    display: inline-block;
    background: #000;
    color:#fff;
    border:0;
    padding:4px 6px 4px 4px;
}

.sliderbox {
    width:370px;
    float: left;
    padding:12px;
}

.tpgoutputformat {
    padding:12px;
}

.tpgpattern {
    padding:12px;
}

.tpgpattern fieldset, .lutprecision fieldset {
    line-height:34px;
}

.lutprecision fieldset {
    line-height:34px;
}

.tpgpattern input[type=radio], .lutprecision input[type=radio] {
        margin-top: -3px;
    vertical-align: middle;
    margin-left:20px;
}

.networksettings {
    padding:12px;
    width: 380px;
    float: left;
}

.networksettings input[type=text] {
    width:38px;
    background: #000;
    color: #fff;
    margin-left:14px;
    margin-bottom:4px;
    border:0;
    padding:6px;
}

.ssid {
    float:left;
    width:392px;
    margin-top:24px;
}

.ssid input[type=text] {
    width:160px;
    background: #000;
    color: #fff;
    margin-left:14px;
    margin-bottom:4px;
    border:0;
    padding:6px;
}

.lutprecision {
    padding:12px;
}

.status-button {
    margin-left:12px;
    margin-bottom:0;
    width:150px;
}

.xm-lut-box {
    padding: 12px;
    float: left;
    margin-right: 60px;
}

.xm-lut-button {
    width:90px;
    margin-left:17px;
}

.lut-title {
  margin-bottom: 4px;
}

.preview-button {
  width:144px;
  margin-left:0px !important;
}

.xm-lut-box .rocker-switch {
    margin: 6px 0 6px 86px !important;
}

.xm-cal-lut {
    padding:12px;
    float:left;
}

.xm-colorspace-selection {
    margin-top:5px;
    float: left;
    background: #222;
    color:#fff;
    border:1px solid #000;
    padding:2px;
    width: 110px;
}

.xm-lut-panel-button {
    margin:12px 12px 0;
    width: 120px;
}

.spinner-box {
    float: left;
    height:110px;
}

.lut-button-box {
}

.more {
  
}

.collapse {
  
}

.marker-button {
  width:144px;
  float: left;
}

.marker-text {
  float:left;
  padding:11px 4px;
}

.marker-area {
  margin-top:24px;
  padding:10px;
}

.marker-form {
  float:left;
}

.marker-form input {
  float:left;
  background: #000;
  color: #fff;
  width: 129px;
  margin-top: 6px;
  padding: 4px;
  border: 0; 
}

.marker-list {
  background: #47484B;
  width:246px;
  height:250px;
  margin-left:2px;
}

.show-markers {

}

.marker-loaded {
  text-align: center;
  background: #000;
  padding: 13px;
  border: 1px solid #404040;
  display: none;
}

.dm-lut-box {
  border: 1px solid #37383b;
  padding:10px 16px 10px 10px;
  margin-left:8px;
  margin-top:20px;
  width:138px;
}

.dm-lut-inner {
  border: 1px solid #37383b;
  padding:4px;
}
