body { 
	padding-top: 90px;
	min-width: fit-content;
}

/*
BOOTSTRAP DATETIMEPICKER PADDING WHEN SMALL SCREEN
*/

@media all and (max-width: 1350px) {
	.table-condensed>tbody>tr>td {
		padding-right: 0;
		padding-left: 0;
	}
}

/*
	BOOTSTRAP NAVBAR COLLAPSE OVERRIDE TO START AT 1252px
*/

@media (max-width: 1252px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

/* ----------------------------------------- */

.heading-main {
	display: inline-block;
}

.heading-subtitle {
	display: inline-block;
	font-size: 21px;
	color: orange;
}

.tableSorter > thead > tr > th {
	background: #2c3e50;
	color: white;
}

.noselect {
  -webkit-touch-callout: none; 
  -webkit-user-select: none;  
  -khtml-user-select: none;    
  -moz-user-select: none;      
  -ms-user-select: none;       
  user-select: none;           
}

th:hover {
	cursor: pointer;
}

h2 > small {
	color: #FF9900;
}

a {
	color: #db8300;
}

.bottom-crumb {
	margin-bottom: 0px;
}

.contm-tooltip {
	display: inline-block;
	z-index: 1000;
}

.tooltip {
	z-index: 2000 !important;
}

.tooltip-inner {
    max-width:450px;
}


.contm-trashcan {
	color: #888888;
}
.contm-trashcan:hover {
	color: #1b9a5a;
}

.confirmDialogue, .undeleteMediaceptionBtn {
	cursor: pointer;
}

.btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: none;
}

select[multiple] {
	height: 200px;
}


@media (min-width:1200px) {
	.container {
		width: 80%;
		margin: 0 auto;
	}
}

.scrollToTop {
	position: fixed;
	margin: 0 auto;
	margin-bottom: 40px;
    bottom: -50px;
	display: none;
}

#card {
	position:relative;
  		-webkit-perspective: 8000px;
      -ms-perspective: 8000px;  
          perspective: 8000px;
}

#card .front {
	-webkit-transform: rotateY(0deg);  
      -ms-transform: rotateY(0deg); 
          transform: rotateY(0deg);
	
}
#card .back {
  	-webkit-transform: rotateY(180deg);  
      -ms-transform: rotateY(180deg); 
          transform: rotateY(180deg);
}

#card .front, #card .back {
	width: 100%;
	position: absolute;
  	-webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
  	-webkit-transition: transform 1.5s;
  	transition: transform 1.5s;
  	/* IE does not support preserve-3d...*/
  	/* If Monday was a browser, it would be Internet Explorer. */
  	-ms-transition: transform 0s;
  	transform-origin: center top;
  	margin-bottom: 100px;
}

#flipper {
	
}


#card.flipped {
  /*transform: translateX( -100% ) rotateY( -180deg );*/
  
}

#imgFlipContainer:hover #imgFlip, #imgFlipContainer.hover #imgFlip{
	transform: rotateY(180deg);
}

#imgFlip {
  transform-style: preserve-3d;
  transition: transform 0.5s;
  transform-origin: center top;
  position: relative;

}

#imgFlipContainer {
	width: 250px;
	height: 150px;
	margin: 0 auto;
	
}

#imgFlip .front {
	position: absolute;
	transform:rotateY(0deg);
	z-index: 2;
	
}
#imgFlip .back {
	position: absolute;
  	transform: rotateY( 180deg );
  	
}

#imgFlip .front, #imgFlip .back {
	backface-visibility: hidden;
  	top: 0;
	left: 0;
	width: 250px;
	height: 150px;
}

#imgFlip:hover {
  transform: translateX( -50% ) rotateY( -180deg );
}

.contm-panel {
    box-sizing: border-box;
	/*border: 1px solid gray;*/
    border-radius: 4px;
    margin: 5px;
}

.storePanel {
	margin: 0;
	width: 100%;
    z-index: 5;
    background: rgba(0,0,0,0);
    height: 100%;
}


.chainPanel {
	min-width: 290px;
    margin: 0px 0px 20px 0px;
}

