@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
@font-face {
  font-family: BlackJack;
  src: url("/../../assets/fonts/blackjack.TTF");
}

@font-face {
  font-family: NeutraTextBook;
  src: url("/../../assets/fonts/neutraTextBook.otf");
}

@font-face {
  font-family: NeutraTextBold;
  src: url("/../../assets/fonts/neutraTextBold.otf");
}

@font-face {
  font-family: ChaletLondonSeventy;
  src: url("/../../assets/fonts/chaletLondonSeventy.otf");
}

@font-face {
  font-family: ChaletLondonEighty;
  src: url("/../../assets/fonts/chaletLondonEighty.otf");
}

@font-face {
  font-family: NeutraTextDemi;
  src: url("/../../assets/fonts/neutraTextDemi.otf");
}

@font-face {
  font-family: NeutraTextDemiAlt;
  src: url("/../../assets/fonts/neutraTextDemiAlt.otf");
}

@font-face {
  font-family: NeutraTextLight;
  src: url("/../../assets/fonts/neutraTextLight.otf");
}

.blackjack {
  font-family: "BlackJack", sans-serif;
}

.chalet-london-seventy {
  font-family: "ChaletLondonSeventy";
}

.chalet-london-eighty {
  font-family: "ChaletLondonEighty";
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  width: 100%;
  font-family: "Raleway", sans-serif;
  background: white;
}

p {
  margin: 5px 0 5px 0;
}

a {
  color: #3D6DB2;
  font-weight: bold;
}

a:visited {
  color: #2C4F81;
}

.simple-link {
  text-align: center;
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: darkgray;
}

.simple-link:visited {
  color: darkgray;
}

.container {
  position: relative;
  min-height: 100%;
  width: 95%;
  /* equal to footer height */
  margin: 0 auto -140px auto;
}

.container:after {
  content: "";
  display: block;
}

.heading {
  font-family: "NeutraTextDemiAlt";
  font-size: 20px;
  margin-top: 10px;
  color: #2C4F81;
}

#footer, .container:after {
  height: 175px;
}

#footer {
  margin-top: 50px;
}

.one-third {
  width: 32%;
  margin-right: 1%;
}

.floated-container {
  float: left;
}

select:focus, select:active {
  outline: 0;
}

input[type="text"], input[type="email"], input[type="date"] {
  font-family: "BlinkMacSystemFont", Helvetica, serif;
  border: 2px solid darkgray;
  border-radius: 4px;
  -webkit-transition: .4s border;
  transition: .4s border;
  font-size: 15px;
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}

input[type="text"]:hover, input[type="email"]:hover, input[type="date"]:hover {
  border: 2px solid darkgray;
}

h1 {
  font-family: NeutraTextBook, serif;
  color: black;
  font-size: 28px;
  margin-bottom: 5px;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0;
}

textarea {
  border-radius: 4px;
  border-color: darkgray;
  font-size: 14px;
}

.number {
  font-family: "BlackJack", sans-serif;
}

input:active, input:focus, textarea:active, textarea:focus, #customer-search-submit:active, #customer-search-submit:focus {
  outline: 0;
}

button, .button {
  color: white;
  background: #2C4F81;
  text-transform: uppercase;
  padding: 3px 20px 0 20px;
  height: 40px;
  font-size: 14px;
  margin: 10px 10px 0 0 !important;
  border: 0 transparent !important;
  border-radius: 4px;
  min-width: 175px;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

#customer-search-submit {
  color: white;
  background: #3D6DB2 !important;
  text-transform: uppercase;
  padding: 2px 10px 0 10px;
  height: 31px;
  font-size: 14px;
  margin: 9px 10px 0 0 !important;
  border: 0 transparent !important;
  border-radius: 4px;
  width: 100px;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

#customer-search-submit:hover {
  cursor: pointer;
}

button:hover, .button:hover {
  cursor: pointer;
  color: white;
}

