html * {
  font-family: 'Source Sans Pro', Calibri, sans-serif;
  color: #000;
}

html {
  background-image: url('img/bg-serverlist.png'), url('img/mc_bg_pattern.png');
  background-repeat: no-repeat, repeat;
  font-size: 0.82em;
  font-weight: normal;
}

.hidden {
  display: none;
}
.noresize {
  resize: none;
}

/* -- MENU -- */
.menu {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.menu ul {
  float: left;
}

.menu-dropdown {
  float: right;
  background: #fff;
  width: 200px;
  border: 1px solid #c4c5c6;
  border-right: 0;
  margin-right: -20px;
  position: relative;
}
.menu-dropdown * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.menu-dropdown a {
  display: block;
  width: 100%;
  color: #000;
  padding: 10px 12px;
}
.menu-dropdown a .open-dropdown {
  float: right;
  position: relative;
  top: 2px;
}
.menu-dropdown a:hover,
.menu-dropdown a:active,
.menu-dropdown a:focus {
  color: #000;
}
.menu-dropdown a img {
  vertical-align: bottom;
  margin-right: 5px;
}
.dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0;
  width: 100%;
  background: #fff;
  margin-top: 1px !important;
  border: 1px solid #c4c5c6;
  border-top: 0;
  border-right: 0;
  display: none;
  
}
.dropdown-menu li {
  display: block;
  width: 100%;
}
.dropdown-menu li a {
  display: block;
  padding: 10px 12px;
  color: #000;
  width: 100%;
}
.dropdown-menu li a:hover {
  background: #f0f0f0;
}
.clear {
  clear: both;
}

::selection {
  background: rgba(50,220,50,0.8);
}
::-moz-selection {
  background: rgba(50,220,50,0.8);
}

a, a:link, a:visited {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:hover, label:hover, a:focus, a:active {
  color: #D0302C;
}

div#box-wrapper {
  margin:auto;
  width:1000px;
}

div#box-header {
  float:left;
  width:100%;
  height:100px;
}

a.header-logo {
  display:inline-block;
  margin-top:20px;
  width:500px;
}
a.crew-banner {
  display: inline-block;
  margin-left: 20px;
}

div#box-header-title {
  margin-left: 15px;
  font-size: 150%;
  color: white;
  font-weight: bold;
  text-shadow: 2px 2px black;
}

div#box-content {
  float:left;
  width:100%;
}

div#box-footer {
  float:left;
  width:100%;
  margin-top:20px;
}

div#box-footer-text {
  float:left;
  width:100%;
  text-align:center;
  color:#FFF;
}

div.content {
  float:left;
  width:980px;
  padding: 0 20px 20px 20px;
  border:1px solid #949597;
  margin-bottom:16px;
  box-shadow: 0 0 5px 5px #000;
  background: white url('img/mc_body_pattern.png') repeat;
}

.left {
  float:left;
}

.right {
  float:right;
}

.full {
  width:958px;
}

.fill {
  width:100%;
}

/** Table **/
table {
  text-align: left;
}
table h1, table h2, table h3,
table h4, table h5 {
  display: inline;
}
table img {
  vertical-align: middle;
}

table.styled thead tr th {
  font-weight: bold;
  font-size: 1.1em;
  padding-bottom: 2px;
  padding-left: 5px;
}
table.styled thead tr th a {
  color: #151515;
}
table.styled tbody tr td {
  height: 30px;
  vertical-align: middle;
  padding-left: 5px;
}
table.styled tbody {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
table.styled tbody tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0.3);
}
table.styled tbody tr:hover td {
  background-color: rgba(0, 0, 0, 0.1);
}
table.styled tbody tr td.actions, table.styled thead tr th.actions {
  text-align: right;
  padding-right: 10px;
}
table.styled.noalt tbody tr td {
  background-color: transparent !important;
  border-bottom: 1px solid #DADBDD;
  height: 20px;
}
table.styled.noborder tbody tr td{
  border: none;
}
table.styled.noborder tbody {
  border: none;
}
td.label {
  text-align:right;
  padding-right:10px;
}