.fragmentHeader {
    box-sizing: border-box;
	width: 100%;
    text-align: center;
    color: white;
    background: black;
    /*border-bottom: 1px solid gray;*/
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.storeContent {
	/*box-shadow: inset 0px 0px 10px gray;*/
	background: #FFF2E5;
    text-align: center;
    display: none;
    min-height: 20px;
    width: 100%;
    border-top:0;
    font-size: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: overlay;
}

.chainHeader, .departmentHeader {
	/*background-color: #BBBBBB;*/
	-webkit-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
	background-color: #2c3e50;
	color: white;
	font-weight: bold;
    height: 55px;
    line-height: 53px;
    font-size: 25px;
    padding: 0px 5px 0px 10px;
}

.chainHeader:hover, .departmentHeader:hover {
	-webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
	background-color: #132537;
}

.chainContent, .departmentContent {
	text-align: center;
	display: none;
	min-height: 50px;
	width: 100%;
	height: 100%;
	overflow:hidden;
	border-top:0;
	background-color: #FFF2E5;
}

.departmentContent {
	min-height: 20px;
	background-color: #BBBBBB;
}

.storeHeader {
	-webkit-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
	background-color: #db8300;
	height: 50px;
    line-height: 48px;
    font-size: 20px;
    border-radius: 0px;
    padding: 0px 5px 0px 5px;
    -webkit-box-shadow: inset 0px 10px 10px -9px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 10px 10px -9px rgba(0,0,0,0.2);
	box-shadow: inset 0px 10px 10px -9px rgba(0,0,0,0.2);
    
}

.storeHeaderIconPadding {
	padding: 7px 0px 0px 0px;
    line-height: 40px;
}

.storeHeader:hover {
	-webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
	background-color: #C26A00;
}

#storeContainer {
	padding: 5px;	
}

/*
#content {
    box-sizing: border-box;
	display: block;
	position: inherit;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 10px;
	border: 1px solid #aaa;
	background-color: #fff;
}
*/

/*
#container {
    box-sizing: border-box;
	margin: 20px;
    clear: both;
    display: block;
    overflow: auto;
}
*/

#mediaContainer {
    box-sizing: border-box;
	width: 100%;
	min-height: 80px;
	height: calc(100vh - 190px);;
	overflow-y: scroll;
	background-color: #EEEEFE;
	overflow-x: hidden;
    padding: 2px;
    border: 1px solid #D4D4D4;
    padding-left:initial;
}

@media all and (min-width: 992px) {
	#mediaContainer {
	    padding-left:initial;
	}
}

.mediaPanel {
	position: relative;
    box-sizing: border-box;
	width: 100px;
	height: 100px;
	min-height: 100px;
	min-width: 100px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	margin: 5px;
	float:left;
	top: -16px;
	/*display: inline-block;*/
    background-color: rgba(0,0,0,0);
}

.mediaPanel:hover {
	cursor:pointer;
}


.mediaPanelImageHolder {
    box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
    position:relative;
    margin: 2px;
	width: 100px;
	height: 100px;
	max-width: 100px;
	max-height: 100px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 5px;
	/*border: 1px solid black;*/
	z-index: 3;
	
    -webkit-box-shadow: 0px 0px 1px 1px rgb(44, 62, 80);
	-moz-box-shadow: 0px 0px 1px 1px rgb(44, 62, 80);
	box-shadow: 0px 0px 1px 1px rgb(44, 62, 80);
	
	overflow: hidden;
	
	background-color: black;
	background: black;
}

.mediaPanelImageHolder > img {
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    /*
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 5px;
	*/
	/*
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 5px;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	max-width: 100px;
	max-height: 100px;
	display: inline-block;
    -webkit-box-shadow: 0px 0px 1px 1px rgb(44, 62, 80);
	-moz-box-shadow: 0px 0px 1px 1px rgb(44, 62, 80);
	box-shadow: 0px 0px 1px 1px rgb(44, 62, 80);
	*/
    /*
    box-shadow: 0px 0px 1px 1px rgb(44, 62, 80);
}



    
	height: 50px;
	width: 50px;
	*/
}

.devicePanel, .devicePanelPortrait {
    box-sizing: border-box;
	display: inline-block;
	/*border: 1px solid gray;*/
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	background: white;
	text-align: left;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 10px;
	position: relative;
	/*
		position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    */
}

.devicePanel {
	min-width: 444px;
	max-width: 444px;
}

.devicePanelPortrait {
	min-width: 250px;
	max-width: 250px;
}

.deviceGrid {
	width: 500px;
    height: 500px;
    background-image: url(../gfx/stairs.png);
    display: inline-block;
    border: 10px solid #2c3e50;
    position: relative; 
    margin: 10px;
    font-size: 0;
}

.deviceHeaderHolder {
    box-sizing: border-box;
    display: inline-block;
	color: white;
	background: #1b9a5a;
	/*text-align: center;*/
	font-weight: bold;
	font-size: 14px;
	height: 22px;
	min-height: 22px;
	max-height: 22px;
	width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 0px 5px 0px 5px;
}

.deviceTitle {
	display: inline-block;
    padding: 1px 0px 0px 0px;
}
.deviceDescriptionHeader {
	display: inline-block;
	color: white;
	
}

