/* input[type=number] {
    height: 30px;
} */

input[type=number]:hover::-webkit-inner-spin-button {  
    width: 14px;
    height: 30px;
}


a.actionLink
{
	text-decoration: none;
	margin-right: 25px;
}

a.actionLink:hover {
	color:  #ffffff;
}

a.hoverWhite:hover {
	color:  #ffffff;
}

a.selectLink
{
	text-decoration: none;
	color: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	font-family:sans-serif;
	color:#2A272C;
	height:100%;
}

.montserrat
{
	font-family: 'Montserrat', sans-serif;
	color: rgb(52, 53, 56);
	background-color: #ffffff;
}

div.msg
{
	background-color:#FFFFFF;
	border:3px solid #3898b8;
	min-width: 340px;
	max-height: 120px;
	width:100%;
	max-width: 750px;
	overflow: auto;
	padding-left: 10px;
	margin:auto;
	vertical-align: middle;
	font-size: 120%;
}

div.error
{
	background-color:#fc0303;
	border:3px solid #fc0303;
	color:white;
	min-width: 340px;
	max-height: 120px;
	width:100%;
	max-width: 750px;
	overflow: auto;
	padding-left: 10px;
	margin:auto;
	vertical-align: middle;
	font-size: 120%;
	border-radius: 3px;
}

.closeMsg
{
	background-color: #fc0303;
	border: #F14C5F solid 1px;
	color:white;
	margin:2px;
}

.closeMsg:hover {
	border: rgb(83, 83, 83) solid 1px;
}

div.menuBody, .menuTitle, .warning
{
	z-index:2;
	position: relative;
}

div.menuTitle
{
	width: 600px;
}

div.warning
{
	background-color:#E0E0E0;
	border:1px solid #F14C5F;
	text-align:center;
	height:min-content;
	font-size: 14px;
	padding: 5px;
}

span.warning
{
	color:#F14C5F;
}

td.selectLinks
{
	background-color: #FFFFFF;
	color: #F0F0F0;
	font-size:1.0em;
	border-collapse:separate;;
	padding:4px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}


td.otherPages
{
	background-color: #FFFFFF;
	font-size:1.0em;
	padding:4px;
}

table.selectLinks
{
	background-color: #FFFFFF;
	border-collapse:separate;;
	border-spacing:0px 6px;
	border-radius:5px;
	vertical-align: bottom;
	position: sticky;
	position: -webkit-sticky;
	left:0;
	top:-3;
	/* float: right; */
}

.selectLinks>select {
	color: black;
	font-size: 16px;
	margin-right: 5px;
	height: 26px;
}

div.selectHeader
{
	background: #FFFFFF;
	border-radius: 0px;
	white-space: nowrap;
	overflow: hidden;
}

div.tableTrack, .tableStart, .tablePriority, .tableVolumes, .tableSchedule, .tableName
{
	overflow: hidden;
	cursor: col-resize;
}

div.tableTrack, .tableStart, .tableVolumes {
	max-width: 170px;
}

.tableSchedule, .tableName, .tablePriority
{
	max-width: 250px;
}

.clickable
{
	cursor: pointer;
}

.tableExpanded
{
	max-width: none !important;
}

thead
{
	vertical-align: top;
}

title
{
	z-index:3;
}

table.dashboardTable
{
	margin-top:15px;
	position:relative;
}

.radio-toolbar input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}
  
  .radio-toolbar label {
	display: inline-block;
	background-color: darkgrey;
	padding: 8px 13px;
	font-family: Arial;
	font-size: 16px;
	width: 100px;
	height: 40px;
	min-width: 100px;
	cursor: pointer;
	text-align: center;
	color: white;
  }
  
  .radio-toolbar input[type="radio"]:checked+label {
	background-color: lightblue;
  }

.radio-toolbar span {
	color:grey;
	font-style: italic;
	text-align: justify;
	font-size: smaller;
	max-width: 330px;
	padding: 0px 10px;
	display: inline-flex;
	align-items: center;
	line-height: 1.2;
}

.dashboardPanelHeader {
	color:grey;
	font-size: 200%;
	width: 1000px;
	display: flex;
	justify-content: space-between;
}


td.home
{
	border-style:solid;	
	background-color: #E5E5E5;
	border-color: #E5E5E5;
	border-spacing:5px 6px; 
	border-radius:5px;
}

table.home, .homepage
{
	border-style:solid;
	border-color: #FFFFFF;
	border-spacing:5px 6px; 
	padding:5pt;
}

table.home
{
	border-collapse: collapse;	
	background-color: #FFFFFF;
	font-size: 1.5em;
	width: 40%;
	max-width: 650px;
	min-width: 320px;
	white-space: nowrap;
	border-spacing: 5px;
	margin: auto;
}

table.homePage
{
	background-color: #FBFBFB;
	font-size:1.2em;
	border-radius:15px;
	width: 195%;
	max-width: 800px;
}

div.account
{
	background-color: white;
	border-radius: 2px;
	text-align: left;
	padding: 1px;
	border-style: solid;
	border-width: thin;
	border-color: lightgrey;
	margin-bottom: 15px;
}

h1
{
	font-family: Arial, Helvetica, sans-serif; 
}

img.sortArrow
{
	border: none;
}

span.black
{
	color: #151515;
}

span.white
{
	color: #EEEEEE;
}

span.grayText
{
	color: #A0A0A0;
}

span.headerTitle
{
	position:relative;
	margin-right:30px;
	white-space: nowrap;
}

span.selectionDropdown
{
	position:relative;
	float:left;
}

.whiteText {
	color: white;
}

.grayText {
	color: gray;
}

.darkGrayText {
	color: darkGrey;
}

.blackText {
	color: black;
}

.accountField
{
	display: inline-block;
	color: #676D7D;
	font-size: 180%;
	font-weight: 100;
	width:300px;
	border-right-style: solid;
	border-right-color: #e7eaec;
	border-right-width: thin; 
}

.accountData
{
	font-size: 200%;
	font-weight: 400;
}

/* span.tableTitle
{
	font-size: 150%;
} */

table.devices, .input, .users, .home
{
	position: relative;
	z-index: 2;
}

table.devices
{
	border-spacing:0px 2px;
	font-size:1em;
	background-color: #FFFFFF;
	width: min-content;
}

table.subTable
{
	font-size: 1.0em;
}