button:active, button:focus, .button:active, .button:focus {
  outline: 0;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.missouri-gold {
  color: #F1B82D;
}

.missouri-dark-gold {
  color: #F2A700;
}

.black-shade {
  color: #2B2B2B;
}

.brookside-green {
  color: #B1CC25;
}

.brookside-dark-green {
  color: #F1B82D;
}

.brookside-blue {
  color: #3D6DB2;
}

.brookside-dark-blue {
  color: #2C4F81;
}

.charcoal {
  color: #34282C;
}

.dark-gray {
  color: #6E6E6E;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: lighter !important;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.neutra-bold {
  font-family: "NeutraTextBold";
}

.guide-box {
  min-width: 350px;
  min-height: 100px;
}

#errors-container p {
  text-align: center;
  color: maroon;
  font-weight: bold;
  font-size: 19px;
  margin: 20px 0 0 0;
}

#header {
  text-align: center;
  height: 75px;
  background: #3D6DB2;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3d6db2 0%, #2c4e7f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3d6db2 0%, #2c4e7f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d6db2', endColorstr='#2c4e7f',GradientType=0 );
  /* IE6-9 */
  box-shadow: 0 3px 3px #888888;
}

#default-header {
  text-align: center;
  height: 75px;
  background: #b71b29;
  box-shadow: 0 3px 3px #888888;
}

#header-logo {
  width: 295px;
  margin: 0 auto;
  display: block;
  padding-top: 10px;
}

#footer {
  background-color: #2B2B2B;
  height: 200px;
  width: 100%;
  bottom: 0;
  position: relative;
}

.footer-link {
  color: darkgray !important;
  text-align: center;
  display: block;
  padding-top: 10px;
  font-size: 18px;
}

#footer-logo-container {
  display: block;
  margin: 0 auto 35px auto;
  padding-top: 15px;
  width: 495px;
}

#footer-copyright {
  text-align: center;
  color: lightgray;
  padding-top: 40px;
}

.footer-logo {
  -webkit-filter: brightness(45%);
  width: 100px;
  margin: 0 10px 0 10px;
}

.form-header {
  font-family: "Raleway", sans-serif;
  color: #2C4F81;
  font-size: 23px;
}

.form-sub-heading {
  font-size: 22px;
  text-align: center;
  color: #2C4F81;
}

.form-note {
  margin-top: 5px;
  font-size: 15px;
  color: #6E6E6E;
}

.form-errors p {
  color: maroon;
  font-size: 18px;
  font-weight: bold;
}

form label {
  margin: 10px 0 5px 0;
  font-size: 16px;
}

form input {
  min-height: 20px;
}

form select {
  border-width: 2px;
  font-size: 15px;
  min-width: 200px;
  height: 25px;
  background: white;
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}

.form-button-container {
  width: 375px;
  margin: 50px auto 0 auto;
}

#search-box-icon {
  font-size: 22px;
  margin-right: 5px;
}

.help-block {
  color: darkgray;
  font-size: 14px;
  margin-top: 5px;
}

.has-error {
  border: 2px solid maroon !important;
}

.has-success {
  border: 2px solid black !important;
}

.cd-popup {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cd-popup-container p {
  text-align: center;
  margin: 20px 0 10px 0;
  font-size: 20px;
  font-weight: bold;
}

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#header-identifier {
  font-family: "BlackJack", sans-serif;
  float: left;
  font-size: 34px;
  margin-top: 15px;
}

#header-text {
  font-family: "BlackJack", sans-serif;
  font-size: 44px;
  margin-top: 15px;
  text-align: center;
}

#header-instruction {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
}

#search-heading {
  margin-top: 20px;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  color: black;
  text-align: center;
  text-transform: uppercase;
}

#search-container {
  width: 440px;
  margin: 10px auto 0 auto;
}

#name-container {
  width: 330px;
  margin: 10px auto;
}

.name-input {
  float: left;
  width: 130px;
  height: 25px;
  margin-right: 10px;
  text-align: center;
  font-size: 20px;
}

#phone-number, #current-living, #email-full-input {
  width: 250px;
  display: block;
  margin: 0 auto !important;
  float: none;
}

#all-student-search {
  width: 220px;
  height: 25px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 10px auto 0 auto;
  display: block;
}

.email-domain-input {
  width: 185px !important;
  margin: 0 5px 0 0 !important;
  display: inline !important;
}

