/*
Created by Bayu Anggara
2017/03/15
 */
@font-face {
    font-family: Unocide;
    src: local("Unocide"),
    local("Unocide"),
    url(../fonts/Unocide.ttf);
}
body{
    /*background: url(../images/background.png) bottom center no-repeat fixed !important;*/
    background-size: cover !important;
    position: relative !important;
    padding-right: 0 !important;
}
legend{
    font-family: 'Unocide', 'Raleway', sans-serif;
    color: darkslategrey;
    cursor: default;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
    border-bottom: solid 1px transparent;
}
.font-uno{
    font-family: 'Unocide', 'Raleway', sans-serif;
}
.site-header{
    z-index: -2;
    width: 100%;
    min-width: 1127px;
    height: 600px;
    position: absolute;
    margin: -30px 0 -340px 0;
    background: url("../images/characters.png") top no-repeat;
    overflow: hidden;
}
.left-char {
    background: url("../images/side-l.png") center no-repeat;
    height: 298px;
    width: 206px;
    position: absolute;
    top: 300px;
    left: 56.5%;
    margin-left: -701px;
    z-index: -1;
}
.right-char {
    background: url("../images/side-r.png") center no-repeat;
    height: 286px;
    width: 239px;
    position: absolute;
    top: 300px;
    left: 38%;
    margin-left: 494px;
    z-index: -1;
}
.m-t-sm{
    padding-top: 10px;
}
.m-t-md{
    padding-top: 20px;
}
.m-t-lg{
    padding-top: 40px;
}
.m-r-sm{
    padding-right: 5px;
}
.full-width{
    width: 100%;
}
.text-medium{
    font-size: 16px;
}
.text-red{
    color: red;
}
.text-white{
    color: #FFFFFF;
}
.text-blue{
    color: blue;
    background: #ffffff;
    padding: 0 8px;
    display: inline-block;
    border-radius: 8px;
    margin: 3px 0;
}

.text-blue-2 {
    color: blue;
}

.text-green{
    color: green;
}
.text-pink{
    color: #ff1493;
}
.text-orange{
    background: #0c0c4d;
    padding: 2px 8px;
    display: inline-block;
    color: white;
    border-radius: 8px;
    margin: 3px 0;
}
.text-gold{
    color: gold;
}
.text-gold-shadow{
    color: rgb(217, 161, 20);
    background-color: rgb(120, 120, 120);
    text-shadow: rgb(3, 3, 3) 1px 1px 1px;
}
.text-maroon{
    color: #ffffff;
}
.text-grey{
    color: slategrey;
}
.text-limegreen{
    color: limegreen;
}
.text-yellow {
    color: black;
    background: #ffffff;
    padding: 2px 5px;
    border-radius: 8px;
    margin: 3px 0;
    display: inline-block;
}
.text-left{
    float: left !important;
}
.btn-com-fb{
    background: darkblue;
    color: #fff;
    text-decoration: none;
    padding: 4px;
}
.btn-com-kaskus{
    background: orange;
    color: #fff;
    text-decoration: none;
    padding: 4px;
}
.btn-com-fb:hover, .btn-com-kaskus:hover, .btn-com-fb:focus, .btn-com-kaskus:focus{
    color: #fff;
    text-decoration: none;
}
.width-80{
    width: 80%;
}
.well{
    background: rgba(245, 248, 250, 0.9) !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.hr-st{
    border-top: 1px solid #000000; margin-top: 10px; margin-bottom: 10px;
}
.form-control:focus{
    border-color: dodgerblue;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 243, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 243, .6);
}
.navbar{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    background: rgba(0,0,0,0.9);
}
.dropdown-menu, .btn, .input-group-addon, .alert, .navbar, .form-control, .well, .modal-content, .panel{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.navbar .dropdown-menu{
    background: rgba(0, 0, 0, 0.9) !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.navbar .dropdown-menu a{
    color: #fff !important;
}
.navbar .dropdown-menu a:hover{
    background-color: #dddddd !important;
    color: #000000 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover{
    background-color: #ffffff !important;
    color: #000000 !important;
}
#newsCarousel{
    top: 5px;
}
#newsCarousel .carousel-control {
    top: -28px;
    width:0;
    height: 20px !important;
    padding-left: 0;
}
#newsCarousel .carousel-control.left, .carousel-control.right {
    background: none !important;
    color: rgba(0, 0, 0, 0.2) !important;
}
#newsCarousel .carousel-control:focus, .carousel-control:hover {
    color: rgba(0, 0, 0, 0.2) !important;
    text-decoration: none !important;

    outline: 0 !important;
}
#newsCarousel .carousel-control.left{
    right: auto;
}
#newsCarousel .carousel-control.right{
    right: auto !important;
    float: left !important;
    left: 20px;
}
#newsCarousel{
    cursor: grab !important;
}