table.input
{
	/* border-style:solid;	 */
	background-color: #F5F5F5;
	/* border-color: #D0B0C0; */
	/* border-spacing:5px 6px; */
	/* border-radius:10px; */
	/* min-width: 500px; */
}

div.modalInput
{
	height: 100%;
	position: fixed;
	z-index: 105;
	top: 0;
	right: 0;
	background-color: #ebe9e9;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 118px;
	animation-duration: 0.5s;
	animation-name: animateright;
	animation-timing-function: linear;
	/* display: none;
	position: fixed;
	z-index: 10;
	animation-duration: 0.5s;
	animation-name: animateright;
	right: 20; 
	top: 80;
	background-color: #eceaea;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
	width:min-content; */
}

div.devicesTable
{
	overflow-x: auto;
	overflow-y: auto;
	padding-bottom: 50px;
	flex-grow: 1;
}

.deviceTableHeadButton
{
	height: 26px;
    	width: 165px;
    	font-size: 16px;
    	padding-top: 1px;
}

table.modalInput
{
	/* border-style:solid;	 */
	background-color: #ebe9e9;
	/* border-color: #D0B0C0; */
	/* border-spacing:5px 6px; */
	/* border-radius:10px; */
	/* min-width: 500px; */
	margin: 5px;
}

table.modalInput tr {
	border-width: 1px 0px 1px 0px;
	border-color: lightgrey;
	border-style: solid;
}

@keyframes animateright
{
	from {right: -600px;}
	to {right: 0;}
}

#wrapper {
	width: 100%;
	overflow-x: visible;
}

.close {
	color: #000000;
	font-size: 22px;
	font-weight: bold;
	opacity: 1
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

table.users
{
	/* background-color: #FFFFFF; */
	border-radius:5px;
	width: max-content;
	margin-top: 12px;
	padding-top: 5px;
	padding-bottom: 25px;
	margin-bottom: 15px;
}

.users > tbody > tr
{
	vertical-align: top;
} 

.users th
{
	padding-right: 5px;
	padding: 2px;
}

.users td
{
	padding-right: 5px;
}

.usersDisplay {
	/* margin-top: 12px; */
	margin-bottom: 15px;
	/* margin-right: 15px; */
}

/* .usersDisplay td {
	height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
} */

#disabledDeployButton {
	font-size:14px;
	width:unset;
	background-color:lightgrey;
	border-color:lightgrey;
	color:darkgrey;
	margin-left:5px;
	max-height:33.6px;
}

#deploymentSettings {
	padding: 30px;
}

#groups {
	padding-left:10vw;
}

#metadataInputTable input[type=number] {
	max-width: 70px;
}

.fa-edit {
	color: #00b494;
}


.fa-trash, .fa-trash-alt {
	color: rgb(216, 67, 85);
}

table.input td
{
	background-color:#FFFFFF;
	padding:4px;
}

table.modalInput td
{
	background-color: #ebe9e9;
	padding:2px;
}

.modalForm 
{
	margin-block-end: 0;
}

td
{
	position: relative;
	z-index: auto;
	white-space: nowrap;
	padding-left:2px;
}

.devicesTable td, .devicesTable th {
	display: none;
}

.filteringTable td {
	display: inline-block;
	min-width: 175px;
}

.filteringTableGroup td {
	display: inline-block;
	min-width: 25px;
}

.tdWrap 
{
	white-space: normal!important;
}

td.amber, span.amber
{
	background-color: #f8ac59;
	color: black;
}

td.gray, span.gray
{
	background-color:grey ;
}

td.lightGray, span.lightGray
{
	background-color: lightgrey;
}

td.darkGray, span.darkGray
{
	background-color:darkgrey;
}

td.white, span.white
{
	background-color: white;
}

td.whiteSmoke, span.whiteSmoke
{
	background-color: whitesmoke;
}

tr.lightgrey
{
	background-color: #ebebeb;
}

tr.grey
{
	background-color: lightgrey;
}

td.black, span.black
{
	background-color: black ;
	color: white ;
}

td.lightBlue, span.lightBlue
{
	background-color:#A0B0FF ;
}

td.powderBlue, span.powderBlue
{
	background-color:powderblue ;
}

td.blue, span.blue
{
	background-color:#8080FF;
	min-width: 155px;
}

td.green, span.green
{
	background-color: #00B494;
}

td.lightgreen, span.lightgreen {
	background-color: #00e6bb;
}

i.green {
	color: #00B494;
}
i.darkGreen {
	color: #04967b;
}

i.black {
	color: #000000;
}

i.grey {
	color: #807a7a;
}

i.red {
	color: #fc0303;
}

i.amber {
	color:  #f8ac59;
}

td.cyan, span.cyan {
	background-color: #a3f5f5;
}

td.newUser
{
	padding-bottom:20px;
	background-color: #A0A0A0;
	max-width: 140px;
}

td.red, span.red
{
	background-color: #ed5565;
}

td.normal
{
	background-color: #FFFFFF;
}

td.title
{
	width:120px;
}

td.nameField
{
	max-width: 110px;
	white-space: nowrap;
}

td.groupField {
	max-width:200px;
	white-space: nowrap;
}

th
{
	font-family: Arial, Helvetica, sans-serif;
}

.tableTd {
	padding-left:4px;
	padding-right:4px;
}

.centerIcon {
	text-align: center;
}

tbody
{
  	display: table-row-group;
	border-color: inherit;
}

th.unfiltered, .unfilterable, .filtered, .selectionColumn
{
	/* border-right-style: solid; */
	/* border-right-width: 2px; */
	/* border-right-color: #E0E0FF; */
	font-size:1.0em;
	padding:4px;
	/* white-space:nowrap; */
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 2;
	text-align: left;
	color: #333;
	vertical-align: top;
	/* display: none; */
}

th.filtered, th.appearFiltered {
  /* background-color: #4CC96C ; 	 */
  background-color: #00B494!important;
  border-color: #1ab394!important;
}

th.unfiltered
{
	background-color: #eee;
}

th.unfilterable
{
	background-color: #eee;
}

th.selectionColumn
{
	background-color: #eee;
	text-align: center;
}

th.userTableHeader
{
	background-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: black;
	border-collapse: collapse;
	border-radius: 3px;
}

td.userTableCell
{
	background-color: lightgrey;
	border-radius: 3px;
}

td.userTableButton
{
	background-color: white;
	border-radius: 3px;
}