/** COPIED DOWN BELOW **/

/** Notification **/

.notif{
  position: relative;
  padding:10px 10px 10px 40px;
  margin-bottom:10px;
  border:1px solid #dddddd;
  border-left-width:5px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  font-size: 1.15em;
}
.notif .close{
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  line-height: 20px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.notif .close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.notif strong{
  font-weight: bold;
  color:inherit;
}
.notif.error, .notif.success, .notif.msg, .notif.notice{
  padding:10px 10px 10px 40px;
  margin-bottom:10px;
  border:1px solid #dddddd;
  border-left-width:5px;
}

.notif.success {
  background:#32C832 url('/assets/img/bg-msg.png') no-repeat 0 -220px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #274409;
}
.notif.error {
  background:#DD4946 url('/assets/img/bg-msg.png') no-repeat 0 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color:#680300;
}
.notif.msg {
  background:#9BD8FF url('/assets/img/bg-msg.png') no-repeat 0 -72px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color:#205791;
}
.notif.notice{
  background:#FFEE7F url('/assets/img/bg-msg.png') no-repeat 0 -148px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color:#514721;
}

/* Borders, Inputs, Buttons */

.border {
  display: inline-block;
  background: #313339;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 5px 1px #222;
  -moz-box-shadow: inset 0 0 5px 1px #222;
  box-shadow: inset 0 0 5px 1px #222;
  padding: 3px 3px 2px 3px;
}

.border.highlight, .border-round.highlight {
  background: #E2140D;
}

.border-round {
  display: inline-block;
  background: #313339;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 5px 1px #222;
  -moz-box-shadow: inset 0 0 5px 1px #222;
  box-shadow: inset 0 0 5px 1px #222;
  padding: 3px 3px 2px 3px;
}

input:disabled {
  color:#999 !important;
}

input[type=text], input[type=password] {
  width: 165px;
}

input[type=checkbox], input[type=radio] {
  cursor: pointer;
  padding: 0;
  margin: 0;

}
:not(#foo) input[type=checkbox].check, :not(#foo) input[type=radio].radio {
  width: 16px;
  height: 16px;
  opacity: 0;
  vertical-align: bottom;
}
:not(#foo) input[type=checkbox].check + .dummy-elem, :not(#foo) input[type=radio].radio + .dummy-elem {
  background: url('../img/input-sprite.png') 0 0 no-repeat;
  margin-left: -16px;
  margin-bottom: 1px;
  padding-left: 16px;
  vertical-align: bottom;
}
:not(#foo) > input[type=radio].radio + .dummy-elem {
  background-position: 0 -34px;
}

/* Checked styles */
:not(#foo) > input[type=radio].radio:checked + .dummy-elem {
  background-position: 0 -51px;
}
:not(#foo) > input[type=checkbox].check:checked + .dummy-elem {
  background-position: 0 -17px;
}

/* Hover & Focus styles */
:not(#foo) > input[type=checkbox].check:hover:not(:disabled) + .dummy-elem,
:not(#foo) > input[type=checkbox].check:focus:not(:disabled) + .dummy-elem {
  background-position: 0 -68px;
}
:not(#foo) > input[type=checkbox].check:checked:hover:not(:disabled) + .dummy-elem,
:not(#foo) > input[type=checkbox].check:focus:checked:not(:disabled) + .dummy-elem {
  background-position: 0 -85px;
}
:not(#foo) > input[type=radio].radio:focus + .dummy-elem,
:not(#foo) > input[type=radio].radio:hover	+ .dummy-elem	{
  background-position: 0 -102px;
}
:not(#foo) > input[type=radio].radio:checked:hover:not(:disabled) + .dummy-elem,
:not(#foo) > input[type=radio].radio:focus:checked:not(:disabled) + .dummy-elem {
  background-position: 0 -119px;
}

/* Active styles */
:not(#foo) > input[type=checkbox].check:active:not(:disabled) + .dummy-elem,
:not(#foo) > input[type=checkbox].check:hover:active:not(:disabled) + .dummy-elem {
  background-position: 0 -68px;
}
:not(#foo) > input[type=radio].radio:active:not(:disabled) + .dummy-elem,
:not(#foo) > input[type=radio].radio:hover:active:not(:disabled) + .dummy-elem	{
  background-position: 0 -119px;
}
:not(#foo) > input[type=checkbox].check:active:checked:not(:disabled) + .dummy-elem,
:not(#foo) > input[type=checkbox].check:checked:hover:active:not(:disabled) + .dummy-elem {
  background-position: 0 -85px;
}
:not(#foo) > input[type=radio].radio:active:checked:not(:disabled) + .dummy-elem,
:not(#foo) > input[type=radio].radio:checked:hover:active:not(:disabled) + .dummy-elem	{
  background-position: 0 -102px;
}
/* Disabled styles */
:not(#foo) > input[type=checkbox].check:disabled + .dummy-elem {
  background-position: 0 -136px;
}
:not(#foo) > input[type=checkbox].check:checked:disabled + .dummy-elem {
  background-position: 0 -153px;
}
:not(#foo) > input[type=radio].radio:disabled + .dummy-elem	{
  background-position: 0 -170px;
}
:not(#foo) > input[type=radio].radio:checked:disabled + .dummy-elem	{
  background-position: 0 -187px;
}

input[type=text].text, input[type=password].text {
  color: #FFF;
  background-color: #434447;
  text-shadow: 0px 1px 2px #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #4E4F52;
  -moz-box-shadow: 0px 1px 2px #111;
  -webkit-box-shadow: 0px 1px 2px #111;
  box-shadow: 0px 1px 2px #111;
  margin-bottom: 1px;
  padding: 0 5px;
  height: 1.6em;
  line-height: 1.6em;
}

.multiselect {
  color: #FFF;
  background-color: #434447;
  text-shadow: 0px 1px 2px #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #4E4F52;
  -moz-box-shadow: 0px 1px 2px #111;
  -webkit-box-shadow: 0px 1px 2px #111;
  box-shadow: 0px 1px 2px #111;
  margin-bottom: 1px;
  padding: 0 5px;
  line-height: 1.6em;
}

button.button, input[type=submit].button, a.button {
  vertical-align: middle;
  text-decoration: none;
  text-shadow: 0px 1px 2px #000;
  border: none;
  border-top: 1px solid #7a7e87;
  border-bottom: 1px solid #212327;
  padding: 3px 10px 2px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #FFF;
  background: #5D6067; /* Old browsers */
  background: -moz-linear-gradient(top, #5D6067 0%, #373A40 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5D6067), color-stop(100%,#373A40)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5D6067 0%,#373A40 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5D6067 0%,#373A40 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5D6067 0%,#373A40 100%); /* IE10+ */
  background: linear-gradient(top, #5D6067 0%,#373A40 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5D6067', endColorstr='#373A40',GradientType=0 ); /* IE6-9 */
}

a.button {
  display: inline-block;
}

button.button:hover, input[type=submit].button:hover, a.button:hover,
button.button:focus, input[type=submit].button:focus, a.button:focus {
  border-top: 1px solid #df4040;
  background: #D03030; /* Old browsers */
  background: -moz-linear-gradient(top, #D03030 0%, #920101 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D03030), color-stop(100%,#920101)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #D03030 0%,#920101 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #D03030 0%,#920101 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #D03030 0%,#920101 100%); /* IE10+ */
  background: linear-gradient(top, #D03030 0%,#920101 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D03030', endColorstr='#920101',GradientType=0 ); /* IE6-9 */
}

button.button:active, input[type=submit].button:active, a.button:active {
  border-top: 1px solid #920101;
  background: #920101; /* Old browsers */
  background: -moz-linear-gradient(top, #920101 0%, #D03030 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#920101), color-stop(100%,#D03030)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #920101 0%,#D03030 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #920101 0%,#D03030 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #920101 0%,#D03030 100%); /* IE10+ */
  background: linear-gradient(top, #920101 0%,#D03030 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#920101', endColorstr='#D03030',GradientType=0 ); /* IE6-9 */
}

input[type=submit].search {
  width: 22px;
  color: #FFF;
  text-shadow: 0px 1px 2px #000;
  border: none;
  padding: 0px 7px;
  height: 22px;
  vertical-align: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: url('../img/search.png') 0px 0px no-repeat;
}
input[type=submit].search:hover, input[type=submit].search:focus {
  background: url('../img/search.png') 0px -23px no-repeat;
}
input[type=submit].search:active {
  background: url('../img/search.png') 0px -46px no-repeat;
}

textarea.textarea {
  background-color: #434447;
  color: #FFF;
  text-shadow: 0px 1px 2px #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #4E4F52;
  -moz-box-shadow: 0px 1px 2px #111;
  -webkit-box-shadow: 0px 1px 2px #111;
  box-shadow: 0px 1px 2px #111;
  margin-bottom: 1px;
  padding: 5px;
}

/* Tooltips */

.form-error {
  display:none;
}

div.tooltip {
  float: right;
}

div.tooltip div {
  z-index: 999;
  position: absolute;
  margin-left: 8px;
  padding: 5px;
  font-size: 14px;
  line-height: 10px;
  text-align: center;
  color: rgb(104, 3, 0);
  background: rgb(221, 73, 70);
  border: 1px solid rgb(205, 57, 54);
  border-radius: 5px;
  text-shadow: rgba(0, 0, 0, 0.102) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.102) 1px 1px 2px 0px;
  width: 150px;
}

div.tooltip div:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #CD3936 transparent transparent;
  top: 4px;
  left: -13px;
}

table.serverlist {
  border-collapse: separate;
  border-spacing: 5px 10px;
}

table.serverlist tbody tr td {
  overflow: hidden;
  height: 18px;
  border: 1px solid #B4B4B4;
  border-radius: 1px;
  background: white url('img/table_cell_body_bg.png') repeat-x;
}

div.status-circle {
  display: inline-block;
  width:8px;
  height:8px;
  border-radius:4px;
  border:1px solid rgba(0,0,0,0.3);
}

div.status-circle.big {
  width:16px;
  height:16px;
  border-radius:8px;
}

div.status-circle.offline {
  background-color: #F00;
}

div.status-circle.online {
  background-color: lawngreen;
}

div.box {
  background-color: #FFF;
  overflow: hidden;
  border: 1px solid #BBB;
  padding: 20px;
  margin-bottom: 20px;
}

div.shadow {
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.15);
}

div#server-details-top h2 {
  padding-top: 0;
  margin-top: 0;
}

div#server-details-desc {
  float: left;
  width: 500px;
  text-align: justify;
}

div#server-details-graph {
  float: right;
}

div#server-details-graph a {
  display: block;
  text-align: center;
  font-size: small;
  color: #AAA;
  cursor: pointer;
}

div#server-details-icons {
  font-weight: bold;
  float: right;
}

div#server-details-info {
  padding: 10px 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: bold;
  text-align: center;
}

div#server-details-info table {
  display: inline;
}

div#server-details-info td:nth-child(even) {
  padding-right: 50px;
}

div#server-details-info td:nth-child(odd) {
  padding-left: 50px;
}

div#server-details-info td:first-child {
  padding-left: 0;
}

div#server-details-info td:last-child {
  padding-right: 0;
}

div#server-details-medals {
  padding: 10px 20px;
  font-weight: bold;
}

div#server-details-players, div#server-details-plugins {
  padding: 10px 20px;
}

div#server-details-players th, div#server-details-plugins th {
  padding: 0;
  font-size: 1em;
}

div#server-details-players th img, div#server-details-plugins th img {
  float: right;
}

div#server-details-players th:hover, div#server-details-plugins th:hover {
  cursor: pointer;
}
.pagination {
  width: 100%;
  list-style-type: none;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.pagination li {
  display: inline-table;
  padding: 0 5px;
  line-height: 18px;
  font-size: 14px;
}
.pagination li a {
  padding: 0 6px;
  display: block;
  height: 18px;
  border: 1px solid #B4B4B4;
  border-radius: 1px;
  background: white url('img/table_cell_body_bg.png') repeat-x;
}