.deviceIconPadding {
	padding: 2px 0px 0px 0px;
    margin-right: 0px;
}


.deviceImageHolder {
    box-sizing: border-box;
	width: 100%;
    height: 250px;
    position:relative;
    background: black;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow: hidden;
    border-top: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.deviceImageHolderPortrait {
    box-sizing: border-box;
	width: 100%;
    height: 444px;
    position:relative;
    background: black;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow: hidden;
    border-top: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.devicePanelImageWrapper {
	position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    
}


.devicePanelImageWrapper::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*box-shadow: inset 0px 0px 20px #2C3E50;*/
}

.deviceImageWrapper img {
    flex-shrink:0;
    min-width:100%;
    min-height:100%;
}

.deviceImageHolder > img {
    overflow: hidden;
    position: absolute;
    opacity: 0.85;
}

.devicePanelImage {
	    /*max-height: 250px;*/
	    
}

.devicePanelImageTextOverlay {
	color: brown;
	left: 0;
	top: 30%;
	width: 100%;
	text-align: center;
	position: absolute;
	font-size: 32px;
}

.deviceDescription {
	color: darkslategray;
}

.lastOnline {
	color: #ab0000;
}

.nowPlaying {
	position: absolute;
	font-size: 12px;
	padding: 5px;
	z-index: 2;
	font-weight: bold;
	bottom: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
	text-align: left;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    
    max-height: 27px;
}

.status {
	font-size: 12px;
	display: block;
	text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.playingtext, .playliststext {
	font-size: 12px;
	color:black;
	display: block;
}

.deviceOverlay {
	position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    /* box-shadow: inset 0px 0px 50px #888888; */
    z-index: 8;
    border: 1px solid #2c3e50;
    border-top: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.activeMedia {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.deviceMediaHolder {
    box-sizing: border-box;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 2px;
    min-height: 73px;
    height: 73px;
}

.icon {
	width: 20px;
	font-weight: normal;
	text-align: center;
    display: inline-block;
	color: white;
}

.icon a {
	text-decoration: none;
	color: white;
}

.collapseIcon {
	/*
	font-size: 21px;
    line-height: 20px;
    */
}

.right {
    display: inline-block;
	float: right;
	margin-right: 5px;
	/*
    font-size: 20px;
    line-height: 22px;
    */
}
.right span:first-child {
	text-align: right;
	width: 100%;
	padding-right: 2px;
}

.left {
    display: inline-block;
	float: left;
	width: 25px;
}

.left span:first-child {
	text-align: left;
	width: 100%;
	margin-left: 2px;
}

.center {
    display: inline-block;
	float: center;
	width: calc(100% - 100px);
	height: 100%;
}

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

.chaincenter, .departmentcenter {
	width: calc(100% - 240px);
}

.chainHeader>.right, .departmentHeader>.right {
	margin-right: 12px
}

.storeHeader>.right {
	margin-right: 8px
}

.options {
    box-sizing: border-box;
	display: none;
	background-color: rgba(232, 231, 231, 0.93);
	z-index: 2;
	color: black;
	position: absolute;
	text-align: left;
	-webkit-box-shadow: 0px 11px 17px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 11px 17px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 11px 17px 0px rgba(0,0,0,0.5);
}

.middle {
	display: flex;
  	justify-content: center;
  	align-items: center;
}

.chainOptions, .chainActions {
	width: 100%;
	padding: 5px;
	margin: auto;
	margin-bottom: 80px;
	z-index: 7;
}

.departmentOptions, .departmentActions {
	width: 100%;
	padding: 5px;
	margin: auto;
	margin-bottom: 80px;
	z-index: 7;
}

.storeOptions, .storeActions {
	width: 100%;
	padding: 5px;
	margin: auto;
	margin-bottom: 80px;
	z-index: 7;
}

.deviceOptions {
	width: 444px;
    height: 248px;
	overflow-y: scroll;
	z-index:3;
	
    overflow-x: hidden;
    
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	padding: 5px;
	/*
	-webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  */
}

.deviceOptions>fieldset {
	font-size: initial;
}

.deviceOptionsPortrait {
	width: 250px;
    height: 444px;
	overflow-y: scroll;
	z-index:3;
	
    overflow-x: hidden;
    
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	padding: 5px;
	/*
	-webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  */
}

.deviceContent {
	/*box-shadow: inset 0px 0px 50px black;*/
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	position: relative;
    overflow: hidden;
}

.smallSettings {
	font-size: 10px;
	width: 100%;
	z-index: 3;
    padding: 5px;
}

.bigSettings {
	font-size: 14px;
	width: 100%;
	z-index: 3;
    padding: 10px;
    border-bottom: 1px solid gray;
}

.modal-header {
	background-color: #2c3e50;
	color: white;
}

.modal-header-warning {
	background-color: #f39c12;
	color: white;
}

.modal .close {
	color: white !important;
}

.ui-dialog {
   z-index: 1060;
   -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
}

.ui-dialog-titlebar-close {
  visibility: hidden;
}

.ui-widget-overlay {
  opacity:0;
  z-index: 1059;
}

.ui-dialog-titlebar {
  	background-color: #f39c12; 
}

.options > select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.inputStyle {
	font-size: 10px;
	background: rgba(234, 234, 234, 0.5);
    color: black;
    /*border: 1px solid gray;*/
}
.inputStyle > option:not(:checked) { 
    background-color: #FFBB73 !important; 
    color:#000;
}


.hoverplace:hover {
	cursor:pointer;
}


.playlistPanel {
	/*border: 1px solid gray;*/
	background: #EEEEFE;
	margin-bottom: 7px;
	display: inline-block;
	/*margin:5px;*/
	width: 100%;
	box-sizing: border-box;

}

.selected .mediaPanelImageHolder {
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,153,0,1);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,153,0,1);
	box-shadow: 0px 0px 0px 5px rgba(255,153,0,1);
}

.inOpenedPlaylist {
	border: solid 4px #2c3e50;
}

#imageDownloadBox {
	display: inline-block;
  	position: relative;
	
}

#overlay {
  	width: 150px;
  	top: 25%;
  	position: absolute;
  	text-align: center;

}

