* {
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
  padding: 0;
}

.container .comment {
  border: 0;
  background-color: transparent;
}

body {
  color: #444444;
  background: #C0C0C0;
}

a, a:link, a:active, a:visited, a:hover {
  color: inherit;
  background: transparent !important;
}

h1 {
  width: 920px;
  text-align: center;
  display: inline-block;
  margin: 0;
  font-size: 40px;
  text-shadow: 0 0 10px rgba(0,0,0,0.4);
  margin: .5em 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  line-height: 40px;
}

strong:after {
  content: " ";
}

input, textarea {
  outline: none;
}

input[type=submit]
{
  background-color: #9418ff;
  color: #FFF;
  border: 0;
  border-radius: 4px;
}

ul.us_menu.dark li:hover > a {
  background-color: #9418ff !important;
}

p {
  padding-left: 2em;
  text-indent: 2em;
  margin: 0;
}

::selection {
    background-color: #9418ff;
    color: #fff;
}

.loader {
  background-image: url(images/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 20px auto;
  height: 64px;
  width: 64px;
}

.delete
{
  float: right;
  width: 60px;
  padding-right: 26px;
}

.delete input[type=button]
{
  line-height: 20px;
  background-color: #A00;
  color: #FFF;
  border-radius: 4px;
  padding: 8px 16px;
  border: 1px solid rgba(0,0,0,0.4);
  margin: 12px auto;
}

.white_text {
  color: #FFF;
}

.end .fa-solid {
  font-size:24px;
  padding-top: 3px;
  float: right;
}

.end i{
  cursor: pointer;
}

.name .fa-solid, .name div {
  background: transparent;
  color: inherit;
}

.added {
  background-color: #0A0;
  border-radius: 4px;
  color: #FFF;
  padding: 4px 8px;
  border: 1px solid rgba(0,0,0,0.4);
  font-family: monospace;
}

.fixed {
  background-color: #A80;
  border-radius: 4px;
  color: #FFF;
  padding: 4px 8px;
  border: 1px solid rgba(0,0,0,0.4);
  font-family: monospace;
}

.container {
  margin: 0 auto 0 250px;
  width: 920px;
}

.sidebar {
  float: left;
  width: 250px;
  min-height: 250px;
  margin-top: 128px;
  position: absolute;
  font-size: 16px;
  top: 0;
  left: 0;
  padding-left: 1em;
  
  a, a:link, a:visited, a:active {
    color: #444;
    text-decoration: none;
  }
  
  a:hover {
    color: #000;
  }
  
}

.box {
  background: rgba(255,255,255,1.0);
  backdrop-filter: blur(10px);
  border-radius: 32px;
  display: flex;
  min-height: 150px;
  box-shadow: rgba(0,0,0,0.4) 0 4px 40px;
  position: relative; 
  width: 920px;
  padding: 0;
  box-sizing: unset;
}

.container *, .container::after, .container::before {
  box-sizing: unset !important;
}

.container .table>:not(caption)>*>*
{
  padding: 0 !important;
}

.box .header {
  background-color: rgba(0,0,0,0.4);
  border-bottom: 1px solid rgba(0,0,0,0.4);
  display: flex;
  position: absolute;
  top: 0;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  line-height: 56px;
  width: 910px;
  font-weight: bold;
  text-shadow: 0 1px 10px rgba(0,0,0,0.2);
  color: white;
  padding-left: 10px;
}

.box .data {
  background-color: rgba(0,0,0,0.05);
  line-height: 60px;
  margin-top: 57px;
  margin-bottom: 32px;
  width: 100%;
  display: block;
  box-sizing: unset;
}

.box .data .item {
  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-left: 10px solid transparent;
}

.box .data .item:nth-child(odd) {
  background: rgba(0,0,0,0.05);
}

.box .data .item, .box .data .item .table {
  display: flex;
  flex-wrap: wrap;
  width: 910px;
}

.table .end .fa-solid {
  font-size: 30px;
}

.box .data .item .details {
  max-height: 0;
  width: 100%;
}

.box .header .id {
  width: 135px !important;
  text-align: left;
  text-indent: 55px;
  white-space: nowrap;
}

input[type=submit]
{
  line-height: 30px;
  margin: 8px 32px 8px 0;
  padding: 0 8px;
}

.box .data .item .table .id {
  width: 135px !important;
  text-align: left;
  white-space: nowrap;
  
    .setsymbol {
      background-color: transparent;
      height: 24px;
      width: 24px;
      margin: 8px 4px 8px 0;
      border-left: 10px solid transparent;
      background-position: center center;
    }
    
    .norank {
      position: relative;
      left: -10px;
      padding-left: 10px;
    }
}

.rankPromo {
  border-left-color: #60F !important;
}

.rankUnique {
  border-left-color: #AAA !important;
}

.rankPrime {
  border-left-color: #0A0 !important;
}

.rankLimited_Edition {
  border-left-color: #7a5618 !important;
}

.details .bottom .dialcontainer .dial .click .icon, .dial_type .icons div, .power_select .slot {
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: 0;
  margin: 8px;
}

.box .header .t_trait {
  width: 40px !important;
  padding-right: 4px;
  
  .icon {
      height: 18px;
      width: 18px;
      margin: 18px 0 6px 0;
      background-color: transparent;
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: center center !important;
  }
}

.box .header .t_improved {
  width: 40px !important;
  padding-right: 4px;
  
  .icon {
      height: 18px;
      width: 18px;
      margin: 18px 0 6px 0;
      background-color: transparent;
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: center center !important;
  }
}

.box .data .item .table .t_trait, .box .data .item .table .t_improved {
  width: 40px !important;
  padding-right: 4px;
  
  .icon {
      height: 24px;
      width: 24px;
      margin: 18px 0 6px 0;
      background-color: transparent;
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: center center !important;
  }
}


.box .header .name, .box .data .item .table .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 4px;
  
  .icon {
    height: 24px;
    width: 24px;
    margin: 18px 0 6px 0;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    float: right;
  }
}

