﻿/*New-Colours*/
/*Old-Colours*/
/*@eit-darkgreen: #4B817E;
@eit-green: #5B9B98;
@eit-lightgreen-btn: #5AB0AC;
@eit-lightgreen-nav: @eit-lightgreen-btn;
@eit-darkorange: #FF680F;
@eit-orange: #E9AB46;
@eit-lightorange: #FFD07B;
@eit-lighterorange-selected: #ffd187;
@grey-div: #F6F6F6;
@navbar-background-color-hover: #FFFFFF;
@alternate-text-colour: #FFFFFF;
@lightteal-link-visited: #8CCDCA;
@glyphicon-ok: green;
@glyphicon-remove: red;
@glyphicon-refresh: #559BBE;*/
/*Fonts*/
/*Black Magic*/
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Century Gothic', Arial, sans-serif;
  margin-bottom: 120px;
}
h1,
h2,
h3 {
  font-family: 'Expedia Group', Arial, sans-serif;
  font-weight: bold;
}
h4,
h5,
h6 {
  font-family: 'Century Gothic', Arial, sans-serif;
  font-weight: bold;
}
.body-content {
  background-color: #ffffff;
}
footer {
  bottom: 0;
  height: 100px;
  width: 100%;
  position: absolute;
  padding: 15px 50px;
  border-top: solid 4px #000099;
  background-color: #939597;
  color: #ffffff;
}
footer .footer-eit-logo {
  float: right;
  width: 50px;
}
footer .glyphicon {
  color: #ffc60b;
}
footer .footer-disclaimer {
  color: #ffc60b;
  background-color: transparent;
  text-decoration: none;
}
footer .footer-disclaimer:hover,
footer .footer-disclaimer:active,
footer .footer-disclaimer:visited {
  text-decoration: underline;
  color: #ffc60b;
}
footer a:link {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}
footer a:visited {
  color: #ffffff;
  background-color: transparent;
}
footer a:hover {
  text-decoration: underline;
}
.tooltip-inner {
  max-width: 350px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 300px;
}
/* Green check. */
.glyphicon-ok {
  color: #7ac231;
}
/* Red X. */
.glyphicon-remove {
  color: #cb2c30;
}
/* blue */
.glyphicon-refresh {
  color: #a9dbff;
}
.glyphicon-trash,
.glyphicon-edit,
.glyphicon-plus-sign,
.glyphicon-minus-sign,
.glyphicon-eye-open,
.glyphicon-eye-close,
.glyphicon-info-sign {
  color: #000099;
}
h2 .glyphicon-plus-sign {
  font-size: 25px;
}
.dataTable {
  border-collapse: collapse;
  width: 100%;
}
.field-validation-error,
label.error {
  color: #cb2c30;
}
.input-validation-error,
input.error {
  border: 1px solid #cb2c30;
  border-left: 5px solid #cb2c30;
}
.toolbar {
  float: left;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.pull-down {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.navbar-container {
  padding: 0 50px;
}
.scrollspy-ignore-hidden {
  display: none;
  visibility: hidden;
  width: 20px;
}
.tooltip {
  z-index: 9999;
}
h1 {
  font-weight: bold;
}
.container-fluid {
  padding: 100px 50px;
}
.bg-grey {
  background-color: #939597;
}
.welcome-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  float: left;
  display: flex;
  background-color: #ffffff;
  color: #000000;
  padding-bottom: 10%;
  margin-bottom: 0;
  padding-top: 50px;
}
.welcome-container input,
.welcome-container select,
.welcome-container textarea {
  max-width: 100%;
}
.welcome-container a:hover {
  text-decoration: underline;
}
.welcome-container a:link {
  color: #000099;
  background-color: transparent;
  text-decoration: none;
}
.welcome-container a:visited {
  color: #000099;
  background-color: transparent;
}
.welcome-container .btn-default {
  color: #ffffff;
  background-color: #000099;
  border-color: #000099;
}
.welcome-main {
  padding: 5%;
  text-align: center;
  float: left;
  width: 40%;
  box-shadow: 3px 0px 9px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 0px 9px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 3px 0px 9px 1px rgba(0, 0, 0, 0.25);
}
.welcome-main #newUrl {
  padding-left: 10%;
  padding-right: 10%;
}
.about-main {
  padding: 5%;
  text-align: left;
  float: left;
  width: 60%;
  word-wrap: break-word;
  background: rgba(234, 234, 234, 0.35);
}
@media screen and (max-width: 768px) {
  .welcome-main,
  .about-main {
    width: 100%;
    box-shadow: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
  }
  .welcome-container {
    display: block;
    padding-top: 5%;
  }
}
@media screen and (max-width: 450px) {
  .welcome-container {
    padding-top: 10%;
  }
  .pagination {
    display: block;
  }
}
.row {
  overflow: hidden;
}
.nav-up {
  top: -100px;
}
.navbar {
  transition: top 0.33s ease-in-out;
  margin-bottom: 0;
  background-color: #000099;
  z-index: 1000;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  border-bottom: 4px solid #000099;
}
.navbar li a,
.navbar .navbar-brand {
  color: #ffffff !important;
}
.navbar-nav li a:hover,
.navbar-nav li.active a {
  color: #000099 !important;
  background-color: #ffffff !important;
  background: rgba(40, 40, 40, 0.1);
  text-decoration: none;
  position: relative;
  margin-bottom: -4px;
  border-bottom: 4px solid #000099;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #ffffff !important;
}
.navbar-brand-image {
  position: absolute;
  top: 0;
  left: 50px;
  width: 100px;
}
.navbar-brand {
  padding: 15px 60px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.icon-bar {
  background-color: #ffc60b !important;
}
.btn-primary {
  color: #ffffff;
  background-color: #000099;
  border-color: #000099;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #000099;
  border-color: #000099;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  border-color: #000099;
  background-color: #000099 !important;
  outline: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #000099;
  border-color: #000099;
}
#scrollable-dropdown-menu .tt-menu,
.tt-menu {
  max-height: 150px;
  overflow-y: auto;
}
.tt-container {
  max-width: 300px !important;
  width: 100% !important;
}
.tt-cursor {
  background-color: #000099 !important;
}
.user-ownable-form-table {
  border: 0;
  padding: 10px;
  width: 100%;
}
.user-ownable-form-table-td {
  position: relative;
}
.user-ownable-form-div {
  /*position: absolute;*/
  top: 0;
  left: 0;
}
.partyParrot {
  background-image: url("shufflefurtherparrot.gif");
  background-size: cover;
}
.container-party {
  background-color: white;
  position: relative;
  height: 800px;
  width: 100%;
}
.game {
  position: relative;
  padding: 100px 20%;
  width: 100%;
  height: 100%;
}
.details {
  word-wrap: break-word;
}
.details a,
.details a:visited,
.details a:hover {
  color: #000099;
  text-decoration: none;
}
.details a:hover {
  text-decoration: underline;
}
tfoot input {
  width: 100%;
}
.selected {
  background-color: #939597;
  color: #ffffff;
  font-weight: bold;
}
.selected a {
  background-color: transparent;
  color: #ffffff;
  font-weight: bold;
}
.table-hover > tbody > tr:hover a {
  background-color: #939597;
  color: #ffffff;
  font-weight: bold;
}
.table-hover > tbody > tr:hover {
  background-color: #939597;
  color: #ffffff;
  font-weight: bold;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  float: right;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
  float: left;
}
.progress-bar {
  background-color: #000099 !important;
}
@media screen and (min-width: 1050px) {
  h1 {
    font-size: 4em;
  }
  .support-image {
    max-width: 75px;
    max-height: 75px;
  }
}
@media screen and (max-width: 1050px) {
  .welcome-main,
  .about-main {
    padding: 10% 5%;
  }
  .support-image {
    display: inline-block;
    max-height: 50px;
  }
}
@media screen and (max-width: 745px) {
  footer .footer-eit-logo {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  footer {
    text-align: center;
    height: 200px;
  }
  body {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 650px) {
  [class*="col-"] {
    width: 100%;
  }
  .welcome-main {
    padding: 20% 5%;
  }
}