.playlistHeader {
	background-color: #1b9a5a;
    color: white;
    font-weight: bold;
    text-align: center;
    min-width: 300px;
    height: 28px;
    padding: 2px 4px 2px 3px;

}

.trashcanHeader {
    color: white;
    font-weight: bold;
    text-align: center;
    min-width: 300px;
    height: 28px;
    padding: 2px;
}
.trashcanConnector {
	/*margin: 4px 8px 2px 4px;*/
	min-height: 112px;
	background-color: #EEEEFE;	/*#FFF2E5*/
	display: none;
	border: 1px solid #f39c12;
}
.trashcanConnector:after {
  content:"";
  display:block;
  clear:both;
}

.playlistItems {
	/*margin: 4px 8px 2px 4px;*/
	min-height: 112px;
	background-color: #EEEEFE;	/*#FFF2E5*/
	display: none;
	border: 1px solid #d0d0d0;
	border-top: 0;
}
.playlistItems:after {
  content:"";
  display:block;
  clear:both;
}

#devicesList {
	font-size: 17px;
	padding:10px;
}

.panelRightButton {
	float:right;
	margin-left: 5px;
}

.curtainExpand, .curtainCollapse{
    position:relative;
    float:right;
    width:131px;
    height:35px;
    overflow:hidden;
  }
  
  #allPlaylistsExpander, #allPlaylistsCollapser {
  	position:absolute;
    display:none;
    bottom:0px;
    padding-top:0;
    padding-bottom:0;
    border:0;
    height:35px;
    width: 124px;
    font-size:5px;
  }

.media-drag-placeholder {
	width: 100px;
	height: 100px;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    max-width: 100px;
    max-height: 100px;
    background-color: #c0c0c0;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
    float:left;
    margin: 5px;
}

.playlistBlock {
	border-radius: 5px;
    background-color: gray;
    float: left;
    padding: 2px 5px 2px 5px;
    box-shadow: green 0px 0px 3px;
    margin: 2px;
}

.deviceSortable {
	height:29px;
	display: table;
	text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 3px;
    color:black;
    cursor: default;
}

.devicePlaylistHandle {
	width: 28px;
    height: 29px;
    border: 1px solid gray;
    padding: 0px 2px 2px 3px;
    text-align: center;
    background: orange;
    font-size: 18px;
    cursor: move;
    display: table-cell;
}

.devicePlaylistDraggableLabel {
	height:29px;
	vertical-align: middle;
    line-height: 29px;
    display: table-cell;
    background-color: #1b9a5a;
    /*width: 88%;*/
}

#devicePlaylistModal {
	width: 400px;
}

#devicePlaylistModalMobile {
    margin: 10px;
    width: auto;
    max-width: 500px;
}

.devicePlaylistCheckboxWrapper {
	height:29px;
	width:26px;
	vertical-align: middle;
    line-height: 29px;
    display: table-cell;
    position: absolute;
}

.devicePlaylistCheckboxWrapper > input[type="checkbox"] {
    position: relative;
    margin-left: 7px;
}

