﻿@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLDz8Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v6/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype');
}
/*.user a {
  text-shadow: none;
  text-decoration: none;
}
.user a:hover, .user a:active, .user a {
  text-decoration: none;
}*/
.current-user {
  padding-top: 7px;
}
.current-user:hover {
  cursor: pointer;
}
.user-panel a {
  color: unset;
  text-decoration: unset;
}
.user-panel {
  position: absolute;
  right: 10px;
  top: 30px;
  z-index: 1000;
  border-radius: 8px;
}
.user-panel .user-panel-body {
  padding: 15px 15px 0 15px;
  margin: 0;
  background-color: rgba(200, 200, 200, 0.9);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top: solid black 1px;
  border-right: solid black 1px;
  border-left: solid black 1px;
}
.user-panel .user-panel-body .form-group {
  margin: 0;
}
.user-panel .user-panel-footer {
  background-color: rgba(225, 225, 225, 0.7);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom: solid black 1px;
  border-right: solid black 1px;
  border-left: solid black 1px;
  padding: 0;
  margin: 0;
}
.user-panel .user-panel-footer div {
  text-align: center;
  font-size: 10pt;
  border-right: solid 1px black;
  padding: 5px 15px;
}
.user-panel .user-panel-footer div:first-of-type {
  border-bottom-left-radius: 8px;
}
.user-panel .user-panel-footer div:last-of-type {
  border: none;
  border-bottom-right-radius: 8px;
}
.user-panel .user-panel-footer div:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.user-panel .user-panel-footer div i {
  display: block;
  font-size: 16pt;
}
.user-panel .proxy {
  text-align: center;
  padding: 10px 0;
}
.user-panel .proxy i {
  display: block;
  font-size: 35px;
}
.user-panel .form-group label {
  color: white;
  padding-bottom: 7px;
  text-shadow: 2px 2px 3px black;
}
body {
  font-family: 'Poppins', sans-serif;
  background: #fafafa;
  padding-top: 64px;
  padding-bottom: 25px;
}
.wrapper {
  width: unset;
  margin: 0 15px auto;
}
.content {
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  margin: 0;
  padding: 0 15px 10px 15px;
  flex-grow: 1;
}
.ui-toolbar .panel-body {
  padding: 0;
}
.content hr {
  margin: 0;
}
.content .innercontent {
  padding: 0 20px;
}
h2 a {
  color: #333333;
}
.pull-right i {
  margin-left: 7px;
}
.showlinks a {
  color: #337ab7;
  white-space: nowrap;
}
.showlinks a:hover {
  color: #23527c;
}
.showlinks a:before {
  text-decoration: none;
  font-family: FontAwesome;
  content: "\F08E";
  padding-right: 3px;
}
p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #4e4e4e;
}
footer {
  z-index: 10000;
  position: fixed;
  bottom: 0;
  background-color: #2d2e34;
  width: 100%;
  -webkit-box-shadow: -2px 0 5px 0 rgba(48, 48, 48, 0.7);
  -moz-box-shadow: -2px 0 5px 0 rgba(48, 48, 48, 0.7);
  box-shadow: -2px 0 5px 0 rgba(48, 48, 48, 0.7);
  border-right: 1px solid black;
}
footer hr {
  margin: 0;
}
footer p {
  padding: 0 20px;
  margin: 0;
}
footer p:first-of-type {
  float: left;
}
footer p:last-of-type {
  float: right;
}
H4 .help-block {
  margin-bottom: 0;
}
.modal-header h4 {
  margin: 0;
}
@media (min-width: 1200px) {
  .modal-lg {
    width: 1100px;
  }
}
.navbar {
  background-color: black;
  box-shadow: 2px 0 5px 0 rgba(48, 48, 48, 0.7);
  margin-bottom: 0;
}
.navbar li a {
  font-size: 14px;
  padding: 7px 15px;
}
.navbar-brand {
  height: 30px;
  padding: 0;
  margin-right: -15px;
}
.navbar-brand .overlay {
  margin: 0;
  height: 100%;
  width: 100%;
}
.navbar-brand .overlay .current-user {
  padding-top: 10px;
  display: none;
}
.navbar-brand .h4 {
  margin: 0;
}
.navbar-brand h4 a,
.navbar-brand h4 a:hover {
  text-shadow: 1px 1px 0.1em black;
  color: white;
  text-decoration: none;
}
/* Need to move this over and use BS variables ideally*/
@media (min-width: 768px) {
  .navbar {
    background-color: #fff;
  }
  .navbar-brand {
    float: none;
    /*background-image: url("/Content/img/backgroundimage.jpg");
    background-repeat: no-repeat;
    background-position-y: -840px;*/
    border-bottom: 0.5px solid #303030;
  }
  .navbar-brand .overlay {
    padding: 0 15px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed9017+0,f6e6b4+100 */
    background: #ed9017;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ed9017 0%, #f6e6b4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ed9017 0%, #f6e6b4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ed9017 0%, #f6e6b4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed9017', endColorstr='#f6e6b4', GradientType=1);
    /* IE6-9  */
  }
  .navbar-brand .overlay .current-user {
    display: inline-block;
  }
}
/* Custom overrides for FC tables */
.table a {
  color: #333333;
}
table td a i {
  margin-left: 5px;
  margin-right: 3px;
}
table .btn-link.btn-sm {
  padding: 0 3px;
}
table .btn.pull-right i {
  margin-left: unset;
}
.table-hover tbody tr:hover {
  background-color: #CEF6D8;
}
.slidepanel {
  z-index: 9999;
  position: fixed;
  top: 0;
  height: 100%;
}
.slidepanel.slidepanel-right {
  width: 475px;
  right: -475px;
  -webkit-box-shadow: -2px 0 5px 0 rgba(48, 48, 48, 0.7);
  -moz-box-shadow: -2px 0 5px 0 rgba(48, 48, 48, 0.7);
  box-shadow: -2px 0 5px 0 rgba(48, 48, 48, 0.7);
  border-left: 1px solid black;
}
.slidepanel.slidepanel-left {
  width: 350px;
  left: -327px;
  -webkit-box-shadow: 2px 0 5px 0 rgba(48, 48, 48, 0.7);
  -moz-box-shadow: 2px 0 5px 0 rgba(48, 48, 48, 0.7);
  box-shadow: 2px 0 5px 0 rgba(48, 48, 48, 0.7);
  border-left: 1px solid black;
}
.slidepanel.slidepanel-drawer.slidepanel-left .slidepanel-content {
  padding-right: 25px;
}
.slidepanel.slidepanel-drawer.slidepanel-right .slidepanel-content {
  padding-left: 25px;
}
.slidepanel-handle {
  z-index: 10000;
  position: absolute;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: white;
  text-align: center;
  padding-left: 3px;
  width: 25px;
  background-color: black;
  height: 100%;
}
.slidepanel-left .slidepanel-handle {
  right: 0;
}
.slidepanel-right .slidepanel-handle {
  left: 0;
}
.slidepanel-handle:before {
  font-family: "fontawesome";
  content: "\f0da";
  padding-bottom: 10px;
}
.slidepanel-handle:after {
  font-family: "fontawesome";
  content: "\f0da";
  padding-top: 10px;
}
.slidepanel-left:not(.opened) {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.slidepanel-left.opened {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  left: 0;
}
.slidepanel-right:not(.opened) {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.slidepanel-right.opened {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  right: 0;
}
.opened .slidepanel-handle:before {
  font-family: "fontawesome";
  content: "\f0d9";
  padding-bottom: 10px;
}
.opened .slidepanel-handle:after {
  font-family: "fontawesome";
  content: "\f0d9";
  padding-top: 10px;
}
.slidepanel-background {
  z-index: 9998;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: #2d2e34;
}
.slidepanel-content {
  position: absolute;
  top: 0;
  width: 100%;
}
.slidepanel-header {
  display: inline-block;
  top: 0;
  padding: 5px;
  width: 100%;
}
.slidepanel-header .close {
  font-size: 35px;
  opacity: 1;
  color: orangered;
  padding-top: 5px;
  padding-right: 5px;
}
.slidepanel-header .close:hover {
  color: red;
  text-shadow: 0 1px 0 black;
}
.slidepanel-header h4 {
  color: white;
}
.slidepanel-body {
  display: inline-block;
  color: white;
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
  overflow-y: auto;
}
.slidepanel-body a {
  color: white;
  text-decoration: none;
}
.slidepanel-body .table-hover tr:hover {
  background-color: #2E2E2E;
}
.slidepanel-body i {
  font-size: 1.2em;
}
.slidepanel-footer {
  display: inline-block;
  width: 100%;
  padding: 0 5px;
}
.slidepanel hr {
  margin: 5px 0;
  border: 1px solid darkgrey;
}
.well.gamenotes {
  padding: 10px 0 0 0;
}
.gamenotes hr {
  margin: 5px 0;
  border: 1px solid darkgrey;
}
.gamenotes .post {
  border-radius: 15px;
  padding: 2px 10px 8px 10px;
  text-align: left;
  position: relative;
}
.gamenotes .post br {
  margin-bottom: 4px;
}
.gamenotes .post-header {
  font-size: 0.8em;
  text-align: left;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 5px;
}
.eventPost {
  margin-bottom: 15px;
  background: #f5e3a9;
  color: black;
}
.post-icon {
  font-size: 25px;
  width: 30px;
  padding-top: 7px;
}
.post-icon-content {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2px 15px 2px 35px;
  float: right;
}
.sb-left {
  margin-bottom: 25px;
  background: #d6d8d9;
  color: black;
  font-weight: 500;
  margin-right: 60px;
  width: 95%;
}
.sb-left .post-header {
  color: #363636;
}
.sb-left:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 10px solid #d6d8d9;
  border-right: 10px solid transparent;
  border-top: 10px solid #d6d8d9;
  border-bottom: 10px solid transparent;
  left: 19px;
  bottom: -19px;
}
.sb-right {
  margin-bottom: 25px;
  background: #337ab7;
  margin-left: 5%;
  color: white;
  font-weight: 400;
  width: 95%;
}
.sb-right .post-header {
  color: lightgrey;
}
#postRemainingCount {
  color: grey;
}
.sb-right:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #337ab7;
  border-top: 10px solid #337ab7;
  border-bottom: 10px solid transparent;
  right: 19px;
  bottom: -19px;
}
.btn-group .btn-primary {
  color: #1f1f1f;
  background-color: #d7dbdd;
  background-image: none;
  border-color: #3c3c3c;
  font-weight: lighter;
}
.btn-group .btn-primary.active {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
  font-weight: bold;
}
.grp-bool {
  width: 90px;
  overflow: hidden;
  white-space: nowrap;
}
.btn-group-tagstate {
  width: 162px;
  overflow: hidden;
  white-space: nowrap;
}
label {
  margin-top: 5px;
  margin-bottom: 0;
}
label.btn {
  margin: 0;
}
.form-control {
  margin-bottom: 5px;
}
label.control-label .btn-group.grp-bool {
  display: block;
}