.goButton, .noButton, .soButton, .soSmallButton, .noSmallButton, .goSmallButton, .goMediumButton, .naSmallButton, .whSmallButton
{
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.timingWidgetButtonTall
{
	height: 30px;
	width: 80px;
	text-align: left;
	background-color: white;
}

.timingWidgetButtonNarrow
{
	height: 30px;
	width: 60px;
	text-align: left;
}

.goButton, .noButton, .soButton
{
    padding: 15px 32px;
    font-size: 16px;
}

.soSmallButton, .noSmallButton, .goSmallButton, .goMediumButton, .naSmallButton, .whSmallButton
{
	padding: 3px 16px;
	border: solid;
	border-width: thin;
	border-color: lightgrey;
	font-size: 1em;
}

.leftAlignButton
{
	height:30px;
	width:60px;
}

.goButton {
	/* background-color: #4CC96C; Green */
	background-color: #00B494;
  border-color: #1ab394;
}

.noButton {
    background-color: #F14C5F; /* Red */
}

.soButton {
    background-color: #3898b8; /* Blue */
}

.soSmallButton {
    background-color: #3898b8; /* Blue */
}
.noSmallButton {
	background-color: #F14C5F; /* Red */
	border-color: rgb(216, 67, 85);
	color: #FFFFFF;
}
.noSmallButton:hover {
	background-color: #f16e7d; /* Red */
	border-color: rgb(212, 97, 111);
	color: #FFFFFF;
}

.goSmallButton {
	background-color: #00B494; /*Green*/
	border-color: #1ab394;
	color: #FFFFFF;
}

.goSmallButton:hover {
	background-color: #2ad6b7; /*Green*/
	border-color: #6be2ca;
	color: #FFFFFF;
}

.goMediumButton {
	/* background-color: #4CC96C; Green */
	background-color: #00B494;
  border-color: #1ab394;
	min-width: 170px;
}

.naSmallButton {
    background-color: #573737; /* Black*/ 
}

.whSmallButton, .actionButton
{
	background-color: white;
	color: black;
	border: solid;
	border-width: thin;
	border-color: lightgrey;
	font-size: 1em
}

input[type='file'].whSmallButton { /* File inputs look asymmetrical sans this */
	padding: 4px 16px;
}

.greyed > .actionButton, button.greyed
{
	background-color: lightgrey !important;
	border-color: lightgrey !important;
	color: darkgrey !important;
	cursor: default !important;
}

.modalSelect {
	background-color: white;
	padding: 3px 6px;
	border: solid;
	border-width: thin;
	font-size: 1em;
	border-color: lightgrey;
	/* max-width: 150px; */
	width:100%;
}
.modalSelectSmall {
	background-color: white;
	padding: 3px 6px;
	border: solid;
	border-width: thin;
	font-size: 1em;
	border-color: lightgrey;
	max-width: 150px;
	min-width: 75px;
}
.modalSelectDate {
	background-color: white;
	padding: 3px 6px;
	border: solid;
	border-width: thin;
	font-size: 1em;
	border-color: lightgrey;
	max-width: 33px;
}
.modalSelectYear {
	background-color: white;
	padding: 3px 6px;
	border: solid;
	border-width: thin;
	font-size: 1em;
	border-color: lightgrey;
	max-width: 50px;
}

.sortButtonContainer {
	font-size: 18px;
	position: absolute;
	top:0;
	right:5px;
	cursor: pointer; 
}

input[type="button"]:disabled {
    background: #aaaaaa;
     color: #dddddd;
}

  
.tooltip {
	position: relative;
	display: inline-block;
	opacity: 1;
	z-index: auto;
	width: 18px;
	white-space: nowrap;
}

.tooltipNoWidth {
	position: relative;
	display: inline-block;
	opacity: 1;
	z-index: auto;
	white-space: nowrap;
	margin-top: 1px;
}

.tooltipPlayerManager {
	position: relative;
	display: inline-block;
	opacity: 1;
	z-index: auto;
	width: 100%;
	white-space: nowrap;
}

.tooltiptext
{
	display: none;
	padding-right: 2px;
	opacity:1;
}

.tooltip .tooltiptext 
{
	visibility: hidden;
	display: block;
	min-width: 120px;
	background-color: black;
	color:#fff;
	text-align: center;
	padding: 5px 6px;
	border-radius: 6px;
	position: absolute;
	z-index: 10;
	opacity:1;
	top: 100%;
	left: 20px; 
	font-size: 12px;
}

.tooltip:hover .tooltiptext
{
	visibility: visible;
	z-index: 100;
	opacity:1;
}

.tooltipPlayerManager .tooltiptext 
{
	visibility: hidden;
	display: block;
	min-width: 120px;
	background-color: black;
	color:#fff;
	text-align: center;
	padding: 5px 6px;
	border-radius: 6px;
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: 150; 
	font-size: 12px;
}

.tooltipPlayerManager:hover .tooltiptext
{
	visibility: visible;
}

.tooltipNoWidth .tooltiptext 
{
	visibility: hidden;
	display: block;
	min-width: 120px;
	background-color: black;
	color:#fff;
	text-align: center;
	padding: 5px 6px;
	border-radius: 6px;
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 150; 
	font-size: 12px;
}

.tooltipNoWidth:hover .tooltiptext
{
	visibility: visible;
}


.tooltipDecoration {
	text-decoration: underline grey dashed ;
	font-weight: bold;
	font-size: 13px;
}

.monitoringButtonOn
{
    text-align: center;
    text-decoration: none;
	display: inline-block;
	background-color: white;
	color: rgb(0, 180, 148);
	font-size: 28px;
	padding: 3px 16px;
	position:relative;
	background-color: transparent;
	padding: 3 16; 
	cursor: pointer;
}

@keyframes example {
	0%   {opacity: 1;}
	50%  {opacity: 0.2;}
	100% {opacity: 1;}
  }

.flash {
	animation-name: example;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.monitoringButtonOff
{
    text-align: center;
    text-decoration: none;
	display: inline-block;
	background-color: white;
	color: black;
	font-size: 28px;
	padding: 3px 16px;
	position:relative;
	background-color: transparent;
	padding: 3 16; 
	cursor: pointer;
}

.monitor
{
	visibility: hidden;
	display:inline-block;
	position: relative;
	top: 0;
	/* font-size:18px;  */
	height: 100%;
	width: 10%;
	margin: 0;
	padding:4 0 0 4;
	font-family: Tahoma; 
	/* background-color: #4CC96C; */
	/* overflow:hidden; */
	vertical-align: middle;
	background-color: #00B494;
  border-color: #1ab394;
}

.logo
{
	height:50px;
}

.third {
	width: 33%;
}
.half {
	width:50%;
}

.widthDropdown {
	width: 29%;
}

.userName
{
	font-size: 100%;
	border-style: solid;
	border-width: thin;
	border-radius: 5px;
	background-color: white;
	border-color: lightgrey;
	border-spacing:5px 6px; 
	padding: 10px;
	margin-top: 10px;
	width: 90%;
	max-width: 500px;
	margin: auto;
}

@media only screen and (max-width: 500px) {
	.userName {
	  background-color: rgb(21, 179, 231);
	  min-width: 90%;
	}
  }

.detailsInput
{
	font-size: 100%;
	padding: 10px;
	background: whitesmoke;
	border: solid 1px lightgrey;
	border-radius: 5px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.replaceSelect
{
	height: 30px;
	font-size: 100%;
	padding: 5px;
	background: whitesmoke;
	border: solid 1px lightgrey;
	border-radius: 3px;
	margin: 2px;
}

.replaceSelect>option
{
	font-weight: bold;
}

.logIn
{
	font-size: 100%;
	padding: 10px;
	background: rgb(232, 240, 254);
	border: solid 1px lightgrey;
	border-radius: 5px;	
	margin-top: 10px;
	float: right;
}

.devTableWithHeader
{
	background-color: #FFFFFF;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: margin-right .5s linear;
}

#devicesForm 
{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	height: 0;
}

.loginBox
{
	padding-top:90px;
	/* width:40%; */
	max-width:600px;
	margin:auto;
	padding: unset;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media only screen and (max-width: 500px) {
	.loginBox {
	  background-color: lightblue;
	  width:90vm;
	}
  }

.selectCheckbox>input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: unset;
	background-color: white;
}

.container
{
	position: relative;
	width:unset;
	height: 100%;
	overflow: hidden;
}

.editExisting
{
	background: #FFFFFF;
	/* max-width:150px; */
	height: 25px;
	margin-bottom: 3px;
	min-width: 100px; 
}

.alertsColumn
{
	min-width: auto!important;
}

.editedExisting
{
	background:palegoldenrod;
	max-width:140px;
}

input.editExisting:focus
{
	background:white;
}

/* input.inputNumberField
{
	max-width: 80px;
} */

input.newUser
{
	background-color: #FFFFFF;
	max-width: 140px;
}

/* input.text
{
	width: 100%;
	min-width: 110px;
} */

textarea.textSearch
{
	background: white;
	width: 110px;
	height:20px;
	/* min-width: 110px; */
	resize: none;
	font-family: 'Courier New', Courier, monospace!important;
	/* max-width: 180px; */
}

select.priorityPlaylistSelect
{
	border-width: 1px;
	border-color: #F14C5F;
}

.dropperdown
{
	overflow:hidden;
	width: fit-content;
	position: static!important;
}

.dropperdown .dropbtn
{
	border:none;
	outline:none;
	padding:14px 16px;
	background-clip: inherit;
	font-family: inherit;
	margin:0;
	background-color:white;
	font-size: 14px;
	font-weight: 600;
	color: #676a6c;
}

.navbar a:hover, .dropperdown:hover .dropbtn, .dropperdown:hover .actionButton
{
	/* background-color: #4CC96C; */
	background-color: #00B494;
  border-color: #1ab394;
	color: #FFFFFF;
}

.dropdown-content
{
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:105;
}

.dropdown-content a 
{	
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	width: 100%;
	font-size: 13px;
}

.dropdown-content a:hover 
{
	/* background-color: #4CC96C; */
	background-color: #00B494;
  border-color: #1ab394;
}

.dropperdown:hover .dropdown-content 
{
	display: block;
}

.actionButton
{
	padding:5px 10px;
	background-clip: inherit;
	font-family: inherit;
	margin:0;
	background-color: #00B494;
	border-color: #1ab394;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	width: 90px;
}

.actionButton:hover
{
	padding:5px 10px;
	background-clip: inherit;
	font-family: inherit;
	margin:0;
	background-color: #2ad6b7; 
	border-color: #6be2ca;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	width: 90px;
}

#modalUpdateTable > tbody > tr > td > .soSmallButton, 
#modalUpdateTable > tbody > tr > td > .noSmallButton,  
#modalUpdateTable > tbody > tr > td > .goSmallButton
{
	margin: auto;
	height: 100%;
	display: inline-block;
	padding: 2.5px 10px;
	margin: -1px;
}
.smallButtonHalf
{
	width: 50%!important;
	margin: 0!important;
}

/* div.modalInput > form > table > tbody > tr
{
	font-size: 14px;
}  */

div.tableName
{
	max-width: 230px;
	padding-right: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wide
{
	width: 100%;
}
.halfWidth
{
	width: 50%;
}

.path
{
	color: #676D7D;
	font-size: 16px;
	text-decoration: none;
	text-align:left;
	position: relative;
}

.path > a
{
	color: #676D7D;
}

.pathContrast 
{
	color: white!important;
	font-weight: bold;
}

/* .dashPanel
{
	height: 300px;
	overflow: scroll;
} */

.dashboardHeader
{
	background: white;
	padding: 10px;
	border-radius: 4px;
	margin: 10px 5px;
	border-color: #E7EAEC;
	border-width: 1px;
	border-style: solid;
}



table.chartControls tbody tr td{
	padding:0.5em;
}

.deviceInfoLabel{
	font-weight: bold;
}

.elementDashboard
{
	padding-right: 15px;
}

.deviceInfoData
{
	color:#676D7D;
	padding-right: 10px;
}

.spacer
{
	margin-right: 10px;
	padding-left: 10px;
	color: #676D7D;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #676D7D;
}

.dashPanel{
	border:thin solid #E7EAEC;
	border-radius: 4px;
	padding:15px;
	margin:5px;
	background-color: white;
}

table.chartControls{
	background-color:white;
}

.elementBody
{
	padding:5px;
	vertical-align: top;
	background-color: white;
	border-color: #E7EAEC;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
}

#deviceEventLog
{
	max-height: 300px;
	overflow-y: scroll;
}

.radioContainer {
	display: inline-block;
	position: relative;
	margin-right: 20px;
	padding-left: 25px;
	margin-top: 6px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  .lightRadio {
	width: 36%;
	display: inline-block!important;
	font-weight: 100!important;
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 25px!important;
}
  
  .radioContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  .radioIndicator {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 50%;
  }
  
  
  .radioContainer:hover input ~ .radioIndicator {
	background-color: #ccc;
  }
  
  .radioContainer input:checked ~ .radioIndicator {
	/* background-color: #4CC96C; */
	background-color: #00B494;
  border-color: #1ab394;
  }
  
  .radioIndicator:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  .radioContainer input:checked ~ .radioIndicator:after {
	display: block;
  }
  
  .radioContainer.radioIndicator:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
  }

  /*Dashboard classes*/

  .playlistMetadataReadout {
	width: 900px;
	font-size: 90%;
  }

  .playlistSelectionBoxes {
	display:inline-block;
	height:60px;
	width:60px;
	vertical-align:top;
	transition: background-color .3s;
  }
  .playlistSelectionBoxes:hover {
	background-color:lightblue!important;
}

.deviceRow {
	height: 18.75px;
}

.filterDivLabel {
	margin-bottom: unset;
	font-weight: unset;
	width:150px;
	white-space:normal;
}
.filterDivLabelGroup {
	margin-bottom: unset;
	font-weight: unset;
	width:250px;
	white-space:normal;
}

#filterGroupNames {
	margin-bottom: unset;
	font-weight: unset;
	width:250px;
	white-space:normal;
}

  .timeLabelsContainer {
    min-width: 900px;
    width: 900px;
    position: relative;
    margin-left: 67px;
    text-align: left;
    margin-top: -10px;
    padding-bottom: 10px;
  }

  #timeLabels06, #timeLabels12, #timeLabels18 {
	  position: absolute;
  }

  #timeLabels06 {
	left:208.725px;
  }

  #timeLabels12 {
	left:433.725px;
  }

  #timeLabels18 {
	left:658.725px;
  }

  .playlistLabel {
	padding: 2px;
	padding-left: 5px;
	background-color: #FFFFFF;
	min-width: 240px;
	width: max-content;
	border-radius: 2px;
	/* display: flex;
	flex-direction: row; */
  }

  .playlistUnderDescription {
	max-width: 800px;
	white-space:normal;
	transition: max-height 0.5 ease-out;
	height:auto;
	max-height:300px;
  }


  .playlistImages, .playlistGifs {
	vertical-align: unset;
	cursor: pointer;
	margin-left: 2px;
	transition: opacity .3s;
  }

  .playlistImages:hover, .playlistGifs:hover {
	  /* border-width:1px;
	  border-style:solid;
	  border-color:black; */
	  opacity: .7;
  } 

  .dashboardBackground {
	  background-color: white;
	  height:unset;
  }

  .dashboardWrapper {
	padding-bottom: 0px;
	padding-left: 25px;
  }

  .dashboardTitle {
	width:650px;
	line-height:140%;
	align-self:flex-end
  }

  .dashboardColumnFlex {
	display:flex; 
	flex-direction:column;
	margin-right:30px;
	margin-bottom:10px;
  }
  
  .dashboardRowFlex {
	display:flex;
	flex-direction:row;
	margin-bottom:10px;
  }

  .dashboardDeviceReadout {
	padding:4px;
	background-color:#ededed;
	height:25px;
	border-radius:3px;
	margin-right:10px;
	position:relative;
	transition: background-color .3s;
  }

  #dashboardVolume:hover {
	  background-color: lightblue;
  }

  /* @keyframes volumeExpand {
	  from {height:0px;}
	  to {height:237px}
  } */

  .volumePanelInterior {
	position:absolute;
	z-index:2;
	left:-9px;
	top:18px;
	animation: volumeExpand;
	animation-duration: .5s;
  }

  .volumeFlexContainer {
	display:flex;
	flex-direction:row;
	padding:6px 9px
  }

  .volumePanelBackground {
	width:400px;
	background-color:#ededed;
	margin-right:30px
  }

  .volumeColumnFlex {
	display:flex;
	flex-direction:column;
	padding:5px 15px;
	box-shadow:1px 2px 2px 2px #888888
  }

  .volumePanelHeader {
	color:grey;
	font-size: 200%;
	width: 1000px;
	display: unset;
	justify-content: space-between;
	width:230px;
  }

  .closeVolume {
	float:right;
  }

  .flexRow {
	display:flex;
	flex-direction:row;
  }

  .flexRow.centered {
	justify-content: center;
  }

  .flexRowUpload {
	display:flex;
	flex-direction:row;
	justify-content: space-between;
  }

  .flexRowReverse {
	display: flex;
	flex-direction: row-reverse;
  }

  #volumeReadout {
	  cursor:pointer;
	  padding:4px;
  }

  .dashboardDescriptionTitleLine {
	font-size: 110%;
	margin-bottom: 7px;
  }

  .dashboardDescriptionBox {
	margin-top: 10px;
	display:flex;
	flex-direction:row;
	height:100%;
	text-align:left
  }

  .dashboardDescriptionText {
	/* padding:12px; */
	padding-bottom: 20px;
	/* background-color:#ededed; */
	min-height:50px;
	border-radius:3px;
	margin-right:8px;
	width:1000px;
	min-width:900px
  }  
  
  

  .activePlaylistsBox {
	background-color:#ededed;
	padding:15px;
	width:1000px;
	padding-bottom:6px;
	border-radius:3px;
	transition: opacity 1s;
  }

  .activePlaylistsInterior {
	min-width:900px;
	width:900px;
	position:relative;
	margin-left:67px;
	text-align:left;
	margin-bottom:-17px;
	margin-top: 10px;
  }

  .pointer {
	left:0px;
	position:absolute;
	z-index:1;
  }

  .pointerDown {
	top:-8px;
  }

  .indicatorChevron {
	  cursor: pointer;
	  font-size: 150%;
	  padding:24px;
  }

  .playlistExpansionIcon {
	cursor: pointer;
	padding-left:5px;
	padding-top:3.605px;
	width:20.21px;
	height:20.21px;
	background-color:lightblue;
  }

  .dashboardDescriptionDropdownFlexRow {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
  }
  
  div.verticalAlign {
	display:flex;
	flex-direction: column;
	justify-content: center;
	margin:2px;
  }

  .dashboardNowPlayingTitle {
	font-size: 120%;
  }

  .themeConceptDescription {
	font-style: italic;
	margin-bottom: 10px;
  }


  /*End of dashboard classes*/


  .checkContainer {
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 150px;
	margin-right:30px;
	white-space: nowrap;
  }
  
  /* Hide the browser's default checkbox */
  .checkContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 3px;
  }
  
  /* On mouse-over, add a grey background color */
  .checkContainer:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a green background */
  .checkContainer input:checked ~ .checkmark {
	/* background-color: #4CC96C; */
	background-color: #00B494;
  border-color: #1ab394;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .checkContainer input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkContainer .checkmark:after {
	left: 7px;
	top: 2px;
	width: 8px;
	height: 13px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }

#temperature1 
{
	background-color: #EC5667;
}

#temperature2
{
	background-color: #F8AC5A;
}

#duty1
{
	background-color: #00B494;
}

#internalDuty1
{
	background-color: #0D83C7;
}

.updateDeviceSettingsText
{
	width:90px;
}

.UpdateDeviceSettingsTable
{
	font-size: 14px;
	width:100%;
}

a
{
	color: darkblue;
}

.flex-container-close {
	display:flex;
	flex-direction: row-reverse;
	background-color: #00B494;
	border-color: #1ab394;
	padding-right: 3px;
	/* cursor: all-scroll; */
}

.flexbox-container
{
	display: flex;
	flex-direction: row-reverse;
	align-items: stretch
}

.flexbox-container-column
{
	display: flex;
	flex-direction: column;
}


.logDownloads a, .logDownloads button{ 
	width: 170px;	
}

.logDownloads i {
	float:right;
	padding-top:3px;
}

.logDownloads input {
	width: 46px;
}

.modalDivFooter
{
	width:100%;
	/* border-top: 1px solid lightgrey; */
	/* margin-top: 2px; */
}

tr[rowspan="2"] input[type="button"] {
	height:100%;
}

#toggleButtonsPanel
{
	width: 100%;
}

.toggleButtons
{
	float: right;
	width: 105px;
}