#student-search-button {
  color: white;
  background: #3D6DB2 !important;
  text-transform: uppercase;
  padding: 3px 20px 0 20px;
  height: 25px;
  font-size: 14px;
  margin: 9px 10px 0 0 !important;
  box-shadow: 0 5px #27496d !important;
  border: 0 transparent !important;
  border-radius: 4px;
  min-width: 175px;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

#student-container {
  margin-top: 30px;
  width: 100%;
  height: 275px;
}

.customerInput {
  margin-bottom: 10px;
  width: 200px;
}

.raffle-logo {
  width: 85px;
  height: auto;
}

.selectable-input-image {
  width: 275px;
  min-height: 130px;
  position: relative;
  float: left;
  border: 1px solid lightgray;
  border-radius: 4px;
  margin: 10px;
  background: white;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #d1cfd1));
  background: -webkit-linear-gradient(-45deg, white 0%, #f6f6f6 47%, #d1cfd1 100%);
  background: -webkit-linear-gradient(315deg, white 0%, #f6f6f6 47%, #d1cfd1 100%);
  background: linear-gradient(135deg, white 0%, #f6f6f6 47%, #d1cfd1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1cfd1', GradientType=1 );
}

.selectable-input-image label:hover {
  cursor: pointer;
}

.selectable-input-image label {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 3px;
}

.selectable-input-image input {
  min-width: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.selectable-input-image h3 {
  text-align: center;
  color: #34282C;
  margin: 10px 0 5px 0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  position: absolute;
  width: 300px;
  margin-left: -150px;
  bottom: 0px;
  left: 50%;
}

.contact-icon {
  font-size: 38px !important;
  font-weight: bold;
  color: #34282C;
}

#raffle-container {
  width: 594px;
  margin: 20px auto 0 auto;
}

#heading-container {
  width: 660px;
  height: 100px;
  margin: 25px auto 0 auto;
  display: block;
}

#raffle-heading {
  font-family: "Raleway", sans-serif;
  font-weight: lighter;
  float: left;
  text-align: center;
  font-size: 19px;
  line-height: 35px;
}

#featured-offer {
  font-size: 22px;
}

.arrow {
  float: left;
  width: 75px;
  margin: 40px 10px 0 10px;
}

#raffle-button {
  font-family: "NeutraTextDemiAlt";
  font-size: 23px;
  margin: 20px auto 0 auto !important;
  display: block;
  width: 300px;
}

#contact-button {
  display: none;
  font-family: "NeutraTextDemiAlt";
  font-size: 20px;
  margin: 40px auto 0 auto !important;
  width: 300px;
}

.opt-in-container {
  text-align: center;
  font-size: 14px;
  width: 650px;
  margin: 15px auto 0 auto;
}

.opt-in-container label {
  font-size: 15px;
}

#customer-name {
  color: #34282C;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 20px;
}

#customer-verify {
  font-family: "Raleway", sans-serif;
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
}

#confirm-identity-container {
  width: 300px;
  height: 110px;
  margin: 0 auto;
  display: block;
}

.confirm-icon {
  font-size: 34px !important;
}

#provide-contact-container {
  width: 380px;
  display: block;
  margin: 20px auto 0 auto;
}

#provide-contact-container label {
  font-size: 18px;
  display: inline-block;
  margin-top: 3px;
}

.input-container {
  margin-bottom: 10px;
  height: 30px;
}

.contact-input {
  width: 210px;
  float: right;
}

#housing-container {
  text-align: center;
  margin-top: 20px;
}

#housing-container label {
  font-size: 20px;
  font-weight: bold;
}

#location-container {
  text-align: center;
  margin-top: 10px;
}

#location-container label {
  font-size: 20px;
  font-weight: bold;
}

#location-select {
  display: block;
  margin: 20px auto;
  width: 265px;
  height: 30px;
  text-align: center;
}

.checkbox {
  font-size: 30px;
}

#agent-container {
  margin-top: 15px;
}

#agent-student-search {
  width: 250px;
  height: 27px;
}

.student-detail {
  font-size: 17px;
  margin-bottom: 10px;
}

