@charset "UTF-8";
/*------- TEXT ------*/
.h1,
h1 {
  color: #010101;
  font-size: 18px;
  margin-top: 20px; }

.h2,
h2 {
  font-size: 16px; }

h3.form-control {
  background: #b91314;
  padding: 3px 10px 0 10px;
  text-shadow: none;
  font-size: 18px !important;
  margin-top: 15px;
  color: #333333;
  text-align: left;
  font-weight: 200;
  text-transform: uppercase; }

.h4,
h4 {
  font-size: 16px;
  line-height: 1.2em; }

.uppercase {
  text-transform: uppercase; }

.small.more {
  font-size: .75rem; }

html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll; }

body {
  background-color: #010101;
  background-image: url("/assets/images/interface/swirl_greyblack.jpg");
  background-repeat: repeat-x;
  background-position: top left;
  color: #565656; }

* {
  box-sizing: border-box; }

/*------- BASE ------*/
/*------- BUTTON ------*/
.btn-danger a {
  color: #fff;
  text-decoration: none; }

.btn-danger {
    color: #fff;
    background-color: #b91314;
    border-color: #b91314;
}

/*------- FOOTER ------*/
footer {
  float: left;
  width: 100%;
  padding: 20px;
  color: #fffdfd;
  background-color: #b91314;
  font-size: 12px;
  font-weight: 200;
  text-align: center;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 2px #666;
  -webkit-box-shadow: 0 2px 2px #666; }

footer a {
  color: #fffdfd;
  text-decoration: underline; }

/*------- FORMS ------*/
.form-control.filter {
  font-size: 12px; }

/*------- IMAGES ------*/
.banner img {
  width: 100%;
  margin-top: 10px; }

@media (min-width: 992px) {
  .banner img {
    margin-top: 0; } }

.banner.logged img {
  margin-top: -15px; }

/*------- LINKS ------*/
a:active {
  outline: none; }

a {
  color: #b91314;
  text-decoration: none; }

a:focus, a:hover {
  color: #cccccc;
  text-decoration: underline; }

/*------- MASTHEAD ------*/
/*header {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  position: relative; }
 */

/*------- MISC ------*/
.container-box {
  float: left;
  width: 100%;
  position: relative;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #555;
  margin: 20px 0;
  padding: 20px; }

.login-container {
  background-color: #b91314;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #efefef;
  font-size: 12px;
  margin-top: 10px;
  padding: 10px 10px 1px 10px; }

@media screen and (min-width: 992px) {
  .login-container {
    float: right;
    background-color: #b91314;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #efefef;
    font-size: 12px;
    padding: 10px 10px 0 10px; } }

.login-container {
  color: #333333;
  position: relative;
  z-index: 999; }

.login-container .btn {
  padding: 3px 12px; }

.container-box {
  padding: 15px;
  margin: 15px 0; }

label {
  cursor: pointer; }

.mid-wrapper {
  float: left;
  padding: 20px;
  width: 100%;
  position: relative; }

.primary {
  float: left;
  width: 100%;
  padding: 20px 20px 10px 0; }

.red-color {
  color: #b81137; }

.bullets {
  float: left;
  width: 100%;
  padding: 10px 0;
  color: #565656;
  list-style: none; }

.bullets li {
  float: left;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative; }

.bullets li:before {
  position: absolute;
  left: 0;
  top: 2px;
  color: #b91314;
  content: "◈"; }

.list ul,
.list li {
  padding: 0;
  margin: 0;
  list-style: none; }

.list ul {
  margin: 2em 0; }

.list li {
  margin: 1em;
  margin-left: 3em; }

.list li:before {
  content: '\f054';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #010101; }

.section-head {
  background-color: #010101;
  border-radius: 5px;
  color: #efefef;
  font-size: 15px;
  font-weight: 300;
  padding: 10px; }

.card-view {
  clear: both; }

.card-view .title {
  display: block;
  width: 30%;
  float: left; }

.card-view .value {
  display: block;
  width: 70%;
  float: right; }

.card-header a {
  color: #333333; }

.card-header a:hover {
  color: #010101; }

.card-body {
  padding: 1rem; }

.gray-box {
  float: left;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #eee;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  -webkit-border-radius: 5px; }

.red-title {
  float: left;
  width: 100%; }

.red-title big {
  float: left;
  width: 100%;
  padding-bottom: 3px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #010101;
  font-weight: 500;
  border-bottom: 1px solid #d3d3d3; }

.red-title small {
  float: left;
  width: 100%;
  padding: 20px 0 30px;
  font-size: 18px; }

#method-cash, #method-credit-card {
  display: none; }

.secondary {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  padding: 20px;
  background: #eee;
  border-left: 1px solid #e0e0e0;
  box-shadow: -2px 0 3px 0 #ededed;
  -webkit-box-shadow: -2px 0 3px 0 #ededed;
  z-index: 1; }

.secondary h4 {
  margin: 30px 0; }

.primary {
  padding: 20px 0 0; }

.gray-box {
  padding: 15px; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #efefef;
  cursor: default;
  background-color: #333333;
  border-color: #555555; }

.resource_list {
  line-height: 1.7em;
  list-style: none; }

.resource_list a {
  color: #010101;
  font-size: 15px;
  text-decoration: none; }

.resource_list a:focus,
.resource_list a:hover {
  color: #333333; }

.grid_field input[type="text"],
.grid_field textarea,
.grid_col_settings_section input[type="text"],
.grid_col_settings_section textarea {
  width: 95%; }

table.grid_field td {
  width: 16%; }

.panel-heading a.collapsed:after {
    color: #000000;
}

.panel-title.thm > a.collapsed {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase; }

.panel-title.thm > a:hover {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase; }

.panel-default > .panel-heading.thm {
  background-color: #b91314; }

/* ----- Rows ----- */
.border-r, .border-r-final {
  border-right: solid 1px #dddddd; }

@media (max-width: 991px) {
  .border-r-final {
    border-right: 0; } }

.fa-diamond {
  color: #010101; }

.carousel-item {
  margin-top: 20px; }

/* ----- Main nav ----- */
#main-nav {
  display: block;
  width: 100%;
  background: #b91314 none repeat scroll 0 0;
  position: relative;
  border-radius: 0 0 5px 5px;
  -webnit-border-radius: 0 0 5px 5px;
  box-shadow: 0 2px 2px #666;
  -webkit-box-shadow: 0 2px 2px #666;
  z-index: 2;
  text-decoration: none; }

#main-nav .navbar-nav > li > a {
  padding: 12px 12px;
  color: #333;
  text-decoration: none;
  display: block; }

#main-nav .navbar-nav > li > a:hover {
  background: #010101;
  color: #efefef;
  text-decoration: none !important; }

#main-nav .navbar-nav > li:first-child > a {
  border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px; }

/* responsive css*/
@media screen and (max-width: 1199px) {
  #main-nav .navbar-nav > li > a {
    padding-top: 14px;
    text-decoration: none; } }

@media screen and (min-width: 992px) {
  .navbar {
    padding: 0; }
  #main-nav-m .navbar-nav > li > a {
    font-size: .7rem;
    text-transform: uppercase; } }

@media screen and (min-width: 1200px) {
  #main-nav-m .navbar-nav > li > a {
    font-size: .9rem;
    text-transform: uppercase; } }

@media screen and (max-width: 1023px) {
  .brand {
    margin: 0; }
  .secondary {
    display: none; }
  #main-nav .navbar-nav > li {
    width: 100%; }
  #main-nav .navbar-nav > li:first-child > a {
    border-radius: 0; }
  #main-nav .navbar-nav > li:last-child > a {
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px; }
  .dropdown-menu {
    position: static;
    min-width: 100%; } }

.navbar-nav {
  border-radius: 5px !important; }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #b91314; }

#main-nav-m {
  display: block;
  width: 100%;
  z-index: 2;
  text-decoration: none; }

#main-nav-m ul.navbar-nav {
  background: #b91314;
  width: 100%; }