#mainItem .name {
  width: 260px;
}

#txtStartingPV, #txtVeteranPV, #txtExperiencedPV, #txtRookiePV, #txtRetaliationPV{
  line-height: 30px;
  border-top: 5px solid transparent;
  margin: 10px 0;
}

.pointvalue
{
  span
  {
    margin-right: 1em;
  }
  
  input
  {
    font-weight: bold;
    line-height: 16px;
    height: 30px;
    border: 4px solid transparent;
  }
  
  .first_click input
  {
    color: #0C0;
    border-bottom: 4px solid #0C0;
  }
  
  .veteran_click input
  {
    color: #C00;
    border-bottom: 4px solid #C00;
  }
  
  .experienced_click input
  {
    color: #3533f1;
    border-bottom: 4px solid #3533f1;
  }
  
  .rookie_click input
  {
    color: #bebe00;
    border-bottom: 4px solid #bebe00;
  }
  
  .retaliation_click input
  {
    color: darkmagenta;
    border-bottom: 4px solid darkmagenta;
  }
}

.pointvalue span, .pointvalue span input {
  display: inline-block;
}

.name input, .targets input, .pointvalue input, .id input {
  line-height: 60px;
  background-color: transparent;
  border: 0;
  font-size: 16px;
}

#txtNumber, #txtName, #txtTargets, #txtPassenger, #txtRange, .txtAbilityname, #txtRealname
{
  line-height: 30px;
  border-top: 5px solid transparent !important;
  border-bottom: 4px solid rgba(128,128,128,0.1) !important;
  width: 60px;
  margin: 10px 0;
  border-radius: 0 !important;
}

.txtAbilityname, #txtRealname
{
  margin: 0;
  border-top: 0 !important;
}

#txtNotes, .txtAbility, .txtKeywords
{
  border-left: 4px solid rgba(128,128,128,0.1) !important;
  padding-left: 5px !important;
  border-radius: 0 !important;
}

.targets input {
  width: 16px;
  text-align: right;
}

.pointvalue input {
  width: 32px;
  text-align: right
}

.box .header .name {
  width: 255px;
}

.box .data .item .table .name {
  width: 310px;
}

