.cell {
	display: block;
	font-size: 14px;
	color: #fff;
	margin: 5px 0 16px;
	height: 24px;
}


/* ptz */
ul.buttonlist {
	list-style-type: none;
	padding-left:0;
}

ul.buttonlist li {
	display: inline;
}
ul.buttonlist li a{
	width: 225px;
	margin: 2px;
}


/* online users */

ul.userlist {
	list-style-type: none;
	padding-left:0;
	font-size: 18px;
}

ul.userlist li {
	width: 450px;
	margin: 2px;
	padding: 6px 10px;
	background-color: #00001d;
    border: 1px solid #273098;
    border-radius: 4px;
}

/* vmix camera control */

.floatleft {
	float: left;
}

.sourceitem {
	font-size: 30px;
	color: White;
	font-family: Sans-Serif;
	font-weight: bold;
	margin: 5px auto;
	line-height: 56px;
}

.sourceitem .button {
	text-align: center;
	margin-right: 4px;
	height: 54px;
	cursor: pointer;
	border: 1px solid rgb(96,112,129);
	background-color: rgb(64,75,86);
}

span.ltitle {
	position: absolute;
	right: 10px;
	width: 52px;
	text-align: center;
}

.sourceitem.heading {
	font-size: 16px;
	color: #ccc;
	line-height: normal;
}

.sourceitem.heading .floatleft {
	padding: 3px;
    margin-right: 4px;
}

.sourceitem.heading .seps {
    margin-right: 0;
    width: 20px;
}

.nowplaying {
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	color: #3BC0FF;
}

.container {
}

.acolumn {
	float: left;
}

.lftcol {
	width: 400px;
}

.rgtcol {
	padding-left: 10px;
}

.column h3 {
	margin-top: 15px;
	color: #03CCD6;
}
.column a.mybutton {
	display: block;
	width: 175px;
}

.column div.twinbutton a.mybutton {
	display: inline-block;
	width: 65px;
}

.hide {
	display: none !important;
}

.column .placeholder {
	width: 217px;
	height: 57px;
	color: #3BC0FF;
	text-align: center;
	border: 1px solid #444;
	border-radius: 4px;
	background: linear-gradient(to bottom, #c0c0c0, #656565);
	text-shadow: #171d5a 1px 1px 1px;
	font: normal normal bold 18pt arial;
}

.mp3list {
	width: 100%;
	height: 230px;
	overflow-y: scroll;
	border: 1px solid #fff;
	padding: 2px;
}

/* slide generator */

.slide-item {
	min-height: 200px;
}

.body-part .slide-item p {
	color: #000;
}

.ref-cmd {
	width: calc(100% - 210px);
}

.ref-text {
	width: 690px;
	height: 350px;
}

.ref-ref {
	width: 100%;
	text-align: right;
	font-style: italic;
}

.jqte {
	margin: 5px 0;
}

button.ref-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#000;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:22px;
	width:60px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	margin: 0 3px;
}
button.ref-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
button.ref-button:active {
	position:relative;
	top:1px;
}

button.ref-button.active {
	background: #DA3C3C;
	text-shadow:1px 1px 0px #A24040;
}


.gridRow .gridProps i.entry-icon {
    font-size: 1.5em;
    padding-right: 10px;
    width: 32px;
    text-align: center;
}

.gridContainer .gridItem i.entry-icon {
    font-size: 3.5em;
}

.filesystem-overlay {
    padding-top: 10px;
    background-color: #fff;
}

.filesystem-overlay.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left : 0;
    right: 0;
    z-index: 10;
    overflow-y: scroll;
    display: none;
	padding-top: 45px;
}

body.overlay-present .filesystem-overlay {
    display: block;
    background-color: #fff;
    overflow-y: scroll;
}

.item-body a {
	cursor: pointer;
}

#filebrowser .filesystem-overlay {
    background-color: inherit;
}

