.view-left {
    border-right: 1px solid #333333;
}

.panel-left .page-content {
    padding-top: 0;
}

.panel-left .page {
    margin-top: 44px;
    padding-bottom: 44px;
}

input[type="text"] {
  caret-color: white;
}
textarea {
  caret-color: white;
}

.panel-left .navbar {
    position: relative;
    margin-bottom: -44px;
}

body.with-panel-right-reveal .panel-overlay {
    margin-left: 0;
}

.redstripes {
	background-image: linear-gradient(45deg, #590000 25%, #450202 25%, #450202 50%, #590000 50%, #590000 75%, #450202 75%, #450202 100%);
	background-size: 56.57px 56.57px;
}

.super-box {
	position: relative;
	width: 77px;
	height: 100px;
	left: 0px;
}

.ct-label {
  color:white !important; 
}

.hardmodeskull {
  width:24px; 
  float:right; 
  padding-left:5px;
}

.super-box:before, .super-box:after {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094, 
		#0000ff, #00ff00,#ffff00, #ff0000);
	background-size: 400%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: -1;
	animation: steam 50s linear infinite;
}

@keyframes steam {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
}

.super-box:after {
	filter: blur(5px);
}

.rainbow {
    background: orange;
    background: -webkit-linear-gradient(orange, yellow);
    background: -o-linear-gradient(orange, yellow);
    background: -moz-linear-gradient(orange, yellow);
    background: linear-gradient(to orange, yellow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rainbow2b {
    background: pink;
    background: -webkit-linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%);
    background: -o-linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%);
    background: -moz-linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%);
    background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rainbow3b {
    background: pink;
    background: -webkit-linear-gradient(90deg, #efd5ff 0%, #515ada 100%);
    background: -o-linear-gradient(90deg, #efd5ff 0%, #515ada 100%);
    background: -moz-linear-gradient(90deg, #efd5ff 0%, #515ada 100%);
    background: linear-gradient(90deg, #efd5ff 0%, #515ada 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rainbow4b {
    background: lime;
    background: -webkit-linear-gradient(90deg, #3ad59f 0%, #f8ff00 100%);
    background: -o-linear-gradient(90deg, #3ad59f 0%, #f8ff00 100%);
    background: -moz-linear-gradient(90deg, #3ad59f 0%, #f8ff00 100%);
    background: linear-gradient(90deg, #3ad59f 0%, #f8ff00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rainbow5b {
  background: #a80077;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #66ff00, #a80077);  /* Chrome 10-25, Safari 5.1-6 */
background: -o-linear-gradient(to right, #66ff00, #a80077);  /* Chrome 10-25, Safari 5.1-6 */
background: -moz-linear-gradient(to right, #66ff00, #a80077);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #66ff00, #a80077); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rainbow6b {
    background: red;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, red, white, blue);  /* Chrome 10-25, Safari 5.1-6 */
background: -o-linear-gradient(to right, red, white, blue);  /* Chrome 10-25, Safari 5.1-6 */
background: -moz-linear-gradient(to right, red, white, blue);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, red, white, blue); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rainbow7b {
background: red;
    background: -webkit-linear-gradient(left, red, white, blue);
    background: -o-linear-gradient(left, red, white, blue);
    background: -moz-linear-gradient(left, red, white, blue);
    background: linear-gradient(left, red, white, blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rainbow1 {
    background: red;
    background: -webkit-linear-gradient(left, orange , yellow, green, cyan, blue, violet);
    background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rainbow2 {
    background: red;
    background: -webkit-linear-gradient(left, blue, violet, cyan, green, red, blue);
    background: -o-linear-gradient(right, blue, violet, cyan, green, red, blue);
    background: -moz-linear-gradient(right, blue, violet, cyan, green, red, blue);
    background: linear-gradient(to right, blue, violet, cyan, green, red, blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rainbow-box {
  background-color: #302244;
  border: 2px solid transparent;
  border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  border-image-slice: 1;
  border-radius: 5px;
  padding: 3px;
}

.patreon-box {
  background-color: #302244;
  border: 2px solid transparent;
  border-image: linear-gradient(to bottom right, #660099 0%, #0000cc 25%, #660099 50%, #0000cc 75%, #660099 100%);
  border-image-slice: 1;
  border-radius: 5px;
  padding: 3px;
}

#confetti {
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 90%;
	z-index: -1;
}

#fireworks {
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 90%;
	z-index: -1;
}

#specialanim {
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 90%;
	z-index: -1;
}

.lbemblem {
	width: 10px;
}

.gear_set {
	font-size: 11px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #ff6600;
	background-color: #ff9900;
	border-radius: 16px;
	color: black;
}

.gear_set_chip {
	font-size: 11px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #ff6600;
	background-color: #ff9900;
	border-radius: 16px;
	color: black;
}

@media (min-width: 569px) {
    .panel.panel-left.panel-cover {
        width: 250px;
        left: -250px;
    }
    body.with-panel-left-cover .panel-left {
        -webkit-transform: translate3d(250px, 0, 0);
        -ms-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
    }
    .mobileonly {
	     display: none !important;
    }
}





@media (min-width: 450px) {
	.mobileonly {
	     display: none !important;
    }
}

@media (max-width: 450px) {
	.deconbutton {
	     display: none !important;
    }
    .desktoponly {
	     display: none !important;
    }
}

@media (min-width: 769px) {
    body .panel.panel-left.panel-cover {
        left: 0;
        width: 250px;
        display: block;
    }
    body.with-panel-left-cover .panel-left {
        -webkit-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .view-main {
        float: right;
        width: -webkit-calc(100% - 250px);
        width: -moz-calc(100% - 250px);
        width: -ms-calc(100% - 250px);
        width: calc(100% - 250px);
    }
    .view-main .navbar .open-panel {
        display: none;
    }
    	
	.views {
		width: 80%;
	}
	
	#desktopchatpanel {
		z-index: 6000;
		right: 0px;
		display: block;
		width: 20%;
	}
     #openchatbtn {
        display:none;
     }
     #homebtn {
        display:none;
     }
    .mobileonly {
	     display: none !important;
    }
}




body {
	background-color: #000;
}

#mobilechatpanel {
	border-left: 1px solid #333;
	background-color: #111 !important;
	background-image: none !important;
}

#desktopchatpanel {
	border-left: 1px solid #333;
	background-color: #111 !important;
	background-image: none !important;
}

@font-face {
  font-family: 'Framework7 Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Framework7Icons-Regular.eot");
  src: local('Framework7 Icons'),
     local('Framework7Icons-Regular'),
     url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
     url("../fonts/Framework7Icons-Regular.woff") format("woff"),
     url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
}

.f7-icons, .framework7-icons {
  font-family: 'Framework7 Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
}


.sport-icon {
	width: 50%;
	margin: 0 auto;
}

ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons img{
  width: 34px;
  padding: 2px;
}

.navbar, .subnavbar, .toolbar {
	background-color: #ffffff;
}

div[class*="col-"] {
  text-align: center;
  color: #000;
  padding: 5px;
}
.row {
  margin-bottom: 15px;
}   

#bottom {
}

.navbar {
border-top: 1px solid #222;
}

.card-content-inner img {
	max-width: 100%;
}

.card-content-inner iframe {
	max-width: 100%;
}

.swiper-container {
  height: 100%;
}
.swiper-slide {
  background:#000;
}
.swiper-slide span {
  text-align:center;
  display:block;
  margin:10px;
  font-size:21px;
}

.slider{
height: 85%;
margin-top: 0px;
}

.close-popup{
position: absolute;
    bottom: 5px;
    right: 5px;
}

#player-count{
    position: absolute;
    right: 30px;
    color: #6d6d72;
    margin-top: 5px;
}

.no-top-bottom-margin{
    margin-top: 1px;
    margin-bottom: 1px;
}

.menu-item {
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}

.center {
    text-align: center;
}

.reduce-margin {
	margin-top: 5px!important;
	margin-bottom: 5px !important;
}

.stretch {
    display:inline-block;
    -webkit-transform:scale(3,1); /* Safari and Chrome */
    -moz-transform:scale(3,1); /* Firefox */
    -ms-transform:scale(3,1); /* IE 9 */
    -o-transform:scale(3,1); /* Opera */
    transform:scale(3,1); /* W3C */
transform-origin: 0 0;
}

.swipe-tutorial{
 font-size: 30px;
 text-align: center;
}

.search-count{
    right: 5px;
    position: absolute;
}

.accordion-item{
  cursor:pointer;
}

.setcardbtn {
 cursor:pointer;	
}

.conf-span{
    right: 5px;
    position: absolute;
    font-size: 12px;
}

.ranking-points-span{
    right: 22px;
    position: absolute;
    font-size: 12px;
}

.rankings-list-block,.rankings-content-block {
  margin-top: 0px;
}

.rankings-tabs-content-block{
  margin-bottom:0px;
  margin-top:10px;
}

.date-header{
    background: #0a3d5b;
    color: white !important;
    background-image: none !important;
}

.date-header-row{
    background-image: none !important;
}

.date-header-item-inner:after{
  height:0px !important;
}

.next-game{
  background-color: #FFFFE0;
}

.green{
    color: green !important;
}

.poisoned {
    color: magenta !important;
}

.blind {
    color: #fff !important;
}

.remedy {
    color: #ff9900 !important;
}

.dazed {
    color: yellow !important;
}

.red{
    color: red !important;
}

.vendoritemimg {
	border: 3px solid #ddd;
	width: 35px;
	margin-right: 10px;
}

.vendoritemimgCommon {
	border: 3px solid #ddd;
	width: 35px;
	margin-right: 10px;
}

.vendoritemimgRare {
	border: 3px solid #5e71a4;
	width: 35px;
	margin-right: 10px;
}

.vendoritemimgUncommon {
	border: 3px solid #497040;
	width: 35px;
	margin-right: 10px;
}

.vendoritemimgLegendary {
	border: 3px solid #4c2a66;
	width: 35px;
	margin-right: 10px;
}

.vendoritemimgExotic {
	border: 3px solid #ff3333;
	width: 35px;
	margin-right: 10px;
}

.vendoritemimgExoticG {
	border: 3px solid #c4b325;
	width: 35px;
	margin-right: 10px;
}

.vendoritemimgGodly {
	border: 3px solid #c4b325;
	width: 35px;
	margin-right: 10px;
	-webkit-animation: glow 1.5s infinite alternate;
	-webkit-transition: border 1.5s linear, box-shadow 1.5s linear;
	-moz-transition: border 1.5s linear, box-shadow 1.5s linear;
	transition: border 1.5s linear, box-shadow 1.5s linear;
}

.itemimg {
	border: 3px solid #ddd;
	width: 50px;
	height: 50px;
}

.genreimg {
	width: 50px;
	height: 50px;
}

.genreimgsm {
	width: 25px;
	height: 25px;
}

.itemimgCommon {
	border: 3px solid #fff;
	width: 50px;
	height: 50px;
}

.itemimgRare {
	border: 3px solid #5e71a4;
	width: 50px;
	height: 50px;
}

.itemimgUncommon {
	border: 3px solid #497040;
	width: 50px;
	height: 50px;
}

.itemimgLegendary {
	border: 3px solid #4c2a66;
	width: 50px;
	height: 50px;
}

.itemimgExotic {
	border: 3px solid #ff3333;
	width: 50px;
	height: 50px;
}

.itemimgExoticG {
	border: 3px solid #c4b325;
	width: 50px;
	height: 50px;
}

.itemimgGodly {
	border: 3px solid #c4b325;
	width: 50px;
	height: 50px;
	-webkit-animation: glow 1.5s infinite alternate;
	-webkit-transition: border 1.5s linear, box-shadow 1.5s linear;
	-moz-transition: border 1.5s linear, box-shadow 1.5s linear;
	transition: border 1.5s linear, box-shadow 1.5s linear;
}
@-webkit-keyframes glow {
  to {
    border-color: #c4b325; 
    -webkit-box-shadow: 0 0 10px #c4b325; 
    -moz-box-shadow: 0 0 10px #c4b325; 
    box-shadow: 0 0 20px #c4b325; 
  }
}

.itemimgGT {
	border: 3px solid #333;
	width: 50px;
	height: 50px;
	-webkit-animation: glowGT 5.5s infinite alternate;
	-webkit-transition: border 5.5s linear, box-shadow 1.5s linear;
	-moz-transition: border 5.5s linear, box-shadow 1.5s linear;
	transition: border 5.5s linear, box-shadow 1.5s linear;
}
@-webkit-keyframes glowGT {
  to {
    border-color: #333; 
    -webkit-box-shadow: 0 0 10px #37FDFC; 
    -moz-box-shadow: 0 0 10px #37FDFC; 
    box-shadow: 0 0 10px #37FDFC; 
  }
}

.invimg {
	border: 2px solid #ddd;
	width: 30px;
	height: 30px;
}

.vendorimg {
	width: 25px;
}

.chat-txt {
  font-size: 12px;
  margin: 1em 0;
}
.chat-txt .chip {
  margin-right: 0;
  height: 16px;
  line-height: 16px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-size: 12px;
}

.button-highlight {
	background-color: gold !important;
        color:black !important;
}

a.chatlink:link {
	color: yellow;
}
a.chatlink:visited {
	color: yellow;
}
a.chatlink:hover {
	color: yellow;
}
a.chatlink:active {
	color: yellow;
}

.widebg {
	background-position: right top; 
	background-repeat: no-repeat; 
}

.cicon {
	width: 10px;
}


/* Custom Gradients */

.progressbar.blue-dawn span {
	background: #0ff;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #ff0, #0ff);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #ff0, #0ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.progressbar.green-dawn span {
	background: #0f0;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #ff0, #0f0);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #ff0, #0f0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.progressbar.pink-dawn span {
	background: #f0f;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #ff0, #f0f);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #ff0, #f0f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.progressbar.red-dawn span {
	background: #f00;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #ff0, #f00);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #ff0, #f00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.progressbar.dark-skies span {
	background: #333;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #555, #333);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #555, #333); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.progressbar.blue-sky span {
	background: #00f; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #00ffd0, #007aff); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #00ffd0, #007aff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* uiGradients http://uigradients.com/ */

.progressbar.celestial span {
	background: #C33764;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #1D2671, #C33764);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #1D2671, #C33764); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.progressbar.dirty-fog span {
	background: #B993D6;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #8CA6DB, #B993D6);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #8CA6DB, #B993D6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.progressbar.ibiza-sunset span {
	background: #ee0979;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #ff6a00, #ee0979);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #ff6a00, #ee0979); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.progressbar.pacific-dream span {
	background: #34e89e;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #0f3443, #34e89e);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #0f3443, #34e89e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.progressbar, .progressbar-infinite, .progress {
  background: rgba(255,255,255,0.3);
}

.disable-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

.swiper-custom {
  position:relative;
  height:100%;
}
.swiper-container {
  height: 100%;
}
.swiper-slide {
  background:#000;
  background-image: url("../img/bgs/bg1.jpg");
}
.swiper-slide span {
  text-align:center;
  display:block;
  margin:20px;
  font-size:21px;
}
.swiper-pagination-bullet {
	background-color: #fff;
}

.swiper-button-next, .swiper-button-prev {
	top: 35px;
}


.panel.layout-dark{
	background-image:url('../../img/bgs/bg2.jpg')!important;
}

/* override #1c1d1f */
.layout-dark .list-block ul, .list-block.layout-dark ul { background:rgba(28,29,31,0.5) !important; }


::-webkit-scrollbar {
	width: 2px;
}

::-webkit-scrollbar-track {
	background-color: rgba(0,0,0,0.5);
	border-radius: 8px;
}

::-webkit-scrollbar-thumb {
	background-color: #444;
	border-radius: 2px;
}

a.rainbow, .rainbow {
background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.5, #f90), color-stop(1, #fbff00));
background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.5, #f90), color-stop(1, #fbff00));
color:transparent;
-webkit-background-clip: text;
background-clip: text;
}

a.rainbow1, .rainbow1 {
background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f90), color-stop(0.3, #fbff00), color-stop(0.45, #6f6), color-stop(0.6, #09f),color-stop(0.75, #b0f), color-stop(0.9, #f08), color-stop(1, #f22));
background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f90), color-stop(0.3, #fbff00), color-stop(0.45, #6f6), color-stop(0.6, #09f),color-stop(0.75, #b0f), color-stop(0.9, #f08), color-stop(1, #f22));
color:transparent;
-webkit-background-clip: text;
background-clip: text;
}

.cc1, a.cc1:visited, a.cc1:hover, a.cc1:focus{color:#ffc7e9;}
.cc2, a.cc2:visited, a.cc2:hover, a.cc2:focus{color:#ff94d4;}
.cc3, a.cc3:visited, a.cc3:hover, a.cc3:focus{color:#ff57bc;}
.cc4, a.cc4:visited, a.cc4:hover, a.cc4:focus{color:#ff0099;}
.cc5, a.cc5:visited, a.cc5:hover, a.cc5:focus{color:#d7bde2;}
.cc6, a.cc6:visited, a.cc6:hover, a.cc6:focus{color:#c39bd3;}
.cc7, a.cc7:visited, a.cc7:hover, a.cc7:focus{color:#af7ac5;}
.cc8, a.cc8:visited, a.cc8:hover, a.cc8:focus{color:#9b59b6;}
.cc9, a.cc9:visited, a.cc9:hover, a.cc9:focus{color:#d2b4de;}
.cc10, a.cc10:visited, a.cc10:hover, a.cc10:focus{color:#bb8fce;}
.cc11, a.cc11:visited, a.cc11:hover, a.cc11:focus{color:#a569bd;}
.cc12, a.cc12:visited, a.cc12:hover, a.cc12:focus{color:#8e44ad;}
.cc13, a.cc13:visited, a.cc13:hover, a.cc13:focus{color:#a9cce3;}
.cc14, a.cc14:visited, a.cc14:hover, a.cc14:focus{color:#7fb3d5;}
.cc15, a.cc15:visited, a.cc15:hover, a.cc15:focus{color:#5499c7;}
.cc16, a.cc16:visited, a.cc16:hover, a.cc16:focus{color:#2980b9;}
.cc17, a.cc17:visited, a.cc17:hover, a.cc17:focus{color:#aed6f1;}
.cc18, a.cc18:visited, a.cc18:hover, a.cc18:focus{color:#85c1e9;}
.cc19, a.cc19:visited, a.cc19:hover, a.cc19:focus{color:#5dade2;}
.cc20, a.cc20:visited, a.cc20:hover, a.cc20:focus{color:#3498db;}
.cc21, a.cc21:visited, a.cc21:hover, a.cc21:focus{color:#a3e4d7;}
.cc22, a.cc22:visited, a.cc22:hover, a.cc22:focus{color:#76d7c4;}
.cc23, a.cc23:visited, a.cc23:hover, a.cc23:focus{color:#48c9b0;}
.cc24, a.cc24:visited, a.cc24:hover, a.cc24:focus{color:#1abc9c;}
.cc25, a.cc25:visited, a.cc25:hover, a.cc25:focus{color:#a2d9ce;}
.cc26, a.cc26:visited, a.cc26:hover, a.cc26:focus{color:#73c6b6;}
.cc27, a.cc27:visited, a.cc27:hover, a.cc27:focus{color:#45b39d;}
.cc28, a.cc28:visited, a.cc28:hover, a.cc28:focus{color:#16a085;}
.cc29, a.cc29:visited, a.cc29:hover, a.cc29:focus{color:#a9dfbf;}
.cc30, a.cc30:visited, a.cc30:hover, a.cc30:focus{color:#7dcea0;}
.cc31, a.cc31:visited, a.cc31:hover, a.cc31:focus{color:#52be80;}
.cc32, a.cc32:visited, a.cc32:hover, a.cc32:focus{color:#27ae60;}
.cc33, a.cc33:visited, a.cc33:hover, a.cc33:focus{color:#abebc6;}
.cc34, a.cc34:visited, a.cc34:hover, a.cc34:focus{color:#82e0aa;}
.cc35, a.cc35:visited, a.cc35:hover, a.cc35:focus{color:#58d68d;}
.cc36, a.cc36:visited, a.cc36:hover, a.cc36:focus{color:#2ecc71;}
.cc37, a.cc37:visited, a.cc37:hover, a.cc37:focus{color:#f9e79f;}
.cc38, a.cc38:visited, a.cc38:hover, a.cc38:focus{color:#f7dc6f;}
.cc39, a.cc39:visited, a.cc39:hover, a.cc39:focus{color:#f4d03f;}
.cc40, a.cc40:visited, a.cc40:hover, a.cc40:focus{color:#f1c40f;}
.cc41, a.cc41:visited, a.cc41:hover, a.cc41:focus{color:#fad7a0;}
.cc42, a.cc42:visited, a.cc42:hover, a.cc42:focus{color:#f8c471;}
.cc43, a.cc43:visited, a.cc43:hover, a.cc43:focus{color:#f5b041;}
.cc44, a.cc44:visited, a.cc44:hover, a.cc44:focus{color:#f39c12;}
.cc45, a.cc45:visited, a.cc45:hover, a.cc45:focus{color:#f5cba7;}
.cc46, a.cc46:visited, a.cc46:hover, a.cc46:focus{color:#f0b27a;}
.cc47, a.cc47:visited, a.cc47:hover, a.cc47:focus{color:#eb984e;}
.cc48, a.cc48:visited, a.cc48:hover, a.cc48:focus{color:#e67e22;}


/* Vangaurd CSS */
.cc49, a.cc49:visited, a.cc49:hover, a.cc49:focus{color:#ff00f5;}
.cc50, a.cc50:visited, a.cc50:hover, a.cc50:focus{color:#ffca1b;}
.cc51, a.cc51:visited, a.cc51:hover, a.cc51:focus{color:#e3ff00;}
.cc52, a.cc52:visited, a.cc52:hover, a.cc52:focus{color:#b6ff00;}
.cc53, a.cc53:visited, a.cc53:hover, a.cc53:focus{color:#01ff1f;}
.cc54, a.cc54:visited, a.cc54:hover, a.cc54:focus{color:#0df;}
.cc55, a.cc55:visited, a.cc55:hover, a.cc55:focus{color:#228dff;}
.cc56, a.cc56:visited, a.cc56:hover, a.cc56:focus{color:#ba01ff;}
.cc57, a.cc57:visited, a.cc57:hover, a.cc57:focus{color:#8870FF;}

.cc58, a.cc58:visited, a.cc58:hover, a.cc58:focus{color:#ff3333;}

.staff:before {
background-image: url("../img/staff.png");
background-size: 10px 10px;
background-repeat: no-repeat;
display: inline-block;
width: 13px;
height: 10px;
content: "";
}

.vanguard:before {
background-image: url("../img/guard.png");
background-size: 10px 10px;
background-repeat: no-repeat;
display: inline-block;
width: 13px;
height: 10px;
content: "";
}

.admin:before {
background-image: url("../img/admin.png");
background-size: 10px 10px;
background-repeat: no-repeat;
display: inline-block;
width: 13px;
height: 10px;
content: "";
}

.chat-txt.bot {
background: #333;
margin-left: -15px;
margin-right: -15px;
padding: 5px 5px 5px 15px;
}

.chat-txt.bot.pe {
	cursor: initial !important;
}
.chat-txt.bot.sale {
  background: rgba(255, 128, 51, 0.4);
}
.chat-txt.bot.lottery {
  background: rgba(0, 227, 0, 0.2);
}
.chat-txt.bot.lvl99 {
  background: rgba(150, 0, 255, 0.3);
}
#desktopchatpanel div.card, #mobilechatpanel div.card {
	margin: 0 -15px 0 -15px;
}
.chat-txt.bot a {
background-image: url("../img/bot.png");
background-size: 10px 10px;
background-repeat: no-repeat;
display: inline-block;
background-position: 0% 90%;
width: 13px;
height: 13px;
content: "";
}

li.announcement {
  background: rgba(72, 103, 174,.2);
  position: relative;
}

li.announcement:before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  border-top: 10px solid #719bfa;
  border-right: 10px solid transparent;
  width: 0;
}

li.announcement2 {
  background: rgba(174, 128, 72,.2);
  position: relative;
}

li.announcement2:before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  border-top: 10px solid #ff6600;
  border-right: 10px solid transparent;
  width: 0;
}

li.publicevent, .chat-txt.bot.pe {
  background: rgba(227, 141, 41,.2);
  position: relative;
  cursor: pointer;
}

li.publicevent:before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  border-top: 10px solid #e38d29;
  border-right: 10px solid transparent;
  width: 0;
}

.close-notification.foralert {
	background-image: none !important;
	color: #f66;
	opacity: 1 !important;
	font-weight: bold;
}

.button.btngray {
    background-color: #3e3e3e;
    border: 1px solid #696969;
}

.button.btngreen {
    background-color: #030;
    border: 1px solid #006600;
}

.button.btnblue {
    background-color: #072640;
    border: 1px solid #0e5ca0;
}

.button.btnpurple {
    background-color: #350c52;
    border: 1px solid #7608c3;
}

.button.btnyellow {
    background-color: #796400;
    border: 1px solid #9e8e00;
}

a.skipmission {
	background: rgba(205, 205, 205, 0.3);
	padding: 0 5px;
	border: 1px solid #999;
	border-radius: 3px;
	font-size: 11px;
	float: right;
}

.enemyGrimProgress span.grimLevel {
    float: left;
    font-size: 11px;
}

.enemyGrimProgress span.progressbar {
    height: 2px;
    width: 100px;
    top: 6px;
    left: 2px;
}

.chatdd {
	width: 100px !important;
	height: 34px !important;
	display: inline !important;
}
.chatdown {
	color: gray;
	font-size: 16px;
	position: absolute;
	left: 100px;
	top: 8px;
}
.chatflip {
	font-size: 18px;
	position: absolute;
	right: 30px;
	top: 8px;
}

.cclink { 
 border: 1px solid #333;
 border-radius: 5px;
 background-color: #222;
 padding-left:3px;
 padding-right:3px;
 color:teal;
 margin:3px;
 font-weight:bold;
 line-height:18px;
 font-size:11px;
}

.cclinkselected {
 font-weight: bold; 
 border: 1px solid #666;
 border-radius: 5px;
 background-color: #555;
 padding-left:3px;
 padding-right:3px;
 color:#90EE90;
  font-size:11px;
}

.chatflipG {
	color: gray;
}
.chatflipY {
	color: yellow;
}

.notifications .notification-item { background: #333; border-radius: 0; } .notifications .item-title-row:before, .modal-inner { border-radius: 0; background: #212121; } .notifications .notification-item .item-text { color: #ccc; } .notifications .notification-item .item-title { color: #fff; } .notifications li.notification-item { border: 1px solid #444; } .actions-modal-label { background: #212121; color: #fff; } .actions-modal-button { background: #333; } .modal { border: 1px solid #444; border-radius: 0; } .modal-title { color: #fff; } .modal-text { color: #ccc; } .modal-button:first-child:last-child, .actions-modal-group, .actions-modal-button:first-child, .actions-modal-label:first-child, .actions-modal-button:last-child, .actions-modal-label:last-child, .modal-button:first-child, .modal-button:last-child { border-radius: 0; } .modal-button { background: #333; } .notifications .close-notification { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2044%2044'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cg%20stroke%3D'none'%20stroke-width%3D'1'%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%3Cpath%20d%3D'M22.5%2C20.3786797%20L14.7218254%2C12.6005051%20L12.6005051%2C14.7218254%20L20.3786797%2C22.5%20L12.6005051%2C30.2781746%20L14.7218254%2C32.3994949%20L22.5%2C24.6213203%20L30.2781746%2C32.3994949%20L32.3994949%2C30.2781746%20L24.6213203%2C22.5%20L32.3994949%2C14.7218254%20L30.2781746%2C12.6005051%20L22.5%2C20.3786797%20Z%20M22%2C44%20C34.1502645%2C44%2044%2C34.1502645%2044%2C22%20C44%2C9.8497355%2034.1502645%2C0%2022%2C0%20C9.8497355%2C0%200%2C9.8497355%200%2C22%20C0%2C34.1502645%209.8497355%2C44%2022%2C44%20Z'%20fill%3D'%23ffffff'%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E"); opacity: .5; }

.notifications {
 opacity:0.9 !important; 
}

/* Rarity Colors */
.Common, .common {
  color: #fff;
}
.Uncommon, .uncommon {
  color: #06d358;
}
.Rare, .rare {
  color: #09f;
}
.Legendary, .legendary {
  color: #ba01ff;
}
.Exotic, .exotic {
  color: #ff3333;
}
.ExoticG, .exoticG {
  color: #dac300;
}
.Godly, .godly {
  color: #dac300;
}
.chip.Common, .chip.common {
  background-color: #ccc;
  color: #000;
}
.chip.Uncommon, .chip.uncommon {
  background-color: #06d358;
  color: #000;
}
.chip.Rare, .chip.rare {
  background-color: #09f;
  color: #000;
}
.chip.Legendary, .chip.legendary {
  background-color: #ba01ff;
  color: #000;
}
.chip.Exotic, .chip.exotic {
  background-color: #ff3333;
  color: #000;
}
.chip.ExoticG, .chip.exoticG {
  background-color: #dac300;
  color: #000;
}
.chip.Godly, .chip.godly {
  background-color: #dac300;
  color: #000;
}
#enemyList li.common, #enemyList li.uncommon, #enemyList li.rare, #enemyList li.legendary, #enemyList li.exotic {
  color: inherit;
}
#enemyList li, .enemyImg {
	overflow: hidden;
}
#enemyList .item-content {
	padding-left: 20px;
}
#enemyList li:last-child .item-content {
	padding-left: 15px;
}
#enemyList .ribbon, .enemyImg .ribbon {
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: absolute;
	top: -4px;
	left: -24px;
	width: 60px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 0 5px;
	z-index: 100;
}
#enemyList .uncommon .ribbon, .enemyImg.uncommon .ribbon {
	background-color: #06d358;
}
#enemyList .rare .ribbon, .enemyImg.rare .ribbon {
	background-color: #09f;
}
#enemyList .legendary .ribbon, .enemyImg.legendary .ribbon {
	background-color: #ba01ff;
}
#enemyList .exotic .ribbon, .enemyImg.exotic .ribbon {
	background-color: #ff3333;
}
#enemyList .exoticG .ribbon, .enemyImg.exoticG .ribbon {
	background-color: #dac300;
}
#enemyList .godly .ribbon, .enemyImg.godly .ribbon {
	background-color: #dac300;
}
li.notvisited:before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  border-top: 16px solid #06d358;
  border-right: 16px solid transparent;
  width: 0;
}

/* Pill Colors */
div.pill, span.pill { background: rgba(255,255,255,.3); padding: 2px 5px; border-radius: 2px; border: 1px solid #fff; width: 50px; display: inline-block; margin-bottom: 3px; text-align: center; }
.pill.green { background: rgba(0,255,0,.2); border: 1px solid #00a000; color: #fff !important; }
.pill.blue { background: rgba(0,0,255,.2); border: 1px solid #5050ce; color: #fff !important; }
.pill.yellow { background: rgba(255, 235, 0, 0.5); border: 1px solid #c9cc32; color: #fff !important; }
.pill.purple { background: rgba(157, 0, 255, 0.5); border: 1px solid #b047ff; color: #fff !important; }
.pill.red { background: rgba(255,0,0,.5); border: 1px solid #f00; color: #fff !important; }
.pill.orange { background: rgba(255, 165, 0, 0.5); border: 1px solid #ffa500; color: #fff !important; }

.recentUpdates .pill {
  font-size: 11px;
}

a.action1.deconlink {
  background: #400;
}
a.action2.deconlink {
  background: #004;
}
a.action3.locklink, a.action3.unlocklink {
  background: #040;
}

/* Battle Screen Customization */
.actions .button {
  text-align: left;
}
.actions p.buttons-row {
	margin: 0 !important;
}
.actions p.buttons-row .button {
	border-radius: 0;
}
.actions .buttons-row .button:first-child:last-child {
	border-radius: 0;
}
.actions .buttons-row .button:first-child {
	border-left: 0;
}
.actions p.buttons-row a {
	background: rgba(28,29,31,0.5);
	border: 1px solid #444;
	border-left: 0;
	border-bottom: 0;
	border-radius: 0;
}
.actions p.buttons-row a:last-child {
	border-right: 0;
}
.actions p.buttons-row:nth-last-child(2) a {
	border-bottom: 1px solid #444;
}
.actions p.buttons-row a.runlink {
  background: #006;
	border: 0;
  color: #fff;
	margin-top: 30px;
}
.actions p.buttons-row a.respawnlink {
  background-color:#660000;
  border: 0;
  color: #fff;
  margin-top: 0;
}
.actions p.buttons-row a.patrollink {
  background: #060;
  color: #fff;
  margin-top: 0;
}
.actions span.actionimg {
  padding-left: 40px;
}
.actions .runlink span.actionimg, .actions span.actionimg {
    background-image: url("../img/icon-run.png?1");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 0,0;
    display: block;
}

.actions span.actionimg, .actions .patrollink span.actionimg {
    background-image: url("../img/icon-patrol.png?1");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 0,0;
    display: block;
}

.actions .respawnlink span.actionimg {
    background-image: url("../img/icon-farm.png");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 0,0;
    display: block;
}
.actions .attacklink span.actionimg {
    background-image: url("../img/icon-gunsmith.png");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 0,0;
    display: block;
}

.list-block .item-link {
	-webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.actions .coverlink span.actionimg {
    background-image: url("../img/icon-cover.png");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 0,0;
    display: block;
}
.actions .speciallink span.actionimg {
    background-image: url("../img/icon-special.png");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 0,0;
    display: block;
}
.actions .heavylink span.actionimg {
    background-image: url("../img/icon-heavy.png");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 0,0;
    display: block;
}
.actions .superlink span.actionimg {
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 0,0;
    display: block;
}
.playerBattleInfo {
  width: 100%;
  z-index: 100;
}
.playerBattleInfo .playerImg {
  float: left;
  height: 100px;
  width: 77px;
  z-index: 1;
}
.playerBattleInfo .playerInfo {
  margin-left: 77px;
  padding: 0 5px;
}
.enemyBattleInfo {
  width:100%;
}
.enemyBattleInfo .enemyImg {
  height: 100px;
  width: 77px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.enemyBattleInfo .enemyInfo {
  padding-right: 82px;
  padding-left: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  z-index: 100;
}
.battleInfo {
  min-height: 150px;
  margin: 0 5px 8px 5px;
  position: relative;
}
.battleInfo .progress {
  border-radius: 0;
  height: 5px;
  margin-bottom: 0;
}
.playerInfo .progress-bar:first-child {
  background-color: #fff;
}
.playerInfo .progress-bar:nth-child(2) {
  background-color: #600;
}
.playerInfo .progress-bar.green {
  background-color: #32CD32;
}

.playerInfo .progress-bar.poisoned {
  background-color: magenta;
}

.enemyInfo .progress-bar {
  float: right;
}
.enemyInfo .progress.shield .progress-bar:first-child {
  background-color: #71b5fa;
}
.enemyInfo .progress.shield .progress-bar:nth-child(2) {
  background-color: #104d77;
}
.enemyInfo .progress:not(.shield) .progress-bar:first-child {
  background-color: #c00;
}
.enemyInfo .progress-bar:nth-child(2) {
  background-color: #600;
}
.enemyInfo .progress-bar.cover {
  background-color: #ff0;
}
.enemyInfo .enraged {
  color: #ffa500;
}
#postBattleInfo {
  width: 100%;
  height: inherit;
  text-align: center;
}
#postBattleInfo .postBattleTitle {
  font-size: 1.3em;
  text-shadow: 2px 2px 2px #000;
}

.traveller {
  background: url("../img/traveller.png?1") no-repeat center center;
  background-size: contain;
}

.pages .content-block, .pages .card {
	margin: 0;
}
.content-block-title {
	margin-top: 25px;
	font-weight: bold;
	font-size: 12px;
}
.pages .content-block {
	padding: 0;
}

.item-after span.button:not(:first-child) {
    margin-left: 5px;
}

.list-block.media-list .publicevent .item-media {
  padding: 0;
}
.list-block.media-list .publicevent .item-media img {
  width: 44px;
}
.list-block.media-list .publicevent .item-inner .item-description {
  font-size: 0.8em;
}

#enemyList li:first-child {
	display: none;
}

div#console {
  min-height: 30px;
  padding: 5px;
  text-align: center;
}
.chip {
  background: rgba(255,255,255,0.2);
  margin-right: 5px;
}
.chip:not(.item) .chip-media img {
  border-radius: 0;
}

.textimg {
  height: 15px;
  margin-top: -3px;
  padding-left: 5px;
}
.battleInfo .textimg {
  height: 12px;
  margin-bottom: -1px;
}

.nowrap {
  white-space: nowrap;
}

#progressItems {
  margin-top: 15px;
}

/* Pulsing dots */
@keyframes pulse-2-5 {
  0% {
    opacity: .75;
    transform: scale(1);
  }
  25% {
    opacity: 0.75;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.dot {
  border-radius: 50%;
  height: 12px;
  width: 12px;
	margin: auto 0;
}
.dot.noanimation > span, .dot.noanimation > span > span, .dot.noanimation > span > span:after {
  animation: none;
}
.dot > span {
  animation: pulse-2-5 1s linear infinite;
  border-radius: 50%;
  display: block;
  height: 12px;
  width: 12px;
}
.dot > span > span {
  animation: pulse-2-5 1s linear infinite;
  border-radius: 50%;
  display: block;
  height: 12px;
  width: 12px;
}
.dot > span > span:after {
  animation: pulse-2-5 1s linear infinite;
  border-radius: 50%;
  content: '';
  display: block;
  height: 12px;
  width: 12px;
}
.dot.blue {
  background-color: #26B3FF;
}
.dot.blue span {
  background-color: rgba(85, 216, 232, 0.4);
}
.dot.blue span:after {
  background-color: rgba(85, 216, 232, 0.4);
}
.dot.green {
  background-color: #35E861;
}
.dot.green span {
  background-color: rgba(110, 255, 122, 0.4);
}
.dot.green span:after {
  background-color: rgba(110, 255, 122, 0.4);
}
.dot.red {
  background-color: #FF0000;
}
.dot.red span {
  background-color: rgba(255, 0, 0, 0.4);
}
.dot.red span:after {
  background-color: rgba(255, 0, 0, 0.4);
}
.dot.orange {
  background-color: #ffa500;
}
.dot.orange span {
  background-color: rgba(255, 165, 0, 0.4);
}
.dot.orange span:after {
  background-color: rgba(255, 165, 0, 0.4);
}
.dot.yellow {
  background-color: #ff0;
}
.dot.yellow span {
  background-color: rgba(255, 255, 0, 0.4);
}
.dot.yellow span:after {
  background-color: rgba(255, 255, 0, 0.4);
}
.enemyInfo .dot {
  display: inline-block;
  margin-right: 5px;
}

.list-block .item-inner:after {
  height: 0;
}
.list-block .item-inner:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: auto;
  right: auto;
  top: 0;
  height: 1px;
  width: 100%;
  background-color: #c8c7cc;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.layout-dark .item-inner:before {
    background-color: #393939;
}

li.active {
  background: #600 linear-gradient(to top,#400,#600);
}
li.active .item-inner:before, .list-block li:first-child .item-inner:before {
  background: transparent;
}
li.active + li .item-inner:before {
  background: transparent;
}

.item-inner small {
	color: #8a8a8a;
}

[data-page='infusion'] .row.card.no-gutter .col-auto {
	margin: auto;
}

[data-page='changeweapon'] .list-block .item-title {
	white-space: normal;
}

.itemDescription {
	white-space: normal;
}
.itemDescription .chip {
	font-size: 11px;
	padding: 0 6px 0 0;
	height: 16px;
	line-height: 16px;
}
.itemDescription .chip .chip-media {
	background-color: #fff;
	color: #000;
	border-radius: 5px 0 0 5px;
}
.itemDescription .chip .chip-label {
	margin-left: 6px;
}

.card.error {
	background: rgba(255,0,0,.5) !important;
	text-shadow: 2px 2px 2px #000;
}

.card.info {
	background: rgba(0,102,255,.5) !important;
	text-shadow: 2px 2px 2px #000;
}

.card.success {
	background: rgba(0,255,0,.5) !important;
	text-shadow: 2px 2px 2px #000;
}

.card.warning {
	background: rgba(255,129,0,.5) !important;
	text-shadow: 2px 2px 2px #000;
}

.card.tip a {
	text-decoration: underline;
}

.card.tip h2 {
	color: #fff;
}

[data-page='settings'] select option {
  background: #000;
  color: #fff;
}

[data-page='vendor'] .list-block .item-title {
	white-space: normal;
}

[data-page='vendor'] .rewards {
	font-size: 11px;
}

[data-page='vendor'] .rewards .chip {
	font-size: 11px;
	padding: 0 6px;
	height: 16px;
	line-height: 16px;
}

.bountyReqs .chip {
	padding-left: 0;
	height: 18px;
	background: #ccc;
	color: #000;
}

.bountyReqs .chip .chip-media {
	color: #000;
	border-radius: 5px 0 0 5px;
	height: 100%;
	width: 24px;
}

.bountyReqs.easy .chip .chip-media {
    background: #7f7;
}
.bountyReqs.medium .chip .chip-media {
    background: #77f;
}
.bountyReqs.hard .chip .chip-media {
    background: #f55;
}
.bountyReqs.unlimited .chip .chip-media {
    background: #fff;
}

li.info {
	background: rgba(0, 0, 66, 0.3);
}
li.success {
	background: rgba(0, 66, 0, 0.3);
}

.list-block .item-after {
	text-align: right;
}



.loader-icon,
.loader-icon:before,
.loader-icon:after {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.loader-icon {
  margin: 0 auto;
  position: relative;
  background: transparent;
}

.loader-icon:before,
.loader-icon:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border: 10px solid #efefef;
  opacity: 0.5;
  animation: 3s rotate infinite linear;
}

.loader-icon:before {
  border-left-color: transparent;
}

.loader-icon:after {
  top: 17%;
  left: 17%;
  width: 65px;
  height: 65px;
  border-right-color: transparent;
  opacity: 0.2;
  animation-direction: reverse;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.modal-preloader {
	background-color: transparent !important;
	border: 0;
}

.editcontrol {
	background-color: #333; 
	border: 1px solid #555;
	color: white;
	font-size: 14px;
	margin: 1px;
	height: 30px;
}

#snow div.page-content {
	background-image: url('http://www.wearewebstars.dk/codepen/img/s1.png'), url('http://www.wearewebstars.dk/codepen/img//s2.png'), url('http://www.wearewebstars.dk/codepen/img//s3.png');
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:100;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}