#showHidden
{
	min-width:140px;
}

.userInfoDropdown
{
	right: 0px;
	width:20%;
	min-width: 150px;
	max-width:300px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
}

.logoutButton
{
	padding:5px;
	border:unset;
	width:100%;
	background-color:#f9f9f9;
	font-size:110%;
}
.logoutButton:hover
{
	background-color: white;
}

.logoutButton:focus
{
	outline-color:white;
}

span.deviceCount
{
	color: grey;
}

.actionContainer
{
	width:93px;
	display:inline-block;
	vertical-align:top;
	margin-top:17px;
	margin-left:20px;
}

span.fromDateInput > div
{
	width:100px;
	display: inline-block;
	margin-top: 6px;
}

span.fromDateInput > input
{
	width: 55px;
}

span.fromDateInput > select
{
	background-color: white;
}

#modeGraph .dygraph-axis-label, #playingGraph .dygraph-axis-label
{
	display: none;
}

div.warning 
{
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: 30px;
	background-color: rgb(252, 226, 158);
	border: none;
	font-size: 14px;
	text-align: left;
	flex-grow: 3;
	min-height: 78px;
}

.selectDropdown 
{
	width: 200px;
	padding: 3px;
	background-color: white;
	margin-left: 8px;
	margin-bottom: 2px;
}