.devicePlaylistLabel {
	font-size: 12px;
	text-overflow: ellipsis;
    height: 29px;
    overflow: hidden;
    width: fit-content;
    display: table-cell;
    position: absolute;
    margin-left: 26px;
    margin-right: 150px;
    min-width: 150px;
}

.deviceMediaCount {
	float: right;
    width: 25%;
    font-size: 12px;
    text-overflow: ellipsis;
    height: 29px;
    overflow: hidden;
    border-left: 1px solid black;
    display: table-cell;
}

.deviceMediaCount:hover {
	background-color: #159e82;
}

.modalTooltip {
	display:none;
	position: absolute;
    right: -480px;
    padding: 10px;
    border: solid 1px black;
    border-radius: 5px;
    background: rgba(232, 231, 231, 0.93);
    max-height: 600px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: initial;
    margin-top: -150px;
    width: 450px;
}


.devicePlaylistLabel > a {
	color: black;
	text-decoration: none;
}

.devicePlaylistLabel > a:hover {
	cursor: default;
}

.playlistCheckboxSortable {
	padding: 10px 0px 10px 0px;
	margin: 7px 0px 7px 0px;
}

.deviceSortablePlaceholder {
	width: 215px;
	height: 18px;
	margin: 3px 0px 3px 0px;
	/*border: 1px solid gray;*/
}

.noblur {
	-webkit-filter: none !important;
}


.mediaControlIcon, .mediaPanelItemControlIcon{
	position: relative;
    margin-left: 60px;
    color: white;
    z-index: 4;
    /*font-weight: bold;*/
    width: 15px;
    width: 41px;
    height: 15px;
    top: 18px;
    margin-top: 0px;
    border-radius: 5px;
    /* background: gray; */
    /* right: 20px; */

}

.mediaCountIcon {
	transform: translate(500%, -675%);
	position: fixed;
    color: white;
    width: 15px;
    width: 41px;
    height: 15px;
    border-radius: 5px;
}

.playlistOptionsIcon {
	/*
	text-shadow: 
		 1px  1px 1px #000000,
		 1px -1px 1px #000000,
		-1px -1px 1px #000000,
		-1px  1px 1px #000000,
		
		 0px  1px 1px #000000,
		 0px -1px 1px #000000,
		 1px  0px 1px #000000,
		-1px  0px 1px #000000;
	*/
}


.mediaControlIcon, .mediaPanelItemControlIcon {
	cursor: pointer;
}


#modalBackground {
	width: 100%;
	position: fixed;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 300;
	text-align: center;
}

#modalContent {
	width: 260px;
    background: rgba(255, 255, 255, 0.8);
    margin: auto;
    margin-top: 200px;
    border-radius: 5px;
    /*border: 2px solid #4E4E4E;*/
    box-shadow: rgb(0, 0, 0) 0px 0px 10px;
    z-index: 400;
    color: #212121;
    font-size: 12px;
}

#modalBackgroundElement {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0);
	z-index: 350;
}

#modalContent > table {
	text-align: left;
    width: 100%;
}

.displayStoreSwitch {
	vertical-align: top;
}

.displayStoreSwitchLabel {
	position: relative !important;
	top: -2px !important;
	margin:0px !important;
	padding:0px !important;
	height: 20px !important;
	border-radius: 0px !important;
}


.displayStoreSwitchLabel > span {
	font-size: 12px !important;
    font-weight: normal !important;
    padding: 1px !important;
    margin:1px !important;
}
	
.text-shadow {
	text-shadow: 
		 1px  1px 1px #000000,
		 1px -1px 1px #000000,
		-1px -1px 1px #000000,
		-1px  1px 1px #000000,
		
		 0px  1px 1px #000000,
		 0px -1px 1px #000000,
		 1px  0px 1px #000000,
		-1px  0px 1px #000000;
}


#mediaFilterContainer, #showMediaFilter, #playlistFilterContainer {
	display: none;
	position: absolute;
	background-color: rgba(232, 231, 231, 0.93);
	z-index: 5;
	padding: 10px;
}

#playlistContainer {
	text-align: center;
	height: calc(100vh - 190px);
	background-color: #FFFFFF;
	border: 1px solid #D4D4D4;
	padding: 5px;
}

#playlistContainerHeader {
	background: #2C3E50;
	color: orange;
	text-align: center;
	height: 28px;
	padding: 2px;
	font-weight: bold;
	font-size: 16px;
    margin: 5px 0px 0px 0px;
}


#closeModal {
	color:red;
	float:right;
	width:20px;
	cursor: pointer;
    font-size: 16px;
}

#closeModal:hover {
	cursor: pointer;
}

.info-icon {
	font-size: 24px;
    padding-top: 4px;
}

