/*
 all less files are references here for build
 */
body {
  background-color: #000;
  margin: 0;
}
i {
  cursor: pointer;
}
.warning {
  color: orange;
}
.danger {
  color: orangered;
}
.no-margin {
  margin: 0 !important;
}
.right-space {
  margin-right: 10px;
}
.text-cut {
  padding-right: 5px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.fullScreen {
  width: 100%;
  height: 100%;
  position: absolute;
  background: white;
  top: 0;
  left: 0;
}
.media-file-name {
  max-width: 280px;
  display: block;
}
#background-item {
  background-size: cover;
  width: 100%;
  height: 100%;
}
.label-update {
  font-weight: bold;
  background: gold;
  color: black;
}
.center {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.label {
  color: #000 !important;
  font-size: 85%;
  margin-left: 5px;
}
.label-default {
  background: #d9d9d9 !important;
}
.label-primary {
  background: #b2eff7 !important;
}
.media-item {
  width: 100%;
  height: 100%;
}
#specs-info-pop {
  display: none !important;
}
#indicators {
  padding-right: 10px;
  position: fixed;
  right: 0;
  display: inline-block;
  z-index: 100;
}
#indicators .indicator-item {
  display: inline;
  color: #ffc448;
}
#indicators #app-installed {
  color: #ffc448;
}
#indicators #app-version {
  color: #ffd42b;
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 20px;
}
#indicators #player-config {
  color: #cdd9e2;
}
#indicators #server-connection {
  color: #ffc448;
}
#indicators #download-indicator {
  display: none;
}
#splash-logo {
  max-height: 100%;
  max-width: 100%;
}
#version {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
  margin-right: 50px;
}
#server-status {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10px;
  color: whitesmoke;
  z-index: 10000;
}
#message-sections {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  font-size: 3em;
  background: #eee;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  height: 130px;
  opacity: 0.9;
  z-index: 1;
  text-align: center;
}
#splash-view-content {
  z-index: 10;
}
#creative-container {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  cursor: none;
}

#creative-container div {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#ld-vid-el {
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


/*this is landscape*/
#ld-video-container video {
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
}
/*this is landscape*/
#creative-container div img {
  display: block;
  right: 0;
  top: 0;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.portrait-image {
  width: 100% !important;
  height: 100% !important;
}
#debugger-content {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #eee;
  overflow-y: auto;
  z-index: 10;
}
.debug-section {
  overflow: hidden;
}
#current-time {
  font-weight: 600;
}
#time_sync_diffs {
  overflow-x: auto;
}
#error-section {
  color: #ac2925;
}

#fallback-container {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  cursor: none;
}

#fallback-container img {
  display: block;
  right: 0;
  top: 0;
  min-width: 100%;
  max-height: 100%;
}

.label-info {
  background-color: #5bc0de;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}