:root {
    --competition-pro: #874793;
    --competition-golden: #E1C80B;
    --competition-silver: #A2A2A2;
    --competition-bronze: #cc802e;
    --competition-copper: #F05629;
    --competition-basic: #6b9440;

    --color-red: #a9302a;
}

li.pending .step {
    border-color: #69AA46;
}

.login-layout {
    background: #1f1f1f;
}

.tab-content {
    overflow: visible;
}
.image-map {
    position: relative;
    width: 100%;
}
.image-map a {
    position: absolute;
    color: black;
}

.image-map .avatar-wrap{
    position: absolute;
    left: 85px;
    top: 30px;
}
.image-map .avatar-wrap.star{
    top: 48px;
}
.image-map .avatar-wrap .progress{
    position: absolute;
    top: 100%;
    height: 15px;
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.19) 0px 10px 20px, rgba(0,0,0,0.2) 0px 6px 6px;
}
.image-map .avatar-wrap a{
    display: block;
    position: relative;
}
.image-map .avatar-wrap.star .progress{
    top: 110%;
}
.image-map .avatar-wrap .progress[data-percent]:after {
    color:black;
    font-weight: bold;
    font-size: 14px;
}

.image-map img.star {
    position: absolute;
    left: 96px;
    top: 48px;
}

.image-map span a {
    color: white;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    padding: 8px;
}
.chapter-avatar{
    height: 70px;
}
@media only screen and (max-width:767px) {
    .image-map img.star {
        right: 10px;
        bottom: 10px;
        width: 30px;
        top: auto; left: auto;
    }
    .image-map .avatar-wrap.star{
        left: auto; top: auto;
        bottom: 30px; right: 0;
    }
    .chapter-avatar{
        height: 50px;
    }
    .image-map .avatar-wrap.star > img{ /*star when showing percentage but not avatar*/
        width: 30px;
    }
}

ol.linenums{
    margin: 0 0 0 50px;
}

.avatar_modifier{
  padding-top: 30px;
}

.modal{
  position: absolute;
}

.flash {
  font-size: 1.2em;
}

.notice {
  color: blue;
}

.error {
  color: red;
}

#new_subscription input[type=radio] {
  opacity: 1;
  position: relative;
}

.date-select {
  width: auto;
}

.q-vote-cnt, .a-vote-cnt {
  font-weight: bold;
}

p.cannot_buy {
  font-size: 1.3em;
  text-align: center;
  background-color: #f5f5f5cf;
  border-radius: 5px;
  padding: 2px
}

.pc-attribute-value-positive {
  color: green
}

.pc-attribute-value-negative {
  color: red
}

.table-pc-attribute.odd {
    background-color: #f9f9f9;
}

.table-pc-attribute.border-attribute {
    border-left: 1px solid #ddd;
}

.pc-attribute-name {
  font-weight: bold
}

.pc-detail-attributes-table .pc-attribute-value {
  color: black
}

@media only screen and (max-width:700px) {
  .pc-attribute-name-text {
    display: none
  }
}

#table-result h4.good-job {
  font-size: 24px;
  color: green;
  line-height: 30px;
}

#powerups-table .new-level {
  font-weight: bold;
  font-size:25px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
  color: green;
}

.widget-body .widget-main.padding-8 > img {
  max-height: 300px;
  margin: auto;
  display:block
}

input.error_field, select.error_field {
  border-color: red;
}

.error_field_msg {
  color: red;
}

.schedule_selector select{
  width: auto
}

button.btn[disabled] {
  cursor: not-allowed
}

.ranking tr.current {
  font-weight: bold;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn-new-ticket-theme{
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    *margin-left: .3em;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    width: 70px;
    height: 70px;
    padding: 10px 16px 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
    background-image: url(images/pumpkin.png);
    background-size:  contain;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
}

.btn-new-ticket-theme.halloween{
    padding: 20px 16px 10px 16px;
    background-image: url(images/pumpkin.png);
}

.btn-new-ticket-theme.christmas{
    padding: 23px 16px 10px 16px;
    background-image: url(images/bauble.png);
}

.btn-new-ticket-theme.spring{
    padding: 10px 16px 10px 16px;
    background-image: url(images/sunflower.png);
}

.btn-new-ticket:hover {
  border-color: #629b58;
}

.btn-new-error-ticket {
    background-color: #757575 !important;
    border-color: #757575 !important;
    padding: 0 !important;
}

.btn-new-error-ticket i{
    margin: 0 !important;
}

.btn-new-error-ticket:hover {
    background-color: #515151 !important;
    border-color: #656565 !important;
}

.sidebar.menu-min .btn-new-ticket {
  width: 24px;
  height: 24px;
  padding: 0px 4px;
  font-size: 12px;
  border-radius: 12px;
}

.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;

    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
    cursor:progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    width: auto;
}

.has-spinner.btn-mini.active .spinner {
    width: 10px;
}

.has-spinner.btn-small.active .spinner {
    width: 13px;
}

.has-spinner.btn.active .spinner {
    width: 16px;
}

.has-spinner.btn-large.active .spinner {
    width: 19px;
}

input.fill-gap {
  border: none;
  border-bottom: solid #d5d5d5;
  background-color: #f5f5f5;
  padding-bottom: 0px;
  margin-bottom: 3px;
}

input.fill-gap:focus {
  background-color: #f5f5f5;
  border-color: #629b58
}

.chest-new-items div.widget-box {
  display: inline-block;
  margin: 10px !important;
}

.user-info {
  max-width: 150px;
}

.user-info .badge {
  padding-left: 4px;
  padding-right: 4px;
}

.introjs-hints .introjs-hint {
  z-index: 2000;
}

.introjs-hints .introjs-hint-dot, .introjs-hints .introjs-hint-pulse{
  border-color: red;
}

.introjs-hint:hover > .introjs-hint-pulse {
  border-color: darkred;
}

.hint-content {
    font-style: oblique;
    color:blue;
}

.non-important-text {
    color: grey;
}

.hr-double {
    height: 1px;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #E3E3E3;
}
#push, #footer {
    height: 60px;
}
#footer {
    background-color: #f5f5f5;
}
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.alert-purple {
    background-color: #ebdef2;
    border-color: #e6cef3;
}
.alert-purple a {
    color: #5c276b !important;
}
