@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: normal;
  src: local('Play'), url('../fonts/play.ttf') format('truetype');
  
  /*
  src: local('Play'), url('http://themes.googleusercontent.com/static/fonts/play/v2/PeTTkHQKj5rUPVxkIGAoaw.ttf') format('truetype');
  */
}
@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: bold;
  src: local('Play-Bold'), url('../fonts/play-bold.ttf') format('truetype');
  
  /*
  src: local('Play-Bold'), url('http://themes.googleusercontent.com/static/fonts/play/v2/j7wx-rRiDuE-JcaZ1ilpKg.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;
}
progress {
  width: 100%;
}
label + span {
  margin-left: 5px;
}
#progress,
#upgrade,
#userdata-progress {
  width: 300px;
  height: 50px;
  margin-top: -25px;
  margin-left: -150px;
  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: 15px;
  background-color: rgba(72, 73, 65, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(130, 132, 118, 0.8)), color-stop(100%, rgba(61, 63, 55, 0.8)));
  background: -moz-linear-gradient(top, rgba(130, 132, 118, 0.8) 0%, rgba(61, 63, 55, 0.8) 100%);
  border: 6px solid #222;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 0 1em #000000;
  -moz-box-shadow: 0 0 1em #000000;
  box-shadow: 0 0 1em #000000;
}
.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;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 13px;
  box-shadow: inset 0 -17px 33px -1px #222222;
  text-shadow: 0 1px 3px black;
  font-weight: bold;
  color: white;
  background-color: #999;
  border: none;
  -webkit-transition-property: box-shadow, text-shadow;
  -webkit-transition-duration: .2s,.1s;
}
button:hover:not(:disabled),
a.default-button:hover:not(:disabled),
.css-delete-button:hover:not(:disabled),
input[type='submit']:hover:not(:disabled) {
  text-shadow: 1px 1px 4px black;
  box-shadow: inset 0 -13px 33px -1px #222222;
  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 -13px 30px 0px #333333, inset 0px 1px 6px 1px #000000;
  -webkit-transition-duration: 0s,.1s;
}
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;
}
#css-container {
  margin-top: 1em;
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  display: block;
  text-shadow: 1px 1px 2px #111;
}
.css-clear {
  clear: both;
  height: 0px;
}
#css-page {
  position: relative;
  margin: 0;
  padding: 0;
}
#logo {
  color: #fff;
  text-decoration: none;
  display: inline;
  width: 200px;
}
#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 {
  background-color: #a3a699;
  padding: 0px 0px;
  font-size: 15px;
  margin: 0px;
}
.css-table_head {
  color: #FFC925;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
  clear: left;
  text-shadow: 1px 1px 3px #111;
}
.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;
  text-shadow: 1px 1px 4px #111;
  display: inline-block;
}
.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: 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;
}
#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-bottom: 1em;
  max-height: 30em;
  overflow-y: hidden;
  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-bottom: 1em;
  max-height: 30em;
  overflow-y: hidden;
  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;
}