#filebrowser .gridItem {
    background-color: #333;
}

#filebrowser .gridItem .item-footer {
    color: #fff;
}

#filebrowser .item-body .thumbs {
	height: 49px;
}

#filebrowser .table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #111;
}

#filebrowser .table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #444;
}

#filebrowser .table > tbody > tr > td, 
#filebrowser .table > tbody > tr > th, 
#filebrowser .table > tfoot > tr > td, 
#filebrowser .table > tfoot > tr > th, 
#filebrowser .table > thead > tr > td, 
#filebrowser .table > thead > tr > th {
	border-top: 1px solid #444;
}

#filebrowser .table tr { 
    color: #fff;
}

#filebrowser .gridRow .gridProps {
    font-weight: bold;
}

#filebrowser .nav-close {
    display: none;
}

.clickable,
.gridMenu {
    cursor: pointer;
}

.gridProps .gridMenu {
    color: #2d2b2b;
}

table.online-table {
    width: 100%;
}

table.online-table tr.inactive {
    font-style: italic;
}

table.online-table tr:nth-of-type(2n+1) {
    background-color: #ffffff10;
}
table.online-table tr:nth-of-type(2n) {
    background-color: #00000010;
}

table.online-table tr .lineitem {
    font-size: 1.05rem;
}

p.small-text {
    font-size: 0.8rem;
    padding-top: 20px;
}

div.caption {
	position: relative;
}

div.caption .circular {
	position: absolute;
	right: 10px;
	width: 52px;
	height: 52px;
	border: 1px solid #999;
	background-color: #ccc;
	border-radius: 50%;
	text-align: center;
	color: #333;
}

div.caption .circular.active {
	border: 1px solid rgb(24,150,24);
	background-color: rgb(0,100,0);
}

div.caption {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.seps {
	width: 30px;
	height: 10px;
}

.sourceitem .full {
	width: 68px;
}

.sourceitem .menu {
	width: 30px;
    color: #2d2c2c;
}

div.caption.active {
	border: 1px solid rgb(255,210,24);
	background-color: rgb(255,140,0);
}
div.source.active,
div.live.active {
	border: 1px solid rgb(24,150,24);
	background-color: rgb(0,100,0);
}
.container-source div.live {
    color: rgba(255,255,255,0.1);
}
div.xaml .live {
	cursor: default;
	border: none;
	background-color: transparent;
	padding: 1px;
    pointer-events: none;
}

div.overlay.active {
	border: 1px solid rgb(39,90,176);
	background-color: rgb(26,60,117);
}
div.overlay.active.preview {
	border: 1px solid rgb(255,210,24);
	background-color: rgb(255,140,0);
}

div.full.active {
	border: 1px solid rgb(64, 86, 255);
	background-color: rgb(0, 33, 213);
	color: #fff;
}

.sourceitem .source {
    width: 600px;
    padding-left: 5px;
    text-align: left;
}

.sourceitem .caption {
	width: 392px; 
	padding-left: 5px;
	text-align: left !important;
}

.sourceitem .live,
.sourceitem .overlay {
	width: 68px;
}

.context-menu-icon.context-menu-icon--fa5 i, 
.context-menu-icon.context-menu-icon--fa5 svg {
    width: 32px;
    text-align: center;
    top: 0.4em !important;
}

.column.col-left,
.column.col-right {
    padding: 10px;
}

.audio-container .col-right .controls input ,
.audio-container .col-right .controls select {
    color: #111;
}


.drag-and-drop .dz-message {
    display: none;
}

.action-presets-tab.ui-tabs .cp-tabpanel.panel-preset.ui-tabs-panel {
    padding: 1em 0.4em;
}

.cp-container {
    width: 100%;
}

.cp-left {
    display: table-cell;
    min-width: 450px;
    vertical-align: top;
}

.cp-right {
    display: table-cell;
    min-width: 500px;
    vertical-align: top;
    position: relative;
    text-align: center;
}

.cp-slider {
    position: absolute;
    top: 3px;
    right: 15px;
    height: 300px;
}

.cp-slider.noUi-target {
    background-color: rgba(128,128,128,0.5);
    border: 1px solid rgba(211,211,211,0.5);
}

.cp-image-container {
    position: relative;
}

.cp-status {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background-color: rgba(0,0,0,0.5);
    padding: 0 5px;
}

.cp-joystick {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto;
    z-index: 99;
}

.cp-joystick-placeholder {
    width: 500px;
    height: 200px;
}

.cp-joystick .cp-chevron {
    color: rgba(255,255,255,0.07);
}

.cp-joystick .cp-chevron.hilite {
    color: #fff;
}

.fa-rotate-45{
   -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5)";
   -webkit-transform:rotate(45deg);
   transform:rotate(45deg);
}

