/*
Copyright (c) 2014 Arc Internet Ltd. All Rights Reserved. 

*/
/* 
    Created on : 06-Jan-2015, 15:30:08
    Author     : rob
*/
em.captcha { color: #A90329; }

#extr-page body.landing #main { padding-top: 60px; }
#extr-page body.landing #content { padding-top: 60px; }

ul.nav>div>ul.gn-menu li a {
	border-bottom: 1px solid #c6d0da;
	text-align: left;
	font-size: 18px;
  padding-left: 0px;
  color: rgb(48, 48, 48);
  font-weight: 300;
  border-bottom: 0px;
}

.top-buffer-sm { margin-top:20px; }
.top-buffer-md { margin-top:40px; }
.top-buffer-lg { margin-top:80px; }

.termsConditions ol {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
    -webkit-padding-start: 30px;
}

.smart-form .help-block {
  color: red;
}

ul.gn-menu-main.sm, #header.sm {
  top: 50px;
}

div.statusMessage {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  background-color:#ff9c9c;
  z-index: 1000;
  margin: 0px;
  padding: 0px;
  color: black;
  display: none;
}

div.statusMessage>div {
  position: relative;
  width: 100%;
  height: 100%;
}

div.statusMessage span {
  display: block;
  margin: 4px 40px 4px 20px;
  color: black;
}

div.statusMessage i.fa-times-circle {
  position: absolute;
  top: 10px;
  font-size: 16px;
  right: 20px;
  color: black;
  cursor: pointer;
}

tr.timetableNow {
  border-top: 2px solid red;
}

.cookieWarning {
  background: rgba(30,30,30,.9);
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100px;
  z-index: 5000;
  color: white;
  padding: 10px 0px 0px 0px;
}

.cookieWarning .btn {
  margin: 20px 4px;
}

@media (max-width: 800px) {
  .cookieWarning {
    height: 350px;
  }
}

#expiryWarning, #loginError {
  min-height: 40px;
  display: inline-block;
  max-width: 400px;
  margin: 3px 0px 3px 0px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #ff0000;
  background: #993333;
  color: #f6f6f6;
  vertical-align: top;
}

#loginError a {
  color: #00ff00; 
}