.entry-container {
  margin: 10px 0 20px 0;
}

#event-entered {
  font-size: 19px;
}

.agent-action-button {
  margin-bottom: 15px !important;
}

.congratulations-container {
  font-weight: lighter;
  width: 600px;
  margin: 0 auto;
  display: block;
}

#congratulations-heading {
  text-align: center;
  font-size: 36px;
  font-weight: lighter;
  margin-bottom: 10px;
}

.congratulations-text {
  font-size: 20px;
  font-weight: bold;
}

#prize-icon {
  font-size: 65px;
  text-align: center;
  display: block;
  margin: 20px 0 10px 0;
}

.instruction {
  font-family: "BlackJack", sans-serif;
  font-size: 30px;
  font-weight: bold;
}

#social-container {
  width: 375px;
  margin: 75px auto 0 auto;
  display: block;
}

.social-icon {
  margin-right: 40px;
}

#event-select, #school-select {
  font-size: 17px;
  min-width: 250px;
  height: 30px;
  margin: 20px auto 0 auto;
  display: block;
}

#add-event-form {
  width: 325px;
  margin: 0 auto;
  display: block;
}

#event-submit-button, #add-event-submit-button {
  margin: 30px auto 0 auto !important;
  display: block;
  width: 250px;
}

#select-prizes-text {
  display: block;
  margin-bottom: 5px;
}

#available-raffle-options-container input {
  float: left;
  width: 20px !important;
}

#housing-radio-container {
  width: 340px;
  display: block;
  margin: 0 auto;
}

#organizations-list-container {
  display: none;
}

ul li {
  color: black;
  display: block;
  position: relative;
  float: left;
  width: 150px;
  height: 50px;
}

ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

ul li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 0 0 15px 10px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul li:hover label {
  color: #34282C;
}

ul li .check {
  display: block;
  position: absolute;
  border: 5px solid black;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 7px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

ul li:hover .check {
  border: 5px solid black;
}

ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 5px solid black;
}

input[type=radio]:checked ~ .check::before {
  background: black;
}

input[type=radio]:checked ~ label {
  color: black;
}

#current-customer-count {
  font-size: 60px;
  text-align: center;
}

.raffle-option-container {
  width: 250px;
  display: block;
  margin: 0 auto;
  font-size: 19px;
}

.raffle-option-container span {
  float: right;
}

table {
  margin: 20px auto 0 auto;
  border-collapse: collapse;
  width: 50%;
}

th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.left-menu {
  float: left;
  width: 18%;
  margin-right: 2%;
  word-wrap: break-word;
}

.analytics-chart {
  float: left;
  width: 76%;
  margin-left: 2%;
  margin-right: 2%;
}

.events-container {
  overflow: auto;
  height: 450px;
}

.no-show {
  display: none;
}

input[type=checkbox]:checked + .check-box {
  background-color: #e5f9ff;
  outline: #7ccaff 1px;
}

.check-box {
  width: 100%;
  height: 10%;
  display: inline-block;
  border-radius: 5px;
}

.checkbox-container {
  margin-bottom: 2px;
  margin-top: 2px;
}

.event-filters-container {
  height: 200px;
  overflow: auto;
  margin-bottom: 10px;
}

#report-label, #school-label, #specific-event-label {
  font-size: 15px;
  display: block;
  margin: 10px 0;
}

#report-select, #school-report, #specific-event {
  min-width: 210px;
  height: 25px;
  font-size: 15px;
}

#report-container {
  margin-top: 20px;
  width: 100%;
  min-height: 550px;
}

#report-table {
  width: 90% !important;
}

#report-table th {
  background: lightgray;
}

#report-table td {
  border: 1px solid lightgray;
}

#download-csv {
  width: 210px;
}

#download-button {
  -webkit-appearance: none;
  height: 30px;
  background-color: #FFF;
  color: black;
  font-weight: bold;
  border: solid #666 1px;
  font-size: 14px;
  border-radius: 4px;
  margin-top: 20px;
  width: 210px;
}

#download-button:hover {
  cursor: pointer;
}

#form-submit {
  margin: 20px auto 0 auto !important;
  display: block;
}