.fa-rotate-135{
   -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5)";
   -webkit-transform:rotate(135deg);
   transform:rotate(135deg);
}

.fa-rotate-225{
   -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2.5)";
   -webkit-transform:rotate(225deg);
   transform:rotate(225deg);
}

.fa-rotate-315{
   -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3.5)";
   -webkit-transform:rotate(315deg);
   transform:rotate(315deg);
}

.cp-bottomright {
    margin-top: 10px;
}

.stanza-marker {
    position:absolute;
    width:1px;
    height:100%;
    top:0;
    background-color:#090;
}

.stanza-marker.end {
    background-color:#900;
}

.stanza-marker .stanza-flag {
    display: inline-block;
    position: relative;
    color: #fff;
    left: 0;
    top: 0;
    width: 20px;
    font-size: 10pt;
    padding: 2px;
    text-align: center;
    background-color:#090;
}

.stanza-marker.end .stanza-flag {
    background-color:#900;
}

.cf-remove .input-frame {
	padding-top: 0;
	width: 100% !important;
}

#book_summary ul {
	list-style: none;
	padding: 0;
}

#book_summary li {
	padding: 0;
	display: block;
	margin: 5px 0;
	font-size: 1.1rem;
}

#book_summary p {
	line-height: 1.4;
	padding: 15px 0;
	font-size: 1.3rem;
}

table.cygnus-soundcraft td.soundcraft-label {
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
}

table.cygnus-soundcraft .visible-2 .disable,
table.cygnus-soundcraft .visible-2 .enable ,
table.cygnus-soundcraft .visible-1 .disable,
table.cygnus-soundcraft .visible-0 .enable ,
table.cygnus-soundcraft .visible-0 .dim,
table.cygnus-soundcraft .visible-1 .dim {
	display: none;
}
 
#filebrowser .filesystem-overlay .navbar.navbar-fixed-top {
	display: inline-block;
	width: 200px;
	top: 64px;
	margin-bottom: 0;
}

.usage-container {
	position: absolute;
	bottom: 3px;
	right: 3px;
	padding: 2px;
	background-color: #900;
	color: #fff;
	border-radius: 50%;
	min-width: 23px;
	cursor: pointer;
}

span.ei_box {
	color: #333;
	padding: 4px !important;
	margin: 0 2px !important;
	border-radius: 3px;
}

#eai_input {
	width: 200px;
	display: inline-block;
}

