/*!
 * cache=false;cachewrite=true
 * @license Licences are viewable at this URL: https://cdn1.gaiaonline.com/src/_/e143bb5df5304ae98988a03a4dabca2e-1483-381/src/css/forum/deals.css
 */


/*! /src/css/forum/deals.css */
.page-header {
    width: 100%;
    height: 110px;
    background:#FFF url(https://graphics.gaiaonline.com/images/gaia_global/body/shared/rs_bodygradient.gif) repeat-x 0 0;
    display: block;
    padding-top: 10px;
    align-items: center;
    justify-content: center;
}

.page-header .header-title {
    font-size: 80px;
    color: #57c8ce;
    text-shadow: 2px 2px 9px #CCCCCC;
    letter-spacing: 3px;
}

.post-bubble .deal-content {
    border-radius: 15px;
    background: #FFF;
    padding: 20px; 
    margin: 10px;
    box-shadow: 2px 2px 5px #BBB;
}
.post-bubble .split {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex: 4 1 20%;
    justify-content: space-between;
}
.post-bubble .info {
    width: 670px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin:0px;
    padding:0px;
}
.post-bubble .action {
    width: 190;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#forum-header .title-text {
    font-size: 24px;
    color: #ff0e90;
}
.post-bubble .attn-text {
    font-size: 30px;
    color: #ff0e90;
}
.post-bubble .sub-text {
    font-size: 15px;
    color: #CCCCCC;
}
.post-bubble .starting-text {
    font-size: 24px;
    color: #0e9bf4;
}
.post-bubble .expire-text-small {
    font-size: 24px;
    color: #CCCCCC;
}
.post-bubble .attn-text-small {
    font-size: 24px;
    color: #ff0e90;
}
.post-bubble .button-text {
    font-size: 16px;
    color: white;
    text-decoration: none;
}

.post-bubble a, a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

.post-bubble .action a:hover {
    background-color: #0e9bf4;
    text-decoration: none;
    color: white;
}
.post-bubble .cta-button {
    border-radius: 1px;
    background: #ff0e90;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    margin: 4px;
}
.post-bubble .soldout-button {
    border-radius: 1px;
    background: #AAAAAA;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    margin: 4px;
}

.modal-window {
    position:fixed;
    background-color: rgba(255,255,255,0.5);
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:999;
    opacity:0;
    pointer-events:none;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}
.modal-window:target {
    opacity:1;
    pointer-events:auto;
}
.modal-window>div {
    border: 1px solid #AAA;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    
    width:400px;
    position:fixed;
    right:100px;
    bottom: 0px;
    margin:10% auto;
    padding:2rem;
    background:#fff;
    color:#444;
}
.modal-window header {
    font-weight:bold;
}
.modal-window .buy-item {
    width: 69px;
    height: 80px;
    text-align: center;
}
.modal-window .buy-item img {
    border: 1px solid #95999a;
}
.modal-window .mini-text {
    color: #555;
    font-size: 10px;
    padding-left: 13px;
    line-height: 15px;
}
.modal-window .mini-price-text {
    color: #ca1210;
    font-weight: bold;
    font-size: 10px;
    padding-left: 13px;
    line-height: 15px;
}
.modal-window .content {
    display: flex;
    flex-direction: row;
}
.modal-close {
    color:#aaa;
    line-height:50px;
    font-size:80%;
    position:absolute;
    right:0;
    text-align:center;
    top:0;
    width:70px;
    text-decoration:none;
}
.modal-close:hover {
    color:#000;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}
.gold-price {
  background: url(https://graphics.gaiaonline.com/images/store2/ic_shops_goldcoin_11x12.png) no-repeat 0 0;
}
.gold-price.platinum {
  background: url(https://graphics.gaiaonline.com/images/store2/ic_shops_goldcoin_11x12_platinum.png) no-repeat 0 0;
}
.gcash-price {
  background: url(https://graphics.gaiaonline.com/images/cashshop/sender/browse/ic_gaia_cash_12x12.gif) no-repeat 0 0;
}
.gold-price,
.gcash-price {
  color: #555;
  font-size: 10px;
  padding-left: 13px;
  line-height: 15px;
}

.right .gold-price,
.right .gcash-price {
  color: #000;
  font-size: 13px;
  padding-left: 15px;
  line-height: 15px;
}
.original-price {
  text-decoration: line-through;
  font-size: 10px;
  color: #555555;
  line-height: 15px;
  padding-left: 13px;
}
.discount-price {
  color: #ca1210;
  font-weight: bold;
}
.right .original-price {
  font-weight: normal !important;
  text-decoration: line-through;
  font-size: 10px;
  color: #555555;
  line-height: 15px;
  padding-left: 15px;
}
.right .discount-price {
  color: #ca1210 !important;
  font-weight: bold;
}

        .tabrow {
            #text-align: center;
            list-style: none;
            margin: 0px 0 20px;
            padding: 0;
            line-height: 24px;
            height: 26px;
            overflow: hidden;
            position: relative;
        }
        .tabrow li {
            border: 1px solid #AAA;
            background: #888;
            background: -o-linear-gradient(top, #DDD 50%, #888 100%);
            background: -ms-linear-gradient(top, #DDD 50%, #888 100%);
            background: -moz-linear-gradient(top, #DDD 50%, #888 100%);
            background: -webkit-linear-gradient(top, #DDD 50%, #888 100%);
            background: linear-gradient(top, #DDD 50%, #888 100%);
            display: inline-block;
            position: relative;
            z-index: 0;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
            text-shadow: 0 1px #FFF;
            margin: 0 5px;
            padding: 5px 20px;
        }
        .tabrow a {
              color: #57c8ce;
              text-decoration: none;
              font-size: 19px;
        }
        .tabrow li.selected {
            background: #EBEFEF;
            color: #333;
            z-index: 2;
            border-bottom-color: #EBEFEF;
        }
        .tabrow:before {
            position: absolute;
            content: " ";
            width: 100%;
            bottom: 0;
            left: 0;
            border-bottom: 1px solid #888;
            z-index: 1;
        }
        .tabrow li:before,
        .tabrow li:after {
            border: 1px solid #888;
            position: absolute;
            bottom: -1px;
            width: 5px;
            height: 5px;
            content: " ";
        }
        .tabrow li:before {
            left: -6px;
            border-bottom-right-radius: 6px;
            border-width: 0 1px 1px 0;
            box-shadow: 2px 2px 0 #B1B1B1;
        }
        .tabrow li:after {
            right: -6px;
            border-bottom-left-radius: 6px;
            border-width: 0 0 1px 1px;
            box-shadow: -2px 2px 0 #B1B1B1;
        }
        .tabrow li.selected:before {
            box-shadow: 2px 2px 0 #EBEFEF;
        }
        .tabrow li.selected:after {
            box-shadow: -2px 2px 0 #EBEFEF;
        }

.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1;
}