.navbar-collapse {
  background: #eeeeee;
  color: #333333;
  padding: 10px; }

.navbar-collapse a {
  color: #333333;
  padding: 5px 10px;
  text-decoration: none; }

.navbar-collapse a:hover {
  display: block;
  background: #cccccc;
   }

.dropdown-menu {
  color: #333333;
  padding-left: 10px;
  text-decoration: none; }

#main-nav-m .navbar-nav > li > a {
  color: #fffdfd;
  text-decoration: none;
  display: block;
  padding: 5px 12px; }


@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    padding: 0; } }

#main-nav-m .navbar-nav > li > a:hover {
  background: #010101;
  color: #efefef;
  text-decoration: none !important; }

@media screen and (max-width: 767px) {
  .brand img {
    width: 300px; } }

.dropdown-menu {
  min-width: 250px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.dropdown-menu > li > a {
  color: #333333;
  }

@media screen and (max-width: 479px) {
  .brand img {
    width: 180px; } }

.brand {
  float: left;
  margin-top: 15px; }

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
  color: #efefef;
  text-decoration: none;
  background-color: #333333;
  outline: 0; }

.

/*------- Home News ------*/
.news-item {
  float: left;
  width: 100%; }

.news-item .news-title {
  float: left;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 5px;
  background: #b81137;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px; }

.news-item p a {
  color: #010101; }

.recent-news {
  float: left;
  width: 100%;
  font-size: 12px; }

.sidebar li {
  list-style-type: none;
  color: #093650;
  margin: 5px;
  padding: 10px 7px;
  border: solid 1px #666666;
  opacity: .90;
  border-right: solid 2px #4a4a4a;
  border-bottom: solid 1px #4a4a4a; }

.sidebar li:hover {
  color: #333333; }

.sidebar li a {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: .1em;
  line-height: 1.4em;
  padding-left: 5px;
  text-decoration: none; }

.sidebar li a:hover {
  color: #dddddd; }

.sidebar li:before {
  content: '';
  font-family: 'FontAwesome';
  float: left;
  margin-left: 0;
  color: #333333; }

.sidebar ul {
  padding: 0; }

ul.sidebar-nav {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.sidebar li {
  margin: 1px; }

.sidebar ul.subnav li a:hover {
  color: #white;
  font-weight: normal; }

.sidebar-heading {
  color: #093650;
  border-bottom: solid 3px #283ce8;
  font-weight: 700;
  margin-top: 34px;
  margin-bottom: 10px; }

ul.sidebar {
  padding-top: 30px; }

.sidebar li:hover {
  color: #093650; }

.sidebar li a, .sidebar li a:hover {
  color: #333333;
  font-weight: 600; }

.sidebar-description {
  background-color: #efefef;
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
  border-left: solid 1px #666666;
  margin: -22px 0 0 0;
  padding: 5px 5px 0 5px; }

/*------- Tables ------*/
.small.table-row {
  background: #efefef;
  font-size: 14px;
  font-weight: 400; }

.table.no-border > tbody > tr > th {
  border: 0;
  padding: 0; }

.table.no-border > tbody > tr > td {
  border: 0;
  padding: 5px; }

h2.trophy-year {
  font-weight: 700;
  margin: 0; }

.row-divider {
  background-color: #333333;
  padding: 2px; }

/*------- No More Tables ------*/
@media only screen and (max-width: 992px) {
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #no-more-tables tr {
    border: 1px solid #666666; }
  #no-more-tables td {
    border: none;
    border-bottom: 1px solid #dddddd;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left; }
  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold; }
  #no-more-tables td:before {
    content: attr(data-title); } }

@media screen and (min-width: 992px) {
  .width20 {
    width: 20%; }
  .width40 {
    width: 40%; } }

.small.table-row {
  font-size: 14px;
  font-weight: 400; }

.table-condensed > thead > tr > th {
  background: #010101;
  color: #efefef;
  font-weight: 400; }

li.fa-table:before {
  list-style-type: none;
  font-family: 'FontAwesome';
  content: '\f0ce';
  margin: 0 10px 0 -40px;
  color: #d8bf1f; }

.table .thead-dark th {
  color: #efefef;
  background-color: #010101;
  border-color: #010101;
  font-size: 15px;
  font-weight: 300; }

thead > tr > th {
  background-color: #b91314 !important;
  color: #fffdfd;
  font-weight: 700;
  text-transform: uppercase; }

.page-item.active .page-link {
  z-index: 1;
  color: #efefef;
  background-color: #010101;
  border-color: #010101; }

.page-link {
  color: #333333; }