.hiddenSubmit
{
	position: absolute;
	display: none;
}

.extra
{
	display: none;
}

th > input[type="text"]
{
	min-width: 110px;
    width: 100%;
}

.groupFilterButton {
	width: 100%;
	height: 19px;
	padding: 0px;
}

.groupFilterDiv {
	background-color:#eceaea;
	box-shadow: 1px 5px 3px 3px grey;
	min-width:400px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

#groupFilterDivContainer {
	position: absolute; 
	z-index: 4;
}

.switchFilterTabs {
	height:38px;
	cursor:pointer;
}

.switchFilterTabs:first-of-type {
	border-left-width: 0px!important;
}

.switchFilterTabs:last-of-type {
	border-right-width: 0px!important;
}

.groupFilterCheckbox {
	height: 1.1em;
	width: 1.1em;
} 

#groupFilterCheckboxTD {
	max-width: 20px;
}

.filterFlex {
	width:100%;
	justify-content:space-between;
	align-items:stretch;
	font-weight: 700;
}

.filterGroupsTabs {
	padding:5px;
	overflow-y: scroll;
	min-height: 150px;
	max-height: 40vh
}

.filterEnableButton {
	float: right;
}

.filterEndBar {
	display:flex;
	flex-direction:row-reverse;
	border-top-color:lightgrey;
}

.filterEndBar button {
	margin:5px;
}

.spacedTable strong {
	margin-right: 10px;
}

.spacedTable th {
	margin-top: 10px;
}

.spacedTable td {
	padding-right: 10px;
}

.form-horizontal::before {
	height:4px;
	
}

.registerClientInput{
	margin-bottom:10px;
}

.sectionContentRowCheckbox {
	height: 1.8em;
	width: 1.8em;
}

.contentThumbnail:hover {
	height: unset;
	width: unset;
	max-width: 600px;
	max-height: 600px;
	position: absolute;
	z-index: 999;
	top: 8px;
	box-shadow: 1px 2px 3px grey;
}

.sectionsContentRow {
	width: 30px;
}

.contentRow.paleRed {
	background-color: #FFF0F0;
}

.contentRow.paleGreen {
	background-color: #F0FFF0;
}

.contentRow.paleBlue {
	background-color: #F0F0FF;
}

.contentRow.blue {
	background-color: #F0FFFF;
}

.contentRow.section {
	font-weight: bold;
}

.contentRow td {
	vertical-align: middle!important;
	/* ^Bad practice I know, but the alternative is fighting bootstrap for specificity*/

}

.moreOptionsDropdown {
	position: absolute;
	background-color: white;
	z-index: 999;
	font-size: 125%;
	border-color: lightgrey;
	border-width: .5px;
	border-style: solid;
	bottom: 15px;
	right: 55px
}

.moreOptionsDropdown a {
	color: black;
}

.moreOptionsDropdown button:hover {
	border-color: grey;
}

th.narrow {
	width: 80px;
}
input.narrow {
	width: 90px;
}
td.narrow {
	width: unset;
}

.narrowTable {
	width: unset;
	margin-bottom:unset;
}