.dataTables_processing{
    position: absolute;
    z-index: 99999;
    background: none;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
}

.dtt-loading{
    padding-left: 10px;
    padding-top: 30px;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 3px !important;
}
.tp{
    width: 100%;
}
.img-item{
    max-width: 40px; min-width: 40px; max-height: 40px; min-height: 40px;
}

.img-viewItem{
    max-width: 80px; min-width: 80px; max-height: 80px; min-height: 80px;
}
.img-viewItemMall{
    max-width: 100px; min-width: 100px; max-height: 100px; min-height: 100px;
}
.center {
    display: block;
    margin: 0 auto;
}
.img-medium{
    max-width: 60px; min-width: 60px; max-height: 60px; min-height: 60px;
}
.hr-half{
    width: 50% !important;
}
.modal-footer{
    border: none !important;
}
.no-pl{
    padding-left: 0 !important;
}
.no-pr{
    padding-right: 0 !important;
}
.cur-pnt{
    cursor: pointer;
}
.alert-info{
    background: #64B5F6 !important;
    border: solid 1px #64B5F6 !important;
    color: #fff !important;
}
.alert-danger{
    background: #f4645f !important;
    border: solid 1px #f4645f !important;
    color: #fff !important;
}
.alert-success{
    background: #5cd65c !important;
    border: solid 1px #5cd65c !important;
    color: #fff !important;
}
.alert-warning{
    background: #ffad33 !important;
    border: solid 1px #ffad33 !important;
    color: #fff !important;
}
code{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.img-footer{
    width: 80px;
    height: 40px;
}
.news-flash span{
    font-size: small !important;
}
.news-flash{
    min-height: 100px !important;
}
.read-more{
    bottom: 0;
    width: 100%;
    padding-bottom: 5px;
    margin-top: -8px;
    position: absolute;
    text-align: center;
    left: 0;
}
.no-dec:hover{
    text-decoration: none !important;
}
.smaller{
    font-size: smaller;
}
.bold{
    font-weight: bold;
}
.title-break{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}
.thumbnail{
    padding: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.news-content img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#common-content *:not(#agreement #common-content *) {
    color: #ffffff !important;
}

#common-content img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

img{
    pointer-events: none;
}
.label{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.label-info{
    background: royalblue;
}
.carousel-inner .thumbnail{
    min-height: 320px !important;
    max-height: 320px !important;
}
.whndr{
    width: 100%;
}
.img-thumbnail{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.tip-container{
    margin-top: -15px;
    position: relative;
    width: 100%;
    height: auto;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: darkslategray;
}
.tip-container-uni{
    position: relative;
    width: auto;
    padding: 5px 15px;
    color: #fff;
    background-color: slategrey;
}
.tip-container-uni p {
    color: white !important;
}
.tip-container-uni .tip-arrow{
    top: -5px;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: slategrey;
}
.tip-arrow{
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tip-container .tip-arrow{
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: darkslategray;
}
.table-hover > tbody > tr:hover {
    background-color: lightskyblue;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.owl-prev, .owl-next {
    position:absolute;
    top:5%;
    padding:5px;
    margin:0;
    z-index:100;
    font-size:3rem;
    cursor:pointer;
    color:#555;
}

.owl-prev {
    left:-8px;
}

.owl-next {
    right:-8px;
}

.owl-theme .owl-controls .owl-buttons div{
    color: #555;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    font-size: 3rem;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    margin-top:-32px;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    color:#2a6496;
}

.guildlogo{padding:0;position:relative}
.guildlogo .div1{left:50%;position:absolute;z-index:1; transform: translateX(-50%);}
.guildlogo .div2{left:50%;position:absolute;z-index:2; transform: translateX(-50%);}
.guildlogo .div3{position:relative;z-index:3;}

/*#fb-root {*/
    /*display: none;*/
/*}*/

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    overflow-x: hidden;
}

/*div.fb-like-box,*/
/*div.fb-like-box > span,*/
/*div.fb-like-box > span > iframe[style],*/
/*div.fb-comments,*/
/*div.fb-comments > span,*/
/*div.fb-comments > span > iframe[style] {*/
    /*width: 100% !important;*/
    /*overflow-x: hidden;*/
/*}*/

.nav-tabs > li > a{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.pagination > li:first-child  > a, .pagination > li:first-child  > span, .pagination > li > a, .pagination > li > a, .pagination > li > span, .pagination > li > span, .popover{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.pagination{display:inline-block;padding-left:0;margin:22px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.6;text-decoration:none;color:#3097d1;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#216a94;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;background-color:#3097d1;border-color:#3097d1;cursor:default}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.33333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}
.dataTables_paginate {
    display: flex;
    justify-content: center;
}

.dataTables_paginate .pagination {
    margin: 0;
}

.table{width:100%;max-width:100%;margin-bottom:22px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.6;vertical-align:top;border-top:1px solid #ddd;max-width: 180px;}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#f5f8fa}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#2e3192;}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:16.5px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}

.modal,.modal-open{overflow:hidden}.modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translateY(-25%);transform:translateY(-25%);-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0);transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header:after,.modal-header:before{content:" ";display:table}.modal-header:after{clear:both}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.6}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:after,.modal-footer:before{content:" ";display:table}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}

.panel{margin-bottom:22px;background-color:#fff;border:1px solid transparent;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-body:after,.panel-body:before{content:" ";display:table}.panel-body:after{clear:both}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle,.panel-title{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #d3e0e9;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table-responsive>.table caption,.panel>.table caption{padding-left:15px;padding-right:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:22px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #d3e0e9}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #d3e0e9}.panel-default{border-color:#d3e0e9}.panel-default>.panel-heading{color:#333;background-color:#fff;border-color:#d3e0e9}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d3e0e9}.panel-default>.panel-heading .badge{color:#fff;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d3e0e9}.panel-primary{border-color:#3097d1}.panel-primary>.panel-heading{color:#fff;background-color:#3097d1;border-color:#3097d1}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#3097d1}.panel-primary>.panel-heading .badge{color:#3097d1;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#3097d1}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;}

button {
    border: 0;
    box-shadow: none;
    background: transparent;
    cursor: pointer;
}

[disabled="true"] {
    cursor: not-allowed !important;
}

[data-notify] {
    padding: 15px 0;
}

p {
    font-size: 14px !important;
    color: #ffffff !important;
}

h4 {
    font-size: 18px !important;
    color: #ffffff !important;
}

h3 {
    margin-top: 30px;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}

.bootstrap-touchspin-up i,
.bootstrap-touchspin-down i{
    font-size: 10px !important;
}

.bootstrap-touchspin .input-group-btn-vertical {
    top: -3px;:
}

/* LOGIN EVENTS */

.card {
    position: relative;
    background: #fff;
    padding: 20px;
    border: solid 2px rgba(255, 36, 21, 0.65);
    border-radius: 6px;
    cursor: pointer;
    min-height: 150px;
    box-shadow: 0 3px 8px rgba(255, 36, 21,.3);
    margin-bottom: 45px;
    transition: all .3s ease;
    padding-top: 5px;
}

.card .card-title h4 {
    font-weight: bold;
    font-size: 22px;
    max-width: 80%;
}

.card.card-login-event.vip-card {
    border: solid 2px rgba(255, 201, 1, 0.65);
    box-shadow: 0 3px 8px rgba(255, 201, 1, 0.3);
}

.card.card-login-event.disabled {
    pointer-events: none;
    background: #cccccc;
    color: rgba(0,0,0,.6);
    border-color: rgba(0,0,0,.4);
    box-shadow: 0 3px 8px rgba(0,0,0,.4);;
}

.card.card-login-event.disabled .login-event-reward {
    display: none !important;
}

.card.card-login-event.disabled::after,
.card.card-login-event.disabled::before {
    filter: grayscale(100%);
}

.card.card-login-event.disabled .view-rewards {
    display: none;
}

.card.card-login-event .card-body {
    max-width: 80%;
}

.card.card-login-event.disabled .card-body::after {
    content: '- C L A I M E D -';
    position: absolute;
    top: 50%;
    font-size: 22px;
    transform: rotate(-30deg) translate(-5%, -50%);
    right: 5%;
    color: rgb(174, 32, 20);
    text-shadow: 5px 1px 12px rgba(174, 32, 20, 1);
}

.card.card-login-event:hover,
.card.card-login-event:active {
    background: rgba(255, 36, 21, 0.65);
    color: #fff;
}

.card.card-login-event.vip-card:hover,
.card.card-login-event.vip-card:active {
    background: rgba(255, 201, 1, 0.65);
    color: #000;
}

.card.card-login-event .login-event-reward {
    background: rgba(0,0,0,.68);
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    display: none;
    margin-top: 25px;
}

.card.card-login-event .login-event-reward p {
    color: #ffffff !important;
}

.card.card-login-event .login-event-reward p {
    margin-bottom: 2px;
}

.card.card-login-event .view-rewards .fa {
    font-size: 20px;
    transition: all .3s linear;
    /*animation-name: scroll;*/
    /*animation-duration: 1.2s;*/
    /*animation-timing-function: cubic-bezier(.15,.41,.69,.94);*/
    /*animation-iteration-count: infinite;*/
}

.card.card-login-event .view-rewards {
    text-align: center;
    position: absolute;
    top: -2px;
    right: -2px;
    padding: 10px;
}

.card.card-login-event .claim-rewards {
    display: none;
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    color: #ffffff;
    /*border-bottom-left-radius: 8px;*/
    /*border-bottom-right-radius: 8px;*/
    /*border-top-left-radius: 8px;*/
    border-radius: 8px;
    z-index: 8;
    width: calc(20% + 2px);
}

.card.card-login-event .claim-rewards:hover {
    text-shadow: 5px 3px 4px #fff;;
}

.card.card-login-event .view-rewards.opened .fa {
    transform: rotate(180deg);
    animation-name: unset;
}

.card.card-login-event:hover .view-rewards {
    background: rgba(0,0,0,.3);
    border-bottom-left-radius: 8px;
}

.card.card-login-event:hover .claim-rewards {
    display: block;
    background: rgba(0,0,0,.75);
    z-index: 5;
}

.alert-danger p {
    color: #ffffff !important;
}

.select2-results__option--highlighted {
    background: #100c63 !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 55, 99, 0.6) !important;
    border-color: #100c63 !important;
}

.select2-container--bootstrap .select2-dropdown {
    border-color: #100c63 !important;
}

fieldset {
    border: 5px solid #1F497D;
    background: #ddd;
    border-radius: 5px;
    padding: 15px !important;
}

fieldset legend {
    font-family: Fredoka One,cursive;
    background: #100c63;
    color: #fff;
    padding: 5px 10px ;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: 0 0 0 5px #ddd;
    margin-left: 20px;
    width: auto;
}

.info-value {
    font-weight: bold;
    color: #100c63;
}

#drop-result .row {
    margin-left: 0;
    margin-right: 0;
}

#drop-result .row .droplist:nth-child(odd) {
    padding: 10px;
    background: #eaeaea;
}

#drop-result .row .droplist:nth-child(even) {
    padding: 10px;
    background: #ffffff;
}

input::placeholder {
    color: white !important;
    opacity: 0.65 !important;
}

.selectric .label {
    font-size: 14px !important;
}

.breakingNews {
    height: 45px !important;
    top: -4px;
    border-radius: 0 !important;
}

.table td,
.table th {
    color: white !important;
}

.nav-link {
    color: black;
}

.modal-title {
    color: #000000 !important;
}

#agreement #common-content {
    color: #000000 !important;
}

.daily-event img {
    display: block;
    max-width: 100%;
    height: auto;
}