.btnclass.gray {
	box-shadow: 0px 1px 0px 0px #f2f2f1;
	background:linear-gradient(to bottom, #c1c1c0 5%, #828282 100%);
	border:1px solid #999897;
	text-shadow:0px 1px 0px #eaeae9;
	color: #f00;
}
.btnclass.gray:hover {
	background:linear-gradient(to bottom, #828282 5%, #c1c1c0 100%);
}

.btnclass.red,
.btnclass.gray.active {
	box-shadow: 0px 1px 0px 0px #953737;
	background:linear-gradient(to bottom, #fb9191 5%, #f90000 100%);
	border:1px solid #5b1111;;
	text-shadow:0px 1px 0px #1a0000;
	color: #fff;
}

.btnclass.red:hover,
.btnclass.gray.active:hover {
	background:linear-gradient(to bottom, #f90000 5%, #fb9191 100%);
}

div#pagecontainer {
	margin: auto;
	/* width: 980px */
}

.submenu i.largeicon {
	font-size: 2.5em;
}

.submenu .menuitem-single {
	padding: 0 10px 0 0;
}

.submenu .is-button {
    vertical-align: top;
}

#footer-strip span.menuitem-single {
	padding: 0 10px;
}

div.header.main-col {
	position: relative;
}

.main-body {
	width: 100%;
}

.login_view_email .column.main-column {
	width: 720px;
}

.control-checkbox .group-item label {
	color: #333;
	margin-left: 10px;
	font-weight: bold;
}

.container-vmix h1.message-status {
    font-size: 40px;
    font-weight: bold;
    margin-top: 20px;
}

.cf-message {
	position: relative;
}
.cf-message .message-controls {
	position: absolute;
	top: -5px;
	right: 10px;
	z-index: 100;
}

.cf-message .message-controls label {
	width: auto;
	color: #333;
	margin: 0 10px;
}

.rangeslider--horizontal {
	width: 380px !important;
}

.audios .rangeslider--horizontal {
	width: 280px !important;
	margin: 18px 0 0 10px;
}

.vmix-controls.volume .full, 
.vmix-controls.volume .live, 
.vmix-controls.volume .overlay,
.vmix-controls.volume .overlays,
.vmix-controls.standard .audios {
	display: none;
}

.vmix-controls .volume {
	display: inline-block;
	width: 68px;
}


.vmix-controls .volume i::before{
    content: "\f026";
}

.vmix-controls .volume.active {
	border: 1px solid rgb(24,150,24);
	background-color: rgb(0,100,0);
}

.vmix-controls .volume.active i::before{
    content: "\f028";
}

#cms_panel.piano .prelude-options {
	display: none;
}

div.ptz-options .ptz1-actions ,
div.ptz-options .ptz2-actions {
	display: none;
}

div.ptz-options.has_ptz1 .ptz1-actions,
div.ptz-options.has_ptz2 .ptz2-actions {
	display: block;
}


/* new lyrics / text overlay */

.wd4 {
	width: 120px;
	margin: 2px 5px;
}

.stanzas {
    font-size: 20px;
    padding-bottom:20px;
}

.stanzas .stanza {
  padding: 5px 5px 10px;
}

.stanzas .stanza.active {
    color: #ffffa1;
}

.right-float,
.stanzas .stanza .bar {
    display:block;
    float:right;
}

.stanzas .stanza .row {
    padding: 4px 0;
    position: relative;
	max-width: 650px;
}

.stanzas .stanza .row span {
    white-space: pre-wrap;
}

.stanzas .italic {
	font-style: italic;
}

.stanzas .smallcap {
	font-size: 0.75em;
}

.stanzas .stanza:nth-child(even) {
	background-color: #201D1D;
}

.stanzas .stanza:nth-child(odd) {
	background-color: #000008;
}

.fa-iconstack {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 1.125em;
}

/* to do: align middle */
.editor.stanza {
	font-size: 21px;
	min-height: 300px;
    margin-top: 12px;
}

.editor.stanza .row {
    padding: 0;
}

.editor.stanza .row .editable {
    display: inline-block;
    border: 1px solid #fff0;
    white-space: pre-wrap;
}

.editor.stanza .row .editable.active {
    border: 1px solid #900;
    outline: 1px solid #900;
}

.record-time {
	margin-right: 10px;
}
.record-time .timer {
	font-family: monospace;
	color: #fff;
	padding: 3px 10px;
	background-color: #f00;
	font-size: 22px;
}