.datetimepickerBackground {
	background-color: white;
	border-radius: 5px;
	max-width: 350px;
}

.requiredField {
	color: red;
}

.contm-nav-icon {
	margin-right: 5px;
}

.large-modal-dialog {
	position: relative;
    width: auto;
    margin: 10px;
}

.statusBar {
	display: inline-block;
	font-size: 14px;
    font-weight: bold;
}

.mapPopup {
	color:red;
	font-size: 2em;
}

.deviceErrors {
	color:red;
}


.deviceErrorShadow {
		text-shadow: 
		 1px  1px 1px #FF8800,
		 1px -1px 1px #FF8800,
		-1px -1px 1px #FF8800,
		-1px  1px 1px #FF8800,
		
		 0px  1px 1px #FF8800,
		 0px -1px 1px #FF8800,
		 1px  0px 1px #FF8800,
		-1px  0px 1px #FF8800;
}

span.online {
	color: white;
}
span.offline {
	color: red;
}
span.no-playlists {
	color: red;
}

#statistics, .nav-table {
	background-color: #2c3e50;
}

#statistics>li>a, .nav-table>li>a {
	border-radius:0;
	font-weight: bold;
}

.table-striped>tbody>tr.playstatisticsTotalRow {
	background-color: #ABBDCF;
}

@media all and (min-width: 768px) {
	.large-modal-dialog {
	    width: 750px;
	    margin: 30px auto;
	}
}

.tableSorter > thead > tr > th.headerSortUp, .tableSorter > thead > tr > th.headerSortDown {
	background-color: #46586A;
}

.generatedButtons .btn {
	border-right: 1px solid darkslategray;
}

.btn-group>.btn:last-child:not(:first-child) {
	border-right: 0;
}


#canvasHolder {
	background-color: darkslategray;
	height: 600px !important;
	text-align: center;
}

#layerMenu {
	background-color: #95a5a6;
	overflow-y: scroll;
	height: 600px;
	border: 1px solid #95a5a6;
}

#editingMenu {
	height: 600px;
	background-color: lightgray;
}

div.outer {
    display: table;
    width: 100%;
}
div.inner-left {
    display: table-cell;
    float: left;
}
div.inner-right {
    display: table-cell;
    float: left;
}
div.inner-middle {

	padding: 0;
	width: 1127.22px;
    display: table-cell;
}

div.col-canvas {
	width: 1127.22px !important;
	padding: 0 !important;
}

.layerBox {
	background-color: white;
	width: 90%;
	margin: 10px auto;
	text-align: left;
	padding: 5px 0px 5px 0px;
	border: solid 1px black;
}

.layerBox>.layerTitle {
	color: black;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	font-weight: bold;
}

.layerObject {
	color: black;
	padding-left: 10px;
}

.layerList {
	list-style-position: inside;
	padding: 0;
}

#canvasEditor {
	background-color: #2c3e50;
}

#canvasEditor>li>a {
	border-radius:0;
	font-weight: bold;
}

.tab-content {
	margin-top: 15px;
	padding: 10px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#menuTop {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}

#projectSelect {
	border-left:0;
	text-align: center;
    text-align-last: center;
}

#canvasTitle {
	border: 0;
	background-color: transparent;
	border-bottom: 1px dotted darkslategray;
	font-size: 30px;
}

#loadingText {
	color: white;
	font-size: 48px;
	position: absolute;
    left: 0;
    right: 0;
    top: 250px;
    display: none;
}

.spinner {
	position: absolute;
	display: none;
    left: 50%;
    top: 50%;
	height:60px;
   	width:60px;
  	margin:0px auto;
   	-webkit-animation: rotation .6s infinite linear;
   	-moz-animation: rotation .6s infinite linear;
   	-o-animation: rotation .6s infinite linear;
   	animation: rotation .6s infinite linear;
   	border-left:6px solid rgba(0,174,239,.15);
   	border-right:6px solid rgba(0,174,239,.15);
   	border-bottom:6px solid rgba(0,174,239,.15);
   	border-top:6px solid rgba(0,174,239,.8);
   	border-radius:100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

.btn-white {
	color: black;
    background-color: #fff;
    border-color: #ccc;
    -webkit-touch-callout: none;
 	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;      
}

.btn-white:hover, .btn-white:focus {
    background-color: #ecf1f2;
    color: black;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.05);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.05);
}

.btn-white:active {
    background-color: lightgray;
    color: black;
    border-color: gray;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.05);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.05);
}

#devicePickerLevelFilter {
	height: 233px;
	overflow-y: scroll;
	width: 100%;
	padding: 0;
	border: 1px solid white;
}