.box .data .item .table .name .icons {
  float: left;
  width: 24px;
  
  .icon {
    line-height: 20px;
    margin: 4px 0 0 0;
    background-color: transparent;
  }
}

.box .data .item .table .basetype {
  width: 0px !important;
  padding-right: 4px;
}

.box .header .basetype {
  width: 50px !important;
  text-align: right;
}
  
.box .data .item .table .basetype .icon {
  height: 24px;
  width: 24px;
  margin: 18px 0 6px 0;
  background-color: transparent;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.box .header .teamability, .box .data .item .table .teamability {
  width: 100px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  
  .slot {
    background-color: transparent;
    margin: 14px auto;
    height: 32px;
    width: 32px;
  }
  
  .dual {
    background-size: contain;
    height: 28px;
    width: 28px;
    margin: 16px 0;
    display: inline-block;
  }
  
  .triple {
    background-size: contain;
    height: 28px;
    width: 28px;
    margin: 16px 0;
    display: inline-block;
  }
}

.box .header .pointvalue, .box .data .item .table .pointvalue {
  width: 60px !important;
  text-align: right;
  padding-right: 1em;
}

.box .header .targets, .box .data .item .table .targets, .dialinfo .targets {
  width: 62px !important;
  text-align: right;
  
  
}

.attribute_popup .bolts_1,
.attribute_popup .bolts_2,
.attribute_popup .bolts_3 {
  
  margin: 4px;
}

.box .header .rating, .box .data .item .rating {
  width: 80px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  
  a {
    text-decoration: none;
    background: #9418ff !important;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 4px;
    color: #FFF;
    padding: 4px 8px !important;
  }
}

.box .header .end, .box .data .item .end {
  width: 32px !important;
  margin-top: 12px;
  height: 32px;
}

.new_dial {
  width: 128px;
  cursor: pointer;
  margin-top: 12px;
  height: 48px;
  float: right;
  background-color: #9418ff;
  border: 1px solid rgba(0,0,0,0.4);
  border-radius: 4px;
  color: #FFF;
  font-weight: bold;
  line-height: 48px;
  padding: 0 8px;
  font-size: 24px;
}

.new_dial .add {
  height: 32px;
  width: 32px;
  background: url('images/add.png') no-repeat center center;
  background-size: contain;
  float: left !important;
  margin-top: 7px;
}

.misc {
  background-image: url(images/set_logos/default.png);
}

.bolt {
  background: url('images/target_bolt.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 6px;
  vertical-align: middle;
}

.bolts_3 {
  background: url('images/target_bolts_3.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: text-top;
}
.bolts_2 {
  background: url('images/target_bolts_2.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: text-top;
}
.bolts_1 {
  background: url('images/target_bolts_1.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: text-top;
}
.bolts_0 {
  background: url('images/target_bolts_0.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: text-top;
}

.txtPassengers {
  width: 30px;
  text-align: right;
  background: transparent;
  border: 0;
}

.box .footer {
  font-size: small;
  display: block !important;
  text-align: right;
  line-height: 32px;
}

.box .foot {
  text-align: center;
}

ul.us_menu.dark {
  background-color: #252129;
}

.search {
  margin-bottom: 10px;
  
  .subsearch {
    font-size: 16px;
    text-align: right;
    margin: 0 20px;
    
    ul{
      float: right;
    }
    
    li {
      display: block;
      padding-left: 1em;
      display: inline;
    }
  }
}

.search input[type=text] {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  width: 920px;
  border-radius: 50px;
  border: 0;
  box-shadow: rgba(0,0,0,0.4) 0 4px 40px;
  text-indent: 72px;
  background-color: rgba(255,255,255,0.8);
  font-family: "Roboto Condensed", sans-serif;
  background-image: url('images/logo.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  position: relative;
  z-index: 10;
  transition: box-shadow linear .5s;
  backdrop-filter: blur(10px);
}

.search input[type=text]:focus-within {
  box-shadow: #9418ff 0 0 40px;
  outline: none;
}

#saveDial {
  margin: 0 auto;
}

#saveDial .loader {
  background-image: url(images/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0px auto;
  height: 60px;
  width: 48px;
}

.menu {
  float: left;
  display: none;
  cursor: pointer;
  transition: display linear .5s;
}

.improvements {  
  div {
    width: 32px;
    height: 32px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
  }
  
  .movement {
    background-image: url(images/movement3x.png);
  }
  .targeting {
    background-image: url(images/targeting3x.png);
  }
  .elevated {
    background-image: url(images/elevated3x.png);
  }
  .hindering {
    background-image: url(images/hindering3x.png);
  }
  .destroyblocking {
    background-image: url(images/destroyblocking3x.png);
  }
  .characters {
    background-image: url(images/characters3x.png);
  }
  .friendly {
    background-image: url(images/friendly3x.png);
  }
  .opposing {
    background-image: url(images/opposing3x.png);
  }
  .bases {
    background-image: url(images/bases3x.png);
  }
  .basesadj {
    background-image: url(images/basesadj3x.png);
  }
  .blocking {
    background-image: url(images/blocking3x.png);
  }
  .indoorblocking {
    background-image: url(images/indoorblocking3x.png);
  }
  .outdoorblocking {
    background-image: url(images/outdoorblocking3x.png);
  }
  .water {
    background-image: url(images/water3x.png);
  }
}

.inlineicon {
  height: 16px;
  width: 16px;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.sidebar .inlineicon {
  height: 20px;
  width: 20px;
}

.sidebar .custom {
  background-color: #FFF;
  border-radius: 4px;
}

.die1, .die2, .die3, .die4, .die5, .die6 {
  background-color: transparent !important;
}

.die1 {
  background-image: url(images/die13x.png);
}
.die2 {
  background-image: url(images/die23x.png);
}
.die3 {
  background-image: url(images/die33x.png);
}
.die4 {
  background-image: url(images/die43x.png);
}
.die5 {
  background-image: url(images/die53x.png);
}
.die6 {
  background-image: url(images/die63x.png);
}

.dialinfo {
  display: inline-block;
  width: 100%;
  font-size: 21px;
  text-align: center;
  line-height: 40px;
  
  .targets {float: right; margin-right: 1em; width: 200px !important;}
  .pointvalue {margin-left: 1em; width: 100%; text-align: center;}
}

#txtAddName {
  padding: 16px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.6);
  height: 20px;
  margin: 10px;
  width: 190px;
  color: #000;
}

#txtAddAb {
  padding: 16px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.6);
  height: 20px;
  margin: 10px 10px 10px 0;
  width: 40px;
  text-align: center;
}

#txtAddPath {
  padding: 16px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.6);
  height: 20px;
  margin: 10px 10px 10px 0;
  width: 340px;
  color: #000;
}

#btnSave {
  padding: 16px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.6);
  height: 20px;
  margin: 10px 10px 10px 0;
  background-color: #9418ff;
  color: #FFF;
  line-height: 16px;
  width: 50px;
}