.timingWidgetSectionTable{
	table-layout: fixed;
}

.timingWidgetTracksTable {
	border-collapse: separate;
	border-spacing: 0px;
}
.timingWidgetTracksTable tr td {
	border-collapse: separate;
	border-spacing: 0px;
	vertical-align: middle;
}
.timingWidgetInputs {
	border: #e5e6e7 solid 1px;
	background-color: white;
	height: 30px;
	width: 100px;
	vertical-align: top;
	margin-top: 3px;
	margin-bottom: 3px;
}

.timingWidgetCheckbox{
	appearance: none;
	background: white;
	border:1px solid #e5e6e7;
	border-radius: 3px;
	display: inline-flex;
	font-weight: bold;
	width: 20px;
	height: 20px;
	position: relative;
	top: -2px;
	vertical-align: middle;
}
.timingWidgetCheckbox:active {
	appearance: none;
}
.timingWidgetCheckbox:checked {
	background: #00b494;
}
.timingWidgetCheckbox:checked:after {
	content: "X";
	color: white;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	line-height: 19px;
}

.activeTabHeader {
	background-color:#00b494;
	color:white;
}

.inactiveTabHeader {
	background-color:white;
	color:black;
}

.selectedTabHeader {
	border-color:grey;
	border-width:2px 2px 0px 2px;
}

.unselectedTabHeader {
	border-color:rgb(144, 144, 144);
	border-width:thin;
}

#groupAssignmentWidget {
	box-shadow: 2px 2px 2px 0px lightgrey;
}

.highlightedRow {
	background-color: wheat!important;
}

.groupNameRow {
	transition: background-color 4s;
	background-color: white;
}

/* .groupNameRow:nth-child(even) {
	background-color: #f3f3f4;
} */

#tableDiv {
	padding-bottom: 20px;
	padding-right: 20px;
}

.Landscape_template {
	width: 160px;
	height: 85px;
}

.Portrait_template {
	width: 60px;
	height: 85px;
}

.content-selection-widget {
	display: none;
	position: absolute;
	background-color: #f3f3f4;
	border: 1px solid lightgrey;
	z-index: 10;
	max-width: 300px;
	min-width:250px;
	height: 300px;
	overflow-y: scroll;
	padding: 8px;
	top: 26px;
	right: 44px;
}

.content-selection-widget-table {
	width:230px;
}

.content-selection-widget-item {
	cursor: pointer;
}

.content-selection-widget-item:hover {
	background-color: white;
}

.content-selection-widget-name {
	width:200px;
	white-space:normal;
}

button.warn {
	border-color: #ed5565;	
}

tr.selected {
	background-color: white;
	box-shadow: 0px 0px 2px
}

.flip {
	transform : rotate(180deg);
}

.unselectable {
	user-select: none;
}

.codeInput {
	text-align:center;
}

.codeInput::-webkit-outer-spin-button,
.codeInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  display:none;
}

.textPreview {
	position: absolute;
	top: -1px;
	max-height: 200px;
	min-height: 40px;
	width: 300px;
	background-color: white;
	z-index: 10;
	display: none;
	border: 1px solid lightgrey;
	padding: 3px;
	white-space: normal;
	overflow: hidden;
	cursor: pointer;
}

.form-control {
	padding: 3px 6px;
}

.playlist-search-input {
	width: fit-content;
	display: inline;    
}

.playlist-editor-header-inputs{
	display: inline-flex;
	max-width: 70px;
	border: 1px solid #e5e6e7;
}

.playlist-editor-header{
	display: inline-flex;
	margin-top: 3px;
	margin-bottom: 3px;
}

.playlist-editor-headers{
	overflow: auto;
	max-height: 130px;
	padding-bottom: 0px;
}

.playlist-editor-header-label{
	display: inline-flex;
	min-width:90px;
	text-align: center;
}

.playlist-editor-header-content{
	display: inline-block;
	white-space: nowrap;
}

.playlist-editor-tabs{
	background-color: #fff;
	float:left;
	position: relative;
	top: 1px;
	height: 40px;
	min-height: 40px;
	width: fit-content;
	min-width: 130px;
	border: #e5e6e7 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	text-align: center;
	z-index: 2;
}

.first-playlist-editor-tabs{
	border-right-style: none;
}

.playlist-editor-margin{
	margin: unset;
}

/* Firefox */
.codeInput[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

/* marketing */

.marketingTooltipEmphasis {
	color:#00b494;
	text-decoration:underline;
	font-weight:bold;
}

a.marketingTooltip {
	left: -100px;
	top: -35px;
	font-size: 115%;
	font-weight: normal;
	height: 120%;
	display: flex;
	align-items: center;
	padding: 10px;
}

.helpBox {
	background-color:#eee;
	padding:8px;
	width:500px;
	text-align:justify
}

.bold {
	font-weight: bold;
}

.help {
	vertical-align: super;
	background-color: white;
	border: 1px lightgrey solid;
}

button.saveTiming {
	background-color:#00b494; 
	border-color:#1ab394; 
	color:#fff; 
	float:right; 
}

.timeNudgeButton {
	background-color: white;
	border-style: none;
	display: none;
	width: 36px;
}

.timeNudgeButton:hover {
	background-color: lightgrey;
}

.timeNudgeButton:focus {
	outline-width: 0px; 
}

.nudgeControl {
	width:24px;
	margin-left:-4px;
}

.nudgeSet {
	width: 48px;
	border: lightgrey 1px solid;
	margin-right: 1px;
	padding: 4px 0px 4px 4px;
	margin-top: -6px;
	margin-bottom: -3px
}

.buttonTooltip {
	position: relative;
	z-index: auto;
	white-space: nowrap;
}

.buttonTooltipText {
	position: absolute;
	display: none;
	bottom: 100%;
	right: -100%;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 6px;
	border-radius: 6px;
	z-index: 10;
	font-size: 12px;
	user-select: none;
}

.buttonTooltip:hover .buttonTooltipText {
	display: block;
}

.setterTooltipContainer { /*Need a relatively positioned ancestor for the absolute tooltip */
	position: relative;
	bottom: 8px;
	left: 25px
}

.buttonTooltip:hover + .setterTooltipContainer .buttonTooltipText {
	display: block;
}

span.buttonTooltip {
	cursor: default;
}

.selectAllBox {
	height:1.8em;
	width:1.8em;
}

.addPlaylistForm {
	font-weight: bold;
	margin:5px;
}

.addPlaylistForm > div.flexRow {
	margin: 8px 4px;
	min-height: 30px;
}

.addPlaylistForm > div.flexRow > .verticalAlign {
	width:200px;
	margin-right:20px;
	text-align:right;
}

#saveChanges:disabled {
	cursor: not-allowed;
	background-color: lightgrey;
	border-color: grey;
	color: grey;
}

