@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: normal;
  /*
  src: local('Play'), url('http://themes.googleusercontent.com/static/fonts/play/v2/PeTTkHQKj5rUPVxkIGAoaw.ttf') format('truetype');
  */
  src: local('Play'), url('../fonts/play.ttf') format('truetype');
}
@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: bold;
  /*
  src: local('Play-Bold'), url('http://themes.googleusercontent.com/static/fonts/play/v2/j7wx-rRiDuE-JcaZ1ilpKg.ttf') format('truetype');
  */
  src: local('Play-Bold'), url('../fonts/play-bold.ttf') format('truetype');
}
#upgrade-progress {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 200;
  /* Don't go beyond the screen size when padding is applied */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-top: 10%;
}
#upgrade-progress .title {
  font-family: 'US101';
  font-size: 14pt;
  margin-bottom: 1em;
}
#upgrade-progress .content {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#upgrade-progress .content progress {
  width: 100%;
}
[ng-cloak] {
  display: none !important;
}
*::-webkit-input-placeholder {
  color: gray;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 50;
}
.busy {
  position: relative;
}
.busy:before {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  animation: fa-spin 2s infinite linear;
  font: normal normal normal 24px/1 FontAwesome;
  content: '\f110';
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
progress {
  width: 100%;
}
label + span {
  margin-left: 5px;
}
#progress,
#userdata-progress {
  width: 300px;
  height: 50px;
  margin-top: -25px;
  margin-left: -150px;
  background-color: #777777;
  border: 2px solid #272727;
  padding: 10px;
}
#setup-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#setup-popup > div {
  width: 300px;
  background-color: #777777;
  border: 2px solid #272727;
  padding: 10px;
}
#hide-all {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.95);
  z-index: 49;
}
body {
  font-family: "Play";
  background-color: #23241f;
  background-image: url('../images/dark_mosaic.png');
  margin: 0;
  padding: 0;
}
.hidden,
.css-hidden {
  display: none;
}
.form-error {
  border: #f00 5px solid;
}
.css-utv-ui-view {
  border-radius: 5px;
  background-color: #484941;
  border: 6px solid #222;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 20px;
}
div#settingsPageData {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #484941;
  border: 6px solid #222;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 20px;
}
.danger:not(:disabled) {
  background-color: #CC3B3B;
}
#deleteTiles {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}
.default-button {
  width: 160px;
  margin-right: 25px;
  margin-top: 10px;
}
.small-button {
  width: 100px;
  margin-right: 25px;
  margin-top: 10px;
}
#back {
  margin: 0px 0px 15px 0px;
}
button,
a.default-button,
.css-delete-button,
input[type='submit'] {
  padding: 3px 10px 5px 10px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  background-color: #333;
  border: none;
}
button:hover:not(:disabled),
a.default-button:hover:not(:disabled),
.css-delete-button:hover:not(:disabled),
input[type='submit']:hover:not(:disabled) {
  background-color: #FFC925;
  color: #222;
  text-decoration: none;
  cursor: pointer;
}
button:active:not(:disabled),
a.default-button:active:not(:disabled),
.css-delete-button:active:not(:disabled),
input[type='submit']:active:not(:disabled) {
  box-shadow: inset 0 -5px 30px 0px #333, inset 0px 1px 6px 1px black;
  -webkit-transition-duration: 0s, 0.1s;
}
button:disabled,
a.default-button:disabled,
.css-delete-button:disabled,
input[type='submit']:disabled {
  background-color: grey;
  text-decoration: line-through;
}
input {
  outline: 1px solid transparent;
}
input.ng-invalid {
  outline-color: red;
}
.checkbox {
  text-align: left;
}
.checkbox:before {
  display: inline-block;
  width: 12px;
  line-height: 16px;
  vertical-align: top;
  content: '◻';
  color: #fff;
}
.checkbox.active:before {
  content: '✓';
}
.button.checkbox,
button.checkbox {
  margin-top: 0px;
}
.button.checkbox,
button.checkbox,
.button.checkbox:active,
button.checkbox:active,
.button.checkbox.active,
button.checkbox.active {
  border-color: transparent;
}
.button.checkbox:before,
button.checkbox:before {
  margin-right: 3px;
  margin-left: 3px;
}
.button.checkbox:hover:before,
button.checkbox:hover:before {
  color: #000;
}
.select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
a.default-button {
  text-decoration: none;
  padding: 4px 15px 8px 15px;
}
a.default-button:hover,
a.default-button:active {
  color: white;
}
input[type="file"] {
  /* firefox doesn't honor the width of file elements
     we could set the size attribute to something in the
     html, but that doesn't seem like a very good solution.
   */
  width: auto;
}
div#css-container {
  margin-top: 1em;
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  display: block;
}
.css-clear {
  clear: both;
  height: 0px;
}
div#css-page {
  position: relative;
  margin: 0;
  padding: 0;
}
#logo {
  color: #fff;
  text-decoration: none;
  display: inline;
  cursor: pointer;
}
#css-footer {
  color: white;
}
#css-footer ul {
  display: inline-block;
}
#css-footer li {
  list-style: none;
}
#css-footer h4,
#css-footer img {
  display: inline;
}
a:link,
a:visited {
  color: #EEEEEC;
}
a:hover,
a:active {
  color: #FFC925;
}
.css-resetToDefaults {
  margin-left: 7px;
}
select,
input,
textarea {
  background-color: #a3a699;
  padding: 0px 0px;
  font-size: 15px;
  margin: 0px;
}
.css-table-head,
.css-table_head {
  color: #FFC925;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
  clear: left;
}
.table_tagline {
  width: 100%;
  margin: 0 0 1em;
  color: #eeeeec;
}
.css-row {
  display: table-row;
}
/* short for table element */
.css-ele {
  float: left;
  color: #eeeeec;
  text-align: left;
  display: table-cell;
  margin-top: 10px;
}
.css-bizname {
  clear: left;
  width: 130px;
}
.css-data {
  width: 200px;
}
.css-data select,
.css-data input:not([type=checkbox]):not([type=date]):not([type=time]) {
  width: 100%;
}
.css-bigdescription {
  /* Used where there is no action */
  width: 380px;
  margin-left: 1em;
}
h2.css-title {
  color: #FFC925;
  margin-bottom: 10px;
  margin-top: 20px;
}
.hidden {
  display: none;
}
#user-list,
#license-list,
#scripts-list {
  width: 290px;
  overflow: auto;
}
.script-radio {
  margin-right: 5px;
}
.script-label {
  margin-right: 15px;
}
.user-button {
  width: 80px;
  margin-right: 25px;
}
#logout {
  float: right;
  margin-top: 25px;
}
#logout a {
  margin: 25px;
}
#view-unlocked-label {
  color: #eeeeec;
  margin-left: 5px;
}
#view-unlocked {
  margin-top: 10px;
}
#auth-log {
  display: inline-block;
  margin-top: 10px;
}
.user-modal {
  position: fixed;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 50;
  background-color: #777777;
  border: 2px solid #272727;
  padding: 15px;
}
.user-modal button {
  margin-top: 10px;
  width: 90px;
}
.user-modal select {
  width: 203px;
}
.user-modal .css-table_head {
  margin-top: 0px;
}
.user-modal .cancel {
  float: right;
}
#useradd {
  width: 205px;
}
#useredit {
  width: 205px;
}
#useredit #useredit-username {
  float: right;
  color: black;
  text-shadow: none;
  margin-right: 5px;
}
input[type="date"],
input[type="time"] {
  width: 180px;
}
.fingerprint,
.rtspURL {
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: all;
  white-space: nowrap;
}
#license-list {
  overflow-x: auto;
  width: 450px;
}
#holder {
  width: 100%;
  height: auto;
}
.columnA {
  width: 50%;
  float: left;
}
.columnB {
  width: 50%;
  float: right;
}
.css-eula-text {
  color: black;
  text-shadow: initial;
  background: #828476;
  margin: 1em;
  padding: 1em;
  max-height: 30em;
  overflow-x: hidden;
}
.css-eula-text h2 {
  margin-top: 0;
  text-align: center;
}
.css-eula-text h3 {
  margin-bottom: 0.5em;
}
.css-eula-text ol {
  margin: 0;
}
.css-eula-text ol.css-list-lvl-1 {
  list-style-type: decimal;
}
.css-eula-text ol.css-list-lvl-2 {
  list-style-type: lower-alpha;
}
.css-eula-footer {
  clear: both;
  color: white;
  margin: 1em;
  /* #accepted{ */
  /*   vertical-align: middle; */
  /*   margin: 3px 4px 3px 0px; */
  /* } */
}
.css-eula-footer #eula-accept-button {
  float: right;
}
select option:disabled {
  color: #EEEEEC;
}
select option:disabled ~ option:not(:disabled) {
  padding-left: 1em;
}
#eula-html {
  width: 100%;
  border: 0px;
  min-height: 500px;
}
#assets-list {
  min-width: 200px;
}
.css-network-tools-text {
  color: black;
  text-shadow: initial;
  background: #828476;
  margin: 1em;
  padding: 1em;
  max-height: 30em;
  overflow-x: hidden;
  margin: auto;
  margin-top: 1em;
  resize: none;
  overflow-y: scroll;
  width: 100%;
  height: 600px;
}
.css-network-tools-text h2 {
  margin-top: 0;
  text-align: center;
}
.css-network-tools-text h3 {
  margin-bottom: 0.5em;
}
.css-network-tools-text ol {
  margin: 0;
}
.css-network-tools-text ol.css-list-lvl-1 {
  list-style-type: decimal;
}
.css-network-tools-text ol.css-list-lvl-2 {
  list-style-type: lower-alpha;
}
.network-label {
  color: white;
  margin-right: 1em;
  margin-left: 1em;
}
#timeZone select {
  width: 200px;
  margin-left: 25px;
}
div#nav {
  background-color: #222;
  border: 6px solid #222;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 20px;
  padding: 6px 15px;
  margin-top: 0.5em;
}
div#nav #css-toplogo {
  margin-right: 10px;
  display: inline;
  float: left;
  clear: left;
  position: relative;
  top: -10px;
}
div#nav #css-toplogo img {
  height: 40px;
  margin-top: 2px;
}
div#menu {
  float: right;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 0px;
  position: relative;
  top: -12px;
  left: 15px;
}
div#menu button {
  display: inline-block;
  text-decoration: none;
  margin: auto;
  padding: 17px 7px !important;
  background-color: #222;
  border-radius: 0px;
}
div#menu button a {
  display: block;
  padding: 6px 7px !important;
  text-decoration: none;
  color: white;
}
div#menu button.selected {
  background-color: #FFC925;
  color: #222;
}
div#menu button.selected a {
  color: #FFC925;
}
div#menu button:hover:not(.selected) {
  background-color: #FFC925;
  cursor: pointer;
}
div#menu button:active {
  background-color: #FFC925;
}
div#menu button.css-unsaved {
  border: 1px solid yellow;
}
div#menu button.saved {
  border-width: 1px;
}
textarea.cert {
  width: 550px;
  max-width: 550px;
  height: 70px;
}
button.link {
  color: #fff;
  font-weight: normal;
  padding: 2px 4px;
  background-color: transparent !important;
}
button.link,
button.link:focus {
  border-color: transparent;
}
button.link:hover {
  color: #ebbe35;
}
button.link:active,
button.link.active {
  color: #ebbe35;
  border-color: #ebbe35;
}