#devicePickerChainSelect {
	background-color: white;
	text-align: center;
}

#devicePickerStoreSelect, #devicePickerDeviceSelect {
	display: none;
	background-color: white;
	text-align: center;
}
#devicePickerChainSelect div, #devicePickerStoreSelect div, #devicePickerDeviceSelect div {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

#devicePickerChainSelect div:hover {
	border-left: 4px solid #1b9a5a;
	border-right: 4px solid #1b9a5a;
	-webkit-box-shadow: inset 0px 0px 100px 0px rgba(44,62,80,0.2);
	-moz-box-shadow: inset 0px 0px 100px 0px rgba(44,62,80,0.2);
	box-shadow: inset 0px 0px 100px 0px rgba(44,62,80,0.2);
}

#devicePickerStoreSelect div:hover {
	border-left: 4px solid #2c3e50;
	border-right: 4px solid #2c3e50;
	-webkit-box-shadow: inset 0px 0px 100px 0px rgba(255,165,0,0.2);
	-moz-box-shadow: inset 0px 0px 100px 0px rgba(255,165,0,0.2);
	box-shadow: inset 0px 0px 100px 0px rgba(255,165,0,0.2);
}

#devicePickerDeviceSelect div:hover {
	border-left: 4px solid orange;
	border-right: 4px solid orange;
	-webkit-box-shadow: inset 0px 0px 100px 0px rgba(24,188,156,0.2);
	-moz-box-shadow: inset 0px 0px 100px 0px rgba(24,188,156,0.2);
	box-shadow: inset 0px 0px 100px 0px rgba(24,188,156,0.2);
	
}

.mediatd {
	width: 66px;
	height: 66px;
}

#inspectPlaylistTable {
	display: none;
}

#inspectMediaTable>thead>tr>th, #inspectMediaTable>tbody>tr>td {
	padding-left: 3px;
	padding-right: 3px;
}

.inspectorMediaImage {
    padding: 19px;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.inspectorMediaText {
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    word-break: break-word;
}

.inspectorRightEdit { 
	width: 50px; 
	border-top-left-radius: 0; 
	border-bottom-left-radius: 0;
	display: table-cell;
}

.inspectorLeftEdit { 
	width: 50px; 
	border-top-right-radius: 0; 
	border-bottom-right-radius: 0;
	display: table-cell;
}

.playlistPanelLink a {
	color: #2c3e50;
}

.playlistPanelLink a:hover {
	color: #5F7183;
}

.inspectorSettings {
	margin: 0px auto;
	padding: 15px;
}

.inspectorSettings>div {
	margin: 0px auto;
}

.indexInspector {
	color: white;
}

.indexInspector:hover {
	color: lightgray;
}

#hoverImage {
	position: absolute;
	bottom: 25px;
	display: none;
	width: 400px;
	height: 400px;
	max-width: 400px;
	max-height: 400px;
	z-index: 10;
}

.hoverImageLeft {
	left: 25px;
}

.hoverImageRight {
	right: 25px;
}

#hoverImage img {
	position: absolute;
	bottom: 0px;
	border: 2px solid #2c3e50;
	border-radius: 5px;
	background-color: white;
	z-index: 10;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.hoverImageLeft img {
	left: 0;
}

.hoverImageRight img {
	right: 0;
}

.modal .close {
	padding: 7px;
	margin: -7px;
}

.deleteSelection {
	background-color: rgba(255,0,0, 0.4) !important;
}

.lastSelectedDel {
	outline: 1px dotted black;
}

#multiDeletePanel {
	position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: red;
    color: white;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    opacity: 0.8;
}

#multiDeletePanel:hover {
	opacity: 0.9;
	cursor: pointer;
}

#multiDelete + .manualLink {
	display: none;
}

#multiDelete.deleteMode + .manualLink {
	display: inline-block;
}

.manualContainer {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	padding: 0;
}

.manualSection, .manualSubSection {
	padding: 50px;
	padding-top: 45px;
	padding-bottom: 10px;
	background-color: #F1F2F3;
	color: #444546;
}

.manualSubSection {
	padding-top: 15px;
}

.manualContainer hr {
	border-top: 1px solid #444546;
	padding: 0; 
	margin: 0;
	margin-top: 30px;
}

.manualHeader {
	text-align: center;
	font-size: 2.6em;
	margin-bottom: 30px;
	margin-top: 0px;
	padding-bottom: 10px;
    border-bottom: 1px solid #444546;
}

.manualSubHeader {
	text-align: left;
	font-size: 1.7em;
	margin-bottom: 15px;
	text-decoration: underline;
	width: 90%;
	margin: 0 auto 15px auto;
}