.addPlaylistForm input[type=number] {
	width: 90px;
	padding: 4px 0px 4px 16px;
}

.tutorialBox {
	padding: 12px 12px;
	margin: 18px 18px;
	background-color: #80bfff;
	color: rgb(47, 44, 49);
	min-height: 100px;
	font-size: 140%;
	box-shadow: black 2px 2px 6px 2px;
}


.tutorialBox h2 {
	margin-top: 10px;
	font-size: 160%;
}

.tutorialBox a {
	color: rgb(42, 39, 44);
	text-decoration: underline;
}

.tutorialBox a:hover {
	color: blue;
}

.tutorialHighlight {
	animation: flashing 1s ease-in-out infinite;
}

@keyframes flashing {
	50% {
		background-color: #ffff1a;
		border-color: #ffff1a;
		color:rgb(42, 39, 44)
	}
}

.tutorialHint {
	font-weight: bold;
	cursor: default;
}

.tutorialHint:hover {
	background-color: #ffff1a;
	color: black;
}

.tutorialBox .skipButton {
	background-color: unset;
	border: none;
	text-decoration: underline;
	font-size: 110%;
	vertical-align: sub;
	margin-right:20px;
}

.tutorialBox .buttonTooltip {
	text-decoration: underline;
}

.fakeSelect {
	appearance: menulist;
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
	width: 150px;
	background-color: white;
	padding: 6px;
	border: grey solid 1px;
	font-size: 80%;
	cursor: default;
}

.fakeTh {
	background-color: white;
	font-size: 80%;
	padding: 5px;
	cursor: default;
	border: white solid 1px;
}

.fakeTh:hover {
	border: darkgrey solid 1px;
}

.orgWarning {
	padding:10px; 
	text-align:center; 
	font-weight:bold; 
	border-bottom:lightgrey solid 1px;
	width: 100%;
}

.groupsList {
	flex-wrap: wrap;
	max-height: 450px;
	width: 100%;
	justify-content: center;
}

.groupLabel {
	margin-left: 20px;
	cursor: pointer;
	width: 80%;
	min-width: 200px;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight:unset;
}

.activeGroupLabel {
	background-color: #00b494;
	border-color: orange;
	color: white;
}

.configLabel {
	font-size: 120%;
	margin-right: 5px;
	font-weight: 600;
	user-select: none;
}

.largeCheckbox {
	position: absolute;
    height: 25px;
    width: 25px;
    top: 8px;
    left: 21px;
}

.largeCheckboxContent {
    height: 25px;
    width: 25px;
	cursor: pointer; 
}

.bigCheckbox {
	height: 25px;
    width: 25px;
    cursor: pointer;
}

th .largeRadio {
	padding-top: 0px;
	padding-bottom: 0px;
}
.largeRadio[type='radio'] {
	height: 20px;
	width: 20px;
	cursor: pointer;
	margin: 0px;
	vertical-align: middle;
}

.sectionHeaders {
	background-color: white;
}

.sectionHeaders th{
	white-space: nowrap;
}

.selectDropdownWide {
	background-color: white;
	height: 30px;
}

#toggleChevron {
	font-size: 150%;
	cursor: pointer;
	user-select: none;
}

.playlistHeader {
	/*font-size: 20pt;
	font-weight: bold;*/
	display: inline-block; 
	white-space: nowrap;
}

.scrollOverflow {
	overflow: auto;
}

.noWrap {
	white-space: nowrap;
}

/* thead.noWrap th {
	white-space: nowrap;
} */

.deviceProgressBarContainer{
	background:none;
}

.deviceProgressBar{
	/* position: absolute; we removed this because it stops tooltips appearing correctly */
	left: 0px;
	top: 0;
	background-color:#00e6bb;
	width: 0%;
	bottom: 0;
	z-index: 0;
}

.deviceTableGroup{
	min-width: 300px;
}

.footer {
	z-index: 5;
	bottom: unset;
	top: unset;
	left: unset;
	right: unset;
	position: unset;
}

.bringForward {
	z-index: 5!important;
}

.wrapper {
	flex-grow: 1;
	overflow: hidden;
	padding: 30px;
}

.tall {
	height: 100%;
	overflow: hidden;
}

.flexColumn {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.table>thead>tr>th {
	vertical-align: middle;
	padding: 6px 16px 6px 6px;
	height: 32px;
	white-space: nowrap;
	background-color: #eee;
	font-size: 16px;
}

.table th:first-of-type {
	/* first column contains select boxes */
	padding: 4px 6px;
	width:50px;
}

.table>thead {
	position: sticky;
	top: 0;
	z-index: 2;
	background-color: #eee;
}

.table>tbody>tr>td {
	position: relative;
	vertical-align: middle;
	font-size: 16px;
}

.table>tbody>tr>td i {
	font-size: 22px;
}

/* .table>tbody>tr:last-of-type {
	position: sticky;
    bottom: 0px;
    background-color: white;
	z-index:2;
} */

.table input[type=checkbox] {
	margin: 0;
}

.testTableBorder{
	border: black solid 1px;
}

#activeInput {
	display: none;
	margin-left: 5px;
}

.activeInput {
	background-color: white;
	padding: 3px 6px;
	border: solid;
	border-width: thin;
	font-size: 1em;
	border-color: lightgrey;
	max-width: 150px;
	min-width: 75px;
	height: 26px;
}

#metadata {
	display:none;
	margin-left:10px;
	margin-top: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

#metadataInputTable .modalSelect {
	max-width: unset;
	width: 300px;
	height: 31px;
}

.playlist-editor-tabs {
	border-top-style:hidden;
}

#playlistSettings {
	overflow: hidden;
	transition: height .5s;
	border-top: lightgrey 1px solid;
}

#settingsDropdownButton {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	background-color: white;
}	

.batchDeleteButton {
	font-size: 29px; 
	border: none; 
	cursor: pointer;
	background: none;
	padding-left: 2px;
}

.batchDeleteButton[disabled] i{
	color: lightgrey;
}