#btnDelete {
  padding: 16px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.6);
  height: 20px;
  margin: 10px 10px 10px 0;
  background-color: #A00;
  color: #FFF;
  line-height: 16px;
  width: 50px;
}

#btnCreate {
  padding: 16px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.6);
  height: 20px;
  margin: 10px 10px 10px 0;
  background-color: #9418ff;
  color: #FFF;
  line-height: 16px;
  width: 50px;
}

.comments {
  line-height: 20px;
  margin: 0 auto 20px auto;
}

.comments .space {
  width: 160px;
  float: left;
}

.comments .head {
  width: 150px;
  text-align: right;
  float: left;
  padding: 16px 8px 16px 0;
}

.comments .head .datetime {
  font-size:11px;
}

.comments .body {
  width: 470px;
  float: left;
  margin: 0 8px;
  border-radius: 8px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  background-color: rgba(0,0,0,0.1);
  padding: 16px;
  line-height: 20px;
}

.comments .body pre {
  margin-bottom: 0;
}

.body_author {
  float: right !important;
  text-align: right !important;
}

.head_author {
  float: right !important;
  text-align: left !important;
  padding-left: 8px !important;
}

.person {
  background-color: rgba(255,255,255,0.1) !important;
}

.own_person {
  padding-left: 8px !important;
  text-align: left !important;
}