﻿/*https://color.adobe.com/Le-Windows-color-theme-1632249/*/
body {
  font-size: 1.5em !important;
  line-height: 1.1em;
  font-family: Tahoma,Arial;
  background: #ffffff;
  margin: 0;
  padding: 0;
  /*border-top:25px solid; border-color:@blue_color_hover;*/
}
.win-box {
  color: white;
  padding: 12px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.win-box.x2 {
  width: 320px;
  height: 320px;
}
.win-box:hover {
  background: rgba(0, 0, 0, 0.5);
  transform: scale(1.1, 1.1);
  transition: ease-in-out 0.2s;
}
hr {
  margin: 7px;
}
input[type="text"],
select,
textarea {
  padding: 8px 8px;
  width: 100%;
  font-size: 0.9em;
}
label {
  padding-top: 8px;
  font-size: 0.85em;
}
h2 {
  padding: 0;
}
.list-header {
  border-bottom: 1px #cccccc solid;
  border-top: 3px #eeeeee solid;
  color: #aaa;
  font-size: 0.9em;
  padding: 8px 0 8px 0;
  margin-bottom: 12px;
}
.red-box {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  background-color: #b20000;
}
.red-box:hover {
  color: black;
  cursor: pointer;
}
.orange-box {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  background-color: #994d00;
}
.orange-box:hover {
  color: black;
  cursor: pointer;
}
.yellow-box {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  background-color: #999900;
}
.yellow-box:hover {
  color: black;
  cursor: pointer;
}
.green-box {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  background-color: #004c26;
}
.green-box:hover {
  color: black;
  cursor: pointer;
}
.blue-box {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  background-color: #004c4c;
}
.blue-box:hover {
  color: black;
  cursor: pointer;
}
.purple-box {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  background-color: #002200;
}
.purple-box:hover {
  color: black;
  cursor: pointer;
}
.red-text {
  color: #b20000;
}
.orange-text {
  color: #994d00;
}
.yellow-text {
  color: #999900;
}
.green-text {
  color: #004c26;
}
.blue-text {
  color: #004c4c;
}
.purple-text {
  color: #002200;
}
.red-background {
  background-color: #b20000;
}
.orange-background {
  background-color: #994d00;
}
.yellow-background {
  background-color: #999900;
}
.green-background {
  background-color: #004c26;
}
.blue-background {
  background-color: #004c4c;
}
.purple-background {
  background-color: #002200;
}
/**BUTTON STYLES*/
.btn-primary {
  background-color: #002200;
  border-color: #001e00;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #001e00;
}
.top3 {
  padding-top: 3px !important;
}
.top5 {
  padding-top: 5px !important;
}
.top7 {
  padding-top: 7px !important;
}
.top10 {
  padding-top: 10px !important;
}
.bottom3 {
  padding-bottom: 3px !important;
}
.bottom5 {
  padding-bottom: 5px !important;
}
.bottom7 {
  padding-bottom: 7px !important;
}
.bottom10 {
  padding-bottom: 10px !important;
}
.size-12 {
  font-size: 12px;
}
.size-14 {
  font-size: 14px;
}
.size-16 {
  font-size: 16px;
}
.size-18 {
  font-size: 18px;
}
.size-21 {
  font-size: 21px;
}
.size-24 {
  font-size: 24px;
}
.size-36 {
  font-size: 36px;
}
.size-48 {
  font-size: 48px;
}
.size-60 {
  font-size: 60px;
}
.size-72 {
  font-size: 72px;
}
.BT {
  border-top: 1px solid #eaeaea;
}
.BR {
  border-right: 1px solid #eaeaea;
}
.BB {
  border-bottom: 1px solid #eaeaea;
}
.BL {
  border-left: 1px solid #eaeaea;
}
.BX {
  border: 1px solid #eaeaea;
}
/* Layout Style */
html {
  margin: 0;
  padding: 0;
}
hr.spacer {
  margin-top: 5px;
  margin-bottom: 5px;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
header {
  background: #002200;
  padding: 0.5em 1.5em 0 0px;
  min-height: 77px;
  margin: 0;
  color: #FFF;
}
header img {
  margin-bottom: -50px;
}
header.header-mb {
  margin-bottom: 2.5em;
  border-bottom: 25px solid #000;
}
/*header img {
        margin-bottom: -50px;
    }*/
nav {
  padding: 0.35em 0 0 !important;
  background: #eaeaea !important;
  border: 5px solid #eaeaea !important;
  border-radius: 0 !important;
}
nav li {
  margin: 0 0.25em !important;
  padding: 0 !important;
  color: #FFF;
}
nav li a {
  margin: 0 !important;
  padding: 0.65em 1.15em !important;
}
/*nav li {
        margin: 0 0.25em !important;
        padding: 0 !important;
        color: #FFF;
    }
        nav li a {
            margin: 0 !important;
            padding: 0.65em 1.15em !important;
        }*/
nav ul li.main > a {
  border-radius: 5px;
  color: #002200 !important;
}
nav ul li.main > a:hover {
  color: #FFF !important;
  background-color: #001e00 !important;
  border-color: #eaeaea !important;
}
/*nav ul li.main > a:hover {
            color: #FFF !important;
            background-color: #4cae4c !important;
            border-color: #5cb85c !important;
        }*/
nav .btn-nex {
  float: none !important;
  width: 90% !important;
  margin: 0 auto !important;
  text-align: center !important;
  color: #002200 !important;
  border: 1px solid #002200 !important;
  background: none !important;
}
nav .btn-nex:hover {
  background: #001e00 !important;
  border: 1px solid #001e00 !important;
  color: #eaeaea !important;
}
/*nav .btn-nex:hover {
            background: #4cae4c !important;
            border: 1px solid #5cb85c !important;
            color: #000 !important;
        }*/
footer {
  text-align: center;
  display: block;
  height: 100px;
  margin: 1em auto 0;
  border-top: 1px solid #EFEFEF;
}
/* Interface Style */
.ui-tile {
  min-width: 150px;
  min-height: 150px;
  padding: 0.5em;
  display: block;
  color: #FFF;
}
.ui-tile:hover {
  cursor: pointer;
}
.ui-tile .fa {
  text-align: center;
  display: block;
  margin: 0.35em auto;
}
.ui-tile .sub-title {
  text-align: center;
  font-size: 14pt;
  display: block;
  margin: 0 auto;
}
.wrapper-2 {
  width: 95%;
  margin: 0 auto;
}
/* Loading Wigit */
.wait-container {
  width: 275px;
  height: 75px;
  background: #FFF;
  border: 1px solid #000;
  box-shadow: 10px 10px rgba(0, 0, 0, 0.4);
  display: none;
  margin: 0;
}
.wait-container .message {
  font-size: 16pt;
  text-align: center;
  padding-top: 1em;
}
/* Shitty BS Modal Fix */
.modal-backdrop {
  z-index: -1;
}
.nav.nav-pills > li {
  margin: 0;
}
.nav.nav-pills > li:active a {
  color: #FFF !important;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}
.nav.nav-pills > li a {
  color: #4cae4c !important;
  margin: 0;
}
.nav.nav-pills > li a:hover {
  color: #FFF !important;
  background-color: #4cae4c !important;
  border-color: #5cb85c !important;
}
/*.nav.nav-pills > li > a {
        color: #4cae4c !important;
        margin: 0;
    }

        .nav.nav-pills > li > a:hover {
            color: #FFF !important;
            background-color: #4cae4c !important;
            border-color: #5cb85c !important;
        }

    .nav.nav-pills > li.active > a {
        color: #FFF !important;
        background-color: #5cb85c !important;
        border-color: #4cae4c !important;
    }*/
.size-36 {
  font-size: 36px;
}
.size-11 {
  font-size: 11px;
}
div {
  text-rendering: optimizeLegibility;
}
.row-centered {
  text-align: center;
}
.col-centered {
  vertical-align: top;
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
  padding-bottom: 1.5em;
}
/************* Admin/Prizes table styling**********************/