/* ****************************************************************************************************************** */
/* Input Styles                                                                                                       */
/* ****************************************************************************************************************** */

div.button-spacer {
  min-height: 29px;
  width: 1px;
}

button,
input,
select,
textarea {
  font-family: "Lucida Grande", Arial, Verdana, sans-serif;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

a.btn{

}
a.btn:hover{
  text-decoration: none;
}

button,
a.btn {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 12px;
  display: block;
  background: #111;
  border-radius: 3px;
  padding: 2px;
  text-align: center;
  cursor: default;
  line-height: normal;
}

button.cancel {
  font-weight: normal;
}

button.skip {
  font-weight: normal;
}

button.back {
  font-weight: normal;
}

button.default {
  font-weight: bold;
  padding: 2px;
  margin-top: -1px;
}

button:focus {
  outline: 0;
}

button > span,
a.btn > span {
  display: block;
  border-radius: 2px;
}

button > span > span,
a.btn > span > span {
  border-top-width: 1px;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-radius: 2px;
  display: block;
  padding: 5px 7px 6px 6px;
  min-width: 75px;
}

button.obvious {
  font-size: 14px;
}

button.obvious > span > span {
  padding: 4px 7px 5px 6px;
}

button.fat > span > span {
  padding: 10px 7px 11px 6px;
  font-size: 14px;
}

button > span > span > div.spinner {
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-bottom: -2px;
}

/* Red */

button.red,
a.btn.red {
  color: #eee;
  text-shadow: 0 -1px 0px #333;
}

button.red > span,
a.btn.red > span {
  background: #db2c2c;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB2C2C', endColorstr='#B02323');
  background: -webkit-gradient(linear, left top, left bottom, from(#DB2C2C), to(#B02323));
  background: -moz-linear-gradient(center top , #DB2C2C, #B02323);
  background: -ms-linear-gradient(top, #db2c2c 0%, #b02323 100%);
  background: -o-linear-gradient(#db2c2c, #b02323);
}

button.red > span > span,
a.btn.red > span > span {
  border-top-color: #FF4747;
  border-left-color: #FF4747;
}

button.red:hover,
a.btn.red:hover {
  color: #fff;
  background: #222;
}

button.red:hover > span,
a.btn.red:hover > span {
  background: #f53131;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F53131', endColorstr='#C92828');
  background: -webkit-gradient(linear, left top, left bottom, from(#F53131), to(#C92828));
  background: -moz-linear-gradient(center top , #F53131, #C92828);
  background: -ms-linear-gradient(top, #f53131 0%, #c92828 100%);
  background: -o-linear-gradient(#f53131, #c92828);
}

button.red:active > span,
a.btn.red:active > span {
  background: #b02323;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B02323', endColorstr='#F53131');
  background: -webkit-gradient(linear, left top, left bottom, from(#B02323), to(#F53131));
  background: -moz-linear-gradient(center top , #B02323, #F53131);
  background: -ms-linear-gradient(top, #b02323 0%, #f53131 100%);
  background: -o-linear-gradient(#b02323, #f53131);
}

button.red > span > span > div.spinner,
a.btn.red > span > span > div.spinner {
  background: url(/img/ani/loader-rect-s.gif) no-repeat top left;
}

button.red[disabled],
a.btn.red[disabled] {
  color: #ddd;
  background: #333;
}

button.red[disabled] > span {
  background: #d96c6c;
}

button.red[disabled]:hover {
  color: #ddd;
}

button.red[disabled]:hover > span {
  background: #d96c6c;
}

/* Facebook */

button.facebook {
  color: #eee;
  text-shadow: 0 -1px 0px #333;
}

button.facebook > span {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4F6AA3', endColorstr='#29447E');
  background: -webkit-gradient(linear, left top, left bottom, from(#4F6AA3), to(#29447E));
  background: -moz-linear-gradient(center top , #4F6AA3, #29447E);
  background: -o-linear-gradient(#4F6AA3, #29447E);
}

button.facebook > span > span {
  border-top-color: #6F8AC3;
  border-left-color: #6F8AC3;
}

button.facebook:hover {
  color: #fff;
  background: #222;
}

button.facebook:hover > span {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6F8AC3', endColorstr='#4F6AA3');
  background: -webkit-gradient(linear, left top, left bottom, from(#6F8AC3), to(#4F6AA3));
  background: -moz-linear-gradient(center top , #6F8AC3, #4F6AA3);
  background: -o-linear-gradient(#6F8AC3, #4F6AA3);
}

button.facebook:active > span {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29447E', endColorstr='#4F6AA3');
  background: -webkit-gradient(linear, left top, left bottom, from(#29447E), to(#4F6AA3));
  background: -moz-linear-gradient(center top , #29447E, #4F6AA3);
  background: -o-linear-gradient(#29447E, #4F6AA3);
}

/* Twitter */

button.twitter {
  color: #3185b3;
  text-shadow: none;
}

button.twitter > span {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbeef0', endColorstr='#88e1e6');
  background: -webkit-gradient(linear, left top, left bottom, from(#bbeef0), to(#88e1e6));
  background: -moz-linear-gradient(center top , #bbeef0, #88e1e6);
  background: -o-linear-gradient(#bbeef0, #88e1e6);
}

button.twitter > span > span {
  border-top-color: #dbf7f8;
  border-left-color: #dbf7f8;
}

button.twitter:hover {
  color: #333;
  background: #222;
}

button.twitter:hover > span {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbf7f8', endColorstr='#bbeef0');
  background: -webkit-gradient(linear, left top, left bottom, from(#dbf7f8), to(#bbeef0));
  background: -moz-linear-gradient(center top , #dbf7f8, #bbeef0);
  background: -o-linear-gradient(#dbf7f8, #bbeef0);
}

button.twitter:active > span {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88e1e6', endColorstr='#bbeef0');
  background: -webkit-gradient(linear, left top, left bottom, from(#88e1e6), to(#bbeef0));
  background: -moz-linear-gradient(center top , #88e1e6, #bbeef0);
  background: -o-linear-gradient(#88e1e6, #bbeef0);
}

/* Light Gray */

button.ltgray {
  color: #111;
}

button.ltgray > span {
  background: #dddddd;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#C5C5C5');
  background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#C5C5C5));
  background: -moz-linear-gradient(center top , #DDDDDD, #C5C5C5);
  background: -ms-linear-gradient(top, #dddddd 0%, #c5c5c5 100%);
  background: -o-linear-gradient(#dddddd, #c5c5c5);
}

button.ltgray > span > span {
  border-top-color: #EEE;
  border-left-color: #EEE;
}

button.ltgray > span > span > div.spinner {
  background: url(/img/ani/loader-rect-s.gif) no-repeat top left;
}

button.ltgray:hover {
  color: #000;
  background: #222;
}

button.ltgray:hover > span {
  background: #eeeeee;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DDDDDD');
  background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#DDDDDD));
  background: -moz-linear-gradient(center top , #EEEEEE, #DDDDDD);
  background: -ms-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  background: -o-linear-gradient(#eeeeee, #dddddd);
}

button.ltgray:active > span {
  background: #c5c5c5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C5C5C5', endColorstr='#EEEEEE');
  background: -webkit-gradient(linear, left top, left bottom, from(#C5C5C5), to(#EEEEEE));
  background: -moz-linear-gradient(center top , #C5C5C5, #EEEEEE);
  background: -ms-linear-gradient(top, #c5c5c5 0%, #eeeeee 100%);
  background: -o-linear-gradient(#c5c5c5, #eeeeee);
}

button.ltgray[disabled] {
  color: #777;
}

button.ltgray[disabled] > span {
  background: #D5D5D5;
}

button.ltgray[disabled]:hover {
  color: #777;
}

button.ltgray[disabled]:hover > span {
  background: #D5D5D5;
}

/* Outline */

button.outline {
  background: transparent !important;
  border: 1px solid #111;
  padding: 0px !important;
}

button.outline > span {
  background: transparent !important;
  color: #111;
}

select {
  padding: 5px 7px 6px 6px;
  color: #414141;
  margin: 0; /* Chrome and possibly others give selects a margin for some reason. */
}

input:focus {
  background: #fff;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  outline: none;
}

input {
  border: none;
  padding: 7px;
  display: block;
  border-radius: 3px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #f3f3f3;
  height: 14px;
  color: #111;
  font-size: 12px;
}

input[type="checkbox"] {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
}

/* Text Areas */

textarea {
  border: none;
  padding: 5px;
  display: block;
  border-radius: 3px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #f3f3f3;
  height: 71px;
  color: #414141;
  font-size: 12px;
  line-height: 19px;
}

textarea:focus {
  background: #fff;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  outline: none;
}

/* Grid Select ****************************************************************************************************** */

div.grid-select {
}

div.grid-select div.block {
  background: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #c7c7c7;
  border: 1px solid #ccc;
  cursor: default;
  padding: 1px;
}

div.grid-select div.block div.inner {
  display: block;
  border: 2px solid transparent;
  padding: 5px;
  border-radius: 3px;
}

div.grid-select div.block:hover div.inner {
  border-color: #88aaff;
  border-style: dotted;
  border-width: 1px;
  padding: 6px;
}

div.grid-select div.block.selected div.inner,
div.grid-select div.block.selected:hover div.inner {
  border-color: #88aaff;
  border-style: solid;
  border-width: 2px;
  padding: 5px;
}

div.grid-select div.block label {
  display: block;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  background: #f0f0f0;
  border-radius: 3px;
  padding: 2px 0;
}

/* ****************************************************************************************************************** */
/* Titillium                                                                                                          */
/* ****************************************************************************************************************** */

@font-face {
  font-family: Titillium;
  font-weight: normal;
  font-style: normal;
  src: url("/fnt/titillium/regular.eot");
  src: url("/fnt/titillium/regular.eot?#iefix") format("embedded-opentype"), url("/fnt/titillium/regular.woff") format("woff"), url("/fnt/titillium/regular.ttf") format("truetype");
}

@font-face {
  font-family: Titillium;
  font-weight: 600;
  font-style: normal;
  src: url("/fnt/titillium/semibold.eot");
  src: url("/fnt/titillium/semibold.eot?#iefix") format("embedded-opentype"), url("/fnt/titillium/semibold.woff") format("woff"), url("/fnt/titillium/semibold.ttf") format("truetype");
}

@font-face {
  font-family: Titillium;
  font-weight: bold;
  font-style: normal;
  src: url("/fnt/titillium/bold.eot");
  src: url("/fnt/titillium/bold.eot?#iefix") format("embedded-opentype"), url("/fnt/titillium/bold.woff") format("woff"), url("/fnt/titillium/bold.ttf") format("truetype");
}

/* Force WebKit browsers to use SVG. Mostly because Chrome has really horrible font rendering when using WOFF/TTF. */

@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
  font-family: Titillium;
  font-weight: normal;
  font-style: normal;
  src: url("/fnt/titillium/regular.svg#TitilliumWeb") format("svg");
}

@font-face {
  font-family: Titillium;
  font-weight: 600;
  font-style: normal;
  src: url("/fnt/titillium/semibold.svg#TitilliumWeb") format("svg");
}

@font-face {
  font-family: Titillium;
  font-weight: bold;
  font-style: normal;
  src: url("/fnt/titillium/bold.svg#TitilliumWeb") format("svg");
}
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fnt/font-awesome/3.2.1/regular.eot?v=3.2.1');
  src: url('/fnt/font-awesome/3.2.1/regular.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('/fnt/font-awesome/3.2.1/regular.woff?v=3.2.1') format('woff'), url('/fnt/font-awesome/3.2.1/regular.ttf?v=3.2.1') format('truetype'), url('/fnt/font-awesome/3.2.1/regular.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}

div.wrapper {
  width: 960px;
  margin: 0 auto;
}

body > div.content {
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd');
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background: -moz-linear-gradient(center top , #eeeeee, #dddddd);
  background: -o-linear-gradient(#eeeeee, #dddddd);*/
  background: url(/img/wlp/default/bg-bot.jpg) #ececec no-repeat center top;
  border-top: 1px solid #fff;
  padding: 50px 0;
}

div.content div.contextual-search {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 2px 3px 3px 2px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 15px 0 0 0;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 11px;
}

div.content div.contextual-search.right {
 float: right;
}

div.content div.contextual-search.left {
 float: left;
}

div.content div.contextual-search input {
  width: 258px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url(/img/icons/contextual-search.png) #fff no-repeat center left;
  opacity: 0.75;
  font-size: 11px;
  padding-left: 25px;
}

div.content div.contextual-search input:focus {
  opacity: 1.0;
  border-top-color: #ccc;
  border-left-color: #ccc;
  background-color: #fff;
}

div.content div.contextual-search.full input {
  width: 920px !important;
  max-width: 920px !important;
}

div.content div.pagination {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 2px 3px 3px 2px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 15px 0 0 0;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 11px;
}

div.content div.pagination.right {
 float: right;
}

div.content div.pagination.left {
 float: left;
}

div.content div.pagination a,
div.content div.pagination em,
div.content div.pagination span {
  display: block;
  float: left;
  margin: 0 1px;
  padding: 7px;
  border-radius: 2px;
  font-style: normal;
}

div.content div.pagination .next_page,
div.content div.pagination .previous_page {
  font-size: 15px;
  font-weight: bold;
}

div.content div.pagination span.disabled {
  color: #aaa;
  cursor: default;
}

div.content div.pagination em {
  background: #343f48;
  color: #fff;
  cursor: default;
}

div.content div.pagination a:hover {
  background: #d5d5d5;
  color: #222;
  text-decoration: none;
}

/* ********************************************************************************************** */
/* Breadcrumbs                                                                                    */
/* ********************************************************************************************** */

div.breadcrumbs {
  background: rgba(0,0,0,0.1);
  padding: 8px 9px 9px 8px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 1px 1px 0px #fff;
  border-bottom: none;
  border-right: none;
}

div.widget.noline div.breadcrumbs {
  margin-top: 10px;
}

div.breadcrumbs div {
  font-weight: bold;
  font-size: 11px;
  line-height: normal;
}

div.content div.wrapper > div.row {
  margin-top: 50px;
}

div.content div.wrapper > div.row:first-child {
  margin-top: 0;
}

div.content div.wrapper > div.row > div.columns {
  height: 100%;
}

div.content div.wrapper > div.row > div.columns > div.main {
  width: 630px;
  float: left;
}

div.content div.wrapper > div.row > div.columns > div.full {
  width: 960px;
}

div.content div.wrapper > div.row div.widget {
  margin: 30px 0 0 0;
}

div.content div.wrapper > div.row > div.columns div.widget:first-child,
div.content div.wrapper > div.columns div.widget:first-child {
  margin: 0;
}

div.content div.columns div.main div.widget h3,
div.content div.columns div.full div.widget h3 {
  color: #222;
  margin: 0 0 0 0;
  font-size: 22px;
  font-family: Titillium, Arial, sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  line-height: 22px;
}

div.content div.columns div.main div.widget h3 > span,
div.content div.columns div.full div.widget h3 > span,
div.content div.columns div.sidebar div.widget h3 > span {
  border-bottom: 1px solid #ccc;
  padding: 0 0 12px 0;
  display: block;
}

div.content div.columns div.sidebar div.widget h3 > span {
  border-bottom: none;
  padding-bottom: 0;
}

div.content div.columns div.main div.widget.noline h3,
div.content div.columns div.full div.widget.noline h3 {
  border-bottom: none;
}

div.content div.columns div.main div.widget.noline h3 > span,
div.content div.columns div.full div.widget.noline h3 > span {
  border-bottom: none;
  padding-bottom: 0;
}

div.content div.columns div.main div.widget h3 a.tool,
div.content div.columns div.full div.widget h3 a.tool,
div.content div.columns div.sidebar div.widget h4 a.tool {
  border-radius: 3px;
  border: 1px solid #222;
  color: #fff;
  font-size: 10px;
  font-family: "Lucida Grande", Arial, sans-serif;
  display: block;
  float: right;
  margin: 0 0 0 10px;
  text-decoration: none;
  font-weight: bold;
  line-height: normal;
}

div.content div.columns div.full div.widget h3 span.subtext,
div.content div.columns div.main div.widget h3 span.subtext {
  display: block;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  font-family: Titillium, Verdana, sans-serif;
  color: #777;
  margin: 2px 0 0 0;
  line-height: 15px;
}

div.content div.columns div.main div.widget h3 span.tools a.tool {
  margin-bottom: 5px;
}

div.content div.columns div.main div.widget h3 span.tools,
div.content div.columns div.full div.widget h3 span.tools,
div.content div.columns div.sidebar div.widget h3 span.tools {
  display: block;
  float: right;
  overflow: hidden;
}

div.content div.columns div.main div.widget h3 span.tools a.tool,
div.content div.columns div.full div.widget h3 span.tools a.tool,
div.content div.columns div.sidebar div.widget h3 span.tools a.tool {
  float: left;
}

div.content div.columns div.main div.widget h3 span.tools a.tool:first-child,
div.content div.columns div.full div.widget h3 span.tools a.tool:first-child,
div.content div.columns div.sidebar div.widget h3 span.tools a.tool:first-child {
  margin-right: 0;
}

div.content div.columns div.main div.widget h3 a.tool.red,
div.content div.columns div.full div.widget h3 a.tool.red,
div.content div.columns div.sidebar div.widget h4 a.tool.red {
  background: #cc4444;
}

div.content div.columns div.main div.widget h3 a.tool.red:hover,
div.content div.columns div.full div.widget h3 a.tool.red:hover,
div.content div.columns div.sidebar div.widget h4 a.tool.red:hover {
  background: #ee4444;
}

div.content div.columns div.main div.widget h3 a.tool span,
div.content div.columns div.full div.widget h3 a.tool span,
div.content div.columns div.sidebar div.widget h4 a.tool span {
  display: block;
  padding: 2px 5px 3px 5px;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-left: 1px solid rgba(255,255,255,0.2);
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}

div.content div.subheader {
  border-radius: 5px;
  background: #343f48;
  padding: 15px;
  border: 1px solid #222;
  border-bottom: none;
  border-right: none;
  box-shadow: 1px 1px 0 #ffffff;
  overflow: hidden;
}

div.content div.subheader div.anchor {
  float: left;
}

div.content div.subheader div.anchor a,
div.content div.subheader div.anchor a img {
  display: block;
  width: 60px;
  height: 60px;
}

div.content div.subheader h3 {
  color: #eee;
  font-family: Titillium, sans-serif;
  font-size: 21px;
  font-weight: 600;
  margin: 0;
  text-shadow: 1px 1px 1px #111;
}

div.content div.subheader div.info {
  margin: 0 0 0 75px;
  overflow: hidden;
}

div.content div.subheader div.nav {
  background: #222;
  padding: 1px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  margin: 12px 0 0 0;
}

div.content div.subheader div.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.content div.subheader div.nav ul li {
  float: left;
  margin: 0;
  padding: 0;
  line-height: auto;
}

div.content div.subheader div.nav ul li a {
  display: block;
  padding: 4px 8px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B8393', endColorstr='#465560');
  background: -webkit-gradient(linear, left top, left bottom, from(#6B8393), to(#465560));
  background: -moz-linear-gradient(center top , #6B8393, #465560);
  background: -o-linear-gradient(#6B8393, #465560);
  color: #eee;
  font-size: 11px;
  border-top: 1px solid rgba(255,255,255,0.4);
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  min-width: 75px;
}

div.content div.subheader div.nav ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7791A3', endColorstr='#516370');
  background: -webkit-gradient(linear, left top, left bottom, from(#7791A3), to(#516370));
  background: -moz-linear-gradient(center top , #7791A3, #516370);
  background: -o-linear-gradient(#7791A3, #516370);
}

div.content div.subheader div.nav ul li:first-child a {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid rgba(255,255,255,0.4);
}

div.content div.subheader div.nav ul li:last-child a {
  border-radius: 0 4px 4px 0;
}

div.content div.subheader div.nav ul li.active a {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C2328', endColorstr='#283138');
  background: -webkit-gradient(linear, left top, left bottom, from(#1C2328), to(#283138));
  background: -moz-linear-gradient(center top , #1C2328, #283138);
  background: -o-linear-gradient(#1C2328, #283138);
  border-top-color: rgba(255,255,255,0.1);
}

div.content div.subheader div.nav ul li.active:first-child a {
  border-left-color: rgba(255,255,255,0.1);
}

div.footer {
  border-top: 1px solid #000;
  padding: 50px 0;
  font-size: 11px;
  background: #111;
}

div.footer p {
  color: #777;
  margin: 0;
}

div.footer a {
  color: #999;
}

div.footer div.stacks {
  overflow: hidden;
  border-bottom: 1px dotted #444;
  margin: 0 0 50px 0;
  padding: 0 0 50px 0;
}


div.footer ul.stack {
  list-style-type: none;
  margin: 0 0 0 50px;
  padding: 0 0 0 50px;
  float: left;
  border-left: 1px dotted #444;
  width: 164px;
  color: #777;
}

div.footer ul.stack:first-child {
  margin-left: 0;
  border-left: none;
  padding-left: 0;
}

div.footer ul.stack li.header {
  font-weight: bold;
  border-bottom: 1px dotted #444;
  color: #bbb;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  text-shadow: 1px 1px 1px #111;
}


/* Candybar ************************************************************************************* */

body > div.candybar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #111;
  box-shadow: 0 0 8px 2px rgba(0,0,0,0.5);
  z-index: 100;
}


/* Critical Bar ********************************************************************************* */

div.critical-bar {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828', endColorstr='#222222');
  background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#222222));
  background: -moz-linear-gradient(center top , #282828, #222222);
  background: -o-linear-gradient(#282828, #222222);
  background: #114477;
  width: 100%;
  border-top: 1px solid #111;
  cursor: pointer;
}

div.critical-bar:hover {
  background: #115588;
}

div.critical-bar:hover p {
  color: #fff;
}

div.critical-bar div.highlight {
  border-top: 1px solid rgba(255,255,255,0.15);
}

div.critical-bar p {
  margin: 0;
  padding: 5px 0 5px 0;
  color: #eee;
  font-size: 12px;
  float: left;
}

div.critical-bar a.ack {
  font-size: 11px;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: bold;
  float: right;
  color: #eee;
  display: block;
}

div.critical-bar a.ack:hover {
  background: rgba(255,255,255,0.1);
  text-decoration: none;
  color: #fff;
}


/* Activation Bar ******************************************************************************* */

div.activation-bar {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828', endColorstr='#222222');
  background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#222222));
  background: -moz-linear-gradient(center top , #282828, #222222);
  background: -o-linear-gradient(#282828, #222222);
  background: #993333;
  width: 100%;
  border-top: 1px solid #111;
  cursor: pointer;
}

div.activation-bar:hover {
  background: #a73333;
}

div.activation-bar:hover p {
  color: #fff;
}

div.activation-bar div.highlight {
  border-top: 1px solid rgba(255,255,255,0.15);
}

div.activation-bar p {
  margin: 0;
  padding: 5px 0 5px 0;
  color: #eee;
  font-size: 12px;
}


/* Concierge ************************************************************************************ */

div.concierge-bar {
  background: #212121;
  width: 100%;
}

div.concierge-bar div.logo {
  float: left;
}

div.concierge-bar div.wrapper {
  width: 100%;
  max-width: 1920px;
}

div.concierge-bar div.logo a {
  display: block;
  background: url(/img/logo-square.png);
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
}

div.concierge-bar div.logo a:hover {
  text-decoration: none;
}

div.concierge-bar div.logo a span {
  display: block;
  width: 29px;
  font-size: 12px;
  padding: 6px 0 5px 0;
  background: #fff;
  opacity: 0.0;
}

div.concierge-bar div.logo a:hover span {
  opacity: 0.1;
}

div.concierge-bar ul.account {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid #111111;
  float: left;
}

div.concierge-bar ul.account > li {
  float: left;
}

div.concierge-bar ul.account > li > a {
  padding: 6px 10px 5px 10px;
  font-size: 12px;
  display: block;
  border-right: 1px solid #111111;
  color: #ddd;
  text-decoration: none;
  text-align: center;
  min-width: 104px;
  max-width: 104px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

div.concierge-bar ul.account > li > a {
  min-width: 63px;
  max-width: 63px;
}

@media only screen and (min-width : 1100px) {
  div.concierge-bar ul.account > li > a {
    min-width: 83px;
    max-width: 83px;
  }
}

div.concierge-bar ul.account li.search div.input-chrome {
  background: #333;
  border-right: 1px solid #111111;
  padding: 8px 10px 7px 8px;
}

div.concierge-bar ul.account li.search input[type="text"] {
  border: none;
  background: url(/img/icons/search-2.png) transparent no-repeat top right;
  font-size: 11px;
  width: 225px;
  padding: 1px 24px 0 0;
  color: #fff;
}

div.concierge-bar ul.account li.search.search-narrow input[type="text"] {
  width: 201px;
}

div.concierge-bar ul.account li.search div.search.active input[type="text"] {
  opacity: 1.0;
}

div.concierge-bar ul.account li.search div.search.default input[type="text"] {
  opacity: 0.6;
}

div.concierge-bar div.search div.search-dropdown {
  overflow: hidden;
}

div.concierge-bar div.search div.search-dropdown div.inner {
  box-shadow: 0 0 8px 2px rgba(0,0,0,0.5);
  margin: 0 6px 6px 6px;
  border: 1px solid #111;
  background: #2f2f2f;
  padding: 2px;
  line-height: normal;
  /* border-radius: 3px; */
}

div.concierge-bar div.search div.search-dropdown ul li a {
  overflow: hidden;
  color: #ddd;
  padding: 5px 5px 5px 5px;
  display: block;
  background: #2f2f2f;
}

div.concierge-bar div.search div.search-dropdown ul li.selected a {
  color: #fff;
  background: #444;
  text-decoration: none;
}

div.concierge-bar div.search div.search-dropdown ul li span.image {
  display: block;
  float: left;
}

div.concierge-bar div.search div.search-dropdown ul li span.image img {
  width: 32px;
  height: 32px;
  display: block;
}

div.concierge-bar div.search div.search-dropdown ul li span.image span.small-container {
  border: 1px dashed #666;
  width: 30px;
  height: 30px;
  display: block;
}

div.concierge-bar div.search div.search-dropdown ul li span.image span.small-container img {
  width: 16px;
  height: 16px;
  display: block;
  margin: 7px auto 0 auto;
}

div.concierge-bar div.search div.search-dropdown ul li span.details {
  margin-left: 39px;
  display: block;
}

div.concierge-bar div.search div.search-dropdown ul li span.details span.name {
  margin-top: 2px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.concierge-bar div.search div.search-dropdown ul li span.details span.type {
  margin-top: 3px;
  display: block;
  color: #999;
}

div.concierge-bar div.search div.search-dropdown ul li span.no-results {
  overflow: hidden;
  color: #ddd;
  padding: 6px 5px 6px 5px;
  display: block;
  background: #2f2f2f;
  cursor: default;
}

div.concierge-bar ul.account li a:hover,
div.concierge-bar ul.account li.active a,
div.concierge-bar ul li a.dropdown-toggler.open {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f', endColorstr='#404040');
  background: #333;
  color: #fff;
}

div.concierge-bar ul.account li a:hover,
div.concierge-bar ul.account li.active a {
  border-left-color: #555;
}

div.concierge-bar ul.account li a.red {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB2C2C', endColorstr='#B02323');
  background: -webkit-gradient(linear, left top, left bottom, from(#DB2C2C), to(#B02323));
  background: -moz-linear-gradient(center top , #DB2C2C, #B02323);
  background: -o-linear-gradient(#db2c2c, #b02323);
  border-left: 1px solid rgba(255,255,255,0.1);
}

div.concierge-bar ul.account li a.red:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F53131', endColorstr='#C92828');
  background: -webkit-gradient(linear, left top, left bottom, from(#F53131), to(#C92828));
  background: -moz-linear-gradient(center top , #F53131, #C92828);
  background: -o-linear-gradient(#f53131, #c92828);
}

div.concierge-bar ul.account.right {
  float: right;
}

div.concierge-bar ul.account li a.account {
  min-width: 0;
  max-width: none;
  padding-left: 6px;
  padding-right: 6px;
}

div.concierge-bar ul.account li a.account > span {
  display: block;
  background: url(/img/icons/account.png) left center no-repeat;
  min-width: 16px;
  height: 19px;
  overflow: hidden;
}

div.concierge-bar ul.account li a.account span.count {
  font-size: 8px;
  font-weight: bold;
  color: #fff;
  padding: 2px 3px 3px 2px;
  background: #b02323;
  border: 1px solid rgba(255,255,255,0.1);
  border-bottom: none;
  border-right: none;
  margin-left: 19px;
  margin-right: 2px;
  margin-top: 2px;
  display: block;
  float: right;
  line-height: 9px;
  border-radius: 2px;
  box-shadow: 1px 1px 0px #000;
  text-align: center;
  width: 13px;
  max-width: 13px;
}

/*
div.concierge-bar ul li a.dropdown-toggler span {
  padding-right: 18px;
  display: block;
  background-repeat: no-repeat;
  background-position: right center;
}

div.concierge-bar ul li a.dropdown-toggler.open span {
  background-image: url(/img/icons/collapse-small.png);
}

div.concierge-bar ul li a.dropdown-toggler.closed span {
  background-image: url(/img/icons/expand-small.png);
}
*/

div.concierge-bar div.dropdown {
  overflow: hidden;
}

div.concierge-bar div.dropdown div.inner {
  box-shadow: 0 0 8px 2px rgba(0,0,0,0.5);
  margin: 0 6px 6px 6px;
  border: 1px solid #111;
  background: #2f2f2f;
  padding: 2px;
}

div.concierge-bar div.dropdown ul li {
  min-width: 175px;
}

div.concierge-bar div.dropdown ul li a {
  color: #ddd;
  padding: 5px 5px 6px 9px;
  display: block;
  background: #2f2f2f;
}

div.concierge-bar div.dropdown ul li a:hover {
  color: #fff;
  background: #444;
  text-decoration: none;
}

div.concierge-bar div.dropdown ul li .divider {
  display: block;
  border-bottom: 1px dotted #444;
  margin: 2px 0;
}

div.concierge-bar div.dropdown ul li.grouping {
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#333');
  background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#333));
  background: -moz-linear-gradient(center top , #404040, #333);
  background: -o-linear-gradient(#404040, #333);
  padding: 6px 5px;
  color: #ccc;
  font-weight: bold;
  border-top: 1px solid #505050;
  border-bottom: 1px solid #252525;
  margin: 2px -2px 1px -2px;
}

div.concierge-bar div.dropdown ul li.grouping:first-child {
  margin: -2px -2px 2px -2px;
}

div.concierge-bar div.dropdown ul li a span.count {
  font-size: 8px;
  font-weight: bold;
  color: #fff;
  padding: 2px 3px 3px 2px;
  background: #b02323;
  border: 1px solid rgba(255,255,255,0.1);
  border-bottom: none;
  border-right: none;
  margin-left: 19px;
  margin-right: 1px;
  margin-top: 2px;
  display: block;
  float: right;
  line-height: 9px;
  border-radius: 2px;
  box-shadow: 1px 1px 0px #000;
  text-align: center;
  width: 13px;
  max-width: 13px;
}


/* Progress Bar ********************************************************************************* */

div.content div.progress-bar-block {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 9px 10px 10px 9px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 15px 0 0 0;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 11px;
  width: 337px;
}

div.content div.progress-bar-block.right {
 float: right;
}

div.content div.progress-bar-block.left {
 float: left;
}

div.progress-bar {
  padding: 1px;
  border: 1px solid #111;
  box-shadow: 1px 1px 0 #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#282828));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#282828');
  background: -moz-linear-gradient(center top , #222222, #282828);
  background: -o-linear-gradient(#222222, #282828);
  border-radius: 6px;
}

div.progress-bar:hover {
  background: #333;
}

div.progress-bar a {
  display: block;
}

div.progress-bar span {
  display: block;
  height: 6px;
  border-radius: 6px;
}

div.progress-bar.fat span {
  height: 6px;
}

div.progress-bar.green span {
  background: #7dbd44;
  border-top: 1px solid #96d65d;
  border-left: 1px solid #96d65d;
}

div.progress-bar.green:hover span {
  background: #96d65d;
}

div.iconified-line {
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 21px;
}


/* Dropdowns ************************************************************************************ */

.dropdown {
  position: absolute;
  z-index: 95;
}

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

.dropdown ul li {
  padding: 0;
  margin: 0;
}

.dropdown.closed {
  display: none;
}

.dropdown ul li {
  font-size: 11px;
}


/* Clipper ************************************************************************************** */

span.clipper-text {
  display: none;
}

span.clipper-switch {
  display: block;
}


/* Toasters ************************************************************************************* */

div.toaster {
  padding: 2px;
  border-radius: 5px;
  background: rgba(0,0,0,0.8);
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  z-index: 10;
}

div.toaster > div {
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.25);
  border-right: none;
  border-bottom: none;
  border-radius: 5px;
  color: #eee;
  max-width: 200px;
  width: 200px;
  font-size: 11px;
  line-height: 16px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  font-weight: bold;
}

div.toaster:hover {
  cursor: pointer;
}

div.toaster.success > div {
  background: #559955;
}

div.toaster.success:hover > div {
  background: #66aa66;
  color: #fff;
}

div.toaster.error > div {
  background: #884444;
}

div.toaster.error:hover > div {
  background: #995555;
  color: #fff;
}


/* Striped Backgrounds ********************************************************************************************** */

.bg-red-gradient-striped {
  background: #b12323;
  background: #b12323 url(/img/bg/stripe-1px-alpha-40.png);
  background: url(/img/bg/stripe-1px-alpha-40.png), -moz-linear-gradient(center top , #b12323, #d72b2b);
  background: url(/img/bg/stripe-1px-alpha-40.png), -webkit-gradient(linear, left top, left bottom, from(#b12323), to(#d72b2b));
  background: url(/img/bg/stripe-1px-alpha-40.png), -ms-linear-gradient(center top , #b12323, #d72b2b);
  background: url(/img/bg/stripe-1px-alpha-40.png), -o-linear-gradient(center top , #b12323, #d72b2b);
  background-repeat: repeat;
}


/* Spartan Layout *************************************************************************************************** */

body.spartan {
  background-image: none !important;
}

body.spartan div.candybar,
body.spartan div.footer {
  display: none;
}

body.spartan div.dialog {
  margin: 0 auto;
  position: relative;
  border: 2px solid #111;
}

html {
  font-family: "Lucida Grande", Arial, Verdana, Tahoma, sans-serif;
  font-size: 13px;
  line-height: 19px;
  color: #444;
}

body {
  background: url(/img/nebula.jpg) #111 no-repeat center top;
  margin: 0;
  min-width: 960px;
}

body.tko.tko-aio {
  background: url(https://asset-cdn.evolvehq.com/img/tko/aio-bg.jpg?0) #111 no-repeat center top;
  background-size: 1920px auto;
}

body.tko.tko-rom {
  background: url(https://asset-cdn.evolvehq.com/img/tko/rom-bg.jpg?0) #111 no-repeat center top;
  background-size: 1920px auto;
}

body.tko.tko-smi {
  background: url(https://asset-cdn.evolvehq.com/img/tko/smi-bg.jpg?1) #111 no-repeat center top;
  background-size: 1920px auto;
}

body.tko.tko-ter {
  background: url(https://asset-cdn.evolvehq.com/img/tko/ter-bg.jpg?2) #111 no-repeat center top;
  background-size: 1920px auto;
}

body.tko.tko-wot {
  background: url(https://asset-cdn.evolvehq.com/img/tko/wot-bg.jpg?0) #111 no-repeat center top;
  background-size: 1920px auto;
}

body.tko.tko-wpl {
  background: url(https://asset-cdn.evolvehq.com/img/tko/wpl-bg.jpg?0) #111 no-repeat center top;
  background-size: 1920px auto;
}

body.tko.tko-wrt {
  background: url(https://asset-cdn.evolvehq.com/img/tko/wrt-bg.jpg?0) #111 no-repeat center top;
  background-size: 1920px auto;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
  float: none;
}

a img {
  border: none;
}

a {
  color: #0072B1;
}

/* ****************************************************************************************************************** */
/* Tooltip Styles                                                                                                     */
/* ****************************************************************************************************************** */

/* Default Tooltip Style */

.qtip-default{
  font-size: 11px;
  font-family: "Lucida Grande", Verdana, sans-serif;
  line-height: 18px;
  border-color: #111;
  background: #444 linear-gradient(to bottom, #444, #333);
  color: #eee;
  border-width: 1px !important;
  border-style: solid;
  padding-top: 1px;
  padding-bottom: 1px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.qtip-default span.minor{
  color: #999;
}

.qtip-default img.ill {
  max-width: 264px;
  display: block;
  margin: 0 0 5px 0;
}

/* ********************************************************************************************** */
/* Media Viewer Dialogs                                                                           */
/* ********************************************************************************************** */

/* General */

div.dialog.media-viewer {
  background: #ececec;
  background: #ececec;
  border-radius: 0px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 960px;
  padding: 15px;
}

/* Media */

div.dialog.media-viewer div.media {
  width: 960px;
  background: #000;
}

div.dialog.media-viewer div.media object {
}

div.dialog.media-viewer div.media img {
  max-width: 960px;
  margin: 0 auto;
  display: block;
}

/* Caption */

div.dialog.media-viewer div.caption {
  background: #e0e0e0;
	border-right: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
  border-left: 1px solid rgba(255,255,255,0.8);
  border-top: 1px solid rgba(255,255,255,0.8);
  font-size: 11px;
  margin-top: 10px;
  padding: 6px 8px;
  word-wrap: break-word;
}

/* Inputs */

div.dialog.media-viewer div.interactions button {
  padding: 1px;
  background: #999;
}

/* Meta */

div.dialog.media-viewer div.meta {
  overflow: hidden;
  margin-top: 10px;
}

div.dialog.media-viewer div.meta ul.basic {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
  float: left;
  font-size: 11px;
}

div.dialog.media-viewer div.meta ul.basic li {
  float: left;
  margin-left: 7px;
  color: #777;
}

div.dialog.media-viewer div.meta ul.basic li:first-child {
  margin-left: 0;
}

/* Actions */

div.dialog.media-viewer div.meta ul.actions.style-1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}

div.dialog.media-viewer div.meta ul.actions.style-1 li {
  float: left;
  margin-left: 5px
}

div.dialog.media-viewer div.meta ul.actions.style-1 li:first-child {
  margin-left: 0;
}

div.dialog.media-viewer div.meta ul.actions.style-1 li > span.shell {
  border-bottom: 1px solid rgba(255,255,255,0.6);
  border-right: 1px solid rgba(255,255,255,0.6);
  display: block;
  border-radius: 3px;
  margin-top: 1px;
}

div.dialog.media-viewer div.meta ul.actions.style-1 li > span.shell > span.inner {
  display: block;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.1);
  line-height: normal;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}

div.dialog.media-viewer div.meta ul.actions.style-1 li.active > span.shell > span.inner {
  border-color: rgba(0,0,0,0.45);
}

div.dialog.media-viewer div.meta ul.actions.style-1 li:hover > span.shell > span.inner {
  border-color: rgba(0,0,0,0.45);
}

div.dialog.media-viewer div.meta ul.actions.style-1 li.active:hover > span.shell > span.inner {
  border-color: rgba(0,0,0,0.65);
}

div.dialog.media-viewer div.meta ul.actions.style-1 a {
  display: table;
  text-decoration: none;
  border-collapse: collapse;
}

div.dialog.media-viewer div.meta ul.actions.style-1 a span.icon {
  background-repeat: no-repeat;
  background-position: center center;
  width: 18px;
  height: 15px;
  display: table-cell;
  padding: 0 3px;
  background-color: rgba(255,255,255,0.5);
}

div.dialog.media-viewer div.meta ul.actions.style-1 li.active a span.icon {
  background-color: rgba(255,255,255,0.7);
}

div.dialog.media-viewer div.meta ul.actions.style-1 a:hover span.icon {
  background-color: rgba(255,255,255,1.0);
}

div.dialog.media-viewer div.meta ul.actions.style-1 li.active a:hover span.icon {
  background-color: rgba(255,255,255,1.0);
}

div.dialog.media-viewer div.meta ul.actions.style-1 span.counter {
  color: #777;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0 3px;
  min-width: 18px;
  text-align: center;
  height: 15px;
  border-left: 1px solid rgba(0,0,0,0.1);
}

div.dialog.media-viewer div.meta ul.actions.style-1 li a:hover span.counter {
  background-color: rgba(255,255,255,0.3);
}

div.dialog.media-viewer div.meta ul.actions.style-1 li.active span.counter {
  color: #333;
}

div.dialog.media-viewer div.meta ul.actions.style-1 li.like a span.icon {
  background-image: url(/img/icons/like-s.png);
}

div.dialog.media-viewer div.meta ul.actions.style-1 li.hate a span.icon {
  background-image: url(/img/icons/hate-s.png);
}

div.dialog.media-viewer div.meta ul.actions.style-1 li.comment a span.icon {
  background-image: url(/img/icons/comment-s.png);
}

div.dialog.media-viewer div.meta ul.actions.style-1 li.delete a span.icon {
  background-image: url(/img/icons/delete-s.png);
  width: 10px;
  background-position: left center;
  padding-right: 2px;
}

/* Interactions */

div.dialog.media-viewer div.interactions {
  margin: 5px 0 0 0;
  position: relative;
  padding-top: 1px;
}

div.dialog.media-viewer div.interactions.hidden {
  display: none;
}

div.dialog.media-viewer div.interactions div.arrow {
  border-color: transparent transparent #e0e0e0 transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  width: 0;
  height: 0;
  position: absolute;
  left: 15px;
  top: 0;
}

div.dialog.media-viewer div.interactions div.arrow.shadow {
  border-color: transparent transparent rgba(0,0,0,0.15) transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  width: 0;
  height: 0;
  position: absolute;
  left: 16px;
  top: 0;
}

div.dialog.media-viewer div.interactions div.arrow.highlight {
  border-color: transparent transparent rgba(255,255,255,0.85) transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  width: 0;
  height: 0;
  position: absolute;
  left: 14px;
  top: 0;
}

div.dialog.media-viewer div.interactions div.shell {
  max-width: 550px;
  background: #e0e0e0;
	border-right: 1px solid rgba(0,0,0,0.1);
  border-left: 1px solid rgba(255,255,255,0.8);
  font-size: 11px;
  margin-top: 6px;
}

div.dialog.media-viewer div.interactions div.likes,
div.dialog.media-viewer div.interactions div.hates,
div.dialog.media-viewer div.interactions div.more-comments {
  padding: 5px 8px;
}

div.dialog.media-viewer div.interactions div.likes div.inner,
div.dialog.media-viewer div.interactions div.hates div.inner,
div.dialog.media-viewer div.interactions div.more-comments div.inner {
  padding-left: 21px;
  background-repeat: no-repeat;
  background-position: left center;
}

div.dialog.media-viewer div.interactions div.likes div.inner {
  background-image: url(/img/icons/like-s.png);
}

div.dialog.media-viewer div.interactions div.hates div.inner {
  background-image: url(/img/icons/hate-s.png);
}

div.dialog.media-viewer div.interactions div.more-comments div.inner {
  background-image: url(/img/icons/comment-s.png);
}

div.dialog.media-viewer div.interactions div.likes span.actors a,
div.dialog.media-viewer div.interactions div.hates span.actors a {
  font-weight: bold;
}

div.dialog.media-viewer div.interactions div.likes.hidden,
div.dialog.media-viewer div.interactions div.hates.hidden {
  display: none;
}

div.dialog.media-viewer div.interactions div.likes,
div.dialog.media-viewer div.interactions div.hates,
div.dialog.media-viewer div.interactions div.more-comments {
  border-top: 1px solid rgba(255,255,255,0.8);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

div.dialog.media-viewer div.interactions div.more-comments a {
  display: block;
}

div.dialog.media-viewer div.interactions div.more-comments a.loading {
  background: url(/img/ani/loader-rect-s.gif) no-repeat right center;
}

div.dialog.media-viewer div.interactions div.comments div.comment {
  border-top: 1px solid rgba(255,255,255,0.8);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 5px 8px;
}

div.dialog.media-viewer div.interactions div.comments div.comment div.content div.author {
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}

div.dialog.media-viewer div.interactions div.comments div.comment div.content p {
  display: inline;
  margin: 0;
  word-wrap: break-word;
}

div.dialog.media-viewer div.interactions div.comments div.comment div.meta {
  color: #777;
  margin-top: 5px;
}

div.dialog.media-viewer div.interactions div.new-comment.hidden {
  display: none;
}

div.dialog.media-viewer div.interactions div.new-comment {
  border-top: 1px solid rgba(255,255,255,0.8);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 8px;
  overflow: hidden;
}

div.dialog.media-viewer div.interactions div.new-comment textarea {
  width: 520px;
  max-width: 520px;
  min-width: 520px;
  font-size: 11px;
  height: 40px;
}

div.dialog.media-viewer div.interactions div.new-comment button {
  display: block;
  float: right;
  margin-top: 8px;
}

div.dialog.media-viewer div.interactions div.new-comment div.error {
  margin-top: 5px;
}


/* ****************************************************************************************************************** */
/* Standard Dialogs                                                                                                   */
/* ****************************************************************************************************************** */

div.dialog {
  background: #e3e3e3;
  border-radius: 3px;
  padding: 15px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

div.dialog img.banner {
  display: block;
  height: 150px;
}

div.dialog.standard {
  width: 450px;
}

div.dialog.standard div.row input {
  width: 435px;
}

div.dialog.standard div.row select {
  width: 450px;
}

div.dialog.standard div.row textarea {
  width: 438px;
  max-width: 438px;
}

div.dialog.standard div.row.columns div.left {
  width: 217px;
  float: left;
}

div.dialog.standard div.row.columns div.right {
  width: 217px;
  float: right;
}

div.dialog.standard div.row.columns div input {
  width: 203px;
}

div.dialog.standard div.row.columns div select {
  width: 217px;
}

div.dialog form div.vertical-spacer {
  height: 5px;
}

div.dialog form div.help.closed {
  display: none;
}

div.dialog form div.row div.textfield.exp-date input.mm {
  width: 50px;
  display: inline;
}

div.dialog form div.row div.textfield.exp-date input.yyyy {
  width: 105px;
  display: inline;
}

div.dialog form div.row div.textfield.exp-date span.sep {
  display: inline-block;
  width: 20px;
  text-align: center;
  cursor: default;
}

div.dialog form div.help p {
  margin-bottom: 1px;
  margin-right: 1px;
  background: rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.1);
  border-right: none;
  border-bottom: none;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 1px 1px 0px #fff;
}

div.dialog h3 {
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 2px dotted #aaa;
  padding-bottom: 15px;
  font-size: 20px;
  color: #222;
  font-family: Titillium, Arial, sans-serif;
  font-weight: 600;
  cursor: default;
}

div.dialog h3 span.step {
  background: #b12323;
  background: -moz-linear-gradient(center top , #b12323, #d72b2b);
  background: -webkit-gradient(linear, left top, left bottom, from(#b12323), to(#d72b2b));
  display: block;
  float: right;
  padding: 2px 7px;
  margin-top: -3px;
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 1px 1px 0px #fff;
  border-radius: 3px;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  cursor: default;
}

div.dialog h3 span.step.signup {
  background: #444;
  background: -moz-linear-gradient(center top , #373737, #515151);
  background: -webkit-gradient(linear, left top, left bottom, from(#373737), to(#515151));
}

div.dialog span.tooltip {
  display: inline-block;
  color: #777;
  font-size: 14px;
  line-height: normal;
}

div.dialog span.tooltip span.i {
  text-shadow: 1px 1px 0px #fff;
}

div.dialog span.tooltip:hover {
  color: #999;
}

div.dialog p {
  line-height: 19px;
}

div.dialog div.base-errors {
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 1px 1px 0px #fff;
  border-radius: 3px;
  color: #e7e7e7;
  padding: 6px 8px 5px 8px;
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: bold;
}

div.dialog div.base-errors a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}

div.dialog div.base-errors a:hover {
  border-bottom: 1px solid #fff;
}

div.dialog form button {
  padding: 1px;
  background: #999;
}

div.dialog form button.default {
  padding: 2px; /* Remain consistent with default buttons from input.css */
}

div.dialog form button:hover {
  background: #888;
}

div.dialog form button:focus,
div.dialog form button:active {
  background: #444;
}

div.dialog form button.red {
  background: #444;
}

div.dialog form button.red:hover {
  background: #333;
}

div.dialog form button.red:focus,
div.dialog form button.red:active {
  background: #111;
}

div.dialog div.actions {
  border-top: 2px dotted #aaa;
  margin-top: 15px;
  padding-top: 15px;
}

div.dialog div.error {
	color: #d72b2b;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
	cursor: default;
}

div.dialog div.error.hidden {
  display: none;
}

div.dialog form div.row label {
	font-weight: bold;
	color: #111;
	display: block;
	margin-bottom: 2px;
}

div.dialog form div.row label span.note {
	font-size: 11px;
	font-weight: normal;
	color: #777;
	display: block;
	margin-bottom: 2px;
}

div.dialog form div.row label span.note a {
	color: #0072b1;
	text-decoration: none;
}

div.dialog form div.row label span.note a:hover {
  text-decoration: underline;
}

div.dialog form div.row label span.note a.helper {
	display: block;
	float: right;
	font-weight: bold;
}

div.dialog form div.row {
  margin-top: 15px;
  overflow: hidden;
}

div.dialog form div.row:first-child {
  margin-top: 0;
}

div.dialog form div.row.columns div.left {
  float: left;
}

div.dialog form div.row.columns div.right {
  float: right;
}

div.dialog form div.row div.checkbox:first-of-type {
  margin-left: 0;
}

div.dialog form div.row div.checkbox.vertical {
  margin-top: 5px;
  float: none;
  overflow: hidden;
  margin-left: 0;
}

div.dialog form div.row div.checkbox input {
  display: block !important;
  float: left !important;
  padding: 0 !important;
  height: 16px;
  width: 16px;
}

div.dialog form div.row div.checkbox label {
  display: block !important;
  float: left !important;
  font-weight: normal !important;
  margin-left: 3px;
  margin-bottom: 0;
  line-height: normal;
}

div.dialog form div.actions {
  overflow: hidden;
}

div.dialog div.actions p.secure {
  font-size: 11px;
  font-family: Verdana, sans-serif;
  text-transform: uppercase;
  margin: 8px 0 0 0;
  line-height: normal;
  cursor: default;
}

div.dialog div.actions p.secure span.i {
  margin-right: 1px;
  font-size: 11px;
}

div.dialog form div.actions div.left {
  float: left;
}

div.dialog form div.actions div.right {
  float: right;
}

div.dialog form div.actions button {
  float: left;
  margin-left: 15px;
}

div.dialog form div.actions div.action-checkbox input {
  display: block !important;
  float: left !important;
  width: auto !important;
  margin-top: 8px;
  padding: 0 !important;
}

div.dialog form div.actions div.action-checkbox label {
  display: block !important;
  float: left !important;
  font-weight: normal !important;
  margin-left: 5px;
  margin-top: 7px;
}

div.dialog p.notice.success {
  font-size: 11px;
  font-weight: bold;
  background: #559955;
  color: #f0f0f0;
  border-radius: 3px;
  padding: 3px 7px 3px 7px;
  box-shadow: 0px 0px 2px #777;
  text-shadow: 1px 1px 0px #666;
  border: 1px solid #eee;
}

div.dialog p.notice.centered {
  text-align: center;
}


/* ****************************************************************************************************************** */
/* Dialog Lists                                                                                                       */
/* ****************************************************************************************************************** */

/* Standard */

div.dialog ul.standard {
  margin: 15px 0;
  list-style-type: none;
  padding: 6px 13px;
  background: rgba(255,255,255,0.7);
  border-top: 1px solid rgba(0,0,0,0.15);
  border-left: 1px solid rgba(0,0,0,0.15);
  border-radius: 3px;
}

div.dialog ul.standard li {
  padding: 6px 0;
  font-size: 12px;
  line-height: 21px;
}

div.dialog ul.standard li strong:first-of-type {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Titillium, Arial, sans-serif;
  margin-right: 7px;
  color: #111;
}


/* ****************************************************************************************************************** */
/* Dialog Sharer                                                                                                      */
/* ****************************************************************************************************************** */

/* Slim */

div.dialog div.sharer.slim {
  margin: 15px 0;
  padding: 6px 13px;
  background: rgba(255,255,255,0.7);
  border-top: 1px solid rgba(0,0,0,0.15);
  border-left: 1px solid rgba(0,0,0,0.15);
  border-radius: 3px;
  overflow: hidden;
}

div.dialog div.sharer.slim p:first-child {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Titillium, Arial, sans-serif;
  color: #111;
  display: block;
  float: left;
  margin: 0;
  cursor: default;
}

div.dialog div.sharer.slim div.spacer {
  float: left;
  font-size: 15px;
  cursor: default;
  font-weight: bold;
  margin-left: 15px;
  color: #ccc;
}

div.dialog div.sharer.slim a {
  display: block;
  float: left;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: center left;
  margin-left: 15px;
  padding-top: 2px;
  margin-top: -2px;
}

div.dialog div.sharer.slim a.facebook {
  background-image: url(/img/icn/facebook-s.png);
}

div.dialog div.sharer.slim a.twitter {
  background-image: url(/img/icn/twitter-s.png);
}


/* ****************************************************************************************************************** */
/* Dialog Grid Selects                                                                                                */
/* ****************************************************************************************************************** */

div.dialog div.grid-select {
  overflow: hidden;
}

div.dialog div.grid-select div.block {
  width: 210px;
	float: left;
	margin-left: 15px;
  cursor: pointer;
}

div.dialog div.grid-select div.block:first-of-type {
  margin-left: 0;
}

div.dialog div.grid-select div.block img {
  display: block;
}


/* ****************************************************************************************************************** */
/* Transaction Monitor                                                                                                */
/* ****************************************************************************************************************** */

div.dialog div.transaction div.bar {
  background: url(/img/ani/loader-barber-s.gif) no-repeat;
  width: 220px;
  height: 19px;
  margin: 0 auto;
}

div.dialog div.transaction div.status.failed {
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 1px 1px 0px #fff;
  border-radius: 3px;
  color: #e7e7e7;
  padding: 6px 8px 5px 8px;
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: bold;
}

div.dialog div.transaction div.status.failed p {
  margin: 0;
}

div.dialog div.transaction div.status.failed a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}

div.dialog div.transaction div.status.failed a:hover {
  border-bottom: 1px solid #fff;
}


/* ****************************************************************************************************************** */
/* Order Receipt                                                                                                      */
/* ****************************************************************************************************************** */

div.dialog div.receipt table tr td {
  padding: 7px 9px;
  background: #fff;
  width: 100%;
  border-radius: 3px;
}

div.dialog div.receipt table tr td.label {
  vertical-align: top;
  font-size: 11px;
  text-transform: uppercase;
  background: #f1f1f1;
  width: 120px;
  min-width: 120px;
  max-width: 200px;
  text-align: right;
  cursor: default;
}


/* ****************************************************************************************************************** */
/* Dialog-Specific Styles                                                                                             */
/* ****************************************************************************************************************** */

div#login-dialog {
  width: 350px;
}

div#login-dialog div.row input {
  width: 335px;
}

div#signup-dialog {
  width: 450px;
}

div#signup-dialog div.row input {
  width: 435px;
}

div#signup-dialog div.row.columns div.left {
  width: 217px;
}

div#signup-dialog div.row.columns div.right {
  width: 217px;
}

div#signup-dialog div.row.columns input {
  width: 202px;
}

div#connect-to-party-dialog {
  width: 450px;
}

div#install-client-dialog {
  width: 450px;
}

div#activate-dialog {
  width: 450px;
}

div#feature-dialog {
  width: 480px;
}

/* Inclient Shop */

body.inclient-shop {
  background: #4f4f4f;
}

body.inclient-shop div.widget.table {
  width: 960px;
}

body.inclient-shop div.widget.table h3 {
  color: #eee;
  padding-left: 10px;
  padding-right: 10px;
}

body.inclient-shop div.widget.table table.index {
  width: 960px;
}

body.inclient-shop div.widget.empty,
body.inclient-shop div.widget.offline {
  padding: 85px 20px;
  text-align: center;
  color: #aaa;
}

body.inclient-shop div.widget.empty a,
body.inclient-shop div.widget.offline a {
  color: #3295C9;
}

body.inclient-shop div.widget.offline {
  width: 960px;
  color: #eee;
}

body.inclient-shop div.candybar,
body.inclient-shop div.footer {
  display: none;
}

body.inclient-shop div.dialog {
  min-height: 620px;
  height: 620px;
  max-height: 620px;
  width: 450px;
  min-width: 450px;
  max-width: 450px;
  border-radius: 0;
  position: relative;
}

body.inclient-shop div.dialog div.base-errors {
  margin-top: 15px;
}

body.inclient-shop div.dialog div.form {
  position: absolute;
  top: 50px;
  bottom: 15px;
  right: 15px;
  left: 15px;
}

body.inclient-shop div.dialog div.form div.actions {
  position: absolute;
  bottom: 0;
  width: 100%;
}

body.inclient-shop div.dialog div.transaction div.bar {
  margin-top: 15px;
}

body.inclient-shop div.dialog div.transaction div.sharer {
  display: none;
}

body.inclient-shop #cboxLoadedContent {
  border: 0;
  border-radius: 0;
}

body.inclient-shop #cboxContent {
  background: transparent;
  padding: 0;
  border: 0;
  broder-radius: 0;
}


/* ****************************************************************************************************************** */
/* Colorbox Styles                                                                                                    */
/* ****************************************************************************************************************** */

/* Defaults */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#colorbox {border: 1px solid transparent;} /* Fixes Chrome artifacting on resize. */
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* Theme */

#cboxOverlay{background:#000;}
#cboxContent{margin-top:20px;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:5px solid #000; background:#fff;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/images/colorbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/images/colorbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
#cboxNext:hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) no-repeat center center;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/images/colorbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
#cboxClose:hover{background-position:bottom center;}

/* Theme Overrides */

#cboxContent{background:#000; margin-top:0px; padding:3px; border-radius:4px;}
#cboxLoadedContent{border:0px solid #000; background:#ececec; border-radius:3px;}
#cboxPrevious{left:3px;}
#cboxNext{right:3px;}
#cboxClose {z-index:1000; visibility:hidden; top:3px; right:10px;}

div.mast {
  margin: 50px 0 0 0;
}

body.candybar-1x div.mast {
  margin: 80px 0 0 0;
}

body.candybar-2x div.mast {
  margin: 110px 0 0 0;
}

body.candybar-3x div.mast {
  margin: 140px 0 0 0;
}

div.mast div.search {
  float: right;
  background: #111;
  border-radius: 3px;
  padding: 2px;
}

div.mast div.search div.input-chrome {
  box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.4);
  border-radius: 2px;
  background: #ddd;
  padding: 7px 8px 8px 8px;
}

div.mast div.search input {
  background: url(/img/icons/search.png) transparent no-repeat right top;
  width: 256px;
  border: none !important;
  padding: 0 24px 0 0;
  height: auto;
  display: block;
  line-height: normal;
  margin: 0;
}

div.mast div.search.default input {
  color: #777;
  font-style: italic;
}

div.mast div.search.focused div.input-chrome {
  background: #eee;
}

div.mast div.logo {
  float: left;
}

div.mast div.logo a {
  background: url("/img/logo.png") no-repeat;
  display: block;
  width: 228px;
  height: 55px;
}

div.mast div.login {
  float: right;
  overflow: hidden;
  width: auto;
  margin-top: 10px;
}

div.mast div.login p {
  color: #eee;
  text-shadow: 1px 1px 1px #000;
  float: right;
  margin: 5px 0 0 0;
}

div.mast div.login p a {
  font-weight: bold;
  font-size: 12px;
  color: #66ccff;
}

div.mast div.login button,
div.mast div.login a.btn {
  float: left;
  margin-left: 10px;
  cursor: pointer;
}

div.mast div.login button > span > span,
div.mast div.login a.btn > span > span {
  min-width: 100px;
}

div.mast div.nav {
  background: #111;
  border-radius: 3px;
  padding: 2px;
  float: left;
}

div.mast div.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.mast div.nav ul li {
  float: left;
  margin: 0;
  padding: 0;
}

div.mast div.nav ul li a {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#C5C5C5');
  background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#C5C5C5));
  background: -moz-linear-gradient(center top , #DDDDDD, #C5C5C5);
  background: -o-linear-gradient(#dddddd, #c5c5c5);
  padding: 5px 7px 6px 6px;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  display: block;
  min-width: 75px;
  text-align: center;
  color: #444;
}

div.mast div.nav ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DDDDDD');
  background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#DDDDDD));
  background: -moz-linear-gradient(center top , #EEEEEE, #DDDDDD);
  background: -o-linear-gradient(#eeeeee, #dddddd);
  color: #111;
}

div.mast div.nav ul li.active a {
  color: #111;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE');
  background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE);
  background: -o-linear-gradient(#FFFFFF, #EEEEEE);
}

div.mast div.nav ul li:first-child a {
  border-radius: 2px 0 0 2px;
}

div.mast div.nav ul li:last-child a {
  border-radius: 0 2px 2px 0;
}

div.slogan {
  text-align: center;
  margin: 40px 0 50px 0;
}

div.slogan h1 {
  color: #eee;
  text-shadow: 1px 1px 1px #000;
  font-family: Titillium, Arial, sans-serif;
  margin: 0;
  font-size: 30px;
}

div.slogan button {
  width: 250px;
  margin: 25px auto 0 auto;
}

body > div.header {
  margin: 0 0 -1px 0;
  padding-top: 15px;
  border-bottom: 1px solid #eee;
}

body.tko > div.header {
  padding-top: 68px;
}

body > div.header div.meta {
  margin: 0 0 0 113px;
}

body.tko > div.header > div.wrapper {
  position: relative;
}

body.tko > div.header div.tko-badge {
  height: 135px;
  width: 300px;
  position: absolute;
  right: 0;
  top: -68px;
}

body.tko > div.header div.tko-badge a {
  display: block;
  background: #000;
  height: 139px;
  width: 300px;
}

body.tko.tko-aio > div.header div.tko-badge a {
  background: url(https://asset-cdn.evolvehq.com/img/tko/aio-badge.png?2) no-repeat top left;
  background-size: 300px 277px;
}

body.tko.tko-rom > div.header div.tko-badge a {
  background: url(https://asset-cdn.evolvehq.com/img/tko/rom-badge.png?0) no-repeat top left;
  background-size: 300px 277px;
}

body.tko.tko-smi > div.header div.tko-badge a {
  background: url(https://asset-cdn.evolvehq.com/img/tko/smi-badge.png?0) no-repeat top left;
  background-size: 300px 277px;
}

body.tko.tko-ter > div.header div.tko-badge a {
  background: url(https://asset-cdn.evolvehq.com/img/tko/ter-badge.png?1) no-repeat top left;
  background-size: 300px 277px;
}

body.tko.tko-wot > div.header div.tko-badge a {
  background: url(https://asset-cdn.evolvehq.com/img/tko/wot-badge.png?0) no-repeat top left;
  background-size: 300px 277px;
}

body.tko.tko-wpl > div.header div.tko-badge a {
  background: url(https://asset-cdn.evolvehq.com/img/tko/wpl-badge.png?0) no-repeat top left;
  background-size: 300px 277px;
}

body.tko.tko-wrt > div.header div.tko-badge a {
  background: url(https://asset-cdn.evolvehq.com/img/tko/wrt-badge.png?0) no-repeat top left;
  background-size: 300px 277px;
}

body.tko > div.header div.tko-badge a:hover {
  background-position: bottom left;
}

body > div.header h2 {
  margin: 0;
  color: #eee;
  text-shadow: 1px 1px 2px #000;
  font-size: 27px;
  line-height: 32px;
  font-family: Titillium, Arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}

body > div.header h2 > div.presence {
  width: 10px;
  height: 15px;
  display: inline-block;
  margin-right: 3px;
  background-repeat: no-repeat;
  background-position: center center;
}

body > div.header h2 > div.presence span {
  display: none;
}

body > div.header h2 > div.presence.online {
  background-image: url(/img/icn/presence-online-s.png);
}

body > div.header h2 > div.presence.offline {
  background-image: url(/img/icn/presence-offline-s.png);
}

body > div.header ul.summary {
  margin: 9px 0 0 0;
  padding: 0;
  list-style-type: none;
  color: #eee;
  font-size: 0;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body > div.header ul.summary li {
  margin-left: 15px;
  display: inline;
  font-size: 11px;
}

body > div.header ul.summary li:first-child {
  margin-left: 0;
}

body > div.header ul.summary li.pill {
  border-radius: 3px;
  border: 1px solid #222;
  color: #fff;
  cursor: default;
  width: auto;
  display: inline-block;
  background: #46626f;
}

body > div.header ul.summary li.pill > span,
body > div.header ul.summary li.pill > a > span {
  border-radius: 3px;
  display: block;
  padding: 3px 8px 4px 7px;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-left: 1px solid rgba(255,255,255,0.2);
}

/* Helix Account Flair */

body > div.header ul.summary.player li.helix {
  background: #559955;
}

body > div.header ul.summary.player li.helix > a {
  display: block;
  color: #fff;
  text-decoration: none;
}

body > div.header ul.summary.player li.helix > a:hover {
  background: rgba(255,255,255,0.1);
}

body > div.header ul.summary.player li.helix > span,
body > div.header ul.summary.player li.helix > a > span {
  padding-left: 5px;
  border-top-color: rgba(255,255,255,0.3);
  border-left-color: rgba(255,255,255,0.3);
  padding-top: 1px;
  padding-bottom: 2px;
}

body > div.header ul.summary.player li.helix > span > span,
body > div.header ul.summary.player li.helix > a > span > span {
  background: url(/img/icn/flair-helix.png) no-repeat center left;
  padding-left: 19px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
}

/* Page Subjects */

body > div.header ul.summary li.pill.subject {
}

/* Statuses */

body > div.header ul.summary.player li.status {
  padding-top: 3px;
  font-weight: normal;
  text-shadow: 1px 1px 1px #111;
}

body > div.header ul.summary.player li.status span {
}

body > div.header ul.summary.player li.status a {
  color: #66ccff;
}

body > div.header ul.summary.party li.state.active {
  background: #006c91;
}

body > div.header ul.summary.party li a {
  color: #66ccff;
}

body > div.header ul.summary.game li.feature {
  background: #006c91;
}

body > div.header div.wrapper {
  position: relative;
}

body > div.header div.anchor-shell {
  background: rgba(255,255,255,0.6);
  padding: 3px;
  position: absolute;
  left: 0;
  bottom: 15px;
  border-radius: 3px;
  box-shadow: 1px 1px 0px #111;
}

body > div.header div.anchor-shell:hover {
  background: rgba(255,255,255,0.6);
}

body > div.header div.anchor {
  padding: 1px;
  background: rgba(0,0,0,0.7);
  border-radius: 3px;
}

body > div.header div.anchor a {
  display: block;
  border-radius: 3px;
  background: #111;
}

body > div.header div.anchor a:hover div.img {
  opacity: 1.0;
}

body > div.header div.anchor div.img {
  opacity: 0.9;
  width: 90px;
  height: 90px;
  border-radius: 3px;
  background-size: 90px 90px;
  -moz-background-size: 90px 90px;
}

body > div.header div.navs {
  margin: 19px 0 -1px 115px;
}

body > div.header div.nav-shell {
  border-left: 1px solid #fff;
}

body > div.header div.nav-shell.primary {
  float: left;
}

body > div.header div.nav-shell.secondary {
  float: right;
}

body > div.header ul.nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}

body > div.header div.nav.primary {
  float: left;
}

body > div.header div.nav.secondary {
  float: right;
}

body > div.header ul.nav.primary {
  background: url(/img/wlp/default/bg-top.jpg) no-repeat -596px bottom;
}

body > div.header ul.nav li {
  display: block;
  float: left;
  text-align: center;
}

body > div.header ul.nav li a {
  margin: 0 0 0 0;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc');
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
  background: -moz-linear-gradient(center top, #eeeeee, #cccccc);
  background: -o-linear-gradient(#eeeeee, #cccccc);
  border-bottom: 1px solid #fff;
  font-size: 12px;
  font-weight: bold;
  color: #444;
  border-top: 1px solid #fff;
}

body > div.header ul.nav li a > span {
  border-left: 1px solid #fff;
  border-right: 1px solid #aaa;
  padding: 4px 9px;
  display: block;
  border-bottom: 1px solid #aaa;
  min-width: 75px;
}

body > div.header ul.nav li a > span span.count {
  font-size: 8px;
  font-weight: bold;
  color: #fff;
  padding: 2px 3px 3px 2px;
  vertical-align: text-top;
  background: #b02323;
  border: 1px solid rgba(0,0,0,0.1);
  border-bottom: none;
  border-right: none;
  margin-left: 2px;
  display: inline-block;
  line-height: 9px;
  border-radius: 2px;
  text-align: center;
  width: 13px;
  max-width: 13px;
}

body > div.header ul.nav li a:hover {
  background: -moz-linear-gradient(center top, #eeeeee, #dddddd);
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd');
  background: -o-linear-gradient(#eeeeee, #dddddd);
  text-decoration: none;
  color: #111;
}

body > div.header ul.nav li.active a {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbffffff', endColorstr='#00ffffff');
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.0)));
  background: -moz-linear-gradient(center top, rgba(255,255,255,0.8), rgba(255,255,255,0.0));
  background: -o-linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.0));
  color: #111;
  border-bottom: 0px solid transparent;
}

body > div.header ul.nav li.active a > span {
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
}

body > div.header ul.nav li.active + li a > span {
  border-left: 1px solid #aaa;
}

body > div.header ul.nav li:last-child a > span {
  border-right: none;
}

body > div.header ul.nav li:first-child a > span {
  border-left: none;
}

body > div.header div.nav-shell.red {
  border-left-color: #FF4747;
}

body > div.header ul.nav.red {
  border-top-color: #FF4747;
}

body > div.header ul.nav.red li a.signup {
  font-weight: bold;
  min-width: 150px;
}

body > div.header ul.nav.red li a {
  color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB2C2C', endColorstr='#B02323');
  background: -webkit-gradient(linear, left top, left bottom, from(#DB2C2C), to(#B02323));
  background: -moz-linear-gradient(center top , #DB2C2C, #B02323);
  background: -o-linear-gradient(#db2c2c, #b02323);
}

body > div.header ul.nav.red li a:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F53131', endColorstr='#C92828');
  background: -webkit-gradient(linear, left top, left bottom, from(#F53131), to(#C92828));
  background: -moz-linear-gradient(center top , #F53131, #C92828);
  background: -o-linear-gradient(#f53131, #c92828);
}

body > div.header ul.nav.red li a > span {
  border-bottom-color: #333;
  border-left-color: #FF4747;
}

/* ********************************************************************************************** */
/* General                                                                                        */
/* ********************************************************************************************** */

/* Typography */

div.widget p span.p {
  display: block;
  height: 10px;
}

div.widget p span.br {
  display: block;
  height: 1px;
}


/* ********************************************************************************************** */
/* Features                                                                                       */
/* ********************************************************************************************** */

/* Welcome */

div.widget.features.welcome {
  margin: 50px 0;
  position: relative;
}

div.content div.widget.features.welcome:first-of-type {
  margin-top: 0;
}

div.widget.features.welcome h2 {
  margin: 45px 0 0 0;
  text-align: center;
  color: #444;
  font-family: Titillium, Arial, sans-serif;
  font-size: 26px;
}

div.content div.widget.features.welcome:first-of-type h2 {
  margin-top: 0;
}

div.widget.features.welcome h3 {
  margin: 13px 0 50px 0;
  text-align: center;
  color: #666;
  font-family: Titillium, Arial, sans-serif;
  font-size: 14px;
  border-bottom: none !important;
}

div.widget.features.welcome > h3 {
  font-weight: normal;
  font-size: 15px;
  text-shadow: 1px 1px 0 #fff;
}

div.widget.features.welcome div.row:after {
  clear: both;
  display: block;
  content: ".";
  visibility: hidden;
}

div.widget.features.welcome div.row div.feature {
  overflow: hidden;
  float: left;
  margin-left: 26px;
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 7px;
  border-radius: 3px;
}

div.widget.features.welcome div.row div.feature:first-child {
  margin-left: 0px;
}

div.widget.features.welcome div.row div.feature a.ill {
  display: block;
}

div.widget.features.welcome div.row div.feature a.ill:hover {
  opacity: 0.9;
}

div.widget.features.welcome div.row div.feature img {
  display: block;
  border-radius: 3px 3px 0 0;
}

div.widget.features.welcome div.row div.feature-4x img {
  width: 206px;
}

div.widget.features.welcome div.row div.feature-4x div.explain {
  width: 206px;
}

div.widget.features.welcome div.row div.feature-4x div.explain h3 {
  font-size: 13px;
}

div.widget.features.welcome div.row div.feature-4x div.explain p {
  font-size: 11px;
}

div.widget.features.welcome div.row div.feature-3x img {
  width: 288px;
}

div.widget.features.welcome div.row div.feature-3x div.explain {
  width: 288px;
}

div.widget.features.welcome div.row div.feature-3x div.explain h3 {
  font-size: 15px;
}

div.widget.features.welcome div.row div.feature-3x div.explain p {
  font-size: 12px;
}

div.widget.features.welcome div.row div.feature div.explain h3 {
  margin: 12px 0 0 0;
  text-transform: uppercase;
  color: #000;
}

div.widget.features.welcome div.row div.feature div.explain p {
  margin: 3px 0 0 0;
}

div.widget.features.welcome div.row div.feature div.explain span {
  font-weight: bold;
  color: #222;
  background: #e5e5e5;
  padding: 1px 3px;
}


/* ********************************************************************************************** */
/* Platforms                                                                                      */
/* ********************************************************************************************** */

/* Welcome */

div.widget.platforms.welcome {
  margin: 55px 0;
  position: relative;
}

div.widget.platforms.welcome h2 {
  margin: 55px 0 0 0;
  text-align: center;
  color: #eee;
  text-shadow: 1px 1px 1px #000;
  font-family: Titillium, Arial, sans-serif;
  font-size: 26px;
}

div.widget.platforms.welcome h3 {
  margin: 13px 0 50px 0;
  text-align: center;
  color: #ccc;
  text-shadow: 1px 1px 1px #000;
  font-family: Titillium, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
}

div.widget.platforms.welcome div.logos {
  border: 1px solid rgba(255,255,255,0.2);
  padding: 2px;
  border-radius: 5px;
  margin: 15px 0 60px 0;
  overflow: hidden;
}

div.widget.platforms.welcome div.logos > div {
  float: left;
  margin: 50px 0 50px 100px;
}

div.widget.platforms.welcome div.logos img {
  opacity: 1.0;
}

div.widget.platforms.welcome div.logos img:hover {
  opacity: 1.0;
}


/* ********************************************************************************************** */
/* Library                                                                                        */
/* ********************************************************************************************** */

/* Welcome */

div.widget.library.welcome {
  margin: 50px 0;
  position: relative;
}

div.widget.library.welcome h2 {
  margin: 45px 0 0 0;
  text-align: center;
  color: #eee;
  text-shadow: 1px 1px 1px #000;
  font-family: Titillium, Arial, sans-serif;
  font-size: 26px;
}

div.widget.library.welcome h3 {
  margin: 13px 0 50px 0;
  text-align: center;
  color: #ccc;
  text-shadow: 1px 1px 1px #000;
  font-family: Titillium, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
}

div.widget.library.welcome div.search {
  border: 1px solid rgba(255,255,255,0.2);
  padding: 3px;
  border-radius: 5px;
}

div.widget.library.welcome div.search div.inner {
  padding: 0px;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.5);
  position: relative;
}

div.widget.library.welcome div.search input[type=text] {
  border: none;
  width: 936px;
  font-size: 18px;
  height: auto;
  color: #fff;
  border-radius: 3px;
  background-color: #1d2328;
  padding: 7px;
  display: block;
  margin: 0;
}

div.widget.library.welcome div.search input[type=text]:hover,
div.widget.library.welcome div.search input[type=text]:focus,
div.widget.library.welcome div.search.searching input[type=text] {
  background-color: #283138;
}

div.widget.library.welcome div.search div.loader {
  background-image: url(/img/ani/loader-circ-s-navy.gif);
  background-color: transparent;
  position: absolute;
  right: 12px;
  top: 9px;
  height: 16px;
  width: 16px;
  display: none;
}

div.widget.library.welcome div.search.searching div.loader {
  display: block;
}

div.widget.library.welcome div.games {
  border: 1px solid rgba(255,255,255,0.2);
  padding: 0 15px 15px 15px;
  border-radius: 5px;
  margin: 15px 0 0 0;
  overflow: hidden;
}

div.widget.library.welcome div.games div.empty {
  margin-top: 15px;
  padding: 206px 15px;
  text-align: center;
  color: #ccc;
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
}

div.widget.library.welcome div.games div.game {
  float: left;
  margin-left: 15px;
  margin-top: 15px;

  background: -webkit-gradient(linear, left top, left bottom, from(#485760), to(#384249));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B8393', endColorstr='#566570');
  background: -moz-linear-gradient(center top , #6B8393, #566570);
  background: -o-linear-gradient(#6B8393, #566570);

  border-top: 1px solid rgba(255,255,255,0.15);
  border-left: 1px solid rgba(255,255,255,0.15);

  padding: 9px 10px 10px 9px;
  border-radius: 3px;

  opacity: 0.9;
}

div.widget.library.welcome div.games div.game:hover {
  opacity: 1.0;
}

div.widget.library.welcome div.games div.game:first-child {
  margin-left: 0;
}

div.widget.library.welcome div.games div.game:nth-child(6n + 1) {
  margin-left: 0;
}

div.widget.library.welcome div.games div.boxart {
  margin-top: 10px;
}

div.widget.library.welcome div.games div.boxart a {
  display: block;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.35);
}

div.widget.library.welcome div.games div.boxart img {
  display: block;
  width: 120px;
  border-radius: 3px;
}

div.widget.library.welcome div.games div.details {
  width: 122px;
  max-width: 122px;
  font-size: 12px;
  #margin-top: 5px;
  line-height: normal;
}

div.widget.library.welcome div.games div.details a {
  font-weight: bold;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  text-align: center;
}

div.widget.library.welcome div.games div.tools {
  margin-top: 10px;
}

div.widget.library.welcome div.games div.tools button {
  width: 122px;
  padding: 1px;
  font-size: 11px;
}



/* ********************************************************************************************** */
/* Featured                                                                                       */
/* ********************************************************************************************** */

/* Welcome */

div.widget.featured.welcome {
  margin: 50px 0 50px 0;
  position: relative;
}

div.widget.featured.welcome h1 {
  margin: 45px 0 0 0;
  text-align: center;
  color: #eee;
  text-shadow: 1px 1px 1px #000;
  font-family: Titillium, Arial, sans-serif;
  font-size: 36px;
}

div.widget.featured.welcome h1 span.tm {
  opacity: 0.3;
  font-size: 15px;
  position: relative;
  top: -15px;
}

div.widget.featured.welcome h2 {
  margin: 16px 0 50px 0;
  text-align: center;
  color: #ccc;
  text-shadow: 1px 1px 1px #000;
  font-family: Titillium, Arial, sans-serif;
  font-size: 16px;
}

div.widget.featured.welcome h2 a {
  color: #ddd;
  border-bottom: 1px dotted #888;
  text-decoration: none;
}

div.widget.featured.welcome h2 a:hover {
  color: #fff;
  border-bottom-color: #ccc;
}

div.widget.featured.welcome div.nivoSlider {
  position: relative;
  width: 960px;
  height: 400px;
  background: #222 url(/img/nvo/dft/loading.gif) no-repeat 50% 45%;
  margin: 0 0 15px 0;
  box-shadow: 1px 1px 1px rgba(255,255,255,0.13);
  border-top: 1px solid rgba(0,0,0,0.5);
  border-left: 1px solid rgba(0,0,0,0.5);
  opacity: 0.9;
}

div.widget.featured.welcome div.nivoSlider:hover {
  opacity: 1.0;
}

div.widget.featured.welcome div.nivoSlider div.nivo-caption {
  top: 0;
  left: 0;
  width: 960px;
  height: 400px;
  font-family: Arial, sans-serif;
  opacity: 1.0;
  background: transparent;
}

div.widget.featured.welcome div.nivoSlider div.nivo-caption div.dialog-launcher {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

div.widget.featured.welcome div.nivoSlider div.nivo-caption div.bar {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: rgba(0,0,0,0.7);
  border-top: 1px solid #000;
  width: 920px;
}

div.widget.featured.welcome div.nivoSlider div.nivo-caption div.info {
  float: left;
}

div.widget.featured.welcome div.nivoSlider div.nivo-caption div.info div.title {
  font-size: 22px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
  font-family: "Trebuchet MS", sans-serif;
}

div.widget.featured.welcome div.nivoSlider div.nivo-caption div.info div.title a {
  color: #fff;
  text-decoration: none;
  border-bottom: 0;
}

div.widget.featured.welcome div.nivoSlider div.nivo-caption div.info div.details {
  font-size: 12px;
  color: #eee;
  padding: 0 0 0 2px;
  margin-top: 5px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
}

div.widget.featured.welcome div.nivoSlider div.nivo-caption div.info div.details strong {
  font-weight: bold;
  color: #fff;
}

div.widget.featured.welcome div.nivoSlider div.nivo-caption div.tools {
  float: right;
}

div.widget.featured.welcome div.nivoSlider div.nivo-caption div.tools > span {
  font-family: Titillium, Arial, sans-serif;
  font-weight: bold;
}

div.widget.featured.welcome div.nivoSlider div.nivo-caption div.tools button {
  min-width: 275px;
  display: inline-block;
}

div.widget.featured.welcome div.nivo-controlNav {
  padding-bottom: 0;
  padding-top: 40px;
}

div.widget.featured.welcome div.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

div.widget.featured.welcome div.nivoSlider img a {
  border: 0;
  display: block;
}


/* ********************************************************************************************** */
/* Rank Case                                                                                      */
/* ********************************************************************************************** */

div.widget.rankcase > div {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 15px 0 0 0;
  display: block;
}

div.widget.rankcase table.ranks {
  border-collapse: collapse;
  width: 100%;
}

div.widget.rankcase table.ranks tr td {
  padding: 10px 0 10px 10px;
}

div.widget.rankcase table.ranks tr td:first-child {
  border-radius: 3px 0 0 3px;
}

div.widget.rankcase table.ranks tr td:last-child {
  border-radius: 0 3px 3px 0;
  padding-right: 10px;
}

div.widget.rankcase table.ranks tr:nth-child(odd) td {
  background: #e5e5e5;
}

div.widget.rankcase table.ranks tr:nth-child(odd):hover td {
  background: #eaeaea;
}

div.widget.rankcase table.ranks tr:nth-child(even) td {
  background: #f7f7f7;
}

div.widget.rankcase table.ranks tr:nth-child(even):hover td {
  background: #fefefe;
}

div.widget.rankcase table.ranks td.rank {
  width: 32px;
}

div.widget.rankcase table.ranks td.rank div {
  background: #343f48;
  padding: 6px 0;
  border: 1px solid #222;
  border-bottom: none;
  border-right: none;
  box-shadow: 1px 1px 0 #ffffff;
  overflow: hidden;
  font-weight: bold;
  font-size: 14px;
  color: #eee;
  border-radius: 3px;
  text-align: center;
  cursor: default;
}

div.widget.rankcase table.ranks td.actor div.anchor {
  float: left;
}

div.widget.rankcase table.ranks td.actor div.anchor a {
  display: block;
}

div.widget.rankcase table.ranks td.actor div.anchor a img {
  display: block;
  border: none;
  width: 32px;
  border-radius: 3px;
}

div.widget.rankcase table.ranks td.actor div.anchor a:hover img {
  opacity: 0.9;
}

div.widget.rankcase table.ranks td.actor div.core {
  margin-left: 42px;
  line-height: normal;
}

div.widget.rankcase table.ranks td.actor div.core a.name {
  font-weight: bold;
}

div.widget.rankcase table.ranks td.actor div.core span.details {
  display: block;
  font-size: 11px;
  color: #777;
  line-height: 11px;
  margin: 5px 0 0 0;
}

div.widget.rankcase table.ranks td.stat {
  width: 120px;
  font-size: 11px;
  color: #444;
}

div.widget.rankcase table.ranks td.stat span.tip {
  background: rgba(0,0,0,0.17);
  color: #fff;
  width: 11px;
  height: 11px;
  padding: 2px;
  text-align: center;
  border-radius: 9px;
  cursor: default;
  font-weight: bold;
  font-size: 11px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-left: 2px;
  float: right;
  display: block;
  line-height: 11px;
}

div.widget.rankcase table.ranks td.stat span.tip:hover {
  background: rgba(0,0,0,0.37);
}


/* ********************************************************************************************** */
/* Go to Hell                                                                                     */
/* ********************************************************************************************** */

div.sidebar div.widget.go-to-hell-blurb img {
  display: block;
}

div.sidebar div.widget.go-to-hell-blurb > a {
  display: block;
}

div.sidebar div.widget.go-to-hell-blurb > a:hover {
  opacity: 0.9;
}

div.sidebar div.widget.go-to-hell-blurb p {
  background: #fff;
  padding: 10px;
  margin: 0;
  font-size: 11px;
  color: #444;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

div.sidebar div.widget.go-to-hell-blurb p a {
  font-weight: bold;
}

div.widget.go-to-hell div.banner {
  overflow: hidden;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

div.widget.go-to-hell div.banner img {
  display: block;
}

div.widget.go-to-hell div.banner div.whats-up {
  font-family: Titillium, Arial, sans-serif;
  font-size: 18px;
  color: #ddd;
  line-height: 24px;
  margin: 0;
  padding: 15px;
  background: #B02323;
  border: 1px solid #111;
}

div.widget.go-to-hell div.big-counter {
  margin-top: 50px;
  text-align: center;
  font-family: Titillium, Arial, sans-serif;
  font-size: 24px;
  color: #222;
  font-weight: bold;
}

div.widget.go-to-hell div.rsvp {
  margin-top: 10px;
  overflow: hidden;
}

div.widget.go-to-hell div.rsvp div.holder.double {
  margin: 0 auto;
  width: 590px;
}

div.widget.go-to-hell div.rsvp div.holder.single {
  margin: 0 auto;
  width: 290px;
}

div.widget.go-to-hell div.rsvp div.holder form {
  float: left;
  margin-left: 10px;
}

div.widget.go-to-hell div.rsvp div.holder form:first-child {
  margin-left: 0;
}

div.widget.go-to-hell div.rsvp button {
  background: #111;
  padding: 2px;
  width: 290px;
}

div.widget.go-to-hell div.split {
  overflow: hidden;
  margin-top: 50px;
}

div.widget.go-to-hell div.split div.primary {
  float: left;
  width: 630px;
}

div.widget.go-to-hell div.split div.primary div.block {
  border: 1px solid #999;
  box-shadow: 1px 1px 0 #fff;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  margin-top: 30px;
}

div.widget.go-to-hell div.split div.primary div.block p {
  margin-bottom: 0;
}

div.widget.go-to-hell div.split div.primary div.block:first-child {
  margin-top: 0;
}

div.widget.go-to-hell div.split div.primary div.block div.hdr {
  font-family: Titillium, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #222;
  padding-bottom: 7px;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 7px;
  overflow: hidden;
}

div.widget.go-to-hell div.split div.primary div.block.media div.row {
  overflow: hidden;
}

div.widget.go-to-hell div.split div.primary div.block.media div.row div.tile {
  background: #000;
  width: 142px;
  height: 85px;
  overflow: hidden;
  float: left;
  margin: 10px 0 0 10px;
}

div.widget.go-to-hell div.split div.primary div.block.media div.row div.tile:first-child {
  margin-left: 0;
}

div.widget.go-to-hell div.split div.primary div.block.media div.row div.tile:nth-child(4n + 1) {
  margin-left: 0;
}

div.widget.go-to-hell div.split div.primary div.block.media div.row div.tile a {
  display: block;
  position: relative;
  opacity: 0.9;
}

div.widget.go-to-hell div.split div.primary div.block.media div.row div.tile a:hover {
  opacity: 1.0;
}

div.widget.go-to-hell div.split div.primary div.block.media div.row div.tile img {
  height: 85px;
  max-height: 85px;
  display: block;
  margin: 0 auto;
}

div.widget.go-to-hell div.split div.primary div.block.media div.row div.tile span.type {
  width: 22px;
  height: 22px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
}

div.widget.go-to-hell div.split div.primary div.block.media div.row div.tile.video a span.type {
  background: #000 url(/img/icons/video.png) center center no-repeat;
}

div.widget.go-to-hell div.split div.primary div.block.media div.row div.tile.screenshot a span.type {
  background: #000 url(/img/icons/screenshot.png) center center no-repeat;
}

div.widget.go-to-hell div.block.twitter div.hdr div.tools {
  float: right;
}

div.widget.go-to-hell div.block.twitter div.hdr div.tools a {
  background: url(/images/icons/publish-twitter.png) no-repeat top left;
  width: 16px;
  height: 16px;
  display: block;
}

div.widget.go-to-hell div.block.twitter .twtr-hd,
div.widget.go-to-hell div.block.twitter .twtr-ft {
  display: none;
}

div.widget.go-to-hell div.block.twitter .twtr-widget {
  margin-top: 10px;
  opacity: 0.85;
}

div.widget.go-to-hell div.block.qualified img {
  display: block;
  margin: 12px 0;
}

div.widget.go-to-hell div.block.word select {
  display: block;
  margin: 10px 0;
  width: 600px;
  opacity: 0.85;
}

div.widget.go-to-hell div.block.word select:hover,
div.widget.go-to-hell div.block.word select:focus {
  opacity: 0.95;
}

div.widget.go-to-hell div.block.word button {
  background: #444;
  width: 290px;
}

div.widget.go-to-hell div.block.word div.row {
  overflow: hidden;
  margin: 15px 0 0 0;
}

div.widget.go-to-hell div.block.word div.row.showcase {
  padding: 15px;
  border: 1px dotted #aaa;
  border-radius: 5px;
}

div.widget.go-to-hell div.block.word div.row.showcase img {
  display: block;
  margin: 0 auto;
}

div.widget.go-to-hell div.block.word div.row div.column {
  width: 290px;
}

div.widget.go-to-hell div.block.word div.row div.column.left {
  float: left;
}

div.widget.go-to-hell div.block.word div.row div.column.right {
  float: right;
}

div.widget.go-to-hell div.block.word div.column textarea {
  width: 278px;
  display: block;
  margin: 3px 0 0 0;
  font-size: 10px;
  line-height: 16px;
  height: 40px;
  opacity: 0.85;
}

div.widget.go-to-hell div.block.word div.column textarea:hover,
div.widget.go-to-hell div.block.word div.column textarea:focus {
  opacity: 0.95;
}

div.widget.go-to-hell div.block.word label {
  display: block;
  font-weight: bold;
}

div.widget.go-to-hell div.block.word label span.note {
  display: block;
  font-size: 11px;
  color: #aaa;
  font-weight: normal;
}

div.widget.go-to-hell div.block.word div#word-picker div.closed {
  display: none;
}

div.widget.go-to-hell div.block.word div#word-picker div.open {
  display: block;
}

div.widget.go-to-hell div.split div.sidebar div.share {
  border-radius: 5px;
  background: #343f48;
  padding: 15px;
  border: 1px solid #222;
  border-bottom: none;
  border-right: none;
  box-shadow: 1px 1px 0 #ffffff;
  overflow: hidden;
  float: right;
  margin-right: 1px;
  width: 270px;
}

div.widget.go-to-hell div.split div.sidebar div.share div.places {
  margin: 0 0 0 60px;
}

div.widget.go-to-hell div.split div.sidebar div.share div.places a {
  display: block;
  margin-left: 15px;
  float: left;
}

div.widget.go-to-hell div.split div.sidebar div.share div.places a:first-child {
  margin-left: 0;
}

div.widget.go-to-hell div.split div.sidebar div.share div.places a img {
  display: block;
  opacity: 0.85;
}

div.widget.go-to-hell div.split div.sidebar div.share div.places a:hover img {
  opacity: 1.0;
}

div.widget.go-to-hell div.split div.sidebar div.buy-now {
  border-radius: 5px;
  background: #343f48;
  padding: 15px;
  border: 1px solid #222;
  border-bottom: none;
  border-right: none;
  box-shadow: 1px 1px 0 #ffffff;
  overflow: hidden;
  float: right;
  margin-right: 1px;
  width: 270px;
  margin-top: 30px;
}

div.widget.go-to-hell div.split div.sidebar div.buy-now p {
  color: #ccc;
  font-size: 11px;
  margin: 0;
}

div.widget.go-to-hell div.split div.sidebar div.buy-now button {
  background: #111;
  width: 270px;
  margin-top: 10px;
}

div.widget.go-to-hell div.split div.sidebar div.chart {
  border-radius: 5px;
  background: #343f48;
  padding: 15px;
  border: 1px solid #222;
  border-bottom: none;
  border-right: none;
  box-shadow: 1px 1px 0 #ffffff;
  overflow: hidden;
  float: right;
  margin-right: 1px;
  width: 270px;
  margin-top: 30px;
}

div.widget.go-to-hell div.split div.sidebar div.chart div.hdr {
  font-size: 14px;
  font-weight: bold;
  color: #ddd;
  line-height: 14px;
}

div.widget.go-to-hell div.split div.sidebar div.chart p.empty {
  margin-top: 15px;
  border-top: 1px dotted #777;
  padding-top: 13px;
  color: #ccc;
  margin-bottom: 0;
  font-size: 11px;
}

div.widget.go-to-hell div.split div.sidebar div.chart div.participants {
}

div.widget.go-to-hell div.split div.sidebar div.chart div.participants div.participant {
  margin-top: 15px;
  border-top: 1px dotted #777;
  padding-top: 15px;
  overflow: hidden;
  color: #ccc;
}

div.widget.go-to-hell div.split div.sidebar div.chart div.participants div.avatar a {
  display: block;
  border-right: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

div.widget.go-to-hell div.split div.sidebar div.chart div.participants div.avatar a img {
  display: block;
  opacity: 0.75;
  width: 32px;
  border: 1px solid #222;
}

div.widget.go-to-hell div.split div.sidebar div.chart div.participants div.avatar a:hover img {
  opacity: 1.0;
}

div.widget.go-to-hell div.split div.sidebar div.chart div.participants div.avatar {
  float: left;
}

div.widget.go-to-hell div.split div.sidebar div.chart div.participants div.meta {
  margin-left: 45px;
}

div.widget.go-to-hell div.split div.sidebar div.chart div.participants div.meta p.nickname {
  margin: 0;
  line-height: 12px;
}

div.widget.go-to-hell div.split div.sidebar div.chart div.participants div.meta p.nickname a {
  color: #ddd;
  font-weight: bold;
}

div.widget.go-to-hell div.split div.sidebar div.chart div.participants div.meta p.nickname a:hover {
  color: #fff;
}

div.widget.go-to-hell div.split div.sidebar div.chart div.participants div.meta p.details {
  margin-top: 5px;
  font-size: 11px;
  color: #aaa;
  margin-bottom: 0;
}

div.widget.go-to-hell div.prizes div.stats {
  background: -webkit-gradient(linear, left top, left bottom, from(#6B8393), to(#566570));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B8393', endColorstr='#566570');
  background: -moz-linear-gradient(center top , #6B8393, #566570);
  background: -o-linear-gradient(#6B8393, #566570);
  padding: 10px;
  margin: 0 0 10px 0;
  box-shadow: 1px 1px 1px #222;
  border-radius: 3px;
  border-top: 1px solid rgba(255,255,255,0.35);
  border-left: 1px solid rgba(255,255,255,0.2);
  color: #fff;
}

div.widget.go-to-hell div.prizes div.stats div.title {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px dotted #999;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

div.widget.go-to-hell div.prizes div.stats div.rank {
  overflow: hidden;
}

div.widget.go-to-hell div.prizes div.stats div.rank span.label {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  width: 80px;
  float: left;
  color: #ccc;
}

div.widget.go-to-hell div.prizes div.stats div.rank span.core {
  font-weight: bold;
  display: block;
  float: left;
}

div.widget.go-to-hell div.prizes div.stats div.tier {
  overflow: hidden;
}

div.widget.go-to-hell div.prizes div.stats div.tier span.label {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  width: 80px;
  float: left;
  color: #ccc;
}

div.widget.go-to-hell div.prizes div.stats div.tier span.core {
  font-weight: bold;
  display: block;
  float: left;
}

div.widget.go-to-hell div.prizes div.stats div.other {
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  border-top: 1px dotted #999;
  padding-top: 7px;
  margin-top: 7px;
  color: #ccc;
}

div.widget.go-to-hell div.prizes div.stats div.other a {
  color: #ccc;
}

div.widget.go-to-hell div.prizes div.stats div.other a:hover {
  color: #fff;
}

div.widget.go-to-hell div.prizes div.prize {
  color: #fff;
  font-size: 11px;
  padding: 9px 0;
  border-bottom: 1px dotted #606060;
}

div.widget.go-to-hell div.prizes div.prize:first-child {
  padding-top: 0;
}

div.widget.go-to-hell div.prizes div.prize:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

div.widget.go-to-hell div.prizes div.prize div.title span.hdr {
  font-weight: bold;
  font-size: 14px;
  text-shadow: 1px 1px 0px #111;
  display: block;
}

div.widget.go-to-hell div.prizes div.prize div.title span.note {
  color: #bbb;
  display: block;
}

div.widget.go-to-hell div.prizes div.prize div.art {
  display: block;
  height: 50px;
  margin: 5px 0;
}

div.widget.go-to-hell div.prizes div.prize div.contenders span.label {
  text-transform: uppercase;
  font-size: 10px;
}

div.widget.go-to-hell div.prizes div.prize div.contenders a {
  color: #82bad9;
  font-weight: bold;
}


/* ********************************************************************************************** */
/* Darwin Days                                                                                    */
/* ********************************************************************************************** */

div.sidebar div.widget.darwin-blurb img {
  display: block;
}

div.sidebar div.widget.darwin-blurb > a {
  display: block;
}

div.sidebar div.widget.darwin-blurb p {
  background: #fff;
  padding: 10px;
  margin: 0;
  font-size: 11px;
  color: #444;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

div.sidebar div.widget.darwin-blurb p a {
  font-weight: bold;
}

div.widget.darwin-days div.banner {
  overflow: hidden;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

div.widget.darwin-days div.banner img {
  display: block;
}

div.widget.darwin-days div.banner div.whats-up {
  font-family: Titillium, Arial, sans-serif;
  font-size: 18px;
  color: #222;
  line-height: 24px;
  margin: 0;
  padding: 15px;
  background: #fff;
  border: 1px solid #999;
  border-top: none;
}

div.widget.darwin-days div.big-counter {
  margin-top: 50px;
  text-align: center;
  font-family: Titillium, Arial, sans-serif;
  font-size: 24px;
  color: #222;
  font-weight: bold;
}

div.widget.darwin-days div.split {
  overflow: hidden;
  margin-top: 50px;
}

div.widget.darwin-days div.split div.primary {
  float: left;
  width: 630px;
}

div.widget.darwin-days div.split div.primary div.block {
  border: 1px solid #999;
  box-shadow: 1px 1px 0 #fff;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  margin-top: 30px;
}

div.widget.darwin-days div.split div.primary div.block p {
  margin-bottom: 0;
}

div.widget.darwin-days div.split div.primary div.block:first-child {
  margin-top: 0;
}

div.widget.darwin-days div.split div.primary div.block div.hdr {
  font-family: Titillium, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #222;
  padding-bottom: 7px;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 7px;
  overflow: hidden;
}

div.widget.darwin-days div.block.twitter div.hdr div.tools {
  float: right;
}

div.widget.darwin-days div.block.twitter div.hdr div.tools a {
  background: url(/images/icons/publish-twitter.png) no-repeat top left;
  width: 16px;
  height: 16px;
  display: block;
}

div.widget.darwin-days div.block.twitter .twtr-hd,
div.widget.darwin-days div.block.twitter .twtr-ft {
  display: none;
}

div.widget.darwin-days div.block.twitter .twtr-bd {
  margin-top: 10px;
}

div.widget.darwin-days div.block.qualified img {
  display: block;
  margin: 10px 0;
}

div.widget.darwin-days div.block.recruit select {
  display: block;
  margin: 10px 0;
  width: 600px;
}

div.widget.darwin-days div.block.recruit button {
  background: #444;
  width: 290px;
}

div.widget.darwin-days div.block.recruit div.row {
  overflow: hidden;
  margin: 15px 0 0 0;
}

div.widget.darwin-days div.block.recruit div.row.showcase {
  padding: 15px;
  border: 1px dotted #ccc;
  border-radius: 5px;
}

div.widget.darwin-days div.block.recruit div.row.showcase img {
  display: block;
  margin: 0 auto;
}

div.widget.darwin-days div.block.recruit div.row div.column {
  width: 290px;
}

div.widget.darwin-days div.block.recruit div.row div.column.left {
  float: left;
}

div.widget.darwin-days div.block.recruit div.row div.column.right {
  float: right;
}

div.widget.darwin-days div.block.recruit div.column textarea {
  width: 278px;
  display: block;
  margin: 3px 0 0 0;
  font-size: 10px;
  line-height: 16px;
}

div.widget.darwin-days div.block.recruit label {
  display: block;
  font-weight: bold;
}

div.widget.darwin-days div.block.recruit label span.note {
  display: block;
  font-size: 11px;
  color: #777;
  font-weight: normal;
}

div.widget.darwin-days div.block.recruit div#recruit-picker div.closed {
  display: none;
}

div.widget.darwin-days div.block.recruit div#recruit-picker div.open {
  display: block;
}

div.widget.darwin-days div.split div.prizes {
  border-radius: 5px;
  background: #343f48;
  padding: 15px;
  border: 1px solid #222;
  border-bottom: none;
  border-right: none;
  box-shadow: 1px 1px 0 #ffffff;
  overflow: hidden;
  float: right;
  margin-right: 1px;
  width: 270px;
}

div.widget.darwin-days div.prizes div.stats {
  background: -webkit-gradient(linear, left top, left bottom, from(#6B8393), to(#566570));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B8393', endColorstr='#566570');
  background: -moz-linear-gradient(center top , #6B8393, #566570);
  background: -o-linear-gradient(#6B8393, #566570);
  padding: 10px;
  margin: 0 0 10px 0;
  box-shadow: 1px 1px 1px #222;
  border-radius: 3px;
  border-top: 1px solid rgba(255,255,255,0.35);
  border-left: 1px solid rgba(255,255,255,0.2);
  color: #fff;
}

div.widget.darwin-days div.prizes div.stats div.title {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px dotted #999;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

div.widget.darwin-days div.prizes div.stats div.rank {
  overflow: hidden;
}

div.widget.darwin-days div.prizes div.stats div.rank span.label {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  width: 80px;
  float: left;
  color: #ccc;
}

div.widget.darwin-days div.prizes div.stats div.rank span.core {
  font-weight: bold;
  display: block;
  float: left;
}

div.widget.darwin-days div.prizes div.stats div.tier {
  overflow: hidden;
}

div.widget.darwin-days div.prizes div.stats div.tier span.label {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  width: 80px;
  float: left;
  color: #ccc;
}

div.widget.darwin-days div.prizes div.stats div.tier span.core {
  font-weight: bold;
  display: block;
  float: left;
}

div.widget.darwin-days div.prizes div.stats div.other {
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  border-top: 1px dotted #999;
  padding-top: 7px;
  margin-top: 7px;
  color: #ccc;
}

div.widget.darwin-days div.prizes div.stats div.other a {
  color: #ccc;
}

div.widget.darwin-days div.prizes div.stats div.other a:hover {
  color: #fff;
}

div.widget.darwin-days div.prizes div.prize {
  color: #fff;
  font-size: 11px;
  padding: 9px 0;
  border-bottom: 1px dotted #606060;
}

div.widget.darwin-days div.prizes div.prize:first-child {
  padding-top: 0;
}

div.widget.darwin-days div.prizes div.prize:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

div.widget.darwin-days div.prizes div.prize div.title span.hdr {
  font-weight: bold;
  font-size: 14px;
  text-shadow: 1px 1px 0px #111;
  display: block;
}

div.widget.darwin-days div.prizes div.prize div.title span.note {
  color: #bbb;
  display: block;
}

div.widget.darwin-days div.prizes div.prize div.art {
  display: block;
  height: 50px;
  margin: 5px 0;
}

div.widget.darwin-days div.prizes div.prize div.contenders span.label {
  text-transform: uppercase;
  font-size: 10px;
}

div.widget.darwin-days div.prizes div.prize div.contenders a {
  color: #82bad9;
  font-weight: bold;
}


/* ********************************************************************************************** */
/* Campaigns                                                                                      */
/* ********************************************************************************************** */

div.sidebar div.widget.campaign ul.missions {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 11px;
  border-top: 1px solid #ccc;
}

div.sidebar div.widget.campaign ul.missions li {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  padding: 7px 0 7px 23px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(/img/icons/check.png);
}

div.sidebar div.widget.campaign ul.missions li.locked {
  background-image: url(/img/icons/check-faded.png);
  color: #777;
}

div.sidebar div.widget.campaign ul.missions li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

div.sidebar div.widget.campaign ul.missions li span.title {
  display: block;
  font-weight: bold;
}

div.sidebar div.widget.campaign ul.missions li span.time {
  display: block;
  color: #777;
}


/* ********************************************************************************************** */
/* Sidebar Actions                                                                                */
/* ********************************************************************************************** */

div.sidebar div.widget.sidebar-actions button {
  width: 100%;
}

div.sidebar div.widget.sidebar-actions form {
  margin: 10px 0 0 0;
}

div.sidebar div.widget.sidebar-actions form:first-child {
  margin: 0;
}


/* ****************************************************************************************************************** */
/* Forum Posts                                                                                                        */
/* ****************************************************************************************************************** */

div.widget.forum-posts table {
  margin: 15px 0 0 0;
  width: 100%;
  background: rgba(0,0,0,0.1);
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 1px 1px 0px #fff;
  border-bottom: none;
  border-right: none;
  border-spacing: 0 0;
  padding: 9px 10px 10px 9px;
  table-layout: fixed;
}

div.widget.forum-posts table tr td.profile {
  width: 190px;
  max-width: 190px;
  vertical-align: top;
  padding: 0 0 0 0;
}

div.widget.forum-posts table tr td.profile div.outer {
  padding: 0 10px 0 0;
}

div.widget.forum-posts table tr td.profile div.outer div.inner {
  background: #eee;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.9);
  border-right: none;
  border-bottom: none;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
  overflow-x: hidden;
}

div.widget.forum-posts table tr td.profile a.avatar {
  border: 2px solid #fff;
  border-radius: 5px;
  width: 88px;
  height: 88px;
  background-size: 100% 100%;
  margin: 0 auto;
  display: block;
}

div.widget.forum-posts table tr td.profile p.author {
  text-align: center;
  margin: 10px 0 0 0;
}

div.widget.forum-posts table tr td.profile p.author a.name {
  font-weight: bold;
  display: block;
  margin: 0 auto;
}

div.widget.forum-posts table tr td.profile p.author a.name span.presence {
  padding-left: 13px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 8px 8px;
}

div.widget.forum-posts table tr td.profile p.author a.name span.presence.online {
  background-image: url(/img/icn/presence-online-s.png);
}

div.widget.forum-posts table tr td.profile p.author a.name span.presence.offline {
  background-image: url(/img/icn/presence-offline-s.png);
}

/* Flairs */

div.widget.forum-posts table tr td.profile p.author span.flairs {
  display: block;
  margin: 10px 0 0 0;
}

div.widget.forum-posts table tr td.profile p.author span.flairs span.flair {
  border-radius: 3px;
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin: 5px auto 0 auto;
  cursor: default;
  border-top: 1px solid rgba(0,0,0,0.2);
  border-left: 1px solid rgba(0,0,0,0.2);
  color: #eee;
  overflow: hidden;
  width: 86px;
}

div.widget.forum-posts table tr td.profile p.author span.flairs span.flair a {
  color: #eee;
  text-decoration: none;
  display: block;
}

div.widget.forum-posts table tr td.profile p.author span.flairs span.flair a:hover {
  color: #fff;
}

div.widget.forum-posts table tr td.profile p.author span.flairs span.flair span.icon {
  float: left;
  display: block;
  background-color: rgba(0,0,0,0.15);
  padding: 2px 4px 4px 2px;
  border-radius: 2px 0 0 2px;
}

div.widget.forum-posts table tr td.profile p.author span.flairs span.flair span.icon span.i {
  width: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 14px;
  display: block;
}

div.widget.forum-posts table tr td.profile p.author span.flairs span.flair span.name {
  padding: 3px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 22px;
}

/* Staff Flair */

div.widget.forum-posts table tr td.profile p.author span.flairs span.flair.staff {
  background: #cc393e;
}

div.widget.forum-posts table tr td.profile p.author span.flairs span.flair.staff span.icon span.i {
  background-image: url(/img/icn/flair-staff.png);
}

/* Group Admin Flair */

div.widget.forum-posts table tr td.profile p.author span.flairs span.flair.admin {
  background: #4990bf;
}

div.widget.forum-posts table tr td.profile p.author span.flairs span.flair.admin span.icon span.i {
  background-image: url(/img/icn/flair-admin.png);
}

/* Group Moderator Flair */

div.widget.forum-posts table tr td.profile p.author span.flairs span.flair.mod {
  background: #4990bf;
}

div.widget.forum-posts table tr td.profile p.author span.flairs span.flair.mod span.icon span.i {
  background-image: url(/img/icn/flair-admin.png);
}

/* Group Member Flair */

div.widget.forum-posts table tr td.profile p.author span.flairs span.flair.member {
  background: #cfd9e4;
  color: #444;
}

div.widget.forum-posts table tr td.profile p.author span.flairs span.flair.member span.icon span.i {
  background-image: url(/img/icn/flair-member.png);
}

/* Helix Account Flair */

div.widget.forum-posts table tr td.profile p.author span.flairs span.flair.helix {
  background: #559955;
}

div.widget.forum-posts table tr td.profile p.author span.flairs span.flair.helix span.icon span.i {
  background-image: url(/img/icn/flair-helix.png);
}

div.widget.forum-posts table tr td.profile p.author span.roles > span.lesser {
  padding: 1px 2px;
  border: 1px solid #bbb;
}

div.widget.forum-posts table tr td.profile ul.stats {
  list-style-type: none;
  font-size: 11px;
  margin: 10px 0 0 0;
  padding: 0;
}

div.widget.forum-posts table tr td.profile ul.stats li {
  text-align: center;
}

div.widget.forum-posts table tr td.post {
  vertical-align: top;
  background: #eee;
  border: 1px solid rgba(255,255,255,0.9);
  border-right: none;
  border-bottom: none;
  border-radius: 3px;
  box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
  max-width: 747px;
  width: 747px;
}

div.widget.forum-posts table tr td.post div.meta {
  font-size: 11px;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 5px 0;
  color: #777;
}

div.widget.forum-posts table tr td.post div.meta p {
  margin: 0;
}

div.widget.forum-posts table tr td.post div.meta p.timestamp {
  float: left;
}

div.widget.forum-posts table tr td.post div.meta p.tools {
  float: right;
}

div.widget.forum-posts table tr td.post div.guts {
  padding: 9px 10px 10px 9px;
}

div.widget.forum-posts table tr td.post div.content {
  margin: 10px 0 0 0;
  word-wrap: break-word;
}

div.widget.forum-posts table tr td.post div.content span.br {
  display: block;
  height: 1px;
}

/*div.widget.forum-posts table tr td.post div.content span.br:last-child {
  display: none;
  height: 0;
}

div.widget.forum-posts table tr td.post div.content span.br:first-child {
  display: none;
  height: 0;
}*/

div.widget.forum-posts table tr td.post div.content span.p {
  display: block;
  height: 10px;
}

/*div.widget.forum-posts table tr td.post div.content span.p:last-child {
  display: none;
  height: 0;
}

div.widget.forum-posts table tr td.post div.content span.p:first-child {
  display: none;
  height: 0;
}*/

div.widget.forum-posts table tr td.post div.content pre {
  margin: 0;
  background: #fff;
  border-radius: 3px;
  padding: 10px;
  overflow-x: auto;
  max-width: 707px;
  width: 707px;
  word-wrap: normal;
}

div.widget.forum-posts table tr td.post div.content img {
  max-width: 727px;
}

div.widget.forum-posts table tr td.post div.content ul {
  margin: 0;
}

div.widget.forum-posts table tr td.post div.content div.quote div.author {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Quote Depth 1 */

div.widget.forum-posts table tr td.post div.content div.quote {
  background: #fff;
  padding: 10px;
  border-radius: 3px;
}

div.widget.forum-posts table tr td.post div.content div.quote div.content {
  width: 707px;
}

div.widget.forum-posts table tr td.post div.content div.quote div.content pre {
  max-width: 687px;
  width: 687px;
  background: #eee;
}

div.widget.forum-posts table tr td.post div.content div.quote div.content img {
  max-width: 707px;
}

/* Quote Depth 2 */

div.widget.forum-posts table tr td.post div.content div.quote div.quote {
  background: #eee;
}

div.widget.forum-posts table tr td.post div.content div.quote div.quote div.content {
  width: 687px;
}

div.widget.forum-posts table tr td.post div.content div.quote div.quote div.content pre {
  max-width: 667px;
  width: 667px;
  background: #fff;
}

div.widget.forum-posts table tr td.post div.content div.quote div.quote div.content img {
  max-width: 687px;
}

/* Quote Depth 3 */

div.widget.forum-posts table tr td.post div.content div.quote div.quote div.quote {
  background: #fff;
}

div.widget.forum-posts table tr td.post div.content div.quote div.quote div.quote div.content {
  width: 667px;
}

div.widget.forum-posts table tr td.post div.content div.quote div.quote div.quote div.content pre {
  max-width: 647px;
  width: 647px;
  background: #eee;
}

div.widget.forum-posts table tr td.post div.content div.quote div.quote div.quote div.content img {
  max-width: 667px;
}

/* Quote Depth 4 */

div.widget.forum-posts table tr td.post div.content div.quote div.quote div.quote div.quote {
  background: #eee;
}

div.widget.forum-posts table tr td.post div.content div.quote div.quote div.quote div.quote div.content {
  width: 647px;
}

div.widget.forum-posts table tr td.post div.content div.quote div.quote div.quote div.quote div.content pre {
  max-width: 627px;
  width: 627px;
  background: #fff;
}

div.widget.forum-posts table tr td.post div.content div.quote div.quote div.quote div.quote div.content img {
  max-width: 647px;
}

div.widget.forum-posts table tr td.post div.edited {
  margin: 10px 0 0 0;
  color: #777;
  font-style: italic;
  font-size: 11px;
}

div.widget.forum-posts table tr td.post div.signature {
  margin: 10px 0 0 0;
  font-size: 11px;
  overflow: hidden;
  border-top: 1px dotted #ccc;
  padding: 5px 0 0 0;
  color: #777;
}


/* ********************************************************************************************** */
/* Recent News                                                                                    */
/* ********************************************************************************************** */

div.widget.recent-news h4 i {
  margin-right: 3px;
  display: inline-block;
  min-width: 15px;
}

div.widget.recent-news h4 a:hover {
  color: #114477;
  text-decoration: none;
}

div.widget.recent-news ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.widget.recent-news ul li {
  margin-top: 10px;
}

div.widget.recent-news ul li > a {
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

div.widget.recent-news ul span {
  font-size: 11px;
  color: #777;
  display: block;
}

div.widget.recent-news ul span a {
  font-weight: normal;
}


/* ********************************************************************************************** */
/* Revision History                                                                               */
/* ********************************************************************************************** */

div.widget.revision-history ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.widget.revision-history ul li {
  margin-top: 10px;
}

div.widget.revision-history ul li > a {
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

div.widget.revision-history ul span {
  font-size: 11px;
  color: #777;
  display: block;
}

div.widget.revision-history ul span a {
  font-weight: normal;
}


/* ********************************************************************************************** */
/* Guides                                                                                         */
/* ********************************************************************************************** */

div.widget.guides ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.widget.guides ul li {
  margin-top: 10px;
  background: #fff;
  padding: 3px 5px;
  border-radius: 3px;
}

div.widget.guides ul li span.primary > a {
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

div.widget.guides ul span.icon {
  float: left;
  width: 28px;
  height: 23px;
  display: block;
}

div.widget.guides ul span.icon img {
  display: block;
  width: 16px;
  height: 16px;
  margin: 11px auto 0 auto;
}

div.widget.guides ul span.primary {
  display: block;
  margin-left: 32px;
}

div.widget.guides ul span.primary span {
  font-size: 11px;
  color: #777;
  display: block;
}

div.widget.guides ul span.primary span a {
  font-weight: normal;
}


/* ********************************************************************************************** */
/* Filters                                                                                        */
/* ********************************************************************************************** */

div.widget div.filters h4 {
  margin: 0;
  color: #222;
  overflow: hidden;
}

div.widget div.filters h4 span.label {
  cursor: default;
}

div.widget div.filters h4 span.tools {
  float: right;
  display: block;
}

div.widget div.filters h4 span.tools a.expander {
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: top left;
  opacity: 0.7;
}

div.widget div.filters h4 span.tools a.expander.state-expanded {
  background-image: url(/img/icons/collapse.png);
}

div.widget div.filters h4 span.tools a.expander.state-collapsed {
  background-image: url(/img/icons/expand.png);
}

div.widget div.filters h4 span.tools a.expander:hover {
  opacity: 1.0;
}

div.widget div.filters {
  background: rgba(0,0,0,0.1);
  padding: 9px 10px 10px 9px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 1px 1px 0px #fff;
  border-bottom: none;
  border-right: none;
  margin: 15px 0 0 0;
}

div.widget div.filters > div {
  background: #eee;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.9);
  border-right: none;
  border-bottom: none;
  border-radius: 3px;
  overflow: hidden;
}

div.widget div.filters h5,
div.widget.filters h5 {
  font-size: 11px;
  margin: 0 0 0 0;
  text-transform: uppercase;
}

div.widget div.filters div.row,
div.widget.filters div.row {
  overflow: hidden;
  margin: 10px 0 0 0;
}

div.widget div.filters form div.row,
div.widget.filters form div.row {
  margin: 10px 0 0 0;
}

div.widget div.filters div.column,
div.widget.filters div.column {
  float: left;
  margin-left: 15px;
  overflow: hidden;
}

div.widget div.filters div.row div.column:first-child,
div.widget.filters div.row div.column:first-child {
  margin-left: 0;
}

div.widget div.filters ul.primary-tabs,
div.widget.filters ul.primary-tabs {
  list-style-type: none;
  margin: 3px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: #f3f3f3;
  padding: 2px 3px 3px 2px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.2);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 11px;
  float: left;
}

div.widget div.filters ul.primary-tabs li,
div.widget.filters ul.primary-tabs li {
  display: block;
  float: left;
  margin: 0 1px;
  font-style: normal;
}

div.widget div.filters ul.primary-tabs li a,
div.widget.filters ul.primary-tabs li a {
  padding: 7px;
  display: block;
  border-radius: 2px;
}

div.widget div.filters ul.primary-tabs li.disabled a,
div.widget.filters ul.primary-tabs li.disabled a {
  color: #aaa;
  cursor: default;
}

div.widget div.filters ul.primary-tabs li a:hover,
div.widget.filters ul.primary-tabs li a:hover {
  background: #d5d5d5;
  color: #222;
  text-decoration: none;
}

div.widget div.filters ul.primary-tabs li.active a,
div.widget.filters ul.primary-tabs li.active a {
  background: #343f48;
  color: #fff;
}

div.widget div.filters ul.primary-tabs li.active a:hover,
div.widget.filters ul.primary-tabs li.active a:hover {
  background: #465561;
  color: #fff;
}


/* ********************************************************************************************** */
/* Table                                                                                          */
/* ********************************************************************************************** */

div.widget.table table {
  margin: 15px 0 0 0;
}

div.widget.table div.no-results {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 15px 0 0 0;
}

div.widget.table div.no-results p {
  margin: 50px;
  text-align: center;
  color: #aaa;
  font-style: italic;
}


/* ********************************************************************************************** */
/* Chart                                                                                          */
/* ********************************************************************************************** */

div.widget.chart div.empty {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 15px 0 0 0;
}

div.widget.chart div.empty p {
  margin: 50px;
  text-align: center;
  color: #aaa;
  font-style: italic;
}

div.widget.chart > div.chart {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 10px 9px 10px 10px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 15px 0 0 0;
}

div.widget.chart > div.chart > div {
  height: 250px;
}

div.widget.chart > div.chart > div div.legend > div,
div.widget.chart > div.chart > div div.legend > table {
  right: 0;
  top: 0 !important;
}


/* ********************************************************************************************** */
/* Square Case                                                                                    */
/* ********************************************************************************************** */

div.widget.squarecase div.empty {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 15px 0 0 0;
}

div.widget.squarecase div.empty p {
  margin: 50px;
  text-align: center;
  color: #aaa;
  font-style: italic;
}

div.widget.squarecase > div.row {
  margin: 15px 0 0 0;
}

div.widget.squarecase > div.row div.item {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 4px 5px 5px 4px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 0 0 0 15px;
  display: block;
  float: left;
}

div.widget.squarecase > div.row div.item:first-child {
  margin-left: 0;
}

div.widget.squarecase > div.row div.item a {
  background: #fff;
  display: block;
}

div.widget.squarecase > div.row div.item a img {
  width: 67px;
  opacity: 1.0;
  display: block;
  border-radius: 3px;
}

div.widget.squarecase > div.row div.item a:hover img {
  opacity: 0.9;
}


/* ********************************************************************************************** */
/* Invite Case                                                                                    */
/* ********************************************************************************************** */

div.widget.invitecase div.invites {
  margin: 15px 0 0 0;
}

div.widget.invitecase div.empty {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 15px 0 0 0;
}

div.widget.invitecase div.empty p {
  margin: 50px;
  text-align: center;
  color: #aaa;
  font-style: italic;
}

div.widget.invitecase div.invite {
  display: table-cell;
  vertical-align: bottom;
}

div.widget.invitecase div.invite > div {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 0 0 0 15px;
}

div.full div.widget.invitecase div.invite > div {
  margin: 0 0 0 15px;
  width: 218px;
}

div.full div.widget.invitecase div.invites div.invite:first-child > div {
  margin-left: 0;
}

div.widget.invitecase div.invite > div > a {
  background: #fff;
  display: block;
  float: left;
}

div.widget.invitecase div.invite > div > a img {
  width: 64px;
  display: block;
  opacity: 1.0;
}

div.widget.invitecase div.invite.locked > div > a img {
  opacity: 0.6;
}

div.widget.invitecase div.invite > div > a:hover img {
  opacity: 0.9;
}

div.widget.invitecase div.invite.locked > div > a:hover img {
  opacity: 0.7;
}

div.widget.invitecase div.invite div.meta {
  overflow: hidden;
  margin-left: 70px;
  width: 146px;
}

div.widget.invitecase div.invite p.data {
  font-size: 11px;
  margin: 0 0 0 0;
  white-space: nowrap;
  width: 146px;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.widget.invitecase div.invite div.meta a {
  font-weight: bold;
}

div.widget.invitecase div.invite div.meta div.actions {
  padding-top: 4px;
  border-top: 1px dotted #d5d5d5;
  margin-top: 4px;
  font-size: 11px;
  color: #777;
  overflow: hidden;
}

div.widget.invitecase div.invite div.meta div.actions a {
  font-weight: bold;
}


/* ********************************************************************************************** */
/* Cheevo Case                                                                                    */
/* ********************************************************************************************** */

div.widget.cheevocase div.cheevos {
  margin: 15px 0 0 0;
}

div.widget.cheevocase div.empty {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 15px 0 0 0;
}

div.widget.cheevocase div.empty p {
  margin: 50px;
  text-align: center;
  color: #aaa;
  font-style: italic;
}

div.widget.cheevocase div.cheevo {
  display: table-cell;
  vertical-align: bottom;
}

div.widget.cheevocase div.cheevo > div {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 0 0 0 15px;
}

div.full div.widget.cheevocase div.cheevo > div {
  margin: 0 0 0 15px;
  width: 218px;
}

div.full div.widget.cheevocase div.cheevo:first-child > div {
  margin-left: 0;
}

div.widget.cheevocase div.cheevo > div > a {
  background: #fff;
  display: block;
  float: left;
}

div.widget.cheevocase div.cheevo > div > a img {
  width: 64px;
  display: block;
  opacity: 1.0;
}

div.widget.cheevocase div.cheevo.locked > div > a img {
  opacity: 0.6;
}

div.widget.cheevocase div.cheevo > div > a:hover img {
  opacity: 0.9;
}

div.widget.cheevocase div.cheevo.locked > div > a:hover img {
  opacity: 0.7;
}

div.widget.cheevocase div.cheevo div.meta {
  overflow: hidden;
  margin-left: 70px;
  width: 146px;
}

div.widget.cheevocase div.cheevo p.data {
  font-size: 11px;
  margin: 0 0 0 0;
  white-space: nowrap;
  width: 146px;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.widget.cheevocase div.cheevo div.meta a {
  font-weight: bold;
}

div.widget.cheevocase div.cheevo div.meta div.stats {
  padding-top: 4px;
  border-top: 1px dotted #d5d5d5;
  margin-top: 4px;
  font-size: 11px;
  color: #777;
  overflow: hidden;
}

div.widget.cheevocase div.cheevo div.meta div.stats span.complete {
  font-weight: bold;
  float: left;
  display: block;
}

div.widget.cheevocase div.cheevo div.meta div.stats span.tier {
  float: right;
  display: block;
  margin-bottom: -4px;
}


/* ********************************************************************************************** */
/* Cheevo Showcase                                                                                */
/* ********************************************************************************************** */

div.widget.cheevoshowcase div.cheevos {
  margin: 15px 0 0 0;
}

div.widget.cheevoshowcase div.empty {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 15px 0 0 0;
}

div.widget.cheevoshowcase div.empty p {
  margin: 50px;
  text-align: center;
  color: #aaa;
  font-style: italic;
}

div.widget.cheevoshowcase div.cheevo {
  margin: 0 auto;
  width: 550px;
}

div.widget.cheevoshowcase div.cheevo > div {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
}

div.widget.cheevoshowcase div.cheevo > div {
  width: 550px;
}

div.widget.cheevoshowcase div.cheevo > div > img {
  width: 64px;
  display: block;
  float: left;
}

div.widget.cheevoshowcase div.cheevo div.meta {
  overflow: hidden;
  margin-left: 70px;
  width: 478px;
}

div.widget.cheevoshowcase div.cheevo p.data {
  font-size: 11px;
  margin: 0 0 0 0;
  white-space: nowrap;
  width: 478px;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.widget.cheevoshowcase div.cheevo div.meta a {
  font-weight: bold;
}

div.widget.cheevoshowcase div.cheevo div.meta div.stats {
  padding-top: 4px;
  border-top: 1px dotted #d5d5d5;
  margin-top: 4px;
  font-size: 11px;
  color: #777;
}

div.widget.cheevoshowcase div.cheevo div.meta div.stats span.complete {
  font-weight: bold;
  float: left;
  display: block;
}

div.widget.cheevoshowcase div.cheevo div.meta div.stats span.tier {
  float: right;
  display: block;
  margin-bottom: -4px;
}


/* ********************************************************************************************** */
/* Description                                                                                    */
/* ********************************************************************************************** */


div.widget.description div.body {
  margin: 15px 0 0 0;
}

div.widget.description div.body span.br {
  display: block;
  height: 1px;
}

div.widget.description div.body span.p {
  display: block;
  height: 10px;
}

div.widget.description div.empty {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 15px 0 0 0;
}

div.widget.description div.empty p {
  margin: 50px;
  text-align: center;
  color: #aaa;
  font-style: italic;
}


/* ********************************************************************************************** */
/* Game Case                                                                                      */
/* ********************************************************************************************** */

div.widget.gamecase div.games {
  margin: 15px 0 0 0;
}

div.widget.gamecase div.empty {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 15px 0 0 0;
}

div.widget.gamecase div.empty p {
  margin: 50px;
  text-align: center;
  color: #aaa;
  font-style: italic;
}

div.widget.gamecase div.game {
  display: table-cell;
  vertical-align: bottom;
}

div.widget.gamecase div.game > div.game-block {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 4px 5px 5px 4px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 0 0 0 15px;
}

div.widget.gamecase div.games.progression div.game.no-progression > div.game-block {
  margin-bottom: 29px;
}

div.widget.gamecase div.game > div.progress-bar-block {
  margin: 7px 0 0 15px;
  width: 135px;
  padding: 5px;
}

div.full div.widget.gamecase div.game > div.progress-bar-block {
  width: 136px;
}

div.widget.gamecase div.game:first-child > div.game-block,
div.widget.gamecase div.game:first-child > div.progress-bar-block {
  margin-left: 0;
}

div.widget.gamecase div.game > div.game-block > a {
  background: #fff;
  display: block;
  border-radius: 3px 3px 0 0;
}

div.widget.gamecase div.game > div.game-block > a img {
  width: 136px;
  display: block;
  opacity: 1.0;
  border-radius: 3px 3px 0 0;
}

div.widget.gamecase div.game > div.game-block > a:hover img {
  opacity: 0.9;
}

div.widget.gamecase div.game div.meta {
  width: 135px;
  overflow: hidden;
}

div.full div.widget.gamecase div.game div.meta {
  width: 136px;
}

div.widget.gamecase div.game div.meta div.row {
  font-size: 11px;
  margin: 5px 0 0 0;
  white-space: nowrap;
  width: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}

div.full div.widget.gamecase div.game div.meta div.row {
  width: 136px;
}

div.widget.gamecase div.game div.meta div.row.name {
  font-weight: bold;
}

div.widget.gamecase div.game div.meta div.row.rating {
  min-height: 16px;
}

div.widget.gamecase div.game div.meta.rated div.row div.playtime {
  width: 114px;
  float: left;
}

div.widget.gamecase div.game div.meta.rated div.row div.rating {
  float: right;
}

div.widget.gamecase div.game div.meta.rated div.rating img {
  display: block;
}


/* ********************************************************************************************** */
/* Story                                                                                          */
/* ********************************************************************************************** */

div.widget.story div.meta {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 5px 8px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 15px 0 0 0;
  font-size: 11px;
}

div.widget.story div.meta span {
  font-weight: bold;
}

div.widget.story div.meta div.left {
  float: left;
}

div.widget.story div.meta div.right {
  float: right;
}

div.widget.story {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px dotted #bbb;
}

div.widget.story:first-child {
  padding-top: 0;
  border-top: none;
}

div.columns > div.main div.widget.story div.body {
  margin: 15px 0 0 0;
}

div.columns > div.full div.widget.story div.body {
  margin: 30px 0 0 0;
  width: 630px;
  float: left;
  line-height: 22px;
}

div.widget.story span.p {
  display: block;
  margin: 15px 0 0 0;
}

div.widget.story span.br {
  display: block;
  margin: 1px 0 0 0;
}

div.widget.story div.sep {
  text-align: center;
  font-size: 18px;
  cursor: default;
  letter-spacing: 3px;
  color: #222;
  margin: 20px 0 25px 0;
}

div.widget.story div.body h2 {
  font-size: 16px;
}

/* Highlight */
div.widget.story div.body div.highlight {
  display: inline;
  background: #f9f9f9;
  padding: 0px 3px;
  border-radius: 3px;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  font-weight: bold;
  font-family: Titillium, Arial, sans-serif;
}

div.columns > div.full div.widget.story div.sidebar {
  width: 300px;
  margin-left: 660px;
  float: none;
  margin-top: 30px;
}


/* ********************************************************************************************** */
/* Guide                                                                                          */
/* ********************************************************************************************** */

div.widget.guide div.meta {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 5px 8px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 15px 0 0 0;
  font-size: 11px;
  position: relative; /* Needed to keep concierge-position-tweaked anchor blocks below from overlapping on top. */
}

div.widget.guide div.meta span {
  font-weight: bold;
}

div.widget.guide div.meta div.left {
  float: left;
}

div.widget.guide div.meta div.right {
  float: right;
}

div.widget.guide {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px dotted #bbb;
}

div.widget.guide:first-child {
  padding-top: 0;
  border-top: none;
}

div.widget.guide div.body {
  margin: 30px 0 0 0;
  width: 630px;
  float: left;
}

/* Inline Code */
div.widget.guide div.body code.inline {
  font-family: monospace;
  display: inline;
  background: #fff;
  padding: 3px;
  border-radius: 3px;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

/* Code Block */
div.widget.guide div.body pre {
  font-family: monospace;
  display: block;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  overflow-x: auto;
}

div.widget.guide div.body span.p {
  display: block;
  margin: 15px 0 0 0;
}

div.widget.guide div.body span.br {
  display: block;
  margin: 1px 0 0 0;
}

div.widget.guide div.body div.sep {
  text-align: center;
  font-size: 15px;
}

div.widget.guide div.body h2 {
  font-size: 16px;
  color: #222;
}

div.widget.guide div.body h3 {
  font-size: 14px !important;
  font-family: Arial, sans-serif !important;
  line-height: 19px !important;
  color: #222 !important;
}

/* Needed to offset for concierge */
div.widget.guide div.body h2:before {
  display: block; 
  content: ""; 
  height: 50px; 
  margin: -50px 0 0; 
  z-index: 0;
}

/* Needed to offset for concierge */
div.widget.guide div.body div.anchor:before {
  display: block; 
  content: ""; 
  height: 50px; 
  margin: -50px 0 0;
  z-index: -10;
  position: relative;
}

div.widget.guide div.sidebar {
  width: 300px;
  margin-left: 660px;
  float: none;
  margin-top: 30px;
}


/* ********************************************************************************************** */
/* Guide TOC                                                                                      */
/* ********************************************************************************************** */

div.widget.guide-toc ol {
  font-size: 11px;
  margin: 0 0 2px 0;
  padding-left: 15px;
}

div.widget.guide-toc ol li {
  margin-top: 10px;
  line-height: normal;
  font-weight: bold;
}

div.widget.guide-toc ol li a {
  display: block;
  text-overflow: ellipsis;
  line-height: 15px;
}


/* ********************************************************************************************** */
/* Rater                                                                                          */
/* ********************************************************************************************** */

div.widget.rater div.bar {
	overflow: hidden;

	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-radius: 5px;

	background: #c5c5c5;
	background: -moz-linear-gradient(top, #ccc 0%, #bbb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(100%, #bbb));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#bbbbbb', GradientType=0);
	background: -o-linear-gradient(top, #ccc 0%, #bbb 100%);

	box-shadow: 1px 1px 1px #999;

	width: 279px;
}

div.widget.rater div.bar div {
	float: left;
	font-weight: bold;
	font-size: 11px;
	height: 29px;
}

div.widget.rater div.bar div.label {
	padding: 0 7px 0 15px;
	text-transform: uppercase;
	cursor: default;
}

div.widget.rater div.bar div.label span {
	display: table-cell;
	height: 29px;
	vertical-align: middle;
}

div.widget.rater div.bar div.value {
	padding: 0 15px 0 0;
	text-transform: uppercase;
	cursor: default;
}

div.widget.rater div.bar div.value span {
	display: table-cell;
	height: 29px;
	vertical-align: middle;
}

div.widget.rater div.bar div.value.like {
	color: #2c8c4f;
}

div.widget.rater div.bar div.value.meh {
	color: #444;
}

div.widget.rater div.bar div.value.hate {
	color: #8e2d2d;
}

div.widget.rater div.bar div.choices {
	float: right;
}

div.widget.rater div.bar div.choices a {
	display: block;
	color: #222;
	text-align: center;
}

div.widget.rater div.bar div.choices a:hover {
	background-color:rgba(255, 255, 255, 0.3);
}

div.widget.rater div.bar div.choices a > span {
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 16px;
	padding: 6px 7px 7px 7px;
	display: block;
}

div.widget.rater div.bar div.choices a.active {
	background: #a6a6a6;
	background: -moz-linear-gradient(top, #aaa 0%, #bbb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aaa), color-stop(100%, #bbb));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#bbbbbb', GradientType=0);
	background: -o-linear-gradient(top, #aaa 0%, #bbb 100%);
}

div.widget.rater div.bar div.choices a span span {
	display: none;
}

div.widget.rater div.bar div.like a > span {
	background-image: url(/images/icons/like.png);
}

div.widget.rater div.bar div.meh a > span {
	background-image: url(/images/icons/meh.png);
}

div.widget.rater div.bar div.hate a > span {
	background-image: url(/images/icons/hate.png);
}


/* ********************************************************************************************** */
/* Form                                                                                           */
/* ********************************************************************************************** */

div.widget.form > div:not(.breadcrumbs) {
  background: rgba(0,0,0,0.1);
  padding: 9px 10px 10px 9px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 1px 1px 0px #fff;
  border-bottom: none;
  border-right: none;
  margin: 15px 0 0 0;
}

div.widget.form > div > form {
  background: #eee;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.9);
  border-right: none;
  border-bottom: none;
  border-radius: 3px;
  overflow: hidden;
}

div.widget.form > div > div.form-surrogate {
  background: #eee;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.9);
  border-right: none;
  border-bottom: none;
  border-radius: 3px;
  overflow: hidden;
}

div.widget.form > div > div.form-surrogate p {
  margin-top: 0;
}

div.content div.columns div.main div.widget.form select,
div.content div.columns div.main div.widget.form input[type=text],
div.content div.columns div.main div.widget.form input[type=password] {
  min-width: 200px;
}


/* ********************************************************************************************** */
/* Feed                                                                                           */
/* ********************************************************************************************** */

/* Publisher ************************************************************************************ */

div.widget.feed div.feed-publisher {
  background: rgba(0,0,0,0.1);
  padding: 9px 10px 10px 9px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 1px 1px 0px #fff;
  border-bottom: none;
  border-right: none;
  margin: 15px 0 0 0;
}

div.widget.feed div.feed-publisher > div {
  background: #eee;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.9);
  border-right: none;
  border-bottom: none;
  border-radius: 3px;
  overflow: hidden;
}

div.widget.feed div.feed-publisher h4 {
  margin: 0;
  color: #222;
  overflow: hidden;
}

div.widget.feed div.feed-publisher h4 span.label {
  cursor: default;
}

div.widget.feed div.feed-publisher h4 span.tools {
  float: right;
  display: block;
}

div.widget.feed div.feed-publisher h4 span.tools a.expander {
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: top left;
  opacity: 0.7;
}

div.widget.feed div.feed-publisher h4 span.tools a.expander.state-expanded {
  background-image: url(/img/icons/collapse.png);
}

div.widget.feed div.feed-publisher h4 span.tools a.expander.state-collapsed {
  background-image: url(/img/icons/expand.png);
}

div.widget.feed div.feed-publisher h4 span.tools a.expander:hover {
  opacity: 1.0;
}

div.widget.feed div.feed-publisher div.row {
  margin: 10px 0 0 0;
}

div.widget.feed div.feed-publisher textarea {
	height: 34px;
	max-height: 135px;
}

div.widget.feed div.feed-publisher div.attachments-data {
	display: none;
}

div.widget.feed div.feed-publisher div.attachments {
	display: none;
}

div.widget.feed div.feed-publisher div.input-row.publisher-options {
	margin-bottom: 12px;
	overflow: hidden;
}

div.widget.feed div.feed-publisher div.char-counter {
	font-size: 11px;
	font-weight: bold;
	float: right;
	padding-top: 1px;
}

div.widget.feed div.feed-publisher div.char-counter.state-error {
	color: #990000;
}

div.widget.feed div.feed-publisher div.input-checkbox {
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

div.widget.feed div.feed-publisher div.input-checkbox input {
	margin: 2px 3px 0 0;
	display: block;
	float: left;
}

div.widget.feed div.feed-publisher div.publisher-options {
  margin-top: 3px;
}

div.widget.feed button {
  padding: 1px;
  background: #999;
}

div.widget.feed button:hover {
  background: #888;
}

/* Attachments ********************************************************************************** */

div.widget.feed div.attachments {
	max-width: 550px;
	font-size: 12px;
	color: #414141;
}

div.widget.feed div.attachments div.attachment {
	border: 1px solid #bbb;
	padding: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 15px;
}

div.widget.feed div.attachments div.attachment div.object {
	margin-bottom: 12px;
}

div.widget.feed div.attachments div.attachment h4 {
	font-size: 11px;
	font-weight: bold;
	padding: 0 8px 7px 15px;
	border-bottom: 1px dotted #999;
	margin: -8px -15px 15px -15px;
	color: #777;
	font-weight: bold;
}

div.widget.feed div.attachments div.attachment h4 span.remove-button {
	float: right;
	display: block;
}

div.widget.feed div.attachments div.attachment h4 span.remove-button a {
	display: block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 1px 5px;
	margin-top: -1px;
	text-decoration: none;
	color: #eee;
	background: #aaa;
}

div.widget.feed div.attachments div.attachment h4 span.remove-button a:hover {
	background: #888;
	color: #fff;
}

div.widget.feed div.attachments div.thumbnail {
	overflow: hidden;
	height: 55px;
	float: left;
}

div.widget.feed div.attachments div.thumbnail a {
	display: block;
	width: 75px;
}

div.widget.feed div.attachments div.thumbnail img {
	width: 75px;
	border: none;
	display: block
}

div.widget.feed div.attachments div.details {
	margin-left: 90px;
}

div.widget.feed div.attachments div.no-mixed-content div.details {
	margin-left: 0;
}

div.widget.feed div.attachments div.details p.title {
	font-weight: bold;
}

div.widget.feed div.attachments div.details p.meta {
	color: #777;
}

div.widget.feed div.attachments div.details p {
	font-size: 11px;
	margin-bottom: 5px;
}

div.widget.feed div.attachments div.details p.description {
	margin-bottom: 0;
}

/* Feed ***************************************************************************************** */

div.widget.feed div.feed {
  margin-top: 15px;
}

/* Pager **************************************************************************************** */

div.widget.feed a.pager.more {
  background: #e2e2e2;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  display: block;
  text-decoration: none;
}

div.widget.feed a.pager.more span {
  background: #e2e2e2;
  border-top: 1px solid #eee;
  padding: 5px 0;
  font-size: 12px;
  text-align: center;
  display: block;
  text-decoration: none;
  font-weight: bold;
}

div.widget.feed a.pager.more span:hover {
	background: #f7f7f7;
}

/* Events *************************************************************************************** */

div.widget.feed div.feed-event {
	border-top: 1px solid #fff;
	padding: 15px 0;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

div.widget.feed div.feed div.feed-event:first-of-type {
  border-top: none;
  padding-top: 0;
}

div.widget.feed div.feed div.feed-event:last-of-type {
  border-bottom: none;
}

div.widget.feed div.feed-event div.avatar {
	float: left;
	width: 68px;
	height: 68px;
}

div.widget.feed div.feed-event div.avatar img {
	width: 68px;
	height: 68px;
	display: block;
	border: none;
}

div.widget.feed div.feed-event div.avatar span.img {
	width: 64px;
	height: 64px;
	display: block;
	border: 2px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	background-repeat: no-repeat;
	background-position: top left;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

div.widget.feed div.feed-event div.avatar a:hover span.img {
	border: 2px solid #fff;
}

div.widget.feed div.feed-event div.banner {
	float: left;
	width: 68px;
	height: 68px;
}

div.widget.feed div.feed-event div.banner img {
	width: 68px;
	height: 68px;
	display: block;
	border: none;
}

div.widget.feed div.feed-event div.banner span.img {
	width: 64px;
	height: 64px;
	display: block;
	border: 2px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	background-repeat: no-repeat;
	background-position: top left;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

div.widget.feed div.feed-event div.banner a:hover span.img {
	border: 2px solid #fff;
}

div.widget.feed div.feed-event div.column {
	margin-left: 80px;
}

div.widget.feed div.feed-event div.column > p.headline {
	margin-top: -2px;
  margin-bottom: 0;
	word-wrap: break-word;
}

div.widget.feed div.feed-event div.column > p.headline a.actor {
	font-weight: bold;
}

div.widget.feed div.feed-event div.column > p.quote {
	background: #f7f7f7;
	padding: 10px 9px 9px 10px;
  margin-top: 10px;
	font-size: 13px;
	color: #414141;
  border-right: 1px solid rgba(0,0,0,0.15);
  border-bottom: 1px solid rgba(0,0,0,0.15);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  word-wrap: break-word;
}

div.widget.feed div.feed-event div.column > div.event-ad {
  margin-top: 10px;
}

div.widget.feed div.feed-event div.column > div.event-ad a:hover {
  opacity: 0.9;
}

div.widget.feed div.feed-event div.attachments {
	margin-top: 15px;
}

div.widget.feed div.feed-event div.column > div.meta {
  overflow: hidden;
  margin-top: 10px;
}

div.widget.feed div.feed-event div.column > div.meta ul.basic {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
  float: left;
  font-size: 11px;
}

div.widget.feed div.feed-event div.column > div.meta ul.basic li {
  float: left;
  margin-left: 7px;
  color: #777;
}

div.widget.feed div.feed-event div.column > div.meta ul.basic li:first-child {
  margin-left: 0;
}

/* Feed Event Actions - Style 1 */

div.widget.feed div.feed-event ul.actions.style-1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}

div.widget.feed div.feed-event ul.actions.style-1 li {
  float: left;
  margin-left: 5px
}

div.widget.feed div.feed-event ul.actions.style-1 li:first-child {
  margin-left: 0;
}

div.widget.feed div.feed-event ul.actions.style-1 li > span.shell {
  border-bottom: 1px solid rgba(255,255,255,0.6);
  border-right: 1px solid rgba(255,255,255,0.6);
  display: block;
  border-radius: 3px;
  margin-top: 1px;
}

div.widget.feed div.feed-event ul.actions.style-1 li > span.shell > span.inner {
  display: block;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.1);
  line-height: normal;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}

div.widget.feed div.feed-event ul.actions.style-1 li.active > span.shell > span.inner {
  border-color: rgba(0,0,0,0.45);
}

div.widget.feed div.feed-event ul.actions.style-1 li:hover > span.shell > span.inner {
  border-color: rgba(0,0,0,0.45);
}

div.widget.feed div.feed-event ul.actions.style-1 li.active:hover > span.shell > span.inner {
  border-color: rgba(0,0,0,0.65);
}

div.widget.feed div.feed-event ul.actions.style-1 a {
  display: table;
  text-decoration: none;
  border-collapse: collapse;
}

div.widget.feed div.feed-event ul.actions.style-1 a span.icon {
  background-repeat: no-repeat;
  background-position: center center;
  width: 18px;
  height: 15px;
  display: table-cell;
  padding: 0 3px;
  background-color: rgba(255,255,255,0.5);
}

div.widget.feed div.feed-event ul.actions.style-1 li.active a span.icon {
  background-color: rgba(255,255,255,0.7);
}

div.widget.feed div.feed-event ul.actions.style-1 a:hover span.icon {
  background-color: rgba(255,255,255,1.0);
}

div.widget.feed div.feed-event ul.actions.style-1 li.active a:hover span.icon {
  background-color: rgba(255,255,255,1.0);
}

div.widget.feed div.feed-event ul.actions.style-1 span.counter {
  color: #777;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0 3px;
  min-width: 18px;
  text-align: center;
  height: 15px;
  border-left: 1px solid rgba(0,0,0,0.1);
}

div.widget.feed div.feed-event ul.actions.style-1 li a:hover span.counter {
  background-color: rgba(255,255,255,0.3);
}

div.widget.feed div.feed-event ul.actions.style-1 li.active span.counter {
  color: #333;
}

div.widget.feed div.feed-event ul.actions.style-1 li.like a span.icon {
  background-image: url(/img/icons/like-s.png);
}

div.widget.feed div.feed-event ul.actions.style-1 li.hate a span.icon {
  background-image: url(/img/icons/hate-s.png);
}

div.widget.feed div.feed-event ul.actions.style-1 li.comment a span.icon {
  background-image: url(/img/icons/comment-s.png);
}

div.widget.feed div.feed-event ul.actions.style-1 li.delete a span.icon {
  background-image: url(/img/icons/delete-s.png);
  width: 10px;
  background-position: left center;
  padding-right: 2px;
}

/* Stacked - Layout 1 */

div.widget.feed div.feed-event div.aggregates.stacked.layout-1 {
  margin-top: 10px;
}

div.widget.feed div.feed-event div.aggregates.stacked.layout-1.spill.collapsed {
  margin-top: 0px;
  display: none;
}

div.widget.feed div.feed-event div.aggregates.stacked.layout-1.spill.expanded {
  margin-top: 10px;
  display: block;
}

div.widget.feed div.feed-event div.aggregates.stacked.layout-1 div.row {
  max-width: 550px;
  font-size: 11px;
  color: #222;
  margin-top: 10px;
  line-height: 18px;
  overflow: hidden;
}

div.widget.feed div.feed-event div.aggregates.stacked.layout-1 > div.row:first-child {
  margin-top: 0;
}

div.widget.feed div.feed-event div.aggregates.stacked.layout-1 div.expander div.row a {
  background: url(/img/bg/stripe-mgray.png) repeat;
  border-bottom: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  padding: 5px 7px;
  display: block;
}

div.widget.feed div.feed-event div.aggregates.stacked.layout-1 div.row div.interactions {
  margin-top: 3px;
}

div.widget.feed div.feed-event div.aggregates.stacked.layout-1 div.row table.header {
  max-width: 550px;
  width: 550px;
  table-layout: fixed;

  background: url(/img/bg/stripe-mgray.png) repeat;
  border-bottom: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  padding: 5px 0;
}

div.widget.feed div.feed-event div.aggregates.stacked.layout-1 div.row table.header td {
  padding: 0 7px;
}

div.widget.feed div.feed-event div.aggregates.stacked.layout-1 div.row table.header td.col-1 {
  width: 70px;
}

div.widget.feed div.feed-event div.aggregates.stacked.layout-1 div.row table.header td.col-2 {
  width: 217px;
  border-left: 1px dotted #aaa;
}

div.widget.feed div.feed-event div.aggregates.stacked.layout-1 div.row table.header td.col-2 p {
  max-width: 231px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

div.widget.feed div.feed-event div.aggregates.stacked.layout-1 div.row table.header td.col-3 {
  width: 195px;
}

div.widget.feed div.feed-event div.aggregates.stacked.layout-1 div.row table.header p {
  margin-top: 3px;
  margin-bottom: 0;
}

div.widget.feed div.feed-event div.aggregates.stacked.layout-1 div.row table.header p:first-child {
  margin-top: 0;
}

div.widget.feed div.feed-event div.aggregates.stacked.layout-1 div.row table.header p.label {
  color: #999;
  text-transform: uppercase;
  font-size: 9px;
}

div.widget.feed div.feed-event div.aggregates.stacked.layout-1 div.row table.header p.minor {
  color: #666;
}

div.widget.feed div.feed-event div.aggregates.stacked.layout-1 div.row table.header p.major {
  font-weight: bold
}

div.widget.feed div.feed-event div.aggregates.stacked.layout-1 div.row table.header td.center {
  text-align: center;
}

/* Tiled - Layout 1 */

div.widget.feed div.feed-event div.aggregates.tiled.layout-1.spill.collapsed {
  margin-top: 0px;
  display: none;
}

div.widget.feed div.feed-event div.aggregates.tiled.layout-1.spill.expanded {
  margin-top: 0px;
  display: block;
}

div.widget.feed div.feed-event div.aggregates.tiled.layout-1 div.row {
  overflow: hidden;
}

div.widget.feed div.feed-event div.aggregates.tiled.layout-1 div.row div.tile {
  background: #000;
  width: 130px;
  height: 75px;
  overflow: hidden;
  float: left;
  margin: 10px 0 0 10px;
}

div.widget.feed div.feed-event div.aggregates.tiled.layout-1 div.row div.tile:first-child {
  margin-left: 0;
}

div.widget.feed div.feed-event div.aggregates.tiled.layout-1 div.row div.tile:nth-child(4n + 1) {
  margin-left: 0;
}

div.widget.feed div.feed-event div.aggregates.tiled.layout-1 div.row div.tile a {
  display: block;
  position: relative;
  opacity: 0.9;
}

div.widget.feed div.feed-event div.aggregates.tiled.layout-1 div.row div.tile a:hover {
  opacity: 1.0;
}

div.widget.feed div.feed-event div.aggregates.tiled.layout-1 div.row div.tile img {
  max-height: 75px;
  display: block;
  margin: 0 auto;
}

div.widget.feed div.feed-event div.aggregates.tiled.layout-1 div.expander div.row a {
  background: url(/img/bg/stripe-mgray.png) repeat;
  border-bottom: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  padding: 5px 7px;
  display: block;
  margin-top: 10px;
  font-size: 11px;
}

div.widget.feed div.feed-event div.aggregates.tiled.layout-1 div.row div.tile span.type {
  width: 22px;
  height: 22px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
}

div.widget.feed div.feed-event div.aggregates.tiled.layout-1 div.row div.tile.video a span.type {
  background: #000 url(/img/icons/video.png) center center no-repeat;
}

div.widget.feed div.feed-event div.aggregates.tiled.layout-1 div.row div.tile.screenshot a span.type {
  background: #000 url(/img/icons/screenshot.png) center center no-repeat;
}

/* Interactions */

div.widget.feed div.feed-event div.interactions {
  margin: 5px 0 0 0;
  position: relative;
  padding-top: 1px;
}

div.widget.feed div.feed-event div.interactions.hidden {
  display: none;
}

div.widget.feed div.feed-event div.interactions div.arrow {
  border-color: transparent transparent #e0e0e0 transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  width: 0;
  height: 0;
  position: absolute;
  left: 15px;
  top: 0;
  transform: scale(1.01); /* Resolves blurring issues in some browsers, particularly Firefox) */
}

div.widget.feed div.feed-event div.interactions div.arrow.shadow {
  border-color: transparent transparent rgba(0,0,0,0.15) transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  width: 0;
  height: 0;
  position: absolute;
  left: 16px;
  top: 0;
  transform: scale(1.01); /* Resolves blurring issues in some browsers, particularly Firefox) */
}

div.widget.feed div.feed-event div.interactions div.arrow.highlight {
  border-color: transparent transparent rgba(255,255,255,0.85) transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  width: 0;
  height: 0;
  position: absolute;
  left: 14px;
  top: 0;
  transform: scale(1.01); /* Resolves blurring issues in some browsers, particularly Firefox) */
}

div.widget.feed div.feed-event div.interactions div.shell {
  max-width: 550px;
  background: #e0e0e0;
	border-right: 1px solid rgba(0,0,0,0.1);
  border-left: 1px solid rgba(255,255,255,0.8);
  font-size: 11px;
  margin-top: 6px;
}

div.widget.feed div.feed-event div.interactions div.likes,
div.widget.feed div.feed-event div.interactions div.hates,
div.widget.feed div.feed-event div.interactions div.more-comments {
  padding: 5px 8px;
}

div.widget.feed div.feed-event div.interactions div.likes div.inner,
div.widget.feed div.feed-event div.interactions div.hates div.inner,
div.widget.feed div.feed-event div.interactions div.more-comments div.inner {
  padding-left: 21px;
  background-repeat: no-repeat;
  background-position: left center;
}

div.widget.feed div.feed-event div.interactions div.likes div.inner {
  background-image: url(/img/icons/like-s.png);
}

div.widget.feed div.feed-event div.interactions div.hates div.inner {
  background-image: url(/img/icons/hate-s.png);
}

div.widget.feed div.feed-event div.interactions div.more-comments div.inner {
  background-image: url(/img/icons/comment-s.png);
}

div.widget.feed div.feed-event div.interactions div.likes span.actors a,
div.widget.feed div.feed-event div.interactions div.hates span.actors a {
  font-weight: bold;
}

div.widget.feed div.feed-event div.interactions div.likes.hidden,
div.widget.feed div.feed-event div.interactions div.hates.hidden {
  display: none;
}

div.widget.feed div.feed-event div.interactions div.likes,
div.widget.feed div.feed-event div.interactions div.hates,
div.widget.feed div.feed-event div.interactions div.more-comments {
  border-top: 1px solid rgba(255,255,255,0.8);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

div.widget.feed div.feed-event div.interactions div.more-comments a {
  display: block;
}

div.widget.feed div.feed-event div.interactions div.more-comments a.loading {
  background: url(/img/ani/loader-rect-s.gif) no-repeat right center;
}

div.widget.feed div.feed-event div.interactions div.comments div.comment {
  border-top: 1px solid rgba(255,255,255,0.8);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 5px 8px;
}

div.widget.feed div.feed-event div.interactions div.comments div.comment div.content div.author {
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}

div.widget.feed div.feed-event div.interactions div.comments div.comment div.content p {
  display: inline;
  margin: 0;
  word-wrap: break-word;
}

div.widget.feed div.feed-event div.interactions div.comments div.comment div.meta {
  color: #777;
  margin-top: 5px;
}

div.widget.feed div.feed-event div.interactions div.new-comment.hidden {
  display: none;
}

div.widget.feed div.feed-event div.interactions div.new-comment {
  border-top: 1px solid rgba(255,255,255,0.8);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 8px;
  overflow: hidden;
}

div.widget.feed div.feed-event div.interactions div.new-comment textarea {
  width: 520px;
  max-width: 520px;
  min-width: 520px;
  font-size: 11px;
  height: 40px;
}

div.widget.feed div.feed-event div.interactions div.new-comment button {
  display: block;
  float: right;
  margin-top: 8px;
}

div.widget.feed div.feed-event div.interactions div.new-comment div.error {
	color: #cc393e;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: default;
  margin-top: 5px;
}

div.widget.feed div.feed-event div.interactions div.new-comment div.error.hidden {
  display: none;
}


/* ********************************************************************************************** */
/* Forum Post Context                                                                             */
/* ********************************************************************************************** */

div.widget.forum-posts.post-context > div {
  background: rgba(0,0,0,0.1);
  padding: 9px 10px 10px 9px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 1px 1px 0px #fff;
  border-bottom: none;
  border-right: none;
  margin: 10px 0 0 0;
}

div.widget.forum-posts.post-context > div > div.posts {
  max-height: 400px;
  overflow-y: auto;
  background: #eee;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.9);
  border-right: none;
  border-bottom: none;
  border-radius: 3px;
}

div.widget.forum-posts.post-context div.posts div.post {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 15px 0 0 0;
  font-size: 11px;
}

div.widget.forum-posts.post-context div.posts div.collapsed {
  margin: 15px 0 0 0;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

div.widget.forum-posts.post-context div.posts div.post:first-child {
  margin: 0;
}

/* Header */

div.widget.forum-posts.post-context div.posts div.post div.header {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #aaa;
  line-height: normal;
}

div.widget.forum-posts.post-context div.posts div.post div.header div.timestamp {
  float: right;
  color: #777;
}

div.widget.forum-posts.post-context div.posts div.post div.header div.author a {
  font-weight: bold;
}

/* Content */

div.widget.forum-posts.post-context div.posts div.post div.content {
  font-size: 12px;
}

div.widget.forum-posts.post-context div.posts div.post div.content span.p {
  display: block;
  height: 10px;
}

/* Quotes */

div.widget.forum-posts.post-context div.posts div.post div.content div.quote div.author {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Quote Depth 1 */

div.widget.forum-posts.post-context div.posts div.post div.content div.quote {
  background: #eee;
  padding: 10px;
  border-radius: 3px;
}

div.widget.forum-posts.post-context div.posts div.post div.content div.quote div.content pre {
  background: #fff;
}

/* Quote Depth 2 */

div.widget.forum-posts.post-context div.posts div.post div.content div.quote div.quote {
  background: #fff;
}

div.widget.forum-posts.post-context div.posts div.post div.content div.quote div.quote div.content pre {
  background: #eee;
}


/* ********************************************************************************************** */
/* Legal                                                                                          */
/* ********************************************************************************************** */

div.widget.legal div.meta {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 5px 8px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 15px 0 0 0;
  font-size: 11px;
  position: relative; /* Needed to keep concierge-position-tweaked anchor blocks below from overlapping on top. */
}

div.widget.legal div.meta span {
  font-weight: bold;
}

div.widget.legal div.meta div.left {
  float: left;
}

div.widget.legal div.meta div.right {
  float: right;
}

div.widget.legal {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px dotted #bbb;
}

div.widget.legal:first-child {
  padding-top: 0;
  border-top: none;
}

div.widget.legal div.body {
  margin: 30px 0 0 0;
  width: 630px;
  float: left;
}

div.widget.legal div.body p {
  margin-top: 0;
}

div.widget.legal div.body p.centered {
  text-align: center;
}

div.widget.legal div.body h4 {
  font-size: 16px;
}

/* Needed to offset for concierge */
div.widget.legal div.body h4:before {
  display: block; 
  content: ""; 
  height: 50px; 
  margin: -50px 0 0; 
  z-index: -10;
}

div.widget.legal div.sidebar {
  width: 300px;
  margin-left: 660px;
  float: none;
  margin-top: 30px;
}


/* ****************************************************************************************************************** */
/* Campaign Meter                                                                                                     */
/* ****************************************************************************************************************** */

div.widget.campaign h4 i {
  margin-right: 5px;
  display: inline-block;
  min-width: 15px;
}

div.widget.campaign h4 a:hover {
  color: #114477;
  text-decoration: none;
}

div.widget.campaign .meter {
  margin: 10px 0 0 0;
  width: 100%;
}

div.widget.campaign .meter .bar {
  background: linear-gradient(to bottom, #333, #444);
  height: 18px;
  width: 82%;
  border-radius: 3px;
  position: relative;
  border: 1px solid #444;
  float: left;
}

div.widget.campaign .meter .bar a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}

div.widget.campaign .meter .bar a:hover {
  background: rgba(255, 255, 255, 0.1);
}

div.widget.campaign .meter .bar .target {
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 11px;
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
  color: #999;
}

div.widget.campaign .meter .bar .fill {
  border-radius: 3px;
  background: linear-gradient(to bottom, #67b168, #599659);
  height: 100%;
  position: absolute;
  z-index: 10;
}

div.widget.campaign .meter .bar .fill .progress {
  position: absolute;
  left: 15px;
  top: 15px;
  line-height: 11px;
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
  color: #eee;
}

div.widget.campaign .meter .labels {
  width: 15%;
  position: relative;
  margin: 0 1px 0 0;
  float: right;
}

div.widget.campaign .meter .labels .label {
  position: absolute;
  top: 0;
}

div.widget.campaign .meter .labels .label .nib {
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  background: linear-gradient(to bottom, #ddd, #bbb);
  border-bottom: 1px solid #111;
  border-right: 1px solid #111;
  border-radius: 3px;
  color: #111;
  font-family: "Titillium", Arial, sans-serif;
  cursor: default;
}

div.widget.campaign .meter .labels .label .nib a {
  color: #111;
  display: block;
  width: 40px;
  padding: 0px;
}

div.widget.campaign .meter .labels .label .nib a:hover {
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.1);
}

div.widget.campaign .activity {
  background: #fff;
  border-radius: 3px;
  padding: 5px 8px;
  margin: 10px 0 0;
  font-size: 11px;
  border-top: 1px solid rgba(0,0,0,0.2);
  border-left: 1px solid rgba(0,0,0,0.2);
}

div.widget.campaign .activity .avatar {
  float: left;
  display: block;
}

div.widget.campaign .activity .avatar img {
  width: 29px;
  margin-top: 1px;
  border-radius: 3px;
  display: block;
}

div.widget.campaign .activity .details {
  margin-left: 38px;
  display: block;
  line-height: 16px;
}

div.widget.campaign .activity .title {
  font-weight: bold;
  display: block;
}

div.widget.campaign .activity a {
  font-weight: bold;
}

/* ****************************************************************************************************************** */
/* Hall of Fame                                                                                                       */
/* ****************************************************************************************************************** */

/* What */

div.widget.hall-of-fame div.what {
  background: linear-gradient(to bottom, #f3f3f3, rgba(250,250,250,0));
  border-left: 1px solid rgba(255,255,255,0.2);
  border-right: 1px solid rgba(0,0,0,0.05);
  border-top: 1px solid #fff;
  padding: 10px 10px 15px 10px;
  border-radius: 5px 5px 0 0;
}

div.widget.hall-of-fame div.what h4 {
  font-family: Titillium, Arial, sans-serif;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.9);
  font-size: 14px;
}

div.widget.hall-of-fame div.what i {
  font-size: 12px;
  margin-right: 4px;
}

div.widget.hall-of-fame div.what p {
  font-family: Titillium, Arial, sans-serif;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.7);
  margin: 6px 0;
}

/* Sections */

div.widget.hall-of-fame div.section {
  margin-top: 50px;
}

div.widget.hall-of-fame div.section:first-of-type {
  margin-top: 0;
}

div.widget.hall-of-fame div.section div.title {
  text-align: center;
  color: #444;
  font-family: Titillium, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

div.widget.hall-of-fame div.section div.subtitle {
  margin: 13px 0 45px 0;
  text-align: center;
  color: #555;
  font-family: Titillium, Arial, sans-serif;
  font-size: 16px;
  text-shadow: 1px 1px 0 #fff;
}

/* Entries */

div.widget.hall-of-fame div.hall {
  margin: 0 auto 0 auto;
}

div.widget.hall-of-fame div.hall div.entry {
  background: #f3f3f3;
  box-shadow: 0 0 3px #666;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

div.widget.hall-of-fame div.hall div.entry > div {
  padding: 0;
}

div.widget.hall-of-fame div.hall div.entry div.avatar {
  display: block;
  border-radius: 4px;
  background-size: 100% 100%;
}

div.widget.hall-of-fame div.hall div.entry div.avatar a {
  display: block;
  height: 100%;
  width: 100%;
}

div.widget.hall-of-fame div.hall div.entry div.avatar:hover {
  opacity: 0.8;
}

div.widget.hall-of-fame div.hall div.entry div.card {
  overflow: hidden;
  line-height: normal;
  background: #fff;
  border-radius: 3px;
  line-height: normal;
}

div.widget.hall-of-fame div.hall div.entry div.rank {
  font-family: Titillium, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  background: #333;
  padding: 3px 7px 4px 6px;
  border-radius: 3px;
  float: left;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  cursor: default;
}

div.widget.hall-of-fame div.hall div.entry div.meta {
  margin-left: 8px;
  float: left;
}

div.widget.hall-of-fame div.hall div.entry div.name {
  font-weight: bold;
  font-family: Titillium, Arial, sans-serif;
}

div.widget.hall-of-fame div.hall div.entry div.induction {
  font-size: 11px;
  color: #aaa;
}

div.widget.hall-of-fame div.hall.hall-3x {
  width: 596px;
  padding-top: 9px;
}

div.widget.hall-of-fame div.hall.hall-3x div.entry {
}

div.widget.hall-of-fame div.hall.hall-3x div.entry div.card {
  margin-top: 10px;
}

div.widget.hall-of-fame div.hall.hall-3x div.entry div.avatar {
  border: 1px solid #fff;
  box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1);
}

div.widget.hall-of-fame div.hall.hall-3x div.entry div.rank {
  float: none;
  margin: 10px auto 0 auto;
  text-align: center;
}

div.widget.hall-of-fame div.hall.hall-3x div.entry div.meta {
  float: none;
  text-align: center;
  margin: 7px 0 10px 0;
}

div.widget.hall-of-fame div.hall.hall-3x div.entry-1 {
  margin-top: -5px;
}

div.widget.hall-of-fame div.hall.hall-3x div.entry-1 div.avatar {
  width: 174px;
  height: 174px;
}

div.widget.hall-of-fame div.hall.hall-3x div.entry-1 div.name {
  font-size: 20px;
  line-height: 24px;
}

div.widget.hall-of-fame div.hall.hall-3x div.entry-1 div.rank {
  width: 38px;
  font-size: 18px;
  padding: 9px 0;
}

div.widget.hall-of-fame div.hall.hall-3x div.entry-1 div.induction {
  font-size: 14px;
  margin-top: 2px;
}

div.widget.hall-of-fame div.hall.hall-3x div.entry-2 div.avatar,
div.widget.hall-of-fame div.hall.hall-3x div.entry-3 div.avatar {
  width: 138px;
  height: 138px;
}

div.widget.hall-of-fame div.hall.hall-3x div.entry-2 div.name,
div.widget.hall-of-fame div.hall.hall-3x div.entry-3 div.name {
  font-size: 16px;
  line-height: 18px;
}

div.widget.hall-of-fame div.hall.hall-3x div.entry-2 div.rank,
div.widget.hall-of-fame div.hall.hall-3x div.entry-3 div.rank {
  width: 30px;
  font-size: 13px;
  padding: 5px 0;
}

div.widget.hall-of-fame div.hall.hall-3x div.entry-2 div.induction,
div.widget.hall-of-fame div.hall.hall-3x div.entry-3 div.induction {
  font-size: 12px;
  margin-top: 2px;
}

div.widget.hall-of-fame div.hall.hall-6x {
  width: 960px;
  margin-top: -20px;
  font-size: 0;
  text-align: center;
}

div.widget.hall-of-fame div.hall.hall-6x div.entry {
  width: 128px;
  margin-left: 20px;
  margin-top: 20px;
  display: inline-block;
  float: none;
  padding: 7px;
  line-height: normal;
}

div.widget.hall-of-fame div.hall.hall-6x div.entry:nth-of-type(7) {
  margin-left: 0;
}

div.widget.hall-of-fame div.hall.hall-6x div.entry div.avatar {
  width: 128px;
  height: 128px;
}

div.widget.hall-of-fame div.hall.hall-6x div.entry:first-of-type {
  margin-left: 0;
}

div.widget.hall-of-fame div.hall.hall-6x div.entry div.rank {
  padding: 9px 0;
  font-size: 11px;
  line-height: 13px;
  border-radius: 3px 0 0 3px;
  width: 30px;
  text-align: center;
}

div.widget.hall-of-fame div.hall.hall-6x div.entry div.name {
  font-size: 13px;
  line-height: 17px;
  text-align: left;
}

div.widget.hall-of-fame div.hall.hall-6x div.entry div.card {
  margin-top: 7px;
}

div.widget.hall-of-fame div.hall.hall-6x div.entry div.card div.meta {
  font-size: 11px;
  margin-left: 5px;
  text-align: left;
}

div.widget.hall-of-fame div.hall.hall-6x div.entry div.card div.meta div.induction {
  font-size: 11px;
}

/* ****************************************************************************************************************** */
/* Premium                                                                                                            */
/* ****************************************************************************************************************** */

div.widget.shop-premium div.jazz div.title {
  text-align: center;
  color: #444;
  font-family: Titillium, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

div.widget.shop-premium div.jazz div.subtitle {
  margin: 13px 0 45px 0;
  text-align: center;
  color: #666;
  font-family: Titillium, Arial, sans-serif;
  font-size: 14px;
  text-shadow: 1px 1px 0 #fff;
}

div.widget.shop-premium div.navigator {
  border: 3px solid rgba(0,0,0,0.2);
  border-radius: 4px;
  background: #444 url(/img/nebula.jpg) no-repeat center top;
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}

div.widget.shop-premium div.navigator div.tier {
  border-left: 1px solid rgba(255,255,255,0.15);
  border-right: 1px solid rgba(0,0,0,0.4);
  float: left;
  width: 237px;
  cursor: pointer;
  color: #ddd;
}

div.widget.shop-premium div.navigator div.tier a {
  color: #ddd;
  display: block;
  padding: 10px;
}

div.widget.shop-premium div.navigator div.tier a:hover {
  text-decoration: none;
}

div.widget.shop-premium div.navigator div.tier:hover {
  background: #445055;
  color: #fff;
}

div.widget.shop-premium div.navigator div.tier:first-of-type {
  border-left: 0;
}

div.widget.shop-premium div.navigator div.tier:last-of-type {
  border-right: 0;
}

div.widget.shop-premium div.navigator div.tier i {
  margin-right: 3px;
}

div.widget.shop-premium div.navigator div.tier h4 {
  font-family: Titillium, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: 17px;
  text-shadow: 0 1px 1px #000;
}

div.widget.shop-premium div.navigator div.tier div.header {
  overflow: hidden;
}

div.widget.shop-premium div.navigator div.tier div.header h4 {
  float: left;
  margin-top: 1px;
}

div.widget.shop-premium div.navigator div.tier div.header p.price {
  float: left;
  margin-bottom: 1px;
  margin-right: 1px;
  margin-left: 10px;
}

div.widget.shop-premium div.navigator div.tier p.price {
  background: #556677;
  display: block;
  padding: 2px 5px;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.25);
  border: 1px solid #111;
  border-radius: 3px;
  min-width: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  line-height: normal;
}

div.widget.shop-premium div.navigator div.tier p {
  font-size: 12px;
  margin: 0;
  text-shadow: 0 1px 1px #111;
}

div.widget.shop-premium div.navigator div.tier p.description {
  margin-top: 5px;
}

/* Tier - General */

div.widget.shop-tier {
  background: #f3f3f3;
  box-shadow: 0 0 3px #666;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin-top: 50px !important;
}

div.widget.shop-tier h3 {
  background: #fff;
  background: linear-gradient(to bottom, #f6f6f6, #fafafa);
  color: #111 !important;
  border-radius: 4px;
  border: 1px solid #ddd !important;
  box-shadow: 1px 1px 0 #fff;
  font-family: Titillium, Arial, sans-serif;

  font-size: 22px;
  font-family: Titillium, Arial, sans-serif;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}

div.widget.shop-tier h3 > div {
  padding: 10px;
}

div.widget.shop-tier h3 p.description {
  font-size: 13px;
  margin: 0;
  background: #eee;
  border-top: 1px solid rgba(255,255,255,0.9);
  padding: 3px 10px 4px 10px;
  border-radius: 0 0 2px 2px;
}

div.widget.shop-tier h3 div.tier-icon {
  padding: 3px 8px;
  border: 1px solid #666;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.35);
  border-radius: 3px;
  display: inline-block;
  margin-right: 3px;
}

div.widget.shop-tier h3 div.tier-icon img {
}

div.widget.shop-tier h3 div.coming-soon {
  padding: 3px 8px;
  border: 1px solid #bbb;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.55);
  border-radius: 3px;
  display: block;
  float: right;
  margin-right: 3px;
  margin-top: 3px;
  background: #e7e7e7;
  line-height: normal;
  font-size: 11px;
  text-transform: uppercase;
  color: #777;
  cursor: default;
}

/* Tier - Helix */

div.widget.shop-tier.tier-helix div.tier-icon {
  background: #66bb66;
}

div.widget.shop-tier.tier-helix div.breakdown {
  font-size: 21px;
  text-align: center;
  font-family: Titillium, Arial, sans-serif;
  font-weight: 400;
  margin: 30px 0;
  text-shadow: inset 1px 1px 0 #111;
}

div.widget.shop-tier.tier-helix div.breakdown div.price {
}

div.widget.shop-tier.tier-helix div.breakdown div.upgrade {
  display: inline-block;
  margin-top: 20px;
}

div.widget.shop-tier.tier-helix div.breakdown div.upgrade button {
}

div.widget.shop-tier.tier-helix div.selection {
  overflow: hidden;
  padding-bottom: 8px;
  padding-left: 1px;

  -webkit-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
}

div.widget.shop-tier.tier-helix div.selection div.fixed {
  float: left;
}

div.widget.shop-tier.tier-helix div.selection div.fixed .slider {
  width: 668px;
}

div.widget.shop-tier.tier-helix div.selection div.fixed:not(.active) .slider:hover {
  opacity: 0.8;
}

div.widget.shop-tier.tier-helix div.selection div.fixed:not(.active) .slider > .dragger,
div.widget.shop-tier.tier-helix div.selection div.fixed:not(.active) .slider .highlight-track {
  display: none;
}

div.widget.shop-tier.tier-helix div.selection.custom div.fixed:not(.active) .slider .highlight-track {
  display: block;
  width: 100% !important;
}

div.widget.shop-tier.tier-helix div.selection div.custom {
  width: 230px;
  float: left;
  cursor: pointer;
}

div.widget.shop-tier.tier-helix div.selection div.custom .slider {
  width: 8px;
  left: 100px;
}

div.widget.shop-tier.tier-helix div.selection div.custom:not(.active) .slider:hover {
  opacity: 0.8;
}

div.widget.shop-tier.tier-helix div.selection div.custom:not(.active) .slider > .dragger,
div.widget.shop-tier.tier-helix div.selection div.custom:not(.active) .slider .highlight-track {
  display: none;
}

/*
  background: #8DCA09;
  background: linear-gradient(top, #8DCA09, #72A307);
*/

div.widget.shop-tier.tier-helix .slider > .dragger {
  background: #66bb66;
  background: linear-gradient(top, #66bb66, #44aa44);
  box-shadow: inset 0 2px 2px rgba(255,255,255,0.5), 0 2px 8px rgba(0,0,0,0.2);
  border-radius: 12px;
  border: 1px solid #496805;
  width: 20px;
  height: 20px;
}

div.widget.shop-tier.tier-helix .slider > .dragger:hover {
  background: -webkit-linear-gradient(top, #8DCA09, #8DCA09);
}

div.widget.shop-tier.tier-helix .slider > .track, .slider > .highlight-track {
  background: #ccc;
  background: linear-gradient(top, #bbb, #ddd);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
  border-radius: 8px;
  border: 1px solid #aaa;
  height: 8px;
}

/*
  background-color: #8DCA09;
  background: linear-gradient(top, #8DCA09, #72A307);
*/

div.widget.shop-tier.tier-helix .slider > .highlight-track {
  background-color: #66bb66;
  background: linear-gradient(top, #66bb66, #44aa44);
  border-color: #496805;
}

div.widget.shop-tier.tier-helix div.unlocks {
  overflow: hidden;
  margin-top: 5px;
}

div.widget.shop-tier.tier-helix div.unlocks div.group {
  float: left;
  background: #fff;
  border-radius: 3px;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.25);
  border: 2px solid #fff;
  margin-left: 15px;
  padding: 3px;
  width: 210px;
  height: 110px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
}

div.widget.shop-tier.tier-helix div.unlocks div.group:not(.active):hover {
  border-color: #aaa;
}

div.widget.shop-tier.tier-helix div.unlocks div.group.group-1 {
  width: 160px;
}

div.widget.shop-tier.tier-helix div.unlocks div.group.group-2 {
  width: 280px;
}

div.widget.shop-tier.tier-helix div.unlocks div.group.group-3 {
  width: 190px;
}

/*
  border-color: #8dca09;
*/

div.widget.shop-tier.tier-helix div.unlocks div.group.active {
  border-color: #66bb66;
}

div.widget.shop-tier.tier-helix div.unlocks div.group:first-of-type {
  margin-left: 0;
}

div.widget.shop-tier.tier-helix div.unlocks div.group h4 {
  font-family: Titillium, Arial, sans-serif;
  margin: 0;
  background: #666;
  border-radius: 2px;
  padding: 5px 5px 5px 9px;
  line-height: normal;
  color: #eee;
}

div.widget.shop-tier.tier-helix div.unlocks div.group h4 div.lock {
  float: right;
  font-size: 10px;
  text-transform: uppercase;
  overflow: hidden;
  min-width: 70px;
}

div.widget.shop-tier.tier-helix div.unlocks div.group h4 div.lock > div {
  border: 1px solid #111;
  background: #555;
  border-radius: 2px;
  padding: 2px 4px;
  color: #ccc;

  visibility: hidden;
  margin-left: -1000px;
  float: left;

  opacity: 0;
  text-align: center;
  min-width: 70px;

  transition-property: opacity, background, color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}

div.widget.shop-tier.tier-helix div.unlocks div.group.active h4 div.lock div.unlocked {

}

div.widget.shop-tier.tier-helix div.unlocks div.group.active h4 div.lock div.unlocked {
  visibility: visible;
  opacity: 1.0;
  margin-left: 0;
  background: #444;
  color: #fff;
}

div.widget.shop-tier.tier-helix div.unlocks div.group:not(.active) h4 div.lock div.locked {
  visibility: visible;
  opacity: 1.0;
  margin-left: 0;
}

div.widget.shop-tier.tier-helix div.unlocks div.group.active h4 {
  color: #fff;
  background: #333;
}

div.widget.shop-tier.tier-helix div.unlocks div.group div.interior {
  padding: 3px 0 0 0;
}

div.widget.shop-tier.tier-helix div.unlocks div.group ul.features {
  margin: 0;
  list-style-type: none;
  padding: 0;

  font-family: Titillium, Arial, sans-serif;
  font-size: 13px;
}

div.widget.shop-tier.tier-helix div.unlocks div.group ul.features li {
  padding: 3px 5px;
  border-radius: 2px;
}

div.widget.shop-tier.tier-helix div.unlocks div.group:not(.active) ul.features li i {
  color: #888;
}

div.widget.shop-tier.tier-helix div.unlocks div.group.active ul.features li i {
  color: #444;
}

div.widget.shop-tier.tier-helix div.unlocks div.group.active ul.features li:hover,
div.widget.shop-tier.tier-helix div.unlocks div.group.active ul.features li:hover i {
  color: #111;
}

div.widget.shop-tier.tier-helix div.unlocks div.group ul.features li:hover,
div.widget.shop-tier.tier-helix div.unlocks div.group ul.features li:hover i {
  background: #eee;
}

div.widget.shop-tier.tier-helix div.unlocks div.group div.custom {
  padding: 0 0 3px 7px;
}

div.widget.shop-tier.tier-helix div.unlocks div.group input[type=text] {
  font-size: 13px;
  padding: 3px;
  font-family: Titillium, Arial, sans-serif;
  display: inline-block;
  margin-left: 3px;
  width: 177px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

div.widget.shop-tier.tier-helix div.unlocks div.group input[type=text]:hover {
  border-color: #bbb;
}

div.widget.shop-tier.tier-helix div.unlocks div.group input[type=text]:focus {
  border-color: #999;
}

div.widget.shop-tier.tier-helix div.unlocks li a {
  color: #444;
  text-decoration: none;
  display: block;
}

div.widget.shop-tier.tier-helix div.unlocks li a:hover,
div.widget.shop-tier.tier-helix div.unlocks li a:hover i {
  color: #0072b1 !important;
}

/* Tier - Nucleaus */

div.widget.shop-tier.tier-nucleus div.split {
  overflow: hidden;
  margin-top: 15px;
}

div.widget.shop-tier.tier-nucleus div.subtier {
  background: #fff;
  border-radius: 3px;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.25);
  border: 2px solid #fff;
  padding: 15px;
  width: 422px;
  height: 295px;
  cursor: default;
  float: left;
}

div.widget.shop-tier.tier-nucleus div.subtier.left {
  margin-right: 7px;
}

div.widget.shop-tier.tier-nucleus div.subtier.right {
  margin-left: 8px;
}

div.widget.shop-tier.tier-nucleus div.subtier h4 {
  font-family: Titillium, Arial, sans-serif;
  font-size: 21px;
  font-weight: normal;
  text-align: center;
  margin: 15px 0 26px 0;
  line-height: 21px;
}

div.widget.shop-tier.tier-nucleus div.subtier h4 span.price {
  font-size: 14px;
  color: #aaa;
  display: block;
  margin-top: 10px;
}

div.widget.shop-tier.tier-nucleus div.subtier div.upgrade {
  text-align: center;
}

div.widget.shop-tier.tier-nucleus div.subtier div.upgrade button {
  display: inline-block;
  padding: 1px;
}

div.widget.shop-tier.tier-nucleus div.subtier ul.features {
  margin: 30px;
  list-style-type: none;
  padding: 10px;

  font-family: Titillium, Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

div.widget.shop-tier.tier-nucleus div.subtier ul.features li {
  padding: 3px 5px;
  border-radius: 2px;
}

div.widget.shop-tier.tier-nucleus div.subtier ul.features li:hover {
  background: #eee;
}

/* Tier - Cortex */

div.widget.shop-tier.tier-cortex div.split {
  overflow: hidden;
  margin-top: 15px;
}

div.widget.shop-tier.tier-cortex div.package {
  background: #fff;
  border-radius: 3px;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.25);
  border: 2px solid #fff;
  padding: 15px;
  cursor: default;
  margin-top: 15px;
}

div.widget.shop-tier.tier-cortex div.package h4 {
  font-family: Titillium, Arial, sans-serif;
  font-size: 21px;
  font-weight: normal;
  text-align: center;
  margin: 15px 0 26px 0;
  line-height: 21px;
}

div.widget.shop-tier.tier-cortex div.package h4 span.price {
  font-size: 14px;
  color: #aaa;
  display: block;
  margin-top: 10px;
}

div.widget.shop-tier.tier-cortex div.package div.upgrade {
  text-align: center;
}

div.widget.shop-tier.tier-cortex div.package div.upgrade button {
  display: inline-block;
  padding: 1px;
}

div.widget.shop-tier.tier-cortex div.package div.features {
  margin: 30px 30px 15px 30px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px;
  overflow: hidden;
}

div.widget.shop-tier.tier-cortex div.package div.features ul {
  list-style-type: none;
  font-family: Titillium, Arial, sans-serif;
  font-size: 13px;
  width: 250px;
  float: left;
  margin: 0 0 0 30px;
  padding: 0;
}

div.widget.shop-tier.tier-cortex div.package div.features ul:first-of-type {
  margin: 0;
}

div.widget.shop-tier.tier-cortex div.package div.features ul li {
  padding: 3px 5px;
  border-radius: 2px;
}

div.widget.shop-tier.tier-cortex div.package div.features ul li:hover {
  background: #eee;
}

/* Other */

div.widget.shop-tier.tier-partyplus div.tier-icon {
  background: #66bb66;
  padding-left: 6px;
  padding-right: 6px;
}

div.widget.shop-tier.tier-partyplus div.upgrade {
  margin-top: 18px;
}

/* Tier - Upcoming */

div.widget.shop-tier.tier-upcoming div.tier-icon {
  background: #ddd;
  border-color: #999;
  padding-left: 8px;
  padding-right: 8px;
}

div.widget.shop-tier.tier-upcoming div.tier-icon div {
  display: inline-block;
  width: 12px;
  height: 16px;
  line-height: 16px;
  position: relative;
}

div.widget.shop-tier.tier-upcoming div.tier-icon i {
  font-size: 16px;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
  line-height: normal;
  display: block;
  position: absolute;
  top: 0px;
  width: 12px;
  height: 16px;
}

div.widget.shop-tier.tier-upcoming div.upgrade button {
  opacity: 0.5;
}


/* GDC 2013 Landing ************************************************************************************************* */

/* Upcoming */

div#gdc-2013.upcoming {
  margin-top: -50px;
  background: #222;
}

div#gdc-2013.upcoming div.banner {
  position: relative;
}

div#gdc-2013.upcoming div.banner div.background {
  background: url(/img/ill/gdc-2013/bg-tripwire.jpg) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.40;
  z-index: 5;
}

div#gdc-2013.upcoming div.banner div.background.redthread {
  background: url(/img/ill/gdc-2013/bg-redthread.jpg) no-repeat center center;
}

div#gdc-2013.upcoming div.banner div.background.betadwarf {
  background: url(/img/ill/gdc-2013/bg-betadwarf.jpg) no-repeat center center;
}

div#gdc-2013.upcoming div.banner,
div#gdc-2013.upcoming div.banner div.background {
  width: 100%;
  height: 1050px;
}

div#gdc-2013.upcoming div.banner div.foreground {
  position: relative;
  z-index: 10;
}

div#gdc-2013.upcoming div.banner div.headline {
  text-align: center;
  padding-top: 150px;
}

div#gdc-2013.upcoming div.banner div.headline h1 {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-family: Titillium, Arial, sans-serif;
  font-size: 48px;
  margin-top: 110px;
  line-height: 40px;
}

div#gdc-2013.upcoming div.banner div.headline h2 {
  color: #eee;
  text-shadow: 1px 1px 2px #000;
  font-family: Titillium, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 40px;
}

div#gdc-2013.upcoming div.banner div.headline h2 em {
  background: rgba(0,0,0,0.4);
  padding: 1px 4px;
  font-style: normal;
}

div#gdc-2013.upcoming div.banner div.action.regular button.fat {
  margin: 45px auto 0 auto;
  min-width: 280px;
}

div#gdc-2013.upcoming div.banner div.action.email {
  margin: 45px 0 0 0;
  text-align: center;
}

div#gdc-2013.upcoming div.banner div.action.email form {
  display: inline-block;
  overflow: hidden;
}

div#gdc-2013.upcoming div.banner div.action.email input.fat {
  font-size: 15px;
  line-height: 16px;
  padding: 12px 10px;
  display: block;
  float: left;
  border: 2px solid #111;
  width: 260px;
  opacity: 0.8;
}

div#gdc-2013.upcoming div.banner div.action.email input.fat:focus {
  opacity: 1.0;
}

div#gdc-2013.upcoming div.banner div.action.email button.fat {
  float: left;
  margin-left: 10px;
}

div#gdc-2013.upcoming div.banner div.share {
  margin: 50px 0 0 0;
  text-align: center;
}

div#gdc-2013.upcoming div.banner div.share a {
  display: inline-block;
  opacity: 0.85;
  color: transparent;
  text-decoration: none;
  margin: 0 5px;
}

div#gdc-2013.upcoming div.banner div.share a:hover {
  opacity: 1.0;
}

/* Live */

div#gdc-2013.live {
  margin-top: -50px;
  background: #222;
}

div#gdc-2013.live div.banner {
  position: relative;
}

div#gdc-2013.live div.banner div.background {
  background: url(/img/ill/gdc-2013/bg-tripwire.jpg) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.40;
  z-index: 5;
}

div#gdc-2013.live div.banner div.background.redthread {
  background: url(/img/ill/gdc-2013/bg-redthread.jpg) no-repeat center center;
}

div#gdc-2013.live div.banner div.background.betadwarf {
  background: url(/img/ill/gdc-2013/bg-betadwarf.jpg) no-repeat center center;
}

div#gdc-2013.live div.banner,
div#gdc-2013.live div.banner div.background {
  width: 100%;
  height: 835px;
}

div#gdc-2013.live div.banner div.foreground {
  position: relative;
  z-index: 10;
}

div#gdc-2013.live div.banner div.headline {
  text-align: center;
  padding-top: 90px;
}

div#gdc-2013.live div.banner div.headline h1 {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-family: Titillium, Arial, sans-serif;
  font-size: 44px;
  margin-top: 20px;
  line-height: 40px;
}

div#gdc-2013.live div.banner div.headline div.sub {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 45px;
}

div#gdc-2013.live div.banner div.headline div.sub h2 {
  color: #eee;
  text-shadow: 1px 1px 2px #000;
  font-family: Titillium, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  float: left;
  width: 750px;
  margin: 0;
}

div#gdc-2013.live div.banner div.headline div.sub.full h2 {
  width: 960px;
}

div#gdc-2013.live div.banner div.headline div.sub h2 em {
  background: rgba(0,0,0,0.3);
  padding: 1px 4px;
  font-style: normal;
}

div#gdc-2013.live div.banner div.headline div.sub div.action {
  float: right;
}

div#gdc-2013.live div.banner div.headline div.sub div.action button {
  min-width: 175px;
  margin-top: 7px;
}

div#gdc-2013.live div.banner div.player {
  margin: 50px auto 0 auto;
  width: 960px;
  background: #000;
  overflow: hidden;
}

div#gdc-2013.live div.banner div.player object {
  display: block;
  float: left;
  margin: 0px 0 1px 2px;
}

div#gdc-2013.live div.banner div.player iframe {
  opacity: 0.85;
  display: block;
  float: right;
  margin: 2px;
}

div#gdc-2013.live div.banner div.share {
  margin: 50px 0 0 0;
  text-align: center;
}

div#gdc-2013.live div.banner div.share a {
  display: inline-block;
  opacity: 0.85;
  color: transparent;
  text-decoration: none;
  margin: 0 5px;
}

div#gdc-2013.live div.banner div.share a:hover {
  opacity: 1.0;
}

/* Live Schedule */

div#gdc-2013.live div.schedule {
  background: #3f3f3f;
  border-top: 1px solid rgba(255,255,255,0.1);
}

div#gdc-2013.live div.schedule div.wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
}

div#gdc-2013.live div.schedule div.wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #fff;
}

div#gdc-2013.live div.schedule div.wrapper ul li {
  padding: 10px;
  margin: 5px;
  height: 40px;
  line-height: 19px;
  background: rgba(0,0,0,0.1);
  border-top: 1px solid rgba(0,0,0,0.1);
  border-left: 1px solid rgba(0,0,0,0.1);
}

div#gdc-2013.live div.schedule div.wrapper ul li.double {
  height: 106px;
}

div#gdc-2013.live div.schedule div.wrapper ul li.header {
  font-weight: bold;
  height: 20px;
}

div#gdc-2013.live div.schedule div.wrapper div.times {
  float: left;
  width: 160px;
}

div#gdc-2013.live div.schedule div.wrapper div.times li {
  margin-left: 0;
  background: rgba(0,0,0,0.2);
}

div#gdc-2013.live div.schedule div.wrapper div.times li.time {
  font-size: 12px;
}

div#gdc-2013.live div.schedule div.wrapper div.times li.time span {
  color: #bbb;
}

div#gdc-2013.live div.schedule div.wrapper div.day-1 {
  float: left;
  width: 400px;
}

div#gdc-2013.live div.schedule div.wrapper div.day-1 li div a,
div#gdc-2013.live div.schedule div.wrapper div.day-2 li div a {
  color: #eee;
  border-bottom: 1px dotted #777;
}

div#gdc-2013.live div.schedule div.wrapper div.day-1 li div a:hover,
div#gdc-2013.live div.schedule div.wrapper div.day-2 li div a:hover {
  color: #fff;
  border-bottom: 1px solid #bbb;
  text-decoration: none;
}

div#gdc-2013.live div.schedule div.wrapper div.day-1 li div.presenter,
div#gdc-2013.live div.schedule div.wrapper div.day-2 li div.presenter {
  color: #bbb;
}

div#gdc-2013.live div.schedule div.wrapper div.day-1 li div.presenter a,
div#gdc-2013.live div.schedule div.wrapper div.day-2 li div.presenter a {
  color: #bbb;
  border-bottom: 1px dotted #777;
}

div#gdc-2013.live div.schedule div.wrapper div.day-1 li div.presenter a:hover,
div#gdc-2013.live div.schedule div.wrapper div.day-2 li div.presenter a:hover {
  color: #ddd;
  border-bottom: 1px solid #999;
  text-decoration: none;
}

div#gdc-2013.live div.schedule div.wrapper div.day-1 li {
  margin-left: 0;
}

div#gdc-2013.live div.schedule div.wrapper div.day-1 li.header {
  background: rgba(0,0,0,0.2);
}

div#gdc-2013.live div.schedule div.wrapper div.day-2 {
  float: left;
  width: 400px;
}

div#gdc-2013.live div.schedule div.wrapper div.day-2 li {
  margin-left: 0;
  margin-right: 0;
}

div#gdc-2013.live div.schedule div.wrapper div.day-2 li.header {
  background: rgba(0,0,0,0.2);
}

/* Live Sponsors */

div#gdc-2013.live div.sponsors {
  background: #222;
  border-top: 1px solid rgba(255,255,255,0.1);
}

div#gdc-2013.live div.sponsors div.wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
  text-align: left;
  color: #999;
  font-weight: normal;
}

div#gdc-2013.live div.sponsors div.label {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
  float: left;
  margin-right: 15px;
  color: #777;
  background: rgba(0,0,0,0.2);
  border-radius: 3px;
  padding: 2px 4px 1px 4px;
  margin-bottom: 1px;
}

div#gdc-2013.live div.sponsors div.wrapper a {
  color: #ccc;
  text-decoration: none;
}

div#gdc-2013.live div.sponsors div.wrapper a:hover {
  color: #eee;
  text-decoration: underline;
}


body > div.content {
  padding: 50px;
}

div.content div.recruitment {
  margin: 50px 0 0 0;
}

div.content div.recruitment button {
  width: 250px;
  margin: 0 auto;
}

div.content h2.explain {
  font-family: Titillium, Arial, sans-serif;
  font-size: 24px;
  color: #222;
  line-height: 36px;
  margin: 0;
}

div.content h2.explain span {
  background: #fff;
  padding: 1px 4px;
  border-radius: 1px;
}

div.content h2.header {
  margin: 50px 0 15px 0;
  color: #222;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

div.content h2.header span {
  display: block;
  padding: 0 0 0 0;
}

div.content div.sellout {
  overflow: hidden;
}

div.content div.sellout div.saying {
  width: 468px;
  float: right;
}

div.content div.sellout div.saying p {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e0e0e0');
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#e0e0e0));
  background: -moz-linear-gradient(center top , #eeeeee, #e0e0e0);
  background: -o-linear-gradient(#eeeeee, #e0e0e0);
  padding: 5px 5px 4px 5px;
  margin: 5px 0;
  border-radius: 3px;
  overflow: hidden;
  font-size: 12px;
  box-shadow: 1px 1px 0px #aaa;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  float: left;
  clear: left;
}

div.content div.sellout div.saying p span.icn {
  margin-right: 7px;
  float: left;
}

div.content div.sellout div.saying p span.author {
  font-weight: bold;
  margin-left: 10px;
}

div.content div.sellout div.stats {
  width: 468px;
  float: left;
}

div.content div.sellout div.stats p {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e0e0e0');
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#e0e0e0));
  background: -moz-linear-gradient(center top , #eeeeee, #e0e0e0);
  background: -o-linear-gradient(#eeeeee, #e0e0e0);
  padding: 5px 5px 4px 5px;
  margin: 5px 0;
  border-radius: 3px;
  overflow: hidden;
  font-size: 12px;
  box-shadow: 1px 1px 0px #aaa;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  float: left;
  margin-right: 10px;
}

div.content div.sellout div.stats p span.icn {
  margin-right: 7px;
  float: left;
}

div.content div.sellout div.stats p span {
  font-weight: bold;
}

span.icn {
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  height: 16px;
  width: 16px;
}

span.icn.quote {
  background-image: url(/img/icons/quote.png);
}

span.icn.player {
  background-image: url(/img/icons/player.png);
}

span.icn.rating {
  background-image: url(/img/icons/rating.png);
}

span.icn.game {
  background-image: url(/img/icons/game.png);
}

span.icn.playtime {
  background-image: url(/img/icons/playtime.png);
}

span.icn.group {
  background-image: url(/img/icons/group.png);
}

span.icn.match {
  background-image: url(/img/icons/match.png);
}

span.icn.party {
  background-image: url(/img/icons/party.png);
}

div.content div.event-grab {
  margin-top: 50px;
}

div.content div.event-grab a {
  display: block;
}

div.content div.event-grab a:hover {
  opacity: 0.95;
}

div.content div.event-grab img {
  display: block;
}

div.content div.partner-grab {
  border-radius: 3px;
  background: #343f48;
  padding: 15px;
  border: 1px solid #222;
  border-bottom: none;
  border-right: none;
  box-shadow: 1px 1px 0 #ffffff;
  overflow: hidden;
  margin-top: 50px;
}

div.content div.partner-grab div.message {
  color: #ddd;
  text-shadow: 1px 1px 1px #222;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-top: 7px;
  font-size: 14px;
  float: left;
}

div.content div.partner-grab div.button {
  float: right;
}

div.content div.partner-grab div.button a {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 12px;
  display: block;
  background: #111;
  border-radius: 3px;
  padding: 1px;
  text-align: center;
  cursor: default;
  color: #eee;
  text-shadow: 0 -1px 0px #333;
  text-decoration: none;
}

div.content div.partner-grab div.button a > span {
  border-radius: 2px;
  border-top-width: 1px;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-radius: 2px;
  display: block;
  padding: 5px 7px 6px 6px;
  min-width: 150px;
}

div.content div.partner-grab div.button a > span {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB2C2C', endColorstr='#B02323');
  background: -webkit-gradient(linear, left top, left bottom, from(#DB2C2C), to(#B02323));
  background: -moz-linear-gradient(center top , #DB2C2C, #B02323);
  background: -o-linear-gradient(#db2c2c, #b02323);
}

div.content div.partner-grab div.button a > span {
  border-top-color: #FF4747;
  border-left-color: #FF4747;
}

div.content div.partner-grab div.button a:hover {
  color: #fff;
  background: #222;
}

div.content div.partner-grab div.button a:hover > span {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F53131', endColorstr='#C92828');
  background: -webkit-gradient(linear, left top, left bottom, from(#F53131), to(#C92828));
  background: -moz-linear-gradient(center top , #F53131, #C92828);
  background: -o-linear-gradient(#f53131, #c92828);
}

div.content div.partner-grab div.button a:active > span {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B02323', endColorstr='#F53131');
  background: -webkit-gradient(linear, left top, left bottom, from(#B02323), to(#F53131));
  background: -moz-linear-gradient(center top , #B02323, #F53131);
  background: -o-linear-gradient(#b02323, #f53131);
}


div.content div.partner-details {
  border-radius: 5px;
  background: #343f48;
  padding: 15px;
  border: 1px solid #222;
  border-bottom: none;
  border-right: none;
  box-shadow: 1px 1px 0 #ffffff;
  overflow: hidden;
}

div.content div.partner-details div.detail {
  background: -webkit-gradient(linear, left top, left bottom, from(#6B8393), to(#566570));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B8393', endColorstr='#566570');
  background: -moz-linear-gradient(center top , #6B8393, #566570);
  background: -o-linear-gradient(#6B8393, #566570);
  padding: 15px;
  margin: 15px;
  box-shadow: 1px 1px 1px #222;
  border-radius: 3px;
  border-top: 1px solid rgba(255,255,255,0.35);
  border-left: 1px solid rgba(255,255,255,0.2);
  height: 95px;
  width: 403px;
  float: left;
}

div.content div.partner-details div.detail h3 {
  color: #fff;
  text-shadow: 1px 1px 1px #222;
  font-family: Arial, sans-serif;
  margin-top: 0;
  font-size: 14px;
}

div.content div.partner-details div.detail p {
  color: #eee;
  text-shadow: 1px 1px 0px #444;
}

/* ****************************************************************************************************************** */
/* Custom signup form styles                                                                                                    */
/* ****************************************************************************************************************** */
/** Page Globals **/
.clearfix::after{
  display: table;
  content: "";
  clear: both;
}
#signup_wrapper{
  max-width: 490px;
  margin: 0 auto 6em auto;
}
#signup_wrapper div.wrapper{
  width: 100%;
}
#signup_wrapper p a{
  color: #ec232a;
}

/**********************************************
* LOGO
***********************************************/
div.mast  div.logo.large{
  width: 400px;
  margin: 0 auto;
  float: none;
}
div.mast  div.logo.large a{
  width: 400px;
  height: 140px;
  background: url('../../img/logo-large.png');
  background-size: 400px 140px;
}

/**********************************************
* HEADER TEXT
***********************************************/
header.form_header{
  color: #fff;
  padding: 3em 0;
  font-size: 1.2em;
}
header.form_header h1{
  font-family: 'Titillium', 'Lucida Grande', Arial, Verdana, Tahoma, sans-serif;
  font-weight: 500;
  margin-top: 0;
}
header.form_header p{
  
}
header.form_header :last-child{
  margin-bottom: 0;
}

/**********************************************
* FORM ELEMENTS
***********************************************/
.field{
  margin: 0 0 1.5em 0;
  position: relative;
}
#password-field{
  margin-bottom: 3em;
}
.field p{
  color: #919191;
}

/** Labels **/
.label{
  padding: 0 0 0.6em 0;
  color: #919191;
}
.label label{
  font-size: 1.4em;
  float: left;
}
span.indicator{
  display: inline-block;
  float: right;
  font-size: 1em;
}
.label.focused label{
  color: #fff;
}
/** Indicators **/
span.indicator{

}
span.indicator.available{
  color: #8dc63f;
}
span.indicator.unavailable{
  color: #ec232a;
}

/** Inputs **/
.field input[type="text"],
.field input[type="email"],
.field input[type="password"],
.strength_meter{
  border: none;
  display: block;
  width: 454px;
  height: 24px;
  padding: 12px 18px;
  border-radius: 3px;
  font-size: 1.4em;
}
.field input[type="text"],
.field input[type="email"]{
  background: #d8d8d8;
}
.field input[type="text"]:focus,
.field input[type="email"]:focus{
  background: #fff;
}
.field input.strength:focus{
  background:none;
}

.field input#myPassword,
.field input.strength{
  background: none;
  position: relative;
  z-index: 10;
}

/** Strength Meter **/
#password_inputs{
  position: relative;
}

.strength_meter{
  background: #d8d8d8;
  position: absolute;
  top: 0;
  z-index: 0;
}
.strength_meter.focused{
  background: #fff;
}
.strength_meter div{
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
}
.strength_meter .veryweak{
  width: 25%;
  background-color: #EF4136;
}
.strength_meter .weak{
  width: 50%;
  background-color: #C6704E;
}
.strength_meter .medium{
  width: 75%;
  background-color: #9E9F66;
}
.strength_meter .strong{
  width: 100%;
  background-color: #76CE7E;
  border-radius: 3px 0 0 3px;
}

/** Reposition Show password toggle **/
.field input#myPassword,
.field input.strength,
.strength_meter{
  width: 334px;
  border-radius: 3px 0 0 3px;
}

a.button_strength{
  position: absolute;
  right: 0;
  top: 0;
  height: 37px;
  width: 108px;
  background-color: #d8d8d8;
  border-radius: 0 3px 3px 0;
  overflow: hidden;
  padding: 11px 0 0 11px;
}
a.button_strength:hover,
a.button_strength.hide_button_strength{
  background-color: #fff;
}
a.button_strength .show_toggle_marker{
  width: 26px;
  height: 26px;
  display: block;
  background: transparent url('../../img/checkbox-sprite.png') 0 0 no-repeat;
  background-size: 26px 52px;
  display: inline-block;
  vertical-align: middle;
}
a.button_strength .show_toggle_marker.show{
  background-position: 0 0;
}
a.button_strength .show_toggle_marker.hide{
  background-position: 0 -26px;
}
a.button_strength .label{
  color: #111;
  display: inline-block;
  padding: 0 0 0 14px;
  font-size: 1.2em;
  vertical-align: middle;
}


/** Submit Button **/
.field button[type="submit"]{
  background-color: #ec232a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 35, 42)),to(rgb(177, 26, 32)));
  background-image: -webkit-linear-gradient(top, rgb(236, 35, 42), rgb(177, 26, 32));
  background-image: -moz-linear-gradient(top, rgb(236, 35, 42), rgb(177, 26, 32));
  background-image: -o-linear-gradient(top, rgb(236, 35, 42), rgb(177, 26, 32));
  background-image: -ms-linear-gradient(top, rgb(236, 35, 42), rgb(177, 26, 32));
  background-image: linear-gradient(top, rgb(236, 35, 42), rgb(177, 26, 32));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ec232a', EndColorStr='#b11a20');

  color: #fff;
  border-radius: 2px;
  padding: 0.75em 1em;
  font-size: 1.4em;
  font-weight: normal;
  display: inline-block;
  cursor: pointer;
  float: left;
}
.field button[type="submit"]:hover{
  background-color: #b11a20;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(177, 26, 32)),to(rgb(236, 35, 42)));
  background-image: -webkit-linear-gradient(top, rgb(177, 26, 32), rgb(236, 35, 42));
  background-image: -moz-linear-gradient(top, rgb(177, 26, 32), rgb(236, 35, 42));
  background-image: -o-linear-gradient(top, rgb(177, 26, 32), rgb(236, 35, 42));
  background-image: -ms-linear-gradient(top, rgb(177, 26, 32), rgb(236, 35, 42));
  background-image: linear-gradient(top, rgb(177, 26, 32), rgb(236, 35, 42));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#b11a20', EndColorStr='#ec232a');
}

.field button[type="submit"]:disabled{
  opacity:0.4;
  cursor: default;
}

/** submit loader **/
.submit_wrap{
  overflow: hidden;
}
#messages{
  display: inline-block;
  padding: 1.15em;
  margin-left: 1.15em;
  max-width: 270px;
}
#messages p{
  margin: 0;
}
.loading{
  color: #fff;
  background: url('../../img/loading-bars.svg') left center no-repeat scroll;
  background-size: 16px;
  padding-left: 32px;
}

/** Buttons **/
.button_wrap{
  overflow: hidden;
}
.button_wrap a.btn:last-child{
  margin: 0;
}
.onboard_content a.btn{
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.4em;
  padding: 0.85em 1em;
  border: solid 1px transparent;
  float: left;
  margin: 0 1em 0 0;
  color: #222222;
  background: #cccccc;
  text-shadow: none;
  position: relative;
}
.onboard_content a.btn:hover{
  background: #dddddd;
}
.onboard_content a.btn.red{
  border-color: transparent;
  color: #fff;
  position: relative;
  padding-left: 2.8em;

  background-color: #ec232a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 35, 42)),to(rgb(177, 26, 32)));
  background-image: -webkit-linear-gradient(top, rgb(236, 35, 42), rgb(177, 26, 32));
  background-image: -moz-linear-gradient(top, rgb(236, 35, 42), rgb(177, 26, 32));
  background-image: -o-linear-gradient(top, rgb(236, 35, 42), rgb(177, 26, 32));
  background-image: -ms-linear-gradient(top, rgb(236, 35, 42), rgb(177, 26, 32));
  background-image: linear-gradient(top, rgb(236, 35, 42), rgb(177, 26, 32));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ec232a', EndColorStr='#b11a20');
}
.onboard_content a.btn.red:hover{
  background-color: #b11a20;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(177, 26, 32)),to(rgb(236, 35, 42)));
  background-image: -webkit-linear-gradient(top, rgb(177, 26, 32), rgb(236, 35, 42));
  background-image: -moz-linear-gradient(top, rgb(177, 26, 32), rgb(236, 35, 42));
  background-image: -o-linear-gradient(top, rgb(177, 26, 32), rgb(236, 35, 42));
  background-image: -ms-linear-gradient(top, rgb(177, 26, 32), rgb(236, 35, 42));
  background-image: linear-gradient(top, rgb(177, 26, 32), rgb(236, 35, 42));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#b11a20', EndColorStr='#ec232a');
}
.onboard_content a.btn.red::before{
  display: block;
  position: absolute;
  top: 50%;
  left: 0.85em;
  content: "";
  background: #96141d url('../../img/download_arrow.png') center center no-repeat;
  background-size: 12px 7px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  transform: translateY(-50%);
}

.onboard_content a.btn.transparent{
  border-color: #595959;
  color: #fff;
  background: none;
}
.onboard_content a.btn.transparent:hover{
  border-color: #fff;
}

p.details{
  color: #919191;
}
body > div.content {
  padding: 50px 0;
}






div.widget.statcase div.stat {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 0 0 0 15px;
  display: block;
  float: left;
}

div.widget.statcase div.stats {
  margin: 15px 0 0 0;
}

div.widget.statcase div.stat {
  overflow: hidden;
}

div.widget.statcase div.stats div.stat:first-child {
  margin: 0;
}

div.widget.statcase div.stat.rank {
  width: 285px;
}

div.widget.statcase div.stat.played {
  width: 125px;
}

div.widget.statcase div.stat.longest {
  width: 125px;
}

div.widget.statcase div.stat h4 {
  font-family: Titillium, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  background: #e5e5e5;
  padding: 10px 10px 8px 10px;
  line-height: 18px;
  color: #aa4444;
  border-radius: 3px 3px 0 0;
}

div.widget.statcase div.stat h4 span {
  font-family: Titillium, Arial, sans-serif;
  font-weight: normal;
  color: #555;
}

div.widget.statcase div.stat p {
  margin: 10px 0 0 0;
}

div.widget.statcase div.stat p span.tip {
  background: rgba(0,0,0,0.17);
  color: #fff;
  width: 11px;
  height: 11px;
  padding: 2px;
  text-align: center;
  border-radius: 9px;
  cursor: default;
  font-weight: bold;
  font-size: 11px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-left: 2px;
  float: right;
  display: block;
  line-height: 11px;
  margin-top: 2px;
}

div.widget.statcase div.stat p span.tip:hover {
  background: rgba(0,0,0,0.37);
}



div.widget.favcase div.empty {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 15px 0 0 0;
}

div.widget.favcase div.empty p {
  margin: 50px;
  text-align: center;
  color: #aaa;
  font-style: italic;
}

div.widget.favcase div.favorites {
  margin: 15px 0 0 0;
}

div.widget.favcase div.favorites div.item {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 4px 5px 5px 4px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 0 0 0 15px;
  display: block;
  float: left;
}

div.widget.favcase div.favorites div.item:first-child {
  margin-left: 0;
}

div.widget.favcase div.favorites div.item a {
  background: #fff;
  display: block;
}

div.widget.favcase div.favorites div.item a img {
  width: 67px;
  opacity: 1.0;
  display: block;
  border-radius: 3px;
}

div.widget.favcase div.favorites div.item a:hover img {
  opacity: 0.9;
}


div.widget.groupcase div.empty {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 15px 0 0 0;
}

div.widget.groupcase div.empty p {
  margin: 50px;
  text-align: center;
  color: #aaa;
  font-style: italic;
}

div.widget.groupcase div.groups {
  margin: 15px 0 0 0;
}

div.widget.groupcase div.group {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px #666;
  padding: 9px 10px 10px 9px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,1);
  border-right: none;
  border-bottom: none;
  margin: 0 0 0 15px;
  display: block;
  overflow: hidden;
}

div.widget.groupcase div.groups div.group:first-child {
  margin: 0;
}

div.widget.groupcase div.group div.anchor {
  float: left;
}

div.widget.groupcase div.group div.anchor img {
  display: block;
  border-radius: 3px;
}

div.widget.groupcase div.group div.details {
  margin: 0 0 0 75px;
}

div.widget.groupcase div.group div.details h4 {
  font-size: 12px;
  margin: 0;
}

div.widget.groupcase div.group div.details p {
  font-size: 11px;
  margin: 1px 0 0 0;
}

div.widget.groupcase div.group div.details p.description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.widget.groupcase div.group div.details p.stats {
  border-top: 1px dotted #ccc;
  padding-top: 8px;
  line-height: 11px;
  margin-top: 4px;
  color: #777;
}

div.widget.groupcase div.group div.details p.stats span {
  font-weight: bold;
}


div.widget table.facts {
  font-size: 11px;
  table-layout: fixed;
  width: 100%;
  line-height: normal;
}

div.widget table.facts td {
  padding: 10px 5px 0 5px;
}

div.widget table.facts tr:first-child td {
  padding: 0 5px 0 5px;
}

div.widget table.facts tr td:first-child {
  padding-left: 0;
}

div.widget table.facts tr td:last-child {
  padding-right: 0;
}

div.widget table.facts td.fact {
  vertical-align: top;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}

div.sidebar div.widget table.facts td.fact {
  width: 90px;
}

div.sidebar div.widget table.facts td {
  line-height: 16px;
}

div.sidebar div.widget table.facts td.value div.progress-bar {
  margin-top: 2px;
}

div.widget table.facts td.value {
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}

div.widget table.facts td.value span.line {
  display: block;
}

div.widget table.facts td.value span.minor {
  font-weight: normal;
}

div.widget table.facts td.value span.tip {
  background: rgba(0,0,0,0.17);
  color: #fff;
  width: 11px;
  height: 11px;
  padding: 2px;
  text-align: center;
  border-radius: 9px;
  cursor: default;
  font-weight: bold;
  font-size: 11px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-left: 2px;
  float: right;
  display: block;
  line-height: 11px;
  margin-top: 1px;
}

div.widget table.facts td.value span.tip:hover {
  background: rgba(0,0,0,0.37);
}


div.columns div.sidebar {
  float: right;
  width: 300px;
}

div.sidebar div.widget {
  background: rgba(0,0,0,0.1);
  padding: 9px 10px 10px 9px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 1px 1px 0px #fff;
  border-bottom: none;
  border-right: none;
  margin: 30px 0 0 0;
  width: 280px;
}

div.sidebar div.widget.no-exterior {
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  width: 300px;
  box-shadow: none;
}

div.sidebar div.widget:first-child {
  margin: 0;
}

div.sidebar div.widget:not(.no-interior) > div {
  background: #eee;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.9);
  border-right: none;
  border-bottom: none;
  border-radius: 3px;
}

div.sidebar div.widget h4 {
  margin: 0;
}

div.sidebar div.widget p {
  font-size: 11px;
  margin: 10px 0 0 0;
}

div.widget.portrait {
  position: relative;
}

div.widget.portrait div.img {
  width: 280px;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  border-radius: 3px;
  padding: 0;
  border: none;
}

div.widget.portrait div.img img {
  width: 280px;
  display: block;
  visibility: hidden;
}

div.widget.portrait div.uploader {
  position: absolute;
  bottom: 0;
  left: -9999px;
  width: 300px;
}

div.widget.portrait:hover div.uploader {
  left: 0;
}

div.widget.portrait div.uploader button {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}

div.widget.portrait div.uploader div.uploadifyQueue {
  height: 19px;
  max-height: 19px;
  width: 144px;
  max-width: 144px;
  font-size: 11px;
  float: right;
  margin-right: 20px;
  margin-bottom: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px 3px;
}

div.widget.portrait div.uploader div.uploadifyQueue div.cancel {
  float: left;
  width: 20px;
  display: none;
}

div.widget.portrait div.uploader div.uploadifyQueue div.uploadifyError {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}




div.widget.general table.facts {
  margin: 10px 0 0 0;
}

div.widget.general form {
  margin: 10px 0 0 0;
}

div.widget.general button {
  width: 100%;
}


div.widget.handles table.facts {
  margin: 10px 0 0 0;
}

table.index {
  table-layout: fixed;
  border-spacing: 0;
  border-left: 1px solid #bbb;
  border-top: 1px solid #bbb;
}

div.main div.widget table.index {
  max-width: 630px;
  width: 630px;
  min-width: 630px;
}

div.full div.widget table.index {
  max-width: 960px;
  width: 960px;
  min-width: 960px;
}

div.main div.widget table.index .col-1x {
  width: 41px;
}

div.main div.widget table.index .col-2x {
  width: 86px;
}

div.main div.widget table.index .col-3x {
  width: 131px;
}

div.main div.widget table.index .col-4x {
  width: 176px;
}

div.main div.widget table.index .col-5x {
  width: 221px;
}

div.main div.widget table.index .col-6x {
  width: 266px;
}

div.main div.widget table.index .col-7x {
  width: 311px;
}

div.main div.widget table.index .col-8x {
  width: 356px;
}

div.main div.widget table.index .col-9x {
  width: 401px;
}

div.main div.widget table.index .col-10x {
  width: 446px;
}

div.full div.widget table.index .col-1x {
  width: 44px;
}

div.full div.widget table.index .col-2x {
  width: 92px;
}

div.full div.widget table.index .col-3x {
  width: 140px;
}

div.full div.widget table.index .col-4x {
  width: 188px;
}

div.full div.widget table.index .col-5x {
  width: 236px;
}

div.full div.widget table.index .col-6x {
  width: 284px;
}

div.full div.widget table.index .col-7x {
  width: 332px;
}

div.full div.widget table.index .col-8x {
  width: 380px;
}

div.full div.widget table.index .col-9x {
  width: 428px;
}

div.full div.widget table.index .col-10x {
  width: 476px;
}

div.full div.widget table.index .col-11x {
  width: 508px;
}

div.full div.widget table.index .col-12x {
  width: 572px;
}

div.full div.widget table.index .col-13x {
  width: 620px;
}

div.full div.widget table.index .col-14x {
  width: 668px;
}

div.full div.widget table.index .col-16x {
  width: 764px;
}

div.full div.widget table.index .col-20x {
  width: 956px;
}

table.index tr td img {
  max-width: 100%;
}

table.index tr td.anchor img {
  display: block;
}

table.index tr td.anchor a {
  display: block;
}

div.full div.widget table.index tr td.anchor img {
  min-width: 64px;
  max-width: 64px;
  width: 64px;
  margin: 0 auto;
}

div.full div.widget table.index tr td.icon {
  text-align: center;
  vertical-align: center;
}

div.full div.widget table.index tr td.icon a {
  display: block;
}

div.full div.widget table.index tr td.icon img {
  display: block;
  margin: 0 auto;
}

table.index tr th.rank {
  text-align: center;
}

table.index tr td.rank span {
  display: block;
  padding: 10px;
  margin: 0 auto;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

table.index tr td.trimmed,
table.index tr td.trimmed div.cell > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.index tr td {
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #bbb;
  margin: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#dadada');
  background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#dadada));
  background: -moz-linear-gradient(center top , #e7e7e7, #dadada);
  background: -o-linear-gradient(#e7e7e7, #dadada);
}

table.index tr:hover td {
  background: #ececec;
  color: #111;
}

table.index tr.subheader td {
  background: #f7f7f7;
  font-weight: bold;
  color: #444;
}

table.index tr.subheader td a {
  color: #444;
}

/* Small Entry Highlighting */

table.index tr td div > small {
  font-size: 11px;
}

table.index tr td div > small strong.highlight {
  background: #f0f0f0;
  padding: 1px 0;
  color: #111;
}

table.index tr td div > small strong.highlight.spaced-left {
  padding: 1px 0 1px 3px ;
}

table.index tr td div > small strong.highlight.spaced-right {
  padding: 1px 3px 1px 0;
}

table.index tr td div > small strong.highlight.spaced-both {
  padding: 1px 3px;
}

table.index tr:hover td div > small strong.highlight {
  background: #fff;
}

/* Main Entry Highlighting */

table.index tr td div > strong strong.highlight {
  background: #f4f4f4;
  padding: 1px 0;
  #color: #111;
}

table.index tr td div > strong strong.highlight.spaced-left {
  padding: 1px 0 1px 3px ;
}

table.index tr td div > strong strong.highlight.spaced-right {
  padding: 1px 3px 1px 0;
}

table.index tr td div > strong strong.highlight.spaced-both {
  padding: 1px 3px;
}

table.index tr:hover td div > strong strong.highlight {
  background: #fff;
}

table.index tr td.lesser {
  font-size: 11px;
  color: #666;
}

table.index tr th {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#cacaca');
  background: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#cacaca));
  background: -moz-linear-gradient(center top , #d7d7d7, #cacaca);
  background: -o-linear-gradient(#d7d7d7, #cacaca);
  border: none;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  margin: 0;
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  color: #111;
}

table.index th > div.cell,
table.index tr td > div.cell {
  padding: 5px 7px;
}

table.index th span.title {
	display: inline-block;
}

table.index th span.arrow {
  width: 10px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  float: right;
  margin: 4px 0 0 4px;
}

table.index th span.arrow.up {
  background-image: url(/images/icons/sort-up.png);
}

table.index th span.arrow.down {
  background-image: url(/images/icons/sort-down.png);
}

table.index tr td span.tip {
  background: rgba(0,0,0,0.17);
  color: #fff;
  padding: 1px 4px;
  border-radius: 8px;
  cursor: default;
  font-weight: bold;
  font-size: 11px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-left: 2px;
}

table.index tr td span.tip:hover {
  background: rgba(0,0,0,0.37);
}

/* Cell Anchors */

table.index tr td div.cell-anchor {
  width: 38px;
  height: 38px;
  float: left;
  margin-right: 10px;
}

table.index tr td div.cell-anchor a {
  display: block;
}

table.index tr td div.cell-anchor img {
  width: 38px;
  height: 38px;
  display: block;
}

div.content div.form-surrogate form {
  float: left;
}

div.content form div.base-errors,
div.content div.form-surrogate div.base-errors {
  border-radius: 3px;
  background: #8f282b;
  color: #dfdfdf;
  padding: 6px 8px 5px 8px;
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: bold;
}

div.content form div.base-errors a,
div.content div.form-surrogate div.base-errors a {
  color: #fff;
}

div.content form div.row p {
  margin: 10px 0 0 0;
  color: #111;
}

div.content form div.row p:first-child {
  margin: 0;
}

div.content form button {
  padding: 1px;
  background: #999;
}

div.content div.recruitment form button {
  padding: 2px;
  background: #111;
}

div.content form button:hover {
  background: #888;
}

div.content form div.actions,
div.content div.form-surrogate div.actions {
  border-top: 1px dotted #aaa;
  margin-top: 10px;
  padding-top: 10px;
}

div.content form div.row div.error {
	color: #cc393e;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: default;
}

div.content form div.row label {
	font-weight: bold;
	color: #111;
	display: block;
}

div.content form div.row label span.note {
	font-size: 11px;
	font-weight: normal;
	color: #777;
	display: block;
}

div.content form div.row label span.note a {
	color: #0072b1;
	text-decoration: none;
}

div.content form div.row label span.note a:hover {
  text-decoration: underline;
}

div.content form div.row label span.note a.helper {
	display: block;
	float: right;
	font-weight: bold;
}

div.content form div.row {
  margin-top: 10px;
  overflow: hidden;
}

div.content form div.row:first-child {
  margin-top: 0;
}

div.content form div.row.columns div.left {
  float: left;
}

div.content form div.row.columns div.right {
  float: right;
}

div.content form div.row div.checkbox {
  float: left;
  margin-left: 5px;
}

div.content form div.row div.checkbox:first-of-type {
  margin-left: 0;
}

div.content form div.row div.checkbox.vertical {
  margin-top: 5px;
  float: none;
  overflow: hidden;
  margin-left: 0;
}

div.content form div.row div.checkbox input {
  display: block !important;
  float: left !important;
  padding: 0 !important;
  height: 16px;
  width: 16px;
}

div.content form div.row div.checkbox label {
  display: block !important;
  float: left !important;
  font-weight: normal !important;
  margin-left: 3px;
  margin-bottom: 0;
  line-height: normal;
}

div.content div.columns div.main form textarea {
  width: 578px;
  max-width: 578px;
}

div.content div.columns div.main form input[type="text"],
div.content div.columns div.main form input[type="password"] {
  width: 572px;
  max-width: 572px;
}

div.content div.columns div.full form textarea,
div.content div.columns div.full div.form-surrogate textarea {
  width: 908px;
  max-width: 908px;
}

div.content div.columns div.full form textarea.monospace,
div.content div.columns div.full div.form-surrogate textarea.monospace {
  font-family: Monaco, "Courier New", Courier, monospace;
}

div.content div.columns div.full form input[type="text"] {
  width: 902px;
  max-width: 902px;
}

div.content form div.actions,
div.content div.form-surrogate div.actions {
  overflow: hidden;
}

div.content form div.actions div.right,
div.content div.form-surrogate div.right {
  float: right;
}

div.content form div.actions button,
div.content div.form-surrogate div.actions button {
  float: left;
  margin-left: 10px;
}

div.content form div.actions button:first-child,
div.content div.form-surrogate div.actions button:first-child {
  margin-left: 0;
}

div.content form div.actions div.action-checkbox input {
  display: block !important;
  float: left !important;
  width: auto !important;
  margin-top: 8px;
  padding: 0 !important;
}

div.content form div.actions div.action-checkbox label {
  display: block !important;
  float: left !important;
  font-weight: normal !important;
  margin-left: 5px;
  margin-top: 7px;
}

/*
 * jQuery Nivo Slider v3.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.2
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(/img/nvo/dft/loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(/img/nvo/dft/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/img/nvo/dft/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