.manualTextCentered, .manualText, .manualHint {
	width: 90%;
	margin: 0 auto 10px auto;
}

.manualTextCentered {
	font-size: 1.2em;
	text-align: center;
	font-style: italic;
}

.manualText {
	font-size: 1.2em;
	text-align: justify;
}

ol.manualText {
	text-align: left;
}

/* ALT LINK COLORS FOR MANUAL
.manualText a, .manualHint a {
	color: #A85000;
}

.manualText a:hover, .manualHint a:hover {
	color: #C26A00;
}

.manualText a:active, .manualHint a:active {
	color: #DB8300;
}
*/
.manualHint {
	font-size: 0.9em;
	text-align: left;
	font-style: italic;
}

.manualImage {
	width: 100%;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.manualImage img {
	max-width: 90%;
}

.manualPanel {
	width: 90%;
	margin: 0 auto;
	border-color: #444546;
	margin-bottom: 10px;
}

.manualPanel .panel-heading {
	color: #F1F2F3;
    background-color: #444546;
    border-color: #444546;
}

.manualNav {
	position: fixed;
    background-color: white;
    height: 100%;
    top: 0;
    right: 0;
    width: 190px;
    padding-top: 50px;
    white-space: nowrap
}

#nav {
	float: left;
	font-size: 1.4em;
}

#nav>li>ul>li {
	padding: 4px;
}

#nav li a {
	padding: 5px;
}

#nav li ul {
	font-size: 0.8em;
}

#nav>li ul {
	display: none;
}

#nav>li.active ul {
	display: block;
}

.manualMarginLeft {
	position: fixed;
	height: 100%;
    top: 0;
    left: 0;
    width: 200px;
}

.manualNavToggle {
	position: fixed;
	position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.navMain, .navMain a {
	list-style: none;
	padding-left: 5px;
	background-color: transparent;
	text-decoration: none;
}

.navMain:hover > a {
	border-left: 2px solid #5F7183 !important;
	background-color: transparent !important;
	text-style: none;
	margin-left: -2px;
}

.navMain.active>a {
	border-left: 2px solid #2c3e50;
	margin-left: -2px;
}

.manualLink {
	color: #DB8300;
	cursor: pointer;
}

.manualLink:hover {
	color: #FFA926;
}

.manualLink:active {
	color: #F59D1A;
}

.manualTitleLink {
	font-size: 28px;
	position: absolute;
	top: 70px;
	right: 10px;
}

.manualFormLink {
	font-size: 28px;
	position: relative;
	float: right;
}

.manualRightLink {
	font-size: 28px;
    position: absolute;
    right: 10px;
    max-width: 50px;
    display: inline-block;
}
/*
.manualModalLinkTop {
	font-size: 20px;
    position: absolute;
    left: 15px;
    top: 15px;
    max-width: 50px;
    z-index: 9999;
}
*/
.manualModalLinkBottom, .manualModalLinkTop {
	font-size: 20px;
    position: absolute;
    right: 15px;
    top: 55px;
    max-width: 50px;
    z-index: 9999;
}

.codeWindow {
	font-size: 10px; 
	padding: 3px 6px 3px 6px;
	overflow: auto;
	white-space: pre;
	background-color: white;
	color: #092b4e;
	border: 1px solid #2c3e50;
	border-radius: 4px;
	font-family: 'Lucida Console', Monaco, monospace;
	max-height: 200px;
	resize: both;
}

.codeWindow[style*="height"] {
  max-height: unset; 
}

.chainPanelIconPadding {
	padding: 4px 0px 0px 0px;
}

.badge-danger {
	background-color: #e74c3c;
	border-color: #e74c3c;
}

.badge-success {
	background-color: #1b9a5a;
	border-color: #1b9a5a;
}

.badge-warning {
	background-color: #f39c12;
	border-color: #f39c12;
}

.mediapreview {
	width: 100%;
	margin: 2px;
	box-shadow: 0px 2px 5px #717171;
}


.combinepreview {
	display: inline-block;
	position: relative;
	height: 170px;
	width: 170px;
	padding: 8px;
	text-align: center;
	box-shadow: 0px 0px 3px grey;
	margin: 5px;
	background: white;
	vertical-align: middle;
	overflow: hidden;
}


.combinepreview > a > img {
	max-height: 150px;
	max-width: 150px;
	width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.loadingContainer {
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 50%;
	right: 50%;
	font-size: 64px;
	z-index: 10;
}

.loadingIcon {
	color: #2c3e50;
	right: 32px;
	top: -32px;
	animation-name: loadRotate;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	transform-origin: 50% 43%;
}

@keyframes loadRotate {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(